/* screen.css */

/*----- GLOBAL STYLES ----- */

a {	text-decoration:none; color:#04283d; }
a:hover { color:#97bf0e; }
a.arrowlink { background:url(../images/arrow_green.gif) no-repeat left center; padding-left:10px; }

h1
	{
	font-size:12px;
	font-weight:bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #98BF0E;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	padding-bottom: 5px;
	}
p
	{
	margin:0px 0px 18px 0px;
	}
	
/*----- GLOBAL STYLES END -----*/

/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body 
	{
	padding:0;
	margin:0;
	}
body
	{	
	text-align:center;
	min-width:990px;
	background:#e6e6e6;
	}
#outer
	{
	height:99.9%;
	min-height:100%;
	width:990px;
	text-align:left;
	margin:auto;
	position:relative;
	background:url(../images/bg_outer.gif) repeat-y center center;
	font-family:Arial, Helvetica, Sans-serif;
	font-size:12px;
	line-height:18px;
	color:#4d4d4d;
	}
html>body #outer{height:auto;}
#header
	{
	position:absolute;
	top:-1px;
	width:990px;
	height:260px;
	overflow:hidden;
	z-index:50;
	background:url(../images/bg_header.jpg) no-repeat;
	left: 1px;
	}
#left 
	{
	position:relative;
	width:250px;
	float:left;
	padding:260px 0px 0px 50px;
	}
	
#left-home 
	{
	position:relative;
	width:250px;
	float:left;
	padding:20px 0px 0px 50px;
	}	
#footer 
	{
	width:990px;
	clear:both;
	height:150px;
	left:0;
	bottom:0;
	position: absolute;
	background:url(../images/bg_footer.gif);
	}
#footer p
	{
	padding:95px 0 0 320px;
	}
#footer a
	{
	color:#4d4d4d;
	text-decoration:none;
	}

* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer 
	{/*only ie gets this style*/
	\height:152px;/* for ie5 */
	he\ight:150px;/* for ie6 */
	}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent 
	{
	width:620px;
	float:right;
	padding:260px 50px 0px 0px;
	}
	
#centrecontenthome
	{
	width:620px;
	float:right;
	padding:0px 50px 0px 0px;
	}
	
		
#clearfooter {width:100%;height:152px;clear:both}
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-152px;} /*safari wrapper */



div.textbox
	{
	margin:0px 0 0 0;
	background:#f1f1f1;
	padding:15px 20px 0px 20px;
	overflow:hidden;
	text-align: justify;
	}
div.textbox td {
	text-align: justify;
}

	
div.textboxhome
	{
	margin:20px 0 0 0;
	background:#f1f1f1;
	padding:15px 20px 0px 20px;
	overflow:hidden;
	}	


p#contactdetails
	{
	position:absolute;
	top:125px;
	left:50px;
	color:#fff;
	}
p#contactdetails a
	{
	color:#fff;
	}


ul#topnav
	{
	position:absolute;
	top:200px;
	left:25px;
	}
ul#topnav li
	{
	float:left;
	padding:0 13px;
	}
ul#topnav li a
	{
	text-decoration:none;
	text-transform:uppercase;
	color:#04283d;
	padding:10px 5px 10px 5px;
	display:block;
	}
ul#topnav li a:hover
	{
	color:#97bf0e;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #B1C903;
	}

div#left-home ul li a
	{
	display:block;
	width:250px;
	color:#000;
	height:20px;
	padding-top:5px;
	text-decoration:none;
	text-indent:25px;
	background-image: url(../images/leftnavbg.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	}
div#left-home ul li a:hover
	{
	color:#B1C903;
	}


div#left ul li a
	{
	display:block;
	width:250px;
	color:#000;
	height:20px;
	padding-top:5px;
	text-decoration:none;
	text-indent:25px;
	background-image: url(../images/leftnavbg.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	}
div#left ul li a:hover
	{
	color:#B1C903;
	}
	
.textbox li {
	list-style-type: square;
	margin-left: 45px;
	padding:3px;
	
}

UL.GREEN {
	color: green;
}


.textbox ul {
	margin-bottom: 10px;
}
#avatar td {
	padding: 4px;
}
.textbox a {
	color: #98BF0E;
}

div.result
	{
	padding:10px;
	margin:0 0 10px 0;
	border:1px solid #D9D3BB;
	overflow:hidden;
	background-color: #F5F5F5;
	}
.moreinfobutton img {
	position: absolute;
	padding-left: 450px;
	padding-top:100px;
	z-index:500;
}

	
div.alt
	{
	background:#eeece0;
	}	#propimg {
	float: left;
	margin-right: 10px;
}
#propimgleft {
	float: left;
	display:block;
	height:100px;
	position:relative;
	margin-right:10px;
	margin-bottom:10px;
}
.types li {
	float: left;
	padding-right: 10px;
	margin: 0px;
	list-style-type: none;
}

.types ul {
	float: left;}

#padtable td {
	padding: 3px;
}
