* {	
	padding: 0;
	margin: 0;
}

p {
	padding: 10px 0;
}

body {
	margin: 0;
	padding: 0;
	background: #e5e5e5 url(images/containerBack.gif) top center repeat-y;
	font: 14px Arial;
	color: #5c5c5c;
}

img {
	border: 0px;
}

#prevBtn, #nextBtn {
	display: block;
	width: 10px;
	height: 13px;
	position: absolute;
	margin-top: -25px;
	z-index: 1;
}

#nextBtn {
	margin-left: 20px;
}

#prevBtn {
	margin-left: 5px;
}

#prevBtn a, #nextBtn a {
	behavior: url(iepngfix.htc);
	display: block;
	width: 10px;
	height: 13px;
	text-indent: -100000em;
	overflow: hidden;
}

#prevBtn a {
	background: url(images/scrollLeft.png) no-repeat;
}


#nextBtn a {
	background: url(images/scrollRight.png) no-repeat;
}

#containerMain {
	width: 827px;
	margin: 0 auto;
	padding: 0 67px;
}

#headerMain {
	height: 183px;
	background: url(images/headerMain.jpg) no-repeat;
}

#navMain {
	background: url(images/navBack.gif) repeat-x;
	height: 29px;
}

#navMain ul {
	margin: 0 21px;
	padding: 0;
	list-style: none;
}

#navMain li {
	float: left;
	display: inline;
}

#navMain a {
	color: #9e9e9e;
	text-decoration: none;
	font: 11px Verdana;
	line-height: 29px;
	padding: 9px 14px;
}

#navMain a:hover {
	background: url(images/navHover.gif) repeat-x;
	padding: 8px 14px;
	color: #ffffff;
}

#contentMain {
	width: auto;
	padding: 24px 20px;
}

#ctaTopRight {
	float: right;
	display: inline;
	width: 213px;
	height: 206px;
	padding: 15px;
	background: url(images/ctaTopRightBack.gif) repeat-x;
	color: #ffffff;
	line-height: 25px;
}

#ctaTopLeft {
	float: left;
	display: inline;
	width: 529px;
	height: 236px;
	background: #626262;
}

#ctaTopLeft img {
	margin: 4px;
}

#subCtaContainer {
	height: 235px;
	margin: 23px 0;;
	border-bottom: solid 3px #dddddd;
}

.subCta {
	float: left;
	display: inline;
	width: 171px;
	height: 204px;
	background: #363535;
	padding: 3px;
	position:relative;
}

.subCta a {
	height:204px;
	display:block;
	text-decoration:none;
}

.subCta a:visited {
	color:white;
	text-decoration:none;
}


#subText {
	padding: 5px;
	font-weight: bold;
	color: #ffffff;
}

.readMore {
	float: right;
	font: 10px Arial;
	color: #ffffff;
	text-decoration: none;
	text-align: right;
	position:absolute;
	bottom:10px;
	right:10px;
}

.left {
	margin-right: 26px;
}

.break {
	border-bottom: solid 3px #e5e5e5;
	margin-bottom: 23px;
}

#leftColumn {
	float: left;
	display: inline;
	width: 520px;
	line-height: 20px;
}

.contentList {
	float: left;
	display: inline;
	background: #e3efff;
	width: 200px;
	height: 50px;
	
	padding: 25px;
	font: 12px Arial;
}	

#rightColumn {
	float: right;
	display: inline;
	width: 243px;
	line-height: 30px;
}

#rightColumn #testimonial {
}

#testimonial {
	background: #1e4384 url(images/testemonialsBack.gif) repeat-x;
	padding: 15px;
	color: #ffffff;
}

#contactForm {
	background:#00003d url(images/formBack.gif) no-repeat;
	width: 244px;
	overflow:hidden;
	padding-top: 90px;
	padding-bottom:20px;
	
}

#quote label.error {
	color:#8CD91E;
}

#contactForm form {
	margin: 0 18px;	
}

#contactForm label {
	width: 207px;
	display: block;
	font: 11px Arial;
	color: #ffffff;
}

.formInput {
	width: 197px;
	height: 12px;
	background: url(images/inputBack.gif) no-repeat;
	border: 0px;
	font: 12px Arial;
	padding: 7px 5px;
	margin: 3px 0;
}

.formButton {
	float: right;
	width: 104px;
	height: 33px;
	background: url(images/submitButton.gif) no-repeat;
	border: 0px;
	font: 11px Arial;
	color: #ffffff;
	margin-top: 10px;
}

#contactCTA {
	margin-top: 20px;
}

#footerMain {
	margin: 0 20px;
	padding: 20px 0 0 0;
	border-top: solid 1px #e5e5e5;
	text-transform:lowercase;
}	

#footerMain a {
	font: 10px Arial;
	color: #5c5c5c;
	text-decoration: none;
}

.nolist {
	list-style:none !important;
}

/*   LEFT COLUMN STYLES   */
#leftColumn h1, #leftColumn h2, #leftColumn h3 {
	font-size:20px;
	line-height:20px;
	color:#333;
	text-transform:uppercase;
}
#leftColumn ul {
	list-style:outside;
	margin:0 0 0 20px;
}
#leftColumn ul li{
	padding:5px 0 0;
	margin:0;
	line-height:20px;
}

.doublecol {
	display:block;
	float:left;
	padding-bottom:20px;
}

ul.doublecol li {
	width:50%;
	float:left;
}

#leftColumn img {
	padding:5px;
	border:1px solid #ccc;
}

/* Get a quote form */

#getaquote {
	margin-top:20px;
}

#getaquote fieldset {
	padding:30px;
	background:#123b19 url(images/form.jpg) no-repeat top left;
	color:#333;
	font-size:12px;
	margin-bottom:10px;
}

#getaquote h2 {
	font-size:15px;
	font-weight:bold;
	color:white;

}

#getaquote fieldset ul {
	list-style:none;
}

#getaquote li {
	margin-bottom:5px !important;
	border-bottom:1px solid #47732c;
	padding:5px 0 10px !important;
	overflow:hidden;
	display:block;
}

#getaquote label {
	width:200px;
	float:left;
	color:white;
}

#getaquote input, #getaquote textarea {
	background:white;
	border:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:5px;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#getaquote #submit {
	float:right !important;
	display:block !important;
	color:white;
	font-size:12px !important;
	clear:both !important;
	width:104px !important;
	height:33px !important;
	margin-right:25px;
	background:url(images/submit.gif) no-repeat top left !important;
	cursor:pointer;
}

#getaquote label.error {
	color:#fcffcc;
	float:right;
	font-weight:bold;
	margin-right:25px;
	text-align:right;
}

#getaquote input.error {
	border:1px solid red;
}

#downloadPDF {
	margin-top:14px;
}

/* Slider */

#slider li {
	height:230px;
}

.marginbot {
	margin-bottom:20px;
}

.detailed {
	float:left;
	font-size:11px;
	width:102px;
}

.detailed a {
	color:#8CD91E;
	text-decoration:underline;
}

.marginbottom {
	padding-bottom:10px !important;
}