@charset "utf-8";
/* Page Lv Attribs */
SELECTOR { min-height: 0; } 

body {
	background-color: #FFF;
	margin:0;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	width: 100%;
}
ul {
    list-style: none;
}

.chamberlist
{
list-style-type: none;
padding: 0;
margin: 0;
}

li.arrow
{
background-image: url(images/arrow_icon.gif);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 3px 0 3px 20px;
margin: .4em 0;
}

/* Portal Wide Styles */
body,td,th {
	font-size: 10pt;
	color: #666666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
a:link {
	color: #077DBB;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #077DBB;
}
a:hover {
	text-decoration: underline;
	color: #4D4D4D;
}
a:active {
	text-decoration: none;
	color: #077DBB;
}

/* Text Styles */

h1 {
color:#D68019;
font-size:14pt;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight:bold;
}

h2,
h2 a:link,
h2 a:focus,
h2 a:visited {
color:Black;
font-size:12pt;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration:none;
}

h2 a:hover {
color:#4D4D4D;
font-size:12pt;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration:underline;
}

.error {
	color:#F00;
	font-style:italic;
	font-size:12px;
}

/* Main container */
#container {
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	border:#000 thin solid;
	background-image:url(images/body_bg.gif);
	background-repeat:repeat-y;
	overflow:hidden;
}

#secure_container {
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	border:#000 thin solid;
}

#header {
	width:100%;
	background-image:url(images/header_main.jpg);
	background-repeat:no-repeat;
	height:232px;
	text-align:center;
}

/*Weather Float*/

#header_weather {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:5px;
	padding-left:790px;
	margin:0;
	clear:both;


}

#home_link {
	position:absolute;
	top:36px;
	padding-left:30px;
	margin:0;
	clear:both;
}

#main-nav{
	width: 200px;
	text-align: left;
	float: left;
	margin-bottom:40px;
	margin-left:55px;
}
#main {
	border: thin dotted #FF0000;
}
#body-content{
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/body_bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	width:100%;
}

#secure-content{
	margin-left:auto;
	margin-right:auto;
	width:100%;
	
}

#main-content ul li {
    list-style:disc;
}

#side_box {
width:250px;
text-align:left;
float:right;
margin-right:10px;
}

.roundtop {
	background-image: url(images/rounded-top.jpg);
	width: 250px;
	height: 8px;
	}
.roundside {
	background-image: url(images/rounded-sides.jpg);
	background-repeat: repeat-y;
	width: 250px;
	text-align: left;
	padding-left:15px;
}
.roundbottom {
	background-image: url(images/rounded-bottom.jpg);
	width: 250px;
	height: 8px;
}

/* FOOTER CSS*/

#footer{
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/footer_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#bddfb3;
	font-size:11px;	
}

#footer ul.links-bar {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
	padding-top: 6px;
    
}
#footer ul.links-bar li a {
    color:#6D6F71;
    font-size:10px;
    line-height:12px;
    /*padding-bottom:1px;*/
    position:relative;
	text-decoration:none;
}

#footer ul.links-bar li a:hover {
    color:#6D6F71;
    font-size:10px;
    line-height:12px;
    /*padding-bottom:1px;*/
    position:relative;
	text-decoration:underline;
}

#footer ul.links-bar li {
    display:inline;
    line-height:12px;
    height:13px;
    /*height:12px;*/
    /*border-right:solid 1px #8D9093;*/
	padding-left:7px;
    padding-right:2px;
    margin-top:8px;
}
/* TOP NAV CSS*/
#top_nav {
	position:absolute;
	text-align: right;
	margin-left:auto;
	margin-right:auto;
	top:200px;
	padding-left:450px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	line-height:0px;
	
}

#top_nav a {
	color:#FFF;
	text-decoration:none;
}

/* Left Navitaion*/	  
	
#mainmenu {
	width: 200px;
	margin-left:-59px;
	margin-top:-10px;
	font-weight:bold;
	}
	
#mainmenu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	margin-bottom:5px;
	}	
	
#mainmenu li a:link, #mainmenu li a:visited {
	color: #000;
	display: block;
	background:  url(images/menu2.gif);
	padding: 8px 0 0 30px;
	}
	
#mainmenu li a:hover {
	color: #000;
	background:  url(images/menu2.gif) 0 -32px;
	padding: 8px 0 0 30px;
	}
#mainmenu li #active {
	color: #000;
	background:  url(images/menu2.gif) 0 -32px;
	padding: 8px 0 0 30px;
	}
	
/* Middle Contents Containter */
#middle-pane {
width:600px;
padding: 0;
background-image:url(images/middle-content-mbg.gif);
background-repeat:repeat-y;
text-align:left;
}

#middle-content {
padding-left: .8em;
padding-right: 2em;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color:#666666;
font-size:10pt;
}

#middle-footer {
background-image:url(images/middle-bg-lower.gif);
background-repeat:no-repeat;
height:17px;
}

#middle-lower {
width:600px;
padding: 0;
text-align:left;
}

/* Middle Content Styles */

.lower-colitems {
	line-height: 1.75;
}

.navdivider {
border-left: 2px solid #ccc;
padding-right:8px;
} 

/*Secure Navigation Styles*/

ul.menu_tabbed {
	list-style: none;
	border-bottom: 1px #999999 solid;
	padding-bottom: 10px
	}	
ul.menu_tabbed li {
	display: inline;
	margin-right: 5px;
	}	
ul.menu_tabbed li a {
	color:#999999;
	text-decoration: none;
	background: #f7f7f7;
	border: 1px #CCCCCC solid;
	border-bottom: none;
	padding: 10px 14px;
	}	
ul.menu_tabbed li a.selected {
	color:#666666;
	background:#FFFFFF;
	border: 1px #999999 solid;
	border-bottom: 1px #FFFFFF solid;
	padding: 14px 14px 10px 14px;	
	}	
ul.menu_tabbed li a:hover {
	padding: 14px 14px 10px 14px;	
	}
	
#background-image
{
	font-size: 12px;
	margin: 45px;
	width: 600px;
	text-align: left;
	border-collapse: collapse;
	
}
#background-image th
{
	padding: 12px;
	font-weight: normal;
	font-size: 14px;
	color: #339;
}
#background-image td
{
	padding: 9px 12px;
	color: #669;
	border: 1px solid #ccc;
}
#background-image tfoot td
{
	font-size: 11px;
}
#background-image tbody td
{
	background: url('images/back.png');
}
* html #background-image tbody td
{
	/* 
	   ----------------------------
		PUT THIS ON IE6 ONLY STYLE 
		AS THE RULE INVALIDATES
		YOUR STYLESHEET
	   ----------------------------
	*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/back.png',sizingMethod='crop');
	background: none;
}	
#background-image tbody tr:hover td
{
	color: #339;
	background-color:#FFF;
}

/*Secure Table Layouts*/

#newspaper-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 780px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #69c;
}
#newspaper-b th
{
	padding: 15px 10px 10px 10px;
	font-weight: normal;
	font-size: 14px;
	color: #039;
}
#newspaper-b tbody
{
	background: #e8edff;
}
#newspaper-b td
{
	padding: 10px;
	color: #669;
	border-top: 1px dashed #fff;
}
#newspaper-b tbody tr:hover td
{
	color: #339;
	background: #d0dafd;
}

/*Map Popup Info*/

#hideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#fade {
	background: #000; 
	position: fixed; 
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	z-index: 10;
}
.popup_block {
	background: #ddd;
	padding: 10px 20px;
	border: 10px solid #fff;
	float: left;
	width: 480px;
	position: fixed;
	top: 20%;
	left: 50%;
	margin: 0 0 0 -250px;
	z-index: 100;

}
.popup_block .popup {
	float: left;
	width: 100%;
	background: #fff;
	margin: 10px 0;
	padding: 10px 0;
	border: 1px solid #bbb;
}
.popup h3 {
	margin: 0 0 20px;
	padding: 5px 10px;
	border-bottom: 1px solid #bbb;
	font-size: 1.5em;
	font-weight: normal;
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}
.popup img.cntrl {
	position: absolute;
	right: -20px;
	top: -20px;
}

/*--Making IE6 Understand Fixed Positioning--*/

*html #fade {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop : document.body.scrollTop);
}

*html .popup_block {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+((documentElement.clientHeight-this.clientHeight)/2)
	: document.body.scrollTop
	+((document.body.clientHeight-this.clientHeight)/2));
	
	left:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollLeft 
	+ (document.body.clientWidth /2 ) 
	: document.body.scrollLeft 
	+ (document.body.offsetWidth /2 ));
}

/*--IE 6 PNG Fix--*/

img{ behavior: url(iepngfix.htc) }

}

