@charset "utf-8";

/* PNG TRANSPARENCY FIX */
 img, div, input { behavior: url("iepngfix.htc") }
 
 h1 {
	color: #164899;
	font-size: 1.1em;
	margin-bottom: 1px
}

 h2 {
	color: #8B8C90;
	font-size: 1em;
	margin-bottom: 1px
}

a:link {
	color: #145BAB;
}
a:visited {
	color: #0072BB;
}


body {
	background: #000000;
	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;
	background-image:url(images/Background.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}


.twoColFixLtHdr #Login input{
	background-color: white;
	border: none;
	color:#999999;
	font-size:14px;
	width: 150px
}

.twoColFixLtHdr #Login a:link{
	color: white;
}
.twoColFixLtHdr #Login a:hover{
	color: white;
	text-decoration:none;
}

.twoColFixLtHdr #Login #username{
	position:relative; 
	top: 100px; 
	left: 20px;
	border: #666666 1px solid;
	width: 152px
}


.twoColFixLtHdr #Login #pw{
	position:relative; 
	top: 125px; 
	left: 20px;
	border: #666666 1px solid;
	width: 152px
}



.twoColFixLtHdr #Login #btn{
	position:relative; 
	background-image:url(images/Submit.jpg);
	background-repeat:no-repeat;
	width: 127px;
	height: 23px;
	top: 132px; 
	right: 0px;
	float: right;
	color: #B3C0C6;
	text-indent: -9999px;
	border: none;
}

.twoColFixLtHdr #Login #btn:hover{
	position:relative; 
	background-image:url(images/Submit_OV.jpg);
	background-repeat:no-repeat;
	border: none;
	cursor:pointer;
}

.twoColFixLtHdr #ResetPW #btn{
	position:relative; 
	background-image:url(images/SubmitButton.png);
	background-repeat:no-repeat;
	width: 50px;
	height: 22px;
	top: 3px; 
	right: 10px;
	color: #B3C0C6;
}
.twoColFixLtHdr #Login #btn:hover{
	color: #FFF;
}
.twoColFixLtHdr #Login #Spacer{
	height:55px; 

}




.twoColFixLtHdr #container { 
	width: 999px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/Content.png);
	background-repeat:repeat-y;
	margin-top: 35px;

} 
.twoColFixLtHdr #header { 
	background: url(images/TopRunner.png) no-repeat; 
	background-position: 2px 0px;
	height: 20px;
	width: 999px;
	position:relative;
	bottom: 13px;

} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 15px 15px 21px;
}
.twoColFixLtHdr #sidebar1 #SubSection{
	padding-right: 5px;
}

.twoColFixLtHdr #sidebar1 #SubSection a{
	font-size: 85%;	
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 



.twoColFixLtHdr #footer { 
	background: url(images/BottomRunner.png) no-repeat; 
	background-position: 0px 2px;
	height: 20px;
	width: 999px;
	position:relative;
	top: 18px;
} 
.twoColFixLtHdr #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;
}


/*  ----------------------------------------------  MENU STYLES  --------------------------------------------  */
/*  ----------------------------------------------  MENU STYLES  --------------------------------------------  */
/*  ----------------------------------------------  MENU STYLES  --------------------------------------------  */



.arrowlistmenu{
width: 216px; /*width of accordion menu*/
margin-left: 0px;
text-align:right;
margin-bottom: 18px;
position:relative;

}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
margin-bottom: -15px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
cursor: hand;
cursor: pointer;
height: 26px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
padding-top: 10px;

}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
padding-left: 2px;
}

.arrowlistmenu ul li a{
color: black;
display: block;
padding-top: 8px; 
padding-right: 8px; 
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #0072BB;
font-size: 85%;
background-color: white;
height: 16px;

}

.arrowlistmenu ul li a:visited{
color: #c7c8c8;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: white;
background-color: #0072BB;
}
