@charset "utf-8";
/* CSS Document */


/************************* Structure ************************/

body {
	background: url(../images/bg.jpg) 50% 0% no-repeat #d2ab60;
	margin: 0px;
	padding: 4px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4b3d22;
	font-size: 14px;
	line-height: 20px;
	}

#center {
	width: 947px;
	margin: 0 auto 0 auto;
	}

#header {
	width: 851px;
	height: 164px;
	padding: 7px 48px 3px 48px;
	float: left;
	}

#logo {
	float: left;
	width: 249px;
	height: 164px;
	}

#header-right {
	float: right;
	width: 313px;
	padding: 20px 0 0 0;
	}

#sharethis {
	width: 128px;
	height: 22px;
	float: right;
	}

#sm {
	width: 313px;
	height: 124px;
	float: right;
	}

#nav {
	width: 522px;
	height: 37px;
	float: right;
	text-align: right;
	margin: 0 0 2px 0;
	}

#nav a img {
	margin: 0 2px 0 2px;
	}

#photo-banner {
	width: 831px;
	height: 419px;
	float: left;
	background: url(../images/photo-banner.png) top center no-repeat;
	}

#content-top {
	width: 788px;
	height: 90px;
	float: left;
	background: url(../images/content-top.png) top center no-repeat;
	padding: 0 43px 0 0;
	}

#testimonials {
	width: 250px;
	height: 46px;
	float: right;
	background: url(../images/test-bg.png) top center no-repeat;
	padding: 22px;
	}

#content {
	width: 741px;
	float: left;
	background: url(../images/content-bg.png) top no-repeat;
	padding: 0 45px 45px 45px;
	}

#content-2 {
	width: 741px;
	float: left;
	background: url(../images/content-bg-2.png) top center no-repeat;
	padding: 55px 45px 55px 45px;
	}

#content-text {
	width: 741px;
	float: left;
	padding-bottom: 50px;
	}

#footer {
	width: 741px;
	float: left;
	}

#footer-top {
	width: 741px;
	float: left;
	background: url(../images/stroke.png) bottom no-repeat;
	padding: 0 0 20px 0;
	}

#footer-btm {
	width: 741px;
	float: left;
	padding: 16px 0 0 0;
	}

/************************* Text Styles ************************/

h1 {
	color: #882a21;
	font-size: 20px;
	margin: 15px 0 15px 0;
	}

h2 {
	color: #4b3d22;
	font-size: 17px;
	margin: 15px 0 15px 0;
	}

h3 {
	color: #4b3d22;
	font-size: 15px;
	margin: 15px 0 15px 0;
	}

h4 {
	color: #4b3d22;
	font-size: 12px;
	margin: 0 0 15px 0;
	}

p {
	line-height: 16px;
	margin: 0 0 15px 0;
	}
	
li { 
	font-size:14px;
	margin-bottom:14px;
	}

/************************* Link Styles ************************/

h1 a {
	color: #882a21;
	text-decoration: none;
	}

h2 a {
	color: #4b3d22;
	text-decoration: none;
	}

h3 a {
	color: #4b3d22;
	text-decoration: none;
	}

h4 a {
	color: #4b3d22;
	text-decoration: none;
	}

p a, a {
	color: #4b3d22;
	text-decoration: none;
	}
	
#sharethis a {
	color: #4b3d22;
	text-decoration: none;
	font-weight: bold;
	}

a.visible {
	color: #882a21;
	text-decoration: underline;
	}

a.visible:hover {
	color: #4b3d22;
	text-decoration: none;
	}

#footer p a, #footer a {
	color: #4b3d22;
	text-decoration: none;
	margin: 0 8px 0 8px;
	}

#footer p a:hover, #footer a:hover {
	color: #882a21;
	text-decoration: underline;
	}

#footer-btm p a:hover {
	color: #4b3d22;
	text-decoration: none;
	}

/************************* Additional Text Styles ************************/

#testimonials p {
	color: #ffffff;
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
	}

#footer {
	font-size: 12px;
	}

#footer-top {
	text-align: center;
	}

p.copyright {
	float: left;
	}

p.keyweb {
	float: right;
	}

/************************* Forms ************************/

input {
	background: url(../images/input-bg.png) top center no-repeat;
	border: 0;
	padding: 5px;
	height: 20px;
	color: #f4eac6;
	margin: 0 0 10px 0;
	}

input:hover {
	background: url(../images/input-bg-2.png);
	color: #ffffff;
	}

input.checkbox {
	background: none;
	padding: 0px;
	line-height: 16px;
	margin: 0px;
	}

textarea {
	background: url(../images/ta-bg.png) top center no-repeat;
	border: 0;
	padding: 5px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f4eac6;
	margin: 0 0 10px 0;
	}

textarea:hover {
	background: url(../images/ta-bg-2.png) top center no-repeat;
	color: #ffffff;
	}

input#submit {
	width: 115px;
	height: 52px;
	background: url(../images/submit.png) top center no-repeat;
	}

input#submit:hover {
	width: 115px;
	height: 52px;
	background: url(../images/submit2.png) top center no-repeat;
	cursor: pointer;
	}



/************************* Other ************************/

a img {
	border: 0px;
	}

.alignright {
	float: right;
	margin: 0 0 25px 25px;
	}

.alignleft {
	float: left;
	margin: 0 25px 25px 0;
	}
	
.red {
	color:#ae2c24;
	}
