@charset "UTF-8";
#container { 
	width: 810px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	background: url(../images/header.jpg);
	width: 810px;
	height: 68px;
	padding-top: 22px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#home {
	background: url(../images/home/home_01.jpg) no-repeat;
	width: 810px;
	height: 268px;
}
#home_nav {
	background: url(../images/home/map_hm_bkg.gif) no-repeat;
	width: 410px;
	height: 159px;
	padding-top: 25px;
}
.hm_nav_spr  {
	padding-top: 10px;
	padding-bottom: 12px;
	text-align: right;
}
.nav_spacer {
    width: 245px;
	}
#nav_lft a {
	display: block;
	width: 83px;
	height: 22px;
	background: url("../images/nav/lft_bkg.gif") 0 0 no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px -13px 0px 0px;
	padding: 9px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
	
   } 
#nav_lft a:link, nav_lft a:active, nav_lft a:visited  {
	text-decoration: none;
	text-align: center;
   } 
#nav_lft a:hover  {
	background-position: -83px 0;
	text-decoration: none;
	display: block;
}
#nav_lft .on  {
	background-position: -83px 0;
	text-decoration: none;
	display: block;
}
#nav_fun a {
	display: block;
	width: 88px;
	height: 25px;
	background: url("../images/nav/lft_fun.gif") 0 0 no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px -12px 0px 0px;
	padding: 6px 0px 0px 0px;
	text-align: center;
	line-height: 8px;
	text-decoration: none;	
   } 
#nav_fun a:link, nav_fun a:active, nav_fun a:visited  {
	text-decoration: none;
	text-align: center;
   } 
#nav_fun a:hover  {
	background-position: -88px 0;
	text-decoration: none;
	display: block;
}
#nav_fun .on  {
	background-position: -88px 0;
	text-decoration: none;
	display: block;
} 
#nav_rht a {
	display: block;
	width: 78px;
	height: 22px;
	background: url("../images/nav/rht_bkg.gif") 0 0 no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 9px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
	
} 
#nav_rht a:link, nav_rht a:active, nav_rht a:visited  {
	text-decoration: none;
	text-align: center;
   } 
#nav_rht a:hover  {
	background-position: -78px 0;
	text-decoration: none;
	display: block;
}
#nav_rht .on  {
	background-position: -78px 0;
	text-decoration: none;
	display: block;
}
#nav a  {
	display: block;
	width: 78px;
	height: 25px;
	background: url("../images/nav/bkg.gif") 0 0 no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px -12px 0px 0px;
	padding: 6px 0px 0px 0px;
	text-align: center;
	line-height: 8px;
	text-decoration: none;
} 
#nav a:link, nav a:active, nav a:visited  {
	text-decoration: none;
	text-align: center;
} 
#nav a:hover  {
	background-position: -78px 0;
	text-decoration: none;
	display: block;
}
#nav .on  {
	background-position: -78px 0;
	text-decoration: none;
	display: block;
}
#nav_sing a  {
	display: block;
	width: 78px;
	height: 22px;
	background: url("../images/nav/bkg.gif") 0 0 no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px -12px 0px 0px;
	padding: 9px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
} 
#nav_sing a:link, nav_sing a:active, nav_sing a:visited  {
	text-decoration: none;
	text-align: center;
} 
#nav_sing a:hover  {
	background-position: -78px 0;
	text-decoration: none;
	display: block;
}
#nav_sing .on  {
	background-position: -78px 0;
	text-decoration: none;
	display: block;
}
.lft_side_spr  {
    width: 251px;
}
.main_content_spr  {
    width: 346px;
}
.main_content_spr_cont  {
    width: 559px;
}
.main_content_spr_cont2  {
    width: 186px;
}
.main_content_spr_cont3  {
    width: 170px;
}
.main_content_spr_cont4  {
    width: 204px;
}
.rht_side_spr  {
    width: 212px;
}
.line_spr  {
    width: 1px;
}
.header_spr  {
    height: 15px;
}
.form_spr  {
    width: 400px;
	height: 400px;
}
.form_line_spr  {
	height: 5px;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 15px;
}
.body a:link, .body a:active, .body a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.body a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.body_con {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 5px;
}
.body_con a:link, .body_con a:active, .body_con a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.body_con a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.body_con2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.body_con2 a:link, .body_con2 a:active, .body_con2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.body_con2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.body_con_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 5px;
}
.body_con_link a:link, .body_con_link a:active, .body_con_link a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.body_con_link a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.body_con_bld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 5px;
}
.body_con_bld2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.body_con_wht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.blu_title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #006699;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 15px;
	text-transform: none;
}
h1  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #006699;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 15px;
	text-transform: none;
}
.lft_bld {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 35px;
	padding-right: 10px;
}
.lft_bld a:link, .lft_bld a:active, .lft_bld a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.lft_bld a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
ul {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-left: 10px;
	margin-top: 2px;
	padding-right: 0px;
}
li {
	padding-bottom: 3px;
	padding-top: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-left: 20px;
}
ol {
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-left: 10px;
	margin-top: 2px;
	padding-right: 0px;
}
#footer {
	width: 810px;
	height: 35px;
} 
.footer_text  {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
