@charset "UTF-8";

img, div { behavior: url("c/iepngfix.htc") }

body {
	margin:0;
	padding:0;
	background-image: url(../i/main_bg.png);
	background-repeat: repeat-x;
	background-color: #faf8ee;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

h1 {

}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.2em;
	color: #ca4c44;
	text-align:center;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 0.9em;
	color: #ca4c44;
	text-align:left;
}

img {
	border: 0px;
	padding: 0;
	margin: 0;
}

input.inputStyle {
	background-color: #FFF;
	border: 1px solid #333;
}

p, li {
	color: #534d2f;
	text-align:left;
	font-size: 0.8em;
	line-height: 1.8em;
	
}

strong {
	font-weight:bold;
}

a {
	color: #666;
	text-decoration:underline;
}

a:hover {
	color: #333;
	text-decoration: none;
}

.alignRt {
	float: right;
}

.clearRt {
	clear: right;
}

.inlineLeft {
	float: left;
	margin-right:20px;
}

.sidebarRule {	
}

#contact {
	position: absolute;
	top: -10px;
	right: 100px;
	height: 40px;
	width: 450px;
	background-color: #ECE0A7;
	border-bottom: 1px solid #C9BD7F;
	border-left: 1px solid #C9BD7F;
	border-right: 1px solid #C9BD7F;
	text-align:center;
	
}

#contact p {
	text-align: center;
	padding-top: 5px;
}

#header {
	background-image: url(../i/header_bg.png);
	background-position:center;
	background-repeat:no-repeat;
	height: 211px;
	padding:0;
	margin:0;
	margin-top:-12px;
}

#header #nav {
	padding-top: 115px;
	width: 910px;
	margin: 0 auto;
	text-align:right;
}

#mainContent {
	width: 910px;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 100px;
}

#mainContent #content {
	width: 717px;
	float: left;
	margin-right: 10px;
}

#mainContent #contentSecondary {
	width: 685px;
	float: left;
	margin-right: 10px;
	padding-right: 0px;
}

#content p, #contentSecondary p {
	margin-left: 5px;
	width: 600px;
	font-size: 0.9em;
}

td {
	color: #534d2f;
	text-align:left;
	font-size: 0.8em;
	line-height: 1.8em;
}

#mainContent #sidebar {
	float: left;
	width: 183px;
}

#sidebar #featureTop {
	background-image: url(../i/featureTop_bg.png);
	background-repeat:no-repeat;
	height: 367px;
	padding: 15px 20px;
	text-align:center;
}

#sidebar #featureBottom {
	background: url(../i/featureBottom_bg.png) no-repeat 0px 0px;
	min-height: 231px;
	padding: 15px 10px;
	text-align:center;
}

.featureIndent {
	margin-left: 30px;
}

#footer {
	position: relative;
	bottom:0;
	left:0;
	height: 90px;
	width:100%;
	background-image:url(../i/footer_bg.png);
	background-repeat:repeat-x;
}
#footer #copyinset {
	width: 910px;
	height: 120px;
	margin: 0 auto;
	margin-top:0px;
	color: #FFF;
	font-size: 0.8em;
	background-image: url(../i/header_overlay.png);
	background-repeat:no-repeat;
	background-position: right 20px;
	padding-top:65px;
	text-align:left;
}

#footer #copyinset a {
	color: #FFF;
}