/* default */


/*slideshow*/


.post {
position:relative;
z-index:-10px;
}


#slide {
	
	
	width:695px;
	height:300px;
	background: url(images/slideback.jpa) no-repeat center top;
	border-right:0px solid #000;
	border-top:0px solid #ccc;
	border-left:0px solid #ccc;
}

.sliderwrapper{
	
	overflow: hidden; /*leave as is*/
	width: 695px; /*width of featured content slider*/
	height: 300px;
	background: none;
}

.contentdiv{
	visibility: hidden;
	position: absolute; 
	left: 0px;
	top: 0;
	width: 695px;
	height: 100%;
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

.contentdiv img{
	margin: 0px;
	padding: 0px;
}

.pagination{
	visibility: hidden;
	position: relative; /*leave as is*/
	top:0px;
	left:0px;
	width: 640px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height: 25px;
	text-align: right;
	background: url(images/slidebot.jpg) no-repeat center top;
	padding-top: 5px;
	padding-right: 10px;
	border-right:0px solid #000;
	border-bottom:0px solid #000;
	border-left:0px solid #ccc;
}

.pagination a{
	visibility: hidden;
	float: left;
	position: relative;
	top:-20px;
	left:20px;
	display: block;
	height: 20px;
	width: 15px;
	padding: 0px;
	margin-left: 5px;
	text-align: center;
	text-decoration: none; 
	background: #4e305f;
	color: #ffffff;
}

.pagination a:hover, .pagination a.selected{
	visibility: hidden;
	background: #7d5394;
}


.show {
	width:650px;
	height:270px;
	margin-left:10px;
	background:url(images/1.jpg) no-repeat;}




body {font:13px/1.231 arial,helvetica,clean,sans-serif;}table{font-size:inherit;font-size:100%;}pre,code,kbd,samp,tt{font-family:monospace;line-height:100%;}
/* CSS RESET */

body    { margin: 0px; padding: 0px; }
body, table, td, p, select, input, textarea { font-family: Verdana; font-size: 11px; line-height: 110%; }
table   { width: 100%; border-collapse: collapse; }
form, table, tr, td, th, p { margin: 0px; padding: 0px; }
input, select, textarea { color: blue; }
input.text, input.text_small, input_text_tiny, select, textarea { padding: 0px 0px 0px 5px; }
td      { text-align: left; vertical-align: top; }
img     { margin: 0px; padding: 0px; border: none; }
a:link, a:active, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; color: #ff0000; }
i       { font-style: italic; }
b       { font-weight: bold; }
strong  { font-weight: bold; }
/* default */

body {
    margin-top: 0px;
    
    text-align: center;
}

div.body {
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    text-align: left;
}

body, table, td, p, select {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #000000;
    line-height: 130%;
}

a:link,
a:active,
a:visited {
    text-decoration: none;
    color: #000000;
	
}
a:hover {
    text-decoration: underline;
    color: #ff0000;
}

i {
    font-style: normal;
    color:#DE530A;
}

b {
    font-weight: bold;
}

h1 {font-size:24px;
	color: #000000;
	margin:0px 0 0px;
	font-weight:normal;
	}

h2 {font-size:14px;
	color: #000000;
	margin:10px 0 5px;
	font-weight:normal;
	}


img.pic {
    border: 0px solid #ebebeb;
    padding: 3px;
}

img.listing_pic {
    border: none;
    padding: 3px;
    width: 100px; height: 65px;
}

img.sold {
}

.title_small { font: bold 12px Verdana; color: #333333; }

/* general layout */
.open  { background-repeat: no-repeat; }
.body  { background-repeat: repeat-y; }
.close { background-repeat: no-repeat; }

/* big layout */
.header {border:0px solid black; position:relative;top:0px; height:120px;  background:url(images/header.jpg);  }

.logo{ 
	position:relative;
	top:0px;
	left:15px;
	width:161px;
	height:120px;
`	float:left; }


/* Top Menu*/
.topMen  {width: 700px; position:relative;top:-37px;left:260px;}
.topMen{
font: normal 10px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.topMen ul{
margin: 0;
padding: 0;
float: left;
width: 80%; /*width of menu*/
}

.topMen ul li{
display: inline;
}

.topMen ul li a{
float: left;
color: #fff; /*text color*/
padding: 2px 10px 2px 10px;
text-decoration: none;
border-right: 1px solid #edeabc; ; /*soft yellow divider between menu items*/
}

.topMen ul li a:visited{
color: #fff;
}


.topMen ul li a:hover {
color: #fff !important; /*text color of selected and active item*/
padding-top: 2px; /*shift text down 1px for selected and active item*/
padding-bottom: 2px; /*shift text down 1px for selected and active item*/
background:#7c1324}

.topMen ul li .current{
color: #ffffff !important; /*text color of selected and active item*/
padding-top: 2px; /*shift text down 1px for selected and active item*/
padding-bottom: 2px; /*shift text down 1px for selected and active item*/
background:#7c1324;
}
.topMenu  {width: 700px; position:relative;top:-35px;left:240px;}
.topMenu{
font: normal 10px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.topMenu ul{
margin: 0;
padding: 0;
float: left;
width: 80%; /*width of menu*/
}

.topMenu ul li{
display: inline;
}

.topMenu ul li a{
float: left;
color: #fff; /*text color*/
padding: 2px 10px 2px 10px;
text-decoration: none;
text-transform: uppercase; 
border-right: 1px solid #edeabc; ; /*soft yellow divider between menu items*/
}

.topMenu ul li a:visited{
color: #fff;
}


.topMenu ul li a:hover {
color: #fff !important; /*text color of selected and active item*/
padding-top: 2px; /*shift text down 1px for selected and active item*/
padding-bottom: 2px; /*shift text down 1px for selected and active item*/
background:#7c1324}

.topMenu ul li .current{
color: #ffffff !important; /*text color of selected and active item*/
padding-top: 2px; /*shift text down 1px for selected and active item*/
padding-bottom: 2px; /*shift text down 1px for selected and active item*/
background:#7c1324;
}




div.lefter {
  position:relative;
	top:0px;
	right:0px;
  height:1200px;
  float:left;
  width: 230px;
  background:url(images/side.png) no-repeat;
 	z-index:10000;
}


div.lefter ul {
	width:140px;
	list-style-type: none;
	margin: 30px 0 15px 30px;
	padding: 0;
	
}

div.lefter li {line-height:20px; padding:5px 0 5px;border-bottom: 1px solid #ffffff;font-size:1.0em;font-weight:normal; }
div.lefter a {color:#ffffff;}
div.lefter a:hover {background: #7c1324; color:#fffffff; text-decoration:none;}
div.lefter a:current {background: #7c1324; color:#ffffff; text-decoration:none;}


/* Home Page */



.welcome  {margin-top:-10px; float:left; width:45%; padding-right:15px;background:url(images/sepvert.png) repeat-y;}
.welcome p {line-height:23px;}
.short p {line-height:25px;}

.feature {float:left; width:51%;}



div.righter {
   	overflow:hidden;
	float:left;
	width: 695px;
   	margin:0 -10px 0 -30px;
	padding-left: 5px;
    padding-top: 0px;
    padding-right: 0px;
	
}

div.righter p{padding-left:30px;}

div.righter h1  {
		color:#A70532;
		font-weight:bold;
		font-size:1.0em;
		margin-left:30px;
}

div.content h1  {
		color:#000000;
		font-weight:bold;
		font-size:1.3em;
		margin:0 0 20px 30px;
}
div.righter a  {
		color:#A70532;
		font-weight:bold;
}

div.wrap {
	position:relative;
	top:0px;
	background-image: url(images/homeBG.gia);
	background-repeat: no-repeat;
	border: 0px solid #000000;
	overflow: hidden;
	width: 900px;}
	

div.wrap2 {
	position:relative;
	top:0px;
	background-image: url(images/homeBG.gia);
	background-repeat: no-repeat;
	border: 0px solid #000000;
	overflow: auto;
	width: 900px;
	margin:0px 0 0px;}

div.container {
	float:left;
	top:0px;
	overflow: auto;
	width: 100%;}
	

div.special  {
    width: auto;
	margin:-10px 0 0 10px;
	height:auto;
}
.specialCont {float:left; }
.short  {float:left;margin-left:-20px;}




/* Team Page Image */

#team{
	margin:0 0 0 -20px;
	width:730px;
	height:200px;
	background: url(images/team.jpg) no-repeat center top;
	}

#teamcon a  {
	color:#000000;
	text-decoration:none;
}


#john a {	
	border:0px solid black;
	margin:0 0 0 90px;
	float:left;
	width:138px;
	height:200px;
}


#john a:hover{	
	margin:0 0 0 90px;
	width:138px;
	height:200px;
	background: url(images/john.png) no-repeat center top;
}

#danielle{
	
	margin:0 0 0 0px;
	float:left;
	width:138px;
		
}

#danielle a:hover{	
	position:absolute;
	margin:0 0 0 0px;
	width:138px;
	height:200px;
	background: url(images/dan.png) no-repeat;
}



#chris{
	border:0px solid black;
	margin:0 0 0 40px;
	float:left;
	width:200px;
	height:200px;	
}

#chris a:hover{	
	position:absolute;
	margin:0 0 0 40px;
	width:200px;
	height:200px;
	background: url(images/chris.png) no-repeat;
}







/* special listing */

div.special .name a:link,
div.special .name a:visited,
div.special .name a:active,
div.special .name a:hover {
    color:#000000;
    text-decoration: none;
    padding-right: 20px;
}

div.special td.name a:hover {
    color: #A70532;
}


div.special .name h2 {
    font: bold 11px Verdana;
	text-transform:uppercase;
	color:#A70532;
}

div.special .name {
    font: bold 11px Verdana;
    padding-bottom: 10px;
	text-transform:uppercase;
}

div.special .price {
    color: #a70532;
    font: bold 11px Verdana;
}

div.special .catch_phrase {
    color: #1166cc;
	margin-left:-18px;
}
.featimage  {
	float:left;
}
div.special .image {
	padding:7px  0 0 7px;
}

div.special input.image_title {
    background:none;!important
	font: bold 10px Verdana;
    border: 0px;
    width: 160px;
    text-align: center;
}

div.special .short_desc {
    font: normal 11px Verdana;
	line-height:20px;
}

div.special .feature_head,
div.special .agent_info_head {
    color:#404e15;
    font: bold 11px Verdana;
    border-bottom: 0px solid #ebebeb;
    padding-top: 3px;
    padding-bottom: 3px;
}
div.special .agent_info_head {
}

div.special .feature_body,
div.special .agent_info_body {
    font: normal 10px Verdana;
}
div.special img.pic {
    border: 0px solid #ebebeb;
    padding: 3px;
    width: 400px;
    height: 150px;
}

div.agent_info {
    font: normal 10px Verdana;
}

/* footer */

#footer {margin-top:30px; position:relative;bottom:0;}
#ftinner{ margin-left:0px; color:#a30404;}
#ftinner a {color:#000}
.ftlink {width:700px;}

.oberer {text-transform:uppercase;font-size:10px; text-align:center; font-family:Arial, Helvetica, sans-serif;}
.copy  {color:#000;font-size:10px; text-align:center; font-family:Arial, Helvetica, sans-serif;text-align:center;}

table.title {
}

table.title td {
    color: #000000;
	text-transform:uppercase;
    text-indent:20px;
	font: bold 14px Verdana;
    vertical-align: middle;
    width: 430px; height: 28px;
   }

div.bizinfo {
    font: normal 10px Verdana;
    color: #DE530A;
    text-align: center;
}

div.it747 {
    font: normal 10px Verdana;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;

}



div.category a {
    text-decoration: none;
}
div.category_active {
}
div.category_inactive {
}

div.hr_blank {
    height: 10px;
}

hr.none {
    height: 10px;
    border: none;
}



/* listings */

div.list {margin-left:20px;}
div.listings a:link,
div.listings a:visited,
div.listings a:active {
    color: black;
    text-decoration: none;
}

div.listings a:hover {
    color: red;
    text-decoration: underline;
}

div.listings table.listings {
    border: 2px solid #BDB39D;
	
}

div.listings table.listings_2 {
    border: 2px solid #BDB39D;
}

div.listings table.listing_head {
    border-bottom: 1px solid #BDB39D;
}
div.listings table.listing_head td {
     background:#bdb29e;
}
div.listings table.listing_head_2 {
    border-bottom: 2px solid #BDB39D;
}
div.listings table.listing_head_2 td {
    background-color: #ffffff;
}

div.listings table.listing_body {
}

div.listings table.listing_body td.listing_body_left {
    width: 120px;
}

div.listings td.listing_head {
    vertical-align: middle;;
}

div.listings font.listing_head {
    color:#000000;
    font: bold 12px Verdana;
	text-indent:10px;
}

div.listings td.tell_more {
    font: normal 11px Arial;
    text-align: right;
    padding-right: 5px;
}

div.listings td.price {
    color: #a70532;
    font: bold 11px Verdana;
}

div.listings td.agent {
    text-align: right;
    padding-right: 5px;
    font: normal 10px Verdana;
}

div.listings td.catch_phrase {
    color:#404e15;
}

div.listings td.short_desc {
    font: normal 10px Verdana;
    padding-right: 5px;
}

/* detail */

div.detail  {
	overflow:hidden;
	width:695px;
	}

div.imageTop {
	margin-top:-20px;
	overflow:hidden;
    padding: 3px;
    margin-bottom: 10px;
}


div.small {
position:relative;
top:15px;
left:0px;
background-color:#cccccc;
height:300px;
	}

div.long_desc  {float:left; padding-right:10px;width:100%;}


div.detail_top_menu {
    text-align: center;
}

div.tools_area  {
	overflow:hidden;
	position:relative;
	z-index:-100;
}

div.sold {
    position: absolute; z-index: 20; visibility: visible;
    margin: 7px 0px 0px 268px;
}

table.basic tr.basic { border-bottom: 1px solid #f5f5f5; }

img.small_image {
position:relative;
float:left;
   width: 70px;
    height: 40px;
    padding: 2px;
	display:inline;
    border: 1px solid #f5f5f5;
}

div.long_desc {
    font: normal 10px Verdana;
}

div.hidden {
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}


/* search */

div.find {float:left;width:650px; position:relative;top:-20px;left:0px;}


div.search {position:relative;
}



div.search h1 {margin:0px 0 20px;padding-top:35px;
		color:#A70532;
		text-transform:uppercase;
		font-weight:normal;
		font-size:1.5em;
	
}

div.search h3 {background:#a70532; color:#ffffff; padding:5px 0 5px 10px; margin:10px 0 0 0px; font-size:1.3em; border:2px solid #9c8e75;width:135px; }

div.item {background:#bdb29e;  padding:5px 0 5px; margin:0px 0 5px 0px; font-size:1.4em;border:2px solid #9c8e75; width:145px;}

div.sfL1 {float:left;width:23%;margin-right:10px;}
div.sfL2 {float:left;width:23%;margin-right:10px;}
div.sfR1 {float:left;width:23%;margin-right:10px;}
div.sfR2 {float:left;width:23%;}

div.searchButt {position:relative;top:0px;left:0px;}

form.search_form_1 .select_stmt {
    margin:0 0 0 10px;
	width: 120px;
    color:black;
    background-color: none;
}

form.search_form_2 .select_stmt {
    width: 110px;
   color:#404e15;
    background-color: #fffff9;
    xbackground-color: #F8E4D0;
}

form.search_form_1 {
    background-color: none;
    border: 0px solid #f5f5f5;
    padding: 3px;
}

div.search_result_1,
div.search_result_2 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    border: 1px solid #ab2047;
    background-color: #ab2047;
	
}
div.search_result_1 {
    color: blue;
    font: bold 11px Verdana;
}

div.stat {
    text-align: left;
	color:#ffffff;!important
	text-indent:10px;
}

div.search div.page {
    text-align: right;
	color:#ffffff;
}

/* Mortgage Calculator */
div.mortgage_calculator { overflow:hidden;position:relative; left:100px;width: 360px; height: 270px; margin: 0px; padding: 0px; border-bottom: 1px solid #000000; border-right: 1px solid #000000;border-left: 1px solid #cccccc;border-top: 1px solid #cccccc; }
div.mortgage_calculator { background:#CCC; }
div.mortgage_calculator td.attr  { width: 50%; text-align: right; padding-right: 10px; vertical-align: middle;  }
div.mortgage_calculator td.value { width: 50%; text-align: left; vertical-align: middle; }
div.mortgage_calculator input { color: blue; background-color: #ffffee; border: none; padding-left: 5px; }
div.mortgage_calculator input.button { color: #005500; background-color: #ffeedd; border: 1px solid #cccccc; font-weight: bold; }
div.mortgage_calculator input.button { font-size: 14px; padding: 2px 5px 2px 5px; margin: 0px; color: #ffffff; background-color: #000000; border-bottom: 1px solid #000000; border-right: 1px solid #000000;border-left: 1px solid #cccccc;border-top: 1px solid #cccccc; font-weight: bold; }
div.mortgage_calculator input.button_hover { color: white; background-color: red; }

/* Tell your friend */
div.tell_your_friend { overflow:hidden;width: 400px; height: 350px; margin: 0px; padding: 20px; border: 0px solid #f5f5f5; }
div.tell_your_friend {  background-image: url( images/ask.png ); background-repeat: no-repeat; }
div.tell_your_friend td.attr  { width: 30%; text-align: right; padding-right: 10px; font-weight: bold;color:#ffffff !important; }
div.tell_your_friend td.value { width: 70%; text-align: left; }
div.tell_your_friend input,
div.tell_your_friend textarea { color: blue; background-color: #ffffff; border: 1px solid #f5f5f5; padding-left: 5px; }
div.tell_your_friend input.text,
div.tell_your_friend textarea.text { width: 200px; }
div.tell_your_friend input.button { color: #000000; background-color: #bdb29e; border-bottom: 2px solid #000000; border-right: 2px solid #000000;border-left: 2px solid #cccccc;border-top: 2px solid #cccccc;font-weight: bold; }
div.tell_your_friend input.button { font-size: 14px; padding: 2px 5px 2px 5px; margin: 0px; }
div.tell_your_friend input.button_hover { color: white; background-color:#a70532; }

/* Ask the member */

div.ask_agent i {color:#ffffff;}
div.ask_agent { overflow:hidden;width: 400px; height: 350px; margin: 0px; padding: 20px; border: 0px solid #f5f5f5; }
div.ask_agent {  background-image: url( images/ask.png ); background-repeat: no-repeat; }
div.ask_agent td.attr  { width: 30%; text-align: right; padding-right: 10px; font-weight: bold;color:#ffffff !important; }
div.ask_agent td.value { width: 70%; text-align: left; }
div.ask_agent input,
div.ask_agent textarea { color: black; background-color: #ffffff; border: 1px solid #bdb29e; padding-left: 5px; }
div.ask_agent input.text,
div.ask_agent textarea.text { width: 200px; }
div.ask_agent input.button { color: #000000; background-color: #bdb29e; border-bottom: 2px solid #000000; border-right: 2px solid #000000;border-left: 2px solid #cccccc;border-top: 2px solid #cccccc;font-weight: bold; }
div.ask_agent input.button { font-size: 14px; padding: 2px 5px 2px 5px; margin: 0px; }
div.ask_agent input.button_hover { color: white; background-color:#a70532; }

/* Print Listing */
div.print_listing { position:relative; left:-200px;width: 360px; height: 270px; margin: 0px; padding: 0px; border: 1px solid #f5f5f5; }
div.print_listing { line-height: 150%; }
div.print_listing { background-image: url( ps/images/menu_bg_4.gif ); background-repeat: repeat-x; }
div.print_listing input { color: blue; background-color: #ffffff; border: 1px solid #f5f5f5; padding-left: 5px; }
div.print_listing input { width: 100%; }
div.print_listing input.button { color: #005500; background-color: #ffeedd; border: 1px solid #cccccc; font-weight: bold; }
div.print_listing input.button { font-size: 14px; padding: 2px 5px 2px 5px; margin: 0px; }
div.print_listing input.button_hover { color: white; background-color: red; }

/* Temporary */

div.tmp hr {
    border: 1px solid #f5f5f5;
}

div.tmp p {
    padding-top: 3px;
    padding-bottom: 3px;
}

p.tmp_a {
}

p.tmp_marker {
    color: #DE530A;
}

p.tmp_head {
}

p.tmp_body {
}

p.tmp_box {
    background-color: none;
    border: 0px solid #ebebeb;
    padding: 5px;
}

/* vim: set expandtab sw=4 ts=4 sts=4: */
