/*
 * Home Inspection South West CSS
 * (C) Optimalworks Ltd, http://www.optimalworks.net/
 */

 *
 {
	padding: 0;
	margin: 0;
 }

 body
 {
	font-family: arial, helvetica, freesans, sans-serif;
	font-size: 0.8em;
	color: #666;
	background: #fff url("../images/backpage.png") 0 0 repeat-x;
	border-style: none;
 }

/* header */
div#header
{
	width: 100%;
	height: 116px;
	padding: 21px 0 0 0;
	background: #0c1009 url("../images/backpage.png") 0 0 repeat-x;
}

div#header a
{
	position: relative;
	display: block;
	width: 429px;
	height: 95px;
	font-size: 2em;
	line-height: 1.1em;
	text-decoration: none;
	margin: 0 0 0 20px;
	color: #8ac84b;
	border-style: none;
	overflow: hidden;
}

div#header a strong
{
	display: block;
	font-size: 1.3em;
	font-weight: normal;
	color: #fff;
}

div#header a span
{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("../images/logo.png") 0 0 no-repeat;
	cursor: pointer;
}

/* title */
div#title
{
	width: 100%;
	min-height: 180px;
	height: 180px;
	padding: 80px 0 0 0;
	background: #3d6821 url("../images/backtitle.jpg") 0 0 no-repeat;
	overflow: visible;
}

div#title[id] { height: auto; }

h1
{
	width: 550px;
	font-size: 2.2em;
	font-weight: normal;
	margin: 0 0 8px 50px;
	color: #fff;
}

h1 strong
{
	font-weight: normal;
	color: #bef58f;
}

div#title p
{
	width: 550px;
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0 0 8px 50px;
	color: #fff;
}

/* content */
div#content
{
	float: left;
	padding-bottom: 2em;
}

div.section
{
	display: inline;
	float: left;
	width: 210px;
	margin: 0 0 0 50px;
}

/* footer */
div#footer
{
	clear: both;
	padding: 6px 0;
	color: #8ac84b;
	background-color: #272b24;
	border-top: 1px solid #88aa6e;
}

div#footer p
{
	font-size: 0.9em;
	text-align: center;
	margin: 0 0 0.3em 0;
}

/* hCard */
div.vcard p
{
	font-size: 1.2em;
	text-align: center;
	margin: 0 0 0.5em 0;
}

div.vcard dt
{
	font-size: 0.9em;
	font-style: italic;
	text-align: center;
	color: #999;
}

div.vcard dd
{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin: 0 0 0.5em 0;
}

/* typography */
h2
{
	font-size: 1.5em;
	font-weight: normal;
	padding: 0 0 0.2em 0;
	margin: 1.5em 0 0.5em 0;
	color: #436d23;
	border-bottom: 1px solid #436d23;
}

p
{
	margin: 0 0 1em 0;
	line-height: 1.4em;
}

ul, ol
{
	margin: 1em 0 1.5em 2.5em;
}

li
{
	line-height: 1.4em;
	margin: 0.5em 0;
}

a:link, a:visited { font-weight: bold; text-decoration: none; color: #8ac84b; white-space: nowrap; }
a:hover { color: #436d23; text-decoration: underline; }
div#footer a:hover { color: #fff; }