body {
	text-align:center;
	font:0.7em Arial, Helvetica, sans-serif;
	line-height:1.4em;
	color:#333333;
	padding:0 0;
	margin:0px;
	position:relative;
	z-index:0;
	top:0;
	left:0;
	right:0;
	background-color:#67645F;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
h1{
	font-size:40px;
	text-align:left;
	margin-top:6px;
	margin-bottom:0px;
	color: #b4d333;
	font-weight: normal;
	font-family: Cordia New, Arial, Helvetica, sans-serif;
	letter-spacing: -2px;
	line-height: 40px;
	padding: 0;
}

h2 {
	margin: 6px 0px 0px 0px;
	color: #b4d333;
	font-size: 24px;
	font-weight: normal;
	font-family: Cordia New, Arial, Helvetica, sans-serif;
	line-height: 24px;
	padding: 0;
}

#banner {float:right; margin-top:0px;}
#header {
	width:760px;
	margin:auto;
	text-align:left;
	padding:25px 0px;
	height:70px;
}
#header img {float:left;}
#wrap {
	width:760px !important;
	min-width:755px !important;
	_height:80%;
	min-height:80%;
	margin:auto;
	text-align:left;
	background-color:#FFFFFF;
	border: 2px solid #ccc;
}
#wrap #home-banner {
	height: auto;
	text-align: center;
}

#left_column {
	float: left;
	width: 170px;
	padding: 10px;
	text-align:left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;

}
#cob  {
	width: 170px;
	height: 142px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}
#left_column #woodland {
	padding-top: 10px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 20px;
}
#left_column #woodland a {
	color: #005250;
}
#left_column #woodland a:hover {
	text-decoration: none;
}



#left_column ul { list-style-type:none; margin:0px; padding:0px; line-height:2em; }
#left_column li { list-style-type:none; }



#left_column a {
	font-weight: 400;

	text-decoration: none;

	color: #BBB;

}
#left_column a:hover{ text-decoration:underline; }



#middle_column {
	float: left;
	width: 350px;
	margin: 20px 10px 0 0;
	padding: 0;
}

#middle_column_local {
	float: left;
	width: 560px;
	margin: 20px 10px 0px 10px;
	padding: 0;

}

#middle_column_big {
	float: left;
	width: 755px;
	margin: 20px 0px 0px 10px;
	padding: 0px;

}

#middle_column_offers {
	float: left;
	width: 538px;
	margin: 0px 10px 10px 10px;
	padding: 0px 5px;
	background-color: #efefef;
	border: solid #DBDBDB 1px;

}

#offer_detail {
	margin-bottom: 10px;
	background-color: #EFEFEF;
	padding: 5px;
	height: 226px;
	width: 228px;
	float: left;
	margin-right: 10px;
	position: relative;
	border: solid #DBDBDB 1px;
}
#offer_detail #logo {
	width: 228px;
	height: auto;
	float: none;
}
#offer_detail #text {
	width: 228px;
	float: none;
	height: auto;
	overflow: hidden;
}
#offer_detail #info {
	width: 69px;
	position: absolute;
	bottom: 5px;
	left: 5px;
}
#offer_detail #info a {
	text-decoration: none;
	display: block;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #FFFFFF;
	font-weight: bold;
}



#right_column {
	float: left;
	width: 170px;
	margin: 20px 0 0 0;
	padding: 0;

}
#footer {
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: center;
	font-size: 0.9em;
	padding: 20px;
	margin-top: 20px;
	line-height: 0.9em;
}
#nav {
	width:760px;
	margin:0px auto;
	text-align:left;
	height:25px;
	background-color:#ffffff;
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	border-left: 2px solid #ccc;
	background-image: url(../images/nav_bg.gif);
	background-position:20px;
	z-index: 20;
}

#nav { 
*background-position: 0px; 
_background-position: 0px; /* IE 6 and below */} 



#nav ul { 
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#nav li{display: block; float: left; margin: 0 0 0 0px; padding:5px 15px;height:25px; }
#nav li.white {background-color:#FFFFFF;  }
#nav li.black {background-color:#000000; color:#FFFFFF;}
#nav li.green {background-color:#d7e341;color:#FFFFFF;}
#nav li.blue {background-color:#00b4f6;  color:#FFFFFF;}
#nav li.pink {background-color:#e20070;  color:#FFFFFF;}
#subnav {background-color:#000000; text-align:left;width:760px; margin:0px auto; color:#FFFFFF;display:block; height:25px;	border-right: 2px solid #ccc;
	border-left: 2px solid #ccc;
}
.terms, .terms a {
	color: #999999;
	font-size: 0.9em;
	font-style: italic;
}
a { color:black;}









div.form-container {
	padding-bottom: 20px;
}
div.form-container fieldset, div.form-container form fieldset {
	margin: 10px 0;
	padding: 10px;
	border: #DDD 1px solid;
}
div.form-container legend, div.form-container form legend {
	font-weight: bold;
	color: #a49880;
}
div.form-container form fieldset div {
	padding: 5px 0 15px;
	clear:left;
	
}
div.form-container label, div.form-container span.label {
	margin-right: 10px;
	display: block;
	text-align: left;
	padding-top: 10px;
}
div.form-container fieldset input, textarea, select {
	width:300px;
}
div.form-container div.controlset label, div.form-container div.controlset input {
	float: none;
	width:50px;
	
}
div.form-container div.controlset div {
	margin-left: 180px;
}
div.form-container div.buttonrow {
	margin-left: 0px;
	margin-top: 10px;
}
div.form-container div.item {
	margin-bottom: 20px;
}
div.errors {
	border: 1px solid #B50938;
	background-color: #FCC9D7;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
div.errors p {
	margin: 0;
}
div.errors p em {
	color: #C00;
	font-style: normal;
	font-weight: bold;
}
div.success { margin: 0 0 10px 0; padding: 5px 10px; border: 1px solid #99CC66; background-color: #D7F4D8; }
div.success p {color: #009900; margin: 0; }
div.success p em { color: #009900; font-style: normal; font-weight: bold; }
div.success ul em { color: #009900; font-style: normal; font-weight: bold; }
#wrap #offers {
	clear: both;
	width: 740px;
	margin: 20px 10px 0px 10px;
}
#concontent p {
	color: #CCCCCC;
	font-size: 12px;
}
#concontent .terms {
	font-size: 10px;
	color: #999999;
}

#concontent a {
	color: #FFFFFF;
	font-weight: bold;
	float: right;
	background-color: #B4D333;
	text-decoration: none;
	display: block;
	width: auto;
	text-align: left;
	padding: 0px 2px;
}
#concontent #top {
	height: 16px;
	width: 360px;
	float: left;
	margin-bottom: 10px;
}


#concontent {
	width: 360px;
	text-align: left;
	padding: 10px;
}
#wrap #woodland-banner {
	height: 310px;
	width: 760px;
}
#wrap #left_column #aa-offer {
	margin: 0px;
	height: 170px;
	width: 170px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	padding-top: 10px;
}
#wrap .totop {
	margin: -5px 10px 0px 10px;
	float: left;
	width: 740px;
}
