/* General 
-------------------------------------------------------------------------*/
* {
	font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	padding: 0px;
	margin: 0px;
}
p {
	margin: 10px 0;
}
h1 {
	margin-top: 10px;
	font-size: 24px;
	color: #002466;
}
h2 {
	margin-top: 10px;
	font-size: 18px;
	color: #0047CA;
}
hr {
	width: 100%;
	height: 1px;
	border-top: #EEEEEE 1px;
	margin: 0 auto;
	clear: both;
	/*padding-bottom: 15px*/
}

h2 a {
	margin-top: 10px;
	font-size: 18px;
	color: #0047CA;
}

/* header 
-------------------------------------------------------------------------*/
#headerWrapper {
	height: 161px;
	background: #FFFFFF url(../images/headerBg.gif) repeat-x;
	margin: 0;
	border: none;
}
#header {
	height: 161px;
	width: 950px;
	margin: 0 auto;
	background: url(../images/headerLeft.jpg) left top no-repeat;
}
#header a {
	text-indent: -10000px;
	border: none;
	display: block;
}
#headerMenuHome {
	height: 30px;
	width: 71px;
	position: relative;
	left: 275px;
	top: 114px;
	overflow: hidden;
}
a#mnuHome, a#mnuHome:link, a#mnuHome:visited {
	height: 30px;
	width: 71px;
	background: url(../images/menuHome.jpg) top left no-repeat;
}
a#mnuHome:hover, a#mnuHome:active, .home a#mnuHome {
	background-position: 0px -60px;
}
#headerMenu {
	height: 25px;
	width: 495px;
	position: relative;
	left: 360px;
	top: 69px;
	overflow: hidden;
}

a#mnuTeams, a#mnuTeams:link, a#mnuTeams:visited {
	height: 25px;
	width: 72px;
	background: url(../images/menuHeader.jpg) top left no-repeat;
}
a#mnuTeams:hover, a#mnuTeams:active, .teams a#mnuTeams {
	background-position: 0px -24px;
}

a#mnuCoaches, a#mnuCoaches:link, a#mnuCoaches:visited {
	height: 25px;
	width: 86px;
	position: absolute;
	left: 72px;
	top: 0px;
	background: url(../images/menuHeader.jpg) top left no-repeat;
	background-position: -72px 0px;
}
a#mnuCoaches:hover, a#mnuCoaches:active, .coaches a#mnuCoaches {
	background-position: -72px -24px;
}

a#mnuClasses, a#mnuClasses:link, a#mnuClasses:visited {
	height: 25px;
	width: 78px;
	position: absolute;
	left: 158px;
	top: 0px;
	background: url(../images/menuHeader.jpg) top left no-repeat;
	background-position: -158px 0px;
}
a#mnuClasses:hover, a#mnuClasses:active, .classes a#mnuClasses {
	background-position: -158px -24px;
}

a#mnuAboutCalisthenics, a#mnuAboutCalisthenics:link, a#mnuAboutCalisthenics:visited {
	height: 25px;
	width: 156px;
	position: absolute;
	left: 236px;
	top: 0px;
	background: url(../images/menuHeader.jpg) top left no-repeat;
	background-position: -236px 0px;
}
a#mnuAboutCalisthenics:hover, a#mnuAboutCalisthenics:active, .aboutCalisthenics a#mnuAboutCalisthenics {
	background-position: -236px -24px;
}

a#mnuContactUs, a#mnuContactUs:link, a#mnuContactUs:visited {
	height: 25px;
	width: 104px;
	position: absolute;
	left: 392px;
	top: 0px;
	background: url(../images/menuHeader.jpg) top left no-repeat;
	background-position: -392px 0px;
}
a#mnuContactUs:hover, a#mnuContactUs:active, .contactUs a#mnuContactUs{
	background-position: -392px -24px;
}

#teamsSubMenu {
	width: 500px;
	position: relative;
	left: 375px;
	top: 80px;
	font-size: 12px;
	color: #CCC;
}
#teamsSubMenu a {
	text-indent: 0px;
	display: inline;
	font-size: 12px;
	color: #999;
}

/* body 
-------------------------------------------------------------------------*/
#bodyWrapper {
	width: 100%;
}
#body {
	width: 720px;
	margin: 0 auto;
}
.teamThumbsContainer {
	width: 150px;
	height: 400px;
	overflow: auto;
	float: right;
	margin-left: 20px;
}
p.teamThumbs {
	float: right;
	margin-left: 20px;
}
.teamHeading {
	float: left;
}
.teamSubheading {
	float: right;
}
.teamSubheading h2 {
	font-size: 24px;
	color: #002466;
	font-style: italic;
	font-weight: normal;
}

table#classesTable {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: #69C1D3 1px solid;
}
#classesTable tr, #classesTable td {
	padding: 5px 10px;
	margin: 0px;
	vertical-align: top;
	border-width: 0px;
}
#classesTable td.alt {
	background-color: #E0F2F6;
}
#classesTable th {
	background-color: #E0F2F6;
	border-bottom: #69C1D3 1px solid;
}
#classesTable th.alt {
	background-color: #C2E6ED;
}

fieldset {
	border: none;
}
div.ctrl {
	padding: 5px 0px;
	clear: both;
}
label {
	width: 125px;
	font-weight: bold;
	vertical-align: text-top;
}
fieldset input, fieldset textarea  {
	width: 200px;
	border: 1px #CCCCCC solid;
	padding: 4px 6px;
	margin-left: 25px;
	font-size: 12px;
	vertical-align: top;
}
.reqd {
	color: #CC0000;
	font-size: 1.2em;
}
.tooltip {
	color: #999999;
}


/* footer 
-------------------------------------------------------------------------*/
#footer {
	height: 80px;
	background: #FFFFFF url(../images/footerBg.jpg) top repeat-x;
	text-align: center;
	padding-top: 5px;
	overflow: visible;
}
#footerHome {
	background: #FFFFFF url(../images/footerBgHome.jpg) repeat-x;
	width: 100%;
}
#imageMap {
	width: 733px;
	margin: 0 auto;
}
#footerMenu, #footerMenu a {
	color: #667AC3;
	width: 733px;
	margin: 0 auto;
	text-align: center;
	z-index: 100;
	font-size: 12px;
}
#credits {
	width: 733px;
	margin: 0 auto;
}
#credits a{
	width: 103px;	
	height: 88px;
	float: right;
	margin-top: 5px;
	background: url(../images/adBrownstone07.gif) no-repeat top right;
	text-indent: -10000px;
}