body {
	background: #ABB1A5 url("../img/body-bg.gif") repeat-x top center;
	margin: 0;
}

body, table, tr, td, th, span, p, div {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #000000;
	border-collapse:collapse;
	line-height:140%;
}

p {
	margin:0px;
}

a img {
	border: none;
}

a {
	color:#114cba;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color:inherit;
}

p, form {
	margin: 0;
}

td {
	text-align: left;
}
.QuickResponse {
	background-image:url(/img/formBG.jpg);
	background-repeat: none;
	width:193px;
	font-size:10px;
}
.QuickResponse textarea#styled {
	width: 110px;
	height: 30px;
}	
.gbox_title {
	display:none;
}
textarea {
	width:300px;
	height:100px;
}

input[type=text] {
	width:300px;
}

input.inputsmall {
	width: 120px;
}

#container {
	width: 892px;
	margin: 0 auto 0 auto;
	border-style: solid;
	border-color: #787D85;
	border-width: 0px 1px 1px 1px;
}

#header {
	background: url("../img/header.jpg") no-repeat;
	width: 892px;
	height: 109px;

	position: relative;
}

	#header .phone {
		font-size: 18px;
		text-align: right;

		width: 200px;
		position: absolute;
		top: 20px;
		right: 40px;
	}

	#header .subtitle {
		font-size: 14px;
		font-weight: bold;
		text-align: left;

		width: 500px;
		position: absolute;
		top: 75px;
		left: 55px;
	}


/*---- Navigation ----*/
#nav { background: url("../img/nav-bar.jpg") no-repeat; height: 28px; width: 892px; position: relative; z-index:4; }
#nav ul { margin: 0px; padding:7px 0px 7px 35px; }
#nav ul li{ float:left; font-size:12px; border-right:#d28125 1px solid; list-style:none; position:relative; }
#nav ul li.last { border: 0; }
#nav ul li a { color:#933205; padding:7px 9px; margin:0px; font-weight:bold; }
#nav ul li a:hover { color:#000; text-decoration:none; z-index: 1000; }

/*---- Navigation dropdown----*/
#nav ul li ul{ position:absolute; left:0; top:15px; display:none; padding:0 0 0 5px; margin: 0; z-index: 1000; }
#nav ul li:hover ul { display:block; background:#ecb036; z-index: 1000; }
#nav ul li ul li{ float:none; font-size:12px; border-right:0; display:block; z-index: 1000; }
#nav ul li ul li a{ color:#933205; line-height:20px; display:block; width:190px; padding:0px; margin:0px; }
#nav ul li ul li a:hover { text-decoration:none; color:#fff; }

#cap {
	background-image: url("../img/caps.jpg");
	background-position: 0px 0px;
	width: 892px;
	height: 32px;
}

#cup {
	background-image: url("../img/caps.jpg");
	background-position: 0px 32px;
	width: 892px;
	height: 32px;
}

#main {
	background: #ffffff url("../img/green-bg-left.jpg") no-repeat left top;
}

#maininner {
	background: transparent url("../img/green-bg-right.jpg") no-repeat right top;
}

#content {
	width: 798px;
	margin: 0 auto 0 auto;
	border-color: #BABABA;
	border-style: solid;
	border-width: 0px 2px 0px 2px;
}
#content h1 {
	color: #114cba;
	font-size:22px;
	font-weight:bold;
	line-height:140%;
}
#content h2 {
	color: #2b6f25;
	font-size:18px;
	font-weight:bold;
	line-height:140%;
}
.clearing{
	clear: both;
}
#innerbottom {
	background: url("../img/content-bottom.jpg") no-repeat bottom center;
	position: relative;
}


#innertop {
	background: url("../img/content-top.jpg") no-repeat top center;
}

#contentpadd { 
	z-index:-4;
	padding: 0 30px 0 20px;
       min-height: 600px;
}
#contentpadd #left {
	float:left;
	width:195px;
	margin: 0 0px 10px 0;
	padding-right: 10px;
}
#contentpadd #left ul {
	padding:0 0 0 14px;
	margin:5px 0 0 3px;
}
#contentpadd #left ul li {
	padding-top:5px;
}
#contentpadd #left .dirNav ul {
	list-style-image: url(/img/bullet.gif););
	list-style-position: inside;
	margin: 0;
	padding-left: 1em;
	padding-bottom: 10px;
	text-indent: -1em;
}
#contentpadd #left .dirNav ul li {
	margin-left:0px;
	padding-left:0px;
}
#contentpadd #right {
	border-left: 1px dotted #cdcdcd;
	padding-left:20px;
	float:left;
	width:521px;
}
#contentpadd #right li {
	padding: 5px 0;
}
#contentpadd #rightOne {
	padding-left:20px;
	float:right;
	width:740px;
}

#home #contentpadd {
	padding: 0;
         min-height: 600px;
}

#footer {
	background: url("../img/bottomnav.jpg") no-repeat;
	height: 34px;
	width: 892px;
}

#bottomNav {
	text-align: center;
	height: 34px;
	color: #000000;
	font-size: 12px;
	line-height: 34px;
}
	#bottomNav ul {
		list-style-type:none;
		position:relative;
		margin-top:0px;
	}
	#bottomNav ul li {
		font:13px Arial, Helvetica, sans-serif; color:#000;
		border-right:1px solid; border-color:#000;
		display:inline;
		padding:0px 10px 0px 10px;
	}
	#bottomNav ul li a{
		font-weight:bold;
		font-size: 13px;
		color:#000;
		text-decoration:none;
	}
	#bottomNav ul li a:hover {
		color:#933205;
		text-decoration:underline;
	}
	#bottomNav ul li.last {
		border:none;
	}

#bottom {
	height: 48px;
	text-align: center;
	line-height: 48px;
}


/*** home page styles ***/
div.grid {
	width: 760px;
	margin: 10px auto 0 auto;
}

div.gridbg {
	background: url("../img/gridbg.gif") repeat-y top center;
}

table.gridtbl td {
	height: 99px;
}

div.gridbottom {
	z-index:100;
	position: relative;
	top: -14px;
}

img.h1i {
	margin: 8px 0 8px 0;
}

#leadIn {
	min-height: 420px;
	padding-left: 30px;
}

#promos {
	/*
	position: absolute;
	top: 0px;
	right: -30px;
	*/
	margin-right:-30px;
	float:right;
	width: 322px;
	height: 414px;
}

	#free {
		width: 254px;
		height: 70px;
		background-image: url("../img/free.png);
	}

	#helpme {
		width: 322px;
		height: 224px;
		background-image: url("../img/helpme.png);
	}

		#selectprod {
			position: absolute;
			top: 30px;
			height: 55px;
		}

	#knowwhat {
		width: 322px;
		height: 120px;
		background-image: url("../img/knowwhat.png);
		position: relative;
	}

		#selectprod {
			position: absolute;
			top: 57px;
			left: 27px;
		}

		#selectprod select {
			margin: 0;
			width: 260px;
		}

p, form {
	margin: 0;
}

.blueText14 {
	font-family:Verdana;
	font-size:14px;
	color:#0C44A9;
	letter-spacing:normal;
}

.blueTextBold14 {
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	color:#0C44A9;
	letter-spacing:normal;
}

.blueTextBold16 {
	font-family:Verdana;
	font-size:16px;
	font-weight:bold;
	color:#0C44A9;
	letter-spacing:normal;
}

.blueText18 {
	font-family:Verdana;
	font-size:18px;
	color:#0C44A9;
	letter-spacing:normal;
}

.blueTextBold18 {
	font-family:Verdana;
	font-size:18px;
	color:#0C44A9;
	font-weight:bolder;
	letter-spacing:normal;
}

.blueTextItalic18 {
	font-family:Verdana;
	font-size:18px;
	color:#0C44A9;
	font-style:italic.
	letter-spacing:normal;
}

.blueTextBold20 {
	font-family:Verdana;
	font-size:20px;
	color:#0C44A9;
	font-weight:bold;
	letter-spacing:normal;
}

.blueTextBold24 {
	font-family:Verdana;
	font-size:24px;
	color:#0C44A9;
	font-weight:bold;
	letter-spacing:normal;
}

.blueTextItalic20 {
	font-family:Verdana;
	font-size:20px;
	color:#0C44A9;
	font-style:italic;
	letter-spacing:normal;
}

.greenText14 {
	font-family:Verdana;
	font-size:14px;
	color:#1D8B12;
	letter-spacing:normal;
}

.greenTextBold16 {
	font-family:Verdana;
	font-size:16px;
	color:#1E8C12;
	font-weight:bold;
	letter-spacing:normal;
}

.greenText18 {
	font-family:Verdana;
	font-size:18px;
	color:#1D8B12;
	letter-spacing:normal;
}

.greenTextItalic18 {
	font-family:Verdana;
	font-size:18px;
	color:#1D8B12;
	font-style: italic;
	letter-spacing:normal;
}

.greyTextItalic14 {
	font-family:Verdana;
	font-size:14px;
	color:#585858;
	font-style: italic;
	letter-spacing:normal;
}

.blackText14 {
	font-family:Verdana;
	font-size:14px;
	color:#000000;
	letter-spacing:normal;
}

.blackTextBold24 {
	font-family:Verdana;
	font-size:24px;
	color:#000000;
	font-weight:bold;
	letter-spacing:normal;
}

.blackText12 {
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	letter-spacing:normal;
}

.blackTextBold12 {
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	letter-spacing:normal;
}

.blueLink12, .blueLink12 a {
	color:#0C44A9;
	font-family:Verdana;
	font-size:12px;
	text-decoration:none;
}

.superscript {
	vertical-align:super;
	font-size:9px;
}

.subscript {
	vertical-align:sub;
	font-size:9px;
}


.pointMe {
	cursor: pointer;
}

.infoInput {
	width:150px;
}

