@charset "utf-8";
/* CSS Document */

body { background-color: #ecce7b; margin: 0px; padding: 0px; }
img { border:none; }



#logoHolder { position: relative; top: 0px; left: 56px; float:left; }
#menuHolder { position: relative; top: 90px; right: 0px; float:right; }
#titleHolder { position:relative; top: 96px; left: 30px; text-align:left;}
#menuPlacement { position:relative; left: 24px; }
.footer { font-family:Arial, Helvetica, sans-serif; font-size: 15px; color: #703818; }
.footer a { color: #703818; text-decoration: none; }
.footer a:hover, .footer a:visited:hover { text-decoration: underline; color:#703818; }
.footer a:visited { text-decoration: none; }
table, td {text-align: left; }
.menuGreenDot { background: url(../images/bottomGreenDots.gif) bottom no-repeat; text-align:left; }
.menuGreenSolid { background: url(../images/bottomGreenSolid.gif) bottom no-repeat; text-align:left; }
.brownText	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:12.5px;
	color: #54280c;
	line-height:17.5px;
	letter-spacing: 0.5px; 
	leading: 15px;
	text-decoration:none;
	text-align:left;
}
.brownText a {text-decoration: none; color: #54280c; }
.brownText a:link { color: #54280c; }
.brownText a:hover { color: #a0c659; text-decoration: none; }

.whiteText { font-family:Georgia, "Times New Roman", Times, serif; color: #FFFFFF; letter-spacing: 1px; line-height:17px; font-size: 12px; text-decoration:none; text-align:left; }		
.whiteText a { text-decoration: none; color: #FFFFFF; }
.whiteText a:link { color: #FFFFFF; }
.whiteText a:hover { color: #54280c; text-decoration: none; }
.tanText {width:50px;}

.brownText1	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:10.5px;
	color: #000000;
	line-height:17.5px;
	letter-spacing: 0.5px; 
	leading: 15px;
	text-decoration:none;
	text-align:left;
}


.darkGreenText { font-family:Georgia, "Times New Roman", Times, serif; color: #7b9648; letter-spacing: 0.8; font-size: 15px; text-align:left; font-weight:normal; line-height:18px; font-weight:bold}',		
.darkGreenText a { text-decoration: none; color: #7b9648; }
.darkGreenText a:link { color: #7b9648; text-decoration: none; }
.darkGreenText a:hover { color: #7b9648; text-decoration: none; }
.darkGreenText a:visited { text-decoration: none; color:#7b9648; }

.darkBrownText { font-family:Georgia, "Times New Roman", Times, serif; color:#996600; letter-spacing: 0.8; font-size: 13px; text-align:left; font-weight:normal; line-height:18px; font-weight:bold}',		
.darkBrownText a { text-decoration: none; color: #996600; }
.darkBrownText a:link { color: #996600; text-decoration: none; }
.darkBrownText a:hover { color: #993300; text-decoration: none; }
.darkBrownText a:visited { text-decoration: none; color:#996600; }

#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:243px;
		height:362px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		}	
	#nextBtn{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(images/btn_next.gif) no-repeat 0 0;	
		}	
		
.graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		padding:10px;
		border:1px solid #bae2f0;
		background:#e3f4f9;	
		margin:.5em 0;
		width:674px;
		}	

.newsBody { display: none; background-color:#ECCE7B; padding: 10px; position: relative; width: 100%;}
.newsHeader { list-style: none; }
