* {padding: 0;margin: 0;}
img {border: 0;}
.clearfix {clear: both;}
html {height: 100%; margin-bottom: 1px; }  /* add vertical scrollbars to every page */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #e1e4e4;
	}

div#container {
	width: 900px;
	margin: 0 auto;
	}

div#header {
	width: 900px;
	height: 125px;
	background: #6383b6;
	}
	
img.logo {
	behavior: url(styles/iepngfix.htc);
	margin-top: 7px;
	margin-left: 70px;
	}

img.headerphoto {
	float: left;
	}

div#callbar {
	height: 26px;
	background: #000000;
	}

.callbar_phone {
	float: left;
	margin-left: 420px;
	color: #FFFFFF;
	line-height: 25px;
	display: inline;
	}

.callbar_est {
	float: right;
	color: #FFFFFF;
	line-height: 25px;
	margin-right: 30px;
	display: inline;
	}

div#bodywrap {
	background: url(../images/body_bg.gif) repeat-y;
	}

div#nav {
	width: 150px;
	float: left;
	}
	
div#bodycontent {
	width: 710px;
	float: right;
	padding: 20px;
	}

div#bodycontent p{
	font-size: 13px;
	color: #000000;
	margin-bottom: 23px;
	font-weight: bold;
	}

div#bodycontent h1{
	font-size: 28px;
	color: #000000;
	margin-bottom: 23px;
	}

div#photosright {
	text-align: right;
	width: 352px;
	float: right;
	margin-right: -20px;
	display: inline;
	margin-bottom: 50px;
	margin-left: 20px;
	}

div#photosright img {
	behavior: url(styles/iepngfix.htc);
	}
.photo_house {
	margin-bottom: 29px;
	}

.photo_car {
	margin-right: 10px;
	}

.photo_boat {
	float: left;
	}
	
.photo_motorcycle {
	margin-right: 25px;
	}
	
	
div#footer {
	width: 900px;
	margin: 0 auto;
	height: 22px;
	}
	
div#footerright {
	width: 750px;
	height: 22px;
	position: relative;
	top: -22px;
	background: #6383b6;
	float:right;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
	}

div#footerleft {
	width: 140px;
	height: 22px;
	position: relative;
	top: -81px;
	float: left;
	font-size: 12px;
	letter-spacing: -1px;
	padding-left: 10px;
	}
	
	
/* ----- NAV STYLES ----- */

/* ---- IE7 Fix ---- */
#nav li:hover, #nav li.hover {
    position: static;
}

	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0px 0px 150px 0px;
		list-style: none;
		float : left;
		width : 150px;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		height: 32px;
		width: 150px;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 150px;
		margin-top : -32px;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 135px;
		display : block;
		color : #2466b7;
		font-weight : bold;
		text-decoration : none;
		padding-left: 15px;
		line-height: 32px;
		text-transform: uppercase;
		font-size: 16px;
		letter-spacing: -1px;
	}
	
	#nav li a:hover {
		color: #FFFFFF;
		background: #6383b6;
	}

#nav li ul li {
		height: 22px;
	}

#nav li ul {
		background: #6383b6;
	}

#nav li ul li a {
		color : #FFFFFF;
		line-height: 22px;
		font-size: 14px;
	}

#nav li ul li a:hover {
	color: #000000;
	background: #dee3fc;
	}

	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}