/* Meyer Reset http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again */
html, body, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End Reset */


/* General */
body {
	line-height: 1.1em;
	background: url(../images/pattern.gif);
}
a {
	color: #4EA2D9;
}
.Background {
	min-height: 560px;
	background: url(../images/bg.jpg) top repeat-x;
	background-position: 0 0;
}
.Page {
	width: 882px;
	padding: 0 20px;
	margin: 0 auto;
}
.Header {
	height: 95px;
	background: url(../images/header.png) no-repeat;
}
.Header h1 {
	text-indent: -9999em;
}
.Header h1 a{
	display: block;
	width: 250px;
	height: 55px;
	top: 30px;
	position: relative;
}
.TopMenu {
	width: 876px;
	padding: 0 3px;
	margin: 0 auto;
	background: white;
	xxxheight: 79px;
}

/* MenuTop Primary */
.TopMenu .menu_primary {
	height: 44px;
	background: url(../images/menu_first_lvl_bg.gif);
	overflow: hidden;
}
.TopMenu .menu_primary a {
	font-size: 90%;
	font-weight: bold;
	color: white;
	float: left;
	line-height: 47px;
	text-decoration: none;
	padding: 0px 10px;	
}
.TopMenu .menu_primary a:hover {
	background: url(../images/menu_first_lvl_hover.gif) top center;	
}
 
/* MenuTop Secondary */
.TopMenu .menu_secondary {
	overflow: hidden;
	background: url(../images/menu_second_lvl_bg.gif);
	height: 35px;
}
.TopMenu .menu_secondary a {
	font-size: 80%;
	font-weight: bold;
	color: white;
	float: left;
	line-height: 34px;
	text-decoration: none;
	padding: 0px 10px;	
}
.TopMenu .menu_secondary a:hover {
	background: url(../images/menu_second_lvl_hover.gif) top center;	
}
 


.Middle {
	background: white;
}
.Middle .Left {
	width: 580px;
	padding: 20px;
	float :left;
}
.Middle .Right {
	padding: 6px 3px;
	width: 256px;
	float: left;
}





.Footer {
	min-height: 200px;
	background: #4e4e4e;
}
.Footer .Space {
	background: white;
	height: 40px;
	margin-bottom: 10px;
}
.Footer a {
	text-decoration: none;
	line-height: 1.5;
	color: white;
}

.ArticleWidgetBlock {
    padding: 5px !Important;
    margin: 10px 0;
}
.ArticleWidgetBlock:hover {
    background: #D1D1D1;
}
.ArticleWidgetBlock:hover a {
	color: black;
}

/* Document Groups 
-------------------------------------------------------------- */\
#document_group th {
	padding: 5px;
	text-align: left;
}
#document_group table {
	border-collapse: collapse;	
}
#document_group td {
	padding: 5px;
	border-top: 1px solid #6C7A5F;
}

/* Podcasts
-------------------------------------------------------------- */
.products_list h2 {
	background: #C7C4B8;
	padding: 5px;
}
ul.products_list {
	margin: 0;
}
.podcast {
	width: 100%;
	padding: 0;
	border: 0;
}

/* Calendar
-------------------------------------------------------------- */
.calendar {
	width: 100%;
}
.dayName {
	text-align: left;
}
.dayName th {
	border-bottom:3px solid #ABA1AB;
	font-size:85%;
	vertical-align:bottom;
	width: 75px;
	color: white;
	background-color:#014D8B;
	padding: 3px;
	height: 35px;
}
.monthName th {
	font-weight:normal;
	padding-bottom:0em;
	padding-top:0em;
	text-align:left;
}
.calendar .day,
.calendar .specialDay {
	padding: 3px;
	border-left:1px dotted #938970;
	border-bottom:1px dotted #938970;
	text-align: left;
	vertical-align: top;
	height: 75px;
	background-color:#FFFFFF;
}
.weekendDay {
	border-bottom:1px dotted #ABA1AB; text-align:left; vertical-align:top;
}
#event_calendar .today {
	color: white;
	background-color:#015697;
}
#event_calendar .today a {
	color: white;
}
#event_calendar .today a:hover {
	color: #B8D2ED;
}
.otherMonth.weekendDay {
	color: #809AB5;
}
.otherMonth {
	padding: 3px;
	color: #809AB5;
	border-right:1px solid white;
	text-align:left;
	vertical-align:top;
	border-bottom:1px dotted #ABA1AB;
	background-color: #B8D2ED;
}
.otherMonth a {
	color: #90ACC1;
}
.otherMonth a:hover {
	color: white;
}
.product_description p {
	margin-left:100px; width:350px;
}
.upcoming_events,
.past_events {
	margin-bottom:25px;
}

/* Scal and TinyScal */
.widget .scal .celebration {
	font-weight: bold;
	background-color: #975243 !Important;
}
.scal .daybox{
	border: 1px solid #525252;
}
.scal .dayboxname{
	border: 1px solid black;
	background-color: black;
	color:white;
	font-size:16pt;
}
.scal .dayboxsunday{
	background-color: #AFA893;
}
.scal .dayboxsaturday{
	background-color: #AFA893;
}
.scal .dayoutmonth{
	background: #817C6C;
	color: #4A473A;
}

/* 
tinyscal - a mini version of the calendar type.  
useful in tight spaces. usage: 
define class of base element as "scal tinyscal" 
as tinyscal is dependent on scal.
*/
.tinyscal {
	font-size:8pt;
	width: 250px;
	min-height:140px;
}
.tinyscal .daybox:hover {
	border-right:1px solid white;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
.scal .dayselected {
	font-weight: bold;
	background-color: #B9897E;
	color: white;
}
.tinyscal .dayboxname:hover {
	border-color: transparent;
}
.tinyscal .daybox {
	border-top: 1px solid #CCC5B2;
	border-left: 1px solid #CCC5B2;
	border-right: 1px solid #525252;
	border-bottom: 1px solid #525252;
	width: 33px;
}
.tinyscal .dayboxname {
	font-weight: bold;
	font-size: 8pt;
	border: 1px solid black;
}




/* Fixes */
	/* Goullitine http://www.positioniseverything.net/easyclearing.html */
	.Clear:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	.Clear {
		display: inline-block;
	}
	/* Hides from IE-mac \*/
	* html .Clear {
		height: 1%;
	}
	.Clear{
		display: block;
	}