/* ===============================================
	DEFAULTS
=============================================== */
* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px Arial, Helvetica, sans-serif;
}
input, select, textarea {
	font: 12px Arial, Helvetica, sans-serif;
}
a {
	color: #fff959;
	text-decoration: underline;
}
a:hover {
	color: #fff;
}
a img {
	border: none;
}
ul {
	list-style: none;
}

/* ===============================================
	CLEARS
=============================================== */
#columns:after,
#footer:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

/* ===============================================
	PAGE AREA / WRAPPER
=============================================== */
body {
	background: #191919 url(../images/pagebt.jpg) no-repeat top center;
	color: #fff;
}
#page {
	width: 990px;
	margin: 0 auto;
}

/* ===============================================
	HEADER
=============================================== */
#header {
	height: 175px;
}
#header h1 a {
	float: left;
	width: 433px;
	height: 117px;
	margin: 30px 0 0;
	background: url(../images/logo.png);
	overflow: hidden;
	text-indent: -9999px;
}
#header p {
	float: right;
	width: 327px;
	height: 55px;
	margin: 37px 0 0;
	background: url(../images/txt-calltoday.png);
	overflow: hidden;
	text-indent: -9999px;
}
#header ul {
	float: right;
	clear: right;
	margin: 30px 0 0;
}
#header li {
	float: left;
	height: 31px;
	margin: 0 2px 0 0;
	white-space: nowrap;
	font: bold 17px/19px Arial, Helvetica, sans-serif;
	position: relative;
}
#header li a {
	float: left;
	height: 31px;
	padding: 0 9px 0 0;
	color: #fff;
	text-decoration: none;
}
#header li a span {
	float: left;
	height: 25px;
	padding: 6px 6px 0 15px;
	cursor: pointer;
}
#header li a:hover,
#header li.active a {
	color: #000;
	background: url(../images/nav-button-right.png) no-repeat top right;
}
#header li a:hover span,
#header li.active a span {
	background: url(../images/nav-button-left.png) no-repeat top left;
}
#header li.services a:hover,
#header li.services:hover a {
	color: #000;
	background: url(../images/nav-button-right-dropdown.png) no-repeat top right;
}
#header li.services a:hover span,
#header li.services:hover a span {
	background: url(../images/nav-button-left-dropdown.png) no-repeat top left;
}
#header ul li div.borderhide {
	display: none;
	margin: 0 1px;
	height: 1px;
	background: #f2db3d;
	position: relative;
	top: 31px;
	left: 0;
	z-index: 9900;
}
#header ul li div.dropdown {
	display: none;
	position: absolute;
	top: 31px;
	left: 0;
	width: 132px;
	background: url(../images/dropdown-bg-bottom.png) no-repeat bottom left;
	z-index: 9000;
}
#header ul li:hover div.dropdown,
#header ul li:hover div.borderhide {
	display: block;
}
#header li.services ul {
	float: none;
	clear: none;
	margin: 0;
	padding: 8px 16px;
	background: url(../images/dropdown-bg-top.png) no-repeat top left;
}
#header li.services ul li {
	float: none;
	margin: 0;
	padding: 4px 0;
	height: auto;
	position: static;
	font: bold 12px/14px Arial, Helvetica, sans-serif;
}
#header li.services ul li a,
#header li.services:hover ul li a {
	float: none;
	height: auto;
	padding: 0;
	color: #000;
	background: none;
}
#header li.services ul li a:hover,
#header li.services:hover ul li a:hover {
	background: none;
	text-decoration: underline;
}

/* ===============================================
	BANNER
=============================================== */
#banner {
	margin: 0 0 20px;
	height: 324px;
	padding: 12px;
	background: url(../images/banner-bg.png);
}
#rotate {
	height: 324px;
	width: 966px;
	overflow: hidden;
}

/* ===============================================
	MAIN
=============================================== */
#main {
	width: 720px;
	float: left;
	margin: 0 0 0 12px;
}
#main h2 {
	margin: 0 0 2px;
	color: #fff959;
	font: bold 36px/39px "Times New Roman", Times, serif;
	text-transform: uppercase;
}
#main h3 {
	margin: 25px 0 2px;
	color: #fff959;
	font: bold 20px/23px "Times New Roman", Times, serif;
	text-transform: uppercase;
}
#main p {
	margin: 0 0 15px;
	line-height: 20px;
}
#main ul.list {
	margin: 0 0 15px;
	padding: 0 0 0 20px;
	line-height: 20px;
	list-style: disc;
}
#main ul.list ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: circle;
}
#main form label {
	float: left;
	width: 70px;
	padding: 5px 0 0 0;
}
#main form .textbox {
	float: left;
	width: 200px;
	padding: 5px;
	margin: 0 0 8px;
	background-color: #373737;
	border: none;
	color: #fff;
}
#main form textarea.textbox {
	width: 400px;
	height: 200px;
}
#main form br {
	clear: both;
}
#main form .button {
	margin: 5px 0 0 70px;
	padding: 4px 5px;
	color: #fff;
	font: bold 14px/15px Arial, Helvetica, sans-serif;
	background: #9f0b00;
	border: none;
	cursor: pointer;
}
#main form .errorField {
	border: 1px solid #9f0b00;
	background-color: #a57a77;
	padding: 3px;
}
#main .errorMessages {
	margin: 0 0 20px;
	padding: 3px 5px 0 25px;
	border: 1px solid #9f0b00;
	background: #a57a77 url(../images/exclamation.png) no-repeat 5px 5px;
	color: #fff;
}
#main .errorMessages p {
	margin: 0;
	padding: 2px 0 5px 0;
}
#main .errorMessages ul {
	padding: 0 0 10px;
}
#main p.mailererror {
	padding: 5px 5px 5px 25px;
	border: 1px solid #9f0b00;
	background: #a57a77 url(../images/exclamation.png) no-repeat 5px 5px;
	color: #fff;
}
#main p.thanks {
	padding: 5px 5px 5px 25px;
	border: 1px solid #4c692f;
	color: #fff;
	background: #a2b68e url(../images/email_go.png) no-repeat 5px 5px;
}
#main .inset {
	margin: 0 0 5px 15px;
	float: right;
}

/* ===============================================
	SIDE
=============================================== */
#side {
	float: right;
	margin: 0 12px 12px 0;
	width: 222px;
}
#side h3 {
	color: #fff959;
	font: bold 24px/27px "Times New Roman", Times, serif;
	text-transform: uppercase;
}
#side p {
	line-height: 20px;
}
#side form {
	margin: 5px 0 0;
	text-align: right;
}
#side form .textbox {
	width: 212px;
	padding: 5px;
	margin: 0 0 4px;
	background-color: #373737;
	border: none;
	color: #fff;
}
#side form .button {
	margin: 5px 0 0;
	padding: 4px 5px;
	color: #fff;
	font: bold 14px/15px Arial, Helvetica, sans-serif;
	background: #9f0b00;
	border: none;
	cursor: pointer;
}
#side form .errorField {
	border: 1px solid #9f0b00;
	background-color: #a57a77;
	padding: 3px;
}
#side p.mailererror {
	padding: 5px 5px 5px 25px;
	border: 1px solid #9f0b00;
	background: #a57a77 url(../images/exclamation.png) no-repeat 5px 5px;
	color: #fff;
}
#side p.thanks {
	padding: 5px 5px 5px 25px;
	border: 1px solid #4c692f;
	color: #fff;
	background: #a2b68e url(../images/email_go.png) no-repeat 5px 5px;
}

/* ===============================================
	SIDE
=============================================== */
#columns {
	clear: both;
	margin: 0 12px 12px;
	background: url(../images/column-dividers.gif);
}
#columns .column {
	float: left;
	width: 307px;
	margin: 0 22px 0 0;
}
#columns .column.last {
	margin-right: 0;
}
#columns h4 {
	margin: 16px 0 0;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
#columns p {
	line-height: 20px;
}

/* ===============================================
	FOOTER
=============================================== */
#footer-wrapper {
	clear: both;
	background-color: #000;
}
#footer {
	margin: 0 auto;
	width: 966px;
	padding: 24px 0;
	position: relative;
}
#footer .links {
	float: left;
}
#footer .links li {
	padding: 0 9px 0 12px;
	display: inline;
	font-weight: bold;
	border-left: 1px #fff solid;
}
#footer .links ul {
	margin: 0 0 7px;
}
#footer .links li.first {
	padding-left: 0;
	border: none;
}
#footer .links p {
	line-height: 20px;
}
#footer .links a {
	color: #fff;
}
#footer .links li a {
	text-decoration: none;
}
#footer .links a:hover {
	color: #fff959;
}
#footer .contact {
	float: right;
}
#footer .contact .follow {
	float: right;
}
#footer .contact .follow p {
	float: right;
	padding: 8px 2px 0 0;
	font-size: 14px;
	font-weight: bold;
}
#footer .contact .social {
	float: right;
	margin: 0 0 0 8px;
	width: 32px;
	height: 32px;
	overflow: hidden;
	text-indent: -9999px;
}
#footer .contact .rss {
	background: url(../images/icon-rss.gif);
}
#footer .contact .flickr {
	background: url(../images/icon-flickr.gif);
}
#footer .contact .facebook {
	background: url(../images/icon-facebook.gif);
}
#footer .contact .linkedin {
	background: url(../images/icon-linkedin.gif);
}
#footer .contact .call {
	clear: right;
	float: right;
	white-space: nowrap;
	padding: 10px 0 0;
	font: bold 24px/26px Arial, Helvetica, sans-serif;
	color: #fff959;
}
#footer .contact .ccs {
	float: right;
	clear: right;
	margin: 5px 0 0;
}
#footer a.bbb {
	background: url(../images/logo-bbb.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 14px;
	left: 495px;
	text-indent: -9009px;
	width: 89px;
	height: 100px;
}
