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

/*--------------------> Global Selectors <--------------------*/
* {
	margin: 0px;
	padding: 0px;
}
a img {
	border: 0;
}
.imgLeft {
	float: left;
	margin: 0 10px 10px 0;
}
.imgRight {
	float: right;
	margin: 0 0 10px 10px;
}
.center {
	text-align: center;
}
body {
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#container {
	width: 940px;
	height: auto;
	position: relative;
	left: 50%;
	top: 0;
	margin: 0 0 0 -470px;
}
/*--------------------> Header Selectors <--------------------*/
#header {
	width: 940px;
	height: 527px; 
	position: absolute;
	left: 0px;
	top: 0px;
}
#header #contactInfo p{
	font-size: 11px!important;
	font-weight:normal!important;
	color:#999999;
	float: right;
	text-transform: uppercase;
	padding-top: 6px;
	position: relative;
	line-height: 24px;
	text-align: right;
}
#header #contactInfo a {
	color:#999999;
	text-decoration: none;
	font-size: 11px!important;
	font-weight:normal!important;
}
#header #contactInfo a:hover {
	color:#ffffff;
	text-decoration: none;
	font-size: 11px!important;
	font-weight:normal!important;
}
#logo {
	float: left;
	margin-top: 25px;
}
/*--------------------> CTA Selectors <--------------------*/
#ctaArea {
	width: 940px;
	height: 150px;
	float: left;
	margin-left: -20px;
	background:url(../images/left-col-bkg-bottom.jpg) no-repeat;
}
#ctaArea p {
	margin-left: 10px;
	font-size: 9px!important;
}
#cta1{
	width: 300px;
	height: 120px;
	margin: 5px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	float: left;
}
#cta1 a{
	width: 300px;
	height: 120px;
	display: block;
	text-decoration: none !important;
}
#cta1 a:link,#cta1 a:visited{
	background: url(../images/cta1-new.jpg) left  top no-repeat;
}
#cta1 a:hover,#cta1 a:active{
	background: url(../images/cta1-new.jpg) no-repeat left -120px;
}
#cta2{
	width: 300px;
	height: 120px;
	margin: 5px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	float: left;
}
#cta2 a{
	width: 300px;
	height: 120px;
	display: block;
	text-decoration: none !important;
}
#cta2 a:link,#cta2 a:visited{
	background: url(../images/cta2.jpg) left  top no-repeat;
}
#cta2 a:hover,#cta2 a:active{
	background: url(../images/cta2.jpg) no-repeat left -120px;
}
#cta3{
	width: 300px;
	height: 120px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}
#cta3 a{
	width: 300px;
	height: 120px;
	display: block;
	text-decoration: none !important;
}
#cta3 a:link,#cta3 a:visited{
	background: url(../images/cta3.jpg) left  top no-repeat;
}
#cta3 a:hover,#cta3 a:active{
	background: url(../images/cta3.jpg) no-repeat left -120px;
}
/*--------------------> Mast Selectors <--------------------*/
#mast {
	width: 940px;
	height: 320px; 
	position: absolute;
	left: 0px;
	top: 125px;
}
#mast-image {
	width: 720px;
	height: 320px; 
	position: relative;
	float: left;
}
#video-container-2 {
	width: 720px;
	height: 402px;  
	position: relative;
	float: left;
}
/*--------------------> Mini Form Selectors <--------------------*/
#qc {  
	width: 220px;
	height: 195px; 
	position: relative;
	float: right;
	padding-top: 125px;
	background:url(../images/qc-bkg-2.jpg) no-repeat;
}
#qc ul {
	list-style: none;
}
#qc ul li {
	margin-bottom: 7px;
}
#qc form {
}
#qc textarea {
	width: 185px;
	height: 65px;
	margin-left: 15px;
	padding: 5px 0px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: none;
	background-color:#bdbdbd;
}
#qc input {
	width: 185px;
	height: 22px;
	padding: 5px 0px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 0px;
	background-color:#bdbdbd;
	margin-left: 15px;
}
#submitBtn {
	width: 78px;
	height: 22px;
	float: right;
	margin: 5px 17px 0 0;
}
#submitBtn input.submit{
	width: 78px;
	height: 22px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background: url(../images/qc-button.gif) left top no-repeat;
}
#submitBtn:hover input.submit{
	background-position: 0px -22px;
}
#qc .address2 {
	display:none;
}
#qc .valid {
	background-color: #007940!important;
	color: #FFFFFF!important;
}
#qc .invalid {
	background-color: #F00000!important;
	color: #FFFFFF!important;
}
#qc p.privacy {
	float: left;
	font-size: 10px;
	line-height: 18px;
	color: #646464;
	margin: 20px 0 0 15px;
}
#qc a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#646464;
}
#qc a:hover {
	color:#5882a2;
}
/*---------- Main Contact Form <--------------*/
#mainForm{
	width: 380px; 
	height: 425px;
	margin: 10px 0px 20px 100px;
	padding: 10px 10px 10px 10px;
	background-color:#696969;
	border: 12px solid #403f3f;
}
#mainForm ul {
	margin: 0px 0px 0px 0px!important;
	padding: 0px 0px 0px 0px!important;
	list-style-type: none;
	list-style-image: none;
}
#mainForm ul li {
	margin: 0px;
	padding: 0px;
	width: auto;
	clear: both!important;
	height: auto;
	list-style-type: none!important;
	list-style-image: none!important;
}
#mainForm label {
	display: block;
	height: 25px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: auto;    
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#CCCCCC;
	font-weight:normal;
}
#mainForm input {
	padding: 4px;
	border: 1px solid #14151a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#14151a;
	font-weight:normal;
	background-color: #f0f0f0;
	float: right;
	height: auto;
	width: 250px;
	margin: 0px 0px 10px 0px;
}
#mainForm select {
	padding: 4px 4px 4px 4px!important;
	border: 1px solid #14151a!important;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #14151a;
	font-weight:normal;
	background-color: #f0f0f0;
	float: right!important;
	width: 260px!important;
	margin: 0px 0px 10px 0px!important;
}
#mainForm #dropdown {
	border: 1px solid #14151a!important;
	width: 260px;
	height: 25px;
	padding: 4px;
	margin: 0px 0px 10px 83px;
}
#mainForm input#button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	color: #f0f0f0;
	float: right;
	clear:both;
	padding: 4px;
	height: 25px;
	width: 260px!important;
	margin: 0px 0px 0px 0px!important;
	display: block;
	background-color: #5882a2;
	font-weight:bold;
}
#mainForm textarea {
	padding: 4px;
	border: 1px solid #14151a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #14151a;
	font-weight:normal;
	background-color: #f0f0f0;
	float: right!important;
	height: 100px!important;
	width: 250px;
	margin: 0px 0px 10px 0px!important;
}
#mainForm #contact img {
    vertical-align:middle;
}
#mainForm .address2 {
    display:none;
}
#mainForm .valid {
    background-color: #007940!important;
}
#mainForm .invalid {
    background-color: #F00000!important;
}
/*--------------------> Top Nav Selectors <--------------------*/
#top-navigation-container {
	width: 940px;
	height: 35px;
	position: absolute;
	left: 0px;
	top: 80px;
	z-index:800;
	border-top: 1px solid #3d3d3d;
	border-bottom: 1px solid #3d3d3d;
}
#top-navigation {
}
#top-navigation a {
	color:#999999;
	text-decoration: none;
}
#top-navigation ul {
	float:right;
	padding-top: 10px;
}
#top-navigation ul li {
	display:inline;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration:none;
	color:#999999;
	padding-left: 10px;
}
#top-navigation ul li a:hover {
	text-decoration:none;
	color:#ffffff;
}
/*--------------------> Content Selectors <--------------------*/
#content {
	position: relative;
	top: 0px;
	left: 0px;
	background-image: none;
	width: 940px;
	height: auto;
	padding-top: 532px; 
}
/*--------------------> Column Container Selector <--------------------*/
#column-container {
}
/*--------------------> Left Column Selector <--------------------*/
#left-column {
	position: relative;
	width: 900px; 
	height: auto; 
	float: left;
	top: 0px;
	left: 0px;
	padding: 20px 20px;
	background:url(../images/left-col-bkg-top.jpg) no-repeat;
}
#left-column h1 {
	font-size:14px;
	color:#5882a2;
	text-transform: uppercase;
	padding-bottom: 5px;
	font-weight: bold;
}
#left-column h2 {
	font-size:12px;
	color:#ffffff;
	padding-bottom: 20px;
	font-weight: normal;
}
#left-column h3 {
	font-size:14px;
	color:#5882a2;
	text-transform: uppercase;
	font-weight: bold;
}
#left-column p {
	font-size:12px;
	color:#ffffff;
	line-height: 20px;
	padding-bottom: 20px;
}
#left-column a {
	color: #5882a2;
	text-decoration:underline;
}
#left-column a:hover {
	color: #ffffff;
	text-decoration:underline;
}
#left-column ul {
	margin-left: 100px;
	margin-bottom: 20px;
}
#left-column ul li {
	list-style-position: inside;
	list-style-type: square;
	line-height: 20px;
}
#left-column ol {
	margin-left: 40px;
	margin-bottom: 20px;
}
#left-column ol li {
	list-style-position: inside;
	line-height: 20px;
}
#flash-image-container {
	float: right;
	margin: 0 0 10px 10px;
}
#flash-image {
	width: 290px;
	height: 350px;
}

/*--------------------> Google Map <--------------------*/

#map1 {
	position: relative;
	float: left;
 	width: 400px;
	height: 550px;
	margin: 0 0 40px 25px;
	padding: 0;
	border: 12px solid #5882a2;
}

#map2 {
	position: relative;
	float: left;
 	width: 400px;
	height: 550px;
	margin: 0 0 40px 25px;
	padding: 0;
	border: 12px solid #5882a2;
}

.mapBox  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#000000!important;
	text-align: center;
	line-height: 22px;
}
/*--------------------> Testimonials CTA's <--------------------*/
#testimonial {
	width:700px;
	height:auto;
	margin: 0px 0px 0px 100px;
}
#testimonial p{
	font-size:14px;
	font-weight:normal;
	color:#5882a2;
}
.textRight {
	text-align: right;
}
/*--------------------> Blog Navigation Selectors <--------------------*/
#blogger-navigation{
	width: 200px;
	height: auto;
	float: right;
}
#blogger-navigation h3{
}
#blogger-navigation ul{
	float: left;
	margin-left: 20px;
}
#blogger-navigation ul li{
	width: 150px;
	list-style-position: inside;
	list-style-type: square;
	line-height: 20px;
}
#blogger-navigation ul li a{
}
#blogger-navigation ul li a:link, #blogger-navigation ul li a:visited{
}
#blogger-navigation ul li a:hover, #blogger-navigation ul li a:active{
}
#blogger-navigation #powered-by{
}
/*--------------------> Footer Selectors <--------------------*/
#footer-container {
	position: relative;
	top: -20px;
	width: 100%;
	height: auto;
	background:url(../images/footer-bkg.jpg) repeat-x;
	border-top: 1px solid #FFFFFF;
	padding-bottom: 20px;
}
#footer {
	position: relative;
	top: 0em;	
	left: 50%;
	margin: 0em 0em 0em -470px;
	width: 940px;
	height: auto;
}
/*--------------------> Sitemap Selectors <--------------------*/
#sitemap {
	position: relative;
	top: 0px;	
	left: 0px;
	width: 940px;
	height: 25px;
	padding-top: 15px;
}
#sitemap p {
	text-transform: uppercase;
	font-size: 10px;
	text-decoration:none;
	color:#FFFFFF;
	text-align:center;
}
#sitemap a {
	font-size: 10px;
	color:#FFFFFF;
	padding: 0 5px 0 5px;
	text-decoration:none;
}
#sitemap a:hover {
	font-size: 10px;
	text-decoration:underline;
	color:#ffffff;
}
/*--------------------> Disclaimer Selectors <--------------------*/
#disclaimer {
	position: relative;
	top: 0px;	
	left: 0px;
	width: 900px;
	height: 45px;
	padding: 15px 20px;
}
#disclaimer p {
	font-size: 10px;
	text-decoration:none;
	color:#FFFFFF;
	line-height: 18px;
}
#disclaimer a {
	font-size: 10px;
	color:#FFFFFF;
	text-decoration:none;
}
#disclaimer a:hover {
	font-size: 10px;
	text-decoration:underline;
	color:#ffffff;
}
#disclaimer .left {
	float: left;
	width: 420px;
	height: auto;
}
#disclaimer .right {
	float: right;
	width: 420px;
	height: auto;
	text-align: right;
}
/*-------------------> Clearfix and sIFR Selectors, Please do not modify <--------------------*/
/* Clearfix */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */
.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}
/* sIFR http://www.mikeindustries.com/sifr/ Current Version 2.0.2 */
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}
/* =============== you can edit these styles ====================== */
.sIFR-hasFlash h1, .sIFR-hasFlash h2 {
	visibility: hidden;
}
