html, body {
	height:100%;
	min-height:100%;
}
body {
	background-color:#DFDFDF;
	margin:0;
	padding:0;
}
#wrapper {
	height:100%;
	min-height:100%;
}

td.bgLeft {
	background-image: url(../images/site_bg_left.gif);
	background-repeat: repeat-y;
	background-position: right;
}
td.bgRight {
	background-image: url(../images/site_bg_right.gif);
	background-repeat: repeat-y;
	background-position: left;
}
tr.bgHeader {
}
td.rectBase {
	background-image: url(../images/rect_base.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 9px;
}
td.rectContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height: 15px;
	background-color: #EEEEEE;
	padding: 10px 4px 4px 10px;
}
td.rectContent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height: 15px;
}
td.rectContent a:link, td.rectContent a:active, td.rectContent a:visited {
	text-decoration: underline;
}
td.rectContent a:hover {
	color: #003399;
	text-decoration: none;
}
table.rectMargins {
	margin-top: 14px;
	margin-bottom: 14px;
}
p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
#staffTable p, #staffTable li, #staffTable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a:link, a:active, a:visited {
	color: #3399CC;
	text-decoration: underline;
}
a:hover {
	color: #003399;
	text-decoration: none;
}

td.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	padding-right: 14px;
	line-height: 14px;
}
td.footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
td.footer a:link, td.footer a:active, td.footer a:visited {
	text-decoration: underline;
}
td.footer a:hover {
	color: #666666;
	text-decoration: none;
}
input.send {
	background-color: #999999;
	border: 1px solid #000000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	cursor: hand;
	padding: 1px;
	text-decoration: none;
}
input.text, textarea.textarea, input.chk {
	background-color: #EEEEEE;
	border: 1px solid #666666;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	cursor: hand;
	padding: 1px;
	text-decoration: none;
	width: 200px;
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 20px;
	color: #006699;
}
h2 {
	font-size: 18px;
	color:#000;
	margin-bottom:8px;
}
h3 {
	font-size:16px;
	color:#000;
	margin-bottom:6px;
}
h4 {
	font-size:14px;
	color:#000;
	margin-bottom:4px;
}

img.border {
	border: 10px solid #FFFFFF;
}
li {
	list-style-position: outside;
	list-style-type: square;
}
ul {
	margin:0;
	padding:0;
}
	ul.regList li {
	  list-style-type: disc;
	  list-style-position: inside;
	}

ul#home-announcements {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#home-announcements li {
	list-style-type: none;
	margin: 0;
	padding-left: 10px;
	padding-bottom: 2px;
	background: url(../images/link_arrows.gif) no-repeat left 5px;
}

/** New Staff - Page Layout - 9.7.07 **/
h1.customTitle {
	margin:0 1px;
	height:51px;
	color:#003366;
	font-size:26px;
	padding:0 12px;
	line-height:50px;
	background: url(../images/staff_title_bg.gif) no-repeat 0 0;
}
h1.customTitle a, h1.customTitle a:link, h1.customTitle a:visited, h1.customTitle a:hover, h1.customTitle a:active {
	color:#003366;
	text-decoration:none;
}
.staffListing {
	padding-bottom:20px;
}

.padContent {
	margin:0 2%;
	padding:0;
	border:0;
	border-spacing:0;
	width:750px;
}
.sTable {
	padding:0;
	border:0;
	border-spacing:0;
}
	.sTable td {
		vertical-align:top;
	}
.tiny {
	font-size:10px;
}	
.spread {
	line-height:16px;
}
#contentMain ul {
	padding-left:24px;
}
div.staff-img {
	width:90;
	overflow:hidden;
	height:120;
}
td.staff-cell {
	padding:12px 0;
	background: url(../images/staff_sep.gif) no-repeat left bottom;
}
td.staff-cell a, td.staff-cell a:link, td.staff-cell a:visited, td.staff-cell a:hover, td.staff-cell a:active {
	text-decoration:none;
	color:#000;
} 
select.sortFilter {
	color: #666;
	width:200px;
}
.vertSep {
	background:transparent url(../images/sep_vert_dotted.gif) repeat-y 0 0;
}
.inlineBox {
	padding:14px;
	background-color:#F3F8FC;
	margin:18px 0;
}

.galleryWrapper img {
	margin: 0 12px 12px 0;
}
.galleryWrapper img.last {
	margin: 0 0 12px 0;
}

/** Main Navigation Rules **/
#mainNav {
	padding-left:20px;
}
#mainNav ul {
	height:19px;
	background-color:#003366;
	list-style-type:none;
}
#mainNav ul li {
	float:left;
	margin:0 20px;
	list-style-type:none;
	list-style-image:none;
}	
#mainNav ul li a {
	text-indent:-3000px;
	display:block;
	height:19px;
	background-image:url(../images/nav_sprite.gif);
	background-repeat:no-repeat;
}
a#nav-locations {
	width:91px;
	background-position:0 0;
}
a#nav-locations:hover, a#nav-locations.sgMenuActive {
	background-position:0 -19px;
}

a#nav-classes {
	width:78px;
	background-position:-91px 0;
}
a#nav-classes:hover, a#nav-classes.sgMenuActive {
	background-position:-91px -19px;
}

a#nav-rates {
	width:64px;
	background-position:-169px 0;
}
a#nav-rates:hover {
	background-position:-169px -19px;
}

a#nav-staff {
	width:60px;
	background-position:-233px 0;
}
a#nav-staff:hover {
	background-position:-233px -19px;
}

a#nav-maillist {
	width:102px;
	background-position:-293px 0;
}
a#nav-maillist:hover {
	background-position:-293 -19px;
}

a#nav-contact {
	width:68px;
	background-position:-395px 0;
}
a#nav-contact:hover, a#nav-contact.sgMenuActive {
	background-position:-395px -19px;
}

/** Fly-out Nav **/
#sgFlyNavContainer {
	position:absolute;
	left:-3000px;
	top:-3000px;
	z-index:10;
	color:#fff;
	background-color:#fff;
}
#sgFlyNav {
	position:absolute;
	left:-3000px;
	top:-3000px;
	z-index:11;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666;
	font-size:11px;
	background-color:#ccc;
}
#sgFlyNav ul {
	list-style-type:none;
}
#sgFlyNav ul li {
	padding:2px 0;
	list-style-type:none;
	list-style-image:none;
}
#sgFlyNav ul li a {
	color:#333333;
	padding:2px 12px;
	display:block;
	text-decoration:none;
}
#sgFlyNav ul li a:hover {
	color:#fff;
	background-color:#99CCFF;
}

/** News Ticker **/
#hpAnnouncements a {
	float:left;
}
#hpNewsTicker {
	float:left;
}
ul.sgTicker {
	font-size:12px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	padding-top:2px;
	padding-left:18px;
}
ul.sgTicker li {
	list-style-type:none;
}

/** Classes Nav **/
ul.classesNav {
	list-style-type:none;
	float:left;
	width:200px;
	margin-right:40px;
}
ul.classesNav li {
	list-style-position:inside;	
	font-size:12px;
	padding-bottom:6px;
}
* html ul.classesNav {
	display:inline;
}

/** Homepage Boxes **/
#homeBoxWrapper {
	position:relative;
	height:189px;
	margin:20px 0;
}
.homebox {
	height:189px;
	width:255px;
	position:absolute;
}
.homebox h1 {
	margin-bottom:12px;
}
.homebox h1, .homebox h2, .homebox h3, .homebox a {
	color:#004379;
	font-weight:normal;
}
.homeboxContent {
	padding:0 15px;
}
.homeboxContent p {
	text-align:left;
	font-size:12px;
	line-height:14px;
	color:#666;
	margin-top:0;
	width:120px;
}
.boxLeft {
	float:left;
}
.boxRight {
	float:right;
}
#homeBoxSchedule {
	left:1px;
	top:0;
	background: url(../images/home/hp_box_bg_fade.gif) no-repeat 0 0;
}
#homeBoxKinesis {
	left:257px;
	top:0;
	background: url(../images/home/hp_training_bg.jpg) no-repeat 0 0;
}
#homeBoxTrial {
	left:514px;
	top:0;
	background: url(../images/home/hp_box_bg_fade.gif) no-repeat 0 0;
}

/** Staff Pages **/
img.biopagePic {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}

/** Browser Hacks **/
a:active, a:focus {
   outline: 0;	/* Firefox remove outlined links */
}


/** Mailing List Form **/
.sgForm p {
	padding:0;
	margin:8px 0;
}
#recaptcha_area {
	width:371px;
}
table#recaptcha_table, #recaptcha_table div#recaptcha_image {
	border:none !important;
}
.sgForm input.send {
	cursor:pointer;
	font-size:14px;
	padding:3px 8px;
}


/* Clearfixins */
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
* html .clearfix { height:1%; }
.clearfix { display:block; }

#contactRight {
	float:right;
	width:260px;
}

#contactLeft {
	float:left;
	width:220px;
	padding-bottom:30px;
}