* {
	margin: 0px;
	padding: 0px;
}

img {
	border-style: none;
}

body {
	margin-top: 0px;
	text-align: center;
	color: #252525;
	font-family: arial;
	font-size: 15px;
	background: #1b1b1d url('/images/bg.jpg') no-repeat scroll center top;
}

a {
	color: #4b4b4b;
	text-decoration: underline;
}

a:visited {
	color: #4b4b4b;
}

a:hover {
	color: #787878;
}

h1 {
	font-family: "Trebuchet MS", arial;
	font-weight: normal;
	font-size: 27px;
	color: #b52316;
}

h2 {
	font-family: "Trebuchet MS", arial;
	font-weight: normal;
	font-size: 19px;
	color: #b52316;
}

h3 {
	color: #0f83bc;
	font-family: arial;
	font-weight: normal;
	font-size: 15px;
	color: #b52316;
}

ul {
	padding-left: 15px;
}

#container {
	width: 943px;
	margin: 0 auto;
	text-align: left;
	background: #ffffff;
	min-height: 400px;
}

#header {
	height: 88px;
	background: #151416 url('/images/bg-header.png');
}

#logo {
	margin-top: 11px;
	margin-left: 11px;
}

#topmenu {
	float: right;
	color: white;
	margin-top: 49px;
	background: #b31c10 url('/images/bg-menu.png');
	width: 370px;
	height: 39px;
	text-align: center;
}

#topmenu a {
	color: white;
	text-decoration: none;
	line-height: 38px;
	margin-left: 10px;
	margin-right: 10px;
}

#topmenu a:hover {
	text-decoration: underline;
}

#topnav {
	border-top: #696a6f 1px solid;
	border-bottom: #2c2d30 1px solid;
	border-left: #5e5f66 1px solid;
	border-right: #3d3d42 1px solid;
	background: #4e4f55 url('/images/bg-nav.png');
}

#topnavtext {
	padding: 12px;
	padding-left: 20px;
	color: #bebebe;
	font-size: 15px;
}

#topnavtext a {
	color: white;
	font-size: 15px;
	text-decoration: none;
}

#topnavtext a:hover {
	text-decoration: underline;
}

#searchbox {
	float: right;
	margin-top: 10px;
	margin-right: 8px;
}

.searchinput {
	background-image:url(/images/form-input.png);
	border: 1px solid #696a6f;
	color: #474747;
	font-size: 13px;
	height: 16px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 2px;
	width: 200px;
}

.searchbutton {
	height: 23px;
	padding-bottom: 2px;
	width: 50px;
}

.forminput {
	background-image: url(/images/form-input.png);
	background-repeat: repeat-x;
	border: 1px solid #BFBEBE;
	height: 19px;
	padding: 2px;
}

.intro_text {
	margin-bottom: 20px;
}

.intro_box {
	width: 450px;
}

#county_box {
	width: 960px;
	clear: both;
}

.main_counties {
	padding-left: 0px;
	padding-right: 60px;
	font-size: 18px;
	font-weight: bold;
	list-style-type: none;
}

.sub_cities {
	font-weight: normal;
	font-size: 14px;
	list-style-type: none;
	padding-left: 0px;
	padding-bottom: 10px;
}

.sub_cities a {
	text-decoration: none;
}

.sub_cities a:hover {
	text-decoration: underline;
}

.recent_companies {
	clear: both;
}

#content {
	margin: 28px;
}

#map_canvas {
	width: 400px; height: 343px; border: #848484 2px solid; float: right; margin-bottom: 20px;
}

#company_info {
	float: left;
	width: 467px;
	margin-top: 20px;
}

#company_presentation {

}

.article_image {
	float: right;
	border: #848484 1px solid;
	padding: 2px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#company_options {
	margin-top: 10px;
}

#company_options a {
	margin-top: 10px;
	margin-right: 10px;
}

#bottom {
	clear: both;
	width: 909px;
	height: 1px;
}

#footer {
	background: #2c2d31;
	color: #a3a3a3;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 943px;
	margin: 0 auto;
	font-size: 13px;
}

#footer a {
	color: #fafafa;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
