@charset "utf-8";
/* CSS Document */

body{
	margin:0;
}

#topContainer{
	width:795px;
	
	margin:0 auto;
}
#header{
	margin-top:20px;
	width:795px !important;
	height:112px !important;
	background:none !important;
}
.contact{
	padding-top:10px;
	clear:both;
}
#navigation{
	position:relative;
	z-index:9999;
	margin-top:10px; *margin-top:0;
}
#navigation ul{
	margin:0;
	padding:0;
}
#navigation li{
	display:inline;
}

#navigation .menu {
	float: left;
}

#navigation .menu a {
	font-size:17px;
	display:inline-block;
	padding:5px 11px;
		*padding:5px 9px;
	color:#000;
	text-decoration:none;
}

#navigation .menu > li {
	float: left;
	margin-right: 1px ;
	position: relative;
}

#navigation .menu li a{
	line-height: 30px;

}

#navigation .menu > li:hover > a{
	line-height: 30px;
	background:#971921;

}

#navigation ul.menu ul {
	position: absolute;
	top: 100%;
	left:0;
	display: none;
}

#navigation ul.menu li:hover ul {
	display: block;
	
}

#navigation ul.menu li:hover ul li a {
	background: #fff;
	line-height: normal;
	width:150px;

}

#navigation ul.menu ul li:hover a{
	background: #971921 !important;
	padding:10 20px;
}

#hpSlideshow{
	margin-bottom:50px;
}

.panel {
position: absolute;
z-index: 99;
margin-left: 570px;
*margin-left:-230px;
margin-top: 40px;
*margin-top:10px;
}

ul.exposureThumbs {
	border-right:none;
	padding:0;
	margin:0;
	list-style-type:none;
}

ul.exposureThumbs li {
	padding:0;
	text-align:center;
	display:none;
	padding: 6px 43px 6px 30px;
}


ul.exposureThumbs li img {
	cursor:pointer;
}

ul.exposureThumbs li.last {
	margin:0;	
}

ul.exposureThumbs li.active{	background:url(../images/hover.png) top center no-repeat;
	padding: 6px 43px 6px 30px; }
.exposureTarget {

	background-color:#111;	
	background-image:url(res/loader.gif);
	background-repeat:no-repeat;
	background-position:center center;
	float:left;	
	padding:0;
	margin:0;
	border:10px solid #111;
	position:relative;
	overflow:hidden; 
}

.exposureWrapper {
	position:absolute; 
	top:0; 
	left:0; width:780px; height:300px;
}

.exposureWrapper img {
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
	width:780px; height:300px;
}


/* In this demo we are using thumbs with fixed size */
ul.exposureThumbs li {
	width:150px;
	height:79px;
}


#buttonContent{
	width:795px;
	margin:0 auto;
}
.localbtn{
	float:left;
	margin-left:30px;
}
.socialbtns{
	background:url(../images/socialconnect.gif) top center no-repeat;
	width:340px;
	float:left;
	height:50px;
	*height:45px;
	*padding-top:5px;
	margin-left:50px;
}
.fb {background:url(../images/facebook.gif) top center no-repeat;  width:40px; height:40px; padding: 18px 0; *padding: 0;}
.fb:hover { background:url(../images/hfacebook.gif) top center no-repeat; width:40px; height:40px; background-position:0 0;}
.twitter{ background:url(../images/twitter.gif) top center no-repeat; width:40px; height:40px; padding:18px 0; *padding:0;}
.twitter:hover{background:url(../images/htwitter.gif) top center no-repeat; width:40px; height:40px; background-position:0 0;} 
.linkedin{ background:url(../images/linkedin.gif) top center no-repeat; width:40px; height:40px; padding:18px 0; *padding:0;}
.linkedin:hover{background:url(../images/hlinkedin.gif) top center no-repeat; width:40px; height:40px; background-position:0 0; } 
.sbtm{ 
	width: 150px;
	margin-left: 185px;
}
#bottomContainer{
	background:url(../images/btm_bg.png) top center repeat-x;
	padding-bottom: 50px;
	*padding-bottom:0;
}
#bottomContent{
	width:795px;
	padding:40px 0;
	margin:0 auto;
	font:12px Arial, Helvetica, sans-serif;
}

#welcomeArea {
	width:520px;
	float:left;
	line-height:15pt; 
}
#welcomeArea p{
	margin:10px 0;
    text-align: justify;
}
#welcomeArea h4{
	color:#000;
	font-size:35px;
	margin:0; 
	padding:0;
}
#featuredprop{
	float:left;
	width:250px;
	color:#000;
	text-align:center;
	margin-left: 25px;
	margin-top:0;
}
#featuredprop h3{
	font-size:20px;
	color:#960f18;
	margin:5px 0;
	padding:0;
}
.property {
	font-size:10px;
}
.property a{
	color:#000;
	text-decoration:none;
}
.property a:hover{
	text-decoration:underline;
}
.property img{
	width:144px;
	height:95px;
	border:1px solid #960f18;
	margin-bottom:5px;
}
#footer{
	background:url(../images/footer.png) top center repeat;
	padding:20px;
}
#footerInner{
	width:795px;
	margin:0 auto;
	color:#838282;
	font:11px Arial, Helvetica, sans-serif;
	background: url(../images/realtor.png) top right no-repeat;
}
#footerInner li{
	display:inline;
	font-size:12px;
}
#footerInner a{
	color:#838282;
	text-decoration:none;
}
#footerInner a:hover{ text-decoration:underline;}
#footerInner li a{
	display:inline-block;
	border-left:1px solid;
	padding:0 5px;
	color:#838282;
	text-decoration:none;
}
#footerInner li:first-child a{
	padding-left:0;
	border-left:0;
}
#footerInner ul{
	margin:0;
	padding:0;
}
#footerInner ul ul{
	display:none;
}

.fleft{
	float: left;
}
.fright{
	float:right;
}
.clear{ clear:both;}
a img{ border:none;}

/* IDX :*/
#IDX-slideshow {
	width:150px !important;
}