@import url('reset.css');

html, body { width: 100%; -webkit-font-smoothing: antialiased; }

.float_left { float: left; }
.float_right { float: right; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }

.hr { width: 100%; height: 1px; overflow: hidden; background-color: #ccc; }

.hr hr { display: none; }

/* slightly enhanced, universal clearfix hack */

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.clearfix { display: inline-block; }

/* start commented backslash hack \*/

* html .clearfix { height: 1%; }

.clearfix { display: block; }

/* close commented backslash hack */


/* @group MESSAGES */

.info, .success, .warning, .error, .validation {
	border: 1px solid;
	margin-bottom: 10px;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: 10px center;
	list-style-type: disc;
}
.info li, .success li, .warning li, .error li, .validation li {
	margin: 0 0 0 16px;
	padding: 2px 0;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
}
.info a:link {
	color: #00529B !important;
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
}
.success a:link {
	color: #4F8A10 !important;
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
}
.warning a:link {
	color: #9F6000 !important;
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
}
.error a:link {
	color: #D8000C !important;
}
.validation {
	color: #D63301;
	background-color: #FFCCBA;
}
.validation a:link {
	color: #D63301 !important;
}


/* @end */

/* @group Basics */
body {
	background: #faf5f2 url('../../../files/landing_pages/background_body.png') 0 0 repeat-x;
	font-family: Helvetica, Arial;;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	background-color: #faf5f2;
}

.wrapper_inner {
	width: 900px;
	margin: 0 auto;
}

/* @end */

/* @group Header */

#header {
	width: 960px;
	height: 120px;
	background: url('../../../files/coops/2012/background_header.png') left bottom no-repeat;
	padding-top: 20px;
}

#etm_home_link {
	display: block;
	text-indent: -99999px;
	background: url('../../../files/coops/2012/logo_header.png') 0 0 no-repeat;
	width: 145px;
	height: 78px;
	margin-left: 34px;
	position: relative;
}

.header_right {
	text-align: right;
}

#header h1 {
	color: #1e2e05;
	font-size: 22px;
	padding: 20px 60px 6px 0;
	font-weight: normal;
}

#header h2 {
	color: #f5220f;
	font-size: 22px;
	padding: 0 60px 10px 0;
	font-weight: normal;
}

/* @end */

/* @group Body */

.body_content {
	padding: 30px 0;
}

.body_content_left {
	width: 350px;
	padding-left: 30px;
	padding-right: 40px;
	float: left;
}

.body_content_right {
	width: 450px;
	padding-right: 30px;
	float: right;
}


/* @end */

/* @group Footer */

#footer {
	height: 191px;
	position: relative;
	background: url('../../../files/home/images/background_footer.png') 0 0 no-repeat;
	z-index: 2;
}

#copyright {
	font-size: 11px;
	color: #fff;
	line-height: 1.5;
	text-align: right;
	padding-top: 160px;
}

#copyright a {
	font-weight: bold;
	text-decoration: none;
}

#copyright a:link, #copyright a:visited {
	color: #fff;
}

#copyright a:hover {
	color: #fff;
	text-decoration: underline;
}

/* @end */

/* @group Body Copy */

.body_copy h1, .body_copy h2, .body_copy h3, .body_copy h4, .body_copy h5, .body_copy h6 {
	color: #685941;
	padding-bottom: 10px;
	line-height: 1.1;
}

.body_copy h1 {
	font-size: 20px;
}

.body_copy h2 {
	font-size: 19px;
}

.body_copy h3 {
	font-size: 18px;
}

.body_copy h4 {
	font-size: 17px;
}

.body_copy h5 {
	font-size: 16px;
}

.body_copy h6 {
	font-size: 16px;
}

.body_copy {
	color: #000;
}

.body_copy p {
	font-size: 16px;
	line-height: 1.5;
	padding-bottom: 10px;
}

.body_copy ul {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 10px;
}

.body_copy ol {
	list-style-type: decimal;
	margin-left: 20px;
	margin-bottom: 10px;
}

.body_copy li {
	font-size: 16px;
	line-height: 1.5;
	padding: 2px 0;
}

.body_copy a:link, .body_copy a:visited {
	color: #8C6239;
}

.body_copy a:hover {
	color: #597232;
}


/* @end */

/* @group Form */

input.form_button {
	display: block;
	background: #6CB333;
	font-weight: bold;
	font-size: 12px;
	color: #444;
	height: 26px;
	line-height: 12px;
	vertical-align: middle;
	padding: 0 6px;
	border: 1px solid #4e7103;
	cursor: pointer;
	color: #fff;
}

input.text, textarea.text {
	color: #888;
	border: 1px solid #bdaf9d;
	margin: 4px 0 4px 0;
	padding: 5px;
	width: 250px;
	font-size: 14px;
}

select.select {
	padding: 1px 2px;
}

select.select {
	font-size: 12px;
}

.spambot {
	display: none;
}

.notice {
	border: 1px solid;
	margin-bottom: 10px;
	padding: 10px;
    color: #4F8A10;
    background-color: #DFF2BF;
	font-size: 12px;
}

.notice a:link, .notice a:visited {
	color: #4F8A10;
}

.notice_error {
	color: #D8000C;
	background-color: #FFBABA
}

.notice p {
	line-height: 1.5;
}
/* @end */


/* @group Locations */

#location_selector_wrapper {
	background: url('../../../files/coops/2012/background_locations.png') repeat-y;
	width: 900px;
	padding: 20px 0;
	margin: 0 auto;
}

#location_selector_tail {
	background: url('../../../files/coops/2012/background_locations_tail.png') 0 0 no-repeat;
	height: 35px;
	width: 900px;
	margin: 0 auto;
	margin-bottom: 20px;
}

#location_selector_wrapper .body_copy, #location_selector_wrapper .body_copy a:link, #location_selector_wrapper .body_copy a:visited {
	color: #58585a;
}

#location_selector_wrapper .body_copy a:hover {
	color: #000;
}

.button_links {
	padding-top: 4px;
}
#location_selector_wrapper .body_copy .button_links a {
	text-transform: uppercase;
	display: block;
	float: left;
	margin-right: 10px;
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	background: url('../../../files/coops/2012/background_button.png') 0 0 repeat-x;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#location_selector_wrapper .body_copy .button_links a:link, #location_selector_wrapper .body_copy .button_links a:visited {
	color: #fff;
}

#location_selector_wrapper .body_copy .button_links a:hover {
	color: #eee;
}

/* @end */


/* @group Locations */

#coop_locations_table_wrapper {

}
#coop_locations_table_subwrapper {
	padding: 0 20px;
}	
#coop_locations_table {
	width: 100%;
}
#coop_locations_table td {
	vertical-align: top;
	padding: 8px 20px;
	width: 33%;
}
#coop_locations_table td.col_1, #coop_locations_table td.col_2 {
}
#coop_locations_table p {
	font-size: 12px;
	line-height: 1.3;
	padding: 0;
	margin: 0;
}
#coop_locations_table .coop_booknow {
	margin-top: 6px;
}
#coop_locations_table .coop_booknow a {
	display: block;
	width: 80px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #03140C;
	background-color: #105629;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}

#coop_locations_table .coop_booknow a:hover {
	background-color: #fff;
	color: #105629;
}
#coop_locations_table a {
	text-decoration: underline;
}
#coop_locations_table a:hover {
	color: #493216;	
}
#coop_locations_table h2 {
	font-size: 14px;
	padding: 0;
	margin: 0;
	line-height: 1;
	padding-bottom: 2px;
}

#coop_map {
	width: 450px;
	height: 300px;
	
}
#coop_map_wrapper {
	width: 450px;
	height: 300px;
	margin-bottom: 10px;
	-moz-box-shadow: 2px 2px 10px #666;
	-webkit-box-shadow: 2px 2px 10px #666;
	box-shadow: 2px 2px 10px #666;
}

#coop_map p {
	color: #555;
	font-size: 12px;
	line-height: 1.3;
}

/* @end */


/* @group Offer */

#offer_box {
	background: url('../../../files/coops/2012/offer.png') 0 0 no-repeat;
	width: 427px;
	height: 175px;
	position: absolute;
	margin-top: -60px;
	margin-left: -50px;
	text-align: center;
}

.offer_box_red {
	background-image: url('../../../files/cooppro/offer_red.png') !important;
}

.offer_subtitle_none {
	padding-top: 16px !important;
}

#offer_box h1, #offer_box h2 {
	font-family: Arial, Helvetica, “Helvetica Neue”, sans-serif;
	font-weight: bold;	
}
#offer_box h1 {
	color: #fff;
	text-shadow: #000 1px 1px 1px;
	font-size: 30px;
	line-height: 1.2;
	padding-top: 28px;
	padding-bottom: 10px;
}

#offer_box h1.two {
	padding-top: 10px;
	padding-bottom: 4px;
}

#offer_box h2 {
	color: #fff;
	text-shadow: #000 1px 1px 1px;
	font-size: 22px;
}


/* @end */

/* @group Share This */

p.sharethis {
	position: absolute;
	margin-top: 90px;
	font-size: 11px;
}

/* @end */