/* Reset --------------------------------------------------------------------------- */
html, body, div, ul, li, h1, h2, h3, h4, h5, p, dl {
	margin: 0;
	padding: 0;
}


/* HTML - background colour and reset font size for all browsers ------------------- */
html {
	font-size: 62.5%;
	padding: 10px 0;
	background: #41843F;
}


/* Body - Wrapper & Typography ----------------------------------------------------- */
body {
	top: 0;
	position: relative;
	width: 740px;
	float: left;
	left: 50%;
	margin: 0 0 0 -385px;
	font-size: 1.2em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #222;
	padding: 10px;
	background: #fff;
}


/* Masthead ------------------------------------------------------------------------ */
#masthead {
	width: 740px;
	height: 80px;
	float: left;
}
	#masthead ul {
		list-style: none;
		border-left: 1px #aaa solid;
		float: right;
		margin: 4px 0 0 20px;
		padding: 5px 20px;
		line-height: 1.5em;
		font-size: 1.2em;
	}
		#masthead ul li strong {
			color: #555;
		}

	/* Logo ------------------------------------------------------------------------ */
	#logo {
		font-size: 1em;
	}
		#logo a {
			width: 410px;
			height: 80px;
			float: left;
			text-indent: -5000%;
			outline: none;
			background: url(../images/logo.jpg) no-repeat;
		}
		

/* Navigation ----------------------------------------------------------------------- */
#nav {
	width: 740px;
	float: left;
	margin: 40px 0 10px 0;
	list-style: none;
}
	#nav li {
		float: left;
		display: inline;
	}
	#nav li a {
		float: left;
		text-decoration: none;
		color: #444;
		padding: 0 10px;
		margin: 0 2px;
		border-right: 1px #999 solid;
	}
	#nav li a:hover {
		color: #41843F;
		text-decoration: underline;
	}
		#nav .nobdr {
			border: 0;
		}


/* Flash ----------------------------------------------------------------------------- */
#flash {
	width: 740px;
	float: left;
}


/* Main ------------------------------------------------------------------------------ */
#main {
	width: 740px;
	float: left;
	padding-top: 1.5em;
	line-height: 1.5em;
	background: url(../images/main_bg.jpg) top repeat-x;
}
	#main h2 {
		font-weight: normal;
		font-size: 1.6em;
		color: #1E4C1D;
	}
	#main h4 {
		font-size: 1.3em;
		color: #666;
		font-weight: normal;
	}
	#main p {
		margin: 1.5em 0;
	}
	#main ul {
		margin: auto 0 1.5em 2em;
	}
	#main ul.business {
		list-style: none;
		margin: auto 0 1.5em 0;
	}
	

/* Sidebar ----------------------------------------------------------------------------- */
#sidebar {
	width: 180px;
	height: 378px;
	float: right;
	padding-left: 20px;
	text-align: center;
	background: url(../images/sidebar_bg.jpg) top left no-repeat;
}
body.contact #sidebar {
	width: 300px;
}

	
/* Footer ------------------------------------------------------------------------------ */
#footer {
	width: 740px;
	float: left;
	border-top: 1px #999 solid;
	background: #f5f5f5;
	text-align: center;
}
	#footer a {
		color: #444;
		text-decoration: none;
	}
	#footer a:hover {
		text-decoration: underline;
	}
	#footer p {
		margin: 1.5em 0;
	}