/* YUI RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
html, body {
	height: 100%;
	background: #f5f5f5;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.wrapper {
	width: 915px;
	margin: 0 auto;
}
.header {
	height: 143px;
}
.header .logo {
	height: 91px;
	width: 314px;
	margin-top: 28px;
	display: block;
	text-indent: -9999px;
	background: url(../images/logo.gif) no-repeat;
	float: left;
	outline: none;
}
.header .menu {
	float: left;
	margin: 56px 0 0 50px;
}
.header .menu a {
	float: left;
	display: block;
	padding: 10px;
	color: #aca49c;
	text-decoration: none;
	margin-right: 30px;
}
.header .menu a.last {
	margin: 0;
}
.clear {
	clear: both;
}
.leftColumn {
	width: 350px;
	float: left;
}
.rightColumn {
	width: 565px;
	float: left;
}
.header .menu a:hover {
	background: #aca49c;
	color: #fff;
}
h2 {
	color: #333;
	text-transform: uppercase;
}
.footer dt, .footer dd, .footer p {
	text-shadow: 0 -1px 1px #514942;
}
.footer {
	background: #5f564d;
	border-top: 1px solid #cac3bd;
}
.footer dl {
	padding-top: 20px;
}
.footer dt {
	color: #84796d;
	clear: both;
	float: left;
	width: 100px;
	font-weight: bold;
}
* html .footer dt {
	float: none;
}
*+html .footer dt {
	float: none;
}
.footer dd {
	float: left;
}
.footer dd, .footer dd a {
	color: #a49484;
}
.footer p {
	color: #7c7065;
	font-size: 11px;
}
.footer hr {
	clear: both;
	border: 0;
	border-top: 1px solid #595148;
	border-bottom: 1px solid #6c635b;
}
.footer .wrapper {
	background: #5f564d url(../images/footer.jpg) no-repeat;
	height: 174px;
}
.content .hero {
	height: 288px;
	background: #44595f url(../images/herobg.png) repeat-x;
}
.content .hero h1 {
	color: #fff;
	text-indent: -9999px;
}
.content .hero p {
	color: #bad0d6;
	text-indent: -9999px;
}
.content .hero .rightColumn .pics {
	background: url(../images/heropicsbg.png) no-repeat;
	height: 258px;
	width: 559px;
	margin-top: 14px;
}
.content .hero .leftColumn a {
	display: block;
	height: 32px;
	width: 101px;
	text-indent: -9999px;
	margin-top: 186px;
	background: url(../images/learn_more.png) no-repeat;
	outline: none;
}
.content .hero .leftColumn {
	background: url(../images/heroblurb.png) no-repeat;
	height: 229px;
}
.content .about .rightColumn, .content .about .leftColumn {
	padding: 40px 0 60px;
}
.content .about .future h2 {
	background: url(../images/future.gif) no-repeat;
}
.content .about .benefits {
	padding-left: 30px;
}
.content .about .benefits h2 {
	background: url(../images/benefits.gif) no-repeat;
}
.content .about .rightColumn {
	background: url(../images/sep.png) no-repeat;
}
.content .about .future h2, .content .about .benefits h2 {
	font-size: 20px;
	padding: 0 0 0 30px;
}
.about p, .about ul {
	margin: 9px 0;
	line-height: 22px;
}
.about ul li {
	padding-left: 30px;
}
.subcontent {
	background: url(../images/herobg.png) repeat-x;
}
.subcontent .rightColumn {
	background: url(../images/content_right.png) no-repeat;
}
.contentWrapper {
	padding: 40px;
}
.contentWrapper h1 {
	color: #44595f;
	font-size: 26px;
	margin-bottom: 10px;
}
.contentWrapper p {
	margin: 10px 0;
}
.contentWrapper h2 {
	margin: 10px 0;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 16px;
	color: #666;
}
.contentWrapper a:hover {
	text-decoration: underline;
}
.contentWrapper a {
	color: #44595f;
	text-decoration: none;
}
.subcontent .leftColumn img {
	border: 8px solid #fff;
	margin: 24px 0 14px;
	
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.25);
}
.contentWrapper input:focus, .contentWrapper textarea:focus {
	outline: 0;
	border: 4px solid #aca49c;
}

.contentWrapper input, .contentWrapper textarea {
	clear: both;
	border: 4px solid #b9b0a8;
	width: 466px;
	margin-bottom: 14px;
	padding: 6px;
	color: #666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
* html .contentWrapper input {
	width: 460px;
}
* html .contentWrapper textarea {
	width: 460px;
}
.contentWrapper label {
	font-weight: bold;
	margin-bottom: 4px;
	display: block;
	color: #44595f;
}
.contentWrapper textarea {
	height: 200px;
}
.contentWrapper blockquote {
	padding: 12px;
	background: #fdefef;
    color: #9a1818;
	margin-bottom: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#slider {
	margin: 15px 0 0 14px;
}
#slider img {
	display: none;
}
p, ul, dl {
	line-height: 18px;
	color: #5a5959;
}
