/*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;
	}
	
a {color:#533415; text-decoration:none; font-weight:bold; }	
a:hover {text-decoration:underline}

em {
	font-style:oblique;
	}
	
strong {
	font-weight:bold;
	}
	
blockquote {
	margin:50px;
	}
	
body {
	background:#462d00;
	color:#4c3402;
	font:12px arial, verdana, sans-serif;
	line-height:18px;
	}
		
#container {
	position:relative;
	margin:0 auto;
	width:1000px;
	}
	
#header {
	float:left;
	width:906px;
	background:url(../images/headbg.gif) repeat-x;
	height:70px;
	font-family: 'trebuchet ms', arial, sans-serif;
	margin-left:22px;
	}
	
#header h1 {
	color:#533415;
	font-size:24px;
	padding:10px;
	}
	
#header #nav {
	padding:0 10px;
	font-size:16px;
	float:left;
	width:880px;
	margin-top:15px;
//	margin-top:10px;
	}
	
#header #nav a {
	color:#533415;
	padding-right:20px;
	}

#header #nav a:hover, #header #nav a.active {
	color:#fffffe;
	/*text-decoration:underline;*/
	}
	
#phone {
	float:right;
	width:200px;
	font-size:26px;
	color:#643d16;
	padding-left:45px;
	padding-bottom:0px;
	margin-top:-60px;
	}
	
#content {
	float:left;
	width:900px;
	background:url(../images/content-bg.jpg) repeat-y;
	padding:25px;
	padding-top:0;
	padding-right:25px;
	}
	
#content h2 {
	color:#41270d;
	background:#fce5b1;
	border-bottom:2px solid #fac44b;
	width:635px;
	padding:4px;
	margin-left:-1px;
	font:bolder 14px 'lucdia sans', 'trebuchet ms', sans-serif;
	}
	
#left {
	float:left;
	width:634px;
	}
	
#left p {
	padding:10px;
	}
	
#left h1 {
	color:#884403;	
	font-size:18px;
	margin-left:10px;
	}

#left ul {
	font-weight:bold;
	margin:15px;
	margin-left:30px;
	color:#533415;
	}
	
#left ul li {
	list-style-type:disc;
margin-left:15px;
list-style-position:inside;
	}
	
#right {
	float:left;
	width:240px;
	margin-left:20px;
	margin-top:15px;
	font:16px 'lucida sans', arial, sans-serif;
	color:#41270d;
	}
	
#right .promo  {
	background:url("../images/promobg.gif") no-repeat scroll 0 0 transparent;color:#41270D;float:left;font-size:15px;font-weight:normal;height:68px;padding:5px 10px 5px 10px;text-align:center;width:220px;
	}
	
#right form label, #left form label {
	font-size:16px;
	color:#41270d;
	font-weight:bold;
	}
	
#right form input, #right form textarea, #left form textarea, #left form input {
	width:226px;
	background:url(../images/inputbg.gif) repeat-y;
	height:20px;
	border:1px solid #b3b2b2;
	margin-bottom:5px;
	}
	
#right form textarea, #left form textarea {
	height:100px;
	}
	
#right form input.submit, #left form input.submit{
	width:auto;
	height:auto;
	border:none;
	margin-left:-2px;
	}
	
#right p.tagline {
	background:#F1EDE5;
	text-align:center;
	font-size:14px;
	border:2px solid #F4E2B7;
	padding:7px;
	}
	
#left form {
	background:#F1EDE5;
	float:left;
	width:600px;
	margin-left:5px;
	padding:15px;
	margin-top:20px;
	}
	
#left form	.form-left {
	float:left;
	width:280px;
	}
		
	
.cta {
	background:#fce5b2;
	border:2px solid #fac44b;
	color:#41270d;
	font:bold 20px cambria, georgia, serif;
	}
	
	
.btm {
	float:left;
	width:905px;
	clear:both;
	height:80px;
	background:url(../images/bottom.gif) no-repeat;
	margin-left:18px;
	padding-left:10px;
	}
	
img.float-left {
	float:left;
	margin:0 5px 5px 0;
	}
	
.jsvalidation{
	float:left;
	clear:both;
	font: 10px arial, sans-serif; 
	margin-left: 0px; 
	color: red; 
	background:transparent; 
	text-align: left; 
}

