/* CSS Document */

body {
	margin: 0;
	background-color:#183B6A;
	font-family: Arial, Century Gothic;
	font-size:80%;
	color:#183B6A;
	line-height:140%;
} 

/* PAGE ELEMENTS */

div#banner {
	margin: 0 auto;
	width: 795px;
	color: #ffffff;
}

div#designtemplate {
	margin: 0 auto;
	width: 845px;
	background-image:url(/images/background.gif);
	background-position:center;
	background-repeat:repeat-y;
	min-height:400px;
}

div#wrapper {
	margin: 0 auto; 
	width: 795px;
	text-align: left;
	background-color:#D6DFE6;
}

div#maincontent {
	margin: 0px 20px 0px 20px;
	padding: 0px;
} 

div#textcontent {
	float:left;
	width:478px;
}

div#spacer {
	float: left;
	width: 20px;
}

div#properties {
	float:left;
	width:257px;
}

div#propertyview {
	width:755px;
}

div#propertyphotos {
	float:left;
	width:330px;	
}

div#propertyspacer {
	float: left;
	width: 15px;
}

div#propertytext {
	float:left;
	width: 410px;
}

div#header {
	margin: 0 auto; 
	width: 845px;
	height: 26px;
	background-image:url(/images/top.gif);
	background-color:#183B6A;
	background-position:top center;
	background-repeat: no-repeat;
}

div#footer {
	margin: 0 auto; 
	width: 845px;
	height: 26px;
	background-image:url(/images/footer.gif);
	background-color:#183B6A;
	background-position:bottom center;
	background-repeat: no-repeat;
}

div#validate_link {
	width: 795px;
	margin: 0 auto;
	text-align:center;
	color:#ffffff;
	font-size: 0.8em;
}

div#validate_link a {
	color:#ffffff;
	font-weight:normal;
}

div.keywords {
	margin: 0 auto; 
	width: 795px;
	text-align:center;
	font-size: 0.8em;
	color:#D6DFE6;
}

div.keywords a {
	color: #D6DFE6;
}

div#thisismouse {
	margin: 0 auto; 
	width: 845px;
	text-align:center;
	font-size: 0.8em;
	padding: 3px;
}

div#thisismouse a {
	color:#D6DFE6;
}

table.keywords {
	width:100%;
}

div.clearboth {
	clear:both;
}

/* NAVIGATION */

table#navigation {
	width: 250px;
	font-size: 150%;
	font-weight: bold;
}

div.menuline {
	color: #183B6A;
	background-color:#183B6A;
	height:3px;
	margin-top:5px;
	margin-bottom:25px;
}

a.linka, a.linka:link, a.linka:visited {
	color:#ED1B58;
	text-decoration:none;
}

a.linka:hover {
	color:#ED1B58;
}

a.linkb, a.linkb:link, a.linkb:visited {
	color:#183B6A;
	text-decoration:none;
}

a.linkb:hover {
	color:#ED1B58;
}

td.extraoptions {
	font-size: 150%;
	font-weight: bold;
}

/* STYLING */

img {
	border:0px;
}

.center {
	text-align:center;
}

form {
	margin: 0;
	padding: 0;
}

h1 { 
	font-family: Helvetica, Arial, Century Gothic;
	font-size:220%;
	color: #ED1B58;
	font-weight:normal;
}

h2 {
	font-family: Helvetica, Arial, Century Gothic;
	font-size:110%;
	color:#183B6A;
	font-weight:bold;
}

h3 {
	font-family: Helvetica, Arial, Century Gothic;
	font-size:110%;
	color: #ED1B58;
	font-weight:normal;
}

p { 
	font-size:100%;
}

p.topp {
	font-size:100%;
	margin-top:0px;
}

ul, ol {
	line-height: 2.1em;
	list-style-image:url(/images/bullet.gif)
}

li { 

}

a, a:link, a:visited { 
	color:#ED1B58;
	text-decoration:none;
} 

a:hover {
	color:#ED1B58;
}

a:active {
	color:#ED1B58;
}

/* PROPERTY BOXES */

div.pbox {
	border: 1px solid #ED1B58; 
	width:250px; 
	padding:2px;
	height:93px;
	margin-bottom: 15px;
	cursor:pointer;
}

div.pbox a {
	color:#ffffff;
}

div.availability a {
	color:#ED1B58;
}

div.pdetails {
	float:left;
	background-color:#183B6A;
	color:#ffffff;
	width:140px; 
	padding:5px;
	padding-top:3px;
	height: 85px;
}

div.pimage {
	float:left;
}

div.bedprice {
	height:34px;
}

div.availability {
	background-color:#D6DFE6; color:#ED1B58;font-size:85%;height:16px; font-weight:bold; text-align:center;
}

span.address1 {
	font-size:120%; 
	font-weight:bold;
}

span.address2 {
	font-size:90%;
}

span.postcode {
	font-size:85%;
}

span.bedrooms {
	font-weight:bold; font-size:90%;
}

span.rent {
	font-size:90%;
}

/* PROPERTY PAGES */

span#address1 {
	font-family: Helvetica, Arial, Century Gothic;
	font-size:220%;
	color: #ED1B58;
	font-weight:normal;
}

span#address2 {
	font-family: Helvetica, Arial, Century Gothic;
	font-size:140%;
	font-weight:bold;
}

img#main {
	margin-bottom:10px;
}

div.photodivcenter, div.photodivleft, div.photodivright {
	margin-top:5px;
	float:left;
	width:110px;
	height: 74px;
}

div.photodivcenter {
	text-align:center;
}

div.photodivleft {
	text-align:left;
}

div.photodivright {
	text-align:right;
}


