@charset "UTF-8";

/* CSS Document */


.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}



#nav {
	align:center;	
	font-size: 14px;
	height: 26px;
	font-variant: small-caps;
}

#nav ul {
	padding-left: 25px;
	padding-right:25px;
	margin: 0;
	list-style: none;
	width:930px;
}

#nav li {
float: left; 
	
}

#nav a {
	vertical-align: middle;
	align
	text-align: center;
	width: auto;
	/*height: 18px;*/
	padding: 5px 15px;
	display: block;
	color:#000;
	font:bold 12px Arial, Helvetica, sans-serif; color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
}


#nav a:hover {
	color:#54af66;
	text-decoration: none;
}

#nav a.selected {
	color:#54af66;
	background:none;
}

#subnav {
	font-size: 12px;
	padding: 0;
	background:url(../images/sub_menu_bg.png) no-repeat 0 0;
	height: 22px;
	font-variant: small-caps;
	width:100%;
}

#subnav a {
	vertical-align: middle;
	text-align: center;
	padding: 4px 20px;
	display: block;
	float: left;
	color:#000;
	font-weight:bold;
}

#subnav .propertytitle {
	display: none;
}

#subnavprop {
	font-size: 14px;
	padding: 0;
	height: 26px;
	font-variant: small-caps;
}

#subnavprop a {
	vertical-align: middle;
	text-align: center;
	padding: 4px 15px;
	display: block;
	float: left;
}

#subnavprop .propertytitle {
	display: none;
}

/* HOME PAGE */

#homepage {
	padding: 0;
}

#homepage .flashpiece {
	padding: 0;
}

#homepage .text {
	margin: 0;
	padding: 10px 20px;
}

#homepage .message {
	margin: 0 0 0 230px;
	padding: 0;
}

#homepage .welcome {
	float: left;
	width: 200px;
	padding: 0;
	text-align: center;
}

/* PORTFOLIO LISTINGS */

#portfolio {
	padding: 20px 10px;
}

#portfolio .property {
	width: 260px;
	border: 2px solid #101729;
	padding: 4px;
	height: 260px;
	background-color: #2b3747;
	background-image: url(/images/bg_propertygradient.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	float: left;
	margin: 10px;
	color: #fff;
	font-size: 12px;
	font-variant: small-caps;
}

#portfolio .property:hover {
	border: 2px solid #fff;
}

#portfolio .property img {
	border: 0;
}

#portfolio .property p.name {
	margin-top: 5px;
	margin-bottom: 3px;
	font-size: 16px;
	line-height: 1.1em;
}

#portfolio .property p {
	margin: 0;
}

#contact form p {
	padding : 0;
	margin : 4px 0;
	clear : left;
}

#contact form label {
	padding : 0;
	margin : 3px 3px 0 0;
	float : left;
	width : 100px;
	text-align : right;
}

#contact form input, form textarea {
	width : 250px;
	border : #76797f solid 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#contact form input {
	height : 16px;
	line-height : 110%;
}

#contact .contactimage {
	margin-bottom: 15px;
}

#contact .contactimage img {
	border: 2px solid #101729;
}

/* TEXT PAGES (ABOUT, AREA INFO, ETC.) */

#textpage {
	padding: 20px;
	background-color: #E6E7E8;
	color: #101729;
	line-height: 1.3em;
}

.textpage {
	padding: 20px;
	background-color: #E6E7E8;
	color: #101729;
	line-height: 1.3em;
}

.textpage a {
	color: #4989df;
	font-weight: bold;
}

#textpage a {
	color:#4989df;
	font-weight: bold;
}

.flashslides {
	padding: 0;
	background-color: #101729;
	color: #fff;
	text-align: center;
}

.panel {
	float: left;
	padding: 0 20px 20px 0;
}

.panel img {
	display: block;
}

.promos {
	background-color: #101729;
	padding: 18px 0 18px 18px;
}

.promos img {
	margin-right: 18px;
}

.alert {
	color: #E25F53;
	background: #fff6bf url(/images/exclamation.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.alert a {
	color: #153B72;
}

.soldslides {
	margin: 0;
	padding: 0 0 20px 20px;
	border: 0;
	float: right;
}

.addy {
	position: absolute;	
	margin-left: 37px;
}
