@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 10px auto; /* 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: #000000;
	background-image: url(../images/body_bg.jpg);
	font-size: 12px;
}
.thrColFixHdr #container {
	background: #FFFFFF;
	margin: 15px auto 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 970px;
} 
.thrColFixHdr  #container  #extra1  {
	background-image: url(../images/header_top.gif);
	background-repeat: no-repeat;
	height: 35px;
}
.thrColFixHdr #container #extra2 {
	background-image: url(../images/header_bottom_4.gif);
	height: 21px;
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0 0 10px 0;
}
.thrColFixHdr #headerwrapper {
	background-position: right top;
	margin: 0 2px;
	background-color: #A63168;
}

.thrColFixHdr #header {
	padding: 0px 0px 0px 0px;
	height: 177px;
	overflow: hidden;
	font-weight: bold;
	color: #FFFFFF;
} 

.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 */
}
.sf_navigation { /* one of the navs will be display: none; */
	height: auto; /*!important*/
	width: 162px;
	margin: 5px;
	padding: 30px 0 0 0;
	float: left;
	background-position: top;
	background-repeat: no-repeat;
	background-image: url(../images/nav_top_4.gif);
}
.sf_navigation ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.sf_navigation ul:after{
	content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}
.sf_navigation ul li {
	background-image: url('../images/nav_arrow.gif');
	background-repeat: no-repeat;
	background-position: 10px 12px;
	margin: 0;
	padding-left:0; padding-right:0; padding-top:5px; padding-bottom:5px
}
.sf_navigation ul li.sf_last_nav_item{
	
}
.sf_navigation ul li.sf_first_nav_item{

}
.sf_navigation ul li a {
	padding: 3px 0 3px 25px;
	display: block;
}
.sf_navigation ul li a:visited {
	color: #9A2C63;
}
.sf_navigation ul li a:hover{
	color: #000000;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	font-size: 12px;
	padding: 0 10px 0 10px;
}
.thrColFixHdr #mainContent {
	line-height: normal;
	font-size: 12px;
	margin: 0 15px 0 180px;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-image: url(../images/footer_bg_4.gif);
	background-position: bottom;
	background-repeat: no-repeat;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
.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;
}
.mapInfobody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	width: 300px;
}
.mapLocDetail {
	height: 150px;
	width: 300px;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 25px;
	background-color: #446A22;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
}
div.hiddenState {
	visibility: hidden;
	display: none;
}
div.visiblePopup {
	position: absolute;
	width: 250px;
	background-color: white;
	color:black;
	border: 1px solid black;
	font-size: 9pt;
	padding:5px;
}
.thrColFixHdr #container #sidebar2 p {
	margin-bottom: -12px


}
.sidebarTitle {
	font-size: 14px;
	background-color: #A5306B;
	text-align: center;
	color: #FFFFFF;
}
.thrColFixHdr #container .sf_navigation p {
	margin-bottom: -12px;
}
