@charset "utf-8";
/* CSS Document */
/* BE PUBLISHED.COM STYLES */

/* RESET */
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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	background:url(../images/bodyBg.jpg) repeat-x;
	background-color:#736144;
}

body {
	width:840px;
	margin:auto;
	padding:0;
	border:0;
}

h1 {
	color:#990000;
	font:bold 1.2em/1.4em Vollkorn, sans-serif;
	padding:0;
}

h2 {
	color:#990000;
	font:bold 0.9em/1.0em Vollkorn, sans-serif;
	text-decoration:none;
	margin:0 0 10px 10px;
	padding:0;
}

p {
	color:#000;
	font:normal 0.8em/1.5em Arial, Helvetica, sans-serif;
	margin:8px 0;
	padding:0;
}

ul {
	list-style-type:square;
	padding-left:25px;
	margin:5px 0 5px 15px;
}

li {
	font:normal 0.8em/1.4em Arial, Helvetica, sans-serif;
	padding:2px;
}


strong {
	font:bold 1.2em/1.4em Vollkorn, sans-serif;
}

.clear {clear:both;}
.hidden {
	display: none;
}

/* HIDE SPANS */
#banner span,#form_header span,#form_subheader span {
	display:none;
}

/*  BANNER  */

#banner {
	width:840px;
	height:144px;
	margin-top:10px;
	background:url(../images/bannerBg.jpg);
	float:left;
}

/* MENU */
ul#topnav {
	margin: 0; 
	padding: 0;
	float:left;
	width: 840px;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0; 
	padding: 0;
	position: relative; /*--Important--*/
}
ul#topnav li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 44px;
}

ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; } /*--Hover State--*/

ul#topnav a.home {
	background: url(../images/nav_home.png) no-repeat;
	width: 118px;
}
ul#topnav a.power {
	background: url(../images/nav_power.png) no-repeat;
	width: 256px;
}
ul#topnav a.services {
	background: url(../images/nav_services.png) no-repeat;
	width: 161px;
}
ul#topnav a.testimonials {
	background: url(../images/nav_testimonials.png) no-repeat;
	width: 182px;
}
ul#topnav a.faq {
	background: url(../images/nav_faq.png) no-repeat;
	width: 123px;
}

.sub {
	-moz-box-shadow: 3px 3px 4px #959595;
	-webkit-box-shadow: 3px 3px 4px #959595;
	box-shadow: 3px 3px 4px #959595;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#959595')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#959595');
}

ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 39px; 
	left: 0;
	z-index: 99999;
	background: #CCCCCC;
	padding: 10px 5px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 200px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  
	margin: 0;
	font:bold 1.0em/1.2em Verdana, Geneva, sans-serif;
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #000;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	background: url(../images/navlist_arrow.png) no-repeat 0px 12px;
	font:bold 1.0em/1.2em Verdana, Geneva, sans-serif;
	color: #000;
	text-shadow: 1px 1px 1px #a1a1a1;
}
ul#topnav .sub ul li a:hover {
	color: #FFF;
	background:#959595 url(../images/navlist_arrow2.png) no-repeat 0px 12px;
	background-position: 0px 12px ;/*--Override background position--*/
	text-shadow: 1px 1px 1px #a1a1a1;
}

/* MAIN */
#main {
	width:840px;
	min-height:550px;
	height:auto;
	background-color:#FFF;
	float:left;
}
	

/* CONTENT */

#content {
	width:415px;
	height:auto;
	float:left;
	margin:0 auto;
}

#content p,#content h1 {
	margin:0 10px 10px 10px;
}

#content img {
	float:left;
	padding:2px 5px 15px 10px;
}
	
/* FORM */

#form {
	width:419px;
	float:right;
}

#form_header {
	width:419px;
	height:113px;
	background:url(../images/formHeader.jpg) no-repeat;
}

#form_subheader {
	background:url(../images/answerBox.jpg) no-repeat;
	width:419px;
	height:43px;
}

#form_content {
	width:400px;
	height:auto;
	float:left;
	padding:0 0 20px 20px;
	font:normal 0.7em/1.3em Arial, Helvetica, sans-serif;
	background:url(../images/formBg.jpg) repeat-y;
}

#form_content h2 {
	color:#000;
	font:bold 1.5em/1.8em Vollkorn, sans-serif;
	margin:0;
	padding:8px 0 0 0;
	text-decoration:none;
	float:left;
}

#form_radio {
	width:190px;
	float:left;
	margin:0;
	padding:0;
}

#step1 label,#step2 label {
	width:190px;
	float:left;
	margin:0;
	padding:0;
}

#step3 {
	height:auto;
	display:block;
	float:left;
}

#step3 label {
	width:120px;
	float:left;
	text-align:right;
	margin:3px 5px 0 0;
	padding:0 0 10px 10px;
}

#step3 textarea {
	border:solid 1px #000;
	float:left;
	margin-bottom:5px;
}

#step1 label:hover,#step2 label:hover {
	background-color:#F49907;
}

a.form_next {
	background:url(../images/nextBtn.jpg) no-repeat;
	width:196px;
	height:51px;
	margin:10px 15px 5px 0;
	float:right;
}

a.form_back  {
	background:url(../images/backBtn.jpg) no-repeat;
	width:114px;
	height:32px;
	float:left;
	margin-top:38px;
}

#form_footer {
	width:419px;
	height:21px;
	float:left;
	background:url(../images/formFooter.jpg) no-repeat;
}

#form br {
	clear: left;
}

.button {
	margin:10px 0 0 10px;
	float:left;
	border:0;
}

#step3 label.error {
	color: #ff3333;
	float: left;
	font: bold 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
	margin: -5px 0 0 0;
	padding: 0 0 10px 0;
	text-align: right;
	width: 284px;
}

img#loading_image {
	margin: 25px 0 0 80px;
}

/* FAQ */

#questions li {
	padding:5px;
	line-height:1.5em;
}

#questions li a {
	font:bold 1.2em/1.3em Vollkorn, sans-serif;
	color:#990000;
	text-decoration:underline;
}

/* FOOTER */
#footer {
	width:840px;
	height:29px;
	background:url(../images/footerBg.jpg) repeat-x;
	float:left;
}

#footer p {
	font:normal 0.6em/1.0em Arial, sans-serif;
	color:#FFF;
	margin:8px 10px 0;
	float:right;
}

#privacy_policy {
	float:left;	
	margin:8px 10px 0;
}

#privacy_policy a {
	font:normal 0.6em/1.0em Arial, sans-serif;
	color:#FFF;	
}
