html{
	border:0;
	padding:0;
	margin:0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;

}
body{
	background-color:#fff;
	color:#6F8791;
	margin:0;
	padding:0;
	border:0;
}

a{
	color:#139789;
	font-weight:normal;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

h1{
	color:#6F8791;
	font-size:22px;
	padding:0;
	margin:0;
	padding-top:13px;
	padding-bottom:10px;
	font-weight:bold;
}

h2{
	color:#6F8791;
	font-size:16px;
}

h3{
	color:#6F8791;
	font-size:14px;
}

h4{
	font-weight:bold;
}

img{
	border:0px none;
}

iframe{
	border:0px none;
}

form{
	padding:0;
	margin:0;
}

li {
	padding-bottom:10px;
}

input {
	margin:1px;
}

strong, .green {
	color:#6F8791;
	font-weight:bold;
}


#container{
	width:980px;
	text-align:left;
	margin:auto;
	padding:0;
}

#header{
	float:left;
	height:103px;
	width:980px;

}


#headleft {
	float:left;
	width:220px;
	height:104px;
	background-color:#fff;
}

#headmiddle {
	float:left;
	color:#33BCAE;
	width:470px;
	background-color:#121682;
}

#headright{
	float:left;
	width:268px;
	height:74px;
	padding: 30px 0 0 22px;
	background-color:#121682;
}



#menubar {
	float:left;
	background-color:#139789;
	height:28px;
	width:980px;

	color:#fff;
	font-weight:bold;
	margin-bottom:6px;



}

#menubara {
	float:left;
	width:220px;
	height:28px;
	font-weight:normal;
	background-color:#fff;
	text-align:center;
}

#menubarb {
	float:left;
	width:360px;

	padding-left:10px;
	padding-top:5px;

}

#menubarc {
	float:left;
	width:140px;

	padding-top:3px;
	font-size:11px;
}

#menubarc a.sty1 {
	font-size:12px;
}

#menubarc a.sty2 {
	font-size:14px;
}

#menubarc a.sty3 {
	font-size:16px;
}

#menubard {
	float:right;
	width:200px;
	text-align:right;
	padding-top:5px;
	padding-right:20px;

	font-size:11px;

	letter-spacing:5px;
}

#menubar a {
	color:#fff;
	text-decoration:none;
}

#menubar a:hover {
	text-decoration:underline;
}

#menu{
	float:left;
	width:100%;
	margin-top:70px;
}

#menu ul{
	font-size:14px;
	list-style:none;
	margin:0;
	padding:0;
	width:80px;
	float:left;
}

#menu ul ul {
	width:150px;
}

#menu a, #menu h2 {      /* affects drop down links */
	font-size:11px;
	font-weight:bold;
	display:block;
	margin:0;
	padding:5px 3px;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
}

#menu h2 a {
	padding:0;
}

#menu a:hover{
	color:#000000;
}

#menu li{      /* adds divider to root item */
	position:relative;
	z-index:500;

	border-right:1px solid #B4BCD1;
}

#menu li li {
	border-right:0;
}

#menu li:hover {      /* adds hover to root item */
	background-color:#8988C1;
}

#menu li:hover h2 {
	color:#ffffff;
}

#menu ul ul{      /* FIXES drop down background */
	position:absolute;
	display:none;
	background-color:#8988C1;

}

#menu ul ul a{      /* adds drop down links */
	padding:5px 7px;
	text-align:left;
	background-color:#8988C1;
	border-bottom:1px solid #FFFFFF;
}

#menu ul ul li.c a{      /* adds drop down links CURRENT */
	color:#000000;
	background-color:#8988C1;
}

#menu ul ul ul{
top:0;
left:100%;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}



#menu2 {
width: 200px;
margin-bottom:10px;
}

#menu2 ul {
list-style: none;
margin: 0;
padding: 0;

}

#menu2 a, #menu2 h2 {
font: bold 13px arial, helvetica, sans-serif;
display: block;
margin: 0;
padding: 10px 0 9px 10px;


}

#menu2 h2 {
color: #6F8793; font-size:10px

}

#menu2 a {
color: #6F8793;
text-decoration: none; font-size:12px
}

#menu2 a:hover {
color:#33BCAE;
}

#menu2 li {
position: relative;

	z-index:400;
	background-image:url(/images/menubg.gif);
}

#menu2 li li {
	background-color:#f1f1f1;


}

#menu2 ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

#menu2 h2 a {
	padding:0;
}

div#menu2 ul ul,
div#menu2 ul li:hover ul ul,
div#menu2 ul ul li:hover ul ul{
	display:none;
}

div#menu2 ul li:hover ul,
div#menu2 ul ul li:hover ul,
div#menu2 ul ul ul li:hover ul{
	display:block;
}

#textsize {
	float:left;
	font-size:11px;

}

#textsize a {
	display:inline;
	padding:0;
	color:#fff;
	font-weight:bold;
}

#textsize a.sty1 {
	font-size:12px;
}

#textsize a.sty2 {
	font-size:14px;
}

#textsize a.sty3 {
	font-size:16px;
}



#contentleft, #contentleft2 {
	float:left;
	width:200px;
	clear:left;
}

#content {
	float:left;
	width:760px;

	margin-left:20px;


}


#contentmiddle {

	float:left;
	width:515px;
}

#contentmiddletext {

	float:left;
	width:505px;

	padding-left:15px;
	padding-top:10px;
	padding-right:10px;

	background-image:url(/images/contentgrad.gif);
	background-repeat:repeat-x;
}



#contentmiddlewidetext {

	float:left;
	width:735px;

	padding-left:15px;
	padding-top:10px;
	padding-right:10px;

	background-image:url(/images/contentgrad.gif);
	background-repeat:repeat-x;
}


#contentmiddlewide {
	float:left;
	width:760px;
}

#contentmiddle2 li{padding:0 0 8px 0}



#contentbanner {
	position:relative;
	float:left;
	width:510px;
	height:190px;
	padding:10px;
}



#contentbannertext {
	position:absolute;
	top:20px;
	font-size:13px;
	width:260px;
	color:#000;
	z-index:10;
}

#contentbanner .name {
	font-size:11px;
}

#popdiv {
	display:none;
	position:absolute;
	top:15px;
	font-size:13px;
	width:264px;
	height:170px;
	z-index:20;
	background-color:#D1CDC4;
	padding:5px 10px;
	color:#000;
	left:0;
}


#contentright, #contentright2 {
	float:right;
	width:230px;
}

#contentrightnewsletter {
	float:left;
	color:#fff;
	height:210px;
	width:230px;
	background-image:url(/images/grad-newsletter2.gif);
	background-repeat:repeat-y;
}

#contentrightnewsletter p {
	font-size:12px;
}

#contentrightnewsletter select, #contentrightnewsletter input {
	font-size:10px;
}

#contentrightnewslettercon {
	background-image:url(/images/grad-newsletter.gif);
	background-repeat:repeat-x;
}

#contentleftqsearch {
	background-color:#B6BEC1;
}

#contentleftqsearchcon {
	background-image:url(/images/grad-quicksearch.gif);
	background-repeat:repeat-x;
}

#contentleftqsearch select {
	font-size:10px;
}

#contentleftqcontacts {
}

#contentleftqcontactsc {
	padding-left:15px;
	padding-right:10px;
	padding-top:10px;

}

#contentleftqcontactsc img {
	margin-right:10px;
}

#contentleftqcontactsc .smalltxt {
	font-size:11px;
}

.property {
	float:left;
	width:210px;
	padding:5px 0px 5px 20px;
}

.latest-property-normal {
	background-image:url(/images/grad-lastestprops.gif);
}

.latest-property-premium {
	background-image:url(/images/grad-lastestprops-premium.gif);
}

.propertydivider {
	height:3px;
	font-size:3px;
	background-image:url(/images/grad-lastestprops2.gif);
}

.propertyl {
	float:left;	
	width:100px;
}

.propertyr {
	float:left;
	width:110px;
}

#property {
	float:left;
	width:720px;
	padding:5px;
	margin-bottom:20px;
}

div.normal-property {
	border:1px solid #DFDFDF;
	background-color:#F1F1F1;
}

div.premium-property {
	border:1px solid #C79D2F;
	background-color: #F8F5E4;
}

#propertyl{
	float:left;
	width:190px;

}

#propertyl img {
	padding:2px;
	border:1px solid #DFDFDF;
}

#propertydetailimage .mainimg {
	padding:0;
	border:0;
	height:243px;
	width:324px;
}


#propertydetailimage {
	width:324px;
	height:243px;

	padding:2px;
	border:1px solid #DFDFDF;

        margin-bottom: 5px;
}



#propertyr {
	width:520px;
	float:left;
	padding-left:10px;

}

#propertytitle {
	float:left;
	width:420px;
	font-weight:bold;
	color:#000;

	padding:0;
	margin:0;
}

#propertytitle a {
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

#propertytitle a:hover {
	font-weight:bold;
	color:#000;
	text-decoration:underline;
}

#propertyref {
	float:right;
	width:100px;
	color:DFDFDF;

	padding:0;
	margin:0;
}

#propertydesc {
	float:left;

	padding:5px 0;
	clear:both;
	width:520px;

}

#propertybedrooms {
	float:left;
	width:420px;
	clear:left;
}

#propertyprice {
	float:left;
	width:250px;
	font-size:15px;
	clear:left;
}

#propertydetails{
	float:right;
	width:150px;
	text-align:center;
}

#propertydetails input, .btn {
	font-size: 12px;
	border: 1px solid #4b6a95;
	background-image:url(/images/btn-bg.jpg);
	padding: 2px 5px 1px 5px;
	font-weight:bold;
	color:#222;
}

.propertynav {
	margin:25px 0;
	clear:both;
}

.propertynav a, .propertynav .dis {
	background-color: #EBEBEB;
	padding:0 3px;
}

.propertynav .cur {
	background-color: #139789;
	padding:0 3px;
	font-weight:bold;
	color:#fff;
}

#propertydetail {
	float:left;
	margin-top:10px;
	padding:2px;
	border:1px solid #DFDFDF;
	padding:5px;
	background-color:#F1F1F1;
}

#propertydetailtitle {
	width:100%;
	font-size:16px;
	font-weight:bold;
	padding:10px 0;
	color:#000;
}

#propertydetailtitlel {
	float:left;
	width:70%;
}


#propertydetailtitler {
	float:right;
	width:30%;
	font-weight:bold;
	font-size:15px;

}

#propertydetaill {
	float:left;
	width:380px;
        margin-top: 5px;
}

#propertydetaill img {
	padding:2px;
	border:1px solid #DFDFDF;
	margin-bottom:6px;
}

#propertydetaill span.thumbs a img {
	margin-left:6px;
	cursor:pointer;
}


#propertydetailr {
	float:left;
	padding-left:10px;
        width: 330px;
}

#propertydetailr ul { 
	margin-right:0px;
} 

#propertydetailr li{
	margin-left: -20px;
}

#propertydetaildesc {
	width:100%;
	float:left;
	padding-top:10px;
}

#propertydetail input {
	font-size: 12px;
	border: 1px solid #4b6a95;
	background-image:url(/images/btn-bg.jpg);
	width:110px;
	font-weight:bold;
	color:#222;
	
	margin:3px 0;
}



#propertyform {
	float:left;
	width:720px;
	border:1px solid #DFDFDF;
	padding:5px;
	background-color:#F1F1F1;
	margin-bottom:10px;
}

#propertyforml{
	float:left;
	width:350px;
}

#propertyformr {
	width:358px;
	float:left;
	padding-left:10px;
}

#message {
	width:auto;
	border:1px solid #139789;
	padding:5px;
	background-color:#92D8D1;
	margin-bottom:10px;
	color:#000;
}

#login {
	float:left;
	width:500px;
	margin-top:10px;
	margin-bottom:10px

}

#login h2 {
	text-align:center;
}

#loginl {
	float:left;
	width:220px;
	border:1px solid #139789;
	padding:10px;
	margin-right:10px;
}

#loginr {
	float:left;
	width:225px;
	border:1px solid #139789;
	padding:10px;
}




#footer{
	width:auto;
	clear:both;
	padding-top:20px;

}

#footer2{
	width:980px;
	margin:auto;
	clear:both;
	font-size:11px;
	color:#000;
	text-decoration:none;
	height:49px;
	background-image:url(/images/footerbg.gif);



}

#footer a{
	color:#000;
}

#footer a:hover{
	text-decoration:underline;
}

#footerleft{
	float:left;
	width:320px;

	padding-top:16px;
	height:33px;
	padding-left:10px;
}

#footercenter{
	float:left;
	width:320px;
	height:49px;

	padding-top:16px;
	height:33px;

	text-align:center;
}

#footerright{
	float:left;
	width:320px;
	text-align:right;

	height:49px;
}

.error{
	color:#FF0000;
}

.center{
	text-align:center;
}

.italic {
	font-style:italic;
}

.bold {
	font-weight:bold;
}

#clear {
	clear:both;
	height:1px;
	font-size:1px;
}

.divider {
	height:1px;
	font-size:1px;
	background-image:url(/images/divider.gif);
	background-repeat:repeat-x;
}

.darkbg {
	background-color:#B6BEC1;
	color:#fff;
}

.lightbg {
	background-color:#E9E9E9;
}


/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p{
	margin-top:0;
}



table {
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#E7E7E7;
	color: #666;
}

td, th {
	padding: 2px;
}

thead th {
	text-align: center;
	background: #F5F5F5;
	color: #666;
	border: 1px solid #FFF;
	text-transform:uppercase;
}

tbody th {
	font-weight: bold;
}

tbody tr		{
	background-color:#FFF; 
	text-align:left;
	}
tbody tr.odd 	{
	background: #F5F5F5;
	border-top:1px solid #FFF;
}

tbody th a:link, tbody th a:visited{
	color:#96D030;
	padding:3px 0px 0px 18px;
	}
tbody th a:hover{
	color:#FF8601;
	}

tbody tr td { 

	background: #FFF;
	border: 1px solid #FFF;
	}

tbody tr.odd td{ 
	background: #F5F5F5;
	border-top:1px solid #FFF;
	}

table td a {
	text-decoration: none;
}

table td a:hover {
	text-decoration: underline ;
}

tfoot th, tfoot td {
	background-color:#E7E7E7;
	padding:3px;


	border-bottom:2px solid #CCC;
	border-top:1px solid #DFDFDF;
}

.small {font-size:90%}

a#walkthroughplayer{
	border:1px solid #DFDFDF;
	padding:2px;
}

p.dotted-separator{
   border-bottom: 1px dotted #808080;
   height: 10px;
   margin-bottom: 10px;
}

img.walkthrough-popup-camera{
    margin-top: 5px;
}

img.walkthrough-popup-camera-search{
    margin: 0 0 -5px 5px;
}

div.homepage-news-title-top{
    background-color: #c0c8cb;
    height: 5px;
}

div.homepage-news-title-main{
    background-color: #a7b0b5;
    margin-bottom: 10px;
}

div.homepage-news-title-text{
    color: #FFFFFF;
    padding: 5px;
}

div.premium-border{
    border: 1px solid #C79D2F;
    padding: 2px;
}
