/* Master Stylesheet */
/* GutterPro Dec.2010 */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:7px;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}


body {
	background: #094d79 url('images/bg.jpg') repeat-x;
	color: #444;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

p {
    margin:0.6em 0;
}

a {
    color:#FFF;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #1c446b;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}
h4 {
	font-size: 18px;
	background-color: #FF0000;
	font-weight: bold;
	color: #FFFFFF;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
#wrapper {
	width: 970px;
	margin: 0 auto;
}

html>/**/body #wrapper {
	margin-top: -10px;
}

#white-wrapper {
	background-color: #FFFFFF;
	padding-top: 1px;
	width: 970px;
}

#white-wrapper p {
	margin: 1.2em 0px;
	line-height: 1.3em;
}

#white-wrapper a {
	color: #1c446b;
	font-weight: bold;
}	


#header-image {
	background: url('images/home-header.jpg') no-repeat;
	width: 968px;
	height: 143px;
	margin-left: 1px;
	text-align: right;
}

#gray-bar-home {
	background-color: #bcbcbc;
	margin: 1px 0px 0px 1px;
	width: 968px;
	height: 19px;
	text-align: right;
}

#gray-bar-home p {
	color: #e11920;
	font-weight: bold;
	font-size: 14px;
	padding: 1px 5px 0px 0px;
	margin: 0px;
}

#blue-bar-home {
	background-color: #465f74;
	width: 968px;
	height: 8px;
	margin: 0px 0px 1px 1px;
	border-bottom: 1px solid #FFF;
}


#firstDiv {
   position: fixed; right: 0; bottom: 0;
   left: expression( (0 - firstDiv.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
   top: expression( ( 0 - firstDiv.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

#webmc {
   position: fixed; right: 0; bottom: 0;
   left: expression( (0 - webmc.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  	top: expression( ( 0 - webmc.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}



/********** Header **********/

#header {
	background: url('images/header-bg.jpg') no-repeat;
	color: #FFFFFF;
	text-align: right;
	height: 104px;
}

#logo {
	float: left;
	border: 0px;
	width: 301px;
	height: 104px;
	border: 0px;
}

#call-header {
	font-size: 17px;
	font-weight: bold;
}

html>/**/body #call-header {
	padding-top: 10px;
}

#free-estimate {
	font-size: 23px;
	font-weight: bold;
	padding-top: 7px;
}

/********** End Header **********/

/********** Navigation **********/

#navcontainer {
	background: url('images/nav-bg.jpg');
	font-size: 13px;
	width:970px;
	height: 32px;
}

* html #navcontainer { 
	margin-top: -12px;
}

/*---------- Drop Down Navigation ----------*/

/* 
	LEVEL ONE
*/
ul.navigation                         { float: left; position: relative; margin: 0px 0px 0px 5px; text-align: left;  }
ul.navigation li                      { float: left; display: block; margin:0; padding:0; list-style:none; float:left; margin:0 0.3em 0 0; vertical-align:bottom; height: 32px; background: url('images/nav-divider.jpg') no-repeat; }
ul.navigation a:hover		          { color:#FFF; text-decoration: none; }
ul.navigation a:active                { color:#FFF; text-decoration: none; }
ul.navigation li a                    { color: #521901; text-decoration: none; outline: none; text-decoration:none; text-align:center; display:block; color:#FFF; padding: 0px 8px 0px 12px; line-height: 32px;}
ul.navigation li:last-child a         { border-right: none; text-decoration:none; } /* Doesn't work in IE */

/* 
	LEVEL TWO
*/
ul.navigation ul 						{ width: 200px; visibility: hidden; position: absolute; top: 100%;  text-align: left; margin: 0px; padding: 0px; font-size: 13px; z-index: 1000; border: 1px solid #3d3d3d; z-index: 99999;}
* html ul.navigation ul { border: 0px;}
ul.navigation ul li 					{ background-color: #2e3e4c; color: #FFF; float: none; padding: 0px; display: inline-block; font-size: 13px; text-align: left; border: 0px 1px; height: 30px; border: 0px; z-index: 99999;}
ul.navigation ul:hover  {display: block; }
                                    	/* IE 6 & 7 Needs Inline Block */
ul.navigation ul li a	{ color: #FFFFFF; width: 100%; display: inline-block;  padding: 0px; padding-left: 10px; outline: none; font-size: 13px; text-align: left; width: 190px; background: #2e3e4c; border-color: #3d3d3d; line-height: 30px; text-decoration: none;z-index: 99999; } 
ul.navigation ul a:hover { background-color: #99aec1; text-decoration: none;}

/* 

/********** End Navigation **********/

/********** Homepage Content **********/

#homepage-left {
	float: left;
	width: 450px;
	margin-left: 30px;
	margin-top: 20px;
	color: #000;
}

* html #homepage-left {
	margin-left: 15px;
}

#homepage-right {
	background: url('images/homepage-content-divider.gif') no-repeat left;
	float: left;
	width: 470px;
	height: 450px;
	margin-top: 20px;
	color: #000;
}

#homepage-left p, #homepage-right p {
	line-height: 17px;
}

#home-leafguard {
	padding: 15px 0px 0px 10px;
}

html>/**/body #home-leafguard {
	padding: 0px 0px 0px 10px;
}

/********** End Homepage Content **********/

/********** Interior Content **********/

#graybar {
	background-color: #bcbcbc;
	width: 970px;
	height: 9px;
	border-bottom: 14px solid #FFFFFF;
}

#sidebar {
	width: 160px;
	margin-left: 12px;
	float: left;
}

* html #sidebar {
	margin-left: 5px;
}

#sidebar #sidebar-header {
	font-size: 13px; font-weight: bold; margin: 5px 0px;
}

#content {
	width: 755px;
	margin-left: 195px;
}

#content p, #content ul li {
	line-height: 17px;
}

#content-left {
	float: left;
	width: 435px;
}

#content-right {
	float: left;
	padding-left: 40px;
	width: 275px;
}

#content-leafguard a {
	color: #1e5800;
}

#content-leafguard h1 {
	color: #006135;
}

#content-snaplock h1 {
	color: #ed1c24;
}

#content-snaplock a {
	color: #ed1c24;
}

#pros-noclog {
	font-size: 18px;
	font-weight: bold;
	color: #1f4b77;
}

#pros-noclog span {
	color: #000000;
	font-size: 12px;
	font-style: italic;
}

#form-container {
	background: url('images/form-bg3.jpg') no-repeat;
	width: 272px;
	height: 389px;
}

#form-content {
	padding: 15px 15px 0px 15px;
	text-align: center;
}	

.formfield {
	border: 1px solid #8b8b8b;
	color: #333333;
	padding: 2px;
}

#housekeeping-container {
	background: url('images/housekeeping-video-bg.jpg') no-repeat;
	width: 272px;
	height: 282px;
	text-align: center;
	margin-top: 20px;
}

html>/**/body #content ul {
	margin-left:  40px;
}

hr {
	border: 0px;
	padding: 0px;
	color: #999;
	background-color: #999;
	height: 1px;
}

.formfield2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #8b8b8b;
	color: #333333;
	width: 180px;
	padding: 2px;
	margin-top: 3px;
}

/********** End Interior Content **********/


/********** Sidebar Nav **********/
.sidebarnav {
	list-style-type: none;
	margin-top: 15px;	
}

.sidebarnav li {
	border-bottom: 1px solid #bcbcbc;
}

.sidebarnav li a {
	font-size: 12px;
	padding: 9px 10px;
	color: #1e5800;
	width: 160px;
	display: block;
}

* html .sidebarnav li a {
	width: 150px;
}

html>/**/body .sidebarnav li a {
	width: 140px;
}

.sidebarnav#snaplock li a {
	color: #ed1c24;
}

.sidebarnav#leafguard li a {
	color: #1e5800;
}

/********** End Sidebar Nav **********/


/*---------- Slider Script CSS Styles Below -----------*/
#slideshow {
    list-style:none;
     color:#fff
}
#slideshow span {
    display:none
}
#IMGwrapper {
    width:250px;
    margin:50px auto;
     display:none
}
#IMGwrapper * {
    margin:0;
     padding:0
}
#fullsize {
    position:relative;
    width:250px;
    height:196px;
    padding:2px;
    border:1px solid #ccc;
     background:#000
}
#information {
    position:absolute;
    bottom:0;
    width:250px;
    height:0;
    background:#000;
    color:#fff;
    overflow:hidden;
    z-index:200;
    opacity:.7;
    filter:alpha(opacity=70)
}
#information h3 {
    padding:4px 8px 3px;
     font-size:14px
}
#information p {
    padding:0 8px 8px;
}
#image {
    width:250px;
}
#image img {
    position:absolute;
    z-index:25;
    width:auto;
}
.imgnav {
    position:absolute;
    width:25%;
    height:196px;
    cursor:pointer;
     z-index:150
}
#imgprev {
    left:0;
     background:url('images/left.gif') left center no-repeat
}
#imgnext {
    right:0;
     background:url('images/right.gif') right center no-repeat
}
#imglink {
    position:absolute;
    height:196px;
    width:100%;
    z-index:100;
    opacity:.4;
    filter:alpha(opacity=40)
}
.linkhover {
    background:url('images/link.gif') center center no-repeat
}
#thumbnails {
    margin:5px 0px 0px 5px;
}
#slideleft {
    float:left;
    width:20px;
    height:81px;
    background:url('images/scroll-left.gif') center center no-repeat;
     background-color:#222;
}
#slideleft:hover {
    background-color:#333;
}
#slideright {
    float:right;
    width:20px;
    height:81px;
    background:#222 url('images/scroll-right.gif') center center no-repeat;
}
#slideright:hover {
    background-color:#333;
}
#slidearea {
    float:left;
    position:relative;
    width:200px;
    margin-left:5px;
    height:100px;
    overflow:hidden;
}
#slider {
    position:absolute;
    left:0;
    height:81px;
}
#slider img {
    cursor:pointer;
    border:1px solid #666;
    padding:5px;
}

/********** End Footer **********/

#footer {
	margin: 15px 0px 0px 15px;
	text-align: right;
	font-size: 11px;
	color: #ffffff;
}

#footer-left {
	width: 575px;
	float: left;
	text-align: left;
}

#footer-right {
	width: 330px;
	float: right;
	text-align:left;
}

#footer-mass {
	float: left;
	width: 160px;
}

#footer-rh {
	float: right;
	width: 160px;
}

#footer-clear {
	clear:both;
	height: 30px;
}

/********** End Footer **********/
