/* ***************************
  Site - Jaco
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************//* ***************************
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0px;
	padding: 0px;
}

a {
	color: #0060AF;
	text-decoration: none;
}

a:hover {
	color: #A00;
	text-decoration: none;
}

img { border: 0; }

fieldset { border: none; }

ul li { list-style: none; }

/* ***************************
   $2 Website Structure Styles
   ***************************/

body {
	font: 80%/140%  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #1E1E1E;
 line-height: 13o%;
	background: #111a33;
}

#container {
	background: url(../images/bg_container.png) left top repeat-x;
	margin-bottom: 15px;
}

/* ***************************
   $3 Header Styles
   ***************************/

#header_wrapper {
	height: 335px;
	background: url(../images/bg_header.png) left top repeat-x;
}

#header {
	height: 127px;
	margin-top: -15px;
}

#header .logo img {
	display: block;
	margin: 0px auto;
}

h1.keywords {
	font-size: x-small;
	color: #748DCF;
	text-align: center;
	position: relative;
	z-index: 0;
	top: 1px;
	line-height: normal;
}

.top_nav {
	height: 208px;
	background: url(../images/bg_top_nav.jpg) center top no-repeat;
}

.top_nav ul {
	width: 888px;
	margin: 0px auto;
	height: 38px;
}

.top_nav ul li {
	float: left;
	padding: 0px 5px;
}

.top_nav ul li a {
	display: block;
	float: left;
	color: #603913;
	height: 22px;
	text-align: center;
	font-weight: bold;
	padding-top: 8px;
	font-size: 90%;
}

.top_nav ul li a:hover {
	color: #603913;
	text-decoration: none;
}

.top_nav ul li a#nav_home {
	width: 73px;
	background: url(../images/nav_home.png) left top no-repeat;
}

.top_nav ul li a#nav_home:hover { background: url(../images/nav_home.png) left bottom no-repeat; }

.top_nav ul li.selected a#nav_home { background: url(../images/nav_home.png) left bottom no-repeat; }

.top_nav ul li a#nav_eviornmentaly_safe {
	width: 164px;
	background: url(../images/nav_eviornmentaly_safe.png) left top no-repeat;
}

.top_nav ul li a#nav_eviornmentaly_safe:hover { background: url(../images/nav_eviornmentaly_safe.png) left bottom no-repeat; }

.top_nav ul li.selected a#nav_eviornmentaly_safe { background: url(../images/nav_eviornmentaly_safe.png) left bottom no-repeat; }

.top_nav ul li a#nav_cost_less {
	width: 93px;
	background: url(../images/nav_cost_less.png) left top no-repeat;
}

.top_nav ul li a#nav_cost_less:hover { background: url(../images/nav_cost_less.png) left bottom no-repeat; }

.top_nav ul li.selected a#nav_cost_less { background: url(../images/nav_cost_less.png) left bottom no-repeat; }

.top_nav ul li a#nav_leeds {
	width: 65px;
	background: url(../images/nav_leeds.png) left top no-repeat;
}

.top_nav ul li a#nav_leeds:hover { background: url(../images/nav_leeds.png) left bottom no-repeat; }

.top_nav ul li.selected a#nav_leeds { background: url(../images/nav_leeds.png) left bottom no-repeat; }

.top_nav ul li a#nav_rebates {
	width: 81px;
	background: url(../images/nav_rebates.png) left top no-repeat;
}

.top_nav ul li a#nav_rebates:hover { background: url(../images/nav_rebates.png) left bottom no-repeat; }

.top_nav ul li.selected a#nav_rebates { background: url(../images/nav_rebates.png) left bottom no-repeat; }

.top_nav ul li a#nav_tax_rebates {
	width: 110px;
	background: url(../images/nav_tax_rebates.png) left top no-repeat;
}

.top_nav ul li a#nav_tax_rebates:hover { background: url(../images/nav_tax_rebates.png) left bottom no-repeat; }

.top_nav ul li.selected a#nav_tax_rebates { background: url(../images/nav_tax_rebates.png) left bottom no-repeat; }

.top_nav ul li a#nav_savings {
	width: 81px;
	background: url(../images/nav_savings.png) left top no-repeat;
}

.top_nav ul li a#nav_savings:hover { background: url(../images/nav_savings.png) left bottom no-repeat; }

.top_nav ul li.selected a#nav_savings { background: url(../images/nav_savings.png) left bottom no-repeat; }

.top_nav ul li a#nav_image_gallery {
	width: 125px;
	background: url(../images/nav_image_gallery.png) left top no-repeat;
}

.top_nav ul li a#nav_image_gallery:hover { background: url(../images/nav_image_gallery.png) left bottom no-repeat; }

.top_nav ul li.selected a#nav_image_gallery { background: url(../images/nav_image_gallery.png) left bottom no-repeat; }

.top_nav div.topreasonsjaco {
	width: 888px;
	margin: 0 auto;
}

.top_nav div.topreasonsjaco  img{
	float: left;	
	height: 116px;
	width: 198px;
	margin-top: -12px;
	margin-left: -14px;
}

.top_nav div.topreasonsjaco  img.whiteisgreen {
	float: left;
	height: 52px;
	width: 580px;
	margin-top: 19px;
	margin-left: -1px;
}

.top_nav div.topreasonsjaco  img.treefrogcontact  {
	float: none;
	height: 202px;
	width: 203px;
	top: -68px;
	z-index: 20;
	position: relative;
	left: 590px;
}

/* ***************************
   $4 Content Styles
   ***************************/

#content_wrapper { background: url(../images/bg_content.jpg) repeat-y center top; }

#content {
	position: relative;
	width: 887px;
	margin: 0px auto;
	padding-top: 184px;
}

#content.content-nopadding {
	padding-top: 0px;
	border: 0px solid red;
	position: relative;
	z-index: 10;
	top: -81px;
}

#subpages { padding-top: 55px; }

#content a { border-bottom: 1px dotted #0060AF; }

#content a:hover { border-bottom: none; }

#content p {
	margin: 7px 0;
	line-height: 140%;
}

#content h2 {
	font-size: 160%;
	font-weight: bold;
	color: #217B00;
	text-align: left;
	margin-bottom: 16px;
}

#content h3 {
	font-size: 150%;
	font-weight: bold;
	color: #111A33;
	text-align: center;
	margin-top: 7px;
	margin-bottom: 8px;
	font-variant: normal;
}

#content h4 {
	font-size: 120%;
	font-weight: bold;
	color: #2A5F00;
	margin-top: 7px;
	margin-bottom: 8px;
	font-variant: normal;
}

#content h5 {
	font-size: 115%;
	font-weight: bold;
	color: #222;
	margin-top: 2px;
	margin-bottom: 2px;
	text-transform:capitalize;
}

#content .addbottom16 { margin-bottom: 16px; }

#content .h2blue {
	color: #000052;
	font-size: medium;
	font-weight: bold;
	border-bottom: 1px solid #000052;
	margin-top: 15px;
}

#content .h3green {
	font-size: 115%;
	font-weight: bold;
	color: #008000;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 8px;
	font-variant: normal;
}

#content .h2titleblue {
	font-weight: normal;
	color: #008000;
	border-bottom: 1px dashed #7FBF00;
	letter-spacing: 1px;
	font-size: 110%;
	margin-bottom: -1px;
}

#content .h2greendate {
	font-weight: bold;
	color: #008000;
	border-bottom: 1px dashed #7FBF00;
	letter-spacing: 1px;
	font-size: 90%;
	margin-bottom: 3px;
	padding-right: 13px;
	text-align: right;
    border-top: 3px groove #008000;
	padding-top: 7px;
	margin-top: 3px;
}

#content .h2grey {
	border-top: 1px dotted #C0C0C0;
	color: #6C6C6C;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 14px;
	padding: 14px 8px 7px;
	border-bottom: 4px double #C0C0C0;
	background-color:#F7F7F7;
	text-align:center;
}

#content .h2green {
	border-top: 1px dotted #C0C0C0;
	color: #003500;
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 14px;
	padding: 7px 8px 3px;
	border-bottom: 4px double #C0C0C0;
	text-align:center;
	margin-bottom: 14px;
	background: #E2FEC7;
}
#content div.dottedline {
	border-top: 1px dotted #7C7C7C;
	border-bottom: 1px dotted #DCDCDC;
	height: 4px;
	margin: 2px 0 11px;
}

#content div.dottedlinedark {
	border-top: 3px solid #5F0E0E;
	border-bottom: 1px dotted #7C7C7C;
	height: 7px;
	width: 730px;
	margin: 13px auto 22px;
}

#content .mediumbold {
	font-weight: bold;
	font-size: medium;
}

#content .green { color: #008000; }
.whiteisblack {
	color: #000;
}
#content .green2 { color: #B1CF81; }
#content .red { color: #c01d0b; }

#content .redstars { color: #FDDBD7; }

#content .boldpad {
	font-weight: bold;
	padding-top: 4px;
}

#content ol { padding: 4px 0 0 42px; }

#content ol li {
	padding: 2px;
	line-height: 140%;
}

#content img.alignright {
	float: right;
	padding: 0 13px 0 8px;
}

#content .green { color: #217B00; }

#content .indent { padding-left: 19px; }

#content div.imgshadow {
	background: url(../images/shadow.png) no-repeat bottom right;
	float: right;
	margin: 10px 8px 5px 25px;
	padding: 0;
	position: relative;
}

#content div.imgshadow a {
    border-bottom: none;
}

#content div.imgshadow img {
	background: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
}

#content div.caption {
	margin: -5px 5px 5px -5px;	
	border-left: 1px solid #888;
	border-bottom: 1px solid #bbb;
	padding: 4px;
	font-size:0.9em;
	text-align:center;
}

#content div.leftimgshadow {
	float: left;
	margin: 12px 0px 12px 68px;
}

#content table#imageborder {
	width: 100%;
	margin: 6px auto;
}

#content table#imageborder td{
padding: 0 3px;
}

#content .boxshadow {
	background-color: #F4F4F4;
	border: 1px solid #CCC;
	padding: 0px;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
}

#content table#imageborder a { border-bottom: none; }

#content .productimage {
	float:left;
	margin: 8px 19px 17px;
}

#content .imgfloatright {
	float:right;
	margin: 8px 19px 17px;
}

#content .location {
		color: #6C6C6C;
		font-size: small;
		font-weight: bold;
		font-variant: small-caps;
}

#content div.typeofroof {
	margin: 9x 4px 7px;
	float: left;
	display:block;
}

#content div.clearboth {
	border-top: 1px dotted #525252;
	border-bottom: 1px dotted #DBDBDB;
	height: 5px;
	margin: 0px 0 7px;
	clear:both;
}

#content div.clearboth2 {
	overflow: hidden;
	height: 1px;
	clear:both;
}

#content table td.igtitle {
	color: #575757;
	text-align: center;
	text-transform:uppercase;
}

#content p.readmore {
	background: url(../images/arrow_right.gif) no-repeat left center;
	margin-left: 271px;
}

#content p.readmore span { padding-left: 30px; }

.featured_photo {
	background: url(../images/bg_green_featured_photo.png) left top no-repeat;
	width: 887px;
	height: 270px;
	position: absolute;
	left: 0px;
	top: -81px;
}

.flashfloatright  {
	float:right;	
	margin-top: 15px;
	margin-right: 15px;
	}

.featured_text {
	padding: 20px 0px 0px 34px;
	width: 438px;
	float: left;

}

.featured_text h1 {
	font: x-large Verdana, sans-serif;
	color: #EBEBEB;
	padding-bottom: 0px;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 130%;
	text-align: center;
}

.featured_text h1 sub {
	vertical-align: text-bottom;
	font-size: 18px;
}

.featured_text p {
	font-size: 14px;
	color: #D3D3D3;
	padding: 5px 0px;
	line-height: 19px;
}

.maincontent-top {
	background: url(../images/bg_topper.png) left top no-repeat;
	width: 887px;
	height: 27px;
	margin: 0px auto;
}

.maincontent {
	margin-top: -50px;
	background: #fff url(../images/bg_maincontent.jpg) left top no-repeat;
	padding: 27px 16px 1px 17px;
	border: 0px solid blue;
	min-height: 425px;
}

.maincontentmargintop {
	margin-top: 0;	
	padding: 27px 0px 1px 11px;
}

.maincontent ul { padding: 4px 0 0 22px; }

.maincontent ul li {
	padding: 3px 4px;
	line-height: 140%;
	list-style: circle url(../images/checkmark.gif);
}

.maincontent-bottom {
	background: url(../images/bg_footer.png) left top no-repeat;
	width: 887px;
	height: 55px;
	margin: 0px auto;
}


#maincontent-center.maincontent {
	margin: 0px auto;
	width: 854px;
	background-color: #fff;
	padding-top: 0px;
}

blockquote {
	overflow:hidden;
	margin: 15px auto;
	padding: 10px 15px 10px 30px;
	background:#5E7D3E url(../images/quotation-marks-inner.jpg) no-repeat left top;
	color: #E8FFCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content blockquote h2 {
	color:#D3F7A8;
	padding: 14px 0 0 41px;
	font-variant:small-caps;
	font-size: 160%;   
}

#content blockquote a {
	color: white;
	border-bottom: 1px dotted white;
}

#content blockquote a:hover {
	color:#aaef56;
	border-bottom: 1px dotted white;
}

blockquote div.quote {
	font-weight: bold;
	color:#aaef56;
	text-align: left;
	margin: 0 0 7px 0;
	padding: 3px 110px 3px 10px;
	float: right;
	background:#5E7D3E url(../images/quotation-marks-outer.jpg) no-repeat right bottom;
	height: 80px;
	font-size: 105%;
}

.maincontent .maincontent_inner {
	background: url(../images/bg_maincontent_inner.jpg) left top no-repeat;
	width: 864px;
	height: 546px;
}

#maincontent-center.maincontent ul { margin: 0 0 4px 21px; }

/* ***************************
   $5 Types of Roofs Menu
   ***************************/
#ddcolortabs{
margin-left: 4px;
padding: 0;
width: 850px;
background: transparent; 
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 0px;
border: 0px solid blue;
margin-top: -8px;
}

#ddcolortabs ul{
font: 100%  Tahoma, Geneva, sans-serif;
margin:0;
padding:0;
list-style:none;
}

#ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
font-variant:small-caps;
}


#ddcolortabs a{
	float:left;
	color: #004000;
	background: #FDD900 url(../images/color_tabs_left.gif) no-repeat left top;
	margin:0 2px 0 0;
	padding:0 0 1px 3px;
	text-decoration:none;
	letter-spacing: 1px;
}

#ddcolortabs a span{
float:left;
display:block;
background: transparent url(../images/color_tabs_right.gif) no-repeat right top;
padding:4px 9px 2px 6px;
}

#ddcolortabs a span{
float:none;
}


#ddcolortabs a:hover{
	color: #f5f5f5;
	background: #B24203;
}

#ddcolortabs a:hover span{
	color: #f5f5f5;
	background: #B24203;
}

#ddcolortabs #current a, #ddcolortabs #current span{ /*currently selected tab*/
	color: #f5f5f5;
	background: #B24203;
}

#ddcolortabsline{
clear: both;
padding: 0;
width: 850px;
height: 12px;
line-height: 16px;
background:#5D1113;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
border-bottom: 3px solid #000;
margin-bottom: 16px;
}

.sidebar { }

/* ***************************
   $6 Footer Styles
   ***************************/

#footer_wrapper { background: url(../images/bg_footer_wrapper.png) left top repeat-x; 
}

#footer {
	width: 887px;
	margin: 0px auto;
	padding-top: 27px;
	background: url(../images/bg_footer.png) left top no-repeat;
}

#footerlogos {
	background: #FFFFFF;
	clear: both;
	height: 90px;
	text-align: center;
	padding-top: 4px;
	border-top-width: 4px;
	border-bottom-width: 2px;
	border-top-style: double;
	border-bottom-style: dotted;
	border-top-color: #1B1B3F;
	border-bottom-color: #1b1b3f;
	margin-left: 50px;
}
#footerlogos img {
	margin-right: 2px;
	margin-left: 2px;
}

#footerlogos a {
 border-bottom: none;
}

#footer.footer-class {
	margin-top: -81px;
	padding-top: 21px;
	background: url(../images/bg_footer.png) left top no-repeat;
}

#footer ul {
	text-align: center;
	padding: 10px 0px;
}

#footer ul li {
	display: inline;
	padding: 0px 15px;
}

#footer ul li a { color: #878c98; }

#footer ul li a:hover {
	text-decoration: none;
	color: #f3f3f3;
}

.footer_box {
	background: url(../images/bg_footer_box.png) left top no-repeat;
	width: 831px;
	height: 25px;
	margin: 0px auto;
	overflow: hidden;
	padding: 5px 14px 0px 12px;
	color: #7f828c;
	font-size: 11px;
}

.footer_box a { color: #F1F1F1; 
	}

.footer_box a:hover {
	color: #C0C0C0;
}

.footer_box span { float: right; }
