/*Reset Styles!*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clear {
	clear:both;
	}
	
p {
	margin:10px 0;
	}
	
h1 {font-size:300%; font-family:'trebuchet ms', arial, sans-serif;}
h2 {font-size:180%; font-family:'trebuchet ms', arial, sans-serif;}	
a {color:#2e3c23; text-decoration:none; }	
a:hover {color:#fc9631;}


em {
	font-style:oblique;
	}
	
strong {
	font-weight:bold;
	}
	
blockquote {
	margin:50px;
	}
	
body {
	background:#fff;
	color:#2e3c23;
	font:12px 'trebuchet ms',arial,verdana,sans-serif;
	}
		
#container {
	position:relative;
	margin:0 auto;
	width:855px;
	font-size:12px;
	}
	
#header {
	margin-top:10px;
	}
	
#header h1 img {
	vertical-align:middle;
	}
	
#header h1 {
	float:left;
	}

#header h2 {
	float:right;
	text-align:right;
	color:#594500;
	}
	
#nav {
	float:left;
	width:851px;
	height:37px;
	background:url(../images/navbg.gif) no-repeat;
	font-size:18px;
	clear:both;
	overflow:hidden;
	}
	
#nav a {
	padding:7px 39px 10px 13px;
	float:left;
	}
	
#nav a:hover, #nav a.active {color:#d56a00;}	
	
#left {
	background:#f1f1f1;
	border:1px solid #d9ddd5;
	float:right;
	width:240px;
	margin-top:5px;
	padding:5px;
	}
	
#left h3 {
	color:#0a0b0a;
	font-size:18px;
	text-align:center;
	border-bottom:2px dotted #e6e6e5;
	}
	
#left h2, #left p {	
	color:#594500;
	font-size:20px;
	text-align:center;
	}
	
#left p {
	text-align:left;
	}
	
#left ul {
	font-size:16px;
	color:#594500;
	text-align:right;
	width:150px;
	}
	
#left .coupon {
	background:#ece2d9;
	padding:5px;
	margin-top:10px;
	}
	
#left .coupon p {
	border:2px dotted #f0ae6c;
	padding:0;
	margin:0;
	padding:3px;
	color:#9e754b;
	font-size:14px;
	text-align:center;
	}
	
#left li strong {
	font-weight:normal;
	padding-right:20px;
	text-align:left;
	float:left;
	}
	
#left form label, #right form label {
	color:#594500;
	text-transform:uppercase;
	font-size:14px;
	/*float:left;
	clear:both;*/
	font-weight:bold;
	}
	
#left form input, #left form textarea, #right form input, #right form textarea {
	float:left;
	clear:both;
	width:235px;
	background:#fff url(../images/inputbg.gif) bottom repeat-x;
	height:24px;
	border:1px solid #e4e4e4;
	margin-bottom:5px;
	}
	
#left form textarea, #right form textarea {
	height:100px;
	}
	
#left form input.submit {
	height:34px;
	width:125px;
	float:right;
	margin-right:3px;
	}
	
#right form {
	float:left;
	width:550px;
	background:#ece2d9;
	padding:10px;
	}

#right form input.submit {	
	width:242px;
	height:34px;
	}
	
#right form .form-left {
	float:left;
	width:250px;
	margin-right:20px;
	}
	
#right form .form-right {
	float:left;
	width:250px;
	}
	
#right form textarea {
	height:240px;
	}
	
#right {
	float:left;
	width:591px;
	margin-right:7px;
	margin-top:5px;
	font-size:12px;
	color:#2e3c23;
	padding-bottom:10px;
	}
	
#right h1 {	
	font-size:24px;
	color:#d56a00;
	}
	
#right .right {
	background:#fff url(../images/contentbg.gif) top repeat-x;
	padding:10px;
	border-top:1px solid #e2f1d5;
	border-bottom:1px solid #e2f1d5;
	float:left;
width:571px;
	}
	
#right ul {
	margin:10px 20px;
	font-weight:bold;
	}
	
#right ul li {
	list-style-type:disc;
	}
	
.testimonials p {
	background:#ece2d9;
	padding:3px;
	border-bottom:2px dotted #e2e4e0;
	}

p.cta {color:#d56a00;font-size:18px;font-weight:bold;}
	
img.float-left {
	float:left;
	margin:0 5px 5px 0;
	}

img.float-right {
	float:right;
	margin:0 5px 5px 0;
	}

	
	
.jsvalidation{
	display:block;
	clear:both;
	font: 10px arial, sans-serif; 
	margin-left: 0px; 
	color: red; 
	background:transparent; 
	text-align: left; 
}
