@charset "UTF-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	}

body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-color: #000;
	background-attachment: scroll;
	background-image: url(images/universal/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
.clearboth{
	clear:both;
	}
.wrapper{
	margin:0 auto;
	width:1000px;
	}
.header{
	/*background-image:url(images/universal/templateThree-bg-top.jpg);*/
	background-position:top;
	/*background-color:#010101;*/
	height:120px;
	background-repeat: repeat-y;
	}
div.logo{
	float:left;
	padding-top:10px;
	}
div.logo h1{
	color:#fff;
	font-size:1.5em;
	line-height:20px;
	}
div.call-number{
	float:right;
	padding-right:15px;
	padding-top:50px;
	padding-bottom:10px;
	}
div.call-number p{
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
	}
.nav{
	clear:both;
	background-image:url(images/universal/templateThree-bg-nav.jpg);
	height:54px;
	background-repeat:repeat-x;
	}
.nav ul{
	}
.nav ul li{
	float: left;
	list-style-type:none;
	color:#fff;
	font-size:1.1em;
	border-right:#701315 1px solid;
	padding-right:23px;
	padding-top:14px;
	padding-bottom:18px;
	padding-left:23px;
	background-image:url(images/universal/nav-dots.png);
	background-position: bottom;
	background-repeat:no-repeat;
	display:block;
	}
.nav a:link, .nav a:visited{
	text-decoration:none;
	color:#fff;
	display:block;
	}
.nav a:hover{
	text-decoration:none;
	color: #C03;
	display:block;
	}
#last-nav-item{
	border-right:#701315 0px solid;
	}
.banner{
	clear:both;
	background-image:url(images/home/templateThree-bg-banner.jpg);
	background-position:center;
	background-repeat:repeat-y;
	height:343px;
	background-color:#d3d3d3;
	}
/* rotator in-page placement */
    div.rotator {
	position:relative;
	height:323px;
	margin-left:8.5px;
	display: none;
}
/* rotator css */
	div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	margin-top:10px;
	margin-bottom:10px;
}
/* rotator image style */	
	div.rotator ul li img {
	border:2px solid #fff;
	padding: 0px;
	background: #FFF;
}
    div.rotator ul li.show {
	z-index:500
}
.push{
	background-image:url(images/home/templateThree-bg-push.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:184px;
	background-color:#e3e2e0;
	}
.push-thumb{
	background-image:url(images/home/push-thumb-bg.png);
	background-repeat:no-repeat;
	height:147px;
	width:291px;
	float:left;
	margin-left:30px;
	margin-top:20px;
	}
.push-thumb img{
	padding:5px;}
.mailinglist{
	background-color:#fff;
	height:90px;
	}
.mailinglist p{
	text-align:center;
	padding-top:15px;
	font-size:0.9em;
	}
.mail{
	margin-left:30px;
	}
form#signup-form{
	margin:0 auto;
	width:400px;
	margin-top:10px;
	}
div.mail-icon{
	float:left;
	margin-left:-45px;
	margin-top:-5px;
	}
div.email-field{
	float:left;
	width:300px;
	}
div.button-field{
	float:right;
	width:80px;
	}
input.email-box{
	background-color: #333333;
    border-bottom: 1px solid #222222;
    border-left: 1px solid #222222;
    border-top: 1px solid #222222;
	border-right:1px solid #222;
    color: #FFFFFF;
    height: 15px;
    padding: 2px;
    width: 394px;
	font-size:0.7em;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
p.index-thankyou{
	float: left;
    margin-left: 120px;
    margin-top: -33px;
	}
	
input.subscribe-btn{
	background-color:#900;
	color:#fff;
	border:#222 1px solid;
	width:80px;
	height:20px;
	font-size:0.7em;
	z-index:100;
	cursor: pointer;
	-webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	}

.content{
	clear:both;
	background-image:url(images/home/templateThree-bg-content.jpg);
	background-repeat:repeat-y;
	min-height:175px;
	height:100%;
	height:auto;
	background-position:center;
	background-color:#4b1111;
	padding:20px;
	overflow:hidden;
	}
div.networks{
	background-color:#fff;
	float: right;
	height:50px;
	min-width:300px;
	width:auto;
	margin-top:-20px;
	padding:5px;
	text-align:center;
	-moz-box-shadow: 4px 3px 5px #222;
    -webkit-box-shadow: 4px 3px 5px #222;
    box-shadow: 4px 3px 5px #222;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	}
div.networks img{
	padding:5px;
	}
.content h1{
	color:#fff;
	font-size:1.2em;;
	margin-bottom:15px;
	margin-top:10px;
	}
.content p{
	color:#fff;
	text-align:justify;
	font-size:0.9em;
	line-height:2em;
	text-transform:uppercase;
	}
.footer{
	background-color:#222222;
	height:100px;
	clear:both;
	}
.footer-contact{
	float:left;
	color:#fff;
	font-size:0.9em;
	padding-left:20px;
	padding-top:13px;
	padding-bottom:13px;
	}
.footer-nav{
	float:right;
	color:#fff;
	padding-top:24px;
	padding-bottom:24px;
	padding-right:20px;
	font-size:0.8em;
	}
.footer-nav a:link, .footer-nav a:visited{
	color:#fff;
	text-decoration:none;
	}
.footer-nav a:hover{
	color: #C03;
	text-decoration:none;
}
.footer div.license{
	clear:both;
	background-color:#333;
	}
.footer div.license p{
	color:#ccc;
	text-align:center;
	line-height:35px;
	font-size:0.98em;
	}
/* Two Column Layout CSS */
.two-column-wrapper{
	background-image: url(images/universal/innerpage-top-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#e3e2e0;
	min-height:500px;
	}
.two-column-wrapper .left-column{
	float:left;
	width:30%;
	padding:30px;
	/*border:#333 1px solid;*/
	}
.two-column-wrapper .right-column{
	float:left;
	width:63%;
	padding-top:30px;
	margin-left:0;
	/*border:#333 1px solid;*/
	}
	

/* Inner Page Mailing list sign up */

.inner-mail-join{
	background-image:url(images/universal/mailing-signup-bg.png);
	background-repeat:no-repeat;
	width:271px;
	height:242px;
	margin-left: 10px;
	margin-top: 30px;
	}
	
.inner-mail-join form#signup-form{
	width:270px;
	}
.inner-mail-join p{
	font-size: 0.9em;
    margin-bottom: 5px;
    margin-top: 15px;
    text-align: center;
    width: 270px;
	}
.inner-mail-join .mail{
	margin-left: 0;
	
	}
.inner-mail-join div.email-field2{
	padding-left: 17px;
    padding-top: 70px;
    width: 240px;
	}
.inner-mail-join div.button-field2{
	width:80px;
	margin-left:auto;
	margin-right:auto;
    margin-top: 10px;
    width: 80px;
	}
.inner-mail-join input.email-box2{
	background-color: #333333;
    border-bottom: 1px solid #222222;
    border-left: 1px solid #222222;
    border-top: 1px solid #222222;
	border-right:1px solid #222; 
    height: 15px;
    padding: 2px;
    width: 220px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	 font-size:0.7em;
	 color: #FFFFFF;
	 margin-top:-10px;
	 margin-left:5px;

}
.inner-mail-join input.subscribe-btn2{
	background-color:#900;
	color:#fff;
	border:#222 1px solid;
	width:80px;
	height:20px;
	font-size:0.7em;
	z-index:100;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

div.right-column p{
	color:#010101;
	line-height:1.5em;
	font-size:0.9em;
	margin-top:10px;
	padding-right: 10px;
    text-align: justify;
	}
/*contact form*/
.contact-form{
	background-image:url(images/universal/estimate-bg.png);
	background-repeat:no-repeat;
    color: #FFFFFF;
    font-size: 1em;
    padding: 10px;
    width: 281px;
	height:327px;
	}
.contact-form fieldset{ width:257px;margin:45px 0 0 2px;padding:0;border:0;}
.contact-form label{ margin-left:15px;font-size:0.8em;width:257px; display:block; margin-top:2px;}
.contact-form .txt_input{
	background-image: url(images/universal/estimate-insert-bg-thin.jpg);
    background-repeat: no-repeat;
    border: medium none;
    height: 15px;
    padding: 5px 15px;
    width: 226px;}
.contact-form textarea{
	background-image:url(images/universal/estimate-message-bg.jpg);
	width:226px;
	height: 56px;
    padding: 4px 15px;
	border:none;
	resize: none;
	background-repeat:no-repeat;
	}
input{display:block;}
.req{color:#f00;font-size:90%;}
#form_errors{color:#f00; display:none;}
#form_thanks{color:#fff; display:none; font-size: 0.8em; padding-top:0px; margin-left:15px;}

.contact-form .submit-btn{
	margin-top:8px;
	margin-left: 90px;
	margin-right:auto;
    background-color:#900;
	color:#fff;
	border:#222 1px solid;
	width:80px;
	height:20px;
	font-size:0.7em;
	z-index:100;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

/*Support Form*/

.support-form form{
	width:180px;
	}
.support-form fieldset{ width:215px;margin:0;padding:0;border:0;}
.support-form label{ margin-left:0;font-size:0.8em;width:257px; display:block; margin-top:2px;}
.support-form .submit-btn{
	margin-top:8px;
	margin-left:0;
	margin-bottom:10px;
	margin-right:auto;
    background-color:#900;
	color:#fff;
	border:#222 1px solid;
	width:80px;
	height:20px;
	font-size:0.7em;
	z-index:100;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}



	
.social{
	margin-top:20px;
	margin-left:20px;
	}

.inner-content{
	margin-top:45px;
	margin-bottom:20px;
	}
.inner-content img.bookmark{
	float:right;
	}
div.inner-content h1{
	float:left;
	color:#000;
	font-size:1.6em;
	}
div.inner-content h2{
	background-image:url(images/universal/title-bg.png);
	background-repeat:no-repeat;
	width:400px;
	height:23px;
	font-size:0.9em;
	color:#fff;
	padding:4px;
	text-indent:10px;
	margin-top:20px;
	}
	
div.inner-content li{
	margin-left:30px;
	font-size:0.8em;
	padding-top:5px;}

.form-downloads{
    float: left;
    width: 415px;
	margin-top:10px;
	}

.form-downloads img{
	padding-right:5px;
	}
	
.form-downloads a:link,.form-downloads a:visited{
	color:#630;
	border:none;
	text-decoration:none;
	font-size:0.9em;
	}
.form-downloads a:hover{
	color:#900;
	}
.policy-text strong{
	color:#900;
	font-size:1.2em;
	}
#spryradio1 label{
  width:50px;
  display:inline;
	}
input.contact_input2, textarea.contact_input2{
	width:250px;
	}
.wrapper .two-column-wrapper .right-column .inner-content iframe {
	margin-top: 10px;
	display: block;
	border: medium solid #333;
}
.left-column img {
	margin-top: 15px;
	margin-left: 25px;
}


.testimonial{
	font-size:.85em;
	line-height:1.2em;
	position: relative;
	width:271px;
	margin-left: 10px;
	margin-top: 30px;
	background: url(images/universal/box_inner.png) no-repeat;
}

.testimonial h2{
	font-family:"DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-align:center;
	padding-top: 15px;
	padding-left: 45px;
	width: 180px;
	height: 40px;
	color: #FFF;
	text-shadow: 0px 0px 6px #666;
	font-size:1.1em;
	letter-spacing:.06em;
	text-shadow:none;
	text-transform:uppercase;
}

#testimonials2 {
margin-top:5px;
margin-left: 19px;
width:235px !important;
 
}
#testimonials2 blockquote{
width:235px !important;
font-style:noone;
color:#666;
padding-top: 10px;
padding-right: 15px;
background: url(images/universal/quote.png) top left no-repeat;
display:block;
}
 
#testimonials2 blockquote p{
margin: 0 !important;padding: 0px!important;
font-size:.95em;
text-indent: 27px;

}
#testimonials2 blockquote cite {
font-style: normal;
font-size:.9em;
display: block;
text-transform: uppercase;
font-weight: bold;
font-style:italic;
color: #555;
padding-left:5px;
margin-top:10px;
}
