@charset "UTF-8";
/* CSS Document */

body {
	background: #c2c79d url(images/back.jpg) no-repeat fixed 50% 0;
	color: #313512;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

body h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #72001b;
	margin: 0;
	padding: 0;
}

body h2 {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #313512;
	margin: 0;
	padding: 10px 0 5px 0;
}

a:link {color: #5d0016;}
a:visited {color: #5d0016;}
a:link:hover, a:visited:hover {color: #525a1e;}

.main-cont {
	width: 990px;
	margin: auto;
	padding: 20px 0 0 0;
}

.nav-btn {
	float:left;
}

.homebtm {
	background-color: #ffffe0;
	background-image: url(images/home_btm.jpg);
	background-repeat: no-repeat;
	padding: 67px 72px 30px 376px;
	font-size: 11px;
	line-height: 14px;
}


.left {
	float: left;
	width: 331px;
}


.right {
	float:right;
	width: 535px;
	padding: 40px 65px 50px 0;
}

.main-second {
	background-color: #fffff2;
	background-image: url(images/mainback2.gif);
	background-repeat: repeat-y;
}

.divider {
	padding: 0 0 0px 0;
	margin: 0 0 0px 0;
}


.footer {
	margin: 15px 0 30px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #474d1c;
}

.footer a:link, .footer a:visited, .footer a:active {text-decoration: underline; color: #474d1c;}
.footer a:hover {text-decoration: underline; color: #ffffe0;}

.footer-left{
	float:left;
	padding: 5px 0 0 5px;
}

.footer-right{
	float:right;
	padding: 5px 0 0 10px;
}

.subnav{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9fa615;
	padding: 10px;
	margin: 0 0 30px 0;
	background-color: #F4F5D6;
}

.subnav a:link, .subnav a:visited, .subnav a:active {text-decoration: underline; color: #620017;}
.subnav a:hover {text-decoration: underline; color: #474d1c;}


.clientlogin {
	background-color: #e0e3be;
	padding: 10px 10px 20px 20px;
}

.error{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #990000;
	padding: 15px 0 0 0;
}

.error a:link, .error a:visited, .error a:active {
	text-decoration: underline;
	color: #990000;
}
.error a:hover {
	text-decoration: underline;
	color: #FF0000;
}
