@import url(common.css);

#banner {
	height: 197px;
}

/* Different Banner Classes */

#banner.club-info {
	background: url(../images/bkgd-about.jpg) transparent top right no-repeat;
}

#banner.schedule {
	background: url(../images/bkgd-schedule.jpg) transparent top right no-repeat;
}

#banner.training {
	background: url(../images/bkgd-training.jpg) transparent top right no-repeat;
}

#banner.pool {
	background: url(../images/bkgd-pool.jpg) transparent top right no-repeat;
}

#banner.pilates {
	background: url(../images/bkgd-pilates.jpg) transparent top right no-repeat;
}

#banner.staff {
	background: url(../images/bkgd-staff.jpg) transparent top right no-repeat;
}

#banner.contact {
	background: url(../images/bkgd-contact.jpg) transparent top right no-repeat;
}

/* End Banner Classes */

#content {
	background: url(../images/bkgd-content.gif) #fff top left repeat-y;
	font-size: 12px;
	line-height: 15px;
	padding: 30px 0;
	height: 1%;
}

#content p {
	margin: 0 0 15px 0;
}

#right-panel, #left-panel {
	float: left;
}

#right-panel {
	width: 719px;
	margin: 0 50px 0 22px;
}

html>body #right-panel {
	margin: 0 50px 0 45px;
}

#left-panel {
	width: 134px;
}

h1 {
	text-indent: 0;
}

h1 a {
	text-indent: -222em;
	display: block;
	width: 401px;
	height: 110px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 20px 0;
	font-size: 24px;
	color: #a2b266;
	font-weight: normal;
	text-transform: lowercase;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0;
	font-size: 16px;
	color: #306a75;
	font-weight: normal;
	text-transform: lowercase;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0;
	font-size: 14px;
	color: #a2110a;
	font-weight: normal;
	text-transform: lowercase;
}

#content ul, #content ol {
	margin: 0 25px;
}

#content li {
	list-style-image: url(../images/bkgd-bullet.gif);
}

#content #callouts {
	margin: 0;
}

#callouts li {
	list-style: none !important;
	display: inline;
}

#callouts a {
	display: block;
	width: 137px;
	text-indent: -222em;
	margin: 0 0 10px 0;
}

.trial {
	background: url(../images/small-callouts/bkgd-trial.gif) transparent right 5px no-repeat;
	height: 83px;
}

.schedule {
	background: url(../images/small-callouts/bkgd-schedules.gif) transparent right 5px no-repeat;
	height: 84px;
}

.trainer {
	background: url(../images/small-callouts/bkgd-trainer.gif) transparent right 5px no-repeat;
	height: 103px;
}

.weight {
	background: url(../images/small-callouts/bkgd-weight-loss.gif) transparent right 5px no-repeat;
	height: 85px;
}

html>body #callouts a:hover {
	background-position: top left;
}

.note {
	font-size: 10px;
}

/* Forms related styles */

form {
	font-size: 12px;
}

form label {
	width: 120px;
	display: block;
	float: left;
	font-weight: bold;
}

legend {
	font-weight: bold;
}

textarea {
	border: 1px solid #ccc;
	margin: 5px 0 0 15px;
}

.form-field {
	width: 200px;
	border: 1px solid #ccc;
	padding: 2px;
}

#submit {
	width: 101px;
	padding: 5px 2px;
	background-color: #a2110a;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

label.wide {
	width: 250px;
}

fieldset div {
	margin: 0 0 0 15px;
}

table.class-schedule {
	width: 714px;
	border-collapse: collapse;
}

.class-schedule th {
	background-color: #2f2f2f;
	padding: 10px 0;
	color: #fff;
	border-right: 1px solid #2f2f2f;
}

.class-schedule td {
	width: 102px;
	padding: 5px 0;
	text-align: center;
	border: 1px solid #000;
}

.staff-table {
	width: 714px;
	margin: 0 0 20px 0;
}

.staff-table td {
	width: 337px;
	padding: 0 10px 10px 10px;
}

.staff-table td img {
	border: 1px solid #2f2f2f;
	float: left;
	margin: 0 10px 0 0;
}

/* Moo */


h3.toggler {
	padding: 4px 10px;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff !important;
	background: #a2b266;
	cursor: pointer;
	border-top: 1px solid #000;
	margin: 0;
}

h3.toggler a:link, h3.toggler a:visited {
	font-weight: bold;
	letter-spacing: 2px;
	display: block;
	text-decoration: none;
	color: #000;
}

h3.toggler a:hover, h3.toggler a:active {
	color: #fff !important;
	text-decoration: none !important;
}

.accordion p {
	padding: 10px;
	border-top: 1px solid #000;
}