/* CSS Document */
/* Chase on the Lake */
body
{
	color:#613e27;
	margin: auto;
	background-attachment: fixed;
	background-repeat: repeat;
	background-image: url(../images/back.jpg);
	text-align: center;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #573319;
	margin: 0px;
}


#container
{
	width: 980px;
	background: #e4d2a8 url("../images/back_vert.jpg") repeat-y 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#home-container {
	width: 978px;
	text-align: center;
	margin: auto;
}
#home-container .social-box {
	text-align: center;
	margin: auto;
	padding: .3em;
	color: #FFFFFF;
}
#home-container .social-box a {
	color: #FFFFFF;
	font-weight: bold;
}




#containerhm
{
	width: 980px;
	background: #e4d2a8 url("../images/back_home.jpg") repeat-y 0;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


.printinfo { display:none; margin-left:-10px; float:left;}
h5 {display:none;}

/*************************************************************
NAVIGATION
************************************************************/


#mainnav 
{
	width: 980px;
	height: 54px;
	margin: 0px;
	padding: 0px;
	background: #6e401c url("../images/back_nav.jpg") repeat-x top;
	float: left;
}


/*************************************************************
MAIN STRUCTURE
************************************************************/    
 

#leftcol {
	float: left;
	width:240px;
	background: #512c13 url("../images/back_side.jpg") no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
#leftcolhome {
	float: left;
	width:436px;
	margin: 0 0 0 5px;
	background: #512c13 url("../images/back_sidehm.jpg") no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
#leftcol-container {
	background-color: #56321A;
	padding-left: 1em;
	width: 368px;
}


#right-col-container {
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	width: 610px;
}
#right-col-container .text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: .5em;
}
#right-col-container .text h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #56321A;
}





#midcol { float: left; width:718px; margin: 0 0 0 0;}
#midcolhome {
	float: left;
	width:522px;
	height:610px;
	margin: 0;
	background-repeat: repeat;
	background-color: #FFFFFF;
}
#midcolhome .right {
	border: 4px solid #AE691C;
}
#midcolhome .ad {
	border: 3px solid #512C13;
	padding: 0em;
	margin-top: 1em;
	margin-right: .7em;
	margin-bottom: .7em;
	margin-left: .7em;
}



#content
{
	width: 637px;
	margin: 40px 20px 0px 40px;
	font-size:13px;
	line-height:18px;
	font-family: "Times New Roman", Times, serif; 
	color:#613e27;
	position:relative;
	z-index:650;
}



#bottom 
{ 
	width:980px; 
	height:12px; 
	float:left;
	background: url("../images/shadow_bot.jpg") no-repeat; 
	clear:both;
	position:relative; z-index:200;
}


/*************************************************************
CONTENT COLUMNS
************************************************************/   

.col1 {width:220px;float:left;margin:0 0 0 20px; border:0px solid #fff;}

.col2 {width:320px;float:left;margin:0 0 0 20px; border:0px solid #fff;}

.col3 {width:370px;float:left;margin:0 30px 0 0px; border:0px solid #fff;}
.col4 {width:200px;float:left;margin:0 0 0 20px; border:0px solid #fff;}

.col5 {width:300px;float:left;margin:0 0 0 5px; border:0px solid #fff;}


/*Email Form Signup Design*/
#email-form {
	width: 260px;
	padding: 0.5em;
	background-color: #F7F2E3;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border: 1px solid #CEB386;
	background-position: center;
	margin: 0.8em;
}
#email-form form {
	margin: 0px;
	padding: 0px;
}
#email-form h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #6A3500;
	margin: 0px;
	padding: 0px;
}
#email-form .input-button {
	background-color: #D3232D;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px;
	padding-top: .3em;
	padding-right: 0.5em;
	padding-bottom: .3em;
	padding-left: 0.5em;
}

/*Email Form Signup Design for Sub Pages*/
#email-form-sub {
	width: 200px;
	padding: 0.5em;
	background-color: #EEE0C8;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border: 2px solid #8C5828;
	margin: auto;
}
#email-form-sub .text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #543016;
}

#email-form-sub form {
	margin: 0px;
	padding: 0px;
}
#email-form-sub h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #6A3500;
	margin: 0px;
	padding: 0px;
}

/*************************************************************
MISC. CLASSES
************************************************************/



.leechlake {margin:-34px 0 0 485px !important; margin:-34px 0 0 490px; position:relative; z-index:500;}
.leechlakehm {margin:-86px 0 0 12px !important; margin:-86px 0 0 12px; position:relative; z-index:500;}


.hmlogo {margin-left: 60px;}
.hmhead {margin: 5px 0 5px 71px;}
.hmcopy {width: 365px;font-size:13px;
    margin-left: 45px;
	line-height:17px;
	font-family: "Times New Roman", Times, serif; 
	color:#c8b085;
	position:relative;
	z-index: 430;}
	

.bottompic {margin:-186px 0 0 250px !important; margin:-186px 0 0 250px; position:relative; z-index:400;}
.bottompiclg {margin:-272px 0 0 315px; position:relative; z-index:400;}


.salesteambtn { margin:-60px -40px 0px 0px !important;margin:-50px -40px 0px 0px;float:right; z-index:970;width:90px; height:90px; position:relative;}
.salesteambtnhm {margin:-30px -40px 0px 0px !important;margin:-20px -40px 0px 0px;float:right; z-index:970;width:90px; height:90px; position:relative;}


.headfancy {display:block; margin-left: auto; margin-right: auto;}
.head {display:block; margin-top:16px; margin-bottom:26px;}

.logoint {margin:0;}
.sidepic {margin:50px 0 20px 0;}
.contact {margin:100px 0 10px 0;}

.big {font-size:13px; text-transform:uppercase; color:#452713;}
.biggreen {font-size:14px; font-weight:bold; color:#827400;}
.small {font-size:10px;}

.ressoon {position:relative; z-index:510; margin-left:77px; margin-top:10px;}
.ressoonint {position:relative; z-index:510; margin-left:17px; margin-top:-7px;}
.flag
{
	font-size:9px;
	font-weight:bold;
	line-height:10px;
	font-family: Arial, Helvetica, sans-serif; 
	color:#ff0000;
	display:none;
}
.statusimg {margin: 0 0 -20px 200px; position:relative; z-index:20;}
.thumbs {position:relative; z-index:900;}

.chart {display:block; float:none; width:100%;}
.chart thead {background:#d8c398;font-weight:bold; line-height:13px;font-size:11px;}
.chart td {border-bottom:1px solid #6e5341; border-right:1px solid #b8a37c;}


.jobs {display:block; float:none; width:100%;}
.btmborder {border-bottom:1px solid #ad936f; padding:10px 0;}





/*************************************************************
FLOATING PNGs
************************************************************/
.photosfloat {margin:0 -90px 0 0;float:right; z-index:300; position:relative;}
.photosfloatleft {margin:-10px 0 0 -60px;float:left; z-index:300; position:relative;}

/*** Bottom of homepage ***/
.photoshome {width: 980px;margin: 0px auto 0 auto;}
.photosfloathome {margin:-240px 0 0 500px; float:right; position:relative; z-index:700;}
.homeaddy {margin:-89px 0 0 0;}


/*************************************************************
UNIVERSAL STYLES - LINKS, UNORDERED LISTS
************************************************************/


a:link, a:active, a:visited  {color: #303000; text-decoration:underline; }
a:hover {color: #000000; text-decoration:underline;}

a:focus { outline: none;}



INPUT, textarea, select, checkbox, option	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; border:1px solid #b79e7b; background-color:#eee9ce; }
.submit {color:#ffffff; background-color:#1D7CAC; font-weight:bold; height:23px;

}
/*************************************************************
Float Clear Fix
************************************************************/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.uppercase {text-transform:uppercase;}

.bookbtn {margin-left:25px;}

.bookbtnhm {margin-left:125px; position:relative; z-index:320;}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #6E401E;
	margin: 0px;
}

.home-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBB472;
}
.home-text a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.home-text a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.home-text a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.home-text a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.home-text h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .3em;
	margin-left: 0px;
}

/*.img {
	padding: 0px;
	border: 4px double #966232;
	text-align: left;
	background-position: left;
	margin: 0em;
}*/
.footer-area {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
.footer-area a:link{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.footer-area a:visited{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.footer-area a:hover{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.footer-area a:active{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.large-text {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
#book-form {
	background-color: #F0E7CE;
	padding: 0.2em;
	border: 3px solid #C4884D;
	margin-top: 0em;
	margin-right: 0.2em;
	margin-bottom: 0.2em;
	margin-left: 0.2em;
	width: 350px;
}
#new-book-form-shell {
	background-image: url(../images/new-book-form-bg.png);
	height: 75px;
	padding: 0.5em;
	background-repeat: repeat-x;
	background-color: #F7F2E3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DAC892;
}
#new-book-form-shell2 {
	padding: 0.5em;
	background-color: #F7F2E3;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DAC892;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	height: 50px;
}
#new-book-form-shell .btn {
	float: right;
}

.book-form-input-shells {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #6E401E;
	margin-top: 0.5em;
	margin-bottom: 0.2em;
	margin-right: 0.5em;
	float: left;
}


#new-book-form select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}

#new-book-form-header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #784E27;
	margin-right: 0.2em;
	margin-left: 0.2em;
	text-align: left;
	margin-top: 0.3em;
	width: 485px;
	padding: .2em;
}
#new-book-form .names {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #553117;
	text-align: right;
}

#book-form select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}

#book-form-header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #784E27;
	margin-right: 0.2em;
	margin-left: 0.2em;
	text-align: left;
	margin-top: 0.3em;
	width: 485px;
	padding: .2em;
}

#book-form  input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}
#book-form .names {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #553117;
	text-align: right;
}
form {
	margin: 0px;
}
.main-text {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	padding: .3em;
}
#rates-container .reg {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
#rates-container h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #956131;
}

#rates-container .header {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
#rates-container h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #895127;
	padding-left: .5em;
}
#home-page-offer {
	padding: .3em;
}
#home-page-offer a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bold;
	color: #800402;
}
#home-page-offer a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bold;
	color: #800402;
}
#home-page-offer a:hover {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bold;
	color: #800402;
}
#home-page-offer a:active {


	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bold;
	color: #800402;
}
.content-container {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #6E401E;
	padding-left: .5em;
}
.content-container a {
	color: #784D25;
}

.content-container h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #834D25;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: .1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6E401E;
}
.content-container h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #990000;
	margin: 0px;
}


.content-container h1 {
	font-size:25px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #C8AC73;
	color: #834D25;
	text-align: left;
	margin-top: .5em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
}
.package-rates {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #CA0000;
	text-align: center;
}
.360-border  {

	border: 3px double #C49F64;
	padding: 0em;
	margin: .5em;
}
.sms-heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #980203;
}

.highslide-shell {
}
.highslide-shell img {
	margin: .2em;
	padding: 0px;
	border: thin solid #D3AC63;
}
#home-text-area {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: .5em;
	text-align: justify;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E1E1E1;
}
#home-text-area td {
	font-size: 12px;
}

#home-text-area h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #56321A;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.2em;
	margin-left: 0px;
}
#upcoming-events {
	margin-top: .3em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
}
#upcoming-events img {
	margin-top: 1em;
	margin-right: .5em;
	margin-bottom: 0.3em;
	margin-left: .5em;
}

#upcoming-events h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #7C813F;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}


#last-minute-deals {
	width: 250px;
	margin-bottom: 1em;
	padding: 0em;
	background-color: #E1C99F;
	margin-right: 0em;
	margin-left: 0.5em;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 2px solid #989F46;
	font-size: 10px;
}
#last-minute-deals .sale {
	color: #993300;
	font-size: 12px;
}
#last-minute-deals .slash {
	text-decoration: line-through;
	font-size: 12px;
}

#last-minute-deals .offer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #56321A;
}

#last-minute-deals h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBB472;
	background-image: url(../images/lm-deals-bg.png);
	background-repeat: repeat-x;
	height: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: .3em;
	line-height: 40px;
}
#last-minute-deals-new {
	width: 580px;
	padding: 0.5em;
	background-color: #F1E7D3;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 2px solid #EBD0B8;
	font-size: 12px;
	margin: 0.5em;
}
#last-minute-deals-new .sale {
	color: #993300;
}
#last-minute-deals-new .slash {
	text-decoration: line-through;
}

#last-minute-deals-new .offer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #56321A;
}

#last-minute-deals-new h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #990000;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBB472;
}
#sms-signup-container {
	margin: 0.5em;
	border: 2px solid #989F46;
	padding: 0.3em;
	background-color: #F7F2E3;
	width: 250px;
}
#sms-signup-container img {
}

.disclaimer-text {
	font-size: 12px;
}
#sms-signup-container h3 {
	font-size: 18px;
	font-weight: bold;
	color: #993300;
	margin: 0px;
}
#sms-signup-container .sale {
	color: #993300;
}
#email-form-sub .input-button {
	background-color: #D3232D;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px;
	padding-top: .3em;
	padding-right: 0.5em;
	padding-bottom: .3em;
	padding-left: 0.5em;
}
#lmv-table {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#lmv-table .rate-slash {
	font-weight: bold;
	text-decoration: line-through;
}

#lmv-table td {
	border: 1px solid #CAA66A;
}
#lmv-table .spec-rate {
	font-weight: bold;
	color: #993300;
	font-size: 20px;
}
.spec-rate-phone {
	font-weight: bold;
	color: #993300;
	font-size: 18px;
}
#condo-form-shell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 300px;
	background-color: #FFFFFF;
	text-align: left;
	border: 3px solid #C8AC73;
	padding: .5em;
}
#condo-form-shell td, input, textarea, checkbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#nav-container {
	width: 970px;
	background-color: #512C13;
	height: 30px;
}
.condo-heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #996600;
}
.red {
	color: #990000;
}
#home-text-area .video {
	float: left;
	margin-right: 10px;
	text-align: center;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	border: 3px double #ECE0BB;
}
.lp-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	padding-left: .3em;
}
#lp-container td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
#lp-container .package-rates {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #897B4C;
}
.obfuscate {
	display: none;
}
#lp-container .package-rates2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #990000;
}
#lp-container .package-name {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #8C844A;
}
#lp-container .package-rates3 {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}
.spec-rate-option {

	font-weight: bold;
	color: #993300;
	font-size: 15px;
}
.lp-header2  {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #990000;
	text-align: left;
	padding-left: .3em;
}
.line-through {
	text-decoration: line-through;
	font-size: 20px;
	color: #990000;
	font-weight: bold;
}
.lp-bg {
	background-color: #F7F0E6;
	padding: .5em;
}
#news-updates {
	background-color: #FCFAF3;
	margin: 0.8em;
	padding: 0.4em;
	border: 1px solid #CEB386;
}
#news-updates h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #993300;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: .2em;
	padding-left: 0px;
}
#news-updates a {
	color: #838341;
	font-weight: bold;
}
#topleft {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 300px;
	width: 200px;
	text-indent: -999em;
	text-decoration: none;
	background-image: url(../images/home-corner-ad.gif);
	background-repeat: no-repeat;
}
