* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background: #d6d3c5 url(../images/bgTop.gif) top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

img {
	border: none;
}

h1 {
	font-size: 22px;
	color: #174a57;
}
h2 {
	font-size: 16px;
	color: #914a24;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
a:link, a:visited{
	color: #35616c;
}
a:hover, a:active{
	color: #914a24;
	text-decoration: none;
}

/* Content */
#content {
	position: relative;
	top: 0px;
	left: 50%;
	margin: 0px 0px 0px -500px;
	padding: 0px;
	width: 980px;
	height: auto;
}

.nointerest {
	float: right;
}


/* Column Container */
#columnContainer {	
	width: 940px;
	height: auto;
	margin: 0px 0px 200px 0px;
	padding: 20px;
	position: relative;
	top: 173px;
	background-color: #FFFFFF;
	border: #c8c7b7 1px solid;
}
/* Header */
#header {
	position: absolute;
	top: 15px;
	left: 0px;
	width: 980px;
	height: 80px;
	padding: 0px;
}
#header img {
	float: left;
}
#header #address {
	width: 300px;
	float: right;
}
#address p {
	color: #FFFFFF;	
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 3px 0px;
}
#address p strong {
	font-size: 36px;
	line-height: 36px;
	margin: 0px;
	padding: 0px;
}
/* Mast */
#mast {
}
/* Top Nav */
#topNav {
	position: absolute;
	top: 145px;
	left: 0px;
	width: 100%;
	height: auto;
}
#topNav, #topNav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	text-align: left;
}

#topNav a {
	display: block;
}

#topNav li { /* all list items */
	float: left;
}

#topNav li ul { /* second-level lists */
	position: absolute;
	width: 17em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
	background-color:#174a57;
	border: #d2d0ca solid 1px;
}

#topNav li ul a {
	width: 16em;
	color: #ffffff;
	padding: 5px;
}

#topNav li ul ul { /* third-and-above-level lists */
	margin: -2.25em 0 0 16em;
}

#topNav li:hover ul ul, #topNav li.sfhover ul ul {
	left: -999em;
}

#topNav li:hover ul, #topNav li li:hover ul, #topNav li.sfhover ul, #topNav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#topNav ul li.topLevel {
	display: inline;
	margin-right: 12px;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background-color:#174a57;
	border: #d2d0ca solid 1px;
	border-bottom: none;
}
#topNav ul li.topLevel a.top:link, #topNav ul li.topLevel a.top:visited{
	padding: 5px 10px;
	color: #ffffff;
	text-decoration: none;
	background-color:#174a57;
}
#topNav ul li.topLevel a.top:hover, #topNav ul li.topLevel a.top:active{
	padding: 5px 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#ab5e36;
	border: none;
}

#topNav img {
	float: right;
}

#topNav img.email {
	margin: 5px 10px 0px 0px;
}

#topNav img.arrow {
	margin: -18px 15px 0px 0px;
}

/* Left Column */
#leftColumn {
	width: 49%;
	height: auto;
	float: left;
}

#leftColumn img.alignCenter {
	margin: 0 0 0 80px;
}

#leftColumn #specialMessage {
	width: 400px;
	height: auto;
	padding: 20px;
	margin: 15px 0px;
	background: #1598b5 url(../images/bgFooter.gif) top left repeat-x;
}

#leftColumn #specialMessage h3 {
	color: #FFFFFF;
}

#leftColumn #specialMessage p {
 	color: #FFFFFF;
 	font-size: 14px;
	line-height: 22px;
	text-align: center;
	margin: 10px 0px 0px 0px;
}
/* Right Column */
#rightColumn {
	width: 50%;
	height: auto;
	float: right;
}
#rightColumn #contentParagraph {	
	float: right;
	width: 85%;
	height: auto;
	padding: 0px; 
	margin: 0px 0px 20px 0px;
}

#rightColumn a:link, #rightColumn a:visited {
	color: #35616c;
	text-decoration: underline;
}
#rightColumn a:active, #rightColumn a:hover {
	color: #914a24;
	text-decoration: none;
}

#rightColumn p{
	font-size: 14px;
	line-height: 22px;
	margin: 10px 0px 0px 0px;
}
#rightColumn img.dropcap {
	float: left;
	margin: 5px 0px 0px -70px;
	padding-left: 60px;
}

#rightColumn ul{
	padding: 15px 20px;
}
#rightColumn li{
	line-height: 22px;
}
#rightColumn img{
}
.thumbs {
	text-align: center!important;
	margin: 15px 0px 0px 0px;
}
#rightColumn h3.baTitle {
	margin-bottom: -10px;
}
#rightColumn #magazine {
	width: 400px;
	height: auto;
	float: right;
	margin-top: 20px;
	}
.magazineImg {
	float: left;
	list-style: none!important;
	padding: 0px 10px 0px 0px;
}
.magazineText {
	float: right;
	list-style: none!important;
	padding: 0px 0px 0px 10px;
	width:160px;
}
#specials {
	margin-top: 20px;
	margin-bottom: 25px;
}
#specials, #specials a, #specials a:link, #specials a:visited {
	width: 246px;
	height: 112px;
	display: block;
	float: right;
	background: transparent url(../images/spring-specials-cta.jpg) top left no-repeat;
	
}
#specials a:hover, #specials a:active {
	background: transparent url(../images/spring-specials-cta.jpg) bottom left no-repeat;
}
#qc {
	position: relative;
	top: 15px;
	left: 30px;
	width: 390px;
	height: 330px;
	padding: 0px 10px 5px 10px;
	margin-bottom: 40px;
	background-color: #f3d9a9;
	border: #c8c7b7 1px solid;
}
#qc #video {
	margin: 0px 0px 0px -60px;
	float: left;
}
#qc form {
	float: left;
	margin: 15px 10px 0px 30px;
}
#qc form ul {
	list-style: none;
	float: left;
}
#qc form li {	
	width: 165px;
	margin-bottom: 5px;
}
#qc form p{
	font-size: 11px;
	color: #6f6f6f;
	text-align: center;
	line-height: 30px;
	float: left;
	display: inline;
}
#qc textarea {
	width: 140px;
	height: 87px;
	margin-right: 7px;
	padding: 10px;
	border: #c8c7b7 1px solid;	
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#qc input {
	width: 140px;
	height: 14px;
	padding: 4px 10px;
	border: #c2c0c0 solid 1px;
}
#qc .button {
	width: 170px;
	height: 37px;
	background:url(../images/btnsubmit.gif) top center no-repeat;
	border: none;
}

#CTA {
	position: relative;
	width: 990px;
	height: 237px;
	padding: 23px 0px 5px 0px;
	margin-bottom: 15px;
}
#CTA h3 {
	color: #255561;
	font-size: 22px;
	text-align: center;
	margin: 154px 0px 0px 0px;
	padding: 0px;
}
#CTA p {
	font-size: 12px;
	line-height: 10px;
	text-align: right;
	margin: 0px 15px 0px 0px;
}

.logos {
	float: right;
	width: auto;
	height: auto;
}
/*.logos img {
	display: block;
}*/

#CTA .imgBackground {
	float: left;
	width: 234px;
	height: 234px;
	margin-right: 13px;
} 
#CTA .imgBackground img {
	display:inline;
	margin: 0px;
	border: none;
}
#CTA .text {
	position: relative;
	top: -238px;
	left: 0px;
	margin-bottom: -234px;
} 

#footerCap {
	width: 980px;
	height: 40px;
}

#footerCap img {
	float: left;
	border: none !important;
}

#footerCap p {
	color: #a07c3e;
	font-size: 18px;
	font-weight: bold;
	float: right;
}
#footerCap a {
	text-decoration: none;
}
/* Footer */
#footerBG {
	margin-top: -4px;
	width: 100%;
	height: 475px;
	background: #1598b5 url(../images/bgFooter.gif) top left repeat-x;
}
#footer {
	position: relative;
	top: 0px;
	left: 50%;
	margin: 0px 0px 0px -500px;
	width: 900px;
	height: 475px;
	padding: 40px;
}
#footer ul {
	list-style: none;
	float: left;
	padding-right: 60px;
}
#footer li {
	color: #FFFFFF;
	font-size: 18px;
	padding: 0px 0px 20px 0px;
}
#footer li ul {
	float: none;
	padding: 15px 0px 15px 35px;
}
#footer li ul li {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
}

#footer li a:link, #footer li a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer li a:active, #footer li a:hover {
	text-decoration: none;
} 

#footer li ul li a:link, #footer li ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer li ul li a:active, #footer li ul li a:hover {
	text-decoration: underline;
} 

#footer #footerAddress {
	width: 200px;
	height: auto;
	float: right;
}
#footerAddress p {
	text-align: right;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 18px 3px 8px 0px;
	border-bottom: #FFFFFF solid 1px;
}
#footerAddress p.phone {
	font-size: 17px;
	font-weight: normal;
	padding: 5px 3px;
	border: none;
} 
/* Disclaimer */
#disclaimer {
	width: 728px;
	height: auto;
	margin: 15px auto;	
}
#disclaimer p {
	padding: 5px 0px;
	font-size: 11px;
	color: #86662f;
	text-align: center;
}

#disclaimer a:link, #disclaimer a:visited {
	color: #86662f;
	text-decoration: underline;
}
#disclaimer a:active, #disclaimer a:hover {
	text-decoration: none;
}
.address2 {
  display: none;
}
.valid, #qc .valid {
  background-color: #D0ECAA !important;
}
.invalid, #qc .invalid {
  background-color: #EC8486 !important;
}

/* 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;
}
