/*
Code by Pixelluxe Media
lodge.css - lodge page styles
*/

/*Local Typography Styles*/

a:link {
	color: #71bf44;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
#colleft dl {
	font-size: 1.4em;
}

#colleft dt {
	font-weight: bold;
}

#colleft h3 {
	font-size: 1.4em;
	font-weight: bold;
}

#text p {
	font-size: 1.2em;
}

#colright{
    overflow:hidden;
}
#colright h3 {
	font-size: 2.1em;
	line-height: 1.2em;
	color: #71bf44;
	font-weight: bold;
}

#colright h5 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

#colright h5 span.polarmax {
	color: #71bf44;
}

/*Local Layout Styles*/

#email_signup {
	z-index: 5;
}

#colleft dl, #watch {
	margin-bottom: 14px;
}

#colleft dt {
	float: left;
	margin-right: 5px;
}

#colleft dd, #colleft h3 {
	margin-bottom: 3px;
}

#text {
	height: 275px;
	margin-bottom: 14px;
	overflow: auto;
	padding-right: 10px;
	width: 289px;
}

#colleft li {
	float: left;
}

#text ul {
	font-size: 1.2em;
	margin: 0px 0px 10px 0px;
}

#text li  {
	width: 250px;
	padding: 4px 0px 4px 20px;
	border-bottom: 1px solid #cecece;
	background: url(../images/global/bullet_tinyarrow.gif) no-repeat 0px 4px;
}

#colleft li a {
	background: url(../images/global/buttons_contests.gif);
	display: block;
	height: 24px;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
}

#colleft li#ln01 a {
	margin-right: 38px;
	width: 109px;
}

#colleft li#ln02 a {
	background-position: -147px 0px;
	width: 152px;
}

#colright p {
	font-size: 1.2em;
}

#colright .headline {
	font-size: 2.2em;
	line-height: 1.2em;
	color: #71bf44;
	font-weight: bold;
}

form#contest {
	float: right;
}

#text p, #flash, #colright h5 {
	margin-bottom: 10px;
}

#contest_form legend {
	visibility: hidden;
}

#contest_form .left {
	float: left;
	width: 250px;
}

#contest_form .right {
	float: right;
	width: 250px;
}

#contest_form label {
	display: block;
	font-size: 1.2em;
	margin-bottom: 6px;
	text-align: left;
}

#contest_form label.error {
	font-size: 1.1em;
	color: #ff0000;
}

#contest_form input {
	color: #666;
	border: 1px solid #cecece;
	font-size: 1.2em;
	height: 19px;
	margin-bottom: 10px;
	padding: 1px 0 0 6px;
}

#contest_form select {
	background: #fff;
	border: 1px solid #cecece;
	color: #666;
	font-size: 1.2em;
	height: 20px;
	margin-bottom: 10px;
}

#contest_form input.input285 {
	width: 240px;
}

#contest_form input.zip {
	width: 95px;
}

#contest_form select.select285 {
	width: 285px;
}

#contest_form select.state {
	width: 140px;
}

#contest_form select.month {
	width: 100px;
}

#contest_form select.survey {
	width: 250px;
}

#contest_form select.day, #contest_form select.year {
	width: 71px;
}

#contest_form .col165 {
	float: left;
	width: 145px;
}

#contest_form .col143 {
	float: left;
	width: 125px;
}

#contest_form .buttons {
	padding-top: 8px;
	text-align: right;
}

#contest_form .buttons img {
	margin-right: 5px;
}

#contest_form .buttons img:hover {
	cursor: pointer;
}

#contest_form input.submit {
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
}

#contest p.required {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 12px;
	position: relative;
	top: -30px;
	width: 400px;
}

#contest p.privacy {
	font-size: 1.2em;
	position: relative;
	top: -30px;
	width: 400px;
}
#pleasewait, #thanks{
    margin-top:10px;
    text-align:left;
    font-size: 1.5em;
	line-height: 1.2em;
	color: #71bf44;
	font-weight: bold;
}