/* tags */

a {
	color: #005C9E;
}

a:hover {
	color: #1E6AB9;
	font-weight: bold;
}

strong {
	color: #1E6AB9;
	font-size: 13px;
}

h1,
h2,
h3 {
	text-align: left;
	position: relative;
	margin: 0;
}

h1 {
	font-size: 16px;
	color: #000;
	padding-bottom: 5px;
	margin-top: 0;
}

h2 {
	font-size: 14px;
	margin-bottom: 15px;
}

h3 {
	font-size: 12px;
	margin-bottom: 5px;
}

h4 {
	font-size: 11px;
}

p {
	line-height: 1.5;
	margin-bottom: 10px;
	padding: 5px 0;
}

img {
	margin: 0 auto;
}

ul.two-col {
	list-style: none;
}

ul.two-col li {
	position: relative;
}

ul.two-col li span {
	position: absolute;
	top: 0;
	left: 200px;
	text-align: left;
}

/* column specific */

#left dl {
	width: 254px;
	margin-bottom: 0px;
	background: transparent url(../images/global/bg/dl_sm.gif) repeat-x left bottom;
}

#left dl dt {
	text-align: left;
	text-indent: -999em;
	height: 28px;
	border-bottom: 2px solid #FFF;
}

#left dl dd {
	border-top: 3px solid #487CAF;
	padding: 10px 10px 0px 10px;
}

#left dl#testimonial dt {
	background: transparent url(../images/global/bg/dl_testimonial.gif) no-repeat 0 0;
}

#left dl#systems dt {
	background: transparent url(../images/global/bg/dl_systems.gif) no-repeat 0 0;
}

#left dl#question {
	background: transparent url(../images/global/bg/dl_lg.gif) repeat-x left bottom;
}

#left dl#question dt {
	background: transparent url(../images/global/bg/dl_question.gif) no-repeat 0 0;
}

#left dd p,
#left dd ul {
	margin: 5px 10px 15px 10px;
}

#left dd p.quote {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 14px;
	color: #0065AA;
	line-height: 1.5;
	margin-bottom: 10px;
}

#left dd ul {
	list-style: none;
}

#left dd ul li {
	line-height: 1.25;
}

#left dd ul.client {
	color: #014776;
	font-weight: bold;
}

#right ul {
	margin: 10px 0 25px 10px;
	padding-left: 15px;
}

#right ul li {
	width: 100%;
	line-height: 1.5;
}

* html div#right ul li {
	width: auto;
}

#right ul.two-col {
	padding: 0;
	margin: 0;
	width: 400px;
}

#right dt {
	margin-bottom: 5px;
}

/* forms */

div.form {
	margin-bottom: 15px;
}

.form label,
.form span {
	display: block;
}

.form label {
	font-weight: bold;
	margin: 10px 0 3px 0;
	padding-top: 5px;
	border-top: 1px solid #C9DBED;
}

.form span.msg {
	margin: 2px 0;
	color: #F00;
	font-size: 11px;
	height: auto;
}

.form .err input,
.form .err textarea,
.form .err select {
	border: 1px solid #F00;
}

.form input#submit {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.form select {
	width: 150px;
}

.form input {
	width: 60%;
}

.form textarea {
	width: 100%;
}

/* blocks */

ul#types {
	list-style: none;
	padding: 0 0 0 2px;
	margin: 0;
	height: 165px;
	width: 520px;
	background: transparent url(../images/global/bg/types.gif) no-repeat center bottom;
}

#types li {
	display: inline;
}

#types a {
	float: left;
	text-align: left;
	text-indent: -999em;
	margin-left: 2px;
	width: 170px;
	height: 154px;
	outline: none;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#types a#type-1 {
	background-image: url(../images/global/btn/types_1.gif);
}

#types a#type-2 {
	background-image: url(../images/global/btn/types_2.gif);
}

#types a#type-3 {
	background-image: url(../images/global/btn/types_3.gif);
}

/* font sizes */

.font-sm {
	font-size: 10px;
}

.font-md {
	font-size: 12px;
}

.font-lg {
	font-size: 14px;
}

/* floats */

.float-left {
	float: left;
}

.float-right {
	float: right;
}

img.float-left {
	margin: 0 0 10px 10px;
}

img.float-right {
	margin: 0 10px 10px 0;
}

/* colors */

.blue {
	color: #005498;
}

/* margins */

.margin-auto {
	margin: 0 auto;
}

.margin-bottom {
	margin-bottom: 10px;
}

/* misc */

.bold {
	font-weight: bold;
}

.energystar {
	background: url(/images/global/msc/esp.gif) no-repeat right top;
}
.ctr {
	text-align: center;
}

.clr {
	clear: both;
	font-size: 1px;
}

.no-list,
.no-list * {
	list-style: none;
}

p.double-spc {
	line-height: 2.25;
}

ul#nav-roofs {
	padding: 0;
	margin-left: 0;
	margin-bottom: 10px;
	list-style: none;
}

#nav-roofs li {
	display: inline;
	margin-right: 2px;
}

#nav-roofs a.active {
	font-weight: bold;
}