*{
	margin:0;
	padding:0;
}
body  {
	background: #003D7D;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
}
a{
	color:#FF9900;
	text-decoration:none;
}
a:hover {
	background-color:#FFC726;
	color:#003D7D;
	text-decoration:none;
}
.mainImage{
	border:1px solid #FFFFFF;
}
#container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background-attachment: scroll;
	background-color: #003D7D;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:980px;
	height:157px;
	margin:0 0 1em;
}
#header h1{
	text-indent:-9999px;
}
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding:0 10px;
}
#sidebar h1{
	font-size:20px;
	color:#FFC726;
	margin-bottom:10px;
}
#sidebar h2{
	font-size:20px;
	margin:10px 0;
}
#sidebar h3{
	font-size:20px;
	color:#FFC726;
	margin-top:10px;
}
#sidebar p{
	font-size:14px;
	line-height:140%;
}
#sidebar ul{
}
#sidebar ul li {
font-size:14px;
list-style-type:none;
}
#mainContent {
	margin: 0 0 0 275px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
}
#news img{
	border:1px solid #FFFFFF;
	float:right;
	margin:0 5px 0 15px;
	width:300px;
}
#mainContent h1{
	margin-top:15px;
	font-size:24px;
	font-weight:normal;
}
#mainContent h2{
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}
#mainContent h3{
	font-size:14px;
	font-weight:normal;
	margin-bottom:5px;
}
#mainContent h4{
	font-size:14px;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:5px;
}
#mainContent p{
	font-size:14px;
	padding-right:10px;
	line-height:140%;
	padding-top:1em;
}
#mainContent .flash{
	border:1px solid #FFFFFF;
}
#mainContent ul{
	font-size:14px;
}
#mainContent li{
	margin-left:1em;
}
#menu{
	width:980px;
	padding:0.5em 0 2em;
	text-align:center;
}
#menu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 -1em;
	padding:0 0 1em;
}
#menu li{
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0.2em 0 !important;
}
#menu li a {
	margin:0;
	padding:1em 1.2em;
	color:#FFFFFF;
	text-decoration:none;
	font-size:0.8em;
	font-weight:bold;
	outline:none;
}
#menu li a:hover {
	color:#000000;
}
.separator{
	border-bottom:1px solid #FFFFFF;
	margin:15px 0;
}

#footer {
	background-attachment: scroll;
	background-color: #003D7D;
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height:104px;
	border-top:1px solid #FFFFFF;
	margin-top:15px;
}
#footer p{
	font-size:10px;
	padding-top:50px;
	padding-left:15px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#leftSide{
	float:left;
	width:330px;
	margin-bottom:10px;
	height:200px;
}
#leftSide img{
	border:none;
	float:left;
	margin-right:10px;
	margin-bottom:80px;
}
#leftSide p{
	padding-top:0;
}
#rightSide{
	float:left;
	width:330px;
	margin-bottom:10px;
	height:200px;
}
#rightSide img{
	border:none;
	float:left;
	margin-right:10px;
	margin-bottom:80px;
}
#rightSide p{
	padding-top:0;
}
#map{
	color:#000000;
	font-size:12px;
}
.properties_list{
	font-size:14px;
}
.prp_image{
	border:1px solid #FFFFFF;
	float:right;
	margin-right:10px;
}
.news_image{
	border:1px solid #FFFFFF;
	float:right;
	margin-top:1em;
	margin-right:10px;
	margin-left:10px;
}
#ukMap{
	width:230px;
}
#ukMap img{
	border:none;
}
.mapPos {
border:0 none;
left:0;
position:absolute;
top:0;
visibility:hidden;
z-index:1;
}
#mapBox {
height:360px;
position:relative;
}
