@charset "UTF-8";
/* CSS Document */

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	color:#3671a9;
	font-size: 0.8em;
	background-color: #003366;
	padding: 0px;
}
img {
	border: none;
	}
	
#wrapper {
	width: 1000px;
	margin: 0px auto;
	
	}
	
#header {
	width: 1000px;
	height: 450px;
	}
	
#bottom {
	width: 1000px;
	height: 175px;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	}
	

#content {
	width: 920px;
	padding: 20px 40px 20px 40px;
	background-color:#FFFFFF;
	}
	
#leftColumn {
	width: 450px;
	margin: 0px 10px 0px 0px;
	float: left;
	}
	
#rightColumn {
	width: 450px;
	margin: 0px 0px 0px 10px;
	float: left;
	}
	
#leftColumnContact {
	width: 250px;
	margin: 0px 0px 0px 20px;
	float: left;
	padding: 25px;
	border:1px solid #CCCCCC;
	}
	
#rightColumnContact {
	width: 415px;
	padding: 25px;
	margin: 0px 0px 0px 20px;
	float: left;
	background-color:#efefef;
	border:1px solid #CCCCCC;
	}

.agentCont {
	width:430px;
	border-bottom:1px solid #003366;
	padding:10px;
	background-color: #dddddd;
	margin-bottom:10px;
	}

.agentImg {
	width:105px;
	height:120px;
	float:left;
	border:1px solid #003366;
	margin-right: 10px; 
	}

.agentTxt {
	width: 430px;
	}
	
.listings {
	width: 800px;
	background-color:#E8E8E8;
	border-bottom:1px solid #CCCCCC;
	}

.listings td {
	padding: 2px 10px 2px 10px;
	}
	
#footer {
	width: 920px;
	padding: 10px 40px 10px 40px;
	background-color: #0024a7;
	text-align:center;
	color:#FFFFFF;
	}

#footer a:link, #footer a:visited
	{
	text-decoration:none;
	color:#FFFFFF;
	}
	
#footer a:hover, #footer a:active
	{
	text-decoration:none;
	color:#3671a9;
	}
	
.clearFloat {
	clear: both;
	}