body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
h1 {
	color: #3D5B81;
	font-size: 150%;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
h2 {
	color: #3D5B81;
	font-size: 125%;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
h3 {
	color: #3D5B81;
	font-size: 100%;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
#header {
	padding-top: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
}
#header_left {
	float: left;
	width: 70%;
}
#header_right {
	text-align: right;
	margin-left: 70%;
	padding-top: 15px;
	padding-bottom: 10px;
}
#header_phone {
	font-size: 175%;
	color: #263B56;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
#header_address {
	font-size: 90%;
	margin-top: 0px;
	padding-top: 5px;
	color: #7292B9;
}
#nav_wrapper {
	background-color: #263B56;
}
#navborder_top {
	background-image: url(graphics/navborder_top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 12px;
}
#navborder_bottom {
	background-image: url(graphics/navborder_bottom.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 12px;
}
#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 100%;
	width: 950px;
	background-color: #263B56;
	margin-right: auto;
	margin-left: auto;
}
#nav ul {
	margin: 0px;
	padding: 0px 0px 0px 8px;
	list-style-type: none;
	text-align: center;
}
#nav ul li {
	text-align: center;
	display: block;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3C5A80;
}
#nav a:link, #nav a:visited
{
	display:block;
	color:#FFFFFF;
	width:150px;
	text-align:center;
	padding:10px 2px;
	text-decoration:none;
	background-color: #263B56;
}
#nav  a:hover, #nav a:active
{
	background-color:#3D5B81;
	color: #FFFFFF;
}

#nav a.here {
	background-color: #3D5B81;
}
#intro {
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
}
#content {
	padding-bottom: 35px;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
}
#content_left p {
	color: #666666;
	line-height: 120%;
	margin-top: 0px;
	padding-top: 0px;
}
#content_left {
	float: left;
	width: 545px;
	padding-right: 50px;
}
#content_left ul {
	color: #666666;
	line-height: 120%;
}
#content_left ul li {
	padding-top: 3px;
	padding-bottom: 3px;
}
#content_right {
	margin-left: 645px;
	padding-top: 25px;
}
#callout {
	background-image: url(graphics/getstarted.gif);
	background-repeat: no-repeat;
	background-position: center 10px;
	width: 275px;
	padding-top: 50px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#callout p {
	color: #FF0000;
	line-height: 120%;
	font-size: 120%;
}
#callout a:link, #callout a:visited {
	color: #FF0000;
	text-decoration: none;
	text-align: right;
	display: block;
	font-style: italic;
}
#callout a:hover {
	color: #263B56;
	text-decoration: underline;
	font-style: italic;
}
#pagebottom {
	background-color: #263B56;
	background-image: url(graphics/back_pagebottom.gif);
	background-repeat: repeat-x;
}
#footer {
	padding-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	padding-top: 50px;
	color: #7292B9;
}
#footer_left {
	float: left;
	width: 50%;
}
#footer_right {
	margin-left: 50%;
	text-align: right;
	padding-top: 15px;
}
#footer a:link, #footer a:visited {
	color: #7292B9;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#tagline {
	text-align: center;
	padding-top: 75px;
	padding-bottom: 25px;
	font-size: 80%;
}
.first {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3C5A80;
}
.clear {
	clear: both;
}
.disclaimer {
	font-size: 90%;
	font-style: italic;
}
.plan {
	background-color: #EDF0F8;
	margin-top: 10px;
	padding: 15px;
}
#slideshow {
    position:relative;
    height:248px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 248px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 248px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}
.attention {
	color: #FF0000;
	font-size: 120%;
}
#jsa {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 150px;
}
#jsa p {
	font-size: 120%;
	font-weight: normal;
}
#jsa a:link, #jsa a:visited {
	color: #FF0000;
	text-decoration: none;
}
#jsa a:hover {
	color: #263B56;
	text-decoration: none;
}
input, textarea {
	border: 1px solid #E9E9E9;
	background-color: #E9E9E9;
	color: #263B56;
}
input:hover, textarea:hover {
	border: 1px solid #3D5B81;
	background-color: #FFFFFF;
	color: #263B56;
}
#header_left ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#header_left ul li {
	display: inline;
}
#logos {
	padding-left: 90px;
}
#zumba {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #DDDDDD;
	border: 2px solid #D2ED3E;
	padding: 15px;
}
#zumba p {
	font-size: 90%;
	color: #333333;
}
#zumba a:link, #zumba a:visited {
	color: #000000;
	text-decoration: underline;
}
#zumba a:hover {
	color: #CBE442;
	text-decoration: none;
	background-color: #000000;
}
#tendaypass {
	text-align: center;
}
#tendaypass a:link, #tendaypass a:visited {
	color: #A25855;
	text-decoration: underline;
	font-weight: bold;
}
#tendaypass a:hover {
	color: #263B56;
	text-decoration: none;
}
#hoopfest {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
