/** {
	margin: 0px;
	padding: 0px;
}*/
body {
	background-image: url(images/frw_bg-1.jpg);
	background-repeat: repeat-x;
	padding-top: 20px;
	background-color: #4F7DB1;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

#header {
	background-image: url(images/frw_header.gif);
	height: 165px;
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 22px;
	padding-right: 27px;
}
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container {
	height: 926px;
	width: 833px;
	margin-right: auto;
	margin-left: auto;
}
#theHeaders {
	background-image: url(images/frw_headers.gif);
	height: 44px;
}

#menu {
	background-color: #BACBDA;
	height: 57px;
	text-align: center;
}
#content {
	color: #BACBDA;
	background-color: #BACBDA;
}

#content_other {
	background-color: #BACBDA;
	padding: 1px 30px;
}

#info {
	height: 403px;
	width: 196px;
	margin-left: 16px;
	background-color: #063258;
	float: left;
	padding-top: 7px;
}
#info img {
	padding-top: 12px;
}
#info form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9fd0f4;
	padding: 45px 0 0 15px;
	line-height: 135%;
}
#info a {
	color: #9fd0f4;
	font-size: 9px;
}
#text {
	background-color: #063258;
	height: 393px;
	width: 335px;
	float: left;
	margin-left: 30px;
	padding-top: 20px;
	text-align: center;
}
#text_anncmt {
	background-color: #063258;
	height: 400px;
	width: 335px;
	float: left;
	margin-left: 30px;
	padding-top: 10px;
}
#links {
	float: left;
	height: 395px;
	width: 208px;
	margin-left: 31px;
	background-color: #063258;
	text-align: center;
	padding-top: 15px;
}
#bottomMenu {
	clear: both;
	padding-top: 20px;
	text-align: center;
}
.logos  img {
	border: 0px none #BACBDA;
	padding-right: 25px;
	padding-left: 25px;
}
.announcement {
	width: 305px;
	height: 380px;
	margin: 0 auto;
	padding: 5px;
	display: block;
	overflow-y: auto;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#eaf5ff;
	color: #063258;
}
#footer {
	background-image: url(images/frw_footer.gif);
	height: 56px;
}
#locations  a:link, #locations  a:visited {
	display: block;
	color: #dee2ff;
	background-image: url(images/menu_Left.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 95px;
	text-decoration: none;
	vertical-align: middle;
	padding-top: 10px;
}
#locations  a:hover, #locations  a:active {
	color: #00284c;
	background-image: url(images/menu_Left2.gif);
	background-repeat: no-repeat;
}
#gear a:link, #gear a:visited {
	display: block;
	color: #dee2ff;
	background-image: url(images/menu_Right_rev.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 26px;
	width: 95px;
	text-decoration: none;
	vertical-align: middle;
	padding-top: 10px;
}
#gear a:hover, #gear a:active {
	color: #00284c;
	background-image: url(images/menu_Right2_rev.gif);
	background-repeat: no-repeat;
}
.Mlink a:link, .Mlink a:visited {
	display: block;
	color: #dee2ff;
	background-image: url(images/menu_BG.gif);
	background-repeat: no-repeat;
	height: 26px;
	text-decoration: none;
	vertical-align: middle;
	padding-top: 10px;
}
.Mlink a:hover, .Mlink a:active {
	color: #00284c;
	background-image: url(images/menu_BG2.gif);
	background-repeat: no-repeat;
}
#menu td {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
}
.clinics
{
    width: 100%;
	border: 1px solid #666666;
	padding: 2px;
	border-collapse: collapse;
}

.clinics th
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
	TEXT-ALIGN: center; 
    COLOR: #ffffff;
    LINE-HEIGHT: 15px;
    FONT-FAMILY:  Helvetica, Arial, sans-serif;
	background-color: #003366;
		border: 1px solid #666666;
	padding: 2px;
	border-collapse: collapse;
}

.clinics tr
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    MARGIN: 7px;
    COLOR: #666666;
    LINE-HEIGHT: 14px;
    FONT-FAMILY:  Helvetica, Arial, sans-serif;
}

.clinics td
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    MARGIN: 7px;
    COLOR: #666666;
    LINE-HEIGHT: 14px;
    FONT-FAMILY:  Helvetica, Arial, sans-serif;
	border: 1px solid #666666;
	padding: 2px;
	border-collapse: collapse;
}
/*---------- Calendar Content Elements ----------*/

.calendar_monthly { /*main calendar table*/
	margin: 0 auto;
	width: 720px;
	border: ridge 4px;
	border-color:#CCCCCC;
	border-collapse:collapse;
}
.calendar_monthly th {  /*calendar table headers (nav table and print area)*/
	background-color:#D7D7D7;
}
.calendar_monthly td { /*calendar table cell contents*/
}
.calendarNavTable { /*calendar navigation table*/
	font-size: .9em;
	background-color:#D7D7D7;
}
.calendarNavTable tr { /*calendar navigation table rows*/
}
.calendarNavTable td { /*calendar navigation table cells*/
}
.calendarPrint { /*calendar print area row*/
}
.calendarDayName { /*calendar days of week*/
	font-size: 1.15em;
}
.calendarDay {
	padding:5px;
	border: 2px solid #666666;
	background-color: #eaf5ff;
	height: 100px;
	text-align:left;
	font-size: .87em;
}
#calendarDayCurrent{ /*id applied to current calendar day*/
	background-color:#FF9
}
#calendarDayOther { /*id applied to days in non current month*/
	background-color: #D7D7D7;
}

/*---------- Coaches Content Elements ----------*/

.coaches {/*main coaches table*/
}
.coaches td {
	padding: 0 0 10px 0;
}
/*.coaches td p {
	padding-bottom: 10px;
}*/
.coaches img{/*coaches image*/
	border: 3px solid #063258;
	margin: 0 10px 0 0;
}
.coachesName {/*coaches name display*/
}
.coachesBio {/*coaches biography*/
	clear:both;
}

/*---------- Facilities Content Elements ----------*/

.facilities { /*main facilities table*/
	font-size: .90em;
	margin: 0;
	padding: 0;
}
.facilityInfo a:link, .facilityInfo a:visited {
	text-decoration: underline;
	color: #063258;
	font-weight:bold;
}
.facilityInfo a:hover, .facilityInfo a:active {
	color:#000;
}
.facilities td { /*facilities cell contents*/
}
.facilityImage { /*facilities image cell*/
	width: 150px;
	text-align: center;
}
.facilityInfo { /*facilities information cell*/
}
.facilities img { /*facilities img*/
	border: 3px solid #063258;
}
.facilityName { /*facilities name*/
	font-size: 1.25em;
}
.facilityPoolLocation { /*pool indoor or outdoor*/
}
.facilityDescription { /*facilities description*/
}
.facilityAddressTitle, .facilityPhoneTitle, .facilityDescriptionTitle,
.facilityWebsiteTitle, .facilityContactTitle { /*facilities titles*/
	width: 90px;
}
.facilityAddress, .facilityPhone,.facilityWebsite,
.facilityContact, .facilityEmail { 
}
/*---------- Meets/Competitions Content Elements ----------*/

.meets { /*main meets table*/
}
.meets th { /*meets table headers (Titles)*/
	text-align: left;
	font-size: 1.25em;
	
}
.meets td { /*meets table cell contents*/
}
.meetsArchive { /*meets archive link*/
	display: none;
}
.meetsDate {
	font-size:.85em;
	width: 110px;
	padding: 2px 10px 2px 5px;
}
.meetsDate {
}
