﻿
.LoginTextbox
{
    height:14px;
    width:138px;
    border-width:0px;
    padding-left:0px;
    margin-left:0px
}
            
    

div#divHeader
{
    position:absolute;
    padding:0px;
    width:1041px;
	height:117px;
    background-image:url("/images/main/subpage_top_background.png");
    background-repeat:no-repeat;
    /*border-width:1px;
    border-style:solid;*/
}
div#divSubHeader
{
    position:absolute;
    padding:0px;
    height:190px;
    width:1041px;
	background-image:url("/images/main/subpage_top_background.png");
    background-repeat:no-repeat;
    
    /*border-width:1px;
    border-style:solid;*/
}

div#divHeaderContent
{
    position:absolute;
    margin-top:10px;
    margin-left:40px;
    
}


/*---------------------------Navigation-------------------------*/
#nav li {
	/*float the main list items*/
	margin: 0;
	float: left;
	display: block;
	position:relative;
	font-size:13px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-style:normal;
	height:37px;
	line-height:37px;
}

#nav>li { 
	/*sets width for individual buttons in main navigation only*/
	width:247px;
}

#nav li.off ul, #nav li.on ul {
	/*all 2nd level navigation lists*/
  	/*puts the sub-navigations below the main and hides them*/
  	display:none;
	position:absolute;
  	top:36px;
	height:25px;
}

#nav li.on ul {
  	/*displays active (on) sub-navigation list*/
  	display: inline;
	width:700px;
	background-color:#FFFFFF;
}

#nav li.off ul {
  	/*length of active (off) sub-navigation lists*/
	width:700px;
	background-color:#FFFFFF;
	text-align:center;
}



#nav li a {
  	/*styles all links in the lists*/
  	color: #FFFFFF;
	font-weight:bold;
  	display: block;
  	text-decoration:none;
	text-align:center;
}

#nav li.on ul a, #nav li.off ul a {
	/*styles links in sub-navigations*/
  	float: left;
  	/*ie6 doesn't inherit the float*/
  	border: 0;
  	color: #FF9933;
	background-color:#FFFFFF;
	width:auto;
	margin: 0 15px; /*space between links in sub-navigation*/
}

#nav li.on a {
  	/*changes background color for active button (on) in main navigation*/
	background-color:#f58230;
	height:37px;
	text-align:center;
}

#nav li.off a:hover {
  	/*changes background color for links in sub-navigation on hover*/
	background-color:#f58230;
	color:#FFFFFF;
	height:37px;
	text-align:center;
}

#nav li.on ul li:first-child {
	border:none;
}

#nav li.on ul li a:hover {
	/*hover state for links in sub-navigation*/
	background-color:#FFFFFF;
	color:#333333;
}

#home ul {
	left:21px;
}



