@charset "UTF-8";
/* default */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:12px;
	background: #003300;
}

img {
	border: 0px;
}

form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height:24px;
	font-size:10px;
}

/* default links */
a {
	text-decoration:none;
}

a:link {
	color:#000000;
}

a:visited {
	color:#000000;
}

a:active {
	color:#000000;
}

a:hover {
	color:#003300;
}

/* sendFriend */
.sendFriendOverlay {
	display: none;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 99998;
	text-align: center;
}

.sendFriendOverlay a {
	text-decoration: none;
	color: #000000;
	cursor: pointer;
}

.sendFriendBG {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color:#000000;
	filter: alpha(opacity=50);
	opacity: 0.50;
	-moz-opacity: 0.50;
	cursor:pointer;
}

.sendFriendDisplay{
	display: block;
	margin-left: auto;
	margin-right: auto;
	top: 50px;
	overflow: hidden;
	position: relative;
	width:300px;
	height:360px;
	filter: alpha(opacity=100);
	opacity: 1.00;
	-moz-opacity:1.00;
	text-align: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #003300;
	background: #ffffff;
}

.sendFriendContent{
	display: block;
	position: absolute;
}

.sendFriendContent h1{
	margin: 15px 15px 15px 15px;
	padding: 0px 0px 0px 0px;
	font-family: Goudy, Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#003300;
	text-align:center;
}

/* default positioning */
#mainOverlay {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	z-index: 1;
}

#mainDisplay {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	position: relative;
	text-align: left;
}

#mainContent {
	display: block;
	position: absolute;
	top:5px;
	background: #ffffff url(../images/layout/bodyBG.gif);
}

#header {
	float:left;
	width:980px;
	height:100px;
	background: #003300 url(../images/layout/headerBG.gif);
}

#header img{
	float: left;
	margin: 10px 0px 0px 8px;
}

#tagLine {
	float: right;
	margin: 24px 10px 0px 0px;
	width: 450px;
}

#tagLine h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:16px;
	font-weight:normal;
	font-family: Goudy, Georgia, "Times New Roman", Times, serif;
	text-align:right;
	color: #003300;
}

#navigation {
	float:left;
	width:980px;
	height:24px;
	line-height:24px;
	background: url(../images/layout/navigationBG.gif);
}

#banner {
	float:left;
	margin: 0px 0px 0px 0px;
	width:980px;
	line-height:10px;
	font-size: 5px;
	background: url(../images/layout/bannerBG.gif) top left no-repeat;
}

#homeBanner {
	float:left;
	margin: 0px 0px 0px 0px;
	width:980px;
	height:320px;
	line-height:10px;
	font-size: 5px;
	background: url(../images/layout/banner/home.jpg) top left no-repeat;
}

#left {
	float:left;
	margin: 5px 0px 0px 5px;
	width:200px;
}

#right {
	float:left;
	margin: 5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:775px;
}

#footer {
	float:left;
	width:980px;
	height:24px;
	line-height:24px;
	background: #003300 url(../images/layout/footerBG.gif);
	text-align:center;
	color:#003300;
	font-size:10px;
}

#copyrightGurn {
	float:left;
	width:980px;
	height:24px;
	line-height:24px;
	background: #003300;
	text-align:center;
	color:#FFFFFF;
	font-size:10px;
}

#credits {
	float:left;
	width:980px;
	height:24px;
	line-height:24px;
	background: #003300;
	text-align:center;
	color:#809980;
	font-size:10px;
}

#credits a {
	color: #809980;
}

/* Start Navigation */

#navigation ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style:none;
	color:#FFFFFF;
	font-size:12px;
}

#navigation ul.left{
	float: left;
	margin: 0px 10px 0px 10px;
}

#navigation ul.right{
	float: right;
	margin: 0px 10px 0px 10px;
}

#navigation ul li{
	float:left;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
}

#navigation ul li a{
	display:block;
	color:#FFFFFF;
}

#navigation ul li a:link {
	color:#FFFFFF;
}

#navigation ul li a:visited {
	color:#FFFFFF;
}

#navigation ul li a:active {
	color:#FFFFFF;
}

#navigation ul li a:hover {
	color:#ffcc00;
}

#navigation ul li a.select:link, #navigation ul li a.select:visited, #navigation ul li a.select:active ,#navigation ul li a.select:hover{
	color:#648968;
}

#navigation ul li a.open:link, #navigation ul li a.open:visited, #navigation ul li a.open:active ,#navigation ul li a.open:hover{
	color:#ffcc00;
}


/* End Navigation */

/* Start Search */

#search {
	width: 200px;
	line-height: 24px;
	font-size:10px;
	font-weight:bold;
}

#search .middle h1{
	margin: 0px 0px 0px 0px;
	padding: 0px  0px 0px 0px;
	font-size: 14px;
	text-align:center;
	color:#003300;
}

#quickSearch div.halfHeader{
	margin-top: 10px;
	text-align:center;
}

#quickSearch input{
	width: 181px;
	font-size: 10px;
}

#quickSearch input.half{
	width: 50px;
}

#quickSearch input.button{
	margin: 20px 0px 0px 40px;
	width: 100px;
	height: 24px;
}

#quickSearch div.half{
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 90px;
}

#quickSearch div.right{
	margin: 0px 0px 0px 5px;
}

#quickSearch select{
	width: 186px;
	font-size: 10px;
}

#homeBanner #search{
	width: 300px;
}

#homeBanner #quickSearch input{
	width: 281px;
}

#homeBanner #quickSearch input.half{
	width: 50px;
}

#homeBanner #quickSearch div.half{
	width: 180px;
}

#homeBanner #quickSearch div.half span{
	float:left;
	display:block;
	width: 80px;
}

#homeBanner #quickSearch div.right{
	width: 100px;
}

#homeBanner #quickSearch select{
	width: 280px;
	font-size: 10px;
}

#homeBanner #quickSearch input.button{
	margin: 0px 0px 0px 0px;
	width: 100px;
	height: 24px;
}

#homeFlash{
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

/* End Search */

/* Start  */

.ad {
	margin: 0px 0px 10px 0px;
	width: 200px;
}

.box {
	margin: 0px 0px 10px 0px;
	width: 200px;
	line-height: 24px;
}

.box .top{
	height: 10px;
	font-size:5px;
	line-height: 10px;
	background: url(../images/layout/topBG.gif) top left no-repeat;
}

.box .middle{
	padding: 5px 5px 5px 5px;
	border-left: 2px solid #003300;
	border-right: 2px solid #003300;
	background: #fefcee url(../images/layout/middleBG.jpg) bottom left repeat-x;
}

.box .bottom{
	height: 10px;
	font-size:5px;
	line-height: 10px;
	background: url(../images/layout/bottomBG.gif) bottom left no-repeat;
}

.box .altTop{
	background: url(../images/layout/altTopBG.gif) top left no-repeat;
}

.box .altMiddle{
	border-left: 2px solid #ffdf5f;
	border-right: 2px solid #ffdf5f;
	background: #fefcee url(../images/layout/altMiddleBG.jpg) bottom left repeat-x;
}

.box .altBottom{
	background: url(../images/layout/altBottomBG.gif) top left no-repeat;
}

#homeBanner .box{
	margin: 10px 10px 10px 15px;
	width: 300px;
	height: 300px;
}

#homeBanner .box .top{
	height: 10px;
	font-size:5px;
	line-height: 10px;
	background: url(../images/layout/homeTopBG.png) top left no-repeat;
}

#homeBanner .box .middle{
	height: 270px;
	border-left: 2px solid #003300;
	border-right: 2px solid #003300;
	background: url(../images/layout/homeMiddleBG.png) bottom left repeat-x;
}

#homeBanner .box .bottom{
	background: url(../images/layout/homeBottomBG.png) top left no-repeat;
}

.homeColumn .box {
	margin: 10px 10px 10px 10px;
	width: 300px;
}

.homeColumn .box .altTop{
	background: url(../images/layout/homeAltTopBG.gif) top left no-repeat;
}

.homeColumn .box .altTop2{
	background: url(../images/layout/homeAltTopBG2.gif) top left no-repeat;
}

.homeColumn .box .altMiddle{
	border-left: 2px solid #ffdf5f;
	border-right: 2px solid #ffdf5f;
	background: #fefcee url(../images/layout/homeAltMiddleBG.jpg) bottom left repeat-x;
}

.homeColumn .box .altBottom{
	background: url(../images/layout/homeAltBottomBG.gif) top left no-repeat;
}

/* End Box */

/* Start Pages */

.pages, .results{
	margin: 0px 5px 5px 5px;
	width: 440px;
	height: 24px;
	line-height:24px;
	font-size:10px;
	font-weight:bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #cccccc;
	background: #ffffff;
}

.results .left{
	float:left;
	margin: 0px 0px 0px 10px; 
	width:250px;
}

.pages .left{
	float:left;
	margin: 0px 0px 0px 10px; 
	width:180px;
}

.pages .right, .results .right{
	float:right;
	margin: 0px 10px 0px 0px; 
	text-align:right;
}

.pages span, .results span{
	float: left;
	color: #666666;
}

.results .left form select{
	margin: 2px 0px 0px 0px;
	font-size: 10px;
}

.pages a{
	float: left;
	width: 19px;
	height:19px;
	text-align:center;
}

.pages a.select{
	display:block;
	margin: 2px 2px 2px 2px;
	line-height: 19px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:1px solid #003300;
	background: #e6f3dd;
}

/* End Pages */

/* Start List */

.listingColumn{
	float: left;
	width: 450px;
}

.listingColumnAlt{
	width: 765px;
}

.homeColumn{
	float: left;
	width: 320px;
	margin: 5px 0px 0px 5px;
}

.mapColumn{
	float: left;
	width: 320px;
}

.bodyColumn{
	float: left;
	width: 570px;
	line-height: 16px;
}

.infoColumn{
	float: left;
	width: 200px;
	line-height: 16px;
}

.bodyColumn h1, .homeColumn h1{
	margin: 15px 15px 15px 15px;
	padding: 0px 0px 0px 0px;
	font-family: Goudy, Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#003300;
}

.bodyColumn h2, .homeColumn h2{
	margin: 15px 15px 15px 15px;
	padding: 0px 0px 0px 0px;
	font-family: Goudy, Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:18px;
	line-height: 24px;
	color:#003300;
}

.bodyColumn h2 a{
	text-decoration:underline;
}

.infoColumn h1{
	margin: 0px 5px 5px 5px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#003300;
	text-align:center;
	line-height: 18px;
}

.infoColumn p {
	margin: 0px 5px 10px 20px;
	padding: 0px 0px 0px 0px;
}

.infoColumn ul {
	margin: 0px 5px 10px 20px;
	padding: 0px 0px 0px 0px;
}

.infoColumn ul li{
	margin: 0px 5px 10px 5px;
	padding: 0px 0px 0px 0px;
	line-height: 16px;
}

.bodyColumn ul li strong{
	color:#003300;
}

.bodyColumn p, .homeColumn p{
	margin: 10px 15px 10px 15px;
	padding: 0px 0px 0px 0px;
	color:#000000;
}

.homeColumn p strong a{
	text-decoration:underline;
}

.bodyColumn p.error{
	line-height: 24px;
	text-align:center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color:#FFFFFF;
	background:#FF0000;
}

.bodyColumn ul {
	margin: 10px 15px 10px 15px;
	padding: 0px 0px 0px 0px;
}

.bodyColumn ul li{
	margin: 0px 5px 10px 20px;
	padding: 0px 0px 0px 0px;
}

.bodyColumn .details{
	font-size:10px;
}

.bodyColumn .details ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style:none;
}

.bodyColumn .details ul li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight:bold;
}

.bodyColumn .details ul li span{
	float:left;
	display:block;
	margin: 0px 5px 0px 0px;
	width: 90px;
	text-align:right;
	color:#666666;
}

.listingInfo{
	margin: 0px 5px 5px 5px;
	width: 440px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #cccccc;
	background: #FFFFFF;
}

.listingInfoAlt{
	width: 765px;
}

.listingInfo .photo{
	position:relative;
	float: left;
	margin: 5px 5px 5px 5px;
	width:160px;
	height:120px;
	border: 1px solid #cccccc;
}

.listingInfo .photo .overlay{
	float: left;
	position:absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}

.listingInfo .details{
	float: left;
	margin: 5px 5px 5px 5px;
	width:255px;
}

.listingInfoAlt .details{
	width: 580px;
}

.listingInfo .details h1{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:14px;
}

.listingInfo .details .left{
	float: left;
	width:175px;
}

.listingInfoAlt .details .left{
	float: left;
	width:500px;
}

.listingInfo .details .right{
	float: left;
	width:80px;
	text-align:right;
	font-size:10px;
}

.listingInfo .details .content{
	font-size:10px;
}

.listingInfo .listingExtraInfo{

}

.listingInfo .listingExtraInfo .map{
	float: left;
	margin: 5px 5px 5px 5px;
	width:160px; height:120px;
	border: 1px solid #cccccc;
	overflow:hidden;
}

.listingInfo .listingExtraInfo .details{
	float: left;
	margin: 5px 5px 5px 5px;
	width:255px;
	font-size:10px;
}

.listingInfoAlt .listingExtraInfo .details{
	width: 580px;
}

.listingInfo .listingExtraInfo .details ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style:none;
}

.listingInfo .listingExtraInfo .details ul li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight:bold;
}

.listingInfo .listingExtraInfo .details ul li span{
	float:left;
	display:block;
	margin: 0px 5px 0px 0px;
	width: 90px;
	text-align:right;
	color:#666666;
}

.listingInfo .options{
	float:left;
	width:440px;
	height:24px;
	line-height: 24px;
	font-size:10px;
	background: #eeeeee;
	border-top: 1px solid #cccccc;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.listingInfoAlt .options{
	width: 765px;
}

.listingInfo .options ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style:none;
}

.listingInfo .options ul li{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 25px;
}

/* End List */

/* Start Property */

.propertyInfo{
	width: 765px;
}

.propertyInfo .media{
	float:left;
	margin: 0px 5px 0px 5px;
	width:765px;
}


.propertyInfo .media .options{
	width:765px;
	height:24px;
	line-height: 24px;
	font-size:10px;
	background: #eeeeee;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border: 1px solid #cccccc;
	border-bottom: none;
}

.propertyInfo .media .options ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style:none;
}

.propertyInfo .media .options ul li{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 25px;
}

.propertyInfo .photoDisplay {
	float:left;
	position:relative;
	margin: 0px 5px 0px 5px;
	width:765px;
	height:375px;
	border: 1px solid #cccccc;
	background: #FFFFFF url(../images/layout/photoBG.jpg) no-repeat bottom left;
	overflow: hidden;
}

.propertyInfo .photoDisplay .photo{
	position:absolute;
	cursor: pointer;
}

.propertyInfo .photoDisplay .photo img{
	width: 100%;
	height: 100%;
}

.propertyInfo .photoDisplay .map{
	margin: 0px 0px 0px 0px;
	width: 765px;
	height: 375px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.propertyInfo .photoDisplay .pano{
	margin: 0px 0px 0px 0px;
	width: 765px;
	height: 375px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.propertyInfo .photoDisplay .calc{
	margin: 12px 12px 12px 224px;
	width: 300px;
	height: 230px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #cccccc;
	background: #ffffff;
}

.calc h1{
	margin: 0px 5px 5px 5px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#003300;
	text-align:center;
	line-height: 18px;
}

.propertyInfo .photoThumbnails{
	float: left;
	margin: 0px 5px 0px 5px;
	width:765px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border: 1px solid #cccccc;
	border-top: none;
	text-align:center;
	background: #ffffff;
}

.propertyInfo .photoThumbnails .thumbnail{
	margin: 5px 0px 0px 3px;
	width: 100px;
	height: 75px;
	cursor: pointer;
}

.propertyInfo .photoThumbnails .sel{
	border: 2px solid #003300;
}

.propertyInfo .details{
	margin: 5px 5px 5px 5px;
	width:765px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #cccccc;
	background: #FFFFFF;
}

.propertyInfo .details .left{
	float: left;
	width:383px;
}

.propertyInfo .details .right{
	float: left;
	width:382px;
	text-align:right;
}

.propertyInfo .details h1{
	margin: 5px 5px 5px 5px;
	padding: 0px 0px 0px 0px;
	font-family: Goudy, Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#003300;
}

.propertyInfo .details .content{
	margin: 5px 5px 5px 5px;
	font-size:10px;
}

.propertyInfo .details .content .agentPhoto{
	float:left;
}

.propertyInfo .details .content ul{
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style:none;
}

.propertyInfo .details .content ul li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight:bold;
}

.propertyInfo .details .content ul li span{
	float:left;
	display:block;
	margin: 0px 5px 0px 0px;
	width: 90px;
	text-align:right;
	color:#666666;
}

.propertyInfo .details .options{
	float:left;
	margin: 0px 0px 0px 0px;
	width:765px;
	height:24px;
	line-height: 24px;
	font-size:10px;
	background: #eeeeee;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-top: 1px solid #cccccc;
}

.propertyInfo .details .options ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style:none;
}

.propertyInfo .details .options ul li{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 25px;
}

.propertyInfo .features{
	margin: 0px 5px 5px 5px;
	width:765px;
}

.propertyInfo .features .columnOne{
	float: left;
	margin: 5px 5px 0px 0px;
	width: 250px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #cccccc;
	background:#FFFFFF;
	font-size:10px;
	line-height: 24px;
}

.propertyInfo .features .columnOne h2{
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
	font-family: Goudy, Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#003300;
	text-align:center;
}

.propertyInfo .features .columnOne ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style:none;
}

.propertyInfo .features .columnOne ul li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight:bold;
}

.propertyInfo .features .columnOne ul li span{
	float:left;
	display:block;
	margin: 0px 5px 0px 0px;
	width: 95px;
	text-align:right;
	font-weight:normal;
	color:#666666;
}

.propertyInfo .features .columnBreak{
	margin: 5px 0px 0px 0px;
	width: 249px;
}

/* End Property */

/* Start Agent */

.agentInfo{
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	width: 770px;
}

.agentInfo .details{
	float:left;
	margin: 0px 5px 5px 5px;
	width:765px;
	line-height: 24px;
	font-size:10px;
	background: #ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #cccccc;
}

.agentInfo .details .photo{
	float: left;
	margin: 5px 5px 5px 5px;
	width: 132px;
	height: 185px;
	border: 1px solid #cccccc;
}

.agentInfo .details .info{
	float:left;
	width:620px;
}

.agentInfo .details .info h1{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:16px;
	font-weight:normal;
	font-family: Goudy, Georgia, "Times New Roman", Times, serif;
	color: #003300;
}

.agentInfo .details .info p{
	font-weight:normal;
}

.agentInfo .details .info ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style:none;
}

.agentInfo .details .info ul li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight:bold;
	clear:both;
}

.agentInfo .details .info ul li span{
	float:left;
	display:block;
	margin: 0px 5px 0px 0px;
	width: 80px;
	text-align:right;
	font-weight:normal;
	color:#666666;
}

.agentInfo .details .info ul li p{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 520px;
}

.agentInfo .options{
	float:left;
	margin: 0px 0px 0px 0px;
	width:765px;
	height:24px;
	line-height: 24px;
	font-size:10px;
	background: #eeeeee;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-top: 1px solid #cccccc;
}

.agentInfo h1{
	margin: 15px 15px 15px 15px;
	padding: 0px 0px 0px 0px;
	font-family: Goudy, Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#003300;
}

.agentInfo h2{
	margin: 15px 15px 15px 15px;
	padding: 0px 0px 0px 0px;
	font-family: Goudy, Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:12px;
	color:#003300;
}

.agentInfo p{
	margin: 10px 15px 10px 15px;
	padding: 0px 0px 0px 0px;
	color:#000000;
}

.agentInfo .options ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style:none;
}

.agentInfo .options ul li{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 25px;
}

.agentInfo .columnOne{
	float: left;
	margin: 5px 0px 0px 5px;
	width: 377px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #cccccc;
	background:#FFFFFF;
	font-size:10px;
	line-height: 24px;
}

.agentInfo .columnOne .info h1{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:16px;
	font-weight:normal;
	font-family: Goudy, Georgia, "Times New Roman", Times, serif;
	color: #003300;
}

.agentInfo .columnOne .info ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style:none;
}

.agentInfo .columnOne .info ul li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight:bold;
}

.agentInfo .columnOne .info ul li span{
	float:left;
	display:block;
	margin: 0px 5px 0px 0px;
	width: 40px;
	text-align:right;
	font-weight:normal;
	color:#666666;
}

.agentInfo .columnOne .photo{
	float: left;
	margin: 5px 5px 5px 5px;
	width: 70px;
	height: 100px;
	border: 1px solid #cccccc;
}

/* End Agent */

/* Start Featured */

.featured{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 12px;
}

.featured .photo{
	margin: 0px 10px 5px 10px;
	padding: 0px 0px 0px 0px;
}

.featured h1{
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight:bold;
	text-align:left;
}

.featured p{
	margin: 5px 7px 0px 10px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
}

.homeColumn .featured{
	float: left;
	margin: 0px 0px 20px 15px;
	width: 120px;
}

.homeColumn .featured h1{
	line-height: 12px;
}

.homeColumn .featuredAgent{
	float: left;
	display: inline;
	margin: 0px 0px 0px 15px;
	width: 240px;
}

.homeColumn .featuredAgent img{
	float:left;
}

.homeColumn .featuredAgent h1{
	float:left;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight:bold;
	text-align:left;
}

.homeColumn .featuredAgent h2{
	float:left;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	width: 160px;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight:bold;
	text-align:left;
}

.large h1{
	margin: 15px 15px 15px 15px;
	padding: 0px 0px 0px 0px;
	font-family: Goudy, Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:24px;
	color:#003300;
}

.large h2{
	margin: 15px 15px 15px 15px;
	padding: 0px 0px 0px 0px;
	font-family: Goudy, Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:18px;
	line-height: 24px;
	color:#003300;
}

.large p{
	margin: 10px 15px 10px 15px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	color:#000000;
}

/* End Featured */

.previewListing{
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 25px;
	background:url(../images/icons/arrowRight.gif) no-repeat 3px 3px;
	cursor:pointer;
}

.arrowDown{
	background:url(../images/icons/arrowUp.gif) no-repeat 3px 3px;
}

.saveListing{
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 25px;
	background:url(../images/icons/saveListing.gif) no-repeat 3px 3px;
	cursor:pointer;
}

.removeListing{
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 25px;
	background:url(../images/icons/removeListing.gif) no-repeat 3px 3px;
	cursor:pointer;
}


.priceAlerts{
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 25px;
	background:url(../images/icons/priceAlerts.gif) no-repeat 3px 3px;
	cursor:pointer;
}

.removeAlerts{
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 25px;
	background:url(../images/icons/removeAlerts.gif) no-repeat 3px 3px;
	cursor:pointer;
}

.sendFriend{
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 25px;
	background:url(../images/icons/sendAFriend.gif) no-repeat 3px 3px;
	cursor:pointer;
}

.contactAgent{
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 25px;
	background:url(../images/icons/contactAgent.gif) no-repeat 3px 3px;
	cursor:pointer;
}

.propertyPhotos{
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 25px;
	background:url(../images/icons/photos.gif) no-repeat 3px 3px;
	cursor:pointer;
}

.googleMap{
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 25px;
	background:url(../images/icons/map.gif) no-repeat 3px 3px;
	cursor:pointer;
}

.googleStreetView{
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 25px;
	background:url(../images/icons/streetView.gif) no-repeat 3px 3px;
	cursor:pointer;
}

.vrTour{
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 25px;
	background:url(../images/icons/vrTour.gif) no-repeat 3px 3px;
	cursor:pointer;
}

.calculator{
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 25px;
	background:url(../images/icons/calculator.gif) no-repeat 3px 3px;
	cursor:pointer;
}

form ul{
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	list-style:none;
}

form ul li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight:bold;
}

form ul li.error{
	line-height: 24px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #FF0000;
}

form ul li span{
	float:left;
	display:block;
	margin: 0px 5px 0px 0px;
	width: 100px;
	text-align:right;
	color:#666666;
}

.nonCommercial{
	margin: 24px 10px 24px 10px;
	line-height:16px;
	color:#003300;
	font-size:8px;
}

.saved, .propertyInfo .saved{
	border: 1px solid #ffdf5f;
	background: #ffefaf;
}

.filler{
	margin: 15px 15px 15px 15px;
}

.clear{
	clear:both;
}

/* */
#debug {
	float:left;
	display: block;
	width:980px;
	overflow:scroll;
	background: #ffffff;
}