

body {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: small;
	color: #333;
	background-color: #ECE8D9; /*light brown */
	background-image:  url(images/background.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#wrapper {
	position: relative;
	width: 58em;
	margin: auto;
	background-color: #fff;
}


#pagecontainer {
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 58em;
	background-color: #fff;
}

/*////////////////////////////
	HEADER AREA
////////////////////////////*/

#header {
	width: 58em;
	height: 151px;
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#header1{
	height: 105px;
	float: left;
	width: 18em;
	text-align: right;
}

#header2{
	background-image:  url(images/header_photo.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	width: 38em;
	height: 151px;
	float: right;
}



/*////////////////////////////
	SIDE MENU AREA
////////////////////////////*/

#menu{
	font-family: arial, helvetica, sans serif;
	margin: 0px 1em 0px 1em;
	padding: 0px 0px 0px 0px;
	background-color: #000078;/*dark blue */
	width: 56em;
	text-align: center;
	min-height: 30px;
	height: auto;	
}

* html #menu{ height: 25px }

#menutext{	
	font-size: 90%;
	font-weight: bold;
	background-color: #fff;	
}
			
#menu a{
	color: #fff; /*white */
	text-decoration: none;
}

#menu a:hover{
	color: #fff;/*white */
	text-decoration: none;
}
			
.menubox1{
	width: 7em;
	float: left;
	height: 25px;
	border-right: 3px solid #fff;
	padding: 5px 2px 0px 2px;
}
* html .menubox1{ padding: 10px 2px 0px 2px;}

.menubox3{
	width: 7em;
	float: left;
	height: 25px;
	padding: 5px 2px 0px 2px;
}
* html .menubox3{ padding: 10px 2px 0px 2px;}	

.menubox2{
	width: 12em;
	float: left;
	height: 25px;
	border-right: 3px solid #fff;
	padding: 5px 2px 0px 2px;
}
* html .menubox2{ padding: 10px 2px 0px 2px;}

.menubox4{
	width: 6em;
	float: left;
	height: 25px;
	border-right: 3px solid #fff;
	padding: 5px 2px 0px 2px;
}	
* html .menubox4{ padding: 10px 2px 0px 2px;}

.menubox5{
	width: 9em;
	float: left;
	height: 25px;
	border-right: 3px solid #fff;
	padding: 5px 2px 0px 2px;
}	
* html .menubox5{ padding: 10px 2px 0px 2px;}
			
/*////////////////////////////
	CONTENT AREA
////////////////////////////*/

#content{
	font-family: verdana, arial, helvetica, sans serif;
	background-color: #fff;
	width: 58em;
	min-height: 300px;
	max-height: 100%;
	float: right;
}
			
* html #content {height: 300px;}
			
			
.innercontent{
	margin: 0px 0px 0px 0px;
	padding: 5px 1em 0px 1em;
}
		
		
/*////////////////////////////
	FOOTER & COPYRIGHT
////////////////////////////*/
#footerwrapper {
	font-family: arial, helvetica, sans serif;
	width: 58em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	height: auto;
	float: left;
}

#footer1 {
	width: 58em;
	font-size: small;
	color: #000078;/*drk blue */
	font-weight: bold;
	text-align: right;
	height: auto;
	padding: 0px 0px 10px 0px;
}
		
					
					
#copyright {
	font-family: verdana, arial, helvetica, sans serif;
	background-color: #ECE8D9;/*light brown */
	width: 58em;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 10px 0px;
	border-top: 3px solid #000078;
	text-align: right;
	float: left;
}
					
					
.copyrighttext {
	font-size: 90%;
	padding-right: 10px;
}

/*////////////////////////////
	HEADINGS
////////////////////////////*/

h1{
	font-family: verdana, arial, helvetica, sans serif;
	color: #000078;/*drk blue */
	font-size: medium;
	font-weight: bold;
}

h2{
	font-family: verdana, arial, helvetica, sans serif;
	color: #000078;/*drk blue */
	font-size: small;
	font-weight: bold;
}

h3{
	font-family: verdana, arial, helvetica, sans serif;
	color: #FC0184;/*pink */
	font-size: small;
	font-weight: bold;
}

/*////////////////////////////
	LINKS
////////////////////////////*/
a{
	color: #FC0184; /*pink */
	text-decoration: underline;
}

a:visited{
    color: #FC0184; /* pink */
	text-decoration: underline;
}

a:hover{
    color: #000078;  /* blue */
	text-decoration: none;
}

/*////////////////////////////
	QUICK PROPERTY SEARCH
////////////////////////////*/

#quicksearchwrapper{
	width: 18em;
	float: right;
	text-align: center;
	color: FC0184;/* pink */
	border: 6px solid #FC0184;/* pink */
	border-style: double;
	padding: 10px 5px 10px 5px;
	margin: 0px 0px 0px 10px;
}

/*////////////////////////////
	HOME BOXES
////////////////////////////*/

.smallbox{
	width: 17em;
	height: auto;
	margin-right: 10px;
	float: left;
}

.smallbox3{
	width: 17em;
	height: auto;
	margin: 0px 0px 0px 20px;
	float: left;
}

.smallbox2{
	width: 17em;
	height: auto;
	margin-right: 0px;
	float: right;
}
/*////////////////////////////
	OTHER
////////////////////////////*/

.imagemiddle{
	vertical-align:middle;
}

.pink{
	color: #FC0184;
}

img{
	border: none;
}

ul{
	list-style-type: image;
	list-style-image: url(images/bulletpoint.gif);
}

.width{
	width: 15em;
}

/*////////////////////////////
	SEARCH CONTAINER
////////////////////////////*/


.searchcontainer{
	width: 56em;
	height: 125px;
	color: #000078;
	font-size: small; 
	background-color: #666;
	border-bottom: 4px solid #FC0184;
}

.photocontainer{
	width: 12em;
	background-color: #fff;
	height: 125px;
	float: left;
}

.textcontainer{
	width: 42em;
	background-color: #fff;
	height: 125px;
	float: left;
}

/*////////////////////////////
	PROPERTY SEARCH RESULTS
////////////////////////////*/


.searchcontainer{
	width: 56em;
	height: 125px;
	color: #000078;
	font-size: small; 
	background-color: #fff;
	border-bottom: 3px solid #FC0184;
}

.photocontainer{
	width: 12em;
	height: 125px;
	padding-right: 5px;
	float: left;
}

.textcontainer{
	width: 40em;
	height: 125px;
	float: left;
}

.viewpropertycontainer{
	width: 21em;
	background-color: #fff;
}

/*////////////////////////////
	PROPERTY DETAIL PAGE
////////////////////////////*/


#containerdetails{
	width: 30em;
	float: left;	
}

#containerdescription{
	width: 30em;	
}

#containerphotos{
	width: 21em;
	float: right;
	background-color: #fff;	
	/* text-align: center; */
}

.title{
	background-color: #FC0184;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	height: 18px;
	float: left;
	width: 30em;
	margin: 10px 0px 10px 0px;
}

.title2{
	background-color: #FC0184;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	height: 18px;
	float: left;
	width: 20em;
	margin: 10px 0px 10px 0px;
	text-align: left;
}

.userstitle{
	background-color: #FC0184;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	width: 20em;
	height: 18px;
	margin: 10px 0px 10px 0px;
}

.textlist1{
	font-weight: bold;
	color: #FC0184; 
	width: 10em;
	float: left;
}

.textlist2{
	font-weight: bold;
	width: 18em;
	color: #000078;
	float: left;
}

.centerimage
{
	text-align:center;
}


/*  //// Search ///// */

.searchpage
{
	border: solid 1px #FC0184;
	
}

.textright
{
	float:right;
	margin-bottom: 5px;
}

.photoleft
{
	float:left;
	margin: 3px;
}


/*  //// Find Us Page ///// */


.googlemap
{
	width:34em;
	height: 31em;
	border: solid 1px #FC0184;
}

.boxmap
{
	width: 20em;
	height: auto;
	float: right;
}

.findtitle{
	background-color: #FC0184;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	height: 18px;
	float: left;
	width: 20em;
	margin: 15px 0px 10px 0px;
	text-align: left;
}



/*  //// Contact Us Page ///// */

label.enquiry
{
	width: 160px;
	float: left;
}

.boxcontact
{
	width:33em;
	height: auto;
	border: solid 1px #FC0184;
	padding: 5px;
}


/*  //// Selling Home Page ///// */

.boxenquiry
{
	width:33em;
	height: auto;
	border: none;
	padding: 5px;
}

/*////////////////////////////
	other
////////////////////////////*/

.right{
	float: right;
	margin-left: 10px;
}

