/* screen.css */

/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body 
	{
	padding:0;
	margin:0;
	}
body
	{
	text-align:center;
	min-width:1000px;
	color:#000;
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
	line-height:18px;
	background-color: #4478CB;
	}
h1
	{
	font-weight:bold;
	margin:0px 0px 18px 0px;
	}
p
	{
	line-height:18px;
	margin:0px 0px 18px 0px;
	}
#outer
	{
	height:99.9%;
	width:1000px;
	text-align:left;
	margin:auto;
	position:relative;
	background-color: #FFFFFF;
	}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header
	{
	position:absolute;
	top:0;
	width:1000px;
	height:195px;
	overflow:hidden;
	z-index:100;
	background-color: #CCCCCC;

	}
#right 
	{
	position:relative;/*ie needs this to show float */
	width:190px;
	float:right;
	padding:205px 20px 0px 0px;

	}
#right img
	{
	margin:0px 0px 10px 0px;
	}
#footer 
	{
	width:1000px;
	clear:both;
	height:70px;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	color:#fff;
	}
#footer p { padding:10px 0px 0px 00px; margin:0px; }
#footer a { color:#fff; text-decoration:none; }
#footer a:hover { text-decoration:underline; }
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer {/*only ie gets this style*/
	\height:72px;/* for ie5 */
	he\ight:70px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent 
	{
	width:750px;
	float:left;
	padding-top: 205px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 14px;
	}
#clearfooter {width:100%;height:72px;clear:both} /* to clear footer */
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-72px;} /*safari wrapper */
#footercontent
	{
	background:#5686d0;
	width:960px;
	height:40px;
	margin:10px 0 0 15px;
	}
	
*:first-child+html #footercontent
	{
	background:#5686d0;
	width:920px;
	height:40px;
	margin:10px 0 0 0px;
	}
	
*html #footercontent
	{
	background:#5686d0;
	width:920px;
	height:40px;
	margin:10px 0 0 0px;
	}	

	
.icons
	{
	height:20px;
	background-color:#CCCCCC;
	position:relative;
	width:707px;
	margin-bottom:10px;
	padding:0px 5px;
	}
.icons li
	{
	background:url(images/tick.gif) no-repeat;
	line-height:20px;
	padding:0 5px 0 17px;
	float:left;
	
	}
.listingimg
	{
	float:right;
	}
#leftnav
	{
	background:url(Images/bg_leftnav.gif) no-repeat #eeeeee;
	padding:5px 0px 5px 5px;
	}
#leftnav li
	{
	margin:0px 0px 5px 0px;
	}
#leftnav li a
	{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	width:170px;
	padding:6px 0px 6px 10px;
	font-weight: bold;
	background-color: #0066CC;
	}
#leftnav li a:hover {
	color:#CCCCCC;
	background-color: #0066FF;
}
#topnav
	{
	position:absolute;
	top:212px;
	left:10px;
	}
#topnav li 
	{
	float:left;
	margin:0px 0px 0px 0px;
	}
#topnav li a
	{
	color:#fff;
	text-decoration:none;
	background:url(images/bg_nav.png) no-repeat ;
	padding:18px 30px 10px 5px;
	display:block;
	}
	
	#photos li 
	{
	float:left;
	margin:0px 0px 0px 0px;
	padding-right:6px;
	padding-top:15px;
	}

	
#propertylisting
	{
	width:715px;
	height:123px;
	margin-top:5px;
	background-color: #efefef;
	padding:5px;
	border: solid thin #CCCCCC;

	}
#propertylisting p
	{
	padding:7px;
	}
#propertylisting h2
	{
	background:#5686d0;
	padding:4px 4px;
	font-weight:bold;
	color:#FFFFFF;
	margin-bottom:5px;
	}
#sponsorimage
	{
	margin:-10px 0px 0px 0px;
	border:solid;
	border-color:#333;
	border-width:1px;
		}#tabcontent {
	margin: 10px;
	background-color: #F0F0F0;
	padding: 15px;
	border: 1px solid #DFDFDF;
}
h3 {
	color: #FFFFFF;
	background-color: #0066CC;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#newsitem {
	padding: 10px;
	border: 1px solid #1B7DD8;
	background-color: #E6E6E6;
	margin-bottom: 10px;
}
#newsitem h1 {
	font-size: 14px;
}

#newsitem a {
	text-decoration: none;
	font-weight: bold;
	color: #006699;
}
#photogallery {
	padding: 10px;
	height: 100px;
	width: 150px;
	float:left;
}
h3 a {
	color: #FFFFFF;
}

table td a {
	text-decoration: none;
	padding-top: 5px;
	margin-top: 5px;
	top: 5px;
}
#tab a {
	color: #3681D4;
	text-decoration: none;
	font-weight: bold;
}
