/*** Content ***/

body {
	background-image: url(../images/bkgd.gif);
	color: #333;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
	margin: 0 auto 20px auto;
}

h1 {
	border-bottom: 1px solid #999;
	color: #051634;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
	padding-bottom: 8px;
}

h2 {
	color: #3E659F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 8px;
}

h3 {
	font-weight: bold;
	margin-bottom: 0;
}

h4{
	text-decoration:underline;
}
.admin th {
	color: #FFFFFF;
	background-color: #3E659F;
	font-family: Georgia, "Times New Roman", Times, serif;
}	

/*** Lists ***/
.pated_list {
	list-style-type:disc;
	margin-left: -25px;
	margin-bottom: 0px;
}
ul {
	font-weight: normal;
	list-style-type: disc;
	margin-left: -20px;
	margin-top: 0;
}

/*** Images ***/

.imagespacert {
	float: right;
	margin: 0 35px 14px 14px;
}

.imagespacelt {
	float: left;
	margin: 0 14px 14px 0; 
}

.photos {
	border: 2px solid #3E659F;
	padding: 4px;
	background-color: #fff;
}
	
/*** Links ***/

a:link, 
a:visited,
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3E659F;
	text-decoration: none;
}

a:hover {
	color: #051634;
	text-decoration: underline;
}
.bottombar a:link, 
.bottombar a:visited,
.bottombar a:active {
	text-decoration: none;
	color:#FFF;
}

.bottombar a:hover {
	color:#FFF;
	text-decoration: underline;
}

/*** Top Navigation ***/

#nav {
	background-color: #FFF;
	color: #333;
	font-size: 13px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-weight: normal;
	height: 24px;
	padding: 0;
	margin: 0;
	width: 800px;

}

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

#nav li {
	border-left: 1px solid #333;
	float: left;
	line-height: 24px;
}

#nav li#first {
	border-left: none;
	margin: 0 0 0 7px;
}

#nav li#first_admin {
	border-left: none;
	margin: 0 0 0 30px;
}

#nav a:link,
#nav a:visited,
#nav a:active {
	color: #051634;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	display: block;
	padding: 0 12px;
	text-decoration: none;
}

#nav a:hover {
	color: #051634;
	text-decoration: none;
}

/*** Top Navigation Drop Down Menus ***/

#nav li ul {
	background-color: #3E659F;
	border: 1px solid #333;
	display: none;
	list-style-type: none;
	position: absolute;
	z-index: 2000;
}

#nav li:hover ul {
	display: block;
	margin: 0 -1px;
}

#nav li ul li {
	border-left: none;
	border-bottom: none;
	float: none;
	line-height: 17px;
	margin: 6px 0;
	padding: 0;
}

#nav li ul li a:link,
#nav li ul li a:visited,
#nav li ul li a:active {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 0 12px;
}

#nav li ul li a:hover {
	color: #051634;
	text-decoration: none;
}

/*** Layout ***/

#site_wrapper {
	border: 1px solid #333;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 800px;
}

#title {
	display: none; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	padding-bottom: 10px;
}

#topspace {
	background-color: #FFF;
	height: 25px;
}

#topbar {
	background-color: #051634;
	height: 20px;
}

.searchbox {
	background-color: #051634;
	color: #FFFFFF;
	height: 25px;
	padding: 10px 14px;
	width: 772px;
}
.searchbox a:link,
.searchbox a:visited,
.searchbox a:active,
.searchbox a:hover {
	color: #FFFFFF;
}	
#content_area {
	background-color: #FFF;
	margin: 0;
	min-height: 410px;
	padding: 10px;
	width: 784px;
}

#content_container {
}

.bottombar {
	background-color: #051634;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 14px;
}

.column {
	border-left: 1px solid #999;
	float: right;
	height: 100%;
	margin: 0 auto 0 10px;
	padding: 0 0 0 14px;
	text-align: left;
	width: 225px;	
}

address {
	font-style: normal;
}

/*** Homepage ***/

#home_content {
	border-right: 1px solid #999;
	padding-right: 9px;
	width: 535px;
}

.column h2 {
	margin-top: 0;
}
.column .highlight {
	margin-top: 8px;
	font-weight: bold;
}
.column .highlight a {
	color: #051634;
}

.spacer {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
}
.specialties td,
.specialties th {
	background-color: #CCCCCC;
	padding: 8px;
}
.specialties th {
	background-color: #3E659F;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}
.question {
	color:#000000;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 5px;
}
