/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0 auto; /* Sets body to center everything.Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	background-color: #fffabe;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #e6e6e6;
	scrollbar-arrow-color: #006666; 
	background-image:url(images/bodybg.jpg);
	background-repeat:repeat-x;
	background-color:#3681FE;
}

/*  CONTENT  ===========================*/

p, a, ul, li, ol, td, div, textarea {
font-family: Arial, Helvetica, sans-serif;
font-style:normal;
text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

p {
	font-size: 13px;
	margin-left: 10px;
	padding-right: 10px;
	color: #000;
	line-height: 19px;
}


.emphasize { /*use emphasize to 'brighten' up words in content */
color:#FF0000;
font-size:16px
font-weight: bold;
}

h1, h2, h3, h4, h5 {
font-family: Arial, Helvetica, sans-serif;
font-weight:lighter;
text-align:left;
}

h1 {
	font-size: 25px;
	color: #316AC5;
	line-height: 30px;
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 0px;

}

h2 {
	font-size: 16px;
	color: #006633;
	line-height: 16px;
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}

h3 {
	font-size: 20px;
	color: #000;
	line-height: 30px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;

}

h4 { /* use for internal content ctas */
	font-size: 16px;
	color: #990000;
	font-style:italic;
	font-weight:bold;
	line-height: 28px;
	margin: 0px 0px 0px 10px;
	padding: 0px 10px 0px 0px;
}

h5 { /* use for box disclaimers */
	font-size: 13px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px 0px 0px 30px;
	padding: 8px;
	background-color: #e6e6e6;
	border: 1px solid #999;
	width: 500px;
}

a { /* Creates the general link style for the site. This is not the main navigation.  */
font-size: 13px;
font-weight: bold;
color: #ff0000;
text-decoration: underline;
}

/*------------------ LISTS FORMATS --------------------------*/

ul,ol,li { /* strips all ul's, ol's, and li' from padding or margins unless defined in classes below*/
margin: 0;
padding: 0;
}

ul.columnlists {
	margin: 0;
	width:210px;
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 0 10px 5px 10px;
	display: block;
}

ul.columnlists li {
	margin: 3px 0 3px 33px;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}

div#wrapper {
display: block;
margin-left: 20px;
border:1px solid #000;
}

div#clear {
clear: both;
}

/* ------------------------- MAIN NAVIGATION ----------------------------- */
/* Removes all margins and padding except bottom padding, which provides room to put our border. This serves as the resting place for our tabs. */

ul#mainnav {
	width: 235px;
	position: absolute;
	left: 30px;
	top: 86px;
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
}

/* This creates the tabs. We set a height for each tab, give it a border and place 2 pixels of space between each tab. We float them left on the navbar and remove the bullets. */

ul#mainnav li {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
list-style-type:none;
height: 30px;
	
}


ul#mainnav li a {
	font-family:"Trebuchet MS";
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 235px;
	height: 30px;
	font-size: 13px;
	text-decoration: none;
	background: none;
	border: none;
	text-align:left;
	font-weight:normal;
	line-height: 28px;
	text-indent: 20px;
}

/* OFF - This creates the style for our links. */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	display: block;
	background-image:url(images/navbtn-off.jpg);
	background-repeat:repeat-x;
	color: #006600;
	
}
/* ON - Creates the "on" status style, which can be applied directly to a single link. */
ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #0033CC;
	display: block;
	background-color:#FFFFFF;
	background-image:url(images/navbtn-on.jpg);
	background-repeat:repeat-x;
		
}

/* HOVER - Creates the hover status style, which can be applied directly to a single link. */
ul#mainnav li a:hover {
	color: #99CC00;
	display: block;
	background-image:url(images/navbtn-hover.jpg);
	background-repeat:repeat-x;
}

/*  PAGE LAYOUT ===========================*/

div#all { /* Holds the entire web page from the beginning body tag to the end body tag */
	width:950px;
	margin: 0 auto;
	padding: 0px;
	background-image:url(images/allbg.jpg);
	background-repeat:no-repeat;
	height: 578px;
	position: relative;
	;
	;
}

div#maincontent {
	width:600px;
	height: 306px;
	overflow:auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color:#fff;
	position:absolute;
	left: 284px;
	top: 137px;
}

/*  ADDRESS ===========================*/

address {
	font-size:14px;
	font-style:normal;
	color: #000000;
	line-height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	width:601px;
	height:33px;
	vertical-align:top;
	position:absolute;
	top: 472px;
	left: 284px;
	font-weight: bold;
}

address a {
font-size:11px;
font-style:normal;
color: #0033CC;
text-align: left;
line-height: 16px;					
}

/*  FOOTER ===========================*/

div#footer {
	width: 681px;
	height: 19px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position:absolute;
	bottom: 20px;
	left: 33px;
	font-size: 10px;
	font-weight:bold;
	text-align:left;
	text-transform: lowercase;
	color: #000;

}

div#footer a {
font-size: 10px;
font-style: normal;
line-height: 15px;
font-weight: normal;
color: #000;
text-decoration: underline;
}


/*  FOOTER ===========================*/

div#footerintro {
	width: 100%;
	height: 25px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position:relative;
	font-size: 12px;
	font-weight:bold;
	text-align:center;
	text-transform: lowercase;
	color: #fff;

}

div#footerintro a {
font-size: 12px;
font-style: normal;
line-height: 15px;
font-weight: normal;
color: #fff;
text-decoration: underline;
}


/*  IMAGE CLASSES and ID's for content area ===========================*/

div#blockimg {
	width:233px;
	height:143px;
	position:absolute;
	top: 331px;
	left: 30px;

}

img.left {
float: left;
margin: 5px 10px 5px 0px;
border: 2px solid #efefef;
}
img.right {
float: right;
margin: 5px 5px 5px 5px;
border: 2px solid #efefef;
padding: 4px;
}

img.border {
border: 2px solid #efefef;
padding: 4px;
}

/*  WEB AUDIO ===========================*/

div#webaudio {
	position: absolute;
	width: px;
	height: px;
	left: 319px;
	top: 0px;
}

div#webaudiopopup {
	width: 100%;
	height: 100px;
	background-image:url(images/webaudiobg.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#2963bf;
}

div#soundapplet {
width:100%;
text-align:center;
height: 30px;
position:relative;
top: 49px;
}

/*  ADMIN SIGN ===========================*/

div#signin {
	text-align:center;
	clear:both;
	position:absolute;
	width: 121px;
	height: 15px;
	bottom: 21px;
	right: 95px;
	padding-top: 3px;
}

div#signin a{
	color:#fff;
	font-size:9px;
	font-weight:normal;
	text-decoration:none;
}

/*  PAYMENTS ===========================*/

div#payments {
width: 770px;
height: 30px;
text-align:center;
background-image:none;
background-repeat:no-repeat;
padding-top: 4px;
padding-bottom: 4px;
clear: both;
}

/*  COPYRIGHTS ===========================*/

div#copyright {
	text-align:center;
	font-size: 9px;
	padding: 5px 0px 5px 0px;
	margin: auto 0;
	color:#FFFFFF;
	line-height: 19px;
	position:relative;

}

div#copyright a {
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

/*  GOOGLE MAPS ===========================*/

div#map {
padding: 5px;
border: 1px solid #e8e8e8;
width: 450px;
margin-left: 50px;
margin-bottom: 20px;
}

div#buggers {
	position: absolute;
	top: 125px;
	right: -16px;
	z-index:100;

}

table, td, th  {	
	border-collapse: collapse;
	vertical-align: top;
}

table#prices {
width: 540px;
background-color: #e6e6e6;
margin: 0px 0px 0px 10px;
padding: 0px 0px 0px 0px;
}

table#prices tr td {
font-size: 11px;
border: 1px solid #999;
margin: 0px 0px 0px 0px;
padding: 4px 4px 4px 4px;
text-align:center;
}

table#prices tr.title  {
background-color:#000099;
color:#FFFFFF;
}

.exception {
font-size: 10px;
font-weight:bold;
font-style:italic;
color:#660000;
}

div#sevenstep {
	width: 256px;
	height: 72px;
	position:absolute;
	top: 60px;
	left: 310px;
	z-index: 100;
}

div#findtermites {
	width: 263px;
	height: 80px;
	position:absolute;
	top: 51px;
	left: 567px;
	z-index: 100;
}


div#enterwebsite {
	width: 100%;
	height: 25px;
	text-align: center;
	margin-top: 20px;
}

div#enterwebsite a{
color:#FFFF00;
font-size:14px;
}

div#introbox {

text-align:center;
margin-top: 100px;
position:relative;
height: 400px;
background-image:url(images/intro.jpg);
background-repeat:no-repeat;
width: 100%;
height:300px;
background-position:center;

}
