@charset "UTF-8";
/* CSS Document */

/*Colors

*/

/* begin css reset ================================================ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
table {border-collapse: collapse; border-spacing: 0;}
img {
	border-width:0;
	border:none;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

p {margin-bottom: 1em;}

/* end css reset ================================================ */

body {
	width:100%;
	height:100%;
	background-color:#6fb832;
	font-size:12px;
}
img#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
}
#content {
position:relative;
z-index:1;
}

ul {
list-style-type:disc;
padding:0 0 0 40px;
}
form {
padding:10px 0 0 0;
}
.form_subscribe {
background:#a8d0d4;
border:outset 0 #d3ceb1;
border-bottom:solid 1px #2b271a;
border-right:solid 1px #2b271a;
line-height:18px;
margin-top:8px;
}
h1 {
	font-weight:bold;
	font-size:25px;
	color:#0088a0;
	line-height:36px;
}
h2 {
	font-weight:bold;
	font-size:22px;
	color:#0088a0;
	line-height:39px;
}
h3 {
	font-weight:bold;
	font-size:16px;
	color:#0088a0;
	line-height:39px;
}
h4 {
	font-weight:bold;
	font-size:14px;
	color:#555555;
	line-height:20px;
	margin-bottom:2px;
}
h5 {
	font-weight:normal;
	font-size:12px;
	color:#014646;
	line-height:16px;
	margin-bottom:6px;
}
.sub_header {
	font-weight:bold;
	font-size:18px;
	color:#0088a0;
	line-height:39px;
}

a {	color:#00607a; text-decoration:none;	}
a:hover {	text-decoration:underline;	}

.brown {
	color:#635e3b;
}
.dkbrown {
	color:#2b271a;
}
#top {
	margin:24px auto 0px auto;
	width:980px;
	height:21px;
	padding:0 14px;
	background:transparent url(/images/shadow_topbtm.png) repeat-y 0 0;
}
#twitter_share {
	float:right;
	margin-top:-10px;
	margin-right:20px
}
#facebook_share {
	float:right;
	margin-top:-14px;
	margin-right:20px
}
#bookmark_share {
	float:right;
	margin-top:-14px;
	margin-right:30px;
	font-size:10px;
	border:1px solid #99cc99;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
	padding:1px 0 0 1px;
	background:#e4f8e4;
}
#bookmark_share a {
	color:#040;
	padding:2px 5px 2px 22px;
}

#container {
	margin:0 auto;
	width:980px;
	padding:0 14px;
	background:transparent url(/images/shadow_sides.png) repeat-y 0 0;
}
#bottom {
	margin:0 auto 25px auto;
	width:980px;
	height:21px;
	padding:0 14px;
	background:transparent url(/images/shadow_topbtm.png) no-repeat 0 100%;
}
#header {
	position:relative;
	float:left;
	width:950px;	
	padding:0 15px 3px 15px;
	background:#FFFFFF;
}
#header_top {
	float:left;
	width:950px;
	height:108px;
	background:#FFFFFF;
}
#logo {
	float:left;
	margin-top:15px;
}
#header_bottom {
	float:left;
	width:950px;
	height:90px;
	background:#FFFFFF;
}
#footer {
	clear:both;
	width:950px;
	padding-bottom:60px;
}
#copyright {
	float:left;
	font-size:11px;
	color:#f2f2f2;
	padding:16px 0 0 23px;
	line-height:16px;
}

#main {
	clear:both;
	background:#FFFFFF;
}

#footer_nav_container {
	float:right;
	width:525px;
}
#footer_nav {
	float:right;
	font-size:11px;
	padding:16px 20px 0 0;
	line-height:16px;
}
#footer_nav a {
	color:#f2f2f2;
	text-decoration:none;
}
#footer_nav a:hover {
  text-decoration: underline;
}
#home_content {
	float:left;
	padding:35px 0 0 40px;
	color:#333333;
	line-height:18px;
	width:460px;
}
#select_city_container {
	padding:66px 0 45px 150px;
}
#select_city {
	float:left;
	font-size:11px;
	line-height:14px;
	width:210px;
	color:#4e3f19;
}
#select_city h2 {
	font-weight:bold;
	font-size:19px;
	color:#6fb832;
	line-height:30px;
	margin-top:50px;
}

#arrow {
	float:left;
	width:36px;
	margin-top:45px;
}
#side_container {
	float:right;
	width:330px;
	margin-right:35px;
}
#side_top {
	float:right;
	width:330px;
}
#side_gradient {
	float:right;
	width:300px;
}
#side_content {
	float:left;
	width:275px;
	padding:8px 0 10px 20px;
	line-height:14px;
	color:#014646;
}
#side_title {
	font-weight:bold;
	font-size:22px;
	color:#6fb832;
	line-height:39px;
}
#globe {
	float:right;
	margin:-27px -7px 0 0;
}

.lt_blue_bkgnd { background:#e8f3ef; }
.lt_green_bkgnd { background:#e8f8cd; }
.lt_yellow_bkgnd { background:#f8f8dd; }

#welcome #side_container { width:440px; }
#welcome #side_top { width:440px; }
#welcome #side_gradient { width:426px; background:transparent url(/images/section_bkgnd.png) repeat-x 0 0; margin-top:18px; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }
#welcome #side_content { width:405px; padding-top:7px; padding-bottom:5px; }

#welcome #sites_box {
float:left;
width:180px;
border:solid 1px #d8e2e2;
margin:30px 30px 0 0;
background-color:#ffffff;
-moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px
}
#welcome #sites_box_title {
font-size:11px;
font-weight:bold;
line-height:20px;
color:#444444;
text-align:center;
background:#d8e2e2;
}
#sites_list {
padding:10px;
}


#cities_container {
	float:left;
	width:400px;
	padding:0 0 20px 15px;
}
#cities_column1 {
	float:left;
	width:110px;
	padding:5px 20px 0 0;
	line-height:18px;
}
#cities_column2 {
	float:left;
	width:100px;
	padding:5px 20px 0 0;
	line-height:18px;
}
#cities_column3 {
	float:left;
	width:130px;
	padding:5px 0 0 0;
	line-height:18px;
}
#nav {
	float:right;
	margin:44px 0 0 0;
	width:550px;
	color:#e1d7c2;
	font-size:13px;
	line-height:25px;
	border-bottom:solid 1px #bbbbbb;
}
#nav a {
	text-decoration:none;
}
#nav a:hover {
  text-decoration: underline;
}
.nav_1 {
	float:right;
	height:25px;
	border-right:dotted 1px #ffffff;
	text-align:center;
	padding:0 10px;
}
.nav_2 {
	float:right;
	height:25px;
	border-right:dotted 1px #ffffff;
	text-align:center;
	padding:0 10px;
}
.nav_3 {
	float:right;
	height:25px;
	text-align:center;
	padding:0 10px;
}
#sub_nav {
	float:right;
	margin:-50px 58px 0 0;
	color:#635e3b;
	font-size:13px;
	line-height:25px;
}
#sub_nav a {
	color:#015656;
	text-decoration:none;
}
#sub_nav a:hover {
  text-decoration: underline;
}
.sub_nav_link {
	float:left;
	height:25px;
	text-align:center;
}

/*Start City*/

#city_content {
	padding:19px 0 0 0px;
	color:#4e3f19;
	line-height:23px;
	width:650px;
}

#city_name {
float:left;
width:360px;
padding:0 0 0 40px;
}

#date {
float:right;
line-height:45px;
color:#555555;
font-size:13px;
font-weight:bold;
}

.offers_container {
float:left;
width:650px;
padding-top:25px;
}
.offers_container.uncategorized {
padding-top:0;
}

.offers_container h4 {
	margin-top:-6px;
	margin-bottom:6px;
}

.offer_icon {
float:left;
width:57px;
}

.offers {
float:left;
width:593px;
}

.offers li {
color:#2b271a;
line-height:17px;
margin-bottom:8px;
}

.side_box {
float:left;
width:198px;
border:solid 1px #a8d0d4;
background:#FFFFFF;
margin:25px 0 0 25px;
-moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
}

.side_box_title {
float:left;
font-size:12px;
font-weight:bold;
line-height:20px;
color:#444444;
width:193px;
background:#a8d0d4;
padding:0 0 0 5px;
}

#followus {
float:left;
background:#e4efeb;
margin:10px 10px 2px 10px;
width:160px;
padding:10px 8px 6px 10px;
line-height:20px;
color:#2b271a;
}

#followus img {
	margin-bottom: -2px;
}

#email {
float:left;
background:#e0eaea url(/images/side_bkgnd.jpg) repeat-x 0 0;
margin:10px;
width:160px;
padding:8px 8px 12px 10px;
font-size:11px;
line-height:16px;
color:#2b271a;
text-align:left;
}
#email #sample_link {
	margin-top:10px; 
	margin-bottom:-10px; 
	text-align:center; 
	font-size:11px;
}
#email_sample {
	width:620px;
	margin:10px; 
	padding:20px; 
	line-height:20px; 
	border:1px solid #aaaaaa;
}

#site_links {
float:left;
padding:10px;
width:168px;
line-height:20px;
}


/*End City*/


.formError {color: red; display: inline; margin-left:20px;}
.fieldWithErrors {display: inline;}
.fieldWithErrors input {border-color: red;}
.fieldWithErrors select {border-color: red; border-width: 2px;}
.fieldWithErrors textarea {border-color: red; border-width: 2px;}
.fieldWithErrors input[type="checkbox"] {border-color: red; border-width: 2px;}

.even { background: #f8f2d3; } /*e3dbaa*/
.odd { background: #e3dbba; }

div.location_menu {
  position: absolute;
  width: 400px;
  top: 61px;
	right: -16px;
  margin-top: 8px;
  border: 1px solid #bbbbbb;
  z-index: 5000;
  background:#ffffff url(/images/section_bkgnd.png) repeat-x 0 0;
  text-align: left;
	padding:15px 0 0 15px;
}

div.location_menu a {
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: none;
}
div.location_menu a:hover {
	text-decoration:underline;
}

.header {
	font-weight: bold;
	margin-top:20px;
}
.contact_option {
	margin:0px 20px 0px 20px;
}

#sec_content { padding:41px 0 0 50px; color:#4e3f19; line-height:20px; width:925px; }
#sec_page_title { font-size:20px; margin:0 0 25px 0; color:#0088a0; font-weight:bold; }
#sec_page_content { padding:0 30px 30px 30px; }
#about_content { margin-right:30px; }
#current_cities { width:345px; float:right; line-height:14px; background:#ffffff url(/images/section_bkgnd.png) repeat-x 0 0; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; padding:15px; margin-top:-20px;}
#current_cities_title { font-size:18px; font-weight:bold; line-height:28px; color:#6fb832; }
#blog_content { padding-top:41px; line-height:20px; }
#admin_content { padding:41px 0 0 20px; color:#4e3f19; line-height:18px; width:910px; font-size:10px; }

#transition {
	width:620px;
	margin:10px; 
	padding:20px; 
	line-height:20px; 
	border:1px solid #aaaaaa;
}

.offer_controls {color:#6a6; font-style:italic; text-align:right;}
.offer_controls a {color:#5a5;}
