/* @override http://www.wkwassociates.com/newsite/style.css */

/* CSS Document */

/* NORMALIZE inconsistencies--------------*/

body {
	margin:0;padding:0;
	font: 12px/133% Arial, Times New Roman;
	color: #333;
	background: ;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ol, dl, address{ 
	margin: .7em 0;
	padding: 0; 
	line-height:133%;
}

h1, h2, h3, h4 {
	font-family: Georgia, Times New Roman;
	color: #323232;
}

h1 {
	font-size:1.8em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h3 a {
	font-size: 1.2em;
}

h4 {	
	font-size:1em;
}

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

a:hover {
	color: #820000;
	text-decoration:none;
}

ul, ol {
	margin: 0px;
	padding: 0px 0 0 30px;
	list-style-type: disc;
}

li, dd { 
	margin: 0px 10px; 
}

form label{ 
	cursor: pointer; 
}

fieldset{ 
	border: none; 
}

blockquote {
	padding: 2px 10px 2px 10px ;
	margin: 5px 30px 5px 30px;
	border-left: 1px dotted #ccc;
}

.clearer{clear:both;}


strong {
}

/* Layout --------------*/

#topbar {
	width:  100%;
	margin: 0;padding: 0;
}

#container {
	width: 830px;
	margin: 0 auto;padding: 0;
	clear: both;
}

ul#navigation {
	width: 792px;
	margin: 0;
	padding: 0 0 0 0px;
	list-style: none;
	float: left;
	background: url(img/topbg.png) no-repeat;
}

ul#navigation li {
	float: right;
	display: inline;
	padding: 0px 0;margin: 0 2px;
	text-align: center;
}

ul#navigation li a {
	display: block;
	float: left;
	width: 135px;
	color: #fff;
	padding: 10px 0 ;
	font-weight: bold;
}

ul#navigation li.nav1 a {background: #e6cdcd;height: 40px;}
ul#navigation li.nav2 a {background: #cdd7e1;height: 60px;}
ul#navigation li.nav3 a {background: #ebebeb;height: 80px;}
ul#navigation li.nav4 a {background: #820000;height: 40px;}
ul#navigation li.nav4 a:hover {background: #000}
ul#navigation li.nav5 a {background: #003366;height: 60px;}
ul#navigation li.nav5 a:hover {background: #000}
ul#navigation li.nav6 a {background: #999999;height: 80px;}
ul#navigation li.nav6 a:hover {background: #000}


#header {
	width: 830px;
	padding: 50px 0 ;
	clear: both;	
}

h1#logo {
	float: left;
	margin: 0 20px 0 40px;
	padding: 0;
}

h2#intro {
	float: left;
	height: 120px;
	margin: 20px 0 0 70px;
	padding: 0;
	width: 400px;
	background: url(img/intro.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
}

#productdiv {
	width: 785px;
	margin: 0;padding: 20px 25px;
	border-bottom: 7px solid #f3f3f3;
	background: url(img/boxtop.png) top left no-repeat; 
}

#maincontent {
	width: 785px;
	float: left;
	margin: 0px;
	padding: 20px 25px;
	background: url(img/box.png) repeat-y;
	border-bottom:7px solid #f3f3f3; ;
}

#subcontent {
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0;
}

.section {
	margin: 10px 0 ;
	padding: 0px 0 20px 0;
	border-bottom: 1px solid #ccc;
}

#subleft {
	float: left;
	width: 360px;
	margin: 0px 30px 0 0;
}

#subright {
	float: left;
	width: 360px;
	margin: 0 0px 0 30px;
}

.product {
	border-bottom: 1px dotted #ccc;
}

p.productreq {
	background:url(img/icon-product.png) no-repeat;
	padding: 3px 30px;
	margin: 0;	
}

.productreq a {
	color:#820000;
}

.icon-mail {
	background: url(img/mail.png) left center no-repeat;
	padding: 0 10px 0 30px;
	margin: 0 0 0 5px;
	border-right: 1px solid#ccc;
	color: #999;
}

#footer {
	clear: both;
	background: url(img/footer.png);
	height: 100px;
}

p#designby{
	float: right;
	padding: 80px 25px 0px 0;
	margin: 0;
	font-size: .8em;
	font-weight: bold;
}