/* @override http://www.jackis.com/styles/jackis_main.css */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	cursor: default;
}

a, a img, a span, a em, a strong {
	cursor: pointer;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

body {
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 62.5%;
	line-height: 2.24em;
	font-weight: normal;
	color: #333;
	margin: 0px;
	padding: 0px;
	background: #d2ab7f url(/images/bg.jpg);
}
/* @group Type */

p {
	font-size: 1.4em;
	text-align: left;
	margin: 1.2em 0;
	line-height: 1.4em;
}

li {
	font-size: 1.4em;
	margin-left: 1.8em;
	list-style-type: disc;
}

#search input {
	border: 0px none;
	height: 22px;
	width: 143px;
	background: transparent;
	margin: 0px;
	color: #777;
	padding: 2px 5px 1px;
}
#search input.btn {
	width: 60px;
	height: 25px;
	color: #d2b103;
	padding: 1px 2px 2px 2px;
	text-align: left;
	font-size: 14px;
	margin: 0px 0px 0px -2px;
	line-height: 10px;
	text-indent: -999em;
	cursor: pointer;
}

ol li {
	list-style-type: decimal;
}

a, a:visited {
	color: #00abc9;
	text-decoration: none;
	border: 0px none;
}

a:hover {
	text-decoration: underline;
	color: #72732a;
	border: 0px none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h1, h2 {
	color: #041445;
	font-size: 3.1em;
	font-family: Tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	line-height: 1.1;
	margin: 0px 0px 10px 0px;
}

h3 {
	color: #041445;
	font-size: 2.3em;
	line-height: 1.1;
	font-family: Tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: normal;
	margin: 10px 0px;
}

h4 {
	color: #00abc9;
	font-size: 1.7em;
	font-family: Tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: normal;
	line-height: 1.1;
	margin: 10px 0px 10px 0px;
}

h5 {
	font-size: 1.6em;
	font-family: Tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	line-height: 1.2;
	color: #041445;
}

h6 {
	font-size: 1.44em;
	font-family: Tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	line-height: 1.2;
	color: #041445;
	padding: 4px;
}

/* @end */

/* @group Layout */

#accessibility {
	position: absolute;
	top: -10000px;
}
#header-container {
	background: url(/images/header_bg.png) repeat-x;
	text-align: left;
}
#header {
	width: 980px;
	height: 119px;
	margin: 0px auto;
	position: relative;
	float: none;
}
#nav_bar {
	width: 738px;
	height: 38px;
	background: url(/images/nav_bar.png) no-repeat;
	position: relative;
	margin: 0px 0px 0px 0px;
	float: right;
}

#social {
	width: 416px;
	height: 60px;
	margin-top: 21px;
	float: right;
	font-size: 14px;
	line-height: 1.1;
	color: #fff;
}

#feature-container {
	width: 980px;
	height: 380px;
	overflow: hidden;
	margin: 0px auto;
}
#feature {
	float: left;
	text-align: left;
	width: 380px;
}
#content_container {
	clear: both;
	padding: 0px;
	margin: 0px;
	background: #fff url(/images/content_bg.png) repeat-x;
	text-align: left;
}
#content_container.inside {
	width: 980px;
	margin: 0px auto;
	padding: 40px 0px 0px 0px;
	overflow: auto;
}
#content {
	margin: 0px auto;
	width: 980px;
	padding: 20px 0px 30px 0px;
	min-height: 150px;
	overflow: auto;
}
#content_container.inside #content {
	width: 620px;
	padding: 30px;
	margin: 0px 10px 0px 0px;
	float: left;
}
#right-bar {
	width: 245px;
	float: left;	
	padding: 10px;
	margin: 0px 10px 20px 0px;
	background: #041445;
	color: #fff;
}

#sidebar {
	margin: 0px 0px 0px 30px;
	padding: 0px;
	width: 455px;
	float: right;
}
#footer {
	background: url(/images/footer.png) repeat-x;
	margin: 0px;
	padding: 20px 0px;
	clear: both;
}

.left, #content img.left {
	float: left;
	margin: 0px;
	padding: 4px 10px 4px 0px;
}

.right, #content img {
	float: right;
	margin: 0px;
	padding: 4px 0px 4px 10px;
}

.none, #content img.none {
	float: none;
	margin: 0px;
	padding: 0px;
}

a .left, #content a img, #content a img.left, a .right, #content a img.right, a .none, #content a img.none {
	border: 0px none;
	text-decoration: none;
}

.clear {
	clear: both;
}

/* @end */

/* @group Overrides */

#header .logo {
	display: block;
	overflow: visible;
	padding: 0px;
	margin: 10px 0px 0px 57px;
	width: 164px;
	height: 150px;
	float: left;
	position: absolute;
}
#social a {
	color: #fff;
}
#social img {
	margin: 0px 5px 0px 0px;
	float: left;
}
.item {
	float: left;
	width: 130px;
}
#feature h1, #feature h2 {
	margin: 65px 0px 26px 0px;
	width: 380px;
	float: left;
	clear: left;
	font-size: 2.6em;
}
#feature p {
	margin: 10px 0px 0px 35px;
	line-height: 1.7;
	font-size: 1.6em;
	color: #333;
}
#feature-container img, #feature-container #top_show {
	//float: right;
	margin: 0px;
	padding: 0px;
}
#tout {
	width: 456px;
	padding: 10px;
	margin: 0px 10px 0px 0px;
	background: #041445;
	color: #fff;
	float: left;
}
#tout h3, #right-bar h3 {
	color: #fff;
	font-weight: normal;
}

#tout h3 a {
	color: #fff;
	text-decoration: none;
}
#tout h4 {
	
}
#tout p {
	
}
#sidebar h4 {
	font-size: 1.5em;
}
#sidebar h4 strong {
	font-weight: normal;
	color:#041445;
}
#sidebar p {
	font-size: 1.3em;
}
#content p strong {
	color: #534a11;
	font-weight: bold;
}

.more {
	text-align: right;
}

.map {
	float: right;
	margin: 0px 0px 5px 10px;
}
p.attrib {
	text-align: right;
	font-style: italic;
}

#social_share {
	margin: 0px;
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 5px;
}

#social_share .addthis_toolbox {
	float: right;
}
table#instructors {
	border: 1px solid #666;
}
table#instructors th, table#instructors td {
	padding: 2px 7px;
	font-size: 12px;
}

th.name {
	width: 150px;	
}
th.city {
	width: 130px;
}
th.state {
	width: 65px;
}
th.email {
	width: 60px;
}
table#instructors th {
	font-weight: bold;
	background: #041445;
	color: #fff;
	border-right: 1px solid;
}

#filter-form {
	font-size: 1.4em;
	color: #777;
}
.details {
	margin: 0px 0px 15px 0px;
	padding: 10px 0px;
	border-bottom: 1px solid #445588;
}
.details p {
	margin: 0px;
	font-size: 12px;
}

.details p.instructor {
	font-weight: bold;
	font-size: 14px;
}

.distance {
float: right;
	
}
.distance p.dst {
	font-size: 26px;
	font-weight: bold;
	color: #458;	
}
.distance p.unit {
	text-align: center;
	color: #458;	
}

#find-class-errors li {list-style-type: none; background: #d5ebef; padding: 5px 10px; margin: 4px 30px;}

#search-form {margin: 0px 0px 10px 0px;font-size: 12px;}

#map {float: left; margin: 0px; width: 620px; overflow: hidden; height:500px;}

#right-bar div.details,
#right-bar div.details div,
#right-bar div.details p
{cursor : pointer !important;}

#search-form input#submit {background-color: #1b5471; border: 1px solid #333333; color: #ffffff; font-size: 12px;margin: 0px 0px 0px 10px; padding: 3px 15px; cursor: pointer;}

#footer h5, #footer h6 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #595959;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.5;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#footer h6 {
	color: #595959;
}
#footer h5 a:link, #footer h5 a:visited {
	color: #333333;
	text-decoration: none;
}
#footer h6 a:link, #footer h6 a:visited {
	color: #595959;
	text-decoration: none;
}
table.heartrate {
	border: 1px solid #999;
}
table.heartrate td, table.heartrate th {
	border: 1px solid #999;
	padding: 2px 6px;
	width: 9.1%;
	text-align: center;
}
table.heartrate th {
	font-weight: bold;
	line-height: 1.2;
	padding: 6px;
	vertical-align: bottom;
	color: #49b5cc;
}
/* @end */


/* @group Navigation */
#nav_bar ul li {
	text-indent: -9000px;
	margin: 0; 
	padding: 0; 
	list-style: none; 
	position: absolute;
	display: block;
	height: 38px;
}
#nav_bar ul li ul li {
	position: relative;
	padding: 5px 10px;
	border-top: 1px solid #cfdeff;
	padding: .75em 1em;
	text-indent: 0;
}
#nav_bar a {
	display: block;
}
/*** Drop-Down Menu ***/

.sf-menu {
	line-height: 1.0;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
}
.sf-menu li {
	text-indent: -9000px;
}
.sf-menu ul li {
	text-align: left;
	line-height: 1.15;
	width: 200px;
	height: 20px !important;
	text-indent: 0px;
	padding: 10px 5px;
	font-size: 14px;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 38px; /* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 20px; /* match ul width */
	top: 0;
}
/*** Drop-Down Skin ***/
.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-menu a {
	text-decoration:none;
	width: auto;
}
.sf-menu * a {
	border: 0px none;
	padding: 0px;
}
.sf-menu ul li a {
	width: auto !important;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #fff;
}
.sf-menu li li {
	background: #041445;
}
.sf-menu li li li {
	background: #9AAEDB;
}
.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background: #628990;
	outline:0;
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('/images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

#hm, #hm a {left: 21px; top: 0px; width: 59px; height: 38px;}
#abt, #abt a {left: 81px; top: 0px; width: 89px; height: 38px;}
#dnce, #dnce a {left: 171px; top: 0px; width: 65px; height: 38px;}
#strstp, #strstp a {left: 237px; top: 0px; width: 108px; height: 38px;}
#class, #class a {left: 346px; top: 0px; width: 115px; height: 38px;}
#biz, #biz a {left: 462px; top: 0px; width: 160px; height: 38px;}
#cntct, #cntct a {left: 623px; top: 0px; width: 104px; height: 38px;}

#hm a:hover {background: transparent url(/images/nav_bar.png) -21px -76px no-repeat;}
#abt a:hover {background: transparent url(/images/nav_bar.png) -81px -76px no-repeat;}
#dnce a:hover {background: transparent url(/images/nav_bar.png) -171px -76px no-repeat;}
#strstp a:hover {background: transparent url(/images/nav_bar.png) -237px -76px no-repeat;}
#class a:hover {background: transparent url(/images/nav_bar.png) -346px -76px no-repeat;}
#biz a:hover {background: transparent url(/images/nav_bar.png) -462px -76px no-repeat;}
#cntct a:hover {background: transparent url(/images/nav_bar.png) -623px -76px no-repeat;}

#hm .active {background: transparent url(/images/nav_bar.png) -21px -38px no-repeat;}
#abt .active {background: transparent url(/images/nav_bar.png) -81px -38px no-repeat;}
#dnce .active {background: transparent url(/images/nav_bar.png) -171px -38px no-repeat;}
#strstp .active {background: transparent url(/images/nav_bar.png) -237px -38px no-repeat;}
#class .active {background: transparent url(/images/nav_bar.png) -346px -38px no-repeat;}
#biz .active {background: transparent url(/images/nav_bar.png) -462px -38px no-repeat;}
#cntct .active {background: transparent url(/images/nav_bar.png) -623px -38px no-repeat;}

#hm ul li a:hover, #hm ul li .active, #abt ul li a:hover, #abt ul li .active, #dnce ul li a:hover, #dnce ul li .active, #strstp ul li a:hover, #strstp ul li .active, #class ul li a:hover, #class ul li .active, #biz ul li a:hover, #biz ul li .active, #cntct ul li a:hover, #cntct ul li .active {background: transparent;}

/* @end */

/* @group Contact Form */

input.zemText, textarea.zemTextarea, input.comment_name_input, textarea.txpCommentInputMessage, input.comment_email_input, input.comment_web_input {
	border: 1px solid #cccccc;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0px 0px 5px;
	margin: 0px 0px 7px 0px;
}
input.zemText, input.comment_name_input {
	height: 1.66em;
}
.zemContactForm label, #txpCommentInputForm label {
	width: 70px;
}
.contact label.zemText, .contact label.zemTextarea {
	color: #666;
	float: left;
	font-size: 0.9em;
	list-style-type: none;
	padding: 2px 3px 0px 5px;
	text-align: right;
	width: 70px;
}
input#txpCommentPreview.button, input#txpCommentSubmit.button {
	background-color: #0e174b;
	border: 1px solid #333333;
	color: #ffffff;
	font-size: 12px;
	height: 30px !important;
	padding: 0px;
	width: 140px !important;
	cursor: pointer;
	margin: 0px 10px 0px 0px;
}
input#txpCommentPreview.button.disabled, input#txpCommentSubmit.button.disabled {
	background: #ccc;
	cursor: auto;
}
.contact label.zemRequired, .required {
	font-weight: bold;
	color: #decd6a;
}
input#Zip.zemText, input#City.zemText {
	width: 70px;
}
label.zemText.Zip {
	width: 22px;
	float: none;
}
label.zemTextarea.zemRequired.Comments {
	vertical-align: top;
}
input.zemSubmit {
	background-color: #1b5471;
	border: 1px solid #333333;
	color: #ffffff;
	font-size: 12px;
	height: 30px !important;
	margin: 0pt;
	padding: 0px;
	width: 140px !important;
	cursor: pointer;
}
.zemError {
	background-color: #f81526;
}
input#remember.checkbox, input#forget.checkbox {
	width: 20px;
}
#txpCommentInputForm div.comments-wrapper td {
	vertical-align: top;
}
#content ol.comments li p {
	font-size: 13px;
	color: #444;
}

#content ol.comments li {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

/* @end */
/* CUSTOM IN-POST BOXES */ 
p.alert, p.download, p.info, p.note, p.tick {  margin:10px 0 20px 0; padding:9px 10px 9px 50px; } 
p.alert { border-top:1px solid #f0baa2; border-bottom:1px solid #f0baa2; background:#ffd9c8 url(/images/ico-alert.png) no-repeat 20px 10px; } 
p.download { border-top:1px solid #d4ebaf; border-bottom:1px solid #d4ebaf; background:#edfcd5 url(/images/ico-download.png) no-repeat 20px 10px; } 
p.tick { border-top:1px solid #d4ebaf; border-bottom:1px solid #d4ebaf; background:#edfcd5 url(/images/ico-tick.png) no-repeat 20px 10px; } 
p.info { border-top:1px solid #ccc; border-bottom:1px solid #ccc; background:#eee url(/images/ico-info.png) no-repeat 20px 10px; } 
p.note { border-top:1px solid #efe3ae; border-bottom:1px solid #efe3ae; background:#fef6d2 url(/images/ico-note.png) no-repeat 20px 10px; }
