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

*, html * {
	font-family: Arial, Helvetica, Sans-Serif;
}

body {
	background: url(../img/background.jpg) top center no-repeat #000;
	color: #fff;
}

body.residential {
	background: url(../img/residential_bg.jpg) top center no-repeat #000;
}

a {
	color: #f15a22;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

em {
	color: #fff;
	font-style: normal;
}

#header {
	height: 120px;
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#header .logo {
	position: absolute;
	top: 20px;
	left: 35px;
}

#header .contact {
	position: absolute;
	top: 34px;
	right: 10px;
	height: 61px;
	width: 400px;
}

#header .contact .contact-number {
	float: left;
	color: #fff;
	font-size: 20px;
}

#header .contact .contact-icons {
	float: right;
	width: 230px;
	height: 61px;
}

#header .contact .contact-icons .icon {
	float: left;
	margin-right: 15px;
	width: 61px;
	height: 61px;
}

#header .contact .contact-number .title {
	color: #f15a22;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 1px;
}

#menu {
	background: url(../img/menu_bg.png) top center no-repeat;
	width: 940px;
	height: 50px;
	margin: 0 auto;
	padding: 0px 30px;
}

#content {
	border-left: 1px solid #46474f;
	border-right: 1px solid #46474f;
	width: 998px;
	margin: 0 auto;
	background: url(../img/content_bg.png) center center repeat;
	padding-bottom: 75px;
	position: relative;
}

#content .image-rotator {
	width: 756px;
	height: 360px;
	position: relative;
}

#content .image-rotator img {
	position: absolute;
	top: 0;
	left: 0;
}

#content .left-panel {
	float: left;
	width: 756px;
}

#content .left-panel .title-bar {
	width: 697px;
	position: relative;
	margin-left: 30px;
	color: #fff;
	font-size: 28px;
	line-height: 30px;
	height: 34px;
	padding-top: 20px;
	padding-bottom: 15px;
	letter-spacing: 1px;
	padding-left: 0;
	border-bottom: 2px solid #f15a22;
	margin-bottom: 25px;
}

#content .left-panel .title-bar.home {
	width: 604px;
	height: 38px;
	padding-top: 8px;
	padding-bottom: 17px;
	font-size: 30px;
	
	position: relative;
	margin: 25px 0;
	padding-left: 30px;
	background: url(../img/title_bar_bg.png) top left no-repeat;
	color: #fff;
	line-height: 30px;
	border: none;
}

#content .left-panel .title-bar .page-icon {
	position: absolute;
	right: 35px;
	bottom: 4px;
}

#content .left-panel p {
	color: #fff;
	font-size: 18px;
	padding: 0px 30px 20px 30px;
	line-height: 21px;
}

#content .left-panel h1 {
	color: #62c0ff;
	font-size: 23px;
	padding: 0px 30px 20px 30px;
	line-height: 26px;
}

#content .left-panel ul, #content .left-panel ol {
	padding-left: 60px;
}

#content .left-panel ul li {
	color: #fff;
	font-size: 18px;
	line-height: 21px;
	padding: 0px 30px 20px 30px;
	background: url(../img/bullet.gif) no-repeat;
	background-position: 2px left;
}

#content .left-panel ol li {
	color: #fff;
	font-size: 18px;
	line-height: 21px;
	padding: 0px 30px 20px 30px;
	background: url(../img/bullet.gif) 2px left no-repeat;
}

#content .left-panel table {
	width: 546px;
	margin-left: 30px;
}

#content .left-panel table td {
	padding: 2px;
	height: 22px;
	vertical-align: top;
}

#content .left-panel table td.left {
	color: #fff;
	font-size: 22px;
	line-height: 22px;
	width: 175px;
	text-align: right;
	padding-right: 10px;
	padding-left: 0;
}
/* required field css */

#content .left-panel table td.leftsmall {
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	width: 175px;
	text-align: right;
	padding-right: 10px;
	padding-left: 0;
}

#content .left-panel table td.right {
	width: 351px;
	background: #fff;
	padding-right: 5px;
	padding-left: 5px;
}

#content .left-panel table td.spacer {
	background: none;
	padding: 0;
	height: 15px;
}

#content .left-panel table td.right .submit  {
	color: #fff;
	background: url(../img/submit_btn_bg.png) top left no-repeat;
	width: 117px;
	float: right;
	height: 48px;
	font-size: 22px;
	border: none;
	cursor: pointer;
}

#content .left-panel table td.tall {
	height: 100px;
}

#content .left-panel table td.right .input {
	background: none;
	border: none;
	padding: 0;
	font-size: 17px;
	color: #000;
	margin: 0;
	width: 100%;
	height: 21px;
	line-height: 17px;
}

#content .left-panel table td.right textarea {
	height: 200px;
	max-height: 100px;
	background: none;
	border: none;
	padding: 0;
	font-size: 21px;
	color: #000;
	margin: 0;
	line-height: 24px;
	color: #000;
	width: 351px;
	max-width: 351px;
}

#content .right-panel {
	width: 208px;
	float: right;
	position: relative;
}

#content .right-panel .section {
	width: 173px;
	padding: 25px 0;
	border-bottom: 2px solid #f15a22;
	position: relative;
}

#content .right-panel .no-border {
	border-bottom: none;
}

.section .title {
	background: url(../img/sidenav_title_bg.png) top left no-repeat;
	width: 168px;
	height: 52px;
	padding: 3px 3px 18px 2px;
	margin-bottom: 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}

.section .title:hover {
	background-position: top right;
}

.section .title .content {
	font-size: 18px;
	width: 168px;
	text-align: center;
	display: block;
}

.section .title .content strong {
	text-transform: uppercase;
}

#content .right-panel .section .testimonial {
	width: 190px;
	position: relative;
	left: -17px;
	font-size: 16px;
	text-align: center;	
	line-height: 18px;
	background: url(../img/testimonial_bg.png) top right no-repeat;
	height: 143px;
}

#content .right-panel .section .testimonial .top {
	width: 190px;
	height: 5px;
	/*background: url(../img/testimonial_top_bg.png) top right no-repeat;*/
	overflow: hidden;
}

#content .right-panel .section .testimonial .bottom {
	width: 190px;
	height: 10px;
	/*background: url(../img/testimonial_bottom_bg.png) top right no-repeat;*/
	overflow: hidden;
}

#content .right-panel .section .testimonial .middle {
	width: 190px;
	/*background: url(../img/testimonial_middle_bg.png) top right repeat-y;*/
	overflow: hidden;
	height: 130px;
}

#content .right-panel .section .testimonial .middle .item {
	padding: 0px 15px 0px 25px;
}

#content .right-panel .section .testimonial .author {
	display: block;
	margin-top: 10px;
	padding-left: 5px;
	text-align: left;
}

#logo-wrapper {
	width: 100%;
	height: 156px;
	background: url(../img/logo_wrapper_bg.png) center center repeat-x;
	min-width: 1000px;
}

#logo-wrapper #logos {
	width: 1000px;
	height: 156px;
	margin: 0 auto;
}

#logo-wrapper #logos .logo {
	display: block;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}

#footer {
	width: 1000px;
	margin: 0 auto;
}

#footer .contact-info {
	width: 170px;
	text-align: right;
	float: right;
	color: #fff;
	padding: 10px;
	margin-right: 10px;
	line-height: 22px;
	font-size: 14px;
	margin-top: 10px;
}

#footer .contact-info img {
	margin-bottom: 5px;
}

#footer .footer-menu {
	float: left;
	width: 617px;
	height: 40px;
	background: url(../img/footer_menu_bg.png) top left no-repeat;
}

#footer .footer-menu ul {
	list-style-type: none;
}

#footer .footer-menu ul li {
	display: block;
	float: left;
}

#footer .footer-menu ul li a {
	display: block;
	float: left;
	font-size: 16px;
	line-height: 16px;
	padding: 12px 13px 12px 23px;
	height: 16px;
	text-decoration: none;
	color: #fff;
}

#footer .footer-menu ul li a:hover {
	/*background: url(../img/menu_item_hover_tint.png);*/
	text-decoration: underline;
}

#footer .copyright {
	width: 200px;
	float: left;
	height: 36px;
	font-size: 10px;
	line-height: 16px;
	position: relative;
	padding: 2px 40px;
	margin-left: 35px;
	margin-top: 15px;
	margin-bottom: 10px;
}

#footer .copyright a {
	color: #fff;
	text-decoration: none;
}

#footer .copyright a:hover {
	text-decoration: underline;
}

#footer .copyright img {
	position: absolute;
	top: 0;
	left: 0;
}

.blue-text {
	color: #62c0ff !important;
}

a.press-item {
	display: block;
	/*width: 485px;*/
	height: 285px;
	margin-bottom: 30px;
	margin-left: 71px;
	color: #fff;
	font-size: 18px;
	line-height: 36px;
	float: left;
	width: 237px;
	margin-right: 70px;
}

a.press-item:hover {
	text-decoration: none;
}

a.press-item img {
	float: left;
}

a.press-item .blurb {
	float: left;
	width: 250px;
	margin-left: 40px;
	display: none;
}

h1.accordion-item {
	cursor: pointer;
	display: block;
	padding: 5px !important;
	margin-left: 30px;
	margin-bottom: 20px;
	width: 440px;
}