@charset "utf-8";
/* CSS Document */

a {
/*	text-decoration:none;
	color: #000;*/
	outline:none;
}

	a:hover {
		text-decoration:none;
	}
	
/*	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/bg.jpg) repeat;
	padding-bottom:15px;
}


#wrapper {
	background:#fff; 
	margin: 15px auto 0;
	width:956px;
	border: 2px solid #c7b299;
	position:relative;
}

#header {
	margin: 10px auto 0;
	padding:0;
	width:938px;
	height:468px;
	background:url(../images/header.jpg) top left no-repeat;
	color:#fff;
	position:relative;
}

	#header p {padding:0; margin:0;}
	#header #p1 {font-size:14px; line-height:18px; font-weight:bold; position:absolute; top:190px; left:404px;}
	#header #p2 {font-size:12px; line-height:16px; font-weight:bold; position:absolute; top:288px; left:578px;}
	#header #p3 {font-size:12px; line-height:16px; font-weight:bold; position:absolute; top:430px; left:554px;}

h2 {height:40px; width:100%; margin:10px 0 0 0; padding:0; background:#E5E2DF;}

#slidebox {
	position:relative;
	margin: 0 auto;
	height:310px; 
	width:956px; 
	background:#fff;
}

#formbox {
	margin: 8px auto 10px;
	*margin: 4px auto 10px;
	padding:0;
	width:938px;
	height:476px;
	background:url(../images/bg.jpg) repeat;	
}

#footer {
	background:url(../images/footer.gif) #f9f8f7;
	height:21px; 
	width:956px; 
	text-align:center; 
	font-size:10px; 
	color:#231c17; 
	font-weight:bold;
	padding-top:15px;
}


/* carousel */

#content { position: relative; float: left; width: 807px; height: 294px; top: 9px; left: 74px; z-index: 400; overflow: hidden; background:#FC0;}
.carousel { position: relative; float: left; list-style: none; height: 294px; width: 9000px; padding:0; margin:0; background:#FFF;}
.carousel li { float: left; list-style: none; position: relative; width: 807px; height: 294px; overflow: hidden; top:5px;}

#carousel_left_arrow { position: absolute; top: 8px; left: 8px;}
#carousel_right_arrow { position: absolute; top: 8px; right: 8px;}

.col1 {width:415px; height:294px; float:left; padding:0 0 0 15px; margin:0;}
.col2 {width:352px; height:274px; float:left; color:#9f9f9f; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:16px; font-weight:normal; padding:20px 0 0 0; margin:0px;}

.col2 p {font-weight:bold; margin:0; padding:0 0 0 10px; background:url(../images/bullet.gif) 0 6px no-repeat; float:left;}

h3 {margin:0 0 15px 0; padding:0px; text-align:left; color:#fff; font-size:24px;}

h4 {color:#193a7f; font-size:12px; margin:0 0 15px 0; padding:0; display:inline; float:left;}

button {
	background:none;
	border:none;
	padding:0px 0 0 0px;
	outline:none;
}

form {
	float:left;
	width:850px;
	margin: 35px 0 0 45px;
	_margin: 30px 0 0 25px;
	border:0px solid #000
}



input, select, textarea {
	border:1px solid #1B140E;
	margin-top:0px;
	
}

input {
	width:367px;
	_width:365px;	
	height:18px;
	background:url(../images/input_bg.jpg) -2px 0 no-repeat;
/*	background:#372E27;*/
	color:#9F7E63;
	padding-left:2px;
	font-size: 12px;
}

select {
	background:url(../images/input_bg.jpg) -2px 0 no-repeat;
	color:#362D26;
	font-size: 12px;
}

	.sminput input {
		border:none;
		float:left;
		width:16px;
		height:16px;
		_width:20px;
		_height:24px;		
		margin-top:0px;
		background:url(../images/bg.jpg) repeat;		
	}

	#city input {
		width:255px;
	}

	#state input {
		width:68px;
		height:30px;
	}

	#zip input {
		width:135px;
	}

	#country input {
		width:150px;
		height:30px;
	}

.long input {
	width:776px;
}

label {
	float:left;
	width:150px;
	color:#fff;
	font-weight:bold;
	font-size:14px;
}

	.sminput label {
		width:630px;
		float:left;
		margin-top:0px;
		margin-left:3px;
		font-weight:normal;
		font-size:14px;
		line-height:16px;
		margin-top/*\**/:3px\9;
		*margin-top:0px;
		-margin-top:5px;
	}

	.long label {
		width:450px;
	}

	#state label {
		width:72px;
	}

	#zip label {
		width:72px;
	}

	form p {
		float:left;
/*		clear:left;*/
		margin:0 42px 0 0;
		padding:0 0 10px;
		width:368px;
		font-size:12px;
		font-weight:bold;
		line-height: 18px;
	}

	form p.sminput {
		margin: 20px 0 0 0;
		padding-bottom:5px;	
		width: 680px;
		border: 0px solid #0C9;
		line-height: 14px;
	}

	form #city {
		width:255px;
	}

	form #state {
		width:68px;
	}
	
	form #zip  {
/*		clear:none;
		padding-left:20px;*/
		width:135px;
	}

	form #country {
		width:150px;
	}

	form p.long {
		width: 780px;
		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;
	}


