/* ERIC MEYER'S RESET CSS */

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, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	background: #DEDEDE;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {
	font: bold 18px/22px Arial, Helvetica, sans-serif;
	color: #BF311A;
	margin-bottom: 8px;
}

h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #333;
}


/*---------- LAYOUT ----------*/

#wrapper {
	margin: 0 auto;
	width: 960px;
}

#top {
	width: 960px;
	height: 160px;
	background: url(../images/header.png) no-repeat;
	margin: 20px 0;
}

#header {
	height: 125px;
	position: relative;
}

#logo {
	height: 43px;
	width: 291px;
	position: absolute;
	top: 27px;
	left: 20px;
}

#info {
	float: right;
	text-align: right;
	color: #fff;
	padding: 20px 10px 10px;
}

.phone {
	font: 16px/20px Arial, Helvetica, sans-serif;
}

.hours {
	font: 13px/18px Arial, Helvetica, sans-serif;
}

#login {
	width: 100px;
	height: 20px;
	position: absolute;
	bottom: 15px; 
	right: 15px;
	font: 12px/20px Arial, Helvetica, sans-serif;
	text-align: center;
}

#login a, #login a:visited {
	color: #333;
	display: block;
	text-decoration: none;
	background: url(../images/login.gif) 0 -20px;
	width: 100px;
	height: 20px;
}

#login a:hover {
	color: #BF311A;
	background: url(../images/login.gif) 0 0;
}

#nav {
	height: 30px;
	font: 11px/30px Arial, Helvetica, sans-serif;
	color: #fff;
}

.slogan {
	font: italic 14px/30px Georgia, "Times New Roman", Times, serif;
	float: left;
	padding-left: 15px;
	color: #ddd;
}

#nav_cont {
	float: right;
	margin-right: 10px;
}

#nav ul, #footer ul {
	list-style: none;
}

#nav li {
	float: left;
}

#nav ul li a, #nav ul li a:visited {
	float: left;
	display: block;
	text-decoration: none;
	padding: 0 10px;
	color: #fff;
	text-transform: uppercase;
}

#nav ul li a:hover {
	color: #000;
}

#content {
	font: 12px/18px Arial, Helvetica, sans-serif;
	width: 950px;
	padding: 4px;
	border: 1px solid #b2b2b2;
	background: #fff;
}

#content p {
}

#content ul {
	margin: 10px 0 15px 15px;
}

#content ul li {
	margin-left: 5px;
}

#content_inner {
	background: url(../images/content_inner_bg.png) repeat-y;
	padding: 11px 0;
}

#content_inner_home {
	background: url(../images/content_inner_home_bg.png) repeat-y;
	padding: 11px 0;
}

.big {
	font-size: 14px;
}

#left_col {
	float: left;
	width: 610px;
	margin-right: 18px;
	padding-left: 11px;
}

#left_col_home {
	float: left;
	width: 289px;
	padding: 0 11px; 
}

#right_col_home {
	float: right;
	width: 610px;
	padding-right: 11px;
}

.list1 {
	float: left;
	width: 240px;
}

.list2 {
	float: left;
	width: 240px;
}

.block {
	margin: 15px 0 0 0;
}

.pic_l {
	float: left;
	margin: 0 10px 7px 0;
	padding: 2px;
	border: 1px solid #dedede;
}

.pic_l_nb {
	float: left;
	margin: 0 10px 7px 0;
}

#right_col {
	float: right;
	width: 300px;
	padding-right: 11px;
}

#right_col_inner {
	padding: 0px 15px 10px 15px;
}

#footer {
	height: 20px;
	font: 11px/20px Arial, Helvetica, sans-serif;
	margin-top: 20px;
	color: #999;
}

#footer li {
	float: left;
}

#footer li a, #footer li a:visited {
	float: left;
	display: block;
	text-decoration: none;
	padding: 0 6px;
	color: #999;
}

#footer ul li a:hover {
	color: #666;
}

.right {
	float: right;
	margin-right: 10px;
}

.left {
	float: left;
	margin-left: 10px;
}

.clearer {
	clear: both;
	height: 1px;
	width: 100%;
}

.pricing {
	float: left;
	border: 1px solid #ccc;
	background: #f1f1f1;
	color: #666;
	padding: 15px;
	width: 258px;
	margin-top: 15px;
}

.pricing table {
	width: 258px;
}

.pricing table, .pricing tr, .pricing td {
	border: none;
}

.pricing td {
	padding: 3px 0;
	width: 78px;
	text-align: right;	
	border-bottom: 1px solid #e3e3e3;
}

.pricing td.wide {
	width: 180px;
	text-align: left;
}

.left_space {
	margin-left: 15px;
}

div.form-container {
	margin: 0;
	padding: 7px;
	width: 600px;
}

div.form-container div {
	clear: both;
}

p.legend { margin-bottom: 1em; }

p.legend em {
	color: #0099FF;
	font-style: normal;
}

div.form-container h3 {
	color: #66CC33;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	margin-top: 15px;
}

div.form-container form p { margin: 0; }

div.form-container form p.note {
	padding-left: 120px;
	font-size: 10px;
	color: #ccc;
}

div.form-container form fieldset {
	margin: 10px 0;
	padding: 10px;
}

div.form-container form fieldset div { padding: 0.25em 0; }

div.form-container label, 
div.form-container span.label {
	margin-right: 10px;
	padding-right: 10px;
	width: 70px;
	display: block;
	float: left;
	text-align: right;
	position: relative;
}

div.form-container label.error, 
div.form-container span.error { color: #C00; }

div.form-container label em, 
div.form-container span.label em {
	position: absolute;
	right: 0;
	font-size: 100%;
	font-style: normal;
	color: #8f0000;
}

div.form-container input.error {
	border-color: #8f0000;
	background-color: #f5f5f5;
}

div.form-container input:focus,
div.form-container input.error:focus, 
div.form-container textarea:focus {
	background-color: #f5f5f5;
	border-color: #cc0000;
}

div.form-container div.controlset label, 
div.form-container div.controlset input {
	display: inline;
	float: none;
}

div.form-container input {
	width: 235px;
}

div.form-container div#checkboxes input {
	width: auto;
}

div.form-container select {
	margin: 4px 0;
}

div.form-container div.controlset div { margin-left: 65px; }

div.form-container div.buttonrow input {
	background: url(../images/trial.png) no-repeat;
	margin-left: 105px;
	width: 236px;
	height: 57px;
}

div.form-container button {
	background: url(../images/trial.png) no-repeat;
	margin-left: 105px;
	width: 236px;
	height: 57px;
}


*html #right_col_home {
	float: right;
	width: 610px;
	padding-left: 11px;
}