html {overflow-y:scroll;}

body {
	background-image:url(../img/bg.gif);
	background-attachment: fixed;
	background-color: #EEE7D7;
	background-repeat: repeat-y;
	background-position: center top;
	/*background-image:url(../img/background.jpg);
	background-repeat: repeat-x;
	background-color:#0B294F;*/
	padding-top:0;
	margin-top:0;
	font-size:12px;
}
h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

a
{
	color:#3366cc;
	
}

a:hover
{
	color:#003399;
}

.main h2 {
	font-size:1.5em;
	line-height:1.5;
	margin-bottom:1em;
	color: #990000;
}
.right {
	float:right;
}
.container {
	background-color:#FFFFFF;
}
.header {
	/*padding-top:20px;*/  
	width: 870px;
	height:99px;
	float:left;
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
}  
.header-home {
	/*padding-top:20px;*/  
	width: 870px;
	height:250px;
	float:left;
	background-image: url(../img/header2.jpg);
	background-repeat: no-repeat;
}
.logo h1, .logo small {  
	margin:0px;  
	display:block;  
	text-indent:-9999px;  
}  
.logo {  
	width: 550px; 
	height:83px;  
	float:left;
	margin-right:10px;
}  

.top-nav {
	width: 310px;
	margin-right: 0; 
	float:left;
}

.nav {
	width: 870px;
	float:left;
	outline:none;
	margin:0pt;
	padding-bottom: 20px;

}
/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#stylefive{
	position:relative;
	display:block;
	height:26px;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Verdana, Helvitica, sans-serif;
	border-bottom:1px solid #303030;
	background-color: transparent;
	background-image: url(../img/bgOFF3.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-transform: uppercase;
}
#stylefive ul{margin:0px;padding:0;list-style-type:none;width:auto;}
#stylefive ul li{display:block;float:left;margin:0;}
#stylefive ul li a{
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	outline:none;
	padding:7px 20px 0 20px;
	height:19px;
	background-color: transparent;
	background-image: url(../img/bgDIVIDER3.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#stylefive ul li a:hover,#stylefive ul li a.current{
	color:#fff;
	background-color: #303030;
	background-image: url(../img/bgDIVIDER3.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */
.mast {
	width: 870px;
	height:106px;
	float:left;
	padding: 2px 0 15px 2px;
}
.heaney {
	margin:-20px 0 0 -45px;
	width:599px;
	height:250px;
	border:none;
	/*background-color:#FF3;*/
	background-image:url(../img/credit-history.jpg);
	background-repeat: no-repeat;
	padding:0 0 10px 0;
}
.main {
	width: 530px;
	margin-right: 25px;
	border-right: 1px solid #eee;
	float:left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 45px;
}
.main img {
	background-color:#F5F5F5;
	border:1px solid #CCCCCC;
	float:right;
	margin:0 0 10px 22px;
	padding:3px;
	clear:both;
}
.floatright { float: right; margin: 0px 0px 5px 5px; }
.col {
	width: 230px; 
	margin-right: 0; 
	float:left;
}
#case {
	display: block;
	width: 242px;
	height: 114px;
	background-image: url(../img/case.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 10px 15px 30px 0;
	/* border: 1px solid #666; */
}

#case:hover { 
  background-position: 0 -114px;
}

#case span {
  display: none;
}

#navcontainer { width: 200px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 5px;
width: 160px;
/*background-color: #036*/;
border-bottom: 1px solid #ccc;
}

#navcontainer a:link, #navlist a:visited
{
color: #222;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}

li {
	/*background: url(mybullet.gif) left center no-repeat;*/
	margin-bottom: 5px;
}


/*.footer {
	width: 870px;
	float:left;
}
.footer p {
	padding: 10px 0 0 25px;
	font-size:11px;
}*/

.footer-wrap{
	float: left;
	width: 100%;
	padding-top: 30px;
}

.footer-wrap a{
	color: #ccc;
}

.footer{
	margin: 0 auto;
	width: 758px;
	line-height: 24px;
	text-align: center;
}
.footer p{
	font-size:11px;
	color:#666666;
}
textarea {
	height:200px;
	padding:5px;
	width:460px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

td input
{
	width:205px;
}