@charset "iso-8859-1";
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	margin: 10px;
	padding: 10px;
	width: 760px;
}


#top-nav {
	float: left;
	width: 760px;
	height: 35px;
	text-align: center;
	margin: 10px;
	padding: 0px;
	background-color: #c5e0d1;
}

#sub-nav {
	float: left;
	width: 200px;
	padding: 0px;
	margin: 10px;
}

#maincontent {
	float: left;
	width: 530px;
	margin: 10px;
	padding: 10px;
}
#homepics {
	background-color: #FFFFFF;
	clear: both;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	width: 760px;
	margin: 10px;
}

#footer {
	background-color: #c5e0d1;
	clear: both;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-align: left;
	width: 760px;
	margin: 10px;
}

#footer a {
	color: #000000;
}


#top-nav ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
	height: 35px;
	}
#top-nav li {
	margin: 0px;
	padding: 0px;
	display: inline;
	height: 35px;
	}
#top-nav  #aboutlink {
	background-image: url(images/topnav-about.gif); 
	width: 110px;
	height: 35px;
}
#top-nav  #whatlink {
	background-image: url(images/topnav-what.gif); 
	width: 121px;
	height: 35px;
	}
#top-nav  #facilitylink {
	background-image: url(images/topnav-facility.gif); 
	width: 100px;
	height: 35px;
	}
#top-nav  #apptslink {
	background-image: url(images/topnav-appts.gif); 
	width: 122px;
	height: 35px;
	}
#top-nav  #wherelink {
	background-image: url(images/topnav-where.gif); 
	width: 138px;
	height: 35px;
	}
#top-nav  #contactlink {
	background-image: url(images/topnav-contact.gif);
	width: 145px;
	height: 35px;
	}

 #referrallink {
	background-image: url(images/topnav-referral.gif);
	width: 144px;
	height: 35px;
	}

#top-nav a {
	background-position: 0px 0px; 
	height: 35px; 
	float: left; 
	text-indent: -5000px; 
	font-size: 0.9em; 
	overflow: hidden;
	display: block;
	}
#top-nav a:hover {
	background-position: 0px 35px;
	}
	
#dropmenudiv {
	position: absolute;
	border: 1px solid #b7b0a4;
	border-top-width: 0px;
	border-bottom-width: 0px;
	font: 1.2em Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #c5e0d1;
	line-height: 16px;
	z-index: 100;
	text-align: left;

}
#dropmenudiv a {
	width: 100%;
	display: block;
	border-bottom: 1px solid #b7b0a4;
	padding: 5px 0 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #990000;
	line-height: 16px;
	text-decoration: none;
	text-indent: 6px;
}
#dropmenudiv a:visited {
	width: 100%;
	display: block;
	border-bottom: 1px solid #b7b0a4;
	padding: 5px 0 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #990000;
	line-height: 16px;
	text-decoration: none;
	text-indent: 6px;
}
#dropmenudiv a:hover {
	width: 100%;
	display: block;
	border-bottom: 1px solid #b7b0a4;
	padding: 5px 0 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: black;
	line-height: 16px;
	text-decoration: none;
	background-color: #c5e0d1;
	text-indent: 6px;
}
#dropmenudiv a:active {
	width: 100%;
	display: block;
	border-bottom: 1px solid #b7b0a4;
	padding: 5px 0 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: white;
	line-height: 16px;
	text-decoration: none;
	background-color: #c5e0d1;
	text-indent: 6px;
}

.clear {
	height: 0px;
	width: 100%;
	clear:both;
	background-color: transparent;
	}
.clear12px {
	height: 12px;
	width: 100%;
	clear:both;
	background-color: transparent;
	}

#gallery ul      {
	list-style:none;
	margin: 0px;
	padding: 0px;
}
#gallery li      {
	display:block;
	float:left;
	background-color: #252525;
}
#gallery li a    {
	display:block;
	width:120px;
	border:5px solid #666;
	height: 130px;
	overflow: hidden;
}
#gallery li a:hover {border:5px solid #ff9900;}
#galleryholder   {width:480px; overflow:hidden; text-align:center; border:2px solid #fff;}
#rightcontent   {
	display:inline-block;
	width:498px;
	background-color:#e9e9e9;
	padding:10px;
	border:1px solid #ccc;
	margin-top:16px;
}
#w3c {
	background-color: #ffffff;
	clear: both;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-align: left;
	width: 760px;
	margin: 10px;
}
#w3c a {
	color: #ffffff;
}