body {
	padding: 0px;
	width: 1480px;
	height: auto;
	background-image: url(../images/bkg.jpg);
	background-attachment: fixed;
	background-position: center top;
	background-repeat:no-repeat;
	color:#000000;
	background-color: #000000;
}

#container {
	position: absolute;
	left: 50%;
	margin: 0px 0px 0px -400px;
	padding: 0px;
	width: 800px;
	height: auto;
	top: 340px;
}

/* Phone */

#phone{
	position: relative;
	z-index: 10;
	left: 640px;
	top: -275px;
}
#phone p{
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #e2c340;
	margin: 0px;
	padding: 0px;
}
/* Mast */

#mast {
	margin: 0px 0px 0px -400px;
	padding: 0px;
	width: 800px;
	position: absolute;
	left: 50%;
	height: auto;
	top: 0px;
}


/* Top Nav */

#topNav {
	height: 30px;
	width: 800px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	z-index: 20;
	margin: 0px;
	padding: 0px;
}
#topNav ul{
	height: 29px;
	width: 800px;
	margin: 0px;
	padding: 0px;

}
#topNav ul li{
	float: left;
	height: 30px;
	width: auto;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#topNav a {
	display: block;
	padding-bottom: 13px;
}

#topNav ul li a:link,#topNav ul li a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e2c340;
	text-decoration: none;
	margin: 0px;
	padding: 0px;

}
#topNav ul li a:hover,#topNav ul li a:active{
	color: #FFFFFF;

}
#topNav ul li.navLeft {
	padding: 0px 0px 0px 30px;
}
/* Content */
.center{
text-align:center;}

#content {
	margin-bottom: 30px;
	position: relative;
	left: 0px;
	top: 30px;
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	height: auto;
	width: 800px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}


/* Column Container */


#columnContainer {
	
}

/* Left Column */

#leftColumn {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 280px;
	background-color: #000000;	
}
#leftColumn p{
	margin: 0px;
	padding: 0px;
}
#leftColumn #hozNav {
	width: 220px;
	height: auto;
	margin: 30px 0px 0px 30px;
	padding: 0px;
}
#leftColumn #hozNav ul{
	width: 220px;
	height: 157px;
	margin: 0px;
	padding: 0px;
}
#leftColumn #hozNav ul li{
	height: 25px;
	width: 220px;
	margin: 0 0 1px 0;
	padding: 0;
	list-style-type:none;
	float:left;
	clear:both;
}
#leftColumn #hozNav ul li p{
	padding: 5px 0px 0px 10px;
}
#leftColumn #hozNav ul li a:link,#leftColumn #hozNav ul li a:visited{
	background-image: url(../images/l-nav-li-bkg.jpg);
	display:block;
	height: 25px;
	width: 220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	text-decoration: none;
}
#leftColumn #hozNav ul li a:hover,#leftColumn #hozNav ul li a:active{
	background-image: url(../images/l-nav-li-bkg-over.jpg);
	display:block;
	height: 25px;
	width: 220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e2c340;
	text-decoration: none;
}

#leftColumn #qc {
    background-color:#000000;
    display: block; 
    height: auto;
    width: 220px;
    margin: 30px 0 0 30px;
    padding: 0px;
}
#leftColumn #qc img{
    margin: 0px 0px 5px 0px;
    padding: 0;
}
#leftColumn #qc form {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 220px;
}
#leftColumn #qc textarea {
	margin: 2px 0px 0px 0px;
	padding: 2px;
	width: 98%;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	overflow:scroll;
	background-color: #d9d9d9;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#leftColumn #qc input {
	margin: 2px 0px 0px 0px;
	padding: 2px;
	width: 98%;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #d9d9d9;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#leftColumn #qc input.button {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	float: right;
	width: 220px;
	height: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: none;
	z-index: 30;
	background: url(../images/original.jpg) top center no-repeat;
	cursor: pointer;
}
#leftColumn #qc ul {
	padding: 0;
	margin: 0px;
}
#leftColumn #qc ul li {
	list-style-type: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin-right: 30px;
}
#leftColumn #qc ul li a:link, #leftColumn #qc ul li a:visited{
	color: #999999;
	text-decoration: underline;
}
#leftColumn #qc ul li a:hover, #leftColumn #qc ul li a:active{
	color: #e2c340;
	text-decoration: underline;
}
.address2 {
  display: none;
}
#leftColumn #qc input.valid, #contact input.valid {
  background-color: #D0ECAA;
}
#leftColumn #qc input.invalid, #contact input.invalid {
  background-color: #EC8486;
}
#leftColumn #qc input.single-line {
	width: 84%;
}
#leftColumn #qc img.orange {
	vertical-align: middle;
	margin: 2px 0px 0px 0px;
}
#leftColumn #cta{
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	text-align: left;
}
#leftColumn #cta ul{
	margin: 0px;
	padding: 0px;
}
#leftColumn #cta ul li{
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: auto;
	width: 220px;
	list-style-type: none;
}
#leftColumn #cta img{
	padding-top: 30px;
}
#leftColumn #contactInfo {
	padding: 30px 0px 30px 0px;
	float: left;
	margin: 0px;
	height: auto;
	width: 220px;
}
#leftColumn #contactInfo p{
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	text-align: left;
}
/* Right Column */

#rightColumn {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 520px;
	
}
#rightColumn h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #FFFFFF;
	margin-top: 30px;
	font-weight: lighter;
	margin-bottom: 0px;
	margin-right: 30px;
}
#rightColumn h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 0px;
	font-weight: lighter;
	margin-bottom: 30px;
	margin-right: 30px;
}
#rightColumn p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #d9d9d9;
	margin-right: 30px;
}
#rightColumn p strong{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #e2c340;
	margin-right: 30px;
}
#rightColumn ul{

}
#rightColumn li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	list-style-type: square;
	color: #e2c340;
	margin-right: 30px;
}
#rightColumn img{
}
#rightColumn hr{
	padding: 0;
	margin: 0px;
	width: 490px;
}

#rightColumn a:link, #rightColumn a:active {
	padding: 1px 2px;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #d9d9d9;
}

#rightColumn a:visited {
	color: #d9d9d9; 
	padding: 1px 2px; 
	text-decoration: none; 
	border-bottom: 1px dotted #777;
}

#rightColumn a:hover {
	color: #e2c340;
	margin: 0 -3px;
	background: #333333 url(../images/btnbg.gif) repeat-x left top;
	border-top: 3px ridge #666666;
	border-right: 3px ridge #333333;
	border-bottom: 3px ridge #333333;
	border-left: 3px ridge #666666;
	}
.imgRight {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
.imgRightBorder {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
	border:#FFFFFF solid 3px;
}
.imgLeftBorder {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
	border:#FFFFFF solid 3px;
}
.lviLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E1C645;!important
}
.lviLink a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E1C645;!important
}
.lviLink a:link,.lviLink a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E1C645;!important
}
.lviLink a:hover, .lviLink a:active{
	color: #E1C645;!important

}
/* Footer */

#footer {
	text-align: center;
	padding-top: 15px;
	height: auto;
	width: 800px;
}
#footer p{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	margin: 0px 30px 30px;
	width: auto;
}
#footer a:link, #footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #9e9d9d;
	text-decoration: underline;
	margin-right: 5px;
	margin-left: 5px;
}
#footer a:hover, #footer a:active {
	color: #ffffff;
}
/* Disclaimer */

#disclaimer {
	
}
/* ASPX form/Error box controls */
#errors {
}
#errors ul {
}
#errors li {
}
/* ASPX form/Captcha controls */
#pnlCaptcha {
}
/* the text above the captcha */
#pnlCaptcha label {
}
/* the div which wraps around captcha, text and input */
.captcha {
}
/* actual captcha image */
.captcha img {
	clear: both;
	float: left;
	margin: 10px 0px 0px 0px;
	width: 250px;
	height: 75px;
}
/* wraps around text and input alone */
.captcha div {
}
/* the atual text */
.captcha span {
}
/* the input for validation */
.captcha input {
	clear: both;
	float: left;
	height: 25px;
	width: 245px!important;
	margin: 10px 0px 0px 0px;
}
/* the submit button */
#qcBennett #btnSubmitForm {
	width: 250px;
	height: 30px!important;
	font: 18px "Times New Roman", Times, serif;
	background-color: #000000;
	float: left;
	clear: both;
	background-image: url(../images/btnbg.gif);
	background-repeat: repeat-x!important;
	color: #e2c340!important;
	border-top: 2px solid #666666!important;
	border-right: 2px solid #333333!important;
	border-bottom: 2px solid #333333!important;
	border-left: 2px solid #666666!important;
	margin: 10px 0px 0px 0px;
}
#contact #btnSubmitForm {
	width: 250px;
	height: 30px!important;
	font: 18px "Times New Roman", Times, serif;
	background-color: #000000;
	float: left;
	clear: both;
	background-image: url(../images/btnbg.gif);
	background-repeat: repeat-x!important;
	color: #e2c340!important;
	border-top: 2px solid #666666!important;
	border-right: 2px solid #333333!important;
	border-bottom: 2px solid #333333!important;
	border-left: 2px solid #666666!important;
	margin: 10px 0px 0px 0px;
}
/* Clearfix http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
.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;
}


/*-------------------- CSS Tags For a Main Contact Form   --------------------*/

#contact {
	margin: 0px 0px 10px 120px;
	height: auto;
	padding: 0px;
	width: 400px;
}
#contact form {
	height: auto;
	width: 90%;
	margin: 0px;
	padding: 0px;
}
#contact ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#contact li {
	margin: 0px;
	padding: 10px 10px 10px 0px;
	clear: both;
	float: left;
	list-style-type: none;
}
#contact label {
	display: block;
	font-size: 24px;
	color:#e2c340;
	float: left;
	padding: 2px;
	font-family: "Times New Roman", Times, serif;
	clear: both;
	height: auto;
	width: 250px;
}
#contact input {
	border: 1px solid #000;
	font: Arial, Helvetica, sans-serif 12px #000;
	background-color: #fff;
	padding: 2px;
	float: left;
	width: 250px;
	clear: both;
    height: 20px!important;
}
#contact select.state {
    font: Arial, Helvetica, sans-serif 12px #000;
    background-color: #fff;
    padding: 2px;
    float: left;
    clear: both;
    height: 25px!important;
    width: 254px;
}
#contact textarea {
    width: 250px;
    height: 125px!important;
    border: 1px solid #000;
    font: Arial, Helvetica, sans-serif 12px #000;
    background-color: #fff;
    padding: 2px;
    float: left;
    clear: both;
}
#contact input.button {
	width: 255px;
	font: 18px "Times New Roman", Times, serif;
	background-color: #000000;
	float: left;
	clear: both;
	background-image: url(../images/btnbg.gif);
	background-repeat: repeat-x;
	color: #e2c340;
	border-top: 2px solid #666666;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-left: 2px solid #666666;
	height: 30px!important;
}
#contact img {
	margin-left: 6px;
}
/* Use a break with this class to clear float containers */
.brclear {
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}


/*-------------------- Clearfix from positioniseverything.net; http://www.positioniseverything.net/easyclearing.html --------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*  QC Bennett */

#qcBennett {
    background-color:#000000;
    display: block; 
    height: auto;
    width: 220px;
    margin: 30px 0 0 0px;
    padding: 0px;
}
#qcBennett img{
    margin: 0px 0px 5px 0px;
    padding: 0;
}
#qcBennett form {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 220px;
}
#qcBennett textarea {
	margin: 2px 0px 0px 0px;
	padding: 2px;
	width: 245px;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	overflow:scroll;
	background-color: #d9d9d9;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#qcBennett input {
	margin: 2px 0px 0px 0px;
	padding: 2px;
	width: 245px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #d9d9d9;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#qcBennett #btnValidateForm {
	width: 250px;
	height: 30px!important;
	font: 18px "Times New Roman", Times, serif;
	background-color: #000000;
	float: left;
	clear: both;
	background-image: url(../images/btnbg.gif);
	background-repeat: repeat-x!important;
	color: #e2c340!important;
	border-top: 2px solid #666666!important;
	border-right: 2px solid #333333!important;
	border-bottom: 2px solid #333333!important;
	border-left: 2px solid #666666!important;
	margin: 10px 0px 0px 0px;
}
#contact #btnValidateForm {
	width: 250px;
	height: 30px!important;
	font: 18px "Times New Roman", Times, serif;
	background-color: #000000;
	float: left;
	clear: both;
	background-image: url(../images/btnbg.gif);
	background-repeat: repeat-x!important;
	color: #e2c340!important;
	border-top: 2px solid #666666!important;
	border-right: 2px solid #333333!important;
	border-bottom: 2px solid #333333!important;
	border-left: 2px solid #666666!important;
	margin: 10px 0px 0px 0px;
}
#qcBennett ul {
	padding: 0;
	margin: 0px;
}
#qcBennett ul li {
	list-style-type: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin-right: 30px;
}
#qcBennett ul li a:link, #qcBennett ul li a:visited{
	color: #999999;
	text-decoration: underline;
}
#qcBennett ul li a:hover, #qcBennett ul li a:active{
	color: #e2c340;
	text-decoration: underline;
}

#map {
	background-color: #333333;
}
#map p{
	color: #000000;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
	position: relative;
	margin: 0px 0px 0px 30px;
	padding:0px;
/*	height: 600px;/*Add a height attribute and set to largest image's height to prevent overlaying*/
}
.thumbnail:link{
	background-color:transparent!important;
	background-image:none!important;
	text-decoration: none!important;
/*	height: 600px;/*Add a height attribute and set to largest image's height to prevent overlaying*/
	border-top-style: none!important;
	border-right-style: none!important;
	border-bottom-style: none!important;
	border-left-style: none!important;
	padding: 0px!important;
	margin: 0px!important;
}
.thumbnail img{
	border: 3px solid white;
	padding: 0px!important;
/*	margin: 15px!important;
*/}
/*.thumbnail hr{
	padding: 30px 0px 30px 0px!important;
	margin: 0px!important;
}
*/
.thumbnail:hover{
	background-color: transparent;
	padding: 0px!important;
	margin: 0px!important;
}
.thumbnail:hover img{
	border: 3px solid #FFFFFF;
	padding: 0px!important;
/*	margin: 15px!important;
*/}
.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #000000;
	padding: 5px;
	left: -800px;
	visibility: hidden;
	color: #FFCC00;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-align: center;
	border: 3px solid #FFFFFF;
	padding: 0px!important;
	margin: 0px!important;
}
.thumbnail span img{ /*CSS for enlarged image*/
	border: none!important;
	padding: 0px!important;
	margin: 0px!important;
}
.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left: -410px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	padding: 0px!important;
	margin: 0px!important;
}
#rightColumn .baTable{
	margin-right: 30px;
}
#rightColumn .baTable p{
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFCC00;
}
#rightColumn .baTable p span{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFCC00;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
}
.description{
	text-align:center;
	padding: 0px 45px 0px 0px;!important
}
