@charset "UTF-8";
/* CSS Document */

/*

Dark Blue #294a8c
Black #333333
Grey #cbc9c9

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

*/

body {
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	-webkit-text-size-adjust: none;
	/*background: url(images/background.jpg);*/
	background: white;
}

a img {
	border: none;	
}

hr {
	border: none;
	border-top: 2px dotted white;
	margin: 20px 0 20px 0;
}	

#headerBackground {
	float: left;
	width: 100%;
}

header {
	margin: 0 auto;
	width: 960px;	
}

#logo { 
	float: left;
	margin: 15px 0 0 0;
}

#logo:hover {
	cursor: pointer;	
}

/*										Nav								*/

nav {
	float: right;
	margin: 0;
}

nav ul {
	list-style-type: none;
	float: right;
	padding: 0;
	margin: 15px 0 0 0;
}

nav li {
	display: inline;
	color: #294a8c;
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 40px;
}

nav li a {
	color: #294a8c;
	text-decoration: none;
}

nav li a:hover {
	color: #333333;
	text-decoration: none;
	background: url(images/underline.jpg) repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
}

nav li a.active {
	color: #333333;
	text-decoration: none;
	background: url(images/underline.jpg) repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
}

#contactArea {
	float: right;
	margin: 15px 0 10px 0;	
}

#contactArea ul {
	list-style-type: none;
	padding: 10px 5px 10px 5px;
	border-radius: 10px;
	margin: 0;
	background-color: #294a8c;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    2px 2px 10px 0px rgba(50, 50, 50, 0.5);
box-shadow:         2px 2px 10px 0px rgba(50, 50, 50, 0.5);
}

#contactArea li {
	display: inline;
	margin-left: 10px;
	color: white;
	font-size: 100%;
	font-weight: bold;
}

#contactArea li span {
	color: #cbc9c9;
}

#contactArea li.phone {
	background: url(images/phone.png) no-repeat;
	background-position: left;
	padding-left: 30px;
}

/*								Footer 						*/


#footerBackground {
	float: left;
	width: 100%;
	background-color: #333333;	
}

footer {
	width: 960px;
	margin: 0 auto;	
	text-transform: uppercase;
}

footer img {
	float: right;	
	margin: 10px 0 0 10px;
	opacity: 1;
}

footer img:hover {
	opacity: .8;
}

footer ul {
	float: left;
	list-style-type: none;	
	padding-left: 0;
	margin-right: 100px;
}

footer li {
	display: inline;
	color: white;
	font-size: 70%;
	margin-right: 10px;
}

footer li a {
	color: white;
	text-decoration: none;
}

footer li a:hover {
	color: white;
	text-decoration: underline;
}

footer p {
	color: white;
	float: left;
	font-size: 70%;	
}

#copyright {
	float: left;
	width: 960px;
	color: white;
	margin: 3px 0 10px 0;
	padding-top: 5px;
}

#copyright a {
	color: white;	
	text-decoration: none;
}

#copyright a:hover {
	color: white;	
	text-decoration: underline;
}

p.copyLeft {
	float: left;	
}

p.copyRight {
	float: right;	
}


/*										Banner								*/

#bannerOuter {
	float: left;
	width: 100%;
	margin-top: 20px;
}

#banner {
	margin: 0 auto;
  	width: 960px;
	height: 400px;
	margin-bottom: 10px;
}

#banner img {
	float: left;	
	border-radius: 10px;
}

#banner img.secondBanner {
	float: right;	
	border-radius: 10px;
}

#banner img.secondBanner:hover {
	cursor: pointer;
	opacity: .8;
}


/*#bannerText {
	position: absolute;
	right: 40px;
	top: 230px;
}	

#bannerText h1 {
	color: white;
	font-size: 140%;	
	font-style: italic;
	margin-bottom: 0;
}

#bannerText ul {
	list-style-type: none;
	margin: 7px 0 0 0;
	padding: 0;
}

#bannerText li {
	color: white;	
	line-height: 32px;
	font-size: 105%;
	text-align: center;
}

#bannerText li a {
	color: white;	
	text-decoration: none;
}

#bannerText a:hover {
	color: white;	
	text-decoration: underline;
}	*/

#bannerText {
	float: right;
	width: 270px;	
	background-color: white;
	border-radius: 10px;
	border: 5px solid #294a8c;
	padding: 10px 20px 10px 20px;-webkit-box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    2px 2px 10px 0px rgba(50, 50, 50, 0.5);
box-shadow:         2px 2px 10px 0px rgba(50, 50, 50, 0.5);
margin-bottom: 13px;
}

#bannerText h1 {
	color: white;
	background-color: #294a8c;
	text-transform: uppercase;
	margin:0;
	padding: 5px;
	text-align: center;
	font-size: 100%;
}

#bannerText p {
	font-size: 90%;
	margin: 0px 0 0px 0;
	line-height: 21px;
	text-align: center;
}

#bannerText p span {
	font-size: 140%;
	font-weight: bold;
	color: red;
}


#bannerText #contactFormArea fieldset {
	border: none;
	padding: 0;
	width: 270px;
	margin: 0;
}

#bannerText #contactFormArea .error {
	float: left;
	font-size: 80%;
	color: red;
	margin: 10px 0 0 0;
	display: none;
}	

#bannerText #contactFormArea .field {
	float: left;	
	margin-bottom: 0;
	width: 270px;
}

#bannerText #contactFormArea .submitField {
	float: left;
	width: 280px;	
}

#bannerText #contactFormArea #submit.formButton {
	float: right;
	width: 65px;
	height: 25px;	
	background-color: #333333;
	color: yellow;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	font-size: 80%;
	border-radius :5px;
	text-transform: uppercase;
}

#bannerText #contactFormArea #submit.formButton:hover {
	background-color:#294a8c;
	color: white;
	cursor: pointer;
}

#bannerText #contactFormArea label {
	font-size: 90%;
	color: black;
	font-weight: bold;
}	

#bannerText #contactFormArea input {
	color: black;
	border: none;
	float: left;
	height: 18px;
	width: 270px;
	margin-top: 5px;
	background-color: white;
	border: 1px solid #294a8c;
}

#bannerText #contactFormArea select {
	color: black;
	border: none;
	float: left;
	height: 25px;
	width: 270px;
	margin-top: 5px;
	background-color: white;
	border: 1px solid #294a8c;
}


/*										Main Body						*/


#mainBodyHome {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#mainBodyOuter {
	float: left;
	width: 100%;
	min-height: 700px;
	margin-bottom: 10px;
}

#mainBody {
	margin: 0 auto;
	width: 960px;	
}

#mainBodyOuter #mainBody {
	border-top: 1px dashed black;
	margin-top: 15px;
}

#mainBody h1 {
	font-size: 125%;
	color: #294a8c;	
	font-style: italic;
}

#mainBody h2 {
	font-size: 105%;
	color: #294a8c;	
	text-decoration: underline;
}

#mainBody p {
	font-size: 90%;
	line-height: 25px;
	color: black;
}

#mainBody p span {
	font-weight: bold;
	text-transform: uppercase;
	color: #294a8c;
	font-style: italic;
}

#mainBody p a {
	color: #294a8c;
	text-decoration: none;
}

#mainBody p a:hover {
	color: #294a8c;
	text-decoration: underline;
}

#mainBody li {
	font-size: 90%;
	line-height: 30px;
	color: black;
}

#mainBody li a {
	color: #294a8c;
	text-decoration: none;
}

#mainBody li a:hover {
	color: #294a8c;
	text-decoration: underline;
}

#mainBody ul.tickList {
	padding-left: 0;
}

#mainBody ul.tickList li {
	list-style-type: none;
	background-image: url(images/tick.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.leftSection {
	float: left;
	width: 350px;
	margin-right: 22px;	
}

.midSection {
	float: left;
	width: 280px;
}

.rightSection {
	float: right;
	width: 250px;
}

#contactBottomArea {
	float: left;
	padding: 10px;
	background-color: #294a8c;
	width: 940px;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}

#contactBottomArea p {
	color: white;
}

#contactBottomArea p a {
	color: white;
}

#contactBottomArea p a:hover {
	color: white;
}

a.quote {
	background-color: #B76828;
	color: white;
	padding: 5px;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	margin: 10px 0 0 80px;
	float: left;
	background-image: url(images/arrow.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}

a.quote:hover {
	background-color: #294a8c;
	text-decoration: none;
}

#slogan {
	float: left;
	width: 940px;
	padding: 6px;
	border-radius: 5px;
	border: 2px solid #294a8c;	
	margin: 10px 0 10px 0;
	text-align: center;
}

.leftSectionHeating {
	float: left;
	width: 300px;
	margin-right: 22px;	
}

.midSectionHeating {
	float: left;
	width: 150px;
}

.rightSectionHeating {
	float: right;
	width: 430px;
}


a.quoteHeat {
	background-color: #B76828;
	color: white;
	padding: 5px;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	margin: 10px 0 0 0;
	float: left;
	background-image: url(images/arrow.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}

a.quoteHeat:hover {
	background-color: #294a8c;
	text-decoration: none;
}

#powerSec {
	float: left;
	width: 960px;
	margin: 10px 0 10px 0;	
}

/*				Why Us				*/

#whyUs {
	float: right;
	background-color: #cbc9c9;
	width: 350px;
	margin-left: 20px;
	border-radius: 10px;
}	

#whyUs h1 {
	color: white;
	font-style: italic;
	padding: 5px 10px 5px 10px;
	background-color: #294a8c;
	margin: 0;
	font-weight: normal;
	font-size: 110%;
	border-radius: 10px 10px 0 0;
}

#whyUs ul {
	list-style-type: none;
	padding: 0;
	margin-left: 15px;
}

#whyUs li {
	color: black;
	line-height: 20px;
	padding-left: 35px;
	margin-bottom: 7px;
	padding-right:15px;
	background-image: url(images/tick.png);
	background-position: left;
	background-repeat: no-repeat;
}

/*				Testimonials				*/

#testimonials {
	padding: 10px;
	background-color: #294a8c;
	width: 940px;
	border-radius: 5px;
	min-height: 180px;
	margin-bottom: 10px;
}

#testimonials h1 {
	color: white;
	text-align: center;	
	margin-top: 3px;
}

#testimonials p {
	color: white;
}

#testimonials p span {
	color: white;
	font-weight: bold;
	font-style: italic;
}


/*											Contact Form 									*/

#contactFormArea fieldset {
	float: left;
	border: none;
	padding: 0;
	width: 430px;
	margin-bottom: 0;
	margin-top: 15px;
}

#contactFormArea .error {
	float: left;
	font-size: 80%;
	color: red;
	margin: 10px 0 0 140px;
	display: none;
}	

#contactFormArea .field {
	float: left;	
	width: 420px;
	margin-bottom: 5px;
}

#contactFormArea .submitField {
	float: left;
	width: 420px;	
}

#contactFormArea #submit.formButton {
	float: right;
	width: 65px;
	height: 25px;	
	background-color: #333333;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
}

#contactFormArea #submit.formButton:hover {
	background-color:#294a8c;
	color: white;
	cursor: pointer;
}

#contactFormArea label {
	font-size: 100%;
	color: black;
	font-weight: bold;
}	

#contactFormArea input {
	color: black;
	border: none;
	float: right;
	height: 30px;
	width: 280px;
	background-color: white;
	border: 1px solid #294a8c;
}

#contactFormArea textarea {
	color: black;	
	float: right;
	height: 120px;
	width: 278px;
	background-color: white;
	border: 1px solid #294a8c;
}

iframe.googlemap {
	float: right;	
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 20px;
}


#feedback {
	float: right;
}

#feedback p a {
	padding: 10px;
	background-color: #333333;		
	border-radius: 10px;
	color: white;
	text-decoration: none;
}

#feedback p a:hover {
	background-color:#294a8c;	
	color: white;
	text-decoration: none;
}