@charset "iso-8859-1";
body {
	background-color: #5c7a9e;
	margin-top: 1px;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 75%;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
}
#container{
	width: 781px;
	margin: auto;
}
#header{
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	width: 781px;
	height: 144px;
}
#logo h1, #logo p{
	text-indent: -9000em;
}
#address{
	display: none;
}
#nav{
	background-image:url(../images/nav_bg.gif);
	background-repeat:repeat-x;
	width: 781px;
}
#nav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav ul li{
	float: left;
}
#nav ul li a{
	display: block;
	color: #4f6f96;
	line-height: 34px;
	font-size: 1.2em;
	text-decoration: none;
	padding-left: 18px;
	padding-right: 18px;	
}
#nav ul li a:hover{
	text-decoration: underline
}
#flash{
	clear:both;
	width: 781px;
	height: 194px;
	background-image:url(../images/divide.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom: 8px;

}
#content{
	background-color: #7ea0ca;
	border: solid 1px #537297;
	padding: 25px;
}
#content h1{
	margin-top: 0px;
}
.left_col{
	width: 484px;
	float: left;
}
.right_col{
	width: 216px;
	float: right;
}
.right_col h4{
	margin-top: 0px;
}
.clear{
	clear: both;
}
#footer{
	color: #7ea0ca;
	padding: 20px;
}
#credit{
	float: right;
	margin: 0px;
}
#copyright{
	float: left;
	margin: 0px;	
}
#footer a{
	color: #7ea0ca;
	text-decoration: none;
}
.title{
	background-repeat:no-repeat;
	text-indent: -90000em;
	height: 30px;
}
h4{
	font-weight: normal;
	font-size: 1.8em;
}
#title_home{
	background-image:url(../images/title_home.gif);
}
#title_our{
	background-image:url(../images/title_our.gif);
}
#title_lessees{
	background-image:url(../images/title_lessees.gif);
}
#title_property{
	background-image:url(../images/title_property.gif);
}
#title_contact{
	background-image:url(../images/title_contact.gif);
}
#title_thanks{
	background-image:url(../images/title_thanks.gif);
}
#title_help{
	background-image:url(../images/title_help.gif);
}
a:hover{
	text-decoration: underline;
	color: #000000;
}
a{
	text-decoration: none;
	color: #666699;
	}
a:visited{
	color: #ffffff;
	}	
