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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(_img/background2.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%;
}

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

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

.callout li{
	list-style-position: outside;
	margin-left: -20px;
}

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

.copy li{
	list-style-position: outside;
	margin-left: -20px;
}

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

.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: underline;
	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;
}

/*============================================================
 Rounded box
============================================================*/
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 { 
	background: transparent url(_img/rounded_box.png) no-repeat bottom right
}
.cssbox {
	width:800px !important; 
	width:785px;
	padding-right:15px;
	margin:20px auto
}
.cssbox_head {
	background-position:top right;
	margin-right:-15px;
	padding-right:40px
}
.cssbox_head h2 { 
	background-position:top left; 
	margin:0;
	border:0;
	padding:15px 0 0 40px; 
	height:auto !important; 
	height:1%;
	font-family: Arial,Helvetica,sans-serif;
	color:#224466;
	font-size: 1.4em;
	line-height: 155%;
}
.cssbox_head h2 span {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 155%;	 
}
.cssbox_body { 
	background-position:bottom left; 
	margin-right:25px;
	padding:0 0 15px 40px;
	color: #4C5053;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.8em;
	line-height: 155%;
}
.cssbox_body p { padding:0; }
.italic { font-style: italic; }
.msg { color: #3690CE; }
.err { color: #FF0000; }
.request a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #ffb500;
	font-weight: bold;
	line-height: 155%;
}
.request a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #ffb500;
	font-weight: bold;
	text-decoration: underline;
}
.request a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #ffb500;
	font-weight: bold;
	text-decoration: none;
}
.request a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #ffb500;
	font-weight: bold;
	text-decoration: underline;
}






.search h2 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.4em;
}
.search h2 span {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.1em;
}
.search_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	line-height: 155%;
}
.search_titles_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 155%;
}
.dashed_border_b {
	border-bottom:1px dashed #CCCCCC;
}
.dashed_border_r {
	border-right:1px dashed #CCCCCC;
}
