/* CSS Document */

* {
	margin:0;
	padding:0;
}

html {
     overflow: -moz-scrollbars-vertical;
}

img {
	border:0;
}

ul, ol {
	margin:0 0 10px 25px;
}

li {
	margin-bottom:4px;
	list-style-type:square;
}

p {
	margin-bottom:10px;
}

a:link, a:visited {
	color:#000066;
}
a:hover {
	color:#555;
}

.clear {
	clear:both;
	font-size:1px;
	height:0;
	min-height:0;
	overflow:hidden;
}

body {
	background:#F7F7F7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555;
	text-align:center;
}

td, th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555;
	padding:2px;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

#outer {
	width:708px; /* 758px */
	margin:auto;
	padding:24px;
	border:1px solid #DBDBDB;
	border-top:0;
	background:#FFF;
}

#inner {
	width:710px;
	text-align:left;
}

#top {
	width:710px;
	height:90px;
	min-height:90px;
	margin-bottom:24px;
}

#logo  {
	width:249px;
	float:left;
}
#logo img  {
	width:249px;
	height:90px;
}

#flash  {
	width:437px;
	float:right;
}
#flash img  {
	width:437px;
	height:90px;
}

#middle {
	width:710px;
}

#nav {
	width:158px;
	float:left;
}
#nav img {
	margin-bottom:15px;
}

#nav a img {
	 filter:Alpha(Opacity=100);
	 opacity:1;
}

#nav a:hover img {
	 filter:Alpha(Opacity=66);
	 opacity:0.66;
}

#content {
	width:528px;
	float:right;
	margin-bottom:24px;
}

.hpPic {
	width:200px;
	height:150px;
	float:right;
	margin:0 0 12px 12px;
}

#bottom {
	width:710px;
	margin-bottom:24px;
}
#bottom img {
	width:468px;
	height:60px;
	margin-left:182px;
}

#footer {
	width:710px;
	clear:both;
	font-size:11px;
}

/* s1homes footer */

#s1homes {
	margin-top:5px;
	line-height:15px;
}
#s1homes img {
	width:78px;
	height:15px;
	margin-bottom:-3px;
}

.title, .title2 {
	color:#666;
	font-weight:bold;
	border-bottom:6px solid #000066;
	margin-bottom:15px;
}

.title2 {
	margin-bottom:8px !important;
}

#searchTable {
	width:344px;
	float:left;
}
#searchTable table {
	width:344px;
}

#featuredProperty, #searchBox {
	width:160px;
	float:right;
}
#fP {
	width:140px; /* 160px */
	padding:10px;
	background:#F7F7F7;
	font-weight:bold;
}
#fP img {
	width:140px;
	height:105px;
	margin-bottom:2px;
}



/* search results code */

#mySearchResults {
	width:344px;
	float:left;
}

#nextPrevBox {
	width:142px; /* 160px */
	border:1px solid #9C9A9C;
	background:#F7F7F7;
	padding:8px;
	text-align:center;
}

.smallText {
	font-size:11px;
}

#topResultsRow {
	width:344px;
	border-bottom:1px solid #002D59;
}

#ie5resultsRow {
	width:344px;
	margin:auto;
}

#resultsRow {
	width:auto;
	background:#FBFBFB;
	padding:12px;
	border-bottom:1px solid #002D59;
}

.propTitle {
	font-size:14px;
}

.photos {
	width:140px;
	height:105px;
}

.photos img {
	position:absolute;
	top:0px;
	left:0px;
	width:140px;
	height:105px;
	border:0;
}





/* property details page code */

#largePic1, #largePic2, #largePic3, #largePic4, #largePic5, #largePic6, #largePic7, #largePic8 {
	position:relative;
	display:none;
}

#mainPic {
	width:280px !important;
	height:210px !important;
	min-height:210px !important;
	margin-bottom:10px !important;
	float:left;
	position:relative;
}

#mainPic img {
	width:280px;
	height:210px;
	position:absolute;
	top:0;
	left:0;
	margin-top:0;
	padding-top:0;
}

#thumbs {
	width:236px;
	float:right;
}
#thumbs img {
	width:64px;
	height:48px;
	float:left;
	margin:0 6px 6px 0;
}

.options2 {
	width:482px !important;
	text-align:right !important;
	margin-top:24px !important;
}

.options3 {
	width:146px !important;
}

.options {
	width:190px;
	background:#F7F7F7;
	padding:7px 6px;
	border:1px solid #9C9A9C;
	text-align:center;
	clear:both;
}
.options a:link, .options a:visited {
	text-decoration:none !important;
}
.options a:hover {
	text-decoration:underline !important;
}
.options p {
	margin-bottom:4px !important;
}



#mainText {
	width:528px;
	clear:both;
	padding-top:24px;
}
.titleProp {
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;;
}
.price {
	font-size:15px;
}

#mainText ul {
	list-style-image:url(/images/arrow-right.gif);
	margin-top:24px;
}
#mainText li {
	margin-bottom:4px;
}

.arrow {
	width:4px !important;
	height:7px !important;
	vertical-align:middle !important;
}






