
/* <!-- */
/* General styles */

body
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	background-color: #aeacb1;
	margin: 0;
	padding: 0;
	border: 0;		/* This removes the border around the viewport in old versions of IE */
	width: 100%;
	}

/* centres page */	
	
.wrapper
	{
	margin-left:auto;
	margin-right:auto;
	width:1024px;
	}
	
/* MAIN PAGE MULTI COLUMN LAYOUT */
	
/* Outer container */

.colmask 
	{
	position: relative;	/* This fixes the IE7 overflow hidden bug */
	clear: both;
	float: left;
	width: 100%;			/* width of whole page */
	overflow: hidden;		/* This chops off any overhanging divs */
	margin: 0;
	border: 0;
	padding: 0;
	}

/* Main Page Layout Common Column Settings */

.colright,
.colmid,
.colleft
	{
	float: left;
	width: 100%;			/* width of page */
	position: relative;
	}

.col1,
.col2,
.col3
	{
	float: left;
	position: relative;
	padding: 0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
	overflow: hidden;
	}

/* 3 Column Main Page Layout Settings */

.threecol
	{
	background: #FFFFCC;		/* right column background colour */
	}

.threecol .colmid
	{
	right: 40%;				/* width of the right column */
	background: #FFFFCC;		/* center column background colour */
	}

.threecol .colleft
	{
	right: 40%;				/* width of the middle column */
	background: #EE333E;		/* left column background colour */
	}

.threecol .col1
	{
	width: 36%;				/* width of center column content (column width minus padding on either side) */
	left: 102%;				/* 100% plus left padding of center column */
	}

.threecol .col2
	{
	width: 36%;				/* Width of left column content (column width minus padding on either side) */
	left: 106%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}

.threecol .col3
	{
	width: 16%;				/* Width of right column content (column width minus padding on either side) */
	left: 10%;				/* Please make note of the brackets here:
							(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}	
	
/* 2 Column Main Page Layout Settings */

.twocol
	{
	background: #FFFFCC;		/* right column background colour */
	}

.twocol .colleft
	{
	right:80%;			/* right column width */
	background: #EE333E;	/* left column background colour */
	}

.twocol .col1
	{
	width:76%;			/* right column content width */
	left:102%;			/* 100% plus left column left padding */
	}

.twocol .col2
	{
	width:16%;			/* left column content width (column width minus left and right padding) */
	left:6%;			/* (right column left and right padding) plus (left column left padding) */
	}
	
/* CENTRE CONTENT 2 COLUMN SPLIT /*

/* Centre Split Column Container */

.colsplit 
	{
	position: relative;	/* This fixes the IE7 overflow hidden bug */
	clear: both; 
	float: left; 
	width: 100%;			/* width of whole page */
	overflow: hidden;		/* This chops off any overhanging divs */
	margin: 0;
	border: 0;
	padding: 0;
	}

/* Centre Content Split Column Common Settings */

.colbody
	{
	position: relative;
	float: left;
	width: 100%;
	}

.colA,
.colB
	{
	float: left;
	position: relative;
	padding: 0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
	overflow: hidden;
	}	
	
/* Centre Content 2 Column Layout */

.colmain 
	{
	}

.colmain .colbody
	{
	right:50%;			/* right column width */
	}

.colmain .colA
	{
	width:46%;			/* left column content width (column width minus left and right padding) */
	left:52%;			/* right column width plus left column left padding */
	}

.colmain .colB
	{
	width:46%;			/* right column content width (column width minus left and right padding) */
	left:56%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}

	
/* define CONTENT */

.content
	{
	margin: 7px 0px 0px 0px;
	}
	
.content p
 	{
	text-align: justify;
	clear: both;
	}

.content br
	{
	clear: both;
	}
	
.content a:link
	{
	text-decoration: none;
	color: #EE333E;
	}

.content a:visited
	{
	text-decoration: none;
	color: #EE333E;
	}

.content a:hover
	{
	text-decoration: none;
	color: #FFFFCC;
	background-color: #EE333E;
	}

.content hr
	{
	color: #aeacb1;
	height: 1px;
	}
	
.content h1
	{
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	clear: both;
	padding: 15px 0px 0px 0px;
	}

.content h2
	{
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	clear: both;
	}

.content h3
	{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	clear: both;
	}			
			
.content h4
	{
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	clear: both;
	}			
			
.content ul
	{
	display: block;
	list-style-image: url("images/diamond.png");
	}

/* define MENU BOX IN CONTENT */
	
.contentnav
	{
	width: 80%;
	margin: 15px 10% 0px 10%;
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #aeacb1;
	color: #000000;
	text-align: center;
	}

.contentnav p
	{
	text-align: center;
	}

.contentnav a:link
	{
	text-decoration: none;
	color: #EE333E;
	}

.contentnav a:visited
	{
	text-decoration: none;
	color: #EE333E;
	}

.contentnav a:hover
	{
	text-decoration: none;
	color: #FFFFCC;
	background-color: #EE333E;
	}
	
.contentnav img
	{
	width: 80%;
	margin: 15px 10% 0px 10%;
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #aeacb1;
	}

/* define LISTINGS LAYOUTS */

.contentlists
	{
	display: block;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	}

.contentlists p
 	{
	clear: both;
	}

.contentlists br
	{
	}

.contentlists a:link
	{
	text-decoration: none;
	color: #EE333E;
	}

.contentlists a:visited
	{
	text-decoration : none;
	color: #EE333E;
	}

.contentlists a:hover
	{
	text-decoration: none;
	color: #FFFFCC;
	background-color: #EE333E;
	}

.contentlists h1
	{
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	clear: both;
	padding: 15px 0px 0px 0px;
	}
	
.contentlists h2
	{
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 15px 0px 0px 0px;
	border-bottom: 1px solid #aeacb1;
	}		

.contentlists h3
	{
	display: block;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	padding: 15px 0px 0px 0px;
	border-bottom: 1px solid #aeacb1;
	}		
	
.contentlists h4
	{
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	}
	
.contentlists img
	{
	display: block;
	position: relative;
	width: 156px;
	height: 117px;
	float: right;
	clear: both;
	margin: 10px 0px 10px 0px;
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #aeacb1;
	text-align: center;
	background-color: #FFFFCC;
	}

/* define LINK LISTINGS LAYOUTS */

.contentlinks
	{
	display: block;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	}

.contentlinks p
 	{
	clear: both;
	}

.contentlinks br
	{
	}

.contentlinks a:link
	{
	text-decoration: none;
	color: #EE333E;
	}

.contentlinks a:visited
	{
	text-decoration : none;
	color: #EE333E;
	}

.contentlinks a:hover
	{
	text-decoration: none;
	color: #FFFFCC;
	background-color: #EE333E;
	}

.contentlinks h1
	{
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	clear: both;
	padding: 15px 0px 0px 0px;
	}
	
.contentlinks h2
	{
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 15px 0px 0px 0px;
	border-bottom: 1px solid #aeacb1;
	}		

.contentlinks h3
	{
	display: block;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	padding: 15px 0px 0px 0px;
	border-bottom: 1px solid #aeacb1;
	}		
	
.contentlinks h4
	{
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	}
	
.contentlinks img
	{
	display: block;
	position: relative;
	width: 156px;
/*	height: 117px; */
	float: right;
	clear: both;
	margin: 10px 0px 10px 0px;
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #aeacb1;
	text-align: center;
	background-color: #FFFFCC;
	}
	
/* define SIDEBAR */

.sidebar
	{
	}
	
.sidebar h1
	{
	font-size: 16px;
	text-align: left;
	color: #FFFFCC;
	font-weight: bold;
	text-align: left;
	}

.sidebar h2
	{
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #FFFFCC;
	}

.sidebar h3
	{
	display: block;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFCC;
	}

.sidebar a:link
	{
	text-decoration: none;
	color: #FFFFCC;
	}

.sidebar a:visited
	{
	text-decoration: none;
	color: #FFFFCC;
	}

.sidebar a:hover
	{
	text-decoration: none;
	color: #EE333E;
	background-color: #FFFFCC;
	}

.sidebar img
	{
	padding: 0px 5px 0px 0px;
	}

/* define navigation layout */

.nav
	{
	background-color: #aeacb1;
	color: #000000;
	border: 1px solid #FFFFCC;
	}

.nav h1
	{
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	}
	
.nav a:link,
.nav a:hover,
.nav a:visited
	{
	text-decoration: none;
	color: #000000;
	}
	
.nav ul
	{
	margin: 0 0 0 5px;
	padding: 0;
	color: #000000;
	font-weight: bold;
	}

.nav ul li
	{
	margin: 0;
	padding: 5px 0px 5px 0px;
	color: #000000;
	vertical-align: top;
	list-style:none;
	}

.nav ul li ul li
	{
	margin: 0 0 0 8px;
	padding: 5px 0px 0px 0px;
	font-weight: normal;
	}
	
.nav li ul
	{
	display: none;
	}

.nav li:hover > ul
	{
	display: block;
	}

/* define CURCHOD LOGO layout */

.curlogo
	{
	text-align: center;
	}

.curlogo img
	{
	display: block;
	margin-left: 2%;
	margin-right: 2%;
	padding: 0px;
	margin-top: 7px;
	margin-bottom: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	width: 96%;
	}

/* define STRAPLINE */

.strapline
	{
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
	}

/* define RICS LOGO layout */

.ricslogo
	{
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	}

.ricslogo img
	{
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
	}

/* define COPYRIGHT */

.copyright
	{
	font-size: 8px;
	font-weight: normal;
	text-align: left;
	}

/* define IMAGES IN MAIN COLUMN CONTENT */

.photolarge
	{
	width: 80%;
	margin: 0px 10% 0px 10%;
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #aeacb1;
	}

.photosmall
	{
	width: 50%;
	margin: 0px 25% 0px 25%;
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #aeacb1;
	}
	
.photoleft
	{
	width: 60%;
	float: left;
	clear: left;
	margin: 0px 30px 10px 0px;
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #aeacb1;
	}

.photoright
	{
	width: 60%;
	float: right;
	clear: right;
	margin: 0px 0px 10px 30px;
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #aeacb1;
	}

/* define LOGO LINK IMAGES (used on links page) */

.logolink
	{
	float: left;
	clear: left;
	margin: 0px 7px 2px 0px;
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #aeacb1;
	}

.logolink a:hover
	{
	text-decoration: none;
	color: #FFFFCC;
	background-color: #EE333E;
	}
/*define Logo used on commercial property listings pages */
	
.listlogo
	{
	float: left;
	clear: left;
	margin: 0px 30px 10px 0px;
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #aeacb1;
	}

/*define google map */

.map
	{
	text-align: center;
	}

/*define coverage */

.coverage
	{
	margin: 7px 0px 0px 0px;
	}
	
.coverage p
	{
	font-size: 8px;
	text-align: justify;
	clear: both;
	}

.coverage h1
	{
	text-decoration: none;
	font-size: 8px;
	font-weight: bold;
	text-align: center;
	clear: both;
	}

/* end */

