@charset "UTF-8";
body {
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: url(../_images/bg.gif) #7c6a55;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #7c6a55;
}
.oneColFixCtr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #7c6a55 url(../_images/left_shadow.png);
	padding:0 7px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

a {
	color:#3C566C;
	}

#leftCol{
	float:left;
	margin:0 1px;
	width:171px;
	text-align:center;
	padding-top:29px;
}

#rightCol{
	float:left;
	width:807px;
}

#navigation {
	padding-top:28px;
	}


#recentNews{
	font-size:11px;
	text-align:left;
	padding:5px 15px 0 15px;
}

#sideCol{
	float:left;
	width:211px;
	background:#213040 url(../_images/brownGradient.gif) repeat-x top;
}

#sideColBlue {
	float:left;
	background:#213040 url(../_images/blueGradient.gif) repeat-x top;
	color:#fff;
}

#sideColYellow {
	float:left;
	background:#947A32 url(../_images/yellowGradient.gif) repeat-x top;
	color:#fff;
}

#sideColGreen {
	float:left;
	background:#71763d url(../_images/greenGradient.gif) repeat-x top;
	color:#fff;
}

#sideColLightBlue {
	float:left;
	background:#456477 url(../_images/lightBlueGradient.gif) repeat-x top;
	color:#fff;
}

#sideColTan {
	float:left;
	background:#7c7063 url(../_images/tanGradient.gif) repeat-x top;
	color:#fff;
}

#sideColOrange {
	float:left;
	background:#844d0b url(../_images/orangeGradient.gif) repeat-x top;
	color:#fff;
}

#homeFinder{
	width:209px;
	background: #7c6a55;
	border-left:1px solid #6a543a;
	border-right:1px solid #6a543a;
	text-align:center;
	padding-bottom:10px;
	}
	
#mainText{
	float:right;
	width:556px;
	padding:0 20px;
	background:#fff;
	color:#7c6a55;
	}

#footer {
	clear:both;
	background:#7c6a55;
	color:#fff;
	font-size:10px;
	padding:3px;
	border:1px solid #493827;
	}

#bottomShadow{
	width:992px;
	background:url(../_images/shadow_bottom.png) bottom center;
	height:6px;
	margin: 0 auto;
}
	
#footer a{color:#fff; text-decoration:none;}

#sideColBlue ul {margin: 60px 0 0 0; padding:2px; font-weight:normal; font-size:11px; width:207px; float:left;}
#sideColBlue li {list-style:none; padding:4px 8px; border-bottom:solid 1px #647284; margin:0;}
#sideColBlue ul a {text-decoration:none; color:#fff;}
#sideColBlue .active {text-decoration:none; color:#8896a3;}

#sideColTan ul {margin: 20px 0 0 0; padding:2px; font-weight:normal; font-size:11px; width:207px; float:left;}
#sideColTan li {list-style:none; padding:4px 8px; border-bottom:solid 1px #B5A291; margin:0;}
#sideColTan ul a {text-decoration:none; color:#fff;}
#sideColTan .active {text-decoration:none; color:#6E5944 ;}

.glossymenu{
text-align:left;
margin: 5px 0;
padding: 0;
width: 171px; /*width of menu*/
border-bottom-width: 0;
}

.glossymenu img{padding:0;}

.glossymenu a.menuitem{
font: 14px "Serlio LT Std", "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
text-decoration: none;
height: 15px;
margin-top:15px;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
/*background-image: url(glossyback2.gif);
*/}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
/*border-bottom: 1px solid blue;*/
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 10px "Frutiger Light", "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
color: #000;
}

.glossymenu div.submenu ul li a:hover span {
	color:#DFDCCB;
}

.glossymenu span {color:#fff;}

.indent {
	margin: 0px;
	padding-left: 15px;
}
.noBottomMargin {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#emergencyinfobanner{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	background:#FF0000;
	color:#fff;
	height:20px;
	line-height:20px;
	border-bottom: solid 1px #fff;
}
#emergencyinfobanner a {
	color:#fff;
}