/*YMCA Masters Splash Program*/


/*GENERAL STYLING CSS*/
* {
	margin: 0;
	padding: 0;
	font-family: Verdana;
	background-color: #fff;
}

body {
	background-color: #fff;
}

h1 {
	text-align: center;
	padding-top: 10px;
	font-size: 20pt;
}

h2 {
	padding-top: 10px;
	font-size: 15pt;
}

#wrapper {
	/*border: 2px solid green;*/
	width: 62em;
	margin: auto;
	background-color: #fff;
}

#header {
	/*border: 2px solid yellow;*/
	font-family: cachet bold;
	color: #006b6b;
	font-size: 1.8em;
	text-align: right;
	font-weight: bold; 
	margin-right: .2em;
}

#header a, #header a:visited {
	text-decoration: none;
	font-weight: bold;
	font-family: cachet bold;
	color: #006b6b;
}

#navbar {
	/*border: 2px solid blue;*/
	height: 2.8em;
	/*margin-left: .2em;*/
}

#navbar li {
	list-style: none;
	float: left;
}

#navbar a, #navbar a:link, #navbar a:visited {
	text-decoration: none;
	font-size: 80%;
	color: #fff;
	font-weight: bold;
	background: #006b6b;
	display: block;
	height: 2.8em;
	width: 8.46em;
	text-align: center;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	line-height: 2.5em;
}

#navbar a:active, #navbar li.selected a:link, #navbar li.selected a:visited {
	background: #0089d0;
	color: #000;
}

#navbar a:hover {
	background: #20bdbe;
} 

#navbar span {
	font-size: 99%;
}

#title {
	/*border: 2px solid red;*/
	height: 6.3em;
	margin-top: 20px;
	float: left;
	margin-left: 1.5em;
}

#title2 {
	/*border: 2px solid yellow;*/
	margin-top: .35em;
	text-align: center;
	margin-right: 9.5em;
	float: right;
	font-size: 2.3em;
}

.art {
	float: right;
	margin-right: -8em;
	margin-top: em;
}

#content {
	/*border: 2px solid purple;*/
	margin-left: .6em;
	margin-right: .6em;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	font-size: 10pt;
	padding-top: 10em;
}

#footer {
	border-top: 2px solid black;
	/*margin-left: .6em;*/
	/*margin-right: .6em;*/
	line-height: 1.5em;
	background-color: #cfcfcf;
	margin-top: 20px;
	padding: 10px 0 10px 0;
	font-size: 10pt;
}

#footer p {
	text-align: center;
}

.copy {
	font-size: 90%;
}

#footer a {
	text-decoration: none;
	color: #00009c;
}

.table {
	font-size: 90%;
}

/*INDEX PAGE CSS*/

#welcome ul {
	margin-left: 25px;
}

#welcome ol {
	margin-left: 35px;
}

#welcome {
	padding-bottom: 15px;
}

#indeximage img {
	margin-left: 210px;
	padding-top: 8px;
	float: right;
}

/*CALENDAR PAGE CSS*/

.table {
	background: url(clock.jpg);
}

table {
	border: 1px solid;
	border-collapse: collapse;
}

td, tr {
	border: 1px solid;
	text-align: center;
	padding: 5px 5px 5px 5px;
}

.rowhead {
	font-weight: bold;
}

#calendar a:hover {
	color: #ff0000;
}

/*COACHES PAGE CSS*/

#coaches {
	text-align: justify;
}

#coaches h1 {
	text-align: center;
}

#coaches h4 {
	text-decoration: underline;
}

#coaches li {
	margin-left: 30px;
	list-style: none;
}

.leslie {
	position: absolute;
	margin-top: 24px;
}

.jim {
	position: absolute;
	margin-top: 24px;
}

.thomas {
	position: absolute;
	margin-top: 24px;
}

.sarah {
	position: absolute;
	margin-top: 24px;
}

.carolyn {
	position: absolute;
	margin-top: 24px;
}

#coaches p {
	margin-left: 180px;
}

#coaches li {
	margin-left: 210px;
}

/*CONTACT PAGE CSS*/

#contact {
	margin-top: -1em;
	margin-left: 1.4em;
}

#contact li {
	list-style: none;
	margin-left: 20px;
	font-size: 15px;
}

#contact a:hover {
	color: #ff0000;
}

/*FAQ PAGE CSS*/

#faq h3 {
	text-align: center;
	text-decoration: underline;
}

.blue {
	color: #000fff;
	list-style: none;
}

.def {
	color: #000;
	list-style: square;
	margin-left: 25px;
}

#faq a:hover {
	color: #ff0000;
}

/*JOIN US PAGE CSS*/

#join h5 {
	text-decoration: underline;
}

#join a:hover {
	color: #ff0000;
}


/*NEWS PAGE CSS*/

#news h4 {
	text-align: center;
	text-decoration: underline;
}

#news img {
	position: relative;
	margin-left: 295px;
	padding-top: 5px;
	border: none;
}

#news a:link, #news a:visited, #news a:active {
	outline-style: none;
}

#news a:hover {
	color: #ff0000;
}

/*WORKOUT PAGE CSS*/

#workout h3 {
	text-align: center;
	text-decoration: underline;
}
.workout {
	padding-top: 10px;
	padding-bottom: 10px;
}

#workout td {
	padding: 3px 10px 3px 10px;
}

#workout a:hover {
	color: #ff0000;
}

/*LINKS PAGE CSS*/

#links {
	padding-top: 10px;
}

#links img {
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
}
	
.img1 {
	margin-left: 210px;
}

.img2 {
	margin-left: 300px;
}

.img3 {
	margin-left: 240px;
}

.img4 {
	margin-left: 230px;
}

.img5 {
	margin-left: 245px;
}

.img6 {
	margin-left: 150px;
}

#links a:link, #links a:visited, #links a:active {
	outline-style: none;
}

#header img {
	text-decoration: none;
	border: none;
}

#header a:link, #header a:visited, #header a:active {
	outline-style: none;
}

fieldset {
	width: 90%;
	border: 2px solid #006b6b;
	padding: 1em;
	margin-top: 1em;
	text-align: center;
}

legend {
	color: #fff;
	/*letter-spacing: .2em;*/
	font-weight: bold;
	background: #006b6b;
	padding: .5em;
}

.back {
	font-weight: bold;
	font-size: 1.05em;
}

#flyer img {
	margin-left: 110px;
}

#bullet {
	margin-left: 50px;
}

#workout li {
	list-style: none;
	margin-left: 20px;
}


