body {
	margin: 0px;
}
#container {
	position: absolute;
	left: 50%;
	margin: 0px 0px 0px -375px;
	padding: 0px 0px 0px 0px;
	width: 750px;
	height: auto;
}

/* Header */
#header {
	display: none;
}
#header #name {
	display: none;
}
#header #location {
	display: none;
}
#header #phone {
	display: none;
}

/* Mast - can be used for the flash */
#mast {
	
}

/* Top Nav */
#topNav {
	display: none;
}

/* Content */
#content {
	width: 740px;
	height: auto;
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	left: 0px;
	top: 0px;
}

/* Column Container */
#columnContainer {
	width: 740px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	position: relative;
}

/* Mini Contact Form */
#qc {
	display: none;
}

#qc form {
	display: none;
}

#qc p {
  display: none;
}

#qc input{
	display: none;
}

#qc textarea {
	display: none;
}

#qc #submitBtn p{
	display: none;
}

#qc #submitBtn #buttons input{
	display: none;
}


/*  Main Contact Form */
#contact {
	margin: 0px 0px 0px 40px;
	padding: 20px 0px 0px 0px;
	height: 520px;
	width: 400px;
	background-color: #bfbfbf;
	background-repeat: no-repeat;
	border: 1px solid #757170;
	list-style-type: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#contact form{
	margin: 0px 0px 0px 0px;

}

#contact label {
	display: block;
	text-align: right;
	width: 350px;
	margin: 0px 0px 0px 0px;
	color: #000;
}

#contact label input {
	text-align: left;
	border: 1px solid #000;
	width: 200px;
	color: #000;
	background-color: #FFF;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-right: 20px;
	padding: 4px;
}

#contact label select{
	text-align: left;
	border: 1px solid #000;
	width: 210px;
	color: #000;
	background-color: #FFF;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-right: 20px;
	padding: 4px;
}


#contact label textarea {
	text-align: left;
	border: 1px solid #000;
	width: 200px;
	color: #000;
	background-color: #FFF;
	height: 120px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	padding: 4px;
	color: #000;
}

#buttons2 {

	margin: 0px 0px 0px 200px;
	padding: 0px ;
	
}

#contactHidden {
	display: none;
}



/* Left Column */
#leftColumn {
	display: none; 
}

#leftColumn .leftTop{
	display: none;
}
#leftColumn .leftMid {
	display: none;
}
#leftColumn .leftMid img{
/*	border: 0;
*/	display: none;
}


#leftColumn .ad{
	display: none;
}

#leftColumn .ad p{
	display: none;
}

#leftColumn .lvi{
	display: none;
}

#leftColumn .leftBottom{
	display: none;
}

#leftColumn p{
	display: none;
}

/* Right Column */
#rightColumn {
	width: 740px;
	height: auto;
	float: left;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#rightTop {
	width: 489px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 30px 30px 0px 30px;
	display:block;
	background-position: left top;
}

#rightBottom {
	width: 549px;
	height: 119px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	background-position: bottom;
}

#rightBottom p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#393535;
}

#rightBottom #company p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #393535;
	margin: 0px 0px 0px 0px;
}

#rightBottom #address p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #393535;
	margin: 0px 0px 0px 0px;
}

#rightBottom a:link,#rightBottom a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
}

#rightBottom a:hover,#rightBottom a:active{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
}

#rightColumn h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold; 
	color: #393535;
	margin: -4px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#rightColumn h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold; 
	color: #990033;
	margin-top: 0px;
	margin-bottom: 8px;
	padding: 0px 0px 0px 0px;
}

#rightColumn h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold; 
	color: #990033;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#rightColumn p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #393535;
	line-height: 16px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


 #rightColumn a:link,#rightColumn a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold; 
	color: #990033;
	text-decoration:underline;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#rightColumn a:hover,#rightColumn a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold; 
	color: #990033;
	text-decoration:none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#rightColumn li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #393535;
	line-height: 16px;
}

#rightColumn .img{
	display: none;
}

#rightColumn .imgTestimonials{
	display: none;
}

/* Footer */
#footer {
	display: none;
}

#footer p{
	display: none;
}

#footer a:link,#footer a:visited{
	display: none;
}

#footer a:hover,#footer a:active{
	display: none;
}

/* Disclaimer */
#disclaimer {
	width: 740px;
	height: 50px;
	display:block;
	position: absolute;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	background-position: bottom;
}

#disclaimer p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	line-height: 18px;
}

#disclaimer a:link,#disclaimer a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
	line-height: 18px;
}

#disclaimer a:hover,#disclaimer a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-decoration:none;
	line-height: 18px;
}

/* ASPX form/Captcha controls */
#lblErrors {
}
#lblErrors ul {
}
#lblErrors li {
	color: #FF0000!Important;
	font-weight: bold!Important;
}
#pnlCaptcha {
}
#pnlCaptcha label {
}
.captcha {
}
.captcha img {
}
.captcha div {
}
.captcha span {
}
.captcha input {
}
/* 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 */

/* Use a break with this class to clear float containers */

.brclear {
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}

/* sIFR al rescante! http://www.mikeindustries.com/sifr/
now with tasty 2.0.2 flava */
/* 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;
}
/* end sIFR goodness */
