/*============================================================
 Base Styles
============================================================*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(_img/background.jpg);
	background-repeat: repeat-x;
}

.mouse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	color: #b6bbbf;
	line-height: 100%;
}

.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #ffb500;
	font-weight: bold;
	line-height: 155%;
}

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #373c40;
	line-height: 155%;
}

.forget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	float: right;
	color: #373c40;
	line-height: 40%;
	margin-top: 6px;
}

.giantquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 1.2em;
	color: #c0d0db;
	line-height: 155%;
}

#wrap {
	width: 820px;
	overflow:visible;
	margin-left: auto;
	margin-right: auto;
}

#wrap_white {
	width: 820px;
	overflow:visible;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

a:link {
	text-decoration: underline;
	color: #3690ce;
}
a:visited {
	text-decoration: none;
	color: #3690ce;
}
a:hover {
	text-decoration: none;
	color: #3690ce;
}
a:active {
	text-decoration: underline;
	color: #3690ce;
}

/*============================================================
 Campaign Monitor Subscribe Form
============================================================*/

span.label,span.spacer,span.multiple span {width:120px;float:left;} 
span.multiple {float:left;} 
span.button {padding-left:120px;} 
div.clear {clear:both;padding-top:5px;} 

/*============================================================
 Header
============================================================*/

#header {
	width: 820px;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	height: 73px;
	width: 198px;
	overflow: hidden;
	outline: none;
	
}

/*============================================================
 Navigation
============================================================*/

#nav_wrap {
	width: 820px;
	height: 37px;
}

#nav_login {
	width: 324px;
	height: 51px;
	background: url(_img/login_bg.gif) 0 0 no-repeat;
	margin-top: -14px;
	float: right;
	overflow: hidden;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
	
#nav li {
	float: left;
}

#nav li a {
	display: block;
	margin: 0; padding: 0;
	height: 37px;
	text-indent: -5000px;
	overflow: hidden;
}

#nav li a:hover {
	background-position: 0px -37px;
}
	
#nav_affiliates a {
	width: 89px;
	background: url(_img/nav_affiliates.gif) 0 0 no-repeat;
}
	
#nav_advertisers a {
	width: 93px;
	background: url(_img/nav_advertisers.gif) 0 0 no-repeat;		
}
	
#nav_aboutus a {
	width: 93px;
	background: url(_img/nav_aboutus.gif) 0 0 no-repeat;
}

#nav_affiliates_on a {
	width: 89px;
	background: url(_img/nav_affiliates_on.gif) 0 0 no-repeat;
}
	
#nav_advertisers_on a {
	width: 93px;
	background: url(_img/nav_advertisers_on.gif) 0 0 no-repeat;		
}
	
#nav_aboutus_on a {
	width: 93px;
	background: url(_img/nav_aboutus_on.gif) 0 0 no-repeat;
}

/*============================================================
 Hompage Content
============================================================*/

#home_content_wrap {
	margin-top: 0px;
	margin-left: 0px;
	background: url(_img/greter.jpg) 0 0 no-repeat;
	width: 820px;
	height: 300px;
}

#home_content {
	margin-top: -160px;
	margin-left: 208px;
	width: 612px;
}

#home_content_links {
	margin-top: 10px;
	margin-left: 208px;
	width: 612px;
}

/*============================================================
 About Us Content
============================================================*/

#aboutus_content_wrap {
	margin-top: 30px;
	margin-left: 0px;
	width: 820px;
	height: 300px;
}
