/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	background-image: url(../images/h_bg.jpg);
	background-repeat: no-repeat;
}

#logo {
	width: 156px;
	height: 55px;
	background-image: url(../images/h_logo.gif);
	margin-top: 59px;
	margin-left: 32px;
	float: left;
	padding-bottom: 20px;
	background-repeat: no-repeat;
}

html > body #logo {
	margin-left: 65px;
}

#slogan {
	width: 420px;
	height: 55px; 
	margin-top: 59px;
	margin-left: 21px;
	float: left;
	font-style:italic;
	font-size: 17px;
	padding-top: 20px;
	 font-family: "Times New Roman", Times, serif;
	 
}

#content {
	width: 280px;
	height: 176px;
	margin-left: 129px;
	margin-top: 3px;
	clear: left;
}

 

#container {
	width: 664px;
	margin-left: -10px;
	height: 21px;
	clear: left;
	
}

#menu {
	margin-top: 40px;
	width: 653px;
	padding-left: 115px;
	font-size: 11px;
	background-color: #004373;
	margin-left: 0px;
	height: 21px;
}

#menu li ul {

	line-height: 21px;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 4px;
	line-height: 21px;
	 height: 21px;
}

#menu li ul li a:hover {
	border-bottom: solid 0px #FF9900;
}

#menu .underline:hover {
	padding-top: 4px;
	border-top: solid 4px #FF9900 !important;
	 
	
}

#menu li {
	list-style: none;
	display: block;
	float: left;
	height: 21px;
	color: #FFFFFF;
	line-height: 21px;
	padding-right: 19px;
	margin-right: 10px;
	margin-left: 0;
}

#menu li ul {
	display: none; 
	padding: 0;
	margin: 0;
	padding-left: 10px;
	background-color: #FF9900;
	position: absolute;
	margin-left: -10px;

}

#menu li:hover >  ul {
   display: block;
}

#menu li.over ul {
   display: block;
}

#menu li ul li
{
	display: block;
	clear: both;
	color: #FFFFFF;
	text-align: left;
	background-color: #FF9900;
	
}

 

#aboutnav {
	position: absolute;
	 top: 215px;
	 
}
 
 

#termsnav {
	position: absolute;
	top: 341px;
	 
}



#examplenav {
	position: absolute;
	top: 299px;
}
 


#contactnav {
	position: absolute;
	top: 341px;
	
}

#copyright {
	width: 280px;
	font-size: 9px;
	margin-top: 10px;
	margin-left: 490px;
	height: 11px;
}


#banner {
	width: 300px;
	margin-top: 15px;
	margin-left: 460px;
	height: 100px;
//	background-image: url(../images/Marketing-MO_Ad_wide.jpg);
//	background-repeat: no-repeat;
}



#vipbutton
{
	border: solid 1px #FCD54C;
	background-color: #FF9900;
	color:#000;
}

#code
{
	color: #004373;
  	border: solid 1px #004373;
	padding-left: 2px;
}

.vipformarea
{
	border: solid 1px #FF9900; 
	padding: 4px;
	background-color: #FFF2C4;
	text-align: center;
	width: 190px;
	margin-top: 10px;
}

.vipformarea h4
{
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 14px;
	margin-bottom: 4px;
	margin-top: 4px;
	 
}

.vipformarea a
{
	color: #004373;
	text-decoration: none;
}

.vipformarea a:hover
{
	color: #000;
	text-decoration:underline;
	 
}