@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; }

* html a:hover { visibility:visible; border:none; }

html, body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#999999;
	background-color:#000;
}

p, ul, ol, h1, h2, h3, h4 {
	margin: 0;
}

a {	
	text-decoration:none;
	color:#FC0;
}

a:hover {
	color:#D00;
}

.red_txt { 
	color:#C00;
}

.red_txtt { 
	color:#C00;
        font-size:18px;
}

.white_txt { 
	color:#fff;
}

.yellow { 
	color:#FC0;
}

.yellow_txt { 
	text-align:center;
	font-size:18px;
	color:#FC0;
	font-weight:900;
	padding:24px 0 0 10px;
}

.blue_txt {
	color:#39F;
	font-weight:bold;
}

h1.redbar {
/*	width:700px; set this on the page itself */
	height:30px; 
	margin:0; 
	padding:3px 0 0 12px; 
	background:url(../../img/ps_hdr-bg.gif) no-repeat; 
	font-size:17px; 
	font-weight:bolder; 
	color:#FFF; 
	z-index:2;
}

h1 {
	font-size:24px;
}

h4 {
	font-size:12px;
}

div.redborder {
	border:#600606 2px solid;
	padding:40px;
}

.email_link a { color:#D00; }
.email_link a:hover { color:#FC0; }

.dashed_line {
	width:100%; 
	height:1px; 
	border-top:#454545 1px dashed;
}

.select2 {
	width:284px;
	height:31px;
	font-family: Verdana, Arial, Tahoma;
	color:#ffffff;
	font-size:12px;
	vertical-align:middle;
	padding:5px;
	margin:10px 0 4px 0;
	background-color:#000;
	border:#660000 1px solid;
}

#wrapper {
/*	width:1524px;*/
	margin:0 auto;
	background:url(../../img/page_bg.png) no-repeat center top;
	text-align: left; /* this overrides the text-align: center on the body element. */
/*	height:800px;*/
}

#content {
	margin:0 auto;
	width:1000px;
}

#header {
	width:1000px;
	height:310px;
	background:url(../../img/bg/bg1-center_1.jpg) no-repeat;
}

#logo {
	padding:21px 0 0 24px;
}

#navcontainer {
	margin:0 auto;
	padding:16px 0 0 20px;
}

ul#navlist {
	text-align: left;
	list-style: none;
	padding:0;
	margin:0;
	width: 261px;
}

ul#navlist li h4 {
	font-size:11px;
	display: block;
	margin: 0;
	padding:2px 0;
}

ul#navlist li h4 a {
	display: block;
	width: 100%;
	padding:0;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bolder;
	background: url(../../img/menu_bg.png) no-repeat;
	color:#FFF;
	height:22px;
	padding-left:34px;
	padding-top:8px;
}

#navcontainer>ul#navlist li h4 a { width: auto; }

ul#navlist li#active a {
	background: url(../../img/menu_bg.png) no-repeat 0 -30px;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
background: url(../../img/menu_bg.png) no-repeat 0 -60px;
}

#body-content {
	width:970px; 
	padding:20px 20px 0 10px;
	background-color:#000;
/*	background:url(../../img/bg/bg1-center_2.jpg) no-repeat;*/
}

#leftcol {
	float:left;
	width:240px;
	padding-left:20px;
}

#leftcol h1 {
	font-size:17px;
	text-transform:uppercase;
	font-weight:bolder;
	color:#333;
	background:url(../../img/apps_bg.jpg) no-repeat;
	height:30px;
	margin:0;
	padding:4px 0;
	text-align:center;
}

.apps {
	height:90px;
	width:236px;
	background:url(../../img/app_bg.jpg) no-repeat right;
	color:#333;
	margin-bottom:4px;
}

.apps h2 {
	font-size:16px;
	font-weight:bold;
	padding:4px 0 0 94px;
}

.apps p {
	padding:2px 0 0 94px;
	font-size:80%;
}

#rightcol {
	margin-left:270px;
	padding:0;
}

#rightcol h1 {
	width:682px;
	height:30px;
	margin:0;
	padding:3px 0 0 12px;
	background:url(../../img/ps_hdr-bg.gif) no-repeat;
	font-size:17px; 
	font-weight:bolder; 
	color:#FFF; 
	z-index:2;
}

#estimate a {
	display:block;
	width:691px;
	height:204px;
	background:url(../../img/getestimate.gif) no-repeat;
}

#estimate a:hover {
	background:url(../../img/getestimate.gif) 0 -204px no-repeat;
}

#stripe1_lg { 
	width:911px;
	height:2px;
	background:url(../../img/stripe_lg.gif);
	background-repeat:no-repeat;
	padding:0;
	margin:18px auto;
	clear:both;
}

#footer { 
	clear:both;
}

#stripe_footer { 
	width:911px; 
	height:40px; 
	background-image:url(../../img/hdr_lg.gif);
	background-repeat:no-repeat; 
	margin:10px auto 10px auto; 
	clear:both; 
	color:#fff; 
	padding-top:6px;
	text-align:center;
}

#contactinfo {
	text-align:center;
	color:#C00;
}

#contactinfo a {
	color:#FC0;
}

#contactinfo a:hover { 
	color:#D00;
}

#copyright { 
	padding:0 0 15px 0; 
	text-align:center; 
	font-size:10px; 
	line-height:normal; 
	clear:both;
}

#creditpurchase {
	float:left;
	width:284px;
	height:112px;
	margin:6px;
	text-align:center;
	padding-top:12px;
	background:url(../../img/creditpnl_bg.gif) no-repeat;
}

/* Form Styles */

label { text-align:left; }
input, select, option { background-color:#000; }
.input0 { width:420px; height:24px; text-align:left; color:#fff; padding:5px 0 0 6px; margin:4px 0; border:#660000 1px solid; }
.input1 { width:100px; height:24px; text-align:left; color:#fff; padding:5px 0 0 6px; margin:4px 0; border:#660000 1px solid; }
.input2 { width:300px; height:24px; text-align:left; color:#fff; padding:5px 0 0 6px; margin:4px 0; border:#660000 1px solid; }
.select1 { width:250px; height:24px; text-align:left; border:#660000 1px solid; color:#fc0; }
/*.select1 option { width:250px; height:29px; text-align:left; color:#fc0; padding:5px 0 0 6px; margin:4px 0; border:#660000 1px solid; }*/
#humanistic { visibility:hidden; display:none; }

