/* CSS Document */
html {
height:100%;
}
*{
margin: 0;
padding: 0;
}

p{
line-height:130%;
}

body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color: #4e4c4c;
background-image: url(images/bg.jpg);
background-repeat:repeat-x;
border-top:0px solid #240e00;

}
#topper {
margin-top:130px;
background-color:#666;
background-image: url(images/black_bg.jpg);
background-repeat:repeat-x;
height:130px;
border-bottom:2px solid #2a668c;
border-top:5px solid #2a668c;
}

#container {
	width:950px;
	margin:0 auto;
}

#header {
	position:relative;
	margin:0 auto;
	width:920px;
	height: auto;
	background-color:transparent;
}

#content {
	width:950px;
	height: auto;
}

h2 {
font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	color:#4e4c4c;
text-transform: none;
font-size: 16px;
font-weight:bold;
margin-bottom:6px;
border-bottom:1px dotted #333333;
padding-bottom:10px;
padding-top:12px;
}

h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 22px;
	text-transform:uppercase;
	margin-left:0px;
	padding-top:6px;
	padding-bottom:9px;
	margin-bottom:15px;
	color: #4e4c4c;
	font-weight:  bold;
	border-bottom:1px solid black;
}

h1 .smaller {
color:#4e4c4c;
text-transform:capitalize;
font-size: 18px;
font-weight:normal;
}

h3 {
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight: normal;
	font-size: 18px;
	margin-top:0;
	margin-bottom:10px;
	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
	background-color:#212222;
	border-bottom:1px solid #fff;
	border-top:2px solid #fff;
	
}
h4 {
	color:#E7DFC2;
	font-size:1.2em;
	font-weight:bolder;
	font-family:"Times New Roman", Times, serif;
	font-style: normal;
	padding-top:8px;
	margin: 0;
}

.clear {
clear: both;
}


#leftCol {
	float: left;
	text-align:center;
	width: 350px;
	margin: 39px 0 0 0;
	height:100%;
	border-right:1px solid #CCCCCC;
}

#leftCol p {
margin-left:30px;
margin-right:30px;
}

#right{
width:570px;
background-image:none;
background-repeat:repeat-y;
float: right;
margin: 39px 0 6px 0;
padding-right:10px;

height:100%;
min-height:420px;
padding-left:0px;
}

p {
text-indent:15px;
padding-bottom:6px;
}

a:link {
	color: #2a668c; 
	text-decoration: underline; 
	font-weight:normal; 
}  
a:visited {
	color: #2a668c; 
	text-decoration: underline; 
	font-weight:normal; 
}
a:hover { 
	color: #2a668c; 
	font-weight: normal; 
	text-decoration: none; 
} 
a:active {
	color: #2a668c; 
	text-decoration: underline; 
	font-weight:normal; 
}

/***************image classes*****************/
img {
	border:none;
}

.WCR_name {
	position:absolute;
	left: -25px;
	top: -135px;
}

.saying {
	position:absolute;
	left: 123px;
	top: 33px;
}

.lower_ad {
	position:absolute;
	left: 8px;
	top: 107px;
	
}

.graphic {
	border: none;
	padding:0;
	margin-bottom:90px;
}

.window {
margin-bottom:90px;
	border:1px solid #CCCCCC;
	padding:3px;
	
}

.satisfaction {
	border: none;
	padding:0px;
	margin-bottom:90px;
}
.satisfaction_2 {
	position:absolute;
	border:0px solid #CCCCCC;
	padding:0px;
	left: 86px;
	top: 558px;
}
.contact {
	position:absolute;
	left: 863px;
	top: -40px;
}

.diy {
	position:absolute;
	left: 609px;
	top: -40px;
}

.home {
	position:absolute;
	left: 524px;
	top: -40px;
}

.tech {
	position:absolute;
	left: 694px;
	top: -40px;
}

.faq {
	position:absolute;
	left: 779px;
	top: -40px;
}

.webpicture3 {
	position:absolute;
	border:1px solid #CCCCCC;
	padding:3px;
	left: 72px;
	top: 41px;
}
.webpicture2 {
	position:absolute;
	border:1px solid #CCCCCC;
	padding:3px;
	left: 34px;
	top: 41px;
}

.phone {
	position:absolute;
	left: 33px;
	top: -73px;
}

.read_more a: {
text-align:right;
font-size:.8em;
color:#000;

}

ul li {
padding-left:20px;
padding-right:20px;
list-style:inside;
}

 /**************** Menu ****************/ 
#navlist
{
	position: absolute;
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 0px solid #000;
	left: 320px;
	top: -32px;
	width: 590px;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: right;
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #999;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #000;
padding-bottom: 2px;
background: transparent;
color: #000;
}

#navlist a:hover { color: #000; }


#bottom {
background-color: #d2d0d0;
background-image: url(images/bottom_bg.jpg);
background-repeat:repeat-x;
clear:both;
height: auto;
border-top:2px solid #2a668c;
margin-top:20px;
color:#000;
}

div.footer-wrapper {
width:920px;
margin:0 auto;
margin-top:46px;
}

div#footer_boxes {
	width: 100%;
	border: 0px solid #333;
	padding: 25px 0;
	
}

div.footer-column {
	float: left;
	width: 294px;
	height:380px;
	margin: 0 5px;
	display: inline;
	border:1px solid #999;
	background-color:#FFFFFF;
		
}


div.footer-column p {
	text-align: justify;
	line-height: normal;
	padding-left:10px;
	padding-right:10px;
	padding-top:8px;
	text-indent:0;
}	

.img_left {
float:left;
margin-right:7px;
margin-bottom:6px;
border:1px solid #999999;
}
	
#footer {
clear: both;
background-color:transparent;
text-align:center;
color:#000000;
padding:8px;
height: auto;
border-top:0px solid #fff;
}

#footer a
	{
	text-decoration: none;
	color:#000;
	font-weight:bold;
	}
	
	#footer a:hover
	{
	color: #000;
	text-decoration: underline;
	background-color:none;
	}
	
/****small lower navigation****/

#nav
	{
	background-color: #CCCCCC;
	font-size: 10px;
	text-align: center;
	padding: 2px 0px;
	margin-top:5px;
	margin-bottom: 8px;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #fff;
	}
	
	#nav ul
	{
	margin: 0 15px 0 20px;
	padding: 0;
	list-style-type: none;
	}
	
	#nav li
	{
	display: inline;
	padding: 0 10px;
	border-right: 0px solid #000000;
	}
	
	#nav li a
	{
	text-decoration: none;
	color: #333333;
	}
	
	#nav li a:hover
	{
	color: #666666;
	text-decoration:underline;
	background-color:none;
	}
.required {
	color: red;
}
