*{margin:0;padding:0;}

body {
	margin: 0 auto;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

img {
	border: none;
}

p {
	margin: 0 0 10px 0;
	line-height: 20px;
	color: #000;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 10px 0;
	color: #033649;
}

h1 em {
	font-size: 20px;
	color: #cdb380;
}

h2 {
	letter-spacing: -1px;
	font-size: 24px;
	color: #fff;
}

h3 {
	color: #033649;
}

h4 {
	font-size: 14px;
	color: #3f3029;
	border-bottom: solid 1px #3f3029;
}

h5 {
	margin: 10px 0;
	font-size: 20px;
}

h6 {
	margin: 25px 0;
	font-size: 20px;
	line-height: 30px;
}

#main_container {
	margin: 0 auto;
	padding: 0;
}

#header_container {
	margin: 0 auto;
	padding: 0;
	background: #cdb380;
	border-top: solid 4px #a79064;
}

	#header {
		margin: 0 auto;
		width: 900px;
	}

	#header #logo {
		margin: 10px 5px;
		float: left;
		height: 51px;
		width: 157px;
	}

	#header #state {
		margin: 20px 10px;
		float: right;
		height: 30px;
		width: 163px;
		display: none;
	}
	
	#header #quote {
		margin: 20px 0 0 50px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 24px;
		font-weight: bold;
		font-style: italic;
		color: #3f3029;
		letter-spacing: -1px;
		float: left;
	}
	
#nav_container {
	margin: 0 auto;
	background: #fff url(../../images/nav_bg.jpg) repeat-x;
	height: 38px;
	border-top: solid 1px #a79064;
	border-bottom: solid 1px #b8a787;
}

	#nav_container #nav {
		margin: 0 auto;
		width: 921px;
		text-align: left;
	}

	#nav_container #nav ul {
		list-style: none;
	}
	
	#nav_container #nav ul li {
		display: inline;
	}
	
		#home a {
			background: url(../../images/nav_home.jpg) no-repeat;
			height: 38px;
			width: 104px;
			float: left;
		}
		
		#home a:hover {
			background: url(../../images/nav_home.jpg) -104px no-repeat;
		}
		
		#about a {
			background: url(../../images/nav_about.jpg) no-repeat;
			height: 38px;
			width: 132px;
			float: left;
		}
		
		#about a:hover {
			background: url(../../images/nav_about.jpg) -132px no-repeat;
		}
		
		#mission a {
			background: url(../../images/nav_mission.jpg) no-repeat;
			height: 38px;
			width: 258px;
			float: left;
		}
		
		#mission a:hover {
			background: url(../../images/nav_mission.jpg) -258px no-repeat;
		}
		
		#press a {
			background: url(../../images/nav_press.jpg) no-repeat;
			height: 38px;
			width: 100px;
			float: left;
		}
		
		#press a:hover {
			background: url(../../images/nav_press.jpg) -100px no-repeat;
		}
		
		#contact a {
			background: url(../../images/nav_contact.jpg) no-repeat;
			height: 38px;
			width: 116px;
			float: left;
		}
		
		#contact a:hover {
			background: url(../../images/nav_contact.jpg) -116px no-repeat;
		}
		
#banner_container {
	margin: 0 auto;
	background: #033649;
}

	#banner_container #banner{
		margin: 0 auto;
		background: url(../../images/banner_glow.jpg) no-repeat;
		width: 900px;
	}
	
		#banner #not_approved, #banner #approved {
			display: none;
		}
	
		#banner .info {
			position: relative;
			top: 50px;
			text-align: center;
			width: 400px;
			float: left;
		}
		
		#banner .info p {
			font-size: 18px;
			color: #d1dade;
		}
		
		#banner #examples {
			position: relative;
			top: 10px;
			left: 65px;
			float: left;
		}
		
		#banner #examples_sm { 
			float: left;
		}
		
		.triad {
			position: relative;
			top: 35px;
			float: left;
			text-align: center;
			height: 185px;
			width: 300px;
		}
		
		.triad p {
			margin: 10px 0 0 0;
			padding: 0 10px;
			font-size: 16px;
			color: #d1dade;
		}
		
		.triad p a {
			color: #d1dade;
			font-weight: bold;
			text-decoration: none;
		}
		
		.triad p a:hover {
			color: #fff;
			text-decoration: underline;
		}
		
		.triad #start {
			margin: 10px 0 0 0;
		}
		
		#banner #form_container {
			position: relative;
			top: 85px;
			left: 85px;
			padding: 10px;
			background: url(../../images/transparent_bg.png);
			float: left;
		}
		
		#banner #email_form_container {
			position: relative;
			top: 85px;
			left: 85px;
			float: left;
			width: 320px;
			padding: 10px;
			background: url(../../images/transparent_bg.png);
		}
		
		#banner #email_form_container #email1 {
			padding: 5px;
			width: 250px;
			color: #114154;
			float: left;
			font-size: 14px;
		}
		
		#banner #email_form_container #submit1 {
			margin: 1px 0 0 5px;
			float: left;
		}
		
		#banner #email_form_container #result1 {
			margin: 5px 0 -5px 0;
			font-size: 13px;
			font-weight: bold;
			color: #033649;
			width: 320px;
			float: left;
		}
		
		#banner #email_form_container #result1 a {
			color: #fff;
		}
		
		#state_list {
			font-size: 18px;
			width: 250px;
			padding: 5px;
			border: solid 1px #114154;
			color: #114154;
		}
		
		#continue {
			position: relative;
			top: 85px;
			left: 85px;
			float: left;
		}
		
		.back {
			position: relative;
			top: 10px;
			float: right;
		}

#content_container {
	margin: 0 auto;
	background: #fff;
}

	#content_container #content, #content_container #front_page {
		margin: 0 auto;
	}
	
	#content_container #content {
		margin: 0;
		padding: 0;
	}
	
		#content_container #content #page {
			margin: 0 auto;
			padding: 10px 10px 50px 10px;
			width: 900px;
			background: #fff;
			/*border-left: solid 1px #efebe2;
			border-right: solid 1px #efebe2;*/
		}
		
		#affiliate_contact {
			padding: 10px;
			float: right;
			width: 225px;
			background: #f9f8f6;
			border-right: solid 1px #f1eee8;
			border-bottom: solid 1px #f1eee8;
		}
		
		#affiliate_contact p, #affiliate_contact a {
			margin: 0;
			color: #3f3029;
		}
		
		.affiliate_contact_title {
			padding: 0 0 0 15px;
			font-size: 11px;
			font-style: italic;
		}
		
		#state {
			margin: 0 20px 0 10px;
			width: 600px;
		}
		
		#logo {
			margin: 5px 10px 0 0;
			float: left;
		}
		
		#title {
			margin: 0 0 5px -5px;
			font-size: 40px;
			font-weight: bold;
			letter-spacing: -1px;
			color: #3f3029;
		}
		
		#title a {
			color: #3f3029;
			text-decoration: none;
		}
		
		#title a:hover {
			color: #5e4a41;
		}
		
		#tagline {
			margin: 10px 0 10px 0;
			font-style: italic;
			font-size: 11px;
		}
		
		#product_links {
			margin: 20px 0 0 20px;
			line-height: 20px;
		}
		
		.product {
			font-weight: bold;
			font-size: 16px;
			margin: 20px 0 10px 20px;
		}
		
		.description {
			margin: 0 0 40px 20px;
			padding: 10px 10px 30px 10px;
			border-bottom: solid 1px #efebe2;
		}
		
		.description:hover {
			background: #f9f8f6;
		}
		
		.top a {
			font-size: 10px;
			text-decoration: none;
			font-style: italic;
			color: #3f3029;
		}
		
		.contact_panel {
			margin: 20px 0 30px 20px;
		}
		
		#sitemap {
			margin: 0 0 0 20px;
			list-style: disc;
		}
		
		#sitemap li {
			margin: 10px 0;
			font-size: 18px;
			font-weight: bold;
			color: #3f3029;
		}
		
		#sitemap li a {
			text-decoration: none;
			color: #3f3029;
		}
		
/* ::::::::::::: start the banner carousel content ::::::::::::: */

		#banner_container #banner #carousel_upper {
			margin: 0 auto;
			height: 100%;
		}
		
		#banner_container #banner #carousel_upper .carousel {
			height: 220px;
			overflow: hidden;
			margin: 0 auto;
			position: relative;
		}
		
		#banner_container #banner #carousel_upper .carousel_wrap {
			position: absolute;
		}
		
		#banner_container #banner #carousel_upper .box { 
			padding: 0;
			height: 220px;
			width: 900px;
		}
		
/* ::::::::::::: start the lower carousel content ::::::::::::: */
		
		#front_page #tabs {
			margin: 50px auto 0 auto;
		}
		
		#front_page #tabs ul#carousel_nav {
			margin: 0 auto;
			list-style: none;
			width: 900px;
			border-top: solid 1px #d9c6a3;
			border-left: solid 1px #d9c6a3;
			position: relative;
			z-index: 1;
			top: 1px;
		}
		
		#front_page #tabs ul#carousel_nav li {
			display: inline;
		}
		
		#front_page #tabs ul#carousel_nav li a {
			text-decoration: none;
			font-size: 16px;
			color: #6e5c36;
			float: left;
			padding: 10px 0;
			height: 20px;
			width: 224px;
			text-align: center;
			background: #fff;
			border-bottom: solid 1px #d9c6a3;
			border-right: solid 1px #d9c6a3;
		}
	
		#front_page #tabs ul#carousel_nav li a.active {
			background: #f9f8f6;
			font-weight: bold;
			border-bottom: solid 1px #f9f8f6;
		}
		
		a:active, a:focus {
			outline: none;
		}

		#front_page #tabs #carousel_lower {
			margin: 0 auto;
			padding: 20px 0 0 0;
			height: 350px;
			background: #f9f8f6;
			border-top: solid 1px #d9c6a3;
		}
		
		#front_page #tabs #carousel_lower .carousel {
			width: 900px;
			overflow: hidden;
			margin: 0 auto;
			position: relative;
			height: 300px;
		}
		
		#front_page #tabs #carousel_lower .carousel_wrap {
			width: 3600px;
			position: absolute;
		}
		
		#front_page #tabs #carousel_lower .box {
			height: 300px;
			width: 900px;
			float: left;
			padding: 0;
		}
		
		#carousel_lower .box ul {
			margin: 10px 0;
			list-style: none;
			text-align: center;
		}
		
		#carousel_lower .box ul li {
			width: 300px;
			display: inline;
			float: left;
		}
		
		#carousel_lower .box p {
			margin: 10px 0 0 0;
			line-height: 24px;
		}
		
#footer_container {
	margin: 0 auto;
	background: url(../../images/footer_bg.jpg) repeat-x;
	height: 176px;
}

	#footer_container #footer {
		margin: 0 auto;
		width: 900px;
	}
	
	#footer_container #newsletter {
		margin: 20px 0 0 0;
		padding: 0 10px;
		float: left;
		width: 320px;
	}
	
	#footer_container #newsletter p {
		font-size: 11px;
		color: #3f3029;
	}
	
	#footer_container #newsletter #email2 {
		padding: 5px;
		width: 200px;
		border: solid 3px #715e3a;
		color: #958971;
		float: left;
	}
	
	#banner #email_form_container #email_submit1, #footer_container #newsletter #email_submit2 {
		margin: 1px 0 0 5px;
		float: left;
	}
	
	#footer_container #result2 {
		font-size: 11px;
		font-weight: bold;
		color: #3f3029;
		width: 320px;
		float: left;
	}
	
	#footer_container #result2 a {
		color: #fff;
	}
	
	#footer_container #site_nav, #footer_container #technical_stuff {
		margin: 20px 50px 0 20px;
		float: left;
		width: 150px;
	}
	
	#footer_container #site_nav ul, #footer_container #technical_stuff ul {
		list-style: none;
	}
	
	#footer_container #site_nav ul li, #footer_container #technical_stuff ul li {
		padding: 5px 0;
		font-size: 12px;
		font-weight: bold;
	}
	
	#footer_container #site_nav  ul li a, #footer_container #technical_stuff ul li a {
		color: #fff;
		text-decoration: none;
	}
	
	#footer_container #site_nav  ul li a:hover, #footer_container #technical_stuff ul li a:hover {
		text-decoration: underline;
	}
	
	#copyright {
		padding: 3px 0;
		background: #7c684c;
		text-align: center;
		font-size: 10px;
		color: #fff;
	}

.clear {
	clear: both;
}

.img_rt {
	margin: 5px 10px;
	float: right;
}
		
#watermark {
	margin: 25px 20px 0 0;
	background: url(../../images/watermark.png);
	height: 124px;
	width: 386px;
	float: right;
	display: none;
}

.regional {
	margin: 0 0 10px 0;
	padding: 10px 10px 0 10px;
	width: 200px;
	background: #f9f8f6;
	border-right: solid 1px #f1eee8;
	border-bottom: solid 1px #f1eee8;
}

.state_title {
	margin: 25px 0 0 10px;
	font-size: 24px;
	font-weight: bold;
}

.press_type {
	position: relative;
	left: -10px;
	font-weight: bold;
	font-style: italic;
	color: #033649;
}

.state_press {
	list-style: none;
	margin: 0 10px 0 20px;
}

.state_press li {
	padding: 5px 5px 5px 20px;
}

.state_press a {
	font-weight: bold;
	color: #3f3029;
}

.state_press a:hover {
	color: #695851;
}

#state_form select {
	margin: 0 10px;
	border: solid 1px #b8a787;
}

#press_window {
	width: 800px;
}

.separator {
	width: 500px;
	border-top: solid 1px #b8a787;
	border-bottom: solid 1px #e0d4bf;
}

.offer {
	float: left;
	margin: 0 10px 0 0;
	width: 430px;
}

.offer ul {
	list-style: none;
}

.offer ul li {
	background: #f9f8f6;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #eeebe6;
	font-size: 11px;
}

.offer ul li:hover {
	background: #fff;
}

.offer ul li a {
	padding: 2px 5px;
	text-decoration: none;
	font-weight: bold;
	color: #3f3029;
}

.offer ul li a:hover {
	color: #5e4a41;
}

.offer ul li a:visited {
	color: #8d534f;
}