body {
	background-color: #EEEDEC;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

/* hide from normal browsers */
hr {display: none;}

/*header styles */

#header {
	display: block;
	width: 820px;
	height: 56px;
	padding: 0;
	
	margin: 0 auto;
	background: url(images/bg_header.jpg) no-repeat bottom;	
	position: relative;
}


#logo {
	display: block;
	position: absolute;
	width: 152px;
	top: 56px;
	left: 33px;
	padding: 10px 0 10px 20px;
	margin: 0;	
	background: url(images/bg_logo.jpg) top no-repeat;
	
}

#logo img {
	border: 0;
}

ul#metanav {
	display: block;
	width: 744px;
	padding: 15px 0 0 0;
	margin: 0 auto;
	list-style-type: none;
	font-size: 85%;
	font-weight: bold;	
}

ul#metanav li {
	display: inline;
}

ul#metanav li a {
	color: #6B624A;
}

ul#metanav li#franchise {
	padding-right: 334px;
}

ul#metanav li#about {
	padding: 0 10px;
}	

ul#metanav li#contact {
	padding: 0 10px;
	border-left: 1px solid #6B624A;
}	

ul#metanav li#links {
	padding: 0 10px;
	border-left: 1px solid #6B624A;
}	

/* end header styles */

/* start footer styles */

#footer {
	display: block;
	width: 820px;
	height: 72px;
	padding: 30px 0 0 0;
	margin: 0 auto;
	background: url(images/bg_footer.jpg) no-repeat top;	
}

#footer p {
	font-size: 90%;
	text-align: center;
	padding: 0;
	margin: 0;
	color: #837563;
}

#footer #stott-tm {
	display:block;
	padding: 0;
	margin: 10px auto;
}

/* end footer styles */

/*general styles */

a:link {color: #1F6E5A;}
a:visited {color: #1F6E5A;}
a:hover {color: #F8931C; text-decoration: none;}
a:active {color: #1F6E5A;}


/* content styles */

#container {
	display: block;
	width: 820px;
	margin: 0 auto;
	padding: 0;
	background: url(images/bg_content.jpg) top repeat-y;
}

#content {
	display: block;
	width: 733px;
	background: url(images/bg_btmcont.jpg) bottom no-repeat;
	position: relative;
	padding: 0;
	margin: 0 auto;
}

#sidebar {
	display: block;
	width: 152px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}


ul#nav {
	display: block;
	list-style-type: none;
	text-align: center;
	padding: 0;
	margin:0 0 10px 0;
	position: absolute;
	top: 140px;
	left: 20px;
	font-weight: bold;
	font-size: 95%;

	
}

ul#nav li {
	padding: 10px 15px;
	margin: 0;
}

ul#nav li a {
	color: #AD9F79;
	text-decoration: none;
}

ul#nav li a:hover {
	color: #AD9F79;
	text-decoration: underline;
}



/* page content */
#pagecont-m {
	margin: 0 0 0 152px;
	padding: 0 0 0 0;
}

#pagecont {
	margin: 0 0 0 152px;
	padding: 0 0 40px 0;
}

h1.secttitle {
	display: block;
	width: 581px;
	height: 124px;
	margin: 0 0 0 0;
	padding: 0;
	text-indent: -1000px;
}

#hdr_about {background: url(images/bg_hdr_about.jpg) no-repeat top;}
#hdr_contact {background: url(images/bg_hdr_contact.jpg) no-repeat top;}
#hdr_inst {background: url(images/bg_hdr_inst.jpg) no-repeat top;}
#hdr_workout {background: url(images/bg_hdr_workout.jpg) no-repeat top;}
#hdr_events {background: url(images/bg_hdr_events.jpg) no-repeat top;}
#hdr_faqs {background: url(images/bg_hdr_faqs.jpg) no-repeat top;}
#hdr_grad {background: url(images/bg_hdr_grad.jpg) no-repeat top;}
#hdr_links {background: url(images/bg_hdr_links.jpg) no-repeat top;}

#pagecont h2 {
	color: #6B5771;
	font-size: 150%;
	font-weight: normal;
	margin: 40px 50px 10px 35px;
	clear: both;
}

#pagecont h3 {
	color: #7DAA85;
	font-size: 130%;
	font-weight: normal;
	margin: 20px 50px 10px 35px;
}

#pagecont p {
	color: #6D6551;
	font-size: 100%;
	margin: 10px 50px 10px 35px;
	line-height: 160%;
	text-align: justify
}

#pagecont ul {
	color: #6D6551;
	margin: 10px 50px 10px 35px;
	padding: 0;
	list-style-position: inside;
}

#pagecont li {
	line-height: 160%;
	margin-bottom: 10px;
	font-size: 95%;
}

#pagecont ol {
	color: #6D6551;
	margin: 10px 50px 10px 35px;
	padding: 0;
	list-style-position: inside;	
}

#pagecont dl {
	color: #6D6551;
	font-weight: normal;
	margin: 40px 50px 10px 35px;
}

#pagecont dt {
	margin-bottom: 10px;
}

#pagecont dd {
	margin: 0;
	text-align: justify;
}

ul#submenu {
	display: block;
	list-style-type: none;
	list-style-position: inside;
	margin: 10px 50px 10px 15px;
	padding: 0;
	
}

ul#submenu li {
	display: block;
	margin: 3px 0;
	padding: 0;
}

ul#submenu li a {
	font-size: 80%;
	font-weight: bold;
	padding: 2px 10px 2px 0;
	margin: 0;
}

.datatbl {
	display: block;
	margin: 10px 50px 10px 35px;
	padding: 0;	
	border-collapse: collapse;
}

.datatbl th {
	background: #97907F;
	color: #ffffff;
	vertical-align: top;
	margin: 0;
	padding: 5px;
	border: 1px solid #97907F;
	border-collapse: collapse;
}

.datatbl th.l2 {
	background: #BAB19B;
	color: #ffffff;
	font-size: 90%;
	vertical-align: top;
	margin: 0;
	padding: 5px;
	border: 1px solid #97907F;
	border-collapse: collapse;
}

.datatbl td {
	margin: 0;
	padding: 5px;
	background: #E7E3D8;
	color: #6D6551;
	vertical-align: top;
	font-size: 90%;
	border: 1px solid #97907F;
	border-collapse: collapse;
}


/*drop shadow styles
code from the article of Brian Williams
published in A List Apart
http://www.alistapart.com/articles/onionskin/

*/


.wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
  }

.wrap1 {
	float: right;
	background: url(images/shadow.gif) right bottom no-repeat;
	/*margin: 0 5px 5px 35px;*/
	margin: 0 45px 5px 10px;
}

.wrap2 {
	background: url(images/corner_bl.gif) left bottom no-repeat;
}

.wrap3 {
	padding: 0 8px 8px 0;
	background: url(images/corner_tr.gif) right top no-repeat;
}

.wrap3 img {
	display: block;	
	border: 6px solid #fff;
}

/* hidden map */

#mapbig {display: none;}

/* FAQ */

p.q {
	font-weight: bold;
}