/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

@import url('/css/homeStyles.css');
@import url('/css/legacyStyles.css');

body, html
{
	width: 100%;
	FONT-SIZE: 10px;   	
	COLOR: #555555;
	FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	padding: 0;
	margin: 0;
}
     
#header, #content, #footer
{
	width: 1024px;
	margin: 0 auto;
}
 
a
{
	color: #3399CC;
}

img
{
	border: none;
}
.highlight
{
	color: #FF9A00;
}
.highlight2
{
	color: #39c;
}
.highlight3
{
	color: #369;
}

/*Header Styles*/
#headerWrapper
{
	width: 100%;
	min-width: 1024px;
	border-bottom: 1px solid #39c;
	padding: 0;
	margin: 0;
}

#header
{
	height: 80px;
	padding: 15px 0;
}

#header .logo
{
	float: left;
	width: 162px;
}

#header .mobile
{
	float: left;
	width: 162px;
}

#header .menu
{
	float: right;
	text-align: right;
}

#header .menu ul
{
	list-style: none;
	margin: 0;
	padding: 2px 0;
}

#header .menu li
{
	float: left;
	display: inline-block;
	width: 120px;
	margin: 0;
	padding: 0;
}

#header .mainMenu li a
{
	text-decoration: none;
	display: block;
	width: 120px;
	background-repeat: repeat-x;
	padding: 5px 0;
	height: 15px;
	text-align: center;
	margin: 0;
	background-image: url('/images/menuBackground.jpg');
	color: #fff;
}

#header .mainMenu li a:hover
{
	background-image: url('/images/menuBackgroundh.jpg');
	color: #fff;
}

#header .menu img.left
{
	float: left;
	position: relative;
	top: -5px;
}

#header .menu img.right
{
	float: right;
	position: relative;
	top: -5px;
}

#header .blockLink
{
	display: inline-block;
	width: 80px;
	height: 14px;
	margin: 0 10px 10px 10px;
	padding: 13px 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

#header .loginBlock
{
	background-image: url('/images/loginButton_unscrolled.png');
	background-repeat: no-repeat;
}

#header a.loginBlock:hover
{
	background-image: url('/images/loginButton_scrolled.png');
}

#header .signupBlock
{
	background-image: url('/images/signupButton_unscrolled.png');
	background-repeat: no-repeat ;
}

#header a.signupBlock:hover
{
	background-image: url('/images/signupButton_scrolled.png');
}

/*Global Content Styles*/
#content
{
	width: 1024px;
	clear: both;
	padding: 20px 0;
}
 /*Footer Styles*/        
#footerWrapper
{	
	clear: both;
	width:100%; 
	min-width: 1024px;
	border-top: 1px solid #39c;
	padding: 0;
	margin: 0;
}

#footer
{
	clear: both;
	font-size: 9px;
	padding: 10px 0;
	text-align: center;
}
