@charset "utf-8";

#headerandnavcontainer {
	display: block;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(contentbackground.jpg);
	background-repeat: no-repeat;
	overflow: visible;
	z-index: 100;

}

#headercontainer {
	display: block;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;

}
#logo {
	width: 750px;
	display: block;
	margin-right: auto;
	padding-right: 10px;
}

#iframe {
	margin-left: auto;
	float: right;
	margin-right: auto;
	width: 150px;
	overflow: visible;
	height: 40px;
}

#navcontainer {
	width: 1050px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;

}











#nav li {
	/*float the main list items*/    

    margin: 0;
	float: left;
	display: block;
	padding-right: 5px;
	height: 40px;

}    





#nav li.off ul, #nav li.on ul {
	display: none;
	position: absolute;

}    



#nav li a {
	/*for all links in the list*/    

    color: #333333;
	font-weight: bold;
	display: block;
	height: 15px;
	width: 100px;
	padding: 2px;
	font-family: Calibri;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
	background-color: #FFFFFF;
	text-align: center;

}  



#nav li.off ul, #nav li.on ul {
	position: absolute;
	top: 30px;
	height: 5px;
	left: auto;

}







#nav li.on a {

    border-top-width: 1px;

    border-right-width: 1px;

    border-bottom-width: inherit;

    border-left-width: 1px;

    border-top-style: solid;

    border-right-style: none;

    border-bottom-style: solid;

    border-left-style: none;

    border-top-color: #666666;

    border-right-color: #FFFFFF;

    border-bottom-color: #666666;

    border-left-color: #FFFFFF;

    background-color: #FFFFFF;

}    



#nav li.on ul a, #nav li.off ul a {    

    /*  cancel inherit of border on subnav of active topic */    

    border: 0;  

}    



#nav li.on ul {

    /*display active subnav list*/    

    display: block;

}





#nav li.on ul a, #nav li.off ul a {

    float: left;

    /*ie doesn't inherit the float*/    

    border: 0;

    color: #666666;

    width: auto;

    margin-right: 25px;

} 

   

#nav li.on ul {    

    /*display the current topic*/    

    display: block;  

}   

 

#nav li.off:hover ul {

    /*  display the other topics when their parent is hovered */    

    display: block;

    z-index: 6000;

}



#nav li.off a:hover, #nav li.off:hover a {

    /*  more user-friendly, with a background on the hovered tabs*/

    color: #666666;

    background-color: #FFFFFF;

    border-top-style: solid;

    border-bottom-style: solid;

    border-top-color: #CCCCCC;

    border-right-color: #CCCCCC;

    border-bottom-color: #CCCCCC;

    border-left-color: #CCCCCC;

    font-family: Calibri;

}







#nav li.off ul, #nav li.on ul {
	/*put the subnav below*/    

top: 100px;





























*top: 44px;

    /*reposition for IE*/  

}




#maincontent  {
	display: block;
	width: 1050px;
	margin-right: auto;
	background-image: url(contentbackground2.jpg);
	background-repeat: no-repeat;
	height: auto;
	margin-left: auto;
	left: auto;
	padding-top: 30px;
	padding-bottom: 0px;

}

#flash {
	display: block;
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-left: 42px;
	padding-bottom: 0px;

}



#footer {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 1050px;
	float: none;
	margin-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-align: center;

}

