/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.htmlarea {
	border: 1px solid #ccc;
}

body {
	text-align: center;
	font-family: Arial, Tahoma, Verdana;
	background: #bdd7ca;
	font-size: 0.8em; 
	color: #7f7f7f;
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #016532;
	font-size: 2.4em;
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom: 1px solid #7f7f7f;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.8em;
	color: #016532;
	font-weight: normal;
	margin: 25px 0 10px 0;
}

a {
	color: #016532;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 0px;
	margin: 10px 0px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

textarea, select {
	border: 1px solid #ccc;
	font-family: Arial, Tahoma, Verdana;
	font-size: 1em;
	padding: 2px;
}

textarea {
	width: 294px;
	height: 111px;
}

.textbox {
	border: 1px solid #ccc;
	width: 244px;
	padding: 2px;
}

#container {
	width: 950px;
	padding: 10px 0;
	margin: 10px auto;
	text-align: left;
	background: url(../images/container-bg.png) top right no-repeat #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	behavior: url(https://www.boasedevelopments.co.uk/includes/PIE.htc);
}

#logo {
	float: left;
	margin-left: 2px;
}

#contactcontainer {
	width: 950px;
	margin: auto;
	text-align: left;
}

#contact {
	position: absolute;
	top: 0;
	padding-left: 320px;
	width: 518px;
	height: 41px;
}

#nav {
	float: right;
	width: 700px;
	margin-top: 60px;
	padding-right: 4px;
	color: #000;
	font-size: 1.2em;
}

#nav li {
	float: right;
}

#nav a {
	float: left;
	display: block;
	padding: 0 12px;
	color: #000;
}

#nav .on a, #nav a:hover {
	color: #016532;
	text-decoration: none;
}

#banner {
	float: left;
}

#content {
	float: left;
	padding: 20px 20px 0 20px;
	width: 910px;
}

#content ul {
	margin: 10px 0 10px 20px;
}

#content li {
	list-style: disc;
	margin-bottom: 5px;
}

#gallery a {
	display: block;
	float: left;
	width: 172px;
	padding: 5px;
}

#gallery img {
	float: left;
	width: 162px;
	border: 5px solid #7f7f7f;
}

#gallery img:hover {
	border: 5px solid #016532;
}

#whychooseus {
	float: right;
	width: 280px;
	margin-top: 60px;
}

#homecontent {
	float: left;
	width: 600px;
}

#leftcol {
	float: left;
	width: 240px;
	padding: 20px;
	background: url(../images/leftcol-bg.png) top no-repeat;
}

#leftcol ul {
	margin: 0;
}

#leftcol li {
	margin-bottom: 5px;
	list-style: none;
}

#leftcol a {
	color: #000;
}

#leftcol .on a, #leftcol a:hover {
	color: #016532;
	text-decoration: none;
}

#leftcol h2 {
	margin-top: 0;
}

#rightcol {
	float: right;
	width: 600px;
}

#footer {
	width: 910px;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	margin: 10px auto;
	text-align: left;
	background: #016532;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	behavior: url(https://www.boasedevelopments.co.uk/includes/PIE.htc);
	color: #fff;
}

#footer a {
	color: #fff;
	font-weight: normal;
}

#baabaa {
	font-weight: bold;
	font-size: 0.8em;
	color: #000;
	padding-bottom: 10px;
}

#baabaa a {
	color: #016532;
}

.green {
	color: #016532;
}

.grey {
	color: #7f7f7f;
}

/* common */

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.leftpic {
	float: left;
	margin: 0px 20px 20px 0px;
}

.rightpic {
	float: right;
	margin: 0px 0px 20px 20px;
}

.verify {
	border: 1px solid #ccc;
	position: relative;
	top: 6px;
}

.boldred {
	font-weight: bold;
	color: red;
}

.textright {
	clear: both;
	text-align: right;
}

.msg {
	color: #fff;
	font-weight: bold;
	background-color: red;
	padding: 5px;
}