body
{
	margin:0;
	border:0;
	padding:0;
	height:100%; 
	max-height:100%; 
	overflow: hidden;
	font-family: "Trebuchet MS";
	font-size: 14pt;
	color: #494949;
}

h3
{
	color: #D83232;
	background-position: bottom left;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
	margin-left: 55px;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-image: url(images/underline.jpg);
	min-width: 215px;
	font-size: 24pt;
	_width:215px;
}

h3.float_head
{
	float:left;
	_margin-left: 27px;
}

td
{
	font-family: "Trebuchet MS";
	font-size: 10pt;
}

#header
{
	position:absolute; 
	top:0; 
	left:0; 
	width:100%;
	height:96px; 
	overflow:hidden;
	background-image: url(images/header_slice.png);
	background-repeat: repeat-x;
	min-width:760px;
}

#headerInner
{
	height:100%; 
	width:100%;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}

#footer
{
	position:absolute; 
	bottom:0; 
	left:0;
	width:100%; 
	height:43px; 
	overflow:hidden; 
	text-align:right;
	margin:0;
	padding:0;
	min-width:760px;
}

#footer1 {
background-color: #D8DAFD;
width: 100%;
height: 20px;
border-bottom: 3px solid #ffffff;
}

#footer2 {
background-color: #423AC5;
width: 100%;
height: 20px;
}

#contents
{
	position:fixed; 
	top:96px;
	left:0;
	bottom:43px; 
	right:0; 
	overflow:auto;
	padding-top:15px;
	padding-bottom:10px;
	min-width:760px;
}

#centered_content
{
	position: relative; 
	margin: 0 auto;
	width: 770px;
	text-align:left;
}

/* for internet explorer */

* html body
{
	padding:96px 0 43px 0; 
}

* html #contents
{
	height:100%; 
	width:100%; 
}

ul
{
	padding-left: 80px;
}

li
{
	list-style: url(images/sm_check.gif);
}

p
{
	padding-left: 55px;
	margin-left: 0px;
}

a
{
	color: #423AC5;
	text-decoration: none;

}

a.no_decoration
{

	text-decoration: none;

}

a:hover
{
	color: #CE0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-decoration: none;

}

a:hover.no_decoration
{
	border-width: 0;
}

div#navbar1 {
	position: absolute;
	top: 45px;
	right: 15px;
}

#navbar1 ul {
list-style-type: none;
padding: 0;
margin: 0;
}

#navbar1 li {
float: left;
margin-top: 3px;
margin-bottom: 3px;
margin-left: 10px;
margin-right: 10px;
padding: 0;
display: inline;
}

#navbar1 li.selected {
float: left;
margin-top: 3px;
margin-bottom: 3px;
margin-left: 10px;
margin-right: 10px;
padding: 0;
display: inline;
}

div#navbar2 {
	position: absolute;
	top: 68px;
	right: 15px;
}

#navbar2 ul {
list-style-type: none;
padding: 0;
margin: 0;
}

#navbar2 li {
float: left;
margin-top: 4px;
margin-bottom: 4px;
margin-left: 10px;
margin-right: 10px;
padding: 0;
display: inline;
}

div.center
{
	text-align: center;
}

span.left {
float: left;
}

span.right {
float: right;
}

img
{
	border: 0;
}

/* CSS FOR SLIDESHOW SCRIPT */
#imageSlideshowHolder{
	margin:15px;	/* "Air" */
	float:right; /* Floating gallery at the right side of other web page content */		
	width:300px;	/* Image width */
	height:225px;	/* Image height */
	z-index:-1;
	border-style: solid;
	border-width: 1px;
	border-color: #423AC5;
	
	position:relative;	/* Don't remove this line */
}

/* Don't change these values */
#imageSlideshowHolder img{
	position:absolute;
	left:0px;
	top:0px;
}

/* END CSS FOR SLIDESHOW SCRIPT */

#contact
{
}

.contact_details
{
	margin-left: 80px;
}

#contact_form
{
	position: absolute;
	left: 55px;
	top: 80px;
}

#map_small
{
	position: absolute;
	left: 340px;
	top: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #423AC5;
}

#map_large
{
	position: absolute;
	left: 370px;
	top: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #423AC5;
}

#address
{
	width: 300px;
	height: 300px;
	margin-left: 60px;
}

#branch_picture
{
}

#mortgage_calc
{
	position: absolute;
	top: 55px;
	left: 55px;
	height: 200px;
	width: 320px;
	padding: 20px;
	background-color: #D6DAFD;
}

.right_form
{
	width: 120px;
	height: 22px;
	float: right;
}

.left_form
{
	width: 200px;
	height: 22px;
	float: left;
}

.conditions
{
	padding-top: 120px;
	width: 320px;
	height: 100px;
}

.img_right
{
	float: right;
}

.img_left
{
	float: left;
	margin-right: 10px;
}

small
{
	font-size: 0.6em;
}