html, body {
	font-family: Arial, Verdana, Helvetica, Arial, sans-serif;
	/* line-height: 1.5em; */
	font-size: 12px;
	
}
body {
	background: #c2bca9 url(../images/body-bg1.jpg);
	
}
*{
	margin: 0px;
	padding: 0px;
}
h3, h1{
	font-size:12pt;
}
#wrapper{
	margin-left: auto ;
  	margin-right: auto ;
	margin-top: 15px;
	width:1000px; 
	min-height:1000px;
	position: relative;
	padding-left:10px;
	/*background: transparent url(../images/shadow-left.png) repeat-y;*/
}
#frame {
	width:970px; 
	min-height:1000px;
	position: relative;
}
#top{
	height:5px;
	position: relative;

}
#top-left{
	float:left;
	height:100%;
}

#top-middle{
	height:100%;
	padding: 1px;
}

#content-wrapper{
	position: relative;
	/*these next two trigger the div to extend to the height 
	 * of the floated elements inside see http://www.quirksmode.org/css/clearing.html
	 */
	overflow: auto;
	width: 100%
}
#content-wrapper-white{
	position: relative;
	/*these next two trigger the div to extend to the height 
	 * of the floated elements inside see http://www.quirksmode.org/css/clearing.html
	 */
	overflow: auto;
	width: 100%;
	background-color: white;
}
#content-wrapper-white a:link, #content-wrapper-white a:visited, #content-wrapper-white a:active{
	color:black;
}
#content-wrapper-white a:hover {
	color: #004a80;
}
#content-wrapper-white .content{
	padding:15px;
	margin-bottom:130px;
}
#content-wrapper-white p{
	margin-top: 15px;
}
#content-banner{
	position:relative;
	height:150px;
	background-color:#4f4c40;
}
.content-banner-item{
	float:left;
	position:relative;
	width:200px;
	height:138px;
	padding: 6px;
	color: #e1e1e1;
}
.content-banner-item-wider{
	float:left;
	position:relative;
	width:340px;
	height:138px;
	padding: 6px;
	color: #e1e1e1;
}
.content-banner-item-widest{
	float:right;
	position:relative;
	width:370px;
	margin: 4px;
	height:138px;
	color: #e1e1e1;
}
.content-banner-item-wider p{
	margin-top:6px;
}
.content-banner-item ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.content-banner-item ul li{
	color:#A3A3A3;
	display:block;
	line-height:20px;
	margin:0 3px;
	padding-left:12px;
}
.content-banner-item ul li a {
	background:transparent url(../images/arrow_orange.png) no-repeat scroll 0 3px;
	font-size:1.1em;
	padding:0 0 0 20px;
}
.content-banner-item ul li a:hover{
	background-image:url(../images/arrow_blue.png)
}
.rightalign{
	text-align:right;
}
.highlight{
	font-weight: bolder;
	color: white;
}
.content-left{
	position:relative;
	float:left;
	width: 220px;
	height:300px;
	margin: 12px;
	padding:6px;
	background-color: white;
	overflow:hidden;
}
.content-center{
	position:relative;
	width: 505px;
	float:left;
	height:300px;
	margin-right: 12px;
	margin-top: 12px;
	background-color: white;
}
.content-right{
	position:relative;
	float:right;
	height:650px;
	width:220px;
	background-color: #8d897b;
	
}
.content-trans{
	position:relative;
	float:left;
	margin-right: 12px;
	margin-top: 12px;
	background-color: transparent;
}
.content-left h2{
	font-size:11pt;
	color: #acacac;
	margin-top: 4px;
	margin-bottom: 4px;
}
.content-left p{
	font-size:9pt;
	color: #6a6a6a;
}
.box-header{
	position:relative;
	height:30px;
	width:100%;
	background-color: #4f4c40;
	background-repeat: no-repeat;
	color:  #e1e1e1;
	line-height:25px;
	text-align: center;
	font-size:120%;
}

.box-content{
	padding:8px;
}
#header_image1{
	position:relative;
	/*top:0px;
	left:0px;*/
	height:200px;
	/*clip:rect(0px, 850px, 195px, 0px);*/
}
#flash_content {
	position:relative;
	float:left;
	
	
}
#header_box{
	/*position:relative;*/
	float:left;
	padding-left: 25px;
	padding-bottom: 0;
	padding-top: 5px;
	height: 195px;
	width: 195px;
	background: transparent url(../images/graduated-box-bg.jpg) repeat-x;
}
a {
	text-decoration: none;
	font-weight:bold;
}
a:link, a:visited, a:active{
	color: white;
}
a:hover {
	color: #004a80;
}
.orange{
	color: #ec7e3b;
}
#header_box h1{
	text-align:center;
	font-weight: bold;
	width:70%;
	padding: 2px;
}
#header_box .link1{
	position:relative;
	display: block;
	padding:0px;
	float:left;
	margin: 3px;
}
#header_box .field{
	margin: 0 2px 2px 2px;
	width: 150px;
	float:left;
	height:20px;
	line-height:14px;
	border: 1px solid gray;
}
#header_box form select{
	width: 155px;
}
#header_box .button_link{
	position: relative;
	left:110px;
}
#header_box .fieldlabel{
	float:left;
	margin: 2px 2px 0 2px;
	height:14px;
	line-height:14px;
	width: 155px;	
}
/*Search Form element styling*/
#header_box .checkbox-row{
	float:left;
}
#header_box .checkbox-row fieldset {
	position:relative; 
	margin: 0.25em 0 0.25em 0;  
	padding: 0px; 
	border:0;
	width:170px;/*Width and height needed for IE6*/
	height:40px;
} 

#header_box .checkbox-row fieldset ol { 
	position:relative; 
	list-style: none; 
} 
#header_box .checkbox-row fieldset li {  
	position:relative;
	padding-bottom: 0; 
	display: block;
	float: left;
	text-align: center;
	width:39px;
	height:40px;
} 
#header_box .checkbox-row fieldset li input{
	position:absolute;
	bottom:0;
	left:15px;
}

#header_box .checkbox-row label{
	display: block; 
	font-size: 75.5%;
}
/*End Search form Element Styling*/
.corner-top-left{
	position:absolute;
	top:0;
	left:0;
	z-index:99;
}
.corner-top-right{
	position:absolute;
	top:0;
	right:0;
	z-index:99;
}
.corner-bottom-left{
	position:absolute;
	bottom:0;
	left:0;
	z-index:99;
}
.corner-bottom-right{
	position:absolute;
	bottom:0;
	right:0;
	z-index:99;
}
#header_image_caption{
	position:absolute;
	bottom:8px;
	right:20px;
	width:350px;
	height:44px;
	background:url(../images/captions/cap3.png);
	background-repeat:no-repeat;
	background-position:100% 20%;
	z-index:99;
}
#CHClogo{
	position:absolute;
	top:20px;
	left:10px;
	z-index:99;
}
/*img, .png { behavior: url(/css/iepngfix.htc) }*/


.box{
	color:white;
}
/*Button classes*/
a.button_link{
	background-image: url('/images/button_sprite1_l.png') !important;
	background-image: url('/images/button_sprite1_l.gif');
	background-color:transparent;
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	float: left;
	font: normal 12px Arial; /* Change 12px as desired */
	line-height: 14px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 22px; /* Height of button background height */
	padding-left: 12px; /* Width of left menu image */
	text-decoration: none;
}

a.button_link span{
	background-image: url('/images/button_sprite1_r.png') !important;
	background-image: url('/images/button_sprite1_r.gif');
	background-color:transparent;
	background-repeat: no-repeat;
	background-position: top right;
	display: block;
	padding: 4px 12px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a:link.button_link, a:visited.button_link, a:active.button_link{
	color: black; /*button text color*/
}
a.button_link:hover{ /* Hover state CSS */
	background-position: bottom left;
}

a.button_link:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: white;
}
.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	clear:both; /*this may cause problems in some scenarios but is needed in others*/
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}
/*end Button classes*/

/*Start Map*/
#map1-legend{
	position: absolute;
	top:20px;
	left:10px;
	width:150px;
	height:100%;
}
#map1-trans{
	position: absolute;
	top:0;
	right:0;
	z-index:99;
}
#map1{
	position: absolute;
	top:0;
	right:0;
	z-index:50;
}
.map1-areas{
	position: absolute;
	top:0;
	right:0;
	display:none;
	z-index:51;
}

/*end Map*/
.footer-logo{
	position: absolute;
	margin-bottom: 8px;
	bottom:0px;
	border:0;
	left:44%;
}
