@import url('reset.css');

html, body { width: 100%; }

body { font-size: 12px; }

.float_left { float: left; }
.float_right { float: right; }

.hr { width: 100%; height: 1px; overflow: hidden; background-color: #ccc; 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 Google Fonts */

/*
font-family: 'PT Sans Narrow', sans-serif;
font-family: 'PT Sans', sans-serif;
*/

/* @end */


body {
	font-family: Arial, Helvetica, “Helvetica Neue”, sans-serif;
	color: #585858;
}

.header-wrapper {
	background-color: #666;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#main_left {
	width: 206px;
	margin-right: 24px;
	float: left;
}

#main_right {
	float: right;
	width: 730px;
}

#main_right_full {
	width: 730px;
}

#main_right_left {
	width: 500px;
	float: left;
}

#main_right_right {
	width: 198px;
	float: right;
	margin-left: 32px;
}

/* @group Nav */

.nav_wrapper {
	padding-bottom: 40px;
}

.nav li a {
	text-decoration: none;
	font-size: 13px;
	line-height: 30px;
	padding-left: 14px;
	font-family: 'PT Sans', sans-serif;
	height: 30px
}

.nav li, .nav li a {
	display: block;
	float: left;
}

.nav li {
	width: 206px;
	text-transform: uppercase;
}

.nav .nav_secondary li a {
	padding-left: 28px;
	width: 178px;
	line-height: 20px;
	height: 20px;
/*	background-color: #b6d43e;*/
}

.nav li a {
	padding-left: 14px;
	width: 192px;
	overflow: hidden;
}

.nav li a:link, .nav li a:visited {
	color: #757575;
}

.nav li a.on, .nav .nav_secondary li a.on {
/*	background-color: #b6d43e;*/
	font-weight: bold;
}

.nav li a:hover, .nav li a.on:link, .nav li a.on:visited {
	color: #000;
}

.nav .nav_secondary li a.on:hover, .nav .nav_secondary li a.on:link, .nav .nav_secondary li a.on:visited {
	color: #00AEEF;
}




.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: #3fc2fc;
	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: -18px;
	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;
}


/* @end */

/* @group Main Right */

.studio_info_container_warpper {
	padding-bottom: 40px;
}

.studio_info_container {
	background-color: #b6d43e;
	border: 4px solid #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 4px 8px #aaa;
	-webkit-box-shadow: 0px 4px 8px #aaa;
	box-shadow: 0px 4px 8px #aaa;
	padding: 10px 8px;

}

.studio_info_container a {
	text-decoration: underline;
	font-weight: bold;
}

.studio_info_container a:link, .studio_info_container a:visited {
	color: #404041;
}

.studio_info_container a:hover {
	color: #000;
}

.studio_info_container h3 {
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 10px;
	font-family: 'PT Sans Narrow', sans-serif;
}

.studio_info_container p {
	font-size: 11px;
	line-height: 1.4;
	padding-bottom: 14px;
	font-family: 'PT Sans', sans-serif;
	text-transform: uppercase;
}

.studio_info_container p strong {
	display: inline-block;
	padding-bottom: 4px;
}

/* @end */

/* @group Footer */

#footer {
	padding-top: 12px;
	border-top: 1px dotted #404041;
	padding: 40px auto;
}

.footer_tagline img {
	display: block;
	position: absolute;
	background-color: #fff;
	width: 136px;
	height: 19px;
	margin: -22px auto 0 402px;
	padding: 0 10px;
}

.footer_links {
	text-align: center;
	padding: 14px 0;
}

.footer_links p {
	font-size: 12px;
	line-height: 1.5;
	padding-bottom: 14px;
	font-family: 'PT Sans', sans-serif;
	text-transform: uppercase;
	color: #353535;
}

.footer_links p span {
	color: #00aeef;
	display: inline-block;
	padding: 0 2px;
}

.footer_links a {
	text-decoration: none;
}

.footer_links a:link, .footer_links a:visited {
	color: #353535;
}

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

/* @end */

/* @group Header */

#header {
	height: 100px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #404041;
	margin-bottom: 28px;
	position: relative;
}

.header_left {
	width: 206px;
	margin-right: 24px;
	float: left;
	padding-top: 34px;
}
.header_right {
	float: right;
	width: 730px;
}

.header_right_left {
	float: left;
	width: 530px;
	padding-top: 70px;
}

.header_right_right {
	float: right;
	width: 200px;
	padding-top: 20px;
}

.header_right_right_photo {
	position: absolute;
	top: 0;
	right: 0;
	width: 370px;;
	height: 100px;
}

.social_networklinks_container {
	width: 200px;	
}

.header_copy_small {
	width: 340px;
	position: relative;
	margin-top: -40px;
}

.header_copy_right {
	text-align: right;
	width: 200px;
	padding-top: 14px;
}

.header_copy p {
	font-size: 12px;
	font-family: 'PT Sans', sans-serif;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.4;
}

.header_copy p a {
	text-decoration: none;
}

.header_copy p a:link, .header_copy p a:visited {
	color: #eee;
}

.header_copy p a:hover {
	color: #eee;
}

.header_copy p strong {
	font-weight: bold;
	color: #fff;
	font-size: 14px;
}

/* @end */

/* @group Social Networks */

.social_networklinks_container {
	position: absolute;
	right: 0;
	width: 400px;
}

.social_networklinks_container_wrapper {
	height: 34px;
}

#social_network_links {
	float: right;
}
#social_network_links li {
	display: block;
	float: left;
	padding: 0;
	margin-right: 10px;
	margin-bottom: 10px;
}
#social_network_links a {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	position: relative;
	text-indent: -9999px;
	background: url('../../files/home/images/social_network_icons.png') no-repeat 0 0;
}
#social_network_links a.blogger_link { background-position: 0 0; } 
#social_network_links a.facebook_link { background-position: 0 -25px; } 
#social_network_links a.linkedin_link { background-position: 0 -50px; } 
#social_network_links a.twitter_link { background-position: 0 -75px; } 
#social_network_links a.wordpress_link { background-position: 0 -100px; } 
#social_network_links a.yelp_link { background-position: 0 -125px; } 
#social_network_links a.youtube_link { background-position: 0 -150px; }
#social_network_links a.foursquare_link { background-position: 0 -175px; }  
#social_network_links a.rss_link {
    background: url('../../files/home/images/rss.png') no-repeat 0 0;

}

#social_network_links a.pinterest_link {
    background: url('../../files/home/images/logo_pinterest.png') no-repeat 0 0;

}

/* @end */


/* @group Left Blocks */

.main_left_block {
	padding-bottom: 20px;
}

.main_left_block p {
	font-size: 12px;
	color: #404041;
	line-height: 1.4;
}

.main_left_block a {
	text-decoration: none;
	font-weight: bold;
}

.main_left_block a:link, .main_left_block a:visited {
	color: #404041;
}

.main_left_block a:hover {
	text-decoration: underline;
}

.main_left_block h3 {
	font-size: 17px;
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
	color: #19b6f1;
	line-height: 1.1;
	padding-bottom: 4px;
}

#fitness_guides_downloads, #blog_categories {
	margin-bottom: 10px;
}

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

#fitness_guides_downloads li a:link, #fitness_guides_downloads li a:visited, 
#blog_categories li a:link, #blog_categories li a:visited  {
	color: #404041;
}

#fitness_guides_downloads li a:hover {
	color: #19b6f1;
}

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

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

.share_twitter_button {
	float: left;
}

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

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

#twitter_widget {
}

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

#twitter_widget .twtr-hd {
	padding: 10px 0;
}

#twitter_widget .twtr-tweet-wrap {
	padding: 6px 0;
}

a#client_login_link {
	background: url('../../files/home/images/client_login.png') 0 0 no-repeat;
	width: 92px;
	height: 22px;
	margin: 10px 0;
	display: block;
	text-indent: -99999px;
}

a#client_login_link:hover {
	background-position: 0 -22px;
}

#newsletter_signup {
	padding-bottom: 20px;
}

#newsletter_signup input.text {
	color: #666;
	border: 1px solid #ccc;
	padding: 4px;
	width: 152px;
	font-size: 11px;
}

.newsletter_signup_small_button {
	padding-top: 10px;
}

/* @end */

/* @group Forms */

#fourofour input.text {
	color: #666;
	border: 1px solid #ccc;
	padding: 4px;
	vertical-align: middle;
	font-size: 12px;
}

.form_button {
	border: 0;
	cursor: pointer;
	background-color:#b6d43e;
	display:inline-block;
	color:#fff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:4px 16px;
	text-decoration:none;
}.form_button:hover {
	background-color:#c6ec2d;
}.form_button:active {
	position:relative;
	top:1px;
}

/* @end */

/* @group Promos */

#promos {
	margin-bottom: 20px;
}

#promos li {
	display: block;
	padding-bottom: 10px;
}
#promos img {
	width: 198px;
	overflow: hidden;	
}

/* @end */


/* @group Main Middle */

#featured_media {
	padding-bottom: 16px;
}

.featured_media {
	padding-bottom: 10px;	
}

#featured_media img {
	width: 494px;
	border: 3px solid #ccc;
}

#main_right_full #featured_media img {
	width: 724px;
	border: 3px solid #ccc;
}

#featured_media_slideshow {
	padding-bottom: 16px;
}

.body_copy {
	color: #555;
}
.body_copy ul, .body_copy ol {
	list-style-type: disc;
	margin-left: 20px;
	padding-bottom: 14px;
}
.body_copy ol {
	list-style-type: decimal;
}
.body_copy ul li, .body_copy ol li {
	font-size: 14px;
	padding-bottom: 4px;
	line-height: 1.4;

}
.body_copy ul li ul {
	padding: 8px 0 0;
}
.body_copy h1 {
	padding-bottom: 10px;
	font-size: 36px;
	color: #00aeef;
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
}
.body_copy h2 {
	padding-bottom: 6px;
	font-size: 16px;
	color: #40c2fc;
}
.body_copy h3 {
	padding-bottom: 6px;
	font-size: 16px;
}
.body_copy h4 {
	padding-bottom: 6px;
	font-size: 15px;
}
.body_copy h5 {
	padding-bottom: 6px;
	font-size: 14px;
}
.body_copy h6 {
	padding-bottom: 4px;
	font-size: 14px;
	color: #999;
}
.body_copy p {
	font-size: 14px;
	line-height: 1.4;
	padding-bottom: 16px;
}
.body_copy a {
	text-decoration: underline;
	font-weight: bold;
}
.body_copy a:link, .body_copy a:visited {
	color: #404041;
}
.body_copy a:hover {
	text-decoration: none;
	color: #000;
}
.body_copy span.read_more {
	white-space: nowrap;
}
.pager_simple {
	padding: 10px 0;
	font-size: 12px;
}

/* @end */

/* @group Misc */

.fourofour_dumbbells {
	position: relative;
	text-align: right;
	margin-top: -100px;
	z-index: -100;
}

#request_more_info {
	display: block;
	text-indent: -9999px;
	width: 119px;
	height: 24px;
	background: url('../../files/home/images/request_more_info.png') 0 0 no-repeat;
}

#request_more_info:hover {
	background-position: 0 -24px;
}

#jobs h3.jobs_subtitle {
	font-size: 11px;
	padding-bottom: 10px;
}
#jobs h2.jobs_title {
	padding-bottom: 2px;
}

div.blog_pager {
	float: right;
	font-size: 13px;
	padding-top: 0 !important;
}

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

a.blog_readmore {
	background: url('../../files/home/images/button_read_more.png') 0 0 no-repeat;
	width: 73px;
	height: 20px;
	display: block;
	float: right;
	text-indent: -99999px;
}

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

h2.blog_title {
	font-size: 17px;
}

p.blog_excerpt {
	font-size: 13px;
	line-height: 1.5;
}

/* @end */

/* @group Latest Blog Posts */

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

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

#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: 242px;
	padding-right: 16px;
}

div.latest_blog_post #date {
	background: url('/files/home/images/tabforFTblog.png') no-repeat;
	width: 63px;
	height: 22px;
	margin-top: 74px;
	margin-left: 170px;
	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;
}

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

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

div.featured_image {
	padding-bottom: 10px;
}
div.featured_image img {
	width: 500px;
	height: 200px;
}

/* @end */


/* @group Coop */

#coop_description {
	width: 387px;
	float: left;
}
#coop_locations {
	width: 539px;
	padding-left: 34px;
	float: right;
}
.coop_featured_image {
	padding-bottom: 36px;
}
.coop_featured_image img {
	width: 379px;
	border: 4px solid #ddd;
}
#coop_locations_table_wrapper {
	border: 3px solid #ddd;
}
#coop_locations_table_subwrapper {
	background-color: #e8e9e9;
	border: 1px solid #999;
	padding: 10px 0;
}	
#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 {
	border-right: 1px solid #b9b9b9;
}
#coop_locations_table p {
	font-size: 12px;
	line-height: 1.3;
	padding: 0;
}
#coop_locations_table a {
	text-decoration: underline;
}
#coop_locations_table h2 {
	font-size: 14px;
	padding-bottom: 6px;
}

#coop_locations_table h3 {
	font-size: 14px;
	padding: 6px 0 0 0;
}



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

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

#legalcoop_locations_table td.col_1, #legalcoop_locations_table td.col_2 {
	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: 215px;
	overflow: hidden;
	padding-bottom: 10px;
}

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

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

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

.legalcoop_location_link_right {
	float: right;
	width: 105px;
	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;
}

#coop_map {
	width: 531px;
	height: 300px;
	border: 4px solid #ddd;
	margin-bottom: 20px;
}
#coop_map p {
	color: #555;
	font-size: 12px;
	line-height: 1.3;
}


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


/* @end */

/* @group Legal Coop */

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

#legalcoop_tabs li {
	width: 150px;
	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;
	width: 138px;
}

#legalcoop_tabs li.on {
	background: #5bcbfb url('../../files/home/images/background_legalcoop_tabs.png') 0 0 repeat-x;
	border: 0;
}
#legalcoop_tabs li.on div {
	margin: 1px;
	border: 1px solid #a9dff9;
	width: 136px;
	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: 20px;
}


#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, .legalcoop_image_small {
	float: left;
	margin: 0 14px 2px 0;
	background-color: #ccc;
	padding: 3px;
	width: 100px;
	height: 100px;
}

.legalcoop_image_small {
	width: 50px;
	height: 50px;
}

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

.legalcoop_image_small img {
	width: 50px;
	height: 50px;
}

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_meet_our_owners_link {
	background: url('../../files/home/images/back_to_meet_our_owners_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;
}

/* @end */


/* @group Contact us */
#contact_us_map {
	width: 494px;
	border: 3px solid #ccc;
	height: 300px;
	padding-bottom: 16px;
}
#contact_us_map_links {
	font-size: 14px;
	text-align: right;
	padding: 8px 0;
}
#contact_us_content h3 {
	line-height: 1.2;
	font-size: 12px;
	padding-bottom: 14px;
}
#contact_us_content h4 {
	font-size: 12px;
	color: #40c2fc;
}
#contact_us_content h5 {
	font-size: 12px;
	padding-bottom: 14px;
}
#contact_us_content p {
	font-size: 12px;
}

#contact_us_map p {
	font-size: 12px;
}
#contact_us_form_left {
	float: left;
	width: 180px;
}
#contact_us_form_right {
	float: right;
	width: 320px;
}
#contact_us_content input.text, #contact_us_content textarea.text, 
#comments-template input.input, #comments-template textarea.textarea {
	border: 1px solid #DBDCDD;
	color: #999;
	font-size: 13px;
	margin-bottom: 8px;
	padding: 5px;
	width: 250px;
}

#contact_us_content select {
	font-size: 12px;
	width: 262px;
	padding: 2px 0;
	margin: 0 0 8px 0;
	color: #666;
	border: 1px solid #DBDCDD;
}

#contact_us_legalcoops {
	float: right;
	width: 200px;
	padding-left: 10px;
}

#contact_us_content select option {
	padding: 1px 2px;
}

#comments-template label {
	float: left;
	width: 100px;
}

#comments-template .input.medium, #comments-template .textarea.medium {
	width: 65%;
	float: left;
}

#comments-template textarea.wide {
	height:  7em;
	width: 97% !important;
}

.contact_us_form_legalcoop input.text, .contact_us_form_legalcoop textarea.text {
	/*width: 350px !important;*/
}


input.spambot {
	display: none;
}
.submit_button_wrapper {
	padding: 10px 0;
}

input.submit_button {
	background: url('../../files/home/images/submit_button.png') 0 0 no-repeat;
	display: block;
	width: 64px;
	height: 22px;
	text-indent: -99999px;
	border: 0;
	cursor: pointer;
}

.contact_notice {
	font-size: 12px;
	line-height: 1.5;
	font-weight: bold;
	background-color: #40C2FC;
	padding: 10px 14px;
	width: 242px;
	color: #fff;
}

.contact_us_form_legalcoop .contact_notice {
	width: 342px;
}

.contact_notice_error {
	background-color: #EB6D59 !important;
}

.contact_us_form_legalcoop .contact_notice {
	margin-bottom: 10px;
}
/* @end */


/* @group Meet our Trainers */
#trainers h3 {
	padding: 3px 0;
}
#trainers h4 {
	font-size: 14px;
	line-height: 1.3;
	padding-bottom: 10px;
	font-weight: normal;
	color: #999;
}
.trainer {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 26px;
}
#trainers .last {
	border: 0;
}
.trainer_photo {
	float: left;
	padding: 0 14px 2px 0;
}
.trainer_photo img {
	width: 100px;
	height: 100px;
	border: 3px solid #ccc;
}

/* @end */


/* @group Success Stories */
.success_story {
	padding-bottom: 14px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 26px;
}
#success_stories .last {
	border: 0;
}
#success_stories .left {
	text-align: left;
}
#success_stories .right {
	text-align: right;
}

.success_story_photos {
	padding-bottom: 8px;
}

.success_story_photos img {
	width: 200px;
	height: 200px;
	border: 6px solid #ccc;
}
.success_story_photo {
	float: left;
	width: 250px;
}
#success_stories h3 {
	width: 212px;
	padding: 6px 0 0;
	text-align: center;
}
#success_stories .right h3 {
	margin-left: auto;
}
#success_stories h4 {
	font-size: 13px;
	color: #555;
	font-weight: bold;
}
#success_stories h5 {
	font-size: 13px;
	color: #999;
}

/* @end */


/* @group Partners */
#partners h3 {
	padding: 3px 0;
}
#trainers h4 {
	font-size: 14px;
	line-height: 1.3;
	padding-bottom: 10px;
	font-weight: normal;
	color: #999;
}
.partner {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 26px;
}

.ftnews_row {
	border-bottom: 1px solid #ccc;
	margin-bottom: 16px;
}

#partners .last, .ftnews_row_last {
	border: 0;
}
.partner_photo {
	float: left;
	padding: 0 14px 2px 0;
}
.partner_photo img {
	width: 150px;
	border: 3px solid #ccc;
}

/* @end */

/* @group Photo GAllery */

#photo_list {
	padding: 0 1px;
}
#photo_list a {
	display: block;
	float: left;
	width: 75px;
	height: 75px;
	border: 2px solid #ccc;
	margin: 0 2px 10px 2px;
}
#photo_list a:hover {
	border: 2px solid #2FB3EF;
}
#photo_list a img {
	width: 75px;
	height: 75px;
}
#photo_item {
	width: 500px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 10px;
}
#photo_item img {
	border: 3px solid #ccc;
	max-width: 494px;
}
#photo_item_nav {
	padding: 4px 0 4px 0;
	text-align: center;
}
#photo_item_nav a, #photo_item_nav span {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#photo_item_nav span {
	color: #ccc;
}


/* @end */

/* @group Third Party Styles */


.news_infusionsoft form table {

}

.news_infusionsoft form table tr td {
	padding: 2px 10px 2px 0;
	width: 110px;
	font-size: 12px;
	color: #777;
	vertical-align: top;
}

.news_infusionsoft form table img {
	vertical-align: middle;
	display: none;
	width: 10px;
}

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

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

#salesforce_contactus_form {
	text-align: right;
}

#salesforce_contactus_form select {
	width: 154px;
}

#salesforce_contactus_form br {
	clear: both;
}

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

#salesforce_contactus_form textarea {
	height: 70px;
}

#salesforce_contactus_form input.submit_btn {
	font-weight: bold;
	display: block;
	margin: 10px 0 10px 150px;
	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 .submit_button_wrapper {
	padding-left: 130px;
}

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

/* @end */



/* @group Comments 
----------------------------------------*/

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

ul.comment_list {
	list-style: outside;
	list-style-type: none !important;
	margin-left: 0px;
}

ul.comment_list li {
	border-bottom:1px solid #bbb;
	margin: 0 0 20px;
	padding: 0 0 10px;
	clear: both;
}

ul.comment_list li .gravatar {
	width: 60px;
	height: 60px;
	border: 4px solid #666;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

ul.comment_list li .gravatar a {
	width: 80px;
	height: 80px;
	display: block;
	background: transparent;
}

ul.comment_list li .author {
	font-weight: 700;
}

ul.comment_list li .date {
	font-size: 10px; 
	color: #555;
}

/* @end */


/* @group Errors */

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

.notice p {
	padding: 0 !important;
}

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

.tooltip img {
	line-height: 25px;
	vertical-align: middle;
}

.tooltip {
	margin: 0 0 0 7px;
}

/* @end */

/* @group Videos */

.videos_item_row {
	padding-bottom: 20px;
}

.videos_item {
	float: left;
	width: 146px;
	padding-right: 31px;
}

.videos_item_last {
	padding-right: 0;
}

.video_thumb {
	display: block;
	width: 146px;
}

.video_thumb img {
	width: 142px;
	height: 106px;
	border: 2px solid #ccc;
}

.video_thumb img:hover {
	border-color: #2FB3EF;
}

#videos_list .videos_item p {
	font-size: 11px;
	font-weight: bold;
}

#videos_list small {
	font-size: 10px;
}

#videos_cats a {
	text-decoration: none;
}

#videos_cats {
	color: #999;
	font-size: 11px;
	font-weight: bold;
}

#videos_cats a:link, #videos_cats a:visited {
	color: #999;
}

#videos_cats a:hover, #videos_cats a.on:link, #videos_cats a.on:visited {
	color: #333;
}

/* @end */

/* @group Featured Image Slideshow */

.nivoSlider {
    position:relative;
    width:730px; /* Change this to your images width */
    height:410px; /* Change this to your images height */
    background:url(../../js/plugins/nivo-slider/themes/default/images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}

/* @end */

