@charset "UTF-8";
/* CSS Document */

body {
font-family:Arial, Helvetica, sans-serif;
color:#000000;
background-color:#FFCC00;
margin:0;
}

#wrapper {
width:100%;
}

#pageheader {
margin:0;
}

.pageheaderimage {
height:120px;
background-color: #669900;
}

#leftnav {
float:left;
width:200px;
padding:5px;
clear:none;
display:inline;
}

#centeronecolumn {
margin-left:215px;
padding:15px;
background-color:#FFFFFF;
clear:none;
}

#centeronecolumn .blackbox {
margin-bottom:10px;
margin-right:220px;
border:#000000 1px solid;
background-color:#000000;
}

#rightbox {
float:right;
width:250px;
margin-top:15px;
margin-left:15px;
margin-bottom:15px;
padding:5px;
background-color:#ffffff;
clear:none;
text-align:center;
border:#333333 1px solid;
}

#right {
float:right;
width:200px;
margin: 0 0 20px 20px;
background-color:#ffffff;
clear:none;
}

#right .yogabox {
margin:10px 0 10px 0;
background: #996699;
text-align:center;
border:#996699 1px solid;
}

#right .newsbox {
margin:10px 0 10px 0;
background:#FFFFFF;
border:#000033 1px solid;
text-align:left;

}

#right img {
margin:0 0 0 0;
}


#footer {
	text-align:center;
	margin:0;
	background-color:#669933;

}

.headerserifgrey {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight:bold;
	color:#333333;
}
.headerserifwhite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight:bold;
	color:#ffffff;
}

.subheaderserifgrey {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style:italic;
	color:#333333;
}


.headersansgrey {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#333333;
}
.subheadersansgrey {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style:italic;
	color:#333333;
}


.headerwhite {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
}

.bodytextblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	padding-left:3px;
	padding-right:3px;
}
.bodytextwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	padding-left:3px;
	padding-right:3px;
}
.bodyserifblack {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-left:3px;
	padding-right:3px;
}
.bodyserifwhite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#FFFFFF;
	padding-left:3px;
	padding-right:3px;
}

.calendar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#333333;
	padding-left:1px;
	padding-right:1px;
}

.subheadpurple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #660066;
}

.footertext {
	margin:0px;
	padding:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#000000;
}

/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0 0 12px 0;
	font-size: 12px;
	display: block;
	text-decoration: none;
	/*/*/display: block; /* hide from NN4*/
}
#p7TMctrl a:link {
	color: #000000;
		text-decoration: none;
}
#p7TMctrl a:visited {
	color: #333333;
		text-decoration: none;
}
#p7TMctrl a:hover {
	color: #6A0077;
	text-decoration: underline;
}


/*Sets line-height of all menuitems*/
#p7TMnav {
	/*/*/line-height: 1.5; /* */
}

/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 12px establishing a cascading indent*/
#p7TMnav div div {
	margin: 0 0 0 14px;
}

/*The Link style for top-level menuitems*/
#p7TMnav div a {
	color: #333333;
	font-size: 12px;
	padding: 0;
	font: Verdana, Trebuchet, Arial, Helvetica, sans-serif;
	font-weight:bolder;
	text-decoration: none;
}
#p7TMnav div a:visited {
	color: #333333;
	text-decoration: none;
}
#p7TMnav div a:hover {
	color: #6A0077;
	text-decoration: underline;
}

/*The Link style for second-level menuitems*/
#p7TMnav div div a {
	font-size: 10px;
	text-decoration: none;
}

/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
#p7TMnav div div div a {
	font-size: 10px;
	text-decoration: none;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected*/
/*do not remove*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image:   url(http://www.island-fitness.com/p7tm/p7t_plus.gif);
	background-position: 0 50%;
	padding: 0 0 0 14px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:   url(http://www.island-fitness.com/p7tm/p7t_minus.gif);
	background-position: 0 50%;
	padding: 0 0 0 14px !important;
}
/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image:  none;
	padding: 0 0 0 14px !important;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: bold;
	/*text-transform: uppercase;*/
	margin: 0 0 0 14px;
	color: #666666 !important;
}

img { behavior: url(/iepngfix.htc); }

#honeypot {visibility:hidden;}