@charset "UTF-8";
/* CSS Document */

/* Eric Meyer's reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body  {
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #56290a;
	line-height: 1.4;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
  }
  
a:link {
    color: #db2203;
	text-decoration: underline;
	}
	
a:visited {
    color: #db2203;
	text-decoration: underline;
	}
	
a:hover {
    color: #fc5134;
	text-decoration: underline;
	}
	
a:active {
    color: #fc5134;
	text-decoration: underline;
	}
	
strong.hilite {
	color: #00b1cb;
	}
	
table {
   margin: 1em 0;
   }
  
td {
   line-height: 1.2;
   padding: 3px 0;
   }

iframe {
	margin-bottom: 2em; }
	
img.right {
    float: right;
	margin-left: 10px;
	margin-bottom: 6px;
	}

img.left {
    float: left;
	margin-right: 10px;
	margin-bottom: 6px;
	}

.clear {
	clear: both;
	}

/* LAYOUT STYLES */

#page {
    width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bkgd_pool.jpg);
	background-repeat: no-repeat;
	background-color: #78a6b6;
	}

#container {
	width: 850px;
	margin-left: 50px;
	position: relative;
	}
	
#header {
    height: 120px;
	}

#sidebar1 {
    width: 180px;
	float: left;
	margin-top: 40px;
	/*background-color: #2b5d7f;*/
	background-image:url(images/nav_bkgd_trans.png);
	background-position: right;
	background-repeat: repeat-y;
	}
	
#content {
	width: 670px;
	float: right;
	/* background: #fff; */
	}
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img#logo {
	position: absolute;
	top: 500px;
	left: 20px;
	margin: 0;
	padding: 0;
		}


/* END LAYOUT STYLES */


.missing {
	color:#CC0066;
	}


/* PAGE HEADER STYLES */

   
#header h1 {
   width: 850px;
   height: 120px;
   text-indent: -999em;
   background-image: url(images/header.jpg);
   background-repeat: no-repeat;
   background-position: top left;
   }
/* END PAGE HEADER */
   

/* NAVIGATION STYLES */

/* rounded corners */

#sidebar1, ul#nav li.first, ul#nav li.first a {
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
}

#sidebar1, ul#nav li.last, ul#nav li.last a {
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
}

ul#nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

ul#nav li {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 12px;
 text-transform: uppercase; 
  letter-spacing: 1px;
  line-height: 1em;
  color: #b9d6e3;
 /*  border-top: 1px solid #999; */
  text-decoration: none;
  margin: 0;
  }
  
ul#nav li.current {
    background-color: #cdf4f8;
	background-image: url(images/nav_bkgd_current.png);
	background-position: right;
	background-repeat: repeat-y;
	}
		
ul#nav a {
  display: block;
  width: 160px;
  padding: 8px 10px;
  }
  
ul#nav li.first a {
  padding-top: 16px;
  }  
  
ul#nav li.last a {
  padding-bottom: 16px;
  }  
  
  
ul#nav a:link, ul#nav a:visited {
	color: #FFF;
	text-decoration: none;
		}
ul#nav a:hover, ul#nav a:active {
	background-color: #69a9bb;
	}

ul#nav li.current a:hover {
	background-image: url(images/nav_bkgd_current.png);
   }
  
ul#nav li.current a:link, 
ul#nav li.current a:visited, 
ul#nav li.current a:hover,
ul#nav li.current a:active   {
   color: #56290a;
   }


/* END NAVIGATION */


/* MAIN CONTENT COLUMN */
   
#content h1 {
	width: 670px;
	height: 36px;
	text-indent: -999em;
    background-repeat: no-repeat; 
	}
#content h1#home { background-image: url(images/h1_welcome.png);}
#content h1#facilities { background-image: url(images/h1_facilities.png);}
#content h1#swimteam { background-image: url(images/h1_swimteam.png);}
#content h1#tennis { background-image: url(images/h1_tennis.png);}
#content h1#classes { background-image: url(images/h1_classes.png);}
#content h1#kids { background-image: url(images/h1_kids.png);}
#content h1#calendar { background-image: url(images/h1_calendar.png);}
#content h1#member { background-image: url(images/h1_member.png);}
#content h1#photogallery { background-image: url(images/h1_photogallery.png);}
#content h1#directions { background-image: url(images/h1_directions.png);}
#content h1#contact { background-image: url(images/h1_contact.png);}

#content div#intro {
    background-color: #c5f07b;
	color: #006626;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 24px 18px;
	margin: 0;
	}
	
#content div#intro p {
	font-size: 1.4em;
	line-height: 1.2em;
	margin: 0;
	}


#content div#intro h2 {
	font-variant:small-caps;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 1.5em;
	color: #006626;
	border-bottom: none;
	margin-top: 0;
	margin-bottom: .5em;
   }
	
#content h2 {
    font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.3em;
	margin-top: 1.5em;
	magin-bottom: 1em;
	padding-bottom: 1px;
	color: #3085b2;
	border-bottom: solid 1px #3085b2;
	letter-spacing: 1px;
	}

#content h3 {
    font-size: 1.1em;
	margin-top: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#content dt {
   margin-top: 1em;
   font-weight: bold;
   }
 
#content dd {
   margin-left: 1.5em;
   }

#directions dt {
	color: #3085b2;
	margin-top: 1.5em;
	}
#directions ul {
	list-style-type:none;
	}



#content ul, #content ol {
   margin: 0 1em 1em;
   padding-left: 1em;
   }

#content ul li, #content ol li{
   margin-top: .5em;
   }
   
#content ul.bulletlist {
	margin-left: 3em;
	margin-top: 0;
	}


#content-content {
    padding: 18px;
	color: #603813;
	background: #fff;
	min-height: 30em;
	margin-bottom: 1em;
	-moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
	}

#content-content ul.runin  {
    list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 1em;
	margin-top: 1em;
	}

#content-content ul.runin li {
    margin-left: 50px;
	text-indent: -50px;
	}
	
#content-content ul.runin li.first {
   margin-top: .5;
   }

/* HOME PAGE ONLY STYLES */

#content-home {
    padding: 310px 10px 18px 10px;
	color: #603813;
	background: #fff;
	background-image: url(images/home_photo.jpg);
	background-repeat: no-repeat;
	background-position: left 8px;
	margin-bottom: 1em;
	-moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
	}

#content div#intro p.home {
    font-size: 1.2em;
	font-style: italic;
	line-height: 1.5em;
	}

#content-home #features {
	background-image: url(images/home_cols_bkgd.png);
	background-repeat:repeat-y;
	position: relative;
	margin-bottom: 2em;
	}

#content-home #features h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 1px;
	text-align: center;
	padding: 1px 0px;
	border-bottom: none;
	color: white;
	margin-top: 0;
	}

#content-home #swimming h2 {
	background-color: #3ba6b6;
	}
#content-home #tennis h2 {
	background-color: #984209;
	}
#content-home #more h2 {
	background-color: #006626;
	}


#content-home #features ul {
	font-size: 1em;
	line-height: 1.3em;
	margin: 6px 6px 12px 6px;
	}
#content-home #features ul li {
	padding: 0;
	margin-top: 6px;
	margin-left: 6px;	}
	

#content-home #swimming, #content-home #tennis, #content-home #more {
	display: block;
	width: 210px;
	padding: 0;
	padding-bottom: 12px;
	}
	
#content-home #tennis {
	position: absolute;
	left: 220px;
	top: 0;
	}

#content-home #more {
	position: absolute;
	left: 440px;
	top: 0;
	}
	

#content-home #membership {
	padding: 0 12px;
	text-align: center;
	}

#content-home .smalltext {
	padding: 0 12px;
	font-size: 95%;
	line-height: 1.5em;
	border-top: 1px solid #3ba6b6;
	margin-top: 2em;
	}

#content-home #news {
	padding: 0 12px;
	border-top: 1px solid #3ba6b6;
	margin-top: 2em;
	}
	
#content-home #news h2 {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: 0;
	padding: 0;
	margin-top: 1em;
	color: #56290a;
	}


/* CONTACT FORM STYLES */

form {
   background-color:#fdfce4;
   padding: 12px;
   margin-top: 0em;
   margin-bottom: 2em;
   border: 1px solid #e2d1af;
   position: relative;
   }


form ol {
	margin: 0;
	list-style: none;
	}

form ol li {
	margin-top: 0;
	padding: 0;
	}

label {
	display: block;
	/* color: #3085b2; */
	font-family: Georgia, "Times New Roman", Times, serif;
	/* text-transform:uppercase; 
    letter-spacing: 1px;*/
	margin-bottom: 3px;
	margin-top: 12px;
		}
		
div #submitbutton {
	clear: all;
	text-align: right;
	padding: 0 10px 30px 0;
	}
		
table#contactinfo td {
	padding-bottom: 12px;
	}

form #part1 {
	float: left;
	margin: 0 20px 30px 12px;
	}

form #part2 {
 	}
	


/* FOOTER STYLES */

#footer {
    text-align: right;
	color: #fff;
	font-size: 90%;
	padding-bottom: 20px;
	}

#footer a {
    color: #cdf4f8;
	}

