@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	font-family:verdana;
	font-size:13px;
	line-height:17px;
	color:#333;
	}
	
img {
	border:0px;
	}
	
a {
	color:#660000;
	font-weight:bold;
	text-decoration:none;
	}	
	
a:hover {
	text-decoration:underline;
	}	
	
#container_top {
	margin: 0 auto;
	width:960px;
	position:relative;
	z-index:10;
	}	
	
#container_mid {
	margin: 0 auto;
	width:1024px;
	position:relative;
	z-index:0;
	}	
	
#container_bottom {
	margin: 0 auto;
	width:960px;
	position:relative;
	top:500px;
	}		
	
#container_bottom .left {
	float:left;
	margin-left:60px;
	width:310px;
	}	
	
#container_bottom .right {
	float:left;
	margin-left:30px;
	margin-top:20px;
	background:url(images/bg_cta.gif) no-repeat;
	width:515px;
	}	
	
#container_bottom .right p {	
	margin:90px 170px 0 25px;
	}
	
#container_bottom .right img {	
	margin:32px 0 0 150px;
	}	
	
#container_bottom_sub {
	margin: 0 auto;
	width:960px;
	position:relative;
	top:350px;
	}		
	
#container_bottom_sub .left {
	float:left;
	margin-left:60px;
	width:415px;
	}	
	
#container_bottom_sub .right {
	float:left;
	margin-left:40px;
	width:430px;
	}	
	
#container_bottom_sub .right p {	
	margin:0 0 9px 0;
	}	
	
#container_bottom_sub .right table tr td {	
	padding:6px 12px 0 0;
	vertical-align:middle;
	}		
	
#container_bottom_sub .rules {
	float:left;
	margin-left:60px;
	width:615px;
	}	
	
#container_bottom_sub .rules p {	
	margin:0 0 9px 0;
	}			
	
#nav {
	background:url(images/bg_yellownav.jpg) repeat-x;
	top:38px;
	z-index:3;
	position:absolute;
	height:63px;
	width:960px;
	}	
	
#nav div {
	margin: 0 auto;
	width:160px;
	padding-top:6px;
	}		
	
#logo {
	z-index:5;
	top:0px;
	left:60px;
	position:absolute;
	width:242px;
	height:193px;
	}	
	
#home_intro {
	background:url(images/home_bg_intro.jpg) no-repeat;
	width:1024px;
	height:430px;
	top:100px;
	position:absolute;
	}	
	
#sub_intro {
	background:url(images/subpage_header.jpg) no-repeat;
	width:1024px;
	height:228px;
	top:100px;
	position:absolute;
	}		
	
.whitecopy {
	margin:100px 0 0 100px;
	color:#fff;
	float:left;
	width:225px;
	}	
	
.carflash {
	margin:0 0 0 0px;
	color:#fff;
	float:left;
	}		
	
.yellow {
	font-weight:bold;
	color:#ffd204;
	}	
	
.small {
	font-size:11px;
	}	
	
.clear {
	height:0px;
	clear:both;
	display:block;
	}
	
.divider {
	width:960px;
	height:1px;
	background:#000;
	margin-top:40px;
	margin-bottom:20px;
	}
	
.footer_left {
	float:left;
	width:440px;
	font-size:10px;
	}	
	
.footer_left a {
	font-weight:100;
	}	
	
.footer_right {
	float:right;
	}			
	
