/*FIRECIRCLE SITE V3.0.2.0*/
/*Last Amended: 31/01/07*/

/*STRUCTURE*/

/*BODY DIV*/

body {
	background-image: url(../img/bg.gif);
	background-repeat:repeat-y;
	background-color:#87B6E2;
	margin:0;
	padding:0;
	font: 8pt tahoma;
	color: #000000;
	background-position: center;
	background-attachment: fixed;	
}

/*CONTAINER DIV*/

#container {
	width:750px;
	margin:auto;
	text-align:left;
	background-color: #FFFFFF;

}


/*HEADER DIV*/

#header {
	height:156px;
	width:750px;
	background-color: #FFFFFF;
	background-image: url(/img/header.jpg);
	background-repeat: no-repeat;
	text-align:right;
	color: #FFFFFF;
	padding: 0px 0px 0 0;
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
}
* html #header {
  	height: 156px;
  	h\eight: 61px;
}

#headertext input.text {
	color: #0060B6;
	font-family: verdana, Helvetica, sans-serif;
	border: 1px solid #FFBF00;
	padding: 3px;
	margin-top:95px;
	display:block;
	float:right;
	background-color: #FFFFFF;
}

#headerbut input.but {
	display:block;
	float:right;
	padding: 0 15px 0 5px;
	margin-top:95px;
}

#headerwords {
	display:block;
	float:right;
	padding: 99px 5px 0 0;
	font-weight:bold;
	color:#FFBF00;
}

#headermenu {
	clear:both;
	float: left;
	width: 405px;
	padding: 13px 0 0 15px;
	font-size: 10px;
	text-align:left;
}
* html #headermenu {
  	width: 390px;
  	w/idth: 405px;
}

#headermenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#headermenu li{
	display: inline;
	padding: 0;
	margin: 0;
}

#headermenu a{
	color: #FFFFFF;
	text-decoration:none;
}

#headermenu a:hover{
	color: #FFBF00;
}

#headerstatus {
	float: right;
	width: 315px;
	padding: 13px 15px 0 0;
	font-size: 10px;
}
* html #headerstatus {
  	width: 330px;
  	w/idth: 315px;
}

#headerstatus ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#headerstatus li{
	display: inline;
	padding: 0;
	margin: 0;
}

#headerstatus a{
	color: #FFFFFF;
	text-decoration:none;
}

#headerstatus a:hover{
	color: #FFBF00;
}

/*TOP NAVIGATION DIVS & CLASSES*/

#topnav {
	float:left;
	width:450px;
	height: 25px;
	line-height:normal;
	background-image: url(../img/topnavback.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

#topnav ul {
	list-style-type: none;
	margin: 0;
	padding: 4px 0 0 38px;
}

#topnav li{
	display: inline;
	padding: 0;
	margin: 0;
}

#topnav a.top{
	float: left;
	display: block;
	margin: 1px 0 0 0;
	padding: 5px 0 0 10px;
	text-decoration: none;
	width: 78px;
	height: 15px;
	color:#CCCCCC;
	background-image: url(../img/topnavtab.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
}

#topnav a.left{
	float: left;
	display: block;
	margin: 1px 0 0 0;
	padding: 5px 0 0 10px;
	text-decoration: none;
	width: 78px;
	height: 15px;
	color:#CCCCCC;
	background-image: url(../img/topnavtableft.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
}

#topnav a.right{
	float: left;
	display: block;
	margin: 1px 0 0 0;
	padding: 5px 0 0 0;
	text-decoration: none;
	width: 103px;
	height: 15px;
	color:#CCCCCC;
	background-image: url(../img/topnavtabright.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
}

#topnav a.leftl{
	float: left;
	display: block;
	margin: 1px 0 0 0;
	padding: 5px 0 0 10px;
	text-decoration: none;
	width: 200px;
	height: 15px;
	color:#CCCCCC;
	background-image: url(../img/topnavtableft.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
}

#topnav a.rightl{
	float: left;
	display: block;
	margin: 1px 0 0 0;
	padding: 5px 0 0 0;
	text-decoration: none;
	width: 225px;
	height: 15px;
	color:#CCCCCC;
	background-image: url(../img/topnavtabright.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
}

#topnav #active a.top {
	background-position:0 -20px;
	color: #000000;
}

#topnav #active a.left {
	background-position:0 -20px;
	color: #000000;
}

#topnav #active a.right {
	background-position:0 -20px;
	color: #000000;
}

#topnav #aj a.top {
	background-position:0 -40px;
}

#topnav #aj a.left {
	background-position:0 -40px;
}

#topnav #aj a.right {
	background-position:0 -40px;
}

#topnav a:hover.top {
	color:#000000;
}

#topnav a:hover.left {
	color:#000000;
}

#topnav a:hover.right {
	color:#000000;
}

#topcont {
	float:left;
	width:428px;
	line-height:normal;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1B75BC;
	border-right-color: #1B75BC;
	border-bottom-color: #1B75BC;
	border-left-color: #1B75BC;
	margin: 0;
	padding: 10px;	
}

#topcont h1 {
	font-size:10pt;
	font-weight:bold;
	color:#0060B6;
}

#topcont h2 {
	font-size:8pt;
	font-weight:bold;
	color: #0060B6;
}	

#topcont h3 {
	font-size:14pt;
	font-weight:bold;
	color:#0060B6;
}

#topcont p {
	font-size:8pt;
	color: #000000;
}

#topcont p.message {
	font-size:8pt;
	color: #CC0000;
}

#topnote {
	float:left;
	width:406px;
	line-height:normal;
	margin: 0;
	padding: 10px;
	background-color: #FFFFCC;
	border: 1px solid #000000;
}

#topnote h2.t {
	font-size:8pt;
	font-weight:bold;
color: #990000;
}

#topnote p.t {
	font-size:8pt;
	color: #990000;
}

#left {
	display:inline;
	padding:0px;
	margin:0px 0px 0px 0px;
	width:150px;
	float:left;
}
* html #left {
  	width: 150px;
  	w\idth: 150px;
}


.leftshare {
	background-image: url(/img/share.jpg);
	background-repeat: no-repeat;
	text-align:center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight:normal;
	font-size:8pt;
	padding: 0;
	height:68px;
}

.leftshare a {
	width:150px;
	height:68px;
	display: block;
}	


.leftshare a:link, a:visited, a:hover {
	text-decoration:none;
}

.leftshare a:link{
	color:#000000;
}

.leftshare a:visited {
	color:#000000;
}

.leftshare a:hover {
	color:#0060B6;
}

.leftitem {
	background-image: url(/img/hot_prop.gif);
	background-repeat: no-repeat;
	text-align:center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight:normal;
	font-size:7pt;
	height:206px;
}

.lefttext{
	float:left;
	width:100px;
	line-height:normal;
	margin-left:18px;
	padding: 0px;
}
*html .lefttext{
	margin-left:10px;
	m/argin-left:18px;
}

.leftitem p {
	font-size:7pt;
	padding:0;
	margin:0;
}

.leftitem h1 {
	font-size:9pt;
	padding-left:0px;
	font-weight:bold;
	color: #0060B6;
	margin-top:0px;
	padding-top:40px;		
}
* html .leftitem h1 {
  	margin-top:40px;
	padding-top:0px;
  	m/argin-top:0px;
	p/adding-top:40px;
}

.leftitem h2 {
	font-size:8pt;
	font-weight:bold;
	padding-left:0px;
	color: #0060B6;	
	margin-top: 2px;
}

.leftitemimage{
	float: left;
	margin-top:-5px;
	margin-left:18px;
	margin-bottom: 10px;
	border: 1px solid #0060B6;
}

.leftitem a:link, a:visited, a:hover {
	text-decoration:none;
}

.leftitem a:link{
	color:#0060B6;
}

.leftitem a:visited {
	color:#0060B6;
}

.leftitem a:hover {
	color:#87B6E2;
}

.shareitem {
	background-image: url(/img/hot_share.jpg);
	background-repeat: no-repeat;
	text-align:center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight:normal;
	font-size:7pt;
	height:206px;
}

.shareitem p {
	font-size:7pt;
	padding:0;
	margin:0;
}

.shareitem h1 {
	font-size:9pt;
	padding-left:0px;
	font-weight:bold;
	color: #0060B6;
	margin-top:0px;
	padding-top:40px;		
}
* html .shareitem h1 {
  	margin-top:40px;
	padding-top:0px;
  	m/argin-top:0px;
	p/adding-top:40px;
}

.shareitem h2 {
	font-size:8pt;
	font-weight:bold;
	padding-left:0px;
	color: #0060B6;	
	margin-top: 2px;
}

.shareitemimage{
	float: left;
	margin-top:-5px;
	margin-left:18px;
	margin-bottom: 10px;
	border: 1px solid #0060B6;
}

.shareitem a:link, a:visited, a:hover {
	text-decoration:none;
}

.shareitem a:link{
	color:#0060B6;
}

.shareitem a:visited {
	color:#0060B6;
}

.shareitem a:hover {
	color:#87B6E2;
}

/*CENTER COLUMN DIV*/

#centre {
	display:inline;
	float:left;
	width:450px;
	padding:0px 10px 10px 10px;
	margin:0px;
}
* html #centre {
  	width: 430px;
  	w\idth: 450px;
}

#box {
	width:420px;
	padding:10px;
	background-color: #FBFBFB;
	border: 1px solid #CCCCCC;
}

#centre h1 {
	font-size:10pt;
	font-weight:bold;
	color: #FFFFFF;
	background-image: url(/img/palm_head.gif);
	background-repeat: no-repeat;
	padding: 20px 0 12px 5px;
	
}

#centre h2 {
	font-size:10pt;
	font-weight:bold;
	color:#0060B6;
}

#centre h3 {
	font-size:8pt;
	font-weight:bold;
	color: #0060B6;
	margin: 0;
	padding: 0;
}	

#centre h4 {
	font-size:14pt;
	font-weight:bold;
	color:#0060B6;
	margin: 0;
	padding: 0;
}

#centre h5 {
	font-size:14pt;
	font-weight:normal;
	color:#0060B6;
	font-family: Arial, Helvetica, sans-serif;
}

#centre p {
	font-size:8pt;
	color:#000000;
}

#centre p.property {
	margin: 0;
	padding: 0;
}

#centre h3.property {
	margin: 0;
	padding: 0;
}

#centre h2.property {
	margin: 0;
	padding: 0;
}

#centre a:link, a:visited, a:hover {
	text-decoration:none;
}

#centre a:link{
	color:#0060B6;
}

#centre a:visited {
	color:#0060B6;
}

#centre a:hover {
	color:#87B6E2;
}



#centre input {
	color: #000000;
	font-size:8pt;
	border: 1px solid #87B6E2;
}

#centre textarea {
	color: #000000;
	font-size:8pt;
	border: 1px solid #87B6E2;
}

#centre select {
	color: #000000;
	font-size:8pt;
	border: 1px solid #87B6E2;
	width:120px;
}

#centre.button{
	cursor:pointer;
	border:none;
	color:#FFFFFF;
	font-weight:normal;
	padding: 2px 2px 2px 2px;
	background-color: #FFFFFF;
}

.bluebox{
	width:150px;
	float:right;
	background-color: #6FBAFF;
	padding: 10px;
	border: 1px solid #0060B6;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

/*RIGHT COLUMN DIV*/

#right {
	display:inline;
	padding:20px 0 0 0;
	margin:0px;
	width:130px;
	float:right;
	text-align:center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #0060B6;
	font-weight:normal;
	font-size:8pt;
}
* html #right {
  	width: 130px;
  	w\idth: 130px;
}

#right a:link, a:visited, a:hover {
	text-decoration:none;
}



#right a:link{
	color:#0060B6;
}

#right a:visited {
	color:#0060B6;
}

#right a:hover {
	color:#0060B6;
}

#right a:link.fc{
	color:#FF9900;
}

#right a:visited.fc {
	color:#FF9900;
}

#right a:hover.fc {
	color:#FF6600;
}

/*FOOTER DIV*/

#footer {
	margin:0px;
	clear:both;
	height:34px;
	text-align:right;
	background-color: #0099FF;
	background-image: url(/img/footer.gif);
	background-repeat: no-repeat;
}

/*FOOTER FORMATTING*/

#footermenu {
	float: right;
	width: 279px;
	padding-top:9px;
	padding-right:21px;
	color:#FFFFFF;
}
* html #footermenu {
  	width: 300px;
  	w/idth: 279px;
}

#footermenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footermenu li{
	display: inline;
	padding: 0;
	margin: 0;
}

#footermenu a{
	color: #FFFFFF;
	text-decoration:none;
}

#footermenu a:hover{
	color: #FFBF00;
}

#footercopy {
	float: left;
	width: 279px;
	text-align:left;
	padding-top:9px;
	padding-left:21px;
	color: #FFFFFF;
}
* html #footercopy {
  	width: 300px;
  	w/idth: 279px;
}

.prop {
    height:500px;
    float:right;
    width:1px;
}

.propbase {
    clear:both;
    height:1px;
    overflow:hidden;
}

.leftimage{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #0060B6;
}

.rightimage{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #0060B6;
}

.sideimage{
	margin: 0 0 10px 0;
	padding:0;
	border: none;
	float:left;
}

.sideimagec{
	margin: 0 0 10px 0;
	padding:0;
	border: none;
}

.blankimage{
	margin: 0;
	padding:0;
	border: none;
}

.sold{
	height:115px;
}

.clearimage {
	display: block;
	clear: both;
}

/*Gallery*/

.gallerycontainer{
position: relative;
height: 250px;
}

.thumbnail img{
border: 1px solid #0060B6;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #87B6E2;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding-left: 30px;
left: -1000px;
border: none;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 130px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.smallform th {
	background-color:#0060B6;
}

.smallform td {
	background-color:#AAD7FF;
}

.smallform input {
	color: #000000;
	font-size:8pt;
	border: 1px solid #87B6E2;
}

.smallform textarea {
	color: #000000;
	font-size:8pt;
	border: 1px solid #87B6E2;
}