body {
	background: url('/gfx/bodybg.png') center top #e76d26;
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: none;
}

a {
	color: #e56623;
}
a:hover {
	color: #1a99dc;
}

form {
	margin: auto;
}

div#container {
	margin: auto;
	background: url('/gfx/containerbg.png') center top repeat-y;
	width: 970px;
	padding: 0px 15px 10px 15px;
}
div.wrapper {
	font-size: 1px;
	clear: both;
	line-height: 1px;
}
div.half {
	width: 50%;
	float: left;
}

div#header {
	background: url('/gfx/headerbg.png') center top no-repeat;
	height: 90px;
	padding: 20px 0px;
}

div#sidebar {
	width: 250px;
	margin-right: 20px;
	float: left;
}
div#sidebar div.section {
	background: #FFFFFF;
	padding: 2px 10px 2px 10px;
	width: 230px;
}
div#sidebar div.sectiontop {
	height: 13px;
	background: url('/gfx/sidebartopbg.png') center top no-repeat;
	width: 250px;
}
div#sidebar div.sectionbot {
	height: 13px;
	background: url('/gfx/sidebarbotbg.png') center top no-repeat;
	width: 250px;
	margin-bottom: 16px;
}

div#sidebar div.search form {
	padding-bottom: 5px;
}
div#sidebar div.search input {
	font-size: 22px;
	vertical-align: middle;
	border: solid 2px #e56623;
	padding: 2px;
}
div#sidebar div.search button {
	border: solid 2px #e56623;
	background: url('/gfx/searchbutton.gif') center center no-repeat;
	width: 71px;
	height: 34px;
	padding: 0px;
	vertical-align: middle;
	margin-left: 5px;
}
div#sidebar button span.btcaption {
	visibility: hidden;
}
div#sidebar div.search label {
	color: #e56623;
	font-size: 11px;
	padding-bottom: 3px;
	display: block;
}

div#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div#sidebar div.residences li {
	font-size: 11px;
}

div#sidebar div.residence a {
	text-decoration: none;
}
div#sidebar div.residence strong.residence {
	font-size: 22px;
}
div#sidebar div.residence span.province {
	font-size: 11px;
}

div#content {
	width: 700px;
	float: left;
	line-height: 1.4em;
}
div#content div.section {
	background: #FFFFFF;
	padding: 0px 10px;
}
div#content div.sectiontop {
	height: 13px;
	font-size: 1px;
	background: url('/gfx/contenttopbg.png') center top no-repeat;
	width: 700px;
}
div#content div.sectionbot {
	height: 13px;
	font-size: 1px;
	background: url('/gfx/contentbotbg.png') center bottom no-repeat;
	width: 700px;
}

div#content h1 {
	padding-top: 5px;
	margin: 0px 0px 15px 0px;
	color: #e56623;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.0em;
}
div#content h2 {
	margin: 15px 0px 15px 0px;
	color: #e56623;
	font-size: 16px;
	line-height: 1.0em;
}
div#content p {
	margin: 13px 0px;
}

/* company list styles */

div.companies {
	margin-top: 20px;
}
div.companies div.company {
	width: 210px;
	padding: 5px 110px 5px 5px;
	height: 80px;
	border: solid 1px #EEEEEE;
	margin: 0px 10px 10px 0px;
	float: left;
	position: relative;
}
div.companies div.company div.orderbutton {
	position: absolute;
	width: 102px;
	right: 2px;
	top: 3px;
}
div.companies h3 {
	margin: 0px;
	font-size: 14px;
}
div.companies div.company:hover {
	border-color: #DDDDDD;
}

div.pagenav a {
	display: block;
	float: left;
	border: solid 2px #CCCCCC;
	margin: 0px 3px 3px 0px;
	background: #DDDDDD;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 5px;
	font-size: 16px;
	width: 16px;
	text-align: center;
}
div.pagenav a.active {
	background: #e77821;
	border-color: #e56623;
}

span.score {
	font-size: 10px;
	color: #e76d26;
}
span.score img {
	position: relative;
	top: 3px;
}