@charset "UTF-8";
div.splash-img {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 1px;
	right: 0px;
	z-index: 1;
}
div#content{
	padding-top:20px;
}
#content h1 {
	font-size: 4em;
	letter-spacing: -0.1em;
	line-height: 0.75em;
	position:relative;
	z-index: 5;
	font-weight:bold;
	color: #FDFDFD;
	padding-left: 20px;
}
#content h3 {
	position: relative;
	z-index: 5;
	font-size: 2em;
	letter-spacing: -0.1em;
	line-height: 0.75em;
	font-weight: normal;
	width: inherit;
	color: #2F2F2F;
	padding-top:20px;
	font-weight:normal;
	padding-left: 20px;
	margin-top:-15px;
}
#content h3 strong {
	font-weight:bold;
}

div.small {
	width: 480px;
	z-index: 50;
	float: left;
	font-size: 0.6em;
	overflow: hidden;
	position: relative;
	clear: none;
	margin-top: 65px;
}
div.small h4 {
	font-size: 1.4em;
	font-weight: normal;
	padding-top: 125px;
	padding-left: 70px;
	color: #000000;
}
div.small h4 em {
	font-style: normal;
	font-weight: bold;
}
div.small p {
	color: #6C6C6C;
	width: 160px;
	padding-left: 70px;
}
div.small img {
	float: right;
	clear: none;
	padding-right: 10px;
	padding-top: 30px;
}
div.main {
	width: 480px;
	position: relative;
	z-index: 50;
	float: left;
	font-size: 0.9em;
	overflow: hidden;
	bottom: 25px;
}
div.item {
	border-bottom:1px dotted #D0D0C5;
	padding-bottom:35px;
	margin-bottom:15px;
	margin-left: 60px;
}
div.main h4 {
	font-size: 2.2em;
	font-weight: normal;
	letter-spacing: -0.1em;
	color: #B1C460;
}
div.main h4 em {
	font-style: normal;
	font-weight: bold;
}
div.main p {
	color: #5C5C57;
	font-size: 1em;
	line-height: 1.1em;
	letter-spacing: -1px;
	padding-top: 10px;
	position: relative;
}
div.sidebar {
	width: 140px;
	position: relative;
	background: #FFFFFF;
	border: 1px solid #5C5C57;
	z-index: 50;
	padding: 20px;
	font-size: 0.9em;
	overflow:hidden;
	left: 20px;
	margin-top: 150px;
}

div.sidebar h4 {
	font-size: 1.8em;
	line-height: 0.8em;
	font-weight: normal;
	padding-top: 5px;
	letter-spacing: -0.1em;
	padding-bottom: 5px;
	color: #B1C460;
}
div.sidebar h4 em {
	font-style: normal;
	font-weight: bold;
}
div.sidebar p {
	color: #5C5C57;
	font-size: 0.9em;
	letter-spacing: -0.1em;
	line-height: 1.2em;
}
a span.learnmore {
	background: url(../images/about/learn-button.jpg) no-repeat center top;
	height: 30px;
	width: 85px;
	position: relative;
	line-height: 30px;
	text-indent: -10000px;
	float: right;
	display: inline;
	margin-right: 10px;
}
a span.learnmore:hover {
	background: url(../images/about/learn-button.jpg) no-repeat center bottom;
}
div.contact h5{
	font-weight:bold;
	padding-top:5px;
}
div.contact {
	clear: both;
	float: none;
	overflow: hidden;
	margin-left: 60px;
	margin-bottom:20px;
	border:dotted 1px #D0D0C5;
	padding: 20px 20px 80px;
	background:#F4F2E5;
	width: 598px;
	position:relative;
}
div.contact h4 {
	font-size: 2.5em;
	line-height: 0.8em;
	font-weight: normal;
	letter-spacing: -0.1em;
	padding-bottom: 5px;
	color: #B1C460;
}
div.contact h4 em {
	font-style: normal;
	font-weight: bold;
}
div.contact p {
	color: #5C5C57;
	font-size: 0.9em;
	line-height: 1.2em;
}
div.submain h4 {
	font-size: 2.2em;
	font-weight: normal;
	letter-spacing: -0.1em;
	color: #B1C460;
}
div.submain h4 em {
	font-style: normal;
	font-weight: bold;
}
div.submain p {
	color: #5C5C57;
	font-size: 1em;
	line-height: 1.1em;
	letter-spacing: -1px;
	padding-top: 10px;
	position: relative;
}
div.feedback-form {
	background:#dee4bc url(../images/about/formbg.jpg) repeat-x center top;
	position:absolute;
	right:20px;
	top:50px;
	bottom:20px;
	padding: 15px;
	border-right: 1px solid #B1C460;
	border-bottom: 1px solid #B1C460;
	border-left: 1px solid #B1C460;
	width: 305px;
}
div.feedback-form h2 {
	background: url(../images/about/formtop.gif) no-repeat center top;
	height: 40px;
	width: 338px;
	position: absolute;
	top: -30px;
	left: -1px;
	text-indent: -10000px;
}
div.feedback-form input[type=text] {
	font-size: 18px;
	color: #5C5C57;
	margin-bottom: 10px;
	padding:2px;
	width: 300px;
}
div.feedback-form input:focus, div.feedback-form textarea:focus {
	background:#E3E2D6;

}
div.feedback-form legend {
	display: none;
}
div.feedback-form label {
	font-size: 16px;
	line-height: 16px;
	display: block;
	font-weight:bold;
	letter-spacing:-1px;
	color:#5C5C57;
}
div.feedback-form textarea {
	width: 300px;
	padding: 2px;
	border-top: 2px solid #999999;
	border-bottom: 2px solid #FFFFFF;
	height: 75px;
	border-right: 1px solid #D0D0C5;
	border-left: 1px solid #D0D0C5;
}
div.feedback-form input[type=submit] {
	width: 100px;
	margin: 10px auto;
}
div.feedback-form h3.submitted {
	background: url(../images/about/submitted-comments.gif) no-repeat center center;
	text-indent: -10000px;
	height: 100px;
	width: 100%;
	top: 75px;
	left: -10px;
	margin-bottom: 15px;
}
