body {
	margin: 0px;
	padding: 0px;
}
div#banner {
	background: url(graphics/banner2.png) no-repeat 30px;
	height: 90px;
	width: 100%;
}
div#header {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	background-position: left top;
}
div#content {
	position: absolute;
	left: 200px;
	top: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	line-height: 130%;
	padding-right: 270px;
}
div#home{
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
	background: url(graphics/hometaboff.png) no-repeat center top;
	font-weight: bolder;
	color: #CC9900;
	position: absolute;
	left: 4px;
	top: 121px;
	height: 26px;
	width: 106px;
	text-align: center;
	vertical-align: middle;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CC9900;
	line-height: 15px;
}
div#home a{
	color : #CC9900;
	text-decoration : none;
}
div#home a:hover{
	color: #CCCCCC;
}
div#locations{
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/graphics/hometaboff.png) no-repeat center top;
	font-weight: bolder;
	color: #CC9900;
	position: absolute;
	left: 100px;
	top: 121px;
	height: 26px;
	width: 106px;
	text-align: center;
	vertical-align: middle;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CC9900;
	line-height: 15px;
}
div#locations a{
	color : #CC9900;
	text-decoration : none;
}
div#locations a:hover{
	color: #CCCCCC;
}
div#contactus{
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
	background: url(graphics/hometaboff.png) no-repeat center top;
	font-weight: bolder;
	color: #CC9900;
	position: absolute;
	left: 200px;
	top: 121px;
	height: 26px;
	width: 106px;
	text-align: center;
	vertical-align: middle;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CC9900;
	line-height: 15px;
}
div#contactus a{
	color : #CC9900;
	text-decoration : none;
}
div#contactus a:hover{
	color: #CCCCCC;
}

div#refinance{
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	background: url(graphics/redtab.png) no-repeat;
	font-weight: bolder;
	color: #333333;
	position: absolute;
	left: 100px;
	top: 144px;
	height: 63px;
	width: 120px;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
}
div#refinance a{
	color : #000000;
	text-decoration : none;
}
div#refinance a:hover{
	color: #3366FF;
}
div#newpu{
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
	background: url(graphics/yellowtab.png) no-repeat;
	font-weight: bolder;
	color: #333333;
	position: absolute;
	left: 215px;
	top: 144px;
	height: 63px;
	width: 126px;
	text-align: center;
	vertical-align: middle;
}
div#newpu a{
	color : #000000;
	text-decoration : none;
}
div#newpu a:hover{
	color: #3366FF;
}
div#heloc{
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
	background: url(graphics/greentab.png) no-repeat center top;
	font-weight: bolder;
	color: #333333;
	position: absolute;
	left: 332px;
	top: 144px;
	height: 63px;
	width: 120px;
	text-align: center;
	vertical-align: middle;
}
div#heloc a{
	color : #000000;
	text-decoration : none;
}
div#heloc a:hover{
	color: #3366FF;
}
div#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 146%;
	color: #508EFF;
	font-weight: normal;
}
div#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #508EFF;
	font-weight: normal;
	font-size: 120%;
}
div#sidebarleft {
	position: absolute;
	top: 200px;
	left: 5px;
	width: 180px;
	font-size : 70%;
}
div#sidebarleft div.featureleft {
	font-family: Arial, Helvetica, sans-serif;
	color : #666666;
	background-color : #fefefe;
	border : 1px solid #B06F07;
	margin-bottom : 11px;
	padding : 10px;
	line-height : 140%;
	font-weight: bolder;
}

div#sidebarleft div.featureleft ul{
	margin : 0;
	padding : 0;
	line-height : 180%;
	list-style-type: square;
	list-style-position: inside;
}

div#sidebarleft div.featureleft ul li{
	color : #06D3FF;
	background-color : transparent;
}

div#sidebarleft div.featureleft ul li a{
	color : #115EAC;
	background-color : transparent;
	text-decoration : none;
}

div#sidebarleft div.featureleft ul li a:hover{
	text-decoration : underline;
}

div#sidebarleft form{
	padding : 0;
	margin : 0;
}

div#sidebarleft h1{
	font-size : 110%;
	margin : 0;
	padding : 5;
	color: #FFFFFF;
	background-color: #6699FF;
	height: 25px;
	width: 100%;
	text-align: center;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
div#nav li a{
	color : #000000;
	text-decoration : none;
	word-spacing: 36px;
	
}

div#nav li a:hover{
	color : #333333;
	border-bottom: 1px dashed #333333;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #333333;
}
a {
	text-decoration: none;
}
form {
	display: inline;
}
div#leftmenu {
	position: absolute;
	left: 10px;
	top: 261px;
	padding-right: 430px;
	font-family: "Comic Sans MS";
	line-height: 130%;
}	
	
h3 a:hover {
	color: #000000;
	text-decoration: underline;
}
h3 a {
	text-decoration: none;
	color: #666666;
}
div#bar {
	background-color: #000066;
	height: 25px;
	width: 100%;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC9900;
	border-right-color: #CC9900;
	border-bottom-color: #CC9900;
	border-left-color: #CC9900;
}
div#sidebarright {
	position: absolute;
	top: 150px;
	right: 100px;
	width: 160px;
	font-size : 70%;
}
div#sidebarright div.featureright {
	font-family: Georgia, "Times New Roman", Times, serif;
	color : #666666;
	background-color : #fefefe;
	border : 1px ridge #B06F07;
	margin-bottom : 11px;
	padding : 10px;
	line-height : 140%;
}

div#sidebarright div.featureright ul{
	margin : 0;
	padding : 0;
	line-height : 180%;
	list-style-type: square;
	list-style-position: inside;
}

div#sidebarright div.featureright ul li{
	color : #06D3FF;
	background-color : transparent;
}

div#sidebarright div.featureright ul li a{
	color : #115EAC;
	background-color : transparent;
	text-decoration : none;
}

div#sidebarright div.featureright ul li a:hover{
	text-decoration : underline;
}

div#sidebarright form{
	padding : 0;
	margin : 0;
}

div#sidebarright h1{
	font-size : 110%;
	margin : 0;
	padding : 5;
	color: #FFFFFF;
	background-color: #000066;
	height: 25px;
	width: 100%;
	text-align: center;
	line-height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div#sidebarright h2{
	font-size : 110%;
	margin : 0;
	padding : 5;
	color: #FFFFFF;
	background-color: #996699;
	height: 25px;
	width: 100%;
	text-align: center;
	line-height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div#sidebarright h3{
	font-size : 110%;
	margin : 0;
	padding : 5;
	color: #FFFFFF;
	background-color: #FF9900;
	height: 25px;
	width: 100%;
	text-align: center;
	line-height: 25px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	color: #0066FF;
}
