@charset "utf-8";
/* CSS Document */

body {
	background:#fff url(images_template/background.gif) repeat-x;
	color:#232323;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	margin: 7px 0 15px 0;
	padding: 0;
}
#logo {
	display:none;
	}
#container {
	background:#fff;
	margin:0 auto;
	width:927px;
}

#containermap {
	background:#0078BC;
	margin:0 auto;
	width:927px;
}

#containerform {
	background:#fff;
	margin:0 auto;
	width:927px;
}

#searchresults {
	background:#fff;
	margin:0 auto;
	width:927px;
}

#header {
	height:33px;
	background:url(images_template/banner.jpg) no-repeat;
	margin:0;
	padding-top:131px;

}

/* global navigation */
#navigation ul {
	float:left;
	margin:0;
	list-style:none;
	width:100%;
	padding:0;
	background:url(images_template/nav-background.gif) repeat-x top left;
}

#navigation li {
	height:31px;
	float:left;
	line-height:31px;
	margin:0;
}
#navigation-left {
	display:block;
	width:6px;
	height:31px;
	background:url(images_template/nav-left-edge.gif) no-repeat;
}
#navigation-right {
	display:block;
	width:6px;
	background:url(images_template/nav-right-edge.gif) no-repeat;
	height:31px;
}
#navigation a {
	color:#fff;
	background:url(images_template/nav-divider.gif) no-repeat right top;
	display:block;
	font-weight:bold;
	padding:0 9px 0 4px;
	text-decoration:none;
}
#navigation a:hover {
	text-decoration:underline;
	color:#D7FFFF;
}
#search {
	border:1px solid #fff;
	margin-left:4px;
	padding:1px;
	width:100px;
	}
/* for Internet Explorer 6*/	
/*\*/
*html #searchli { 
	padding-top:5px;
}	
/**/
#content {
	clear:both;
	min-height:310px;
}
/* for Internet Explorer 6 */
/*\*/
* html #content {
	height: 310px;
}
/**/	

/* left column */
#content-left-col {
	float:left;
	padding:10px;
	width:170px;
}

/* local navigation */
.local-menu  {
	list-style-type:none;
	margin:0;
	padding:0;
	}
/* for Internet Explorer 6*/	
/*\*/
*html .local-menu { 
	height:1em;
}	
/**/	
.local-menu li {
	padding:3px 0;
	border-bottom:1px solid #036;
		
	}
.local-menu li a {
	color:#000;
	display:block;
	font-weight:bold;
	text-decoration:none;
	}	
.local-menu li a:hover {
	color:#fff;
	}
.roundedcornr_box {
   background: #2574b2 url(images_template/roundedcornr_grad.gif) repeat-x top left; 
}
.roundedcornr_top div {
   background: url(images_template/roundedcornr_tl.gif) no-repeat top left;	
}
.roundedcornr_top {
   background:  url(images_template/roundedcornr_tr.gif) no-repeat top right;
}
.roundedcornr_bottom div {
   background: url(images_template/roundedcornr_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom {
   background:  url(images_template/roundedcornr_br.gif) no-repeat bottom right;
}
.roundedcornr_top div, .roundedcornr_top,
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height: 6px;
   font-size: 1px;
}
.roundedcornr_content { margin: 0 7px; }	
	
/* right column */ 	
#content-right-col {
	float:right;
	padding:10px;
	width:170px;
}
#content-right-col h3 {
	border-bottom:1px solid #c15316;
	color:#c15316;
	margin:0 0 0.5em 0;
	padding-bottom:3px;
	}
	
	
/* quick links */

.quick-links {
	font-weight:bold;
	list-style-type:none;
	margin:0;
	padding:0;
	}

.quick-links li {
	line-height:1.3em;
	padding:0 0 6px 15px;
	background:url(images_template/bullet.gif) no-repeat left .36em;
	}
.quick-links li:hover {
	background:url(images_template/bullet-blue.gif) no-repeat left .36em;
	}	
.quick-links a {
	text-decoration:none;
	}	
	
/* main column */	
#content-main {
	margin:0 190px;
	padding:10px 10px 0 10px;
}
#print-page {
	float:right;
	margin:0;
	font-size:0.8em;
	}
#print-page a {
	text-decoration:none;
	}	

/* footer */ 	
#footer {
	background:url(images_template/footer-background.gif) repeat-x;
	clear:both;
	color:#fff;
	font-weight:bold;
	height:32px;
	text-align:center;
}
#footer a {
	color:#fff;
	text-decoration:none;
	}
#footer a:hover {
	text-decoration:underline;
	}	
#footer-left {
	background:url(images_template/footer-left.gif) no-repeat;
	float:left;
	height:32px;
	width:116px;
}
#footer-right {
	background:url(images_template/footer-right.gif) no-repeat;
	float:right;
	height:32px;
	width:116px;
}
#footer-text {
	margin: 0 120px;
	padding-top:8px;
	}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#print-page {
	text-align:right;
	}


/*typography*/
a {
	color: #0e609f;
	text-decoration: underline;
}
a:hover {
	color:#c15316;
	text-decoration: underline;
}
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
	color:#232323;
}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	color: #0066CC;
	font-weight: bold;
}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
img {
	border: 0;
}
ol, ul, li {
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
}
li > p {
	margin-top: 0.2em;
}
strong, b {
	font-weight: bold;
}
/* table styles */

tr.regionHeader {
background-color:#0073CF;
color:#FFFFFF;
font-weight:bold;
}

tr.header {
background-color:#BD4F19;
color:#FFFFFF;
font-weight:bold;
}

tr.division {
background-color:#FFCC99;
color:#CC6600;
border-bottom:thin #CC6600;
}

tr.content {
color:#232323;
}