@charset "utf-8";
/* CSS Document */
* img {
	border:none;
}

.clickhere {
	display:block;
	position:absolute;
	top:38px;
	left:200px;
	z-index:100;
	height:204px;
	width:200px;	
}

body {
	margin:0px;
	padding:0px;
	background-color:#fff3d8;
}

.subfooter {
	background-color:#fff3d8 !important;
	color:#5b5b5a !important;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	width:975px;
}

.subfooter a:link {color:#5b5b5a; text-decoration:none;}
.subfooter a:visited {color:#5b5b5a; text-decoration:none;}
.subfooter a:active {color:#5b5b5a; text-decoration:underline;}
.subfooter a:hover {color:#5b5b5a; text-decoration:underline;}

.body_copy {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}

.body_copy a:link {color:#000000; text-decoration:underline;}
.body_copy a:visited {color:#000000; text-decoration:underline;}
.body_copy a:active {color:#a41111; text-decoration:underline;}
.body_copy a:hover {color:#a41111; text-decoration:underline;}

p {
	margin-bottom:15px;
	padding:0px
}

.main_container {
	width:1005px;
	background:url(/images/top_container_bg.jpg) no-repeat;
	margin-top:20px;
}

#sweepstakes.main_container {
	background:url(/images/entry_top_container_bg.jpg) no-repeat;
}

#submit.main_container {
	background:url(/images/submitted_top_container_bg.jpg) no-repeat;
}

.sweepform {
	margin-top:50px;
	margin-left:20px;
	text-transform:uppercase;
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:23px;
	letter-spacing:.25px;
	width:600px;
}

.sweepform input {
	border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	height:15px;
}

.sub_container {
	width:1005px;
	margin-top:20px;
	background:#FFFFFF;
}

.sub_header {
	width:1005px;
	height:51px;
	background:url(images/sub_top_cap.jpg) no-repeat;
}

.side_nav ul, .side_nav li {
	list-style:none;
	padding:0px;
	margin:0px;
	line-height:0;
}

.side_nav li {
	border-bottom:1px dashed #666666;
	height:23px;
}

.termsContainer {
	width:530px;
	height:207px;
	position:relative;
	margin-top:5px;
	margin-left:-10px;
}

.termsBox {
	position:absolute;
	width:528px;
	height:213px;
	background-color:#FFFFFF;	
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	border:1px solid #000000;

}

.sweepform .termsContent {
	height:213px;
	width:510px;
	position:absolute;
	z-index:10;
	text-transform:none;
	padding:0 10px;
	font-size:12px;
	line-height:14px;
	overflow:auto;
}