@charset "UTF-8";

.clr_right {
clear: right;
height: 0; 
font-size: 1px; 
line-height: 0px;
}
 
.clr_left {
clear: left;
height: 0; 
font-size: 1px; 
line-height: 0px;
}
 
.clr_both {
clear: both;
height: 0; 
font-size: 1px; 
line-height: 0px;
}
 

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background:#ffffff;
	background-position:center;
	background-repeat:repeat-y;
	background-position:top;
	text-align:left;
}

img {
	behavior: url(images/iepngfix.htc);
}


a {
	color:#64b8cc;
	text-decoration:none;
}
a:hover {
	color:#f78d1e;
}

.mainBody {
    width:985px;
	 margin-left: auto ;
 	 margin-right: auto ;
	 position:relative;
}



.header {
	 width:985px;
	 height:113px;
}

.logo {
	float:left;
	width:111px;
    margin-left: 9px;
    margin-top: 17px;
}

.navigation {
	float:left;
	width:400px;
	margin-left: 40px;
    margin-top: 48px;
}

.navigation_right {
	float:right;
	text-align:right;
	/*width:300px;*/
    margin-top: 57px;
}

.middle {
	width:985px;
	clear: left;
}


.footer {
	margin-top:20px;
	width:985px;
	height:27px;
	text-align:right;

}




.nav_topRow {
	height:28px;
}

.nav_bottomRow {
	height:26px;
}

.nav_signup{
	height:19px;
}

.nav_date{
	margin-top:4px;
	height:28px;
}



.logo {
	margin-right:10px;
}

#nav_dropdown  {
	text-align:left;
}

#nav_dropdown li { 
	padding: 0;
	margin: 0;
	margin-top:73px;
	margin-left:5px;
	list-style: none;
	float: left;
	position: relative;

}


#subnav_dropdown { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	padding:3px;
	margin:0px;
	margin-top:20px;
	background-image:url(images/blank.gif);
	text-align:left;


}

#subnav_dropdown li { /* second-level lists */
	background-image:url(images/shared/trans_black.png);
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	margin:0px;
	margin-top:3px;
	padding:5px;
	width:120px;
	text-align:left;

	
}

#subnav_dropdown li a {
	color:#FFF;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#nav_dropdown li:hover ul {
	display: block;
}

li.over ul {
	display: block;
}










