/*-------
// global 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,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
acronym { cursor: help; }

.replace{text-indent:-9999px;}


/*-------
// general
//-----*/

html { font-size: 13px; overflow: auto; }
body { font-size: 62.5%; line-height:1.2em; }
input, select, textarea { font-size: 100%; }

input.text, textarea { padding: 2px 3px; font-family: Tahoma, Arial, Verdana, sans-serif; }
.submit { cursor/**/: /**/pointer; }
select > option { padding: 0 5px 0 3px; }

.ul, .ol { margin: 0 0 1em 2em; }
.ul li, .ol li { margin: .2em 0; padding: 0; }

.flR { float: right; }
.flL { float: left; }
.alR { text-align: right; }
.alC { text-align: center; }

.hide { display: none; }
.clear { clear: both; line-height:1px; font-size:1px; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

a:link, a:visited { text-decoration: none; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: underline; }
a.inv:link, a.inv:visited { text-decoration: underline; }
a.inv:link:hover, a.inv:visited:hover { text-decoration: none; }

.cols { overflow: hidden; margin: 0; }
.cols .col { float: left; width: 50%; }
#page .cols .last { margin-right: 0; }

.clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/*-------
// custom styles
//-----*/
body { font-family:Tahoma, Arial, Verdana, sans-serif; color:#444444; }
div.wrapper { width:770px; margin:0px auto; overflow:hidden; }


/*-------
// header
//-----*/
div#header { background:transparent url(../images/hdr-bg.png) repeat-x; height:130px; }
div#header h1 a{ width:192px; height:126px; background:transparent url(../images/logo.jpg) no-repeat; display:block; float:left; text-indent:-2000px; }
div#header h2 {text-align:right; font-size:190%; color:#ffffff; margin:35px 10px 0 0;}


/*-------
// navigation
//-----*/
div#navcontainer{width:100%; height:39px; background:transparent url(../images/bgOFF.gif) repeat-x top left;}
div#navmenu{margin-left:162px; position:relative; display:block; height:39px; font-size:11px; font-weight:bold; background:transparent url(../images/bgOFF.gif) repeat-x top left; font-family:Tahoma, Arial, Verdana, sans-serif;}
div#navmenu ul{margin:0; padding:0; list-style-type:none; width:auto;}
div#navmenu ul li{display:block; float:left; margin:0;}
div#navmenu ul li a{ display:block; float:left; color:#666; text-decoration:none; padding:11px 20px 0 20px; height:23px; background:transparent url(../images/bgDIVIDER.gif) no-repeat top right;}
div#navmenu ul li a:hover,#navmenu ul li a.current{color:#71004e; background:#fff url(../images/bgON.gif) no-repeat top right;}
div#navmenu li.first{background:transparent url(../images/bgDIVIDER.gif) no-repeat top left;}

/*-------
// main
//-----*/

div#main {padding:20px 5px 20px 5px;}
div#main h1{color:#6fbe3f; font-size:180%; background:url(../images/underline.png) no-repeat bottom left; padding-bottom:12px; margin:10px 0 10px 0;}
div#main h2{color:#6fbe3f; font-size:160%; margin-bottom:10px;}
div#main p{font-size:150%; line-height:1.5em; margin-bottom:10px;}
div#main div.postit{background: url('../images/postit.jpg') no-repeat; height:350px; width:340px;}
div#main div.spray{background: url('../images/spray.jpg') no-repeat; height:425px; width:282px; margin-right:100px;}
div#main div.phone{background: url('../images/phone.jpg') no-repeat; height:253px; width:223px;}
div#main ul{list-style-type:circle; list-style-position: inside; line-height:160%; margin-left:0px; padding-left:0px;}
div#main ul li{font-size:150%; padding-bottom:5px;}

div#checklist {padding:20px 5px 20px 5px;}
div#checklist h1{color:#6fbe3f; font-size:180%; background:url(../images/underline.png) no-repeat bottom left; padding-bottom:12px; margin:10px 0 10px 0;}
div#checklist h2{color:#6fbe3f; font-size:160%; margin-bottom:10px;}
div#checklist p{font-size:150%; line-height:1.5em; margin-bottom:10px;}
div#checklist ul li{font-size:150%; line-height:1.2em; padding:5px 0 5px 20px; background:url(../images/bullet.jpg) no-repeat; background-position:0 .5em;}

/*-------
// footer
//-----*/
div#footer { background:#3d9412 url('../images/ftr-bg.jpg') no-repeat; border-top:1px solid #71004e; height:160px; width:100%;}

/*------
// Form
//------*/
div#form{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:1.2em; color:#444444; margin-top:10px;}
div#form h2 { font-size:180%; font-weight:normal; margin:0px 0px 20px 40px; font-family:Georgia, "Times New Roman", Times, serif; }
.address{margin:0px 0px 10px 40px;}
label{	width: 12em; float: left; text-align: right; margin-right: 0.5em; display: block; }
input, textarea, select{color: #444444; background: #ffffff; border: 1px solid #444444; margin-bottom:10px;}
.submit input{color: #000; background: #dbdbdb;	border: 2px outset #dbdbdb;	margin-left:12.85em;}
.alignnotes{margin-left:12.5em;}

div#sent{margin-top:10px;}



