body { 
	background-color: #05061e; 
	margin-top: 0px;
	margin-bottom: 0px;
	font-size:12px;
	line-height:1.4em;
	color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/*
html{
	scrollbar-DarkShadow-Color:#4B3049;
	scrollbar-Face-Color:#4B3049; 
	scrollbar-3dLight-Color:#4B3049; 
	scrollbar-Arrow-Color:#ffffff;
}
*/
.select{
	background:#222253;color:#f0efef;font-weight: bold;
}

a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #8da8f0;
	text-decoration: none;
	font-weight: bold;
}
h1 {
	font-size:24px;
	line-height:30px;
}
h2 {
	font-size:1.5em;
	line-height:1.8em;
}
#wrapper {
	margin:15px auto 0;
	width:1150px;
	background-color:#222253;
}
/*Header*/
#header {
	background-image:url(../images/header.jpg);
	width:1150px;
	height:194px;
	position:relative;
}
#header .logo {
	font-size:3em;
	margin:20px;
	width:500px;
	float:left;
	line-height:1em;
}
#poaddress{position:absolute; left:30px; top:150px;}
.headcontact {
	float:right;
	text-align:right;
	font-size:1.2em;
	margin:30px 20px;
}

#headerphotos {background-color:#222253; width:1150px; height:238px; padding-left:1px; overflow:hidden; white-space:nowrap;}

/*Top Nav*/
#nav {
	font-size:1em;
	color:#FFFFFF;
	padding:5px 0;
	background-color:#0c0d33;
}
#nav a {
	color:#FFFFFF;
	padding:5px 15px;
}
#nav a:hover {
	color:#5980e7;	
	padding:5px 15px;
}

/*Home Page*/
.homephoto {
	width:285px;
	float:left;
	border:solid 1px #222253;
	overflow:hidden;
}
.hometag {
	background-color:#5980e7;
	text-align:right;
	padding:2px;
	font-size:0.9em;
	height:21px;
	overflow:hidden;
	line-height:2em;
	text-align:center;
}
.homeleft {
	width:400px;
	float:left;
	margin:30px;
}

.homeright {
	width:660px;
	float:right;
	text-align:left;
}

/*Properties*/	

.proplist {
	width:98%;
	border:dashed 2px #32326d;
	margin-bottom:10px;
	padding:5px; 
	min-height: 200px; 
	height: auto !important; 
	height:200px;
}
.listphoto {
	float:right;
	margin-left:10px;
}
.propphoto {
	width:560px;
	border:solid 2px #32326d;
	margin-right:10px;
	/*min-height: 420px; 
	height: auto !important; 
	height:420px;*/
	float:left;	
	overflow:hidden;
	white-space:nowrap;
}

#pad {padding:10px 35px;
}
#footerWrap {
	margin:15px auto 0;
	width:1150px;
	font-size:0.9em;
}
.smalltext {
	font-size: 0.9em;
	color: #70a1ed;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
}