@charset "UTF-8";
/* This CSS is devoted to the home (index) page. */

#flash {
	margin: 0;
	width: 924px;
	height: 300px;
	padding:0;
	border:0;
	clear: both;
	overflow:hidden;
	}
	
#panel1 {
	background:url(../images/BG_panel1.jpg) no-repeat;
	margin: 47px 0 0 12px;
	width: 207px;
	height: 161px;
	padding: 205px 37px 0 35px;
	border: 0;
	float: left;
	overflow:hidden;
	}
html>body #panel1 {
	margin: 47px 0 0 24px; !important
	}
	
#panel2 {
	background:url(../images/BG_panel2.jpg) no-repeat;
	margin: 47px 0 0 18px;
	width: 207px;
	height: 161px;
	padding: 205px 37px 0 35px;
	border: 0;
	float: left;
	overflow:hidden;
	}
html>body #panel2 {
	margin: 47px 0 0 24px; !important
	}
	
#panel3 {
	background:url(../images/BG_panel3.jpg) no-repeat;
	margin: 47px 0 0 18px;
	width: 207px;
	height: 161px;
	padding: 205px 37px 0 35px;
	border: 0;
	float: left;
	overflow:hidden;
	}
html>body #panel1 {
	margin: 47px 0 0 24px;
	}
	
#panelBottom {
	background:url(../images/BG_panelBottom.jpg) no-repeat;
	margin: 16px 0 0 12px;
	width: 844px;
	height: 86px;
	padding: 66px 0 10px 40px;
	border: 0;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height: 20px;
	color:#301b08;
	clear: both;
	overflow:hidden;
	}
html>body #panelBottom {
	margin: 16px 0 0 24px; !important
	}


#content_index {
	background:url(../images/template/bg_contentHeader_index.jpg) no-repeat;
	margin: 0;
	width: 924px;
	height: auto;
	padding: 0px;
	border:0;
	float: none;
	text-align: left;
	overflow: hidden;
	}

	
	
	
	
	
/* This controls the appearance of the ">> BLAH BLAH" links on the bottom panel */


#content_index #panelBottom ul {
	display:block;
	margin: 8px 0 0 20px;
	list-style: url(../images/Bullet_arrowLargeWhite_ie6.gif);
	clear:both;
	}
html>body #content_index #panelBottom ul {
	list-style: url(../images/Bullet_arrowLargeWhite.gif);
}
	
#content_index #panelBottom ul li a,#content_index #panelBottom ul li a:link, #content_index #panelBottom ul li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
	line-height: 18px;
	text-align: left;
	text-decoration: none;
	color: #472a00;
	}
	
#content_index #panelBottom ul li a:hover, #content_index #panelBottom ul li a:focus {
	text-decoration: none;
	color: #fef3cf;
	}
	
	
	
	
	
	
/* This controls the appearance of the ">> BLAH BLAH" links on the 3 panels */


#content_index ul {
	display:inline-block;
	margin: 10px 0 0 13px;
	list-style: url(../images/Bullet_arrow-ie6.gif);
	list-style-position: bottom;
	}
html>body #content_index ul {
	list-style: url(../images/Bullet_arrow.gif);
	}

	
#content_index ul li a,#content_index ul li a:link, #content_index ul li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #472a00;
	}

#content_index ul li a:hover, #content_index ul li a:focus {
	text-decoration: none;
	color: #a15d04;
	}
	





/* This controls the CSS for the Calendar Items */
	
#content_index #newLine {
	width: 205px;
	display: block;
	clear: both;
	border-top: 1px dotted #b37b33;
	overflow:hidden;
	}
	
#content_index #date {
	float: left;
	width: 50px;
	padding: 3px 10px 3px 0;
	display: block;
	line-height: 13px;
	clear: none;
	overflow:hidden;
	}
	
#content_index #desc {
	float: left;
	width: 135px;
	padding: 3px 0 3px 0;
	display: block;
	line-height: 13px;
	clear: none;
	overflow:hidden;
	}
	
#content_index #panel3 #firstLine {
	width: 205px;
	display: block;
	clear: both;
	font-weight: bold;
	padding-bottom: 4px;
	border: 0;
	overflow:hidden;
	}
	
#content_index #panel3 #lastLine {
	width: 205px;
	display: block;
	clear: both;
	border-top: 1px dotted #b37b33;
	border-bottom: 1px dotted #b37b33;
	overflow: hidden;
	}
	










	