﻿/*   
Theme Name: Coleman
Theme URI: anirajkumar.com	
Description: a-brief-description
Author: Niraj
Author URI: http://anirajkumar.com
Version: 1.0

*/




/* 0. Global Styles/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;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 62.5%;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    background: url("images/header-back.gif") repeat-x top left;
}

img {
    border: 0px;
}

/* 1. Globar Classes */
.clear {
    clear: both;
}

.clearfix {
    display: block;
}

.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow:hidden;
}

.first {
    margin-left: 0px;
    padding-left: 0px;
}

.last {
    margin-right: 0px;
    padding-right: 0px;
}

.top {
    margin-top: 0px;
    padding-top: 0px;
}

.bottom {
    margin-bottom: 0px;
    padding-bottom: 0px;
}


/* 2. Container/Header/Navigation */
div#container {
    text-align: left;
}

/* 2.1 Header */
div#header {
    height: 96px;
    width: 959px;
    margin: 0 auto;
}

div#header .htop {
    width: 959px;
	height:96px;
	background:url("images/header.jpg") no-repeat;
}
/*div#header .head{
height: 96px;
    width: 440px;
	margin-left:0;
	
	

}

/*div#header h1 {
color:#61a3c6;
background:url("../images/header.jpg")  repeat-x top left;
padding-top: 20px;
    margin-bottom: 16px;
    font-size: 5em;
    font-weight: normal;
    font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
    border-bottom: 2px solid #879db1;
    float: left;
}

div#header h1 a {
    color: #1f3b4b;
    text-decoration: none;
}

div#header h1 small {
    font-size: 0.7em;
}*/

div#header h1 {
	margin-top: 50px;
	margin-right: 50px;
	float: right; /*color: #49758e;*/;
	color: #456598;
	font-weight: normal;
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size: 2.5em;
}

/* 2.2 Navigation */
/*div#nav-outer {
    background: #539ce1 url("images/nav-back-out.gif") no-repeat top left;
}

ul#main-nav {
    height: 54px;
    width: 959px;
    margin: 0 auto;
    background: url("images/nav-back.gif") repeat-x top left;
}

ul#main-nav li {
    float: left;
    text-transform: uppercase;
    background: url("images/nav-sep.gif") no-repeat top right;
    height: 54px;
}

ul#main-nav li.last {
    background: transparent;
}

ul#main-nav a {
    color: #fff;
    height:36px;
    display: block;
    text-decoration: none;
    font-size: 1.6em;
    padding: 18px 10px 0px 10px;
}

ul#main-nav a.last {
    padding: 18px 0px 0px 0px;
    text-align: center;
    width: 150px;
}

ul#main-nav a:hover {
    text-decoration: underline;
}

ul#main-nav a.active {
}*/

div#nav-outer {
    background: #539ce1 url("images/nav-back-out.gif") no-repeat top left;
}

ul#main-nav {
    border-left: 1px solid #4896dd;
    width: 959px;
    margin: 0 auto;
}

ul#main-nav li {
    float: left;
    text-transform: uppercase;
    border-right: 1px solid #4896dd;
    height: 54px;
}

ul#main-nav li.last {
    border-right: 0px;
}

ul#main-nav a {
    color: #fff;
    height:36px;
    display: block;
    text-decoration: none;
    font-size: 1.6em;
    padding: 18px 8px 0px 8px;
}

ul#main-nav a.last {
    padding-right: 20px;
}

ul#main-nav a:hover {
    background: #004da7;
}

/* 3. Body/Content/Sidebar */
div#body {
    width: 959px;
    margin: 0 auto;
}

div#body .topimg {
    margin-bottom: 5px;
    background: url("images/queens-heating-home.jpg") no-repeat top left;
    height: 358px;
    position: relative;
}

div#body .topimg div#h1 {
    font-size: 3.5em;
    color: #fff;
    font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
    font-weight: normal;
    position: absolute;
    top: 40px;
    left: 520px;
    text-transform: uppercase;
}

div#body .topimg ul#h2 {
    font-size: 2.6em;
    font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #fff;
    position: absolute;
    top: 100px;
    left: 520px;
    text-transform: uppercase;
}

div#body .topimg ul#h2 li {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 10px;
}

div#body .topimg div#h3 {
    font-size: 4em;
    color: #3d8c2e;
    position: absolute;
    top: 242px;
    left: 145px;
    text-transform: uppercase;
}
div#body .topimg div#h5 {
    font-size: 1.7em;
    color: #3d8c2e;
    position: absolute;
    top: 295px;
    left: 78px;
    font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
    color: #333;
}

/* Sociable CSS*/
div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}


/* 3.1 Content */
div#content {
    width: 619px;
    float: left;
    margin: 0px 8px 0px 8px;
}

div#content h2.hlearn a{
color: #fff !important;
 
}
div#content h2.hlearn a:hover{
text-decoration:none;
color: #F37275 !important;
}

div#content h2.hlearn {
    background: url("images/head-learn-center.gif") no-repeat top left;
    display: block;
    color: #fff;
    font-size: 2.4em;
    font-weight: normal;
    font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
    padding: 11px 0px 11px 0px;
    text-align: center;
    text-transform: uppercase;
}

div#content h1 {
    color: #333333;
    font-size: 2.2em;
    margin-bottom: 5px;
    padding: 0px 10px 0px 10px;
}


div#content h2 {
}

div#content h3 {
   font-size:2.0em;
}

div#content p {
    font-size: 1.1em;
    line-height: 2em;
    color: #333333;
    margin-bottom: 10px;
    padding: 0px;
}


div#content ol {
}

div#content .video-box2 {
    border: 0px;
    padding: 0px;
    margin-bottom: 0px;
    color: gray;
}


div#content .video-box2 .featuredpost {
border: 0px;
display:block;
color: gray;
}

div#content .video-box2 .featuredpost h2 {
border: 0px;
font-size: large;
color: gray;
}



div#content .video-box {
    border: 1px solid #CCCCCC;
    padding: 0px;
    margin-bottom: 0px;
    color: gray;
}


div#content .video-box .featuredpost {
border: 0px;
display:block;
color: gray;
}

div#content .video-box .featuredpost h2 {
border: 0px;
font-size: large;
color: gray;
}


div#content .featuredpost_2
{	width: 45%;
	/*height: 250px;*/
	height: 270px;
	float: left;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 7px;
	border-top: 1px #CCCCCC solid;
	font-size: 9px;
}

div#content .featuredpost_2 a
{	
font-size: medium;
}


div#content small {
	font-size: 9pt;
	color: #333333;
}


div#content a {
	text-decoration: none;
	color: #1370CC;
}
div#content a:hover{
text-decoration:none;
}
div#content a:visited{
text-decoration:none;}
div#content p{
	display: block;
	color: #333333;
	font-size: 1.4em;
	font-weight: normal;
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
}

div#content .round-box {
    width: 578px;
    height: 27px;
    margin: 0 auto;
    background: url("images/round-box.gif") no-repeat top left;
    color: #6d0c0c;
    font-size: 1.6em;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 20px;
    font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
}

div#content .videos {
    margin-bottom: 20px;
}

div#content .vleft {
    width: 349px;
    float: left;
}

div#content .vleft img {
    border: 1px solid #6d0c0c;
}

div#content .vright {
    width: 229px;
    float: left;
}

div#content .vright ul {
    margin-top: 15px;
}

div#content .vright a {
    color: #333;
    text-decoration: none;
    font-size: 1.6em;
    width: 224px;
    height: 30px;
    padding: 9px 0px 0px 10px;
    display: block;
    font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
    margin-bottom: 5px;
}

div#content .vright a.active {
    background: url("images/round-over.gif") no-repeat top left;
    color: #fff;
}

ul#video-nav li {
    float: left;
    margin: 0px 3px 0px 3px;
}

ul#video-nav a {
    color: #333;
    text-decoration: none;
    font-size: 1.2em;
    width: 120px;
    display: block;
    text-align: center;
    line-height: 1.6em;
}

ul#video-nav a img {
    border: 2px solid #e3d0d0;
}

ul#video-nav a.ar img {
    border: none;
}

ul#video-nav a.ar {
    width: 32px;
    padding-top: 30px;
}

/* 3.2 Sidebar */

.sidebar {
    width: 163px;
    float: left;
}


.sidebar2 {
    width: 160px;
    float: left;

}

	
  



.sidebar .txt-box ul li {
border-bottom: 1px solid rgb(217, 230, 236);
list-style-type: none;
margin: 0px;
padding: 6px 6px;
display: block;
float: inherit;
font-family:Arial, Helvetica, sans-serif;
font-size:1.4em;
}


.sidebar .txt-box {
    border-right: 1px solid #1161b0;
    border-left: 1px solid #1161b0;
    border-bottom: 1px solid #1161b0;
    padding: 10px 10px 0px 10px;
    margin-bottom: 20px;
    color: #333333;
}
.sidebar2 .txt-box {

    border-right: 1px solid #1161b0;
    border-left: 1px solid #1161b0;
    border-bottom: 1px solid #1161b0;
    padding: 10px 10px 0px 10px;
    margin-bottom: 20px;
font-size:1.4em;
color: #333333;
}

.sidebar h2.harticle {
    background: url("images/head-articles.gif") no-repeat top left;
    display: block;
    color: #fff;
    font-size: 2.2em;
    font-weight: normal;
    font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
    padding: 12px 0px 12px 35px;
    text-transform: uppercase;
}

.sidebar h2.hstates {
    background: url("images/head-other-states.gif") no-repeat top left;
    display: block;
    color: #fff;
    font-size: 1.8em;
    font-weight: normal;
    font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
    padding: 5px 0px 5px 0px;
    text-align: center;
    text-transform: uppercase;
}

.sidebar2 h2.harticle {
    background: url("images/head-free-book.gif") no-repeat top left;
    display: block;
    color: #fff;
    font-size: 2em;
    font-weight: normal;
    font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
    padding: 13px 0px 13px 0px;
    text-align: center;
    text-transform: uppercase;
}

.sidebar h2.hcontact {
    background: url("images/head-free-book.gif") no-repeat top left;
    display: block;
    color: #fff;
    font-size: 2em;
    font-weight: normal;
    font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
    padding: 13px 0px 13px 0px;
    text-align: center;
    text-transform: uppercase;
}

.sidebar h3 {
    color: #464340;
    font-size: 1.6em;
    margin-bottom: 10px;
}

.sidebar h4 {
    color: #464340;
    font-size: 1.6em;
    margin-bottom: 10px;
    text-align: center;
}

.sidebar ul {
    margin-bottom: 10px;
}

.sidebar li {
    font-size: 1.2em;
    text-decoration: none;
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 5px;
    line-height: 1.4em;
}

.sidebar a {
    color: #333333;
    text-decoration: none;
}

.sidebar a:hover {
    text-decoration: underline;
}

.sidebar fieldset {
}

.sidebar fieldset label {
    color: #666;
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    padding: 10px 0px 5px 5px;
}

.sidebar fieldset .ftxt {
    border: 1px solid #999;
    width: 135px;
}

.sidebar fieldset .fta {
    border: 1px solid #999;
    width: 135px;
    height: 100px;
}

.sidebar fieldset .fbtn {
    background: url("images/submit-btn2.gif") no-repeat top left;
    width: 68px;
    height: 28px;
    display: block;
    text-align: right;
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* 4. Footer/Navigation */
div#footer {
    background: url("images/foot-back.gif") repeat-x top left;
}

div#footer-inner {
    width: 959px;
    margin: 0 auto;
}

div#footer-inner address {
    font-size: 1.6em;
    text-align: center;
    line-height: 1.4em;
    color: #0954ac;
    padding-bottom: 30px;
}

div#footer-inner p.terms {
    text-align: center;
    font-size: 10px;
    line-height: 1.4em;
    color: #0954ac;
    padding-bottom: 20px;
    font-style: normal;
}

div#footer-inner h5 {

    font-size: 20px;
    font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
    color: #333;
    z-index: 9;
}
div#footer-inner h4 {
    width: 510px;
    height: 100px;
    margin-bottom: -75px;
    background: url("images/phone.gif") no-repeat top left;
    padding: 10px;
        font-size: 40px;
	text-transform:uppercase;
   font-family:Arial, Helvetica, sans-serif;
    color: #3D8C2E;
    text-align: center;
    z-index: 10;
}

div#foot-three-cols {
    padding: 30px 0px 30px 0px;
    font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
 text-align: left;
}

div#foot-three-cols ul {
    float: left;
    margin: 0px 20px 0px 20px;
}

div#foot-three-cols ul li {
    line-height: 1.8em;
    margin-bottom: 7px;
}

div#foot-three-cols a {
    color: #0954ac;
    text-decoration: none;
    background: url("images/tick.png") no-repeat left center;
    padding-left: 28px;
    font-size: 1.8em;
}

div#foot-three-cols a:hover {
    color: #fff;
}

/* 4.1 Navgation */
div#foot-outer {
    background: #539ce1 url("images/nav-back-out.gif") no-repeat top left;
}

ul#foot-nav {
    border-left: 1px solid #4896dd;
    width: 959px;
    margin: 0 auto;
}

ul#foot-nav li {
    float: left;
    text-transform: uppercase;
    border-right: 1px solid #4896dd;
    height: 54px;
}

ul#foot-nav li.last {
    border-right: 0px;
}

ul#foot-nav a {
    color: #fff;
    height:36px;
    display: block;
    text-decoration: none;
    font-size: 1.6em;
    padding: 18px 8px 0px 8px;
}

ul#foot-nav a.last {
    padding-right: 20px;
}

ul#foot-nav a:hover {
    background: #004da7;
}

ul#foot-nav a.active {
}

