@import url('reset.css');

html, body { width: 100%; }

.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;
}

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

.notice p {
	line-height: 1.4;
}

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

/* @end */

/* @group Basics */
body {
	background: #faf5f2 url('../../files/home/images/background_body.png') 0 0 repeat-x;
	font-family: Arial, Helvetica;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
}
/* @end */

/* @group Header */

#header {
	background: url('../../files/home/images/background_header.png') 0 0 no-repeat;
	width: 960px;
	height: 195px;
	position: absolute;
	z-index: 10;
}

#etm_home_link {
	display: block;
	text-indent: -99999px;
	background: url('../../files/home/images/logo_large.png') 0 0 no-repeat;
	width: 145px;
	height: 78px;
	margin-left: 34px;
	margin-top: 18px;
}

#header_right {
	float: right;
	padding-right: 16px;
	width: 300px;
}

#header_right h2 {
	padding: 16px 0 8px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: right;
}

#header_right ul {
	float: right;
}

#header_right ul li {
	font-size: 11px;
	line-height: 13px;
	float: left;
	border-right: 1px solid ;
	padding: 0 8px;
	color: #b5d1a3;
}

#header_right ul li.last {
	padding-right: 0;
	border-right: 0;
}

#header_right ul li a {
	text-decoration: none;
}

#header_right ul li a:link, #header_right ul li a:visited {
	color: #b5d1a3;	
}

#header_right ul li a:hover {
	color: #fff;
}

/* @end */

/* @group Left */

#content_left div.section_left {
	padding: 0 0 20px 15px;
}

#content_left div.section_left h5 {
	font-weight: bold;
	color: #685941;
	font-size: 13px;
	padding-bottom: 4px;
}

#content_left div.section_left strong.location_name {
	font-weight: normal;
}

#content_left div.section_left p {
	color: #99836f;
	line-height: 1.38;
	font-size: 12px;
}

#content_left div.section_left a {
	font-weight: bold;
	text-decoration: none;
}

#content_left div.section_left a:link, #content_left div.section_left a:visited {
	color: #99836f;
}

#content_left div.section_left a:hover {
	color: #597232;
}

#nav_wrapper {
	background-color: #f5f7f3;
	padding: 126px 0 20px 15px;
	width: 174px;
}

#nav li {
	display: block;
	float: left;
}

#nav a {
	display: block;
	float: left;
	width: 174px;
	padding: 8px 0;
	font-size: 15px;
	text-decoration: none;
}

#nav a.on {
	font-weight: bold;
}

#nav .nav_secondary a.on:link, #nav .nav_secondary a.on:visited {
	color: #597232;
}

#nav a:link, #nav a:visited {
	color: #8c6239;
}

#nav a:hover {
	color: #597232;
}

#nav .nav_secondary a {
	padding: 4px 0 4px 8px;
	width: 166px;
	font-size: 12px;
}

#nav ul.nav_secondary li.tertiary a.tertiary_link {
	background: url('../../files/home/images/legacoop_tabs_off.png') 154px 50% no-repeat;
}

#nav ul.nav_secondary li.tertiary {

}

div.tertiary_nav {
	position: absolute;
	left: 184px;
	top: 0;
	width: 140px;
	padding: 8px 10px;
	/*background: #339bc9 url('../../files/home/images/tertiary_background.png') 0 0 repeat-x;*/
	background-color: #6CB333;
	z-index: 900;
}

span.tertiary_pointer {
	position: absolute;
	background: url('../../files/home/images/tertiary_pointer.png') 0 0 no-repeat;
	width: 10px;
	height: 10px;
	z-index: 901;
	margin-left: -20px;
	margin-top: -2px;
	display: block;

}

html.ie span.tertiary_pointer  {
	display: none;
}

#nav ul.nav_secondary li div.tertiary_nav a, #nav li div.tertiary_nav a {
	background: transparent;
	display: block;
	width: 140px;
	height: auto;
	line-height: 18px;
	font-size: 11px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#nav ul.nav_secondary li div.tertiary_nav a:link, #nav ul.nav_secondary li div.tertiary_nav a:visited,
#nav li div.tertiary_nav a:link, #nav li div.tertiary_nav a:visited {
	color: #fff;
}

#nav ul.nav_secondary li div.tertiary_nav a:hover, #nav li div.tertiary_nav a:hover  {
	text-decoration: underline;
	background: transparent;
}

#spafinder_link {
	display: block;
	background: url('../../files/home/images/logo_spafinder.png') 0 0 no-repeat;
	text-indent: -99999px;
	width: 100px;
	height: 33px;
	margin-bottom: 4px;
	
}

#spaweek_link {
	display: block;
	background: url('../../files/home/images/logo_spaweek.png') 0 0 no-repeat;
	text-indent: -99999px;
	width: 130px;
	height: 61px;
	
}

p.hours_row {
	padding-bottom: 4px;
}

.site_downloads {
	margin-bottom: 14px;
}

.site_downloads li a {
	display: block;
	text-decoration: underline;
	font-size: 12px;
	padding: 8px 0 6px 26px;
	background: url('../../files/home/images/document.png') 0 50% no-repeat;
}

/* @end */

/* @group Main */

#content {
	padding-top: 70px;
}

#content_left {
	float: left;
	width: 228px;
	padding-left: 22px;
}

#content_right {
	float: right;
	width: 710px;
}

#featured_media {
	position: relative;
	margin-bottom: 42px;
}

#content_body_head {
	width: 480px;
	height: 270px;
	margin-bottom: 20px;
}

#featured_media_foreground {
	position: absolute;
	bottom: 1px;
	width: 710px;
	height: 34px;
}

#featured_media img {
	width: 710px;
}

#content_head, #map_canvas_wrapper {
	background-color: #eee;
	margin: 51px 0 20px;
}

#content_head img {
	width: 710px;
}

#content_head_blank {
	height: 100px;
}

#content_main {
	float: left;
	width: 480px;
	padding-bottom: 42px;
}

#content_body {
	padding-bottom: 20px;
	z-index: 20;
	position: relative;
}

#content_promos {
	float: right;
	width: 230px;
	padding-bottom: 240px;
}

#newsletter_signup {
	background-color: #e6e1d7;
	height: 54px;
	margin-top: 40px;
}

#newsletter_signup label {
	display: block;
	float: left;
	line-height: 12px;
	font-size: 12px;
	color: #464646;
	margin: 21px 11px;
}

#newsletter_signup input.form_button {
	float: left;
	margin: 14px 0 14px 10px;
}

/* @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: 18px;
}

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

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

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

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

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

.body_copy {
	color: #464646;
}

.body_copy p {
	font-size: 13px;
	line-height: 1.38;
	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: 13px;
	line-height: 18px;
	padding: 2px 0;
}

h1.page_title {
	font-size: 22px;
	color: #685941;
	padding-bottom: 10px;
}

h2.page_subtitle {
	font-size: 16px;
	color: #998675;
	font-weight: normal;
	padding-bottom: 10px;
	line-height: 1.2;
}

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

.body_copy a:hover {
	color: #597232;
	text-decoration: none;
}

/* @end */

/* @group Contact Page */

#contact_left {
	float: left;
	width: 180px;
}

#contact_right {
	float: right;
	width: 300px;
}

div.form_button_wrapper {
	padding: 20px 0;
}

/* @end */

/* @group Forms */

input#signup_email_address {
	float: left;
	width: 200px;
	height: 24px;
	border: 1px solid #7b7b7b;
	font-size: 12px;
	padding: 0 4px;
	margin: 14px 0;
}

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;
}

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

/* @end */

/* @group Promo Boxes */

.promo_box {
	padding: 0 0 15px 21px;
}

.promo_box img {
	width: 199px;
}

/* @end */

/* @group Footer */

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

#footer_overlay {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

#footer_links {
	padding: 160px 0 0 36px;
}

#footer_links li {
	float: left;
	border-right: 1px solid #fff;
	padding-right: 7px;
	margin-right: 7px;
	font-size: 11px;
}

#footer_links li.last {
	border-right: 0;
}

#footer_links a {
	text-decoration: none;
}

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

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

#copyright {
	float: right;
	margin: 144px 26px 0 0;
	font-size: 11px;
	color: #b5d1a3;
	line-height: 1.5;
	text-align: right;
}

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

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

#copyright a:hover {
	color: #fff;
}


/* @end */


/* @group Misc */

#massage_rates_table {
	background-color: #FFFAEC;
	color: #685941 !important;
	width: 100%;
}

#massage_rates_table_wrapper {
	padding: 6px 0 12px;
}

#massage_rates_table td {
	border: 1px solid #685941;
	padding: 8px;
	text-align: center;
	font-size: 16px;
	line-height: 1.2;
}

#massage_rates_table td.massage_rates_type, #massage_rates_table td.massage_rates_duration, #massage_rates_table td.massage_rates_member {
	font-weight: bold;
}

#massage_rates_table td.massage_rates_type {
	text-align: left;
}

#massage_rates_table p {
	padding: 0;
	margin: 0;
	line-height: 1.2;
}

#massage_rates_table em, #massage_rates_table td.massage_rates_addons {
	font-size: 15px;
	font-style: italic;
}

.spambot {
	display: none;
}

#social_network_links {
	padding: 4px 0;
}

#social_network_links li {
	display: block;
	float: left;
	margin-right: 4px;
	margin-bottom: 10px;
}

#social_network_links a {
	display: block;
	float: left;
	width: 26px;
	height: 26px;
	text-indent: -9999px;
	background-position: 0 0;
}

.addthis_button {
	float: right;
}

.additional_list_row {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#faq_list {
	padding: 10px 0;
}

#faq_list .additional_list_row {
	border: 0;
	margin: 0 0 14px 0;
	padding: 0;
}

.additional_list_row_last {
	border-bottom: 0;
}

.additional_list_title {
	font-size: 14px;
	color: #597232;
	font-weight: bold;
	padding-bottom: 10px;
}

.additional_list_row .body_copy p, .additional_list_row .body_copy li,
.body_copy .additional_list_row p, .body_copy .additional_list_row li {
	font-size: 12px;
}


#services_summary_wrapper {
	padding: 10px 0;
}

#services_summary_wrapper img {
	width: 60px;
	height: 60px;
}

#services_summary_wrapper p {
	padding: 0;
	font-size: 11px;
	line-height: 1.3;
}

#services_summary_wrapper h6 {
	padding-bottom: 2px;
	font-size: 11px;
	line-height: 1;
}

.services_summary {
	float: left;
	width: 240;
}

.services_summary_image {
	float: left;
	width: 60px;
	padding-right: 10px;
}

.services_summary_description {
	float: right;
	width: 170px;
	padding-bottom: 14px;
}

.specials_block {
	padding-bottom: 10px;
}

.share_facebook_button {
	/* Removes Counter */
	float: left;

}

.share_googleplus_button {
	float: left;
	padding-top: 3px;
}

.share_twitter_button {
	float: left;
	padding-right: 10px;
}

.social_share_buttons {
	width: 213px;
	overflow: hidden;
}

#social_network_links a.blogger_link { background-image: url('../../files/home/images/social_media/icon-blogger.png'); } 
#social_network_links a.facebook_link { background-image: url('../../files/home/images/social_media/icon-facebook.png'); } 
#social_network_links a.linkedin_link { background-image: url('../../files/home/images/social_media/icon-linkedin.png'); } 
#social_network_links a.twitter_link { background-image: url('../../files/home/images/social_media/icon-twitter.png'); } 
#social_network_links a.wordpress_link { background-image: url('../../files/home/images/social_media/icon-wordpress.png'); } 
#social_network_links a.yelp_link { background-image: url('../../files/home/images/social_media/icon-yelp.png'); } 
#social_network_links a.youtube_link { background-image: url('../../files/home/images/social_media/icon-youtube.png'); } 
#social_network_links a.foursquare_link { background-image: url('../../files/home/images/social_media/icon-foursquare.png'); }
#social_network_links a.rss_link {
    background: url('../../files/home/images/rss.png') no-repeat 0 0;

}
#twitter_widget .twtr-bd p {
	font-size: 11px;
}

#twitter_widget a:link, #twitter_widget a:visited {
	font-weight: bold;
}

#twitter_widget, #facebook_widget {
	padding-bottom: 20px;
}


#twtr-widget-1 .twtr-ft, .twtr-ft img {
	display: none;
}

/* @end */

/* @group Salesforce and Infusionsoft Forms */


#salesforce_contactus_form label {
	display: block;
	float: left;
	text-align: right;
	width: 130px;
	font-size: 11px;
	color: #777;
	margin: 6px 0 2px 0;
	padding-right: 10px;
}

#salesforce_contactus_form br {
	clear: both;
}

#salesforce_contactus_form input, #salesforce_contactus_form textarea {
	display: block;
	width: 152px;
	margin: 4px 0;
	border: 1px solid #DBDCDD;
	color: #999;
	font-size: 11px;
	padding: 3px;
}

#salesforce_contactus_form textarea {
	height: 70px;
}

#salesforce_contactus_form input.submit_btn {
	font-weight: bold;
	display: block;
	margin: 10px 0 10px 140px;
	background-color: #ccc;
	color: #000;
	cursor: pointer;
	width: 110px;
	padding: 4px 8px;
}


#infusionsoft_contactus_form table {
	width: 100%;
}

#infusionsoft_contactus_form table tr td {
	padding-bottom: 8px;
}

#infusionsoft_contactus_form .form_label {
	width: 110px;
	font-size: 12px;
	color: #777;
	text-align: right;
	vertical-align: top;
	padding-top: 6px;
	padding-right: 10px;
}

#infusionsoft_contactus_form .form_element {
	vertical-align: top;
}

#infusionsoft_contactus_form .nontext {
	padding-top: 6px;
}

#infusionsoft_contactus_form .form_element img {
	vertical-align: middle;
}

#infusionsoft_contactus_form input.text {
	border: 1px solid #DBDCDD;
	color: #999;
	font-size: 12px;
	padding: 3px;
	width: 150px;
}
#infusionsoft_contactus_form textarea {
	border: 1px solid #DBDCDD;
	color: #999;
	font-size: 12px;
	padding: 3px;
	width: 172px;
	height: 70px;
}

#infusionsoft_contactus_form .contact_submit_btn {
	padding-left: 110px;
}

#infusionsoft_contactus_form {
	padding-top: 10px;
}
#infusionsoft_contactus_form select {
	font-size: 11px;
	padding: 1px 0;
}
#infusionsoft_notice {
	width: auto;
	margin-bottom: 10px;
}

/* @end */

/* @group Partners */

.partner_photo {
	float: left;
	padding: 0 14px 2px 0;
}
.partner_photo img {
	width: 150px;
	border: 3px solid #555;
}

.partner_photo a:hover img {
	border-color: #ccc;
}

/* @end */

/* @group Photo Gallery */

#photo_list {
}

#photo_list a {
	display: block;
	float: left;
	width: 84px;
	height: 84px;
	border: 2px solid #555;
	margin: 0 10px 10px 0;
}

#photo_list a.last {
	margin-right: 0;
}

#photo_list a:hover {
	border-color: #ccc;
}

#photo_list a img {
	width: 84px;
	height: 84px;
}

#photo_item {
	width: 480px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 10px;
}

#photo_item img {
	width: 480px;
}

#photo_item_nav {
	padding: 4px 0 10px 0;
	text-align: center;
}

#photo_item_nav a, #photo_item_nav span {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

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

#photo_item_nav a:hover {
	color: #597232;
}

#photo_item_nav span {
	color: #ccc;
}

/* @end */

/* @group Blog */

.blog_pager {
	float: right;
	font-size: 12px;
}

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

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

.blog_featured_image {
	display: block;
	width: 480px;
	height: 192px;
	margin-bottom: 10px;
}

.blog_featured_image img {
	width: 480px;
	height: 192px;
}

#blog_featured_media {
	padding-bottom: 10px;
}

.blog_title {
	font-size: 16px;
	color: #597232;
	padding-bottom: 6px;
}

.blog_title a {
	text-decoration: none;
}

.blog_title a:link, .blog_title a:visited {
	color: #597232;
}

.blog_title a:hover {
	color: #8C6239;
	text-decoration: underline;
}

.blog_date {
	color: #666;
	font-size: 12px;
	padding-bottom: 10px;
}

h6.blog_comment_author {
	color: #666;
	font-size: 14px;
	padding-bottom: 10px;
}

h6.blog_comment_author span {
	font-weight: normal;
}

div.blog_post_options {
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 8px 16px 8px 0;
	margin-bottom: 20px;
}

a.blog_readmore {
	width: 73px;
	height: 18px;
	display: block;
	float: right;
	background: #b2df27;
	border: 1px solid #4e7103;
	color: #4e7103;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	padding: 0 4px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
}

a.addthis_share_link {	
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: underline;
}

a.addthis_share_link:link, a.addthis_share_link:visited {
	color: #597232;
}

a.addthis_share_link:hover {
	color: #8C6239;
}

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

.comment_head {
	padding: 10px 0 4px;
	border-bottom: 2px solid #636363;
	margin-bottom: 20px;
	font-size: 16px;
}

.commentform_row {
	padding-bottom: 10px;
}

.commentform_row label {
	display: block;
	font-size: 14px;
	padding-bottom: 2px;
}

.commentform_button_wrapper {
	padding: 10px 0 20px;
}

.blog_comment {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.blog_comment p {
	font-size: 11px !important;
}

#latest_blog_posts {
	width: 480px;
	padding-top: 10px;
}

#latest_blog_posts p {
	font-size: 12px;
	padding: 6px 0 20px 0;
	line-height: 1.25;
}

#latest_blog_posts p.read_more {
	padding: 2px 0 20px;
}

.homepage_blog_abstract {
	padding: 6px 0 0;
}
#latest_blog_posts .homepage_blog_abstract p {
	padding: 0 0 8px 0;
}

#latest_blog_posts .homepage_blog_abstract h1, #latest_blog_posts .homepage_blog_abstract h2, #latest_blog_posts .homepage_blog_abstract h3, #latest_blog_posts .homepage_blog_abstract h4, #latest_blog_posts .homepage_blog_abstract h4, #latest_blog_posts .homepage_blog_abstract h5, #latest_blog_posts .homepage_blog_abstract h6 {
	padding-bottom: 0 0 2px 0;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.25;
}

div.latest_blog_post {
	float: left;
	width: 232px;
	padding-right: 16px;
}

#latest_blog_posts div.last {
	padding-right: 0;
}

div.latest_blog_post .latest_blog_post_date {
	background: url('../../files/home/images/blog_image_overlay.png') no-repeat;
	width: 63px;
	height: 22px;
	margin-top: 72px;
	margin-left: 160px;
	position: absolute;
	padding-top: 5px;
	font-weight: 700;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

div.latest_blog_post img {
	border: 1px solid #666;
	width: 230px;
	height: 92px;
}

div.latest_blog_post a:hover img {
	border: 1px solid #aaa;
}




/* @end */

/* @group News Items */

.news_items .blog_post {
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

/* @end */

/* @group 404 */

#studio_search_zip {
	float: left;
	margin-right: 20px;
}

#studio_search_submit {
	float: left;
	margin-top: 5px;
}

/* @end */

/* @group Reviews */

#reviews h4.rating_info {
	font-size: 11px;
	color: #685941;
	font-weight: bold;
	text-align: right;
	font-style: italic;
	padding-bottom: 10px;
}

#reviews h4.responder {
	font-size: 11px;
	color: #597232;
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
}

#reviews h5 {
	font-size: 12px;
	color: #666;
	font-weight: normal;
}

#reviews p {
	font-size: 13px;
	padding-bottom: 10px;
}

div.review {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

div.review:last-child {
	border-bottom: 0;
}

#reviews #pager {
	text-align: right;
	padding-top: 20px;
	font-size: 12px;
}


/* @end */

p.optin_notice {
	color: #555;
	font-size: 10px;
	line-height: 1.2;
	padding-bottom: 14px;
}

/* @group Legal Coop */

#coop_locations_table_wrapper {
	/*border: 3px solid #ddd;*/
}

#coop_locations_table_subwrapper {
	background-color: #e8e9e9;
	border: 1px solid #999;
	padding: 10px 0;
}	

#legalcoop_locations_table {
	width: 100%;
}

#legalcoop_locations_table td {
	vertical-align: top;
	border-bottom: 1px solid #b9b9b9;
	padding: 14px;
	width: 50%;
}

#legalcoop_locations_table tr.last td {
	border-bottom: 0;
}

#legalcoop_locations_table td.col_1 {
	border-right: 1px solid #b9b9b9;
}

#legalcoop_locations_table p {
	font-size: 11px;
	line-height: 1.3;
	padding: 0;
}

#legalcoop_locations_table a {
	text-decoration: underline;
}

#legalcoop_locations_table h2 {
	font-size: 11px;
	padding-bottom: 6px;
}

.legalcoop_location_link {
	width: 211px;
	overflow: hidden;
	padding-bottom: 10px;
}

.legalcoop_location_link_left {
	float: left;
	width: 95px;
}

.legalcoop_location_link_left div.image {
	width: 85px;
	height: 85px;
	padding: 5px;
	background-color: #dbdcdd;
}

.legalcoop_location_link_left div.image img {
	width: 85px;
	height: 85px;
}

.legalcoop_location_link_right {
	float: right;
	width: 106px;
	padding-left: 10px;
}

/*a.legalcoop_location_link_button {
	display: block;
	width: 92px;
	height: 24px;
	margin: 10px auto 6px auto;
	background: url('../../files/home/images/go_to_this_site_button.png') 0 0 no-repeat;
	text-indent: -999999px;
}*/

#legalcoop_location_tbl {
	width: 100%;
}

#legalcoop_location_tbl img {
	width: 212px;
	height: 212px;
	border: 8px solid #dbdcdd;
}

#legalcoop_location_tbl td {
	vertical-align: bottom;
}

#legalcoop_location_tbl_left {
	width: 228px;
	padding-right: 20px;
}

#legalcoop_location_tbl_right p {
	padding-bottom: 0;
}

#legalcoop_location_tbl_wrapper {
	padding-bottom: 20px;
}

a#location_rows_next_page {
	display: block;
	background-color: #eee;
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #666;
	text-decoration: none;
}

a#location_rows_next_page:hover {
	color: #000;
}

div#location_rows_next_page_loading {
	background-color: #eee;
	line-height: 30px;
	height: 30px;
	background: url('../../files/home/images/loading_ball_bounce.gif') center center no-repeat;
}

a.legalcoop_button {
	display: block;
/*	background: #b2df27;
	border: 1px solid #4e7103;
	color: #4e7103;
*/	
	background: #6CB333;
	color: #fff !important;
	border: 1px solid #4e7103;
	
	
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	padding: 0 4px;
	cursor: pointer;
	text-align: center;
	text-decoration: none !important;
}

a.legalcoop_location_link_button {
	width: 100px;
	margin: 0 auto;
}

a.legalcoop_read_more_button {
	width: 50px;
	margin-left: auto;
}

a.legalcoop_back_button {
	width: 50px;
	float: right;
	margin-top: 4px;
}

#legalcoop_tabs {
	position: relative;
	top: 1px;
}

#legalcoop_tabs li {
	float: left;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
}

#legalcoop_tabs li div {
	border: 1px solid #d8d8d8;
	float: left;
	height: 28px;
	padding-left: 10px;
	padding-right: 10px;

}

#legalcoop_tabs li.on {
	background: #6CB333;
	border: 0;
}
#legalcoop_tabs li.on div {
	margin: 1px;
	border: 1px solid #fff;
	padding-left: 10px;
	height: 26px;
}

#legalcoop_tabs span {
	display: block;
	float: left;
	padding-right: 20px;
	background: url('../../files/home/images/legacoop_tabs_off.png') center right no-repeat;
}

#legalcoop_tabs li.on span {
	border-bottom: 0;
	background-image: none;
	background: url('../../files/home/images/legacoop_tabs_on.png') center right no-repeat;
}

#legalcoop_tabs li a {
	line-height: 28px;
}

#legalcoop_tabs li.on a {
	line-height: 26px;
}

#legalcoop_tabs a {
	display: block;
	float: left;
	width: 100%;
	/*line-height: 30px;*/
}


#legalcoop_tabs a {
	text-decoration: none;
}

#legalcoop_tabs a:link, #legalcoop_tabs a:visited {
	color: #555;
}

#legalcoop_tabs li.on a:link, #legalcoop_tabs li.on a:visited {
	color: #fff;
}

#legalcoop_tab_contents {
	border: 1px solid #d8d8d8;
	padding: 20px;
	padding-bottom: 40px;
	min-height: 300px;
}


#legalcoop_tab_contents h3 {
	padding: 3px 0;
	font-size: 16px;
}
#legalcoop_tab_contents h4 {
	font-size: 14px;
	line-height: 1.3;
	padding-bottom: 10px;
	font-weight: normal;
	color: #999;
}

#legalcoop_tab_contents .row {
	background-color: #eee;
	padding: 14px 12px;
	margin-bottom: 10px;
}

.legalcoop_image {
	float: left;
	margin: 0 14px 2px 0;
	background-color: #ccc;
	padding: 3px;
	width: 100px;
	height: 100px;
}

.legalcoop_image img {
	width: 100px;
	height: 100px;
}

a.legalcoop_more_link {
	background: url('../../files/home/images/legalcoop_more_button.png') 0 0 no-repeat;
	display: block;
	text-indent: -99999px;
	width: 56px; 
	height: 24px;
	margin-left: auto;
}

a.back_to_meet_our_trainers_link {
	background: url('../../files/home/images/back_to_meet_our_trainers_button.png') 0 0 no-repeat;
	display: block;
	text-indent: -99999px;
	width: 143px; 
	height: 24px;
	margin-left: auto;
}

a.back_to_success_stories_link {
	background: url('../../files/home/images/back_to_success_stories.png') 0 0 no-repeat;
	display: block;
	text-indent: -99999px;
	width: 133px; 
	height: 24px;
	float: right;
}

#legalcoop_tab_contents .success_story_photos .right {
	float: right;
	text-align: right;
}
#legalcoop_tab_contents .success_story_photo {
	width: 229px;
}

#legalcoop_tab_contents .success_story_photo h3 {
	width: 212px;
	margin: 0 auto;
	padding: 6px 0 0;
	text-align: center;
}

#legalcoop_giftcard_link:link, #legalcoop_giftcard_link:visited {
	color: #41711b;
}


/* @end */

/* @group Slideshow */


#legalcoop_location_slideshow {
    position: relative;
	width: 228px;
    height: 228px;
}

#legalcoop_location_slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}

#legalcoop_location_slideshow img.active {
    z-index: 10;
}

#legalcoop_location_slideshow img.last-active {
    z-index: 9;
}


.legalcoop_select {
	font-size: 11px;
	padding: 1px 0;
}
/* @end */

