@charset "utf-8";
body {
	background: #fff url(/f/themes/default/page_backgound.jpg) repeat-x center 0;
	margin: 0; /* 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;
}

h3 {
	color: #336699;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0 0 0 10px;
	
}

.headertable {
	padding:0;  /* 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. */
	background: url(/f/themes/default/header_main.png);
	height:127px;
}

table.content {
	/* background:inherit; */
 width: 750px;
 margin-left: auto;
 margin-right: auto;
 vertical-align:top;
 }
 
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:url(/f/themes/default/subhead_background.png);
}

#updivider {
	background: url(/f/themes/default/uppr_divider.jpg) 10px 0 no-repeat;
	width: 780px;
	height:22px;
	clear:both;
}

#lowcontainer {
	width: 778px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(/f/themes/default/subhead_background_end.jpg) 0 no-repeat;
	text-align: right;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	height:22px;
	clear:both;
}

#sec_header { /* this is the  menubar that goes under the header */
	padding: 10px 0 0 0;
	height:91px;
	/*background: url(../images/subhead_background.png)*/;
}

#header_headline {
	background-color:none;
	padding: 0 10px 0 20px;  /* this is the topmost header, containing the initial max SEO visibility headline */
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	text-align:center;
}
#header {
	padding:0;  /* 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. */
	background: url(/f/themes/default/header_main.png);
	height:127px;
}



#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 */
}

#loginbox {
	margin: 0;
	padding-left: 20px;
	padding-bottom: 3px;
	float:left;
	font: 10px Arial, Helvetica, sans-serif;
	width: 290px;
}
#loginbox form {
	margin:0;
	padding:0;
}
.login {
	width:80px;
	height:16px;
	border-color: #89b3dc;
	border-style:solid;
	border-width: 1px;
	font:Arial, Helvetica, sans-serif 12px;
	padding:1px;
	background: #D5E8EE;
	font: 11px Arial, Helvetica, sans-serif;
}
.loginbtn {
	padding-top:5px;
}
.ok_btn {
	width:32px;
	height:20px;
	margin:10px 0 0 0;
	padding:0;
	cursor:pointer;
	background:url(/f/themes/default/ok_btn.png);
	border-width:1px;
}
#login_links {
	margin:0;
	padding: 0 0 0 11px;
}
#login_links a {
	margin:0;
	padding: 0 0 0 35px;
	color:#3366CC;
}

#sec_header { /* this is the  menubar that goes under the header */
	padding: 10px 0 0 0;
	height:91px;
	/*background: url(../images/subhead_background.png)*/;
}

#advert_upper_left {
	width: 448px;
	height: 60px;
	margin: 0px 5px 10px 0px;
	padding: 0 0 0 20px;
	float: left;
}

#advert_upper_left a img {
	border: none;
}

#searchbox {
	border: none;
	margin: 0;
	padding-left: 10px;
	padding-top: 20px;
	float: left;
	font: 11px Arial, Helvetica, sans-serif;
}

#searchbox b {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#FF9900;
	padding: 3px 0 0 0;
}

#searchbox a {
	color: #FF6600;
	font: 11px Arial, Helvetica, sans-serif;
}

#searchbox form {
	margin: 0;
	text-align: left;
}
.searchbtn {
	width:49px;
	height: 20px;
	background:url(/f/themes/default/search.png);
	border: 0px;
	margin-top: 3px;
}

.searchfield {
	width: 140px;
	margin: 5px 0 0 0;
}

#description h1 {
	margin: 0 5px 0 10px;
	padding: 10px 0 0 0;
	color:#f58331;
	font-family:Arial, Helvetica, sans-serif;
}

#description h2 {
	margin: 0 0 0 10px;
	color:#f58331;
	font-family:Arial, Helvetica, sans-serif;
}

#container h2 {
	color: #336699;
	font-size:14pt;
	margin: 0 0 20px 10px;
}
 
#footer {
	padding: 0 0 20px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background: url(../images/footer.png) no-repeat;*/
	height: 30px;
	font: 10px Arial, Helvetica, sans-serif;
	text-align:center;
}

#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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.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;
}

#map {
	width:340px;
	height:285px;
	float:right;
	border:2px dotted #f58331;
	color: #CC0000;
	font: 12pt Georgia, "Times New Roman", Times, serif;
	font-style: bold;
	padding: 2 2 2 2;
}

#gallery {
	width:340px;
	float:right;
	color: #336699;
	font: 12px Georgia, "Times New Roman", Times, serif ;
	font-style: bold;
	padding-top: 20px;
	padding-bottom: 20px;
/*	border:1px solid #91a0ab; */
}

#description {
	clear: left;
	margin-top: 0px;
	padding-left: 5px;
	float:left;
}

#description h3 {
	color: #f58331;
	font: 14px Arial, Helvetica, sans-serif;
	margin: 0 0 0 20px;
	padding:0px;
}

#contentbox {
	width:100%;
	float:left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top:10px;
	border-top: 1px solid #91a0ab;
}

#loginbox {
	margin: 0;
	padding-left: 20px;
	padding-bottom: 3px;
	float:left;
	font: 10px Arial, Helvetica, sans-serif;
	width: 290px;
}


#indexbox {
margin-right:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
}

#newsbox {
margin-right:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
}

#newscolumn {
margin-right:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
/* border:1px solid #f58331; */
}

#indexbox h1 {
	margin: 0 0 0 0px;
	padding: 0px 0;
	color:#f58331;
}



#indexbox h2 {
	margin: 0 0 0 10px;
	color:#333333;
}

#indexbox fieldset {
	padding:10px 5px 10px 5px;
	border:1px solid #f58331;
	clear:both;
}

#indexbox fieldset legend {
	border: 1px solid #f58331;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 5px 5px 5px 5px;
}

#infobox {
	width: 100%;
	float: left;
	padding: 0px 0 0 0px;
}

#infobox fieldset {
	padding:10px 0 10px 10px;
	color: #333333;
	font: 12px Georgia, "Times New Roman", Times, serif;
	border:1px solid #91a0ab;
	clear:both;
}

#infobox fieldset legend {
	color: #fff;
	border: 1px solid #91a0ab;
	margin-bottom: 5px;
	margin-top: 5px;
	background:#336699;
	padding: 1px 3px;
}

#rightcolinfo {
	float: left;
	width:125px;
	padding: 0px 0 0 0px;
	margin-right: 0px;
}

#rightcolinfo fieldset {
	padding:3px 3px 3px 3px;
	color: #999999;
	font: 9pt Georgia, "Times New Roman", Times, serif;
	border-left:1px solid #91a0ab;
	border-top:1px solid #91a0ab;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	clear:both;	
}

#rightcolinfo fieldset legend {
	color: #fff;
	border: 1px solid #91a0ab;
	margin-bottom: 5px;
	margin-top: 5px;
	background:#336699;
    padding: 2px 2px 2px 2px;
}

ul.list1 {text-align: left;
list-style: none;
padding: 10px 0 10px 0;
margin: 0 0;
width: 100%;
	
}
ul.list1 li {display: block;margin: 0;padding: 0;}
ul.list1 li a{ color: #333333; display:block; padding: 2px 5px 2px 10px; text-decoration:none; font: 13px Arial, Helvetica, sans-serif; margin:0; width: 160px;
	
}
ul.list1 li a:hover { color: #fff; background: #336699;
}

.selected {background: #FF9900;}

#headline_footer {
color: #ACACAC;
}

#adbox728x90 {
	width : 730;
	height : 100px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align:lef;
	border : none;
/*	background-color : #FFF; */
	float: center;
}