@import url("form.css");
@import url("global_channels.css");
@import url("global_topNav.css");
@import url("global_mainContainer.css");
@import url("global_pageID.css");
@import url("global_breadcrumbs.css");
@import url("global_sideNav.css");
@import url("global_footer.css");
@import url("global_depricated.css");
@import url("global_misc.css");

/*This style sheet contains all the ids and classes that make up the outlining structure of the site. 
SHOULD NOT BE TOUCHED*/

/*====================== MAST HEAD ======================*/

#mast{
	margin: 0;
	width: 100%; 
	padding: 0;
	float: left;
	height: 107px;
	background: url(../img/header/headerBG.jpg) no-repeat;
}
#mast #seal{
	width: 13%;
	padding: 8px 0 0 0;
	height: 92px;
	float: left;
	text-align: center;
	background: url(../img/header/seal.gif) no-repeat;
	background-position: center 7px;
}

#mast #title{
	margin: auto;
	width: 284px;
	height:107px;
	float:left;
	border-left: 1px solid #e6d9ae;
	background: url(../img/header/headerTitle.jpg) no-repeat center;
}
#mast #headImg{
	float: left;
	margin: 0;
	padding: 0;
}
/*========================== CHANNELS ============================*/
#channels{
	float: right;
	width: auto;
	background: none;
	font-size: .9em;
	line-height: normal;
	height: 14px;
	margin-top: -17px;
}
#channels .activeTab{
	display: block;
	margin: -7px 0 0 0;
	font-size: 1.5em;
	padding: 0 5px;
	letter-spacing: 1px;
	font-style: normal;
	font-weight: normal;
}
#channels li.gov {background: url(../img/tabs/gov_L.gif) no-repeat left top;}
#channels li.business {background: url(../img/tabs/bus_L.gif) no-repeat left top;}		
#channels li.living {background: url(../img/tabs/liv_L.gif) no-repeat left top;}
#channels li.visit {background: url(../img/tabs/vis_L.gif) no-repeat left top;}				
/*========================== TOP NAVIGATION ===========================*/
#topNavBody {
	background-color: #fef9f4;
	padding: 0;
	margin: 0;
	font-size: .85em;
}
#quickLinks {
	float: left;
	padding: 6px 0;
	margin: auto;
	width: 13%;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	background: url(../img/helpful_Vis.jpg) repeat-x top center;
	border-right: 1px solid #e6d9ae;
	background-color: #fefefe;
	color: #AD8800;
	letter-spacing: 0px;
}
#topNav	{
	float: left;
	background-color: #f8f9f4;
	color: #000;
	width: 86.9%;
	margin: 0;
	font-size: .85em;
	letter-spacing: 1px;
}
#topNav  ul.lastLiving{margin-left: 4px;} /*changed*/
#topNav  ul.lastGovern{margin-left: -133px;} /*changed*/
#topNav  ul.lastBusiness{margin-left: -71px;} /*changed*/
#topNav  ul.lastVisiting{margin-left: -71px;} /*changed*/

/*========================= MAIN CONTAINER ==========================*/
#container{
	margin: 0 auto 2em auto; 
	float: left;
	width: 100%;
	max-width: 1134px; 
	/*width:expression(document.body.clientWidth < 800? "800px" : "auto");*/ 
	min-width: 1000px;
	min-height: 600px;
	background-color: #fff;
	color:#000;
}
#pageContent{
	float: left;
	width: 100%;
	min-height: 48em;
	margin: 0;
	padding: 0;
	display: inline;
	background: #fff url(../img/bgGradient.jpg) repeat-x bottom center;
}
#leftContent{
	float: left; 
	width: 13%;
	min-height: 50em;
	padding: 0;
	margin: 0 ;
	display: inline;
	background: #e9ecdf;
	border-right: 1px solid #e6d9ae;
	border-bottom: 1px solid #e6d9ae;
}	
#mainContainer{
	float: left;
	width: 86.9%; 
	margin: 0; 	
	padding: 0;
}
#mainContent{	
	float: left; /* Added to correct unwanted inline behavior in ul's and tables */
	margin: 0 325px 0 20px;
	padding-bottom: 80px;
	min-width: 625px;
	max-width: 625px;
}
/*========================= PAGE ID ===========================*/
#pageID{
	float: left;
	background-color: #f8f9f4;
	height: auto;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#pageTitles{
	float: left;
	color: #545a04;
	width: 70%;
	padding-left: 20px;
}
#pageImage{float: right;width: 25%;}

/*================ BREADCRUMBS / SEARCH FORM ================================*/

#subNav{
	width: auto;
	height: 21px;
	background-color: #545a04;
	margin: 0;
	padding: 3px;
}

#breadcrumbs{
	float: left;
	margin: 0;
	padding: 0;
	width: 60%;
	color: #fff;
	display: inline;
	padding-left: 15px;
}

#search{
	float: right;
	margin: 0;
	padding: 0;
	width: auto;
	text-align: right;
	background-color: #545a04;
	display: inline;
}

#search label{
	color: #ba9d3b;
	display: inline;
	text-align: right;
	font-variant: small-caps;
	font-size: .9em;
}

#search form{
	display: inline; 
	padding-right: 0;
}

/*======================= SIDE NAVIGATION =========================*/
#sideNav{
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	z-index: 1;
}
/*===================== FOOTER ======================*/
#footer{
	float: left;
	width: 100%;
	background-color: #303a38;
	letter-spacing: 1px;
	color: #fff;
	font-size: 0.75em;
}
#footer #footNav{
	float: left;
	width: 80%;
	padding: 0;
	margin: 0;
	display: inline;
}

/*SIDEBLOCK*/

.side_block{
	padding: 3px;
	margin: 0 auto;
	width: 100%;
	}
	
.side_block p{
	font-size: .85em;
	text-align: center;
	padding: 0;
	}
	
	
