/* CSS Document */

body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	background: #FFF;
	font: 13px/1.2em Arial, Helvetica, sans-serif;
	color: #000;
	text-align:center;
}
#container {
	width: 800px;
	margin: 0 auto;
    text-align:left;
}
#header {
	width:100%;
	position:relative;
	height:141px;
	background-image: url(../images/Energy-inspection-navbar.jpg);
	background-repeat: repeat-x;
	background-position:left bottom;
	clear:both;
}
#logoContainer {
	float: left;
	position:relative;
	top:15px;
	width: 300px;
	height: 112px;
}
#contactInfo {
	float: right;
	text-align: right;
	color:#999;
}
#contactInfo h2 {
	text-align: right;
	text-decoration:none;
	font:normal bold 1.3em/1.0em Arial, Helvetica, sans-serif;
	color:#000;
}
#contactInfo a {
	text-decoration:none;
	color:#999;
	font-size:.8em;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	background:#FFF;	/* right column background colour */
}
.threecol .colmid {
	right:180px;		/* width of the right column */
	background:#FFF;	/* center column background colour */
}
.threecol .colleft {
	right:457px;		/* width of the middle column */
	background:#FFF;	/* left column background colour */
}
.threecol .col1 {
	width:163px;		/* Width of left column content (column width minus padding on either side) */
	left:230px;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col2 {
	width:407px;		/* width of center column content (column width minus padding on either side) */
	left:825px;			/* 100% plus left padding of center column */
}
.threecol .col3 {
	width:180px;		/* Width of right column content (column width minus padding on either side) */
	left:687px;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
.col3 img {
	margin:0 0 3px;
}
.col3 h1 {
	text-align: right;
	text-decoration:none;
	font:normal bold 1.7em/1.2em Arial, Helvetica, sans-serif;
	margin:0;
}
.col3 h2 {
	text-align: right;
	text-decoration:none;
	font-size: 1.3em;
	margin:0;
}
/* 2 Column settings */
.leftmenu {
	background:#FFF;		/* right column background colour */
}
.leftmenu .colleft {
	right:637px;			/* right column width */
	background:#FFF;	/* left column background colour */
}
.leftmenu .col2 {
	width:612px;			/* right column content width */
	left:825px;			/* 100% plus left column left padding */
}
.leftmenu .col1 {
	width:163px;			/* left column content width (column width minus left and right padding) */
	left:25px;			/* (right column left and right padding) plus (left column left padding) */
}
.mainContentgallery {
	float: left;
	width: 306px;
	text-align:center;
}
.mainContentgallery img {
	margin:0 0 6px;
}
.leftmenu h2 {
	clear:both;
}
.leftmenu p {
	clear:both;
}

/* Navigation */
.col1 ul,
.col3 ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.col1 ul li,
.col3 ul li {
	display:block;
}
.navtab {
	margin-top: 6px;
	width: 163px;
	height: 23px;
	padding-top: 5px;
	background-image: url(../images/navtab.gif);
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
}
.navtabBotm {
	width: 163px;
	height: 10px;
	background-image: url(../images/navtab_botm.gif);
	background-repeat: no-repeat;
	margin-top: 1px;
}
#leftNav a {
	display:block;
	width: 143px;
	margin-top: 1px;
	padding: 5px 10px;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
}
#leftNav a:link,
#leftNav a:visited,
#leftNav a:active {
	color: #FFF;
	background-color:#060;
}
#leftNav a:hover {
	color: #000;
	background-color: #9C9;
}
.col3 ul {
	margin:7px 0 0 0;
}
.col3 ul li {
	display:block;
}
.col3 ul li a {
	display:block;
	width: 160px;
	height: 36px;
	margin-top: 3px;
	padding: 5px 10px 0px;
	font-size: .9em;
	text-align:center;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}
.col3 ul li a:link,
.col3 ul li a:visited,
.col3 ul li a:active {
	background-color:#999;
	background-image:url(../images/rightTab.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
.col3 ul li a:hover {
	background-color:#060;
	background-image:url(../images/rightTabover.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
.col3 ul.redButn li a:link,
.col3 ul.redButn li a:visited,
.col3 ul.redButn li a:active {
	background-color:#F00;
	background-image:url(../images/rightTabred.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
.col3 ul.redButn li a:hover {
	background-color:#FF9600;
	background-image:url(../images/rightTabredOver.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

/* Footer */
#footer {
	float:left;
	width:100%;
	clear:both;
	font-size: 11px;
	text-align:center;
}

/* Text */
h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 .6em 0;
	padding: 0;
	text-align: center;
	color:#060;
	
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 1.5em 0 .6em 0;
	padding: 0;
	text-align: center;
	text-decoration: underline;
	color: #000;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 1.5em 0 .6em 0;
	padding: 0;
	text-align: center;
	text-decoration: underline;
	color: #060;
}

ul.check {
	text-align: center;
	color: #000;
	font-weight: bold;
	list-style-image: url(../images/checkmark.gif);
	list-style-position: inside;
	margin: 0;
	padding: 0;
	line-height: 1.7em;
}
.bold {
	font-weight: bold;
}
.red {
	color: #F00;
}
.black {
	color: #000;
}
.redbold {
	color: #F00;
	font-weight: bold;
}
.redboldcenter {
	font-size: 15px;
	color: #F00;
	font-weight: bold;
	text-align: center;
}
.green {
	color:#060;

}
.greenboldcenter {
	font-size: 15px;
	line-height:18px;
	color: #060;
	font-weight: bold;
	text-align:center;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.leftRate {
	text-align: left;
	margin: 30px 0 3px 0;
	text-decoration: none;
}
.rate {
	font-size: 15px;
	font-weight: bold;
	color: #060;
}
.bu {
	font-weight: bold;
	text-decoration: underline;
}
.discount {
	display: block;
	width: 100%;
	padding: 5px 0;
	color: #F00;
	background-color: #FF0;
}
.info {
	text-align:center;
	color:#060;
	font-weight:bold;
}
.info2 {
	text-align:center;
	color:#F00;
	font-weight:bold;
}
.vertmargTen {
	margin: 10px 0;
}

/*Hyperlinks */
a:link {
	text-decoration: underline;
	color: #060;
}
a:hover {
	text-decoration: underline;
	color: #28a028;
}
a:visited, a:active {
	text-decoration: underline;
	color: #0a410a;
}
a.red:link, a.red:visited, a.red:hover, a.red:active {
	font-weight: bold;
	color: #F00;
	text-decoration: underline;
}







/* Deprecated */
a.navbutnTPWI:link, a.navbutnTPWI:visited, a.navbutnTPWI:active {
	display:block;
	width: 143px;
	height: 34px;
	margin-top: 1px;
	padding: 5px 10px 0px;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background-color:#060;
}
a.navbutnTPWI:hover {
	display:block;
	width: 143px;
	height: 34px;
	margin-top: 1px;
	padding: 5px 10px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background-color: #9C9;
	text-decoration: none;
}
a.discountbutn:link, a.discountbutn:visited, a.discountbutn:active {
	display:block;
	width: 143px;
	height: 20px;
	margin-top: 1px;
	padding: 5px 10px 0px;
	font-size: 12px;
	color: #FC0;
	font-weight: bold;
	text-decoration: none;
	background-color: #060;
}
a.discountbutn:hover {
	display:block;
	width: 143px;
	height: 20px;
	margin-top: 1px;
	padding: 5px 10px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #900;
	background-color: #9C9;
	text-decoration: none;
}
a.navRightVideo {
	display:block;
	width: 220px;
	height: 80px;
	margin: 1px auto 10px;
	padding: 20px 10px 0px;
	font-size: 12px;
	color: #FF0;
	text-align:center;
	font-weight: bold;
	text-decoration: none;
	background-position:top right;
	background-repeat:no-repeat;
}
a.navRightVideo:hover {
	background-color:#060;
	background-image:url(../images/rightVideoTabover.gif);
}
