@charset "utf-8";
/* CSS Document */

a {
	text-decoration:none;
	color: #000;
	outline:none;
}

	a:hover {
		text-decoration:underline;
	}
	
	h3 a, #rules a {
		color:#e73933;
	}


body {
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	background:url(../images/1002_success_sweeps_bg.gif) repeat;
}

#header {width:100%; height:194px; margin:0; padding:0; background:url(../images/1002_success_sweeps_yellow.gif) top left repeat-x; }

#wrapper {
	background:#fff; 
	margin: -181px auto 0px;
	width:699px;
	height:671px;
	background:url(../images/1002_success_sweeps_top.jpg) top left no-repeat;
	position:relative;
}

#curve {
	margin: 0 auto;
	height:28px; 
	width:699px; 
	background:url(../images/1002_success_sweeps_curve.gif) top left no-repeat;
}

#formbox {
	position:relative;
	margin: 0 auto;
	height:240px; 
	width:706px; 
	background:url(../images/1002_success_sweeps_form.gif) top left no-repeat;
}

/* carousel */

#content { position: relative; float: left; width: 500px; height: 192px; top: 0px; left: 90px; z-index: 400; overflow: hidden;}
.carousel { position: relative; float: left; list-style: none; height: 192px; width: 9000px; padding:0; margin:0;}
.carousel li { float: left; list-style: none; position: relative; width: 500px; height: 192px; overflow: hidden; top:5px;}

#carousel_left_arrow { position: absolute; top: 10px; left: 1px; z-index:1;}
#carousel_right_arrow { position: absolute; bottom: 10px; right: 0px;}

.col1 {width:82px; height:198px; float:left; color:#69010f; font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold;}
.col2 {width:155px; height:193px; float:left; color:#000; font-family:Arial, Helvetica, sans-serif; font-size:11px; line-height:13px; font-weight:normal; padding: 5px 0px 0; margin-right:4px;}
.col3 {width:245px; height:193px; float:left; color:#000; font-family:Arial, Helvetica, sans-serif; font-size:11px; line-height:13px; font-weight:normal; padding: 5px 5px 0;}

h1 {
	margin:0px;
	text-align:left;
	padding:30px 0 0 20px;
}

h2 {
	width: 600px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	padding-top: 120px;
}

h3 {margin:0; padding:70px 0 0 0; text-align:center; font-size:16px;}

.divider {width:945px; height:9px; padding:0; margin:0; background:url(../images/vf_quiz_hr.gif) top left no-repeat;}

#col_l {
	float:left;	
	padding:30px 0 0 25px ;
	width:240px;

}

#col_r {
	float:left;	
	padding:0 0 0 0px ;
	width:680px;

}


button {
	background:none;
	border:none;
	padding:0px 0 0 0px;
	outline:none;
}

form {
	float:left;
	width:670px;
	height: 200px;
	margin: 20px 0 0 35px;
	_margin: 15px 0 0 15px;	
}

#form_col1 {
	float:left;
	width:410px;
	height:200px;
	margin: 0px 0 0 0px;
}

#form_col2 {
	float:left;
	width:250px;
	height:200px;
	margin: 0px 0 0 0px;
}
	



input, select, textarea {
	border:1px solid #9D9378;
	margin-top:0px;
}

input {
	width:184px;
}

	.sminput input {
		border:none;
		float:left;
		width:20px;
		margin-left:0;
	}

	#state input {
		width:82px;
		_width:82px;

	}

	#zip input {
		width:82px;
		_width:82px;

	}

.long input {
	width:450px;
}

label {
	float:left;
	width:150px;
}

	.sminput label {
		width:200px;
		float:left;
		margin-top:-3px;
		*margin-top:0px;
		*margin-left:3px;
	}

	.long label {
		width:450px;
	}

	form p {
		float:left;
/*		clear:left;*/
		margin:0 15px 0 0;
		padding:0 0 10px;
		width:184px;
		font-size:12px;
		font-weight:bold;
		line-height: 18px;
	}

	form p.sminput {
		margin: 0px 0 0 0;
		width: 230px;
		border: 0px solid #0C9;
		line-height: 14px;
	}

	form #state {
		width:80px;
	}
	
	form #zip  {
		clear:none;
		padding-left:20px;
		width:100px;
	}

	form p.long {
		width: 450px;
		margin: 10px 0 0 0;
	}
	
	p#rules {
		font-size:10px;
		padding-top:15px;
/*		padding-left:375px;*/
	}

	#copyright {
		color:#666;
		font-size:10px;
		text-align:center;
		padding-top:10px;
		padding-bottom:20px;
/*		background:#FF0;*/
		margin:0px;
	}


