body {
	margin: 15px;
	background-color: #F7FFDA;
}

h2 {
	font-style: italic;
}
#body_wrapper {
	width: 1000px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}

#s_header {

} /* contains the title */

.imgtitle {
} /* the image title */

#s_introduction {
	font-family: Georgia, serif;

	margin: 25px;
	margin-left: 150px;
} /* introduction, within the header */
#s_introduction em {
	font-size: 140%;
}

#s_main {
	background-color: #D7F1B1;
	border: 5px solid #004317;

	width: 600px;
	height: 500px;
	position: absolute;
	left: 80px;
} /* contains header, left section, introduction */

#s_left {
	background-color: white;
	border: 2px solid #35511a;
	padding: 5px;

	position: absolute;
	top: 110px;
	width: 200px;
	height: 300px;
} /* left section with addresses and phone info */
#s_left h2 {
	font-family: Georgia, serif;
	font-style: italic;
	padding: 5px;
	margin: 0;
}
#s_left .addressInfo {
	color: #333;
}
#s_left .address td {
	padding-bottom: 5px;
	font-size: 90%;
}
#s_left .address {
	margin-left: 10px;
	margin-top: 15px;
	padding-bottom: 15px;
	font-size: 15px;
}
#s_left .address .item {
	padding: 5px;
}

#s_content {
	background-color: #EBF8B6;
	border: 5px solid #aab767;
	font-family: Georgia, serif;
	padding: 15px 30px;

	width: 650px;
	min-height: 700px;
	position: absolute;
	top: 330px;
	left: 240px;
} /* information on the services provided */
#staff_list table {
	margin-left: 50px;
	font-size: 90%;
}
#staff_list td {
	padding: 3px;
	background-color: #F7FFDA;
}
#staff_list .name {
	font-weight: bold;
}
#staff_list img {
	border: 1px solid #35511a;
}

#services_list img {
	float: left;
	padding-right: 10px;
	padding-left: 5px;
	padding-top: 15px;
}

#s_content .expandLinks {
	text-align: center;
	float: right;
}
#s_content .expandLinks div {
	background-color: #d1dda2;
}
#s_content .expandLinks div:hover {
	background-color: #AAB767;
}
#s_content .expandLinks div a {
	color: #004317;
}
#s_content .expandLinks div {
	float: right;
	border: 1px solid #7f894d;
	font-weight: bold;
	padding: 10px 20px;
	margin: 0 5px;
}

#s_content .section h3 {
	padding: 0;
	margin: 5px;
}
#s_content .section {
	float: left;
	margin: 10px;
	width: 270px;
	background-color: #F7FFDA;
	padding: 15px;
	border: 1px dashed #D1DDA2;
}

#s_footer {
	display: none;
} /* footer, inside the left bar */

