@charset "utf-8";
html {
	overflow-y: scroll;
}
body {
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 30px;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#header {
	height: 64px;
	position: relative;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4C2432;
}
#header .logo {
	position: relative;
	padding-top: 0px;
	float: left;
}
#header .tel {
	float: right;
	margin-top: 13px;
}
#header .tel h1 {
	line-height: 20px;
	font-size: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#header .tel p {
	margin: 0px;
}
#header .tel p a {
	text-decoration: none;
}
#header .tel p a:hover {
}
#navi {
	padding: 0;
	height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	z-index: 1000;
	position: relative;
}
#navi li {
	float: left;
	list-style: none;
}
#navi li a {
	display: block;
	text-decoration: none;
	white-space: nowrap;
	font-size: 11px;
	margin-right: 5px;
	padding-left: 5px;
	color: #766A65;
	background-color: #F2F1E4;
	line-height: 20px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #AA9F4E;
	width: 137px;
}
#navi li a:hover {
	background-color: #AA9F4E;
	color: #FFFFFF;
}
#navi li ul {
	margin: 0;
	padding: 0;
	visibility: hidden;
	position: absolute;
}
#navi li ul li {
	float: none;
	display: inline;
}
#navi li ul li a {
	background-color: #AA9F4E;
	background-image: url(../images/green-link-background.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 8px;
	margin-top: 3px;
	color: #FFFFFF;
	width: 137px;
	padding-right: 0px;
}
#navi li ul li a:hover {
	background-color: #F2F1E4;
	color: #766A65;
}
#navi .current {
	color:#FFFFFF;
	background-color: #AA9F4E;
}
#navi .clientlogin {
}
#navi .clientlogin a {
	background-color: #4C2432;
	color: #FFFFFF;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #4C2432;
}
#navi .clientlogin a:hover {
	color:#766A65;
	background-color: #EAD2EE;
}
#contentwrapper {
	position: relative;
	min-height:400px;
	height:auto !important;
	height:400px;
	z-index: 500;
	padding-bottom: 20px;
}
#backhomewrapper {
	position: relative;
	padding-bottom: 20px;
	height: 20px;
}
#backhome {
	float: right;
}
#backhome ul {
	margin: 0px;
	padding: 0px;
}
#backhome li {
	float: left;
	list-style-type: none;
}
#backhome li a {
	background-color: #EAD2EE;
	color: #766A65;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #4C2432;
	font-size: 11px;
	display: block;
	text-decoration: none;
	width: 137px;
	margin-right: 5px;
	padding-left: 5px;
	line-height: 20px;
}
#backhome a:hover {
	color:#FFFFFF;
	background-color: #4C2432;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #4C2432;
}
#footerwrapper {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4C2432;
	height: 20px;
	position: relative;
	padding-top: 20px;
}
#footer {
	position: relative;
	background-color: #4C2432;
	height: 20px;
	padding-right: 8px;
	padding-left: 8px;
}
#footer p {
	font-size: 10px;
	color: #FFFFFF;
	line-height: 20px;
	margin: 0;
}
#footer strong {
	font-weight: bold;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	background-color: #EAD2EE;
	color: #766A65;
}
.content {
	position: relative;
}
.contentlefthalf {
	position: relative;
	width: 435px;
	float: left;
}
.contentrighthalf {
	position: relative;
	width: 435px;
	float: right;
}
.contentleftlarge {
	position: relative;
	width: 570px;
	float: left;
}
.contentrightsmall {
	position: relative;
	float: right;
	width: 300px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #4C2432;
	font-size: 20px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	line-height: 24px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #AA9F4E;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	line-height: 18px;
}
h2 a {
	color: #AA9F4E;
	text-decoration: underline;
}
h2 a:hover {
	text-decoration: none;
	background-color: #F2F1E4;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #766A65;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	line-height: 17px;
}
p a {
	color: #766A65;
	text-decoration: underline;
}
p a:hover {
	text-decoration: none;
	background-color: #F2F1E4;
}
p strong {
	color: #4C2432;
	font-weight: bold;
}
.list  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #766A65;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-left: 25px;
	list-style-image: url(../images/bullet.gif);
	line-height: 17px;
}


.list a {
	color: #766A65;
}
.list a:hover {
	background-color: #F2F1E4;
}
.listnumbers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #766A65;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-left: 25px;
	line-height: 17px;
}
.listnumbers  a {
	color: #766A65;
}
.listnumbers  a:hover {
	background-color: #F2F1E4;
}
.quote {
	font-size: 14px;
	color: #AA9F4E;
	line-height: 20px;
	font-weight: bold;
}
.purple {
	color: #4C2432;
}
.purple a {
	color: #4C2432;
}
.green {
	color: #AA9F4E;
}
.green a {
	color: #AA9F4E;
}
.pulloutgreen {
	background-color: #F2F1E4;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #AA9F4E;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AA9F4E;
	margin-bottom: 15px;
}
.pulloutgreen h2 {
	color: #AA9F4E;
}
.pulloutpurple {
	background-color: #EAD2EE;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #4C2432;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4C2432;
}
.pulloutpurple h2 {
	color: #4C2432;
}
.nomargin {
	margin: 0px;
}
.buttons {
	border: 1px solid #4C2432;
	line-height: 17px;
	font-size: 13px;
	color: #766A65;
}
.buttonsfilled {
	border: 1px solid #4C2432;
	color: #FFFFFF;
	background-color: #4C2432;
	cursor: auto;
	font-size: 11px;
	line-height: 17px;
}
.border {
	border: 1px solid #4C2432;
}
.newsselect {
	position: relative;
}
.newsselect ul {
	padding: 0px;
	margin: 0px;
}
.newsselect ul li {
	list-style-type: none;
	margin-bottom: 8px;
}
.newsselect ul li a {
	text-decoration: none;
	background-color: #F2F1E4;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	font-size: 11px;
	line-height: 20px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #AA9F4E;
	color: #766A65;
}
.newsselect ul li a:hover {
	background-color: #AA9F4E;
	color: #FFFFFF;
}
.newsselect h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}
.clearfix {
	clear: both;
}
.servicesborder {
	border: 1px solid #4C2432;
	padding: 10px;
}
