/* CSS Document */

/*---------------Colors--------------------
	Dark Green: #566C11
	Light Green: #94a545
	Extra Light Green: #a0ad7a, 
	Dark Grey: #303A38, #475654, #627773
	Gold: #AD8800, #ba9d3b, #e6d9ae
-----------------------------------------*/

/*===================================================================================
						     CHANGE THESE COLORS TO MATCH PAGES
=====================================================================================*/

#subNav{
background: #303A38;
}

#search{
	background: #303A38;
}

#search label{
	color: #ba9d3b;
}

#breadcrumbs a{
	color: #fff;
	}


/*===================================================================================
										PRESENTATION - CLASSES
=====================================================================================*/
h1{
	font-size: 1.325em;
	color: #000;
	text-transform: uppercase;
	}

.dropcap{
	float: left;
	margin: 0 3px 0 0;
	font: normal 2.5em /0.8em Arial, Helvetica, sans-serif;
	color: #303A38;
}

.tableHeader {
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 1.0em;
	border-bottom: 1px #545a04 solid;
	color: #000;
	margin: 10px 0 10px 0;
	padding: 2px 2px 0 1px;
	}

.infoTable th{
	font-size: .8em; 
	font-weight: bold; 
	color: #000;
	background-color: #CBC299; 
}	
	
/*===================================================================================
										TOP NAVIGATION
=====================================================================================*/

#topNav{ 
background-color: #f8f9f4;
color:#000000;
	/*background: url(../img/topNav_Bus.jpg) repeat-x center; 
	#ba9d3b;
	#545a04;*/
}
				
#topNav li a{
	color: #000;
}

#topNav ul li ul{
	background-color: #f8f9f4;
	color: #000;
	
	}
	
#topNav  ul.lastGovern{
	margin-left: -132px;
	text-align: right;
}

/*===================================================================================
									MAIN CONTENT - TOP PAGE
=====================================================================================*/

#pageID{
	float: left;
	background-color: #f8f9f4;
	height: auto;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 5px;
	
}

#pageTitles{
	float: left;
	width: 50%;
	padding-left: 20px;
}

#pageTitles h1{
	font-size: 2em;
	color: #545a04;
	font-weight: normal;
	padding-top: 6px;
	text-transform:uppercase; 	
}

#pageTitles h2{
	font-size: 1.34em;
	font-weight: normal;
	font-style:normal;
	padding: 0 0 5px 0;
}

#pageTitles p{
	font-size: .85em;
	padding-top: 5px; 	

}

#pageImage{
	float: right;
	width: 25%;
}

#pageID #pageImage img{
	float: right;
	padding: 5px;
}

#pageID #pageImage p{
	text-align: right;
	font-size: .8em;
	padding: 5px;	
}


/*#mainContent h1 {
	font-size: 1.5em;
	color: #545a04;
	font-weight: normal;
	padding-top: 6px;
	text-transform:uppercase; 
	}*/ 

/*===================================================================================
										OLD STYLE SHEET
=====================================================================================*/

/*-----------------------------------------------------*/
/*                      RTE classes                    */
/*-----------------------------------------------------*/

.Title {font-size: 14px; font-weight: bold; color: #330}
.bold {font-weight: bold; color: #444; font-size: small; }
.BoldRed {font-weight: bold; color: #900; font-size: 12px }
.RedText {color: #900; font-size: 12px }
.Line-Through {text-decoration: line-through}


/* Search Engine Highliting Styles */
/*.hilite1 { background-color: #ff0; }
.hilite2 { background-color: #f0f; }
.hilite3 { background-color: #0ff; }*/

.pageTitle {font-family: Batang, Georgia, "Times New Roman", times, serif; font-size: 32px; color: #996;}

.underline{border-bottom: 1px solid #330;}

.underlineTableHeader{border-bottom: 1px solid #330; padding: 3px; font-weight: bold;}

/*-------------------------------------------- ALL NEWS -----------------------------------------*/

#allNews h1{
	background-color:  #eaeadc;
	}

#homeSidebar div {
border: 1px solid #330;
}

#homeSidebar h1{background: #e0e0c2; color: #000;}


