* {
	margin: 0;
	padding: 0;
}
img, hr {
	border: none;
}
body {
	background: #d8d6c4;
	color: #383838;
	font: 14px/1em Arial, Helvetica, sans-serif;
}
.clear {
	clear: both;
}
.imageleft {
	float: left;
	margin: 0 20px 20px 0;
}
.imageleft2 {
	float: left;
	margin-left: 20px;
}
.imageright {
	float: right;
	margin: 0 0 20px 20px;
}
.main_container {
	background: #5e1b04 url(../images/bg.jpg) repeat-y center;
}
.content_container {
	margin: 0 auto;
	width: 960px;
	background: #fff;
}
.header {
	height: 154px;
	background: url(../images/header.jpg) no-repeat;
}
.logo {
	position: absolute;
	width: 204px;
	height: 121px;
	top: 28px;
	left: 50%;
	margin-left: -102px;
}
.header_branches {
	float: left;
}
.header_express {
	float: right;
}
#headerBranches, #headerExpress {
	width: 183px;
	height: 115px;
}
.nav ul, .menu ul {
	list-style: none;
}
.nav li, .menu li {
	float: left;
	display: inline;
}
.nav li.nav_contact {
	margin-left: 10px;
}
.nav li.nav_estatement {
	margin-left: 300px;
}
.nav a {
	display: block;
	color: #545451;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
	text-decoration:none;
	text-align: center;
	line-height: 1em;
}
.nav a.nav_lowercase{
	display: block;
	color: #545451;
	font-size: 11px;
	font-weight: bold;
	text-transform:none;
	text-decoration:none;
	text-align: center;
	line-height: 1em;
		padding: 12px 8px 2px 8px;
}
.nav a.nav_left {
	padding: 12px 11px 2px 11px;
}
.nav a.nav_right {
	padding: 12px 7px 2px 6px;
}
.nav a:hover {
	color: #74002a;
	background: url(../images/nav-line.png) no-repeat center bottom;
}
#mainRotate {
	height: 253px;
	background: url(../images/loading.gif) no-repeat center center;
}
.menu {
	height: 56px;
	background: url(../images/menu.jpg) repeat-x;
}
.menu li.menu_first {
	margin-left: 30px;
}
ul.menu a {
	display:block;
	color:#000;
	text-decoration:none
}
ul.menu li {
	position:relative;
	float:left;
}
ul.menu ul {
	position:absolute;
	top:45px;
	left:0;
	display:none;
	opacity:0;
	list-style:none;
	width:150px;
	z-index: 400;
}
ul.menu ul li {
	position:relative;
	width:150px;
	margin:0;
}
ul.menu ul li a {
	display:block;
	padding:5px;
	background:#6a270c url(../images/menu-line.png) no-repeat center bottom;
	color: #fff;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
}
ul.menu ul li a:hover {
	color: #fcc291;
}
ul.menu .menulink {
	display: block;
	text-transform:uppercase;
	text-decoration:none;
	text-align: center;
	background: url(../images/arrow.png) no-repeat 0 16px;
	padding: 10px 32px;
	font-weight: bold;
	font-size: 14px;
	color: #00382c;
	line-height: 1em;
	letter-spacing: 1px;
}
ul.menu .menulink:hover, ul.menu .menuhover {
	color: #74002a;
}
.copyarea {
	padding: 25px 35px 10px 35px;
}
.copyarea h1 {
	font-size: 28px;
	font-weight: bold;
	color: #22493c;
	text-transform:uppercase;
	line-height: 1em;
	margin-bottom: 20px;
}
.copyarea h1.lowercase {
	font-size: 28px;
	font-weight: bold;
	color: #22493c;
	text-transform: none;
	line-height: 1em;
	margin-bottom: 20px;
}
.copyarea h2 {
	font-size: 20px;
	margin-bottom: 5px;
	line-height: 1.25em;
}
.copyarea h3 {
	font-size: 18px;
	margin-bottom: 5px;
	text-transform:uppercase;
	color: #3e6759;
}
.copyarea h6 {
	font-size: 10px;
	font-weight: bold;
	color: #22493c;
	text-transform:uppercase;
	line-height: 1em;
	margin-top: 5px;
	text-align: center;
}
.copyarea p {
	margin-bottom: 20px;
	line-height: 1.5em;
}
.copyarea ul {
	margin: 0 0 20px 0;
	line-height: 1.5em;
	list-style: none;
}
.copyarea ul li {
	padding-left: 20px;
	background: url(../images/bullet.png) no-repeat 5px 7px;
}
.copyarea ul li ul li {
	padding-left: 20px;
	background: url(../images/bullet2.png) no-repeat 5px 7px;
}
.copyarea ol {
	margin: 0 0 20px 30px;
	line-height: 1.5em;
}
.copyarea ol ol, .copyarea ul ol {
	margin: 0 0 0 30px;
}
.copyarea hr {
	margin: 20px 0;
	height: 1px;
	color: #000;
	background: #000;
	clear: both;
}
.copyarea a {
	color: #3a9677;
}
.copyarea a:hover {
	color: #bec0a0;
}
.emphtext {
	color: #521f06;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
}
.home_col_left {
	float: left;
	width: 490px;
}
.col_left {
	float: left;
	width: 100%;
}
.home_col_right {
	float: right;
	width: 340px;
	font-size: 12px;
	padding: 20px 20px 0 20px;
	background: #ebeae0;
	border: 1px solid #cccbc4;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.half_col_left {
	float: left;
	width: 430px;
}
.half_col_right {
	float: right;
	width: 430px;
}
.third_col_left {
	float: left;
	width: 280px;
	padding-right: 20px;
}
.qtr_col_left {
	float: left;
	width: 255px;
	padding-right: 20px;
}
.qtr_col_left_cnt {
	float: left;
	width: 150px;
	padding-right: 18px;
}
.qtr_col_left_img {
	float: left;
	width: 250px;
	padding-right: 20px;
}	
.third_col_center {
	float: left;
	width: 280px;
}
.third_col_right {
	float: right;
	width: 280px;
}
.roundedboxwithimg {
	background: #ebeae0;
	border: 1px solid #cccbc4;
	height: 200px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	float: right;
	width: 575px;
	padding: 2px;
}
.roundedboxwithimglft {
	background: #ebeae0;
	border: 1px solid #cccbc4;
	height: 240px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	float: left;
	width: 823px;
	padding: 15px;
}
.roundedboxwithform {
	background: #ebeae0;
	border: 1px solid #cccbc4;
	height: 475px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	float: left;
	width: 500px;
	padding: 15px;
	margin-bottom: 25px;
}
input.inputnormal {
	width: 225px;
	padding: 4px;
	background: #fff;
}
.image_col {
	float: right;
	width: 235px;
}
.image_col2 {
	float: right;
	width: 325px;
}
.image_col_left {
	float: right;
	width: 235px;
}
.third_col_left_withimage {
	float: left;
	width: 305px;
	padding-right: 20px;
}
.third_col_center_withimage {
	float: left;
	width: 305px;
}
.half_col_withimage {
	float: left;
	width: 630px;
}
.half_col_withimage3 {
	float: left;
	width: 750px;
	padding-left: 10px;
}
.roundedboxwithimg ul {
	margin: 20px;	
}
.roundedboxwithimg li {
	padding: 0 !important;  
	background: none !important;
	line-height: 1.4em;
}
.roundedboxwithimglft ul {
	margin: 10px;	
}
.roundedboxwithimglft li {
	padding: 0 !important;  
	background: none !important;
	line-height: 2.0em;
}
.third_col_rounded {
	background: #ebeae0;
	border: 1px solid #cccbc4;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 305px;
	padding: 20px 20px 0 20px;
	margin-bottom: 20px;
}
.half_col_rounded {
	background: #ebeae0;
	border: 1px solid #cccbc4;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 580px;
	padding: 20px 20px 0 20px;
	margin-bottom: 20px;
}
.image_col_rounded {
	background: #ebeae0;
	border: 1px solid #cccbc4;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 20px 20px 0 20px;
	margin-bottom: 20px;
	width: 195px;
}
.floatright {
	float: right;
}
.imagerounded {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
table.paddingtable td {
	padding: 0 10px 4px 0;
}
.footer_container {
	background: url(../images/footer-contain.jpg) no-repeat top center;
}
.footer {
	margin: 0 auto;
	width: 960px;
	height: 100px;
	background: url(../images/footer.jpg) no-repeat;
}
.footer_numbers {
	float: left;
	color: #521f06;
	font-weight: bold;
	padding: 25px 0 0 35px;
	line-height: 1.25em;
	width: 255px;
}
.footer_numbers_location {
	width: 100px;
	float: left;
	color: #2a0400;
}
.footer_links {
	float: left;
	width: 380px;
	text-align: center;
	color: #300000;
	font-size: 11px;
	font-weight: bold;
	padding-top: 40px;
}
.footer_links a {
	color: #300000;
	text-decoration:none;
}
.footer_links a:hover {
	color: #385f52;
}
.footer_links_credit {
	font-size: 10px;
	font-weight: normal;
}
.footer_right {
	float: right;
	width: 255px;
	padding: 25px 35px 0 0;
}
.footer_right table {
	float: right;
	padding-bottom: 5px;
}
input.input_signup {
	background: url(../images/signup.png) no-repeat;
	width: 158px;
	height: 10px;
	border: none;
	color: #5e2101;
	font-size: 9px;
	padding: 10px;
}

table td{padding:2px;}

.applet-class{
	height:270px;
	width:510px;
	margin:0 auto;
	background:none;
	}

.applet-img{
	background:url(../images/calculator-img.jpg) top left no-repeat;
	width:510px;
	height:270px;
	margin:0 auto;
}
table.privacypolicy{
	width: 800px;
}
table.privacypolicy tr{
	margin-bottom: 10px;
}
table.privacypolicy td{
	padding: 10px;
}
td.tableheading{
	background-color: #000000;
	color: #FFFFFF;
	padding-top: 5px;
}
td.tablesubheading{
	background-color: #464646;
	color: #FFFFFF;
	padding-top: 5px;
}
td.tableborder{
	border: 1px dotted #464646;
}
table.privacypolicy tr td ul{
	padding-left: 20px;
}
table.privacypolicy tr td ul li{
	list-style-image: none;
	background-image: none;
	list-style-type: disc;
	padding: 0;
}
table.privacypolicy .tablecentertext{
	border: 1px dotted #464646;
	text-align: center;
}
