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

body, html, div, img, p, h1, h2, h3, ul, li, a {
	margin:0;
	padding:0;
	border:0;
	outline:none; }	
body {	
	background:url(images/page_bkgd.gif) repeat-x;
	background-color:#CAD6DB;
	line-height:1;
	font-size:90%;
	color:#666666;
	font-family:Arial;
	float:left;
	width:100%; }	
h1, h2, h3, p {
	font-size:100%;
	padding:.6em 0;
	margin:0 15px; }	
h1 {
	width:90%;
	color:#000;
	font-size:1.3em;
	font-weight:lighter;
	border-bottom:1px solid #666666; }
h2 {
	font-size:small;
	color: #666; }
p {
	line-height:1.35em;
	font-size:12px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif; }
a {
	color:#006633; }
a:hover {
	text-decoration:none;
		font-family: Arial, Helvetica, sans-serif; }
#container {
	width:760px;
	margin:0 auto;
	font-size: small; }
#inside_container {
	float:left;
	background-color:#FFF; }
#top_bar {
	height:15px;
	width:760px;
	margin:0 auto;
	background:url(images/nav_tp.gif) no-repeat 106px 0px; }
#top_menu {
	float:right; }
.top_menu {
	list-style:none; }
.top_menu li {
	float:left; }
#logo {
	float:left; }
#left_col {
	float:left;
	width:300px; }
#right_col {
	float:right;
	width:440px;
	margin:0 3px 0 0; }
#bottom_bar {
	clear:both;
	border-top:1px solid #999999;
	text-align:center;
	font-size:.7em;
	padding:2px 0 0 0; }
#bottom_bar a {
	color:#666666;
	text-decoration:none; }
#footer {
	text-align:center;
	clear:both;
	border-top:1px dashed #CCC;
	margin:20px 0 0 0;
	padding:10px 0 5px 0;
	font-size:.85em; }
#left_menu {
	float:left;
	width:268px;
	font-size:.85em; }
.left_menu {
	list-style:none;
	margin-left:15px; }
.left_menu li {
	/*z-index:1;*/
	position:relative;
	padding:5px 0 5px 0;
	border-top:1px dashed #CCC; }
.left_menu li:first-child {
	border:none; }
.left_menu li a{
	text-decoration:none;
	color:#666666; 
	font-size: 11px;}
	.left_menu li a:hover
	{color:#063;
	font-weight: normal; }
.sub_menu {
	display:none; }
.selected {
	list-style:none;
	background:url(images/menu.gif) repeat-y; }
.sub_menu_selected {
	left:15px;
	top:21px;
	width:135px;
	list-style:none;
	border:1px dashed #CCC;
	border-top:none;
	padding:5px;
	position:absolute;
	display:none;
	background:url(images/ie7f.jpg) repeat 0 0 !important;
	z-index:3000 !important; }
.sub_menu_selected li {
	border:none;
	margin:-3px 0 0 0;
	font-size:.8em; }
.sub_menu_selected li a {
	color:#006633; }
.left {
	float:left; }
.right {
	float:right; }
#right_content {
	float:left;
	width:425px; }
#right_content img {
	padding:.5em 0;
	margin:0 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#left_content {
	float:left;
	width:100%; }
#left_content img {
	margin:5px 0 5px 0; }
.red {
	color:#03C;
	font-size: small;
}

/* For sitemap */
ul.sitemap {
padding-left: 4em;
line-height: 1.5em;
}
ul.sitemap ul {
padding-left: 2em;
line-height: 1.3em;
}

/* storm prep */
ul.storm_preparation {
padding-left: 4em;
line-height: 1.5em;
	}
	
/* floorheating */
ul.floorheating {
padding-left: 4em;
line-height: 1.5em;
	}

/* top menu*/
.top_menu {
background: url(images/navbar.gif) no-repeat left -1px;
height: 20px;
width: 505px;
list-style-type: none;
font-family: Arial, Geneva;
font-size: 11px;
}

.top_menu li {
float: left;
padding-top: 2px;
}

.top_menu li a {
text-decoration: none;
color: #000;
padding: 0px 10px 0px;
}

.top_menu li.contactus a {
padding-left: 50px
}

#navcontainer
{
background: white;
margin: 0 auto;
padding: 1em 0 0 0;
font-family: sans-serif;
/*text-transform: normal;*/
}

/* to stretch the container div to contain floated list */
#navcontainer:after
{
content: ".";
display: block;
line-height: 1px;
font-size: 1px;
clear: both;
}

ul#navlist
{
list-style: none;
padding: 0;
margin: 0 auto;
width: 130%;
font-size: 0.8em;
}

ul#navlist li
{
display: block;
float: left;
width: 15%;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.5em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #777;
text-decoration: none;
background: #f7f2ea;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #f0e7d7;
color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #800000;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}
.green {
	color: #063;
}

