body {
	background: #E0E0E0 url('images/bg.jpg') repeat-x;
	color: #444;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 11px;
	margin-top:1px;
}

a {
	color: #005784;
	text-decoration:none;
}
a:hover {color: #28E;}

.topa {
	background:#F7A62C;
	width:auto;
	padding-right: 10px;

}

.adminheader{
	background-color: #FF9933;
	color:#fff;

}
.topb {
	border-top:1px solid #f0f0f0;
	border-bottom:1px solid #f0f0f0;
	/*background:#F7A62C;*/
	width:auto;
	
	color:#005784;
/*   	font-weight: bold;*/
}

.loggedin{
padding-left:10px;
float:left;
}

img.representative{

	margin: 1px;
	margin-bottom:5px;
	padding:2px;
	border: 1px SOLID #999;
background:#ffffff;

}
img.representative:hover{

background:#ff0000;

}
.main {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;

	width: 780px;
	border: 2px solid #2F3A8A;
	padding-top: 0px;
}

.content {
	float: right;
	margin: 10px 0;
	padding: 0 16px;
	width: 518px;
}
#bottomlinks{
padding: 5px;
}
#content{
padding: 5px;
}
#content img{


		margin:0 2px;
		background-color:#fff;
		border:1px solid #ccc;
		padding:2px;
	
		-moz-border-radius:4px;
		-webkit-border-radius:4px;

}
#contactinfo{
	size:2em;
}
.title {
  	color:#579;
   	font-size: 13px;
   	font-weight: bold;
	margin: 4px;
}



.list {
	font-size: 9px;
	margin:3px;
}

.listingimage {
	padding:4px;
	border:1px solid #b0b0b0;
	margin:1px 5px 9px 1px ;
}
.more{
	font-size:0.8em;
	border-top:1px solid #f0f0f0;
	border-bottom:1px solid #f0f0f0;
	/*background:#F7A62C;*/
	width:auto;
	clear: both;
}

h1 {
	font: 17px verdana;
	color: #B0B0B0;
	margin: 5px;
}

h2 {
	font-size:11px;
	color:#787878;
	margin:9px;
}

h3 {
	color:#579;
   	font-size: 14px;
	margin-bottom: 4px;
}

.insidebox {
    width: auto;
    line-height: 20px;
    color: #555A60;
    font-size:12px;
    padding: 5px 6px 0px 6px;
    border:1px solid #666;
	margin-left:5px; 
	margin-right: 5px;
    background-color:#eee;
    height: auto;
}
#insidebox {
    width: auto;
    line-height: 20px;
    color: #555A60;
    font-size:12px;
    padding: 10px;
    border:1px solid #666;
	margin-left:5px; 
	margin-right: 5px;
    background-color:#eee;

    height: auto;
}
#gallery img{
margin-right:0px;
margin-top:0px;
width:80px;
}
#insidebox img{
padding:5px;
border:1px solid #999;
background-color:#fff;
margin: 4px;
}
.insidebox_n {
    width: auto;
    line-height: 20px;
    color: #555A60;
    font-size:12px;
    padding: 5px 6px 0px 6px;
    border:1px solid #666;
	margin-left:5px; 
	margin-right: 5px;
    height: auto;
	background:  #eee url(images/icons/new.gif) no-repeat top right;
}

.insidebox_N {
    width: auto;
    line-height: 20px;
    color: #555A60;
    font-size:12px;
    padding: 5px 6px 0px 6px;

    border:1px solid #666;
	margin-left:5px; 
	margin-right: 5px;
    height: auto;
	background:  #eee url(images/icons/new2.gif) no-repeat top right;
}
.insidebox_s {
    width: auto;
    line-height: 20px;
    color: #555A60;
    font-size:12px;
    padding: 5px 6px 0px 6px;
    border:1px solid #666;
	margin-left:5px; 
	margin-right: 5px;

    height: auto;
	background:  #eee url(images/sold_2.gif) no-repeat top right;
}



.archive
{
    width:100px;
    line-height: 20px;
    font-size:10px;
    background-color: #f4f1f1;
    border:1px solid #DDDDDD;
    float:left;
    text-align:center;
}



li {list-style: none;}

#nav{
background: #eee;
padding-top:5px;
padding-bottom: 5px;
text-align:center;
border-bottom: 1px #999 solid;
}
#nav a{
padding: 5px;

}


/* v1 - now just called 'nav' in v2 */
.navigation {
	float: left;
	text-align:left;
	width: 180px;
	background-color:#f7f7f7;
	border:1px solid #efefef;
	color:#666666;
	font-size: 0.9em;
	margin-top:18px;
	margin-left:10px;
}
.navigation h2 {
	color:#5A5A43;
	font-size: 1.1em;
	line-height: 12px;
	padding-left:8px;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #DDDDDD;
	margin: 0;
}

.navigation li {border-bottom: 1px solid #EAEADA;}


.navigation li a {
	color: #005784;
	background: #f7f7f7;
	font-size: 1.1em;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 170px;
}

.navigation li a:hover {
	background: #f1f1f1;
	color: #28E;
}

/* no floating allowed on right or left side - leave this J otherwise it does wierd shit. */
.clearer {clear: both;}

.footer {
    width: auto;
    line-height: 20px;
    color: #555A60;
    font-size:10px;
    background: #f4f4f4;
    border:1px solid #DDDDDD;
    text-align: center;
    height: auto;
}
#design {
    width: auto;
    line-height: 15px;
    color: #555A60;
    font-size:10px;
    background: #f6f6f6;
    border:1px solid #DDDDDD;
    height: auto;
	padding: 5px;
}
#search {
padding-top:20px;
padding-right: 10px;

}



ul.thumb {
	float: left;
	list-style: none;

}
ul.thumb li {
	margin: 0; 
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 110px;
	height: 110px;
}
ul.thumb li img {
	width: 100px; height: 100px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	background:url(thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect
	border: none; /* Get rid of border on hover */
}





#tabs{
border-bottom: 1px solid gray;
/* width: 90%; width of menu. Uncomment to change to a specific width */
margin-bottom: 1em;
}

#tabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 10px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

#tabs li{
display: inline;
margin: 0;

}

#tabs li {
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(images/shade.gif) top left repeat-x;
}

#tabs li:visited{
color: #2d2b2b;
}

#tabs li:hover{
text-decoration: underline;
color: #2d2b2b;
cursor:hand
}

#tabs li.selected {
position: relative;
top: 1px;
}

#tabs li.selected { /*selected main tab style */
background-image: url(images/shadeactive.gif);
border-bottom-color: white;
}

#tabs li.selected:hover{ /*selected main tab style */
text-decoration: none;
}

#topbar{
position:absolute;
border: 1px solid black;
padding: 2px;
background-color: #fff;
width: 700px;
visibility: hidden;
z-index: 100;
}

#propertyCompare{


}

.compare{
padding-left:100px;
display:inline;
}

#summary{
font-size:1.5em;
font-weight:bold;
}

