/*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*
Global :: Settings
/*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*/

* {
margin: 0;
padding: 0;
}

a {outline: none;}

body {
background: #ccc url(../images/termites.png);
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: left;
color:#292929;
}

ul {list-style: none;}
p {margin-bottom: 15px;}

.clear { clear: both; }

/*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*
Global :: Fonts
/*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*/

body {
	font-family: arial, helvetica, serif;
	font-size: 12px;
	color: #505050;
}

a:visited {color: #505050;}
a:active {color: #505050;}
a:link {color: #505050;}
a:hover {color: blue;}

.req {color: red;}
/*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*
Global :: Headings
/*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*/

h1 {
	float: left;
	margin-top: 50px;
	font-size: 30px;
	font-weight:normal;
}

h1 a{
position: absolute;
left:20px;
top: 14px;
	width: 234px;
	height: 129px;
	text-indent: -1000em;
	overflow: hidden;
	display: block;
	background:transparent url(../images/logo.png) no-repeat left top;
	border:none;
}

h2 {
	padding-left: 25px;
	background:transparent url(../images/glyph.png) no-repeat 0px 3px;
	color: #ce6126;
	font-weight: normal;
	font-size: 2em;
	margin-bottom: 20px;
}

h3 {
	color: #023857;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 20px;
	margin-top: 20px;
}
/*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*
Blocks :: Layout
/*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*/

#wrapper {
width: 980px;
margin: 0 auto;
}

#main_content {
	padding: 0 35px 0px 20px;
	background: transparent url('../images/bg_content.png') repeat-y;
}

#header {
position: relative;
height: 240px;
background: transparent url('../images/bg_header.png') no-repeat;
}

#content {
height: 100%;
	padding: 20px;
	padding-bottom: 100px;
	min-height: 300px;
	background: transparent url('../images/contentfooter.png') no-repeat;
	background-position: bottom right;
}

#footer {
	height: 28px;
	background: transparent url('../images/bg_footer.png') repeat-x;
}

/*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*
Blocks :: Navigation
/*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*/

#navigation {
position: absolute;
bottom: 15px;
left: 20px;
width: 700px;
height: 26px;
}

#nav ul {list-style: none;}
#nav li {display: inline;}
#nav a {float: left; padding-left: 10px; font-size: 1.2em; 	padding-right: 15px; color: white; text-decoration: none; height: 26px; line-height: 25px;}
#nav a:hover {background-color: #e18834;}

#phoneno {
text-align: right;
position: absolute;
bottom: 45px;
left: 480px;
width: 228px;
height: 54px;
}

#phoneno em {
margin-right: 20px;
color: white;
font-size: 1.2em;
}

#phoneno strong {
font-size: 2.5em;
color: #d16026;
}

/*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*
Pages :: Gallery
/*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*/

.gallery {
border: 1px solid #ccc;
width: 400px;
height: 120px;
margin-bottom: 15px;
clear: left;
padding: 10px;
}

.gallery img {
width: 100px;
height: 100px;
}

.galleryImage {
text-align: center;
margin-right: 10px;
width: 100px;
height: 120px;
float: left;
}

.galleryHeader {
font-size: 1.4em;
font-weight: bold;
}

.imageBox {
width: 100px;
height: 100px;
border: 1px solid #ccc;
float: left;
margin-right: 15px;
margin-bottom: 15px;
}

/*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*
Pages :: FAQ
/*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*/

.questions {
	float: left;
	width: 700px;	
}

#qsearch {
	float: right;
	width: 200px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	text-align: center;
}

#qsearch form {
	max-width: 200px;
	min-width: 200px;
	width: 200px;
}

.qanda {
	padding: 20px;
	border: 1px solid #ccc;
	border-top: none;	
	overflow: hidden;
}

.question {
	font-weight: bold;
	font-size: 1.1em;
}

.answer {
	padding: 10px;
}

/*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*
Pages :: Pest Guide
/*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*/

.guide {
	padding: 20px;	
	overflow: hidden;
}

.itemimage {
	float: left;
	border: 1px solid #ccc;
	width: 150px;
	height: 150px;
	margin-right: 15px;	
}

/*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*
Pages :: Footer
/*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*/

#footer {
	color: white;
	font-size: 0.8em;	
}

#footer a {
	color: white;	
}

#copyright {
	padding: 7px;
	float: left;	
}

#footer_links {
	float: left;
	padding: 7px;	
}

#sitefx {
	float: right;
	padding: 7px;
}

/*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*
Forms :: // http://www.websiteoptimization.com/speed/tweak/forms/
/*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*/

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 560px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 0px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
  width: 700px;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 120px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

.contact-us {padding:0;}
.contact-us label {
width: 100px;
text-align: left;
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea, form select{
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

/*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*
Pagination :: // http://www.catchmyfame.com/2007/07/28/finally-the-simple-pagination-class/
/*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*/

.paginator {
clear: both;
}

a.paginate {
border: 1px solid #023857;
padding: 2px 6px 2px 6px;
text-decoration: none;
color: #023857;
}
a.paginate:hover {
background-color: #023857;
color: #FFF;
text-decoration: underline;
}
a.current {
border: 1px solid #023857;
font: bold .7em;
padding: 2px 6px 2px 6px;
cursor: default;
background:#023857;
color: #FFF;
text-decoration: none;
}
span.inactive {
border: 1px solid #999;
font-size: .7em;
padding: 2px 6px 2px 6px;
color: #999;
cursor: default;
}


span.error {
margin-left: 10px;
background: transparent url("../images/error.gif") no-repeat 0px 0px;
padding-left: 16px;
color: red;
}

span.checked {
margin-left: 10px;
background: transparent url("../images/checked.gif") no-repeat 0px 0px;
padding-left: 16px;
padding-bottom: 2px;
font-weight: bold;
color: white;
}

.required {color: red; font-weight: bolder;}

#slideshow {
width: 400px;
float: left;
margin-right: 50px;
}

#slideshow p {
text-align: center;
font-size: 1.7em;
color: black;
}

#homecontent {
width: 400px;
float: left;
}

#loopedSlider {
background: white url('../images/work.jpg') no-repeat;
width: 380px;
height: 300px; 
position: relative;;
}

.container { width:380px; height:300px; margin-left: 20px; overflow:hidden; position:relative;border: 2px solid #ccc; }   
.slides { position:absolute; top:0; left:0; }   
.slides div { position:absolute; top:0; width:380px; display:none;}  
.title {
color: #4c4c4c;
font-size: 1.6em;
}

.sliderimg {

}

.next {
position: absolute;
display: block;
height: 20px;
width: 20px;
top: 0;
right: 0;
text-indent: -1000em;
overflow: hidden;
cursor: hand;
}

.previous {
position: absolute;
display: block;
height: 20px;
width: 20px;
top: 0;
right: 25px;
text-indent: -1000em;
overflow: hidden;
cursor: hand;
}

