body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1.3em;
	margin: 0;
	text-align: center;
}
a {
	color: #b73825;
}
img {
	border: 0;
}
h2 {
	line-height: 1.2em;
}
#wrap {
	background: #fff;
	width: 800px;
	margin: 10px auto;
}
#header {
	background: #bfcb7f;
	padding: 10px;
	padding-bottom: 0;
}
#logo {
	background: #fff;
	width: 370px;
	float: left;
}
#headerphoto {
	padding-left: 10px;
	float: left;
}
#mission {
	border-top: 8px solid #bfcb7f;
	border-bottom: 8px solid #bfcb7f;
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
}
#maincontent {
	clear: both;
	padding: 10px;
	text-align: left;
	font-size: 13px;
	line-height: 1.2em;
zoom: 1; 
}
#description {
	float: left;
	padding-left: 10px;
	width: 460px;
	font-size: 14px;
	color: #444;
	line-height: 1.3em; /*width: 470px; */
}
#sidebar {
	position: relative;
	float: right;
	width: 269px;
	/*background: #e0e4c1;*/
	background: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.sidebar-section {
	padding: 5px;
	background: #e8ecd1;
	margin-bottom: 10px;
}
ul.sidebar-list {
	margin: 0;
	padding-left: 10px;
	text-align: left;
	list-style: none;
	line-height: 0.5em;
}
ul.sidebar-list li {
	margin-left: 0;
	padding: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 30px;
	color: #318188;
	font-size: 12px;
	/* border: 1px solid #555;*/
}
ul.sidebar-list li a {
	color: #318188;
	text-decoration: none;
}
ul.sidebar-list li a:hover {
	text-decoration: underline;
}
img.service {
	margin: 10px 0;
	border: 0;
	z-index: 0;
}
.service-container {
	position: relative;
}
.service-content {
	position: absolute;
	left: 30px;
	top: 30px;
	text-align: left;
	background: #fff;
	border: 3px solid #bfcb7f;
	font-size: 10px;
	padding-right: 10px;
}

#footer {
	font-size: 11px;
	line-height: 1.1em;
}
/****** SECONDARY PAGE ******/
#logo-secondary {
	background: #e0e4c1;
	width: 237px;
	padding: 0;
	float: left;
}
#title-secondary {
	padding-left: 10px;
	float: left;
}
#leftbar-secondary {
	float: left;
	padding: 0;
	width: 237px;
}
#content-secondary {
	float: right;
	width: 503px;
	background: #ffffff;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#navbar-secondary {
	border-top: 2px solid #bfcb7f;
	border-bottom: 2px solid #bfcb7f;
	font-size: 10px;
	color: #93a345;
}
#navbar-secondary ul li a {
	color: #38939b;
}
#navbar-secondary ul li a#current {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
img.left {
	float: left;
	border: 1px solid #bbb;
	margin-right: 20px;
	margin-bottom: 10px;
}
img.right {
	float: right;
	border: 1px solid #bbb;
	margin-left: 20px;
	margin-bottom: 10px;
}
.detail-page h3 { 
	color: #318188; 
}
.detail-page li { 
	padding-bottom: 10px; 
}