/*	Desc: eh3 homesearch Screen Style Sheet
	Author: Abel Rogers
	Date: 24/01/08
	+ Colours
	- #b2b2b2 grey
	- #11431c green
=== === === === === === === === === === */
/*=STRUCTURE
=== === === === === === === === === === */
html {

}
body {
	font:0.8em Arial, Helvetica, sans-serif;
	color:#333333;
	background:#000;
}
/*=COMMON
=== === === === === === === === === === */
* {
	padding: 0;
	margin: 0;
	border:0;
}

a {
	text-decoration:none;
	color:#11431c;
	border:none;
	outline:none;
}
#left {
	height: 159px;
	width: 237px;
	background-image: url(images/EH3-left.gif);
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
	float: left;
	margin-left: 125px;
	margin-top: 30px;
}
#right {
	height: 159px;
	width: 237px;
	background-image: url(images/EH3-right.gif);
	background-repeat: no-repeat;
	background-position: center center;
	clear: none;
	float: right;
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 125px;
}
#bott {
	height: 57px;
	width: 558px;
	float: none;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
/*=WRAPPER
=== === === === === === === === === === */
#wrap {
	width:800px;
	margin:20px auto 0 auto;
	background:#b2b2b2;
	height: 600px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/EH3-land-top.gif);
	background-color: #B2B2B2;
	background-repeat: no-repeat;
	background-position: center center;
	height: 195px;
	text-indent: -9999px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	text-indent: -9999px;
}
#top {
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 100px;
}
#logos {
	text-align: center;
	padding-top: 0px;
}

/*=CONTENT
=== === === === === === === === === === */

#content {
	width:516px;
	overflow: auto;
	padding-top: 10px;
	padding-right: 52px;
	padding-left: 18px;
	padding-bottom: 30px;
	background-color: #E9E9E9;
	height: 450px;
}

#leftcolumn {
	width:650px;
}

#small_content {
	float:left;
	width:199px;
	height:60px;
	background:#b2b2b2;
	padding:15px 5px 5px 10px;
	font-size: 0.8em;
	font-family:Arial, Helvetica, sans-serif;
}

#content p {
	padding-bottom: 10px;
	text-align: left;
}

address {
	font-style:normal;
	padding:15px 5px 5px 10px;
}
/* End hide from IE Mac */
#wrap #content li {
}
#links {
	float: none;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #11431C;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 20px;
}
