@charset "utf-8";
/* CSS Document */

html {background-color: #292929;}
body { 
	background: url(../images/bground_secondary.jpg) repeat-x;
	background-color: #f0e4b4;
	font-family: Arial, Helvetica, sans-serif;
}
strong {font-weight: bold;}
a.imglink:hover {background: none;}
a:link {
	color: #455c5a;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #758584;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	background: #455c5a;
}
a:active {
	color: #fff;
	background: #455c5a;
}
#wrapper {
	width: 960px;
	height: auto;
	margin: 0 auto;
}
#top { height: 33px; width: 100%; text-align: right; }
#top img {margin-left: 35px; }
#top p { text-align: left; float: left; margin-left: 20px; color: white; padding-top: 9px; font-size: 12px; }
a.toptag { color: #eee; text-decoration: none; font-weight: normal; }

#header {
	height: 91px;
	margin-top: 2px;
}

#header h1 {
	float: left;
	margin: 0;
	margin-left: -179px;
	padding: 0;
	width: 732px;
	background: url(../images/logo.jpg) no-repeat 0px 0px;

}
#header h1 a {
	padding: 0;
	margin: 0;
	width: 500px;
	height: 91px;
	display: block;
}
#header h1 a:hover { background: none; }
#header h1 a:active { background: none; }
#header h1 a span { display: none; }

#nav { 
	float: right; 
	height: 55px;
	width: 602px;
	background: url(../images/nav_bground.png) no-repeat;
	margin-top: -70px;
	text-align: right;
}
#nav ul, li {
	display: inline;
}
#nav li a {
	border-left: 3px solid #5b7876;
	height: 23px;
	width: auto;
	padding: 3px 0px 3px 4px;
	margin-right: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15.5px;
	font-weight: 600;
	color: #000;
	text-decoration: none;
	z-index: 999;
	position: relative;
}
#nav li a:hover {
	border-left: 3px solid #75200f;
	background: none;
}
#menu { 
	margin-top: 18px; 
	margin-right: 10px;
	padding: 0px;
}

#subHeader {
	width: 960px;
	height: 42px;
	text-align: center;
	padding-top: 7px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 25px;
}
#subHeader img {margin-bottom: -12px;}

#content {
	float: left;
	width: 625px;
	height: auto;
}
#content h1 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 25px;
}
#sidebar {
	float: right;
	width: 286px;
	height: auto;
	margin-left: 40px;
}

.sidebar_box {
	width: 266px;
	height: auto;
	background: url(../images/box_bground.png) repeat-y;
	font-size: 14px;
	margin-bottom: 35px;
}
.sidebar_box p {
	padding: 15px 25px 0px 26px;
	text-align: justify;
}
.sidebar_box p img { margin: 0px auto 24px auto; }
.boxTop {
	margin: -14px auto 0px 0px;
}
.boxBottom {
	margin: 0px auto -13px 0px;
}

#featuresColOne { float: left; margin-right: 5%; width: 47%; }
#featuresColTwo { float: right; width: 47%; }
#featuresList h3 { font-weight: bold; padding-top: 20px; padding-bottom: 10px; }
#featuresList p { margin-bottom: 25px; }
#featuresList img { float: left; padding-right: 10px; }



.quotebox_small {
	background: url(../images/quote_box_small.png) no-repeat;
	width: 166px;
	height: 59px;
	padding: 28px 20px 40px 39px;
	font-size: 14px;
}
.quoter {
	color: #79231b;
	padding-left: 45px;
	width: 100%;
	height: auto;
	font-size: 14px;
	margin-bottom: 40px;
}
.quoter a { color: #79231b; text-decoration: none; font-weight: bold; }
.quoter a:hover { background: none; text-decoration: underline; }


.footer {
	height: 100%;
	min-height: 140px;
	width: 100%;
	background: #292929;
	border-top: 7px solid #5b7876;
	position: relative;
	bottom: 0px;
}
#footerWrap {
	margin: 0 auto;
	width: 960px;
	color: #aeacac;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 20px;
}
.footerLeft, .footerCenter {
	float: left;
}
.footerRight {
	float: right;
}
.footerCenter {
	margin-left: 230px;
}
#footerWrap a {
	color: #aeacac;
	text-decoration: none;
	font-weight: normal;
}
#footerWrap a:hover {
	background: none;
	text-decoration: underline;
	font-weight: normal;
}

.wufoo {
	background: #fff;
	padding: 20px;
	width: 500px;
}
.clear { clear: both; }

.small { font-size: 10px; }
.medium { font-size: 12px; }
