body {
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	text-align:left;
}
body, td, input, select, textarea {
	color:#666666;
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:11px;
	line-height:140%;
	word-spacing:normal;
	letter-spacing:normal;
}
img {
	border:0px;
	vertical-align:bottom;
}
a {
	outline:none;
}
.container {
	width:100%;
}
.ctop {
	width:100%;
	float:left;
	background:#6ACCFA url(/_resources/images/design/bg_header.jpg) left top no-repeat;
}
.sitesearchform {
	float:right;
	clear:none;
	margin:0px;
	padding:9px 15px 0px 0px;
	width:196px;
	height:29px;
	background:url(/_resources/images/design/bg_search.png) 0px 9px no-repeat;
}
.sitesearchform #txtsearch {
	width:152px;
	padding:9px 0px 9px 0px;
	margin:0px 0px 0px 9px;
	border:none;
	color:#666666;
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:11px;
	line-height:100%;
	float:left;
	outline:none;
	background:none;
}
.sitesearchform #btnsearch {
	padding:0px;
	margin:0px;
	width:34px;
	height:27px;
	margin:1px 1px 0px 0px;
	float:left;
	cursor:pointer;
	outline:none;
}
.map_callouts {
	clear:both;
	float:left;
	width:100%;
}
.callout {
	position:absolute;
	width:276px;
	top:200px;
	left:300px;
	display:none;
}
.callout_arrow_top {
	clear:both;
	float:left;
	width:8px;
	height:19px;
	margin-left:8px;
	background:url(/_resources/images/design/map_callout_toparrow.png) left top no-repeat;
}
*html .callout_arrow_top {
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_resources/images/design/map_callout_toparrow.png", sizingMethod="crop");
}
.callout_top {
	clear:both;
	float:left;
	width:276px;
	height:3px;
	font-size:1px;
	background:url(/_resources/images/design/map_callout_topborder.png) left top no-repeat;
}
.callout_middle {
	clear:both;
	float:left;
	width:270px;
	padding:0px 3px 0px 3px;
	background:url(/_resources/images/design/map_callout_middlebg.png) left top repeat-y;
}
.callout_middle td {
	line-height:120%;
	border-bottom:1px solid #CCCCCC;
}
.callout_bottom {
	clear:both;
	float:left;
	width:276px;
	height:3px;
	font-size:1px;
	background:url(/_resources/images/design/map_callout_bottomborder.png) left top no-repeat;
}
.callout_arrow_bottom {
	clear:both;
	float:left;
	width:8px;
	height:19px;
	margin-left:8px;
	background:url(/_resources/images/design/map_callout_bottomarrow.png) left top no-repeat;
}
*html .callout_arrow_bottom {
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_resources/images/design/map_callout_bottomarrow.png", sizingMethod="crop");
}
.matrixsearch {
	width:262px;
	clear:both;
	float:left;
	position:absolute;
	z-index:99;
	background:url(/_resources/images/design/bg_searchbottom.png) left bottom no-repeat;
}
#frmmatrixsearch {
	padding:0px;
	margin:0px;
	width:100%;
	height:371px;
	clear:both;
	float:left;
	line-height:12px;
	background:#FFFFCC url(/_resources/images/design/gradient_separator.png) center bottom no-repeat;
	display:none;
}
#frmmatrixsearch input {
	width:147px;
	height:15px;
	color:#666666;
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:11px;
}
#frmmatrixsearch select {
	width:123px;
	height:21px;
	color:#666666;
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:11px;
}
#matrixsearchlink {
	clear:both;
	float:left;
	width:262px;
	height:48px;
	cursor:pointer;
	background:url(/_resources/images/design/bg_matrixsearch.png) left top no-repeat;
}
.clickinfo {
	width:262px;
	height:37px;
	margin-top:7px;
	clear:both;
	float:left;
	text-align:center;
	color:#333333;
	line-height:37px;
	cursor:pointer;
	background:url(/_resources/images/design/bg_clickmap.png) left top no-repeat;
}
.cbottom {
	width:100%;
	height:16px;
	float:left;
	background:url(/_resources/images/design/shadow_undermap.gif) left top repeat-x;
}
html>body .cbottom {  /* hack for non-IE browsers only */
	height:auto;
	min-height:16px;
}
.mainnav {
	clear:both;
	float:left;
	width:904px;
	padding:0px 49px 0px 49px;
	height:64px;
	background:url(/_resources/images/design/bg_mainnav.png) center top no-repeat;
}
.contentholder {
	clear:both;
	float:left;
	width:1002px;
	padding-bottom:20px;
}
.leftpanel {
	float:left;
	width:215px;
}
.leftsidenav {
	clear:both;
	float:left;
	width:100%;
	padding-top:20px;
}
.leftsidenav ul {
	width:100%;
	margin:0px;
	padding:0px;
	list-style:none;
	border-top:1px solid #CCCCCC;
}
.leftsidenav li {
	border-bottom:1px solid #CCCCCC;
}
/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
*/
* html .leftsidenav ul li {
	float:left;
	height:1%;
}
* html .leftsidenav ul a {
	height:1%;
}
*:first-child+html .leftsidenav ul li {
	float:left;
	width:100%;
}
.leftsidenav a {
	display:block;
	width:175px;
	padding:6px 10px 6px 30px;
	font-size:12px;
	color:#333333;
	line-height:110%;
	text-decoration:none;
}
.leftsidenav a:hover, .leftsidenav a.sidenav_current {
	color:#FFFFFF;
	background-color:#2062AD;
}
.leftsidenav a.sidenav_current {
	font-weight:bold;
}
.leftsidenav li ul, .leftsidenav li ul li {
	border:none;
}
.leftsidenav li li a {
	width:165px;
	padding:3px 10px 3px 40px;
	font-size:11px;
	background-color:#E9E9E9;
}
.leftsidenav li li a:hover, .leftsidenav li li a.sidenav_current {
	background-color:#FFFFCC;
	color:#333333;
}
.leftsidenav li li li a {
	background-color:#FFFFCC;
	width:155px;
	padding:3px 10px 3px 50px;
}
.leftsidenav li li li a:hover, .leftsidenav li li li a.sidenav_current {
	background-color:#FFFFFF;
}
.leftsidenav li li li li a {
	width:145px;
	padding:3px 10px 3px 60px;
}
.leftsidenav li li li li li a {
	width:135px;
	padding:3px 10px 3px 70px;
}
.content {
	float:left;
	width:717px;
	padding:0px 46px 0px 24px;
	height:220px;
}
html>body .content {  /* hack for non-IE browsers only */
	height:auto;
	min-height:220px;
}
.print_email {
	float:left;
	clear:both;
	width:100%;
	padding:3px 0px 2px 0px;
	height:12px;
	line-height:12px;
	font-size:11px;
	text-align:right;
	color:#2062AD;
}
.print_email a {
	color:#2062AD;
	text-decoration:none;
}
.title {
	clear:both;
	float:left;
	width:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	line-height:110%;
	color:#0099FF;
	text-align:left;
	word-spacing:normal;
	letter-spacing:normal;
}
.title a {
	color:#003399;
	text-decoration:none;
	font-size:14px;
	font-style:italic;
}
.title a:hover {
	color:#0099FF;
}
.breadcrumb {
	float:left;
	width:100%;
	text-align:left;
	color:#666666;
	line-height:100%;
}
.breadcrumb a {
	text-decoration:none;
	color:#666666;
}
.breadcrumb a:hover, .breadcrumb span.current {
	color:#333333;
	text-decoration:underline;
}
.maincontent {
	float:left;
	clear:both;
	width:100%;
	font-size:12px;
	line-height:150%;
	text-align:justify;
	padding-top:30px;
}
.maincontent a {
	text-decoration:none;
	color:#003399;
}
.subtitle {
	clear:both;
	float:left;
	width:100%;
	border-bottom:1px solid #CCCCCC;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
}
.footer {
	clear:both;
	float:left;
	width:900px;
	padding:0px 51px 0px 51px;
	height:120px;
	text-align:right;
	background:url(/_resources/images/design/bg_gradient_bottom.png) center top no-repeat;
}
.footer a {
	color:#666666;
	text-decoration:none;
}
.footer a:hover {
	color:#00ADEF;
}