/* Main Layout Settings */
html,body {
		background-image:url(/images/bg_repeat.gif);
		background-image:url(/images/bg_repeat.gif);
		background-repeat:repeat-x;
		background-color:#899dc1;
}
body {
	width:100%;
	margin:0;
	padding:0;	
	font-family:arial,sans-serif;
	
	color:#666;
	text-align:center;
	
}


a {
	text-decoration:none;
	color:#174273
}
	img {
		border:0;
	}

.spacer {
	clear:both;
}

/* Normalization */
ul,form,div,h1 {
	padding:0;
	margin:0;	

}

p {
	margin:0;
	padding:0 0 10px 0;
	color:#4d5d6d;
}
.sf-sub-indicator {
	display:none;
}

/* Block styles */
#wrapper {
	width:950px;
	text-align:left;
	margin:27px auto 50px auto;
	
}
	#header {
		font-size:0;
		line-height:0;
		padding:15px 0 0 15px;
		background-color:#FFF;
		background-image:url(/images/cw_bg_header.gif);
		background-repeat:no-repeat;
	}
		#header #logo {
			margin-right:4px;
		}
	
	#header_image {
		margin-bottom:5px;
		position:relative;
		left:-2px;
	}
	
#content {
	padding:22px 15px;
	background-color:#FFF;
	line-height:1.3em;
	font-size:12px;
}
#footer {
	
	color:#cdd1d6;
	font-size:11px;

}
	#footer img {
		vertical-align:top;
		padding-bottom:15px;
	}
	#footer #oca {
		float:right;
	}

/* Navigation styles */
#navigation {
	padding:4px 0 0 15px;
	height:56px;	
	background-color:#FFF;
	background-image:url(/images/bottom_navigation.gif);
	background-position:15px 34px;
	background-repeat:no-repeat;
	position:relative;
	font-size:0;
	line-height:0;
}
	#navigation a {
		color:#5d7aa0;/* Color for image click */
	}

#navigation ul {
	list-style-type:none;
	list-style-position:outside;
	list-style-image:none;
}

#top_navigation {
	height:30px;
}
#top_navigation li{
	float:left;
}
/* Default cursors */
#top_navigation .about_us a {
	cursor:default;	
}
#top_navigation .about_us ul a {
	cursor:pointer;	
}
#top_navigation .our_staff a {
	cursor:default;	
}
#top_navigation .our_staff ul a {
	cursor:pointer;	
}
#top_navigation .swim a {
	cursor:default;	
}
#top_navigation .swim ul a {
	cursor:pointer;	
}

#top_navigation li a {
	display:block;
	height:30px;
	background-image:url(/images/nav_comb.gif);
}
	#top_navigation span {
		display:none;
	}
	/* Menu Navigation */
	li.about_us .sf-with-ul {
		width:73px;
		background-position:0 0;
	}
		li.about_us .hover {
			background-position:0 -30px;
		}
	li.history_and_directors .sf-with-ul {
		width:170px;
		background-position:-73px 0;
	}
		li.history_and_directors .hover {
			background-position:-73px -30px;
		}
	li.our_staff .sf-with-ul {
		width:96px;
		background-position:-243px 0;
	}
		li.our_staff .hover {
			background-position:-243px -30px;
		}
	li.activities .sf-with-ul {
		width:102px;
		background-position:-339px 0;
	}
		li.activities .hover {
			background-position:-339px -30px;
		}
	li.sports .sf-with-ul {
		width:84px;
		background-position:-441px 0;
	}
		li.sports .hover {
			background-position:-441px -30px;
		}
	li.swim .sf-with-ul {
		width:66px;
		background-position:-525px 0;
	}
		li.swim .hover {
			background-position:-525px -30px;
		}
	li.testimonials .sf-with-ul {
		width:118px;
		background-position:-591px 0;
	}
		li.testimonials .hover {
			background-position:-591px -30px;
		}
	li.for_the_kids .sf-with-ul {
		width:117px;
		background-position:-709px 0;
	}
		li.for_the_kids .hover {
			background-position:-709px -30px;
		}
	li.contact .sf-with-ul {
		width:93px;
		background-position:-826px 0;
	}
		li.contact .hover {
			background-position:-826px -30px;
		}
/* Subnavigation */
#top_navigation ul {
	height:26px;
	display:block;
	position:absolute;
	top:34px;
	left:15px;
	width:915px;
}
	#top_navigation ul a {
		background-image:url(/images/bottom_navigation_about.gif);
		height:26px;
	}
		#top_navigation ul a:hover {
			background-image:url(/images/bottom_navigation_about_over.gif);
		}
	#top_navigation .about_us ul .row1 a {
		width:127px;
		background-position:0 0;
	}
	#top_navigation .about_us ul .row2 a {
		width:158px;
		background-position:-127px 0;
	}
	#top_navigation .our_staff ul a {
		background-image:url(/images/bottom_navigation_staff.gif);
	}
		#top_navigation .our_staff ul a:hover {
			background-image:url(/images/bottom_navigation_staff_over.gif);
		}
	
	#top_navigation .our_staff ul .row1 a {
		width:149px;
		background-position:-246px 0;
		margin-left:246px;
	}
	#top_navigation .our_staff ul .row2 a {
		width:248px;
		background-position:-395px 0;
	}
	
	#top_navigation .swim ul a {
		background-image:url(/images/bottom_navigation_swim.gif);
	}	
		#top_navigation .swim ul a:hover {
			background-image:url(/images/bottom_navigation_swim_over.gif);
		}	
	#top_navigation .swim ul .row1 a {
		width:49px;
		margin-left:534px;
		background-position:-534px 0;
	}
	#top_navigation .swim ul .row2 a {
		width:187px;
		background-position:-583px 0;
	}
	
/* Content */
#float_right {
	float:right;
}

#image_wrapper {
	font-size:0;
	line-height:0;
}
	#image_wrapper .center {
		margin:0 5px;
		
	}
#content_wrapper {
	width:590px;
	margin:30px 50px 0 20px;
}


#content_wrapper ul {
	color:#174273
}
	#content_wrapper ul li {
		margin-left:25px;
		color:#4d5d6d;
	}
	#content_wrapper h3 {
		color:#174273;
		border-bottom:1px solid #9D9D9D;
		padding-bottom:2px;
		margin-bottom:12px;
		font-size:14px;
	}
	#content_wrapper h4 {
		color:#174273;
		font-size:12px;
		margin:15px 0 5px;
	}
	#content_wrapper h3 span {
		padding-left:20px;
		color:#4d5d6d;
		float:right;
		display:block;
		font-size:12px;
		font-weight:normal;
		font-style:italic;
		padding-top:2px;
		margin-top:2px;
	}
	#content_wrapper p.bold {
		font-weight:bold;
	}
	#content_wrapper .break {
		padding-top:10px;
		
	}
	#content_wrapper ul.highlight {
		background-color:#F3F3F9;
		
	}
		#content_wrapper ul.highlight li {
			color:#4D5D6D;
		}
	#content_wrapper dt {
		font-weight:bold;
		margin-bottom:5px;
		color:#174273
	}
	#content_wrapper dd {
		margin:0;
		padding:0;
	}
	#content_wrapper p.note {
		font-style:italic;
	}
	#content_wrapper div.hr {
		height:1px;
		border-bottom:1px solid #9D9D9D;
		display:block;
		font-size:0;
		line-height:0;
		margin:20px auto 20px auto;
	}
	#content_wrapper dt {
		
	}
	#content_wrapper blockquote {
		background-image:url(/images/icon_quote_start.gif);
		background-repeat:no-repeat;
		padding:5px 35px;
		margin:20px;
	}
	#content_wrapper .block_close {
		background-image:url(/images/icon_quote_end.gif);
		width:33px;
		height:21px;
		float:right;
		margin:0;
		padding:0;
		line-height:0;
		font-size:0;
		position:relative;
		top:-35px;
	}

#welcome {
	display:block;
	background-image:url(/images/welcome_to_crestwood.gif);
	width:610px;
	height:300px;
	margin-top:15px;
}
div.center {
	text-align:center;
}
.contact_us {
	width:100%;
	padding:5px 0;
}
	.contact_us th {
		padding-bottom:5px;
		color:#174273;
	}
	.contact_us td {
		vertical-align:top;
	}