/*------------start reset styles to reduce browser inconsistency------------*/
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*------------end reset styles to reduce browser inconsistency------------*/
body
{
	margin: 0px auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffbf10;
	background-color: #FFFFFF;
}

p

{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #ffbf10;
	line-height: 130%;
	margin: 10px 0;
}
 h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 29px;
	line-height:30px;
	color: #ffbf10;
	font-weight: normal;
	margin-bottom:50px;
	
} 
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #ffbf10;
	font-weight: normal;
	margin: 15px 0 -4px 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #ffbf10;
	font-weight: normal;
}


a:link, a:visited
{
	color: #ffbf10;
}

a:hover, a:active
{
	color: #ffbf10;
	font-weight: bold;
	font-size: 95%;
}

.wrapper 
{
	margin: 5px auto;
	text-align: left;
	width: 920px;
}
.header {
	margin: 40px 0 0 0;
	height: 130px;
	position: relative;
	z-index: 10;
}
.navlogo {
	float: left;
	margin: 0 30px 0 0;
}

/*start son of suckerfish dropdowns. http://htmldog.com/articles/suckerfish/dropdowns/  don't touch this.*/
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
}

#nav a {
	display: block;
	/*width: 7.5em;*/
	font-size: 70%;
	text-decoration: none;
	padding: 3px 0;
	font-weight: normal;
}
#nav   a:link {
	color: #999999;
}
#nav  a:visited {
	color: #999999;
}

#nav    a:hover {
	color: #FF9801;
}
#nav   a:active {
	color: #FF9801;
}

#nav li {
	float: left;
	padding: 0px 44px;
	/*width: 7.5em;*/

}

#nav li ul li
{ 	padding: 0;
	clear: left;

}

#nav li ul {
	position: absolute;
	/*width: 7.5em;*/
	left: -999em;
	background-image: url(layout-images/navbg.png);
	background-repeat: repeat;	
}
#nav  li  ul a {
	color: #666666;
	padding: 5px 2px;
	
}
#nav   li   ul  a:link {
	color: #666666;
}
#nav    li    ul   a:visited {
	color: #666666;
}
#nav    li    ul   a:hover {
	
	color: #FF9801;
}
#nav      li      ul     a:active {
	
	color: #FF9801;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
/*end son of suckerfish dropdowns. http://htmldog.com/articles/suckerfish/dropdowns/ don't touch this.*/

.content {
}
.firstcol 
   {
	width: 280px;
	float: left;
	margin: 0;
}
.secondcol {
	width: 350px;
	float: left;
	padding: 0 10px;
}
.thirdcol  
 {
	float: left;
	height: 44px;
	margin: 0;
	width: 260px;
}
.instructorstrip  {
	clear: both;
}
.instructorstrip img {
	padding: 15px 14px 0 14px;
}
.schedulelink {
	font-size: 75%;
	font-style: italic;
}
.schedulelink  a:hover {
	font-size: 92%;
	font-weight: bold;
}
.schedulelink   a:active {
	font-size: 92%;
	font-weight: bold;
}

/*these are invididual page styles governing the widths of the three columns.  they are specified by putting the name of the page as an id on the body tag.*/
#home  .firstcol {
	width: 260px;
	float: left;
	margin: 150px 0 0;
	height: 44px;
}
#home .secondcol {
	width: 475px;
}
#aboutus .firstcol p {
	margin: 50px 0 0;
}
#aboutus   .thirdcol  {
	margin: 30px 0 0;
}
#founder .thirdcol {
	margin: -50px 0 0 0;
}
#history   .secondcol {
	margin: -10px 0 0 0;
}
#history  .thirdcol {
	margin: -60px 0 0 0;
}
#president    .secondcol {
	margin: -50px 0 0 0;
}
#instructors  .secondcol {
	margin: -2px 0 0 0;
}

#instructors .thirdcol {
	margin: 80px 0 0 0;
}
#instructor .firstcol 
   {
	width: 280px;
	float: left;
	margin: 0;
	position: relative;
	z-index: 10;
	height: 400px;
}
#instructor .secondcol    {
	padding: 0;
	margin: -405px 0 0 50px;
	width: 800px;
}
#instructor  .thirdcol    {
	display: none;
}
#calendar  p {
	color: #666666;
	margin-left: 30px;
}
#calendar    h1 {
	margin-bottom: 25px;
}
#calendar   h2 {
	margin-left: 30px;
}

#schedule .firstcol {
	width: 900px;
	margin: -65px 0 0 0;
}
#schedule table {
	text-align: left;
	width: 100%;
	background-image: url(layout-images/palecircle.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#schedule th {
	vertical-align: middle;
	background-color: #ffbf10;
	text-align: left;
}
#schedule  th p {
	font-size: 140%;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 10px;
	margin: 0px;
}
#schedule td {
	vertical-align: top;
	padding: 10px;
	width: 15%;
}
#schedule td h2 {
	font-size: 90%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#schedule  td  p {
	margin: 0px;
	padding: 0 0 10px 0;
	color: #666666;
}
#meditation       h1 { font-size: 30px; }
#meditation      .secondcol {
	margin: -29px 0 0 0;
}
#taekwondo    .secondcol {
	margin: -43px 0 0 0;
}
#taekwondo   .thirdcol {
	margin: 40px 0 0 0;
}
#selfdefense     .secondcol {
	margin: -58px 0 0 0;
}
#selfdefense    .thirdcol {
	margin: 90px 0 0 0;
}
#yoga      .secondcol {
	margin: -35px 0 0 0;
}
#yoga     .thirdcol {
	margin: -60px 0 0 0;
}
#infantmassage      .thirdcol {
	margin: 50px 0 0 0;
}
#massageinstruction .secondcol {
	padding-right: 0px;
	width: 610px;
	margin-top: -17px;
}
#massageinstruction  .fauxsecondcol {
	padding-right: 0px;
	width: 610px;
	margin-top: -150px;
	position: static;
	z-index: 1;
}
#massageinstruction    .fauxthirdcol {
	width: 240px;
	margin: 0 0 0 365px;
	z-index: 10;
	position: relative;
}
#seniors      .secondcol {
	margin: -30px 0 0 0;
}
#seniors     .thirdcol {
	margin: 65px 0 0 0;
}
#school .thirdcol {
	margin: 100px 0 0 0;
}

#corporate       .firstcol {
	width: 250px;
}
#corporate        .secondcol {
	width: 390px;
	margin-top: -40px;
}

.gallerystrip  {
	clear: both;
}
.gallerystrip  img {
	padding: 15px 4px 0 4px;
}
#photogallery .firstcol p {
	padding: 80px 0 0 0;
	text-align: right;
}
#photogallery  .thirdcol  p {
	padding: 150px 0 0 0;
	font-style: italic;
}
#photogallery .secondcol {
	width: 390px;
}
#photogallery  .thirdcol {
	width: 200px;
	padding: 0 10px;
	margin: 7px 0 0 0;
}

/* end  invididual page styles governing the widths of the three columns.  they are specified by putting the name of the page as an id on the body tag.*/

.footer {
	clear: both;
	padding: 40px 0 0 0;
	width: 920px;
}
.footer p {
	font-size: 70%;
	color: #ffbf10;
	text-align: right;
}

/* Facebook Link */
a.facebook{text-indent:-9999px; display:block; width:125px; height:30px; background:url('layout-images/Find-Us-On-Facebook.png') 0 0 transparent no-repeat;}
a.facebook:hover{background:url('layout-images/Find-Us-On-Facebook.png') 0 -30px transparent no-repeat;}

