/* ************************************************************************** */
/* INITIALISE */
html, body, form, fieldset, div {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

li {
	margin-left: 2em;
}

blockquote {
	margin-left: 1em;
}

/* ************************************************************************** */
/* LAYOUT */
#wrapper {
	position:absolute;
	left:187px;
	top:86px;
	width:511px;
	background: url("/_img/content-tile.gif") repeat-y;
}

#content {
	padding: 1px 20px;
	background: url("/_img/content.jpg") no-repeat;
	min-height: 520px;
	_height: 520px;
}

div#footer {
	width:511px;
	height:100px;
	background: url("/_img/footer.jpg") no-repeat;
	text-align:center;
	font-size:0.8em;
	clear:both;
}

/* ************************************************************************** */
/* DESIGN */

body { font-family:arial, sans-serif; background:#5CA0E9 url("/_img/bg.jpg") top left no-repeat; color:#535850; font-size:0.9em;}

dt { width:8em; font-weight: bold; text-align:right; color:#6D7068; }
dd { margin:-1em 0 0 9em;   }

p { text-align:justify; }

ul#faq li { 
	list-style-type:none;
}

#contact form {
	text-align: right;
	width: 300px;
	margin-left: auto;
    margin-right: auto;
}

#commentlabel {
	text-align:left;
	color:#6D7068;
	display:block;
}

ul#faq li blockquote {
	font-style:italic;
	font-weight:bold;
	margin-bottom:-0.8em;
	margin-left: -1em;
}

#index ol li h4 { margin-bottom:0; margin-left:0; }
#index ol li p { margin:0; } 

h1 { display:none; }

h2 { font-size:2em;
	font-weight:normal;
	margin-top: 14px;
	margin-bottom: 0;
	color: #2C4B25;
}

h3 {font-size:1.2em;
	line-height:0.75em;
	margin-bottom:-0.7em;
	background-image: url("/_img/h2_underline.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
	color: #2C4B25;
	letter-spacing: 0.06em;
}
h4 { font-size:0.9em; }

h2, h3 {font-family: "Times New Roman", serif;}

img#map {
	display: block;
	margin-left: auto;
    margin-right: auto;
}

#testimonials blockquote {
	background-image: url("/_img/quote_open.gif");
	background-position: 10px 0;
	background-repeat: no-repeat;
}

#testimonials blockquote p {
	padding-left: 35px;
	padding-right: 25px;
	background-image: url("/_img/quote_close.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
	font-style: italic;
}

#testimonials blockquote {
	margin-left: 0;
}

#wrapper a { color:#568406; text-decoration:underline; }
#wrapper a:hover { color:#325716; text-decoration:underline; }

.photo {
    float:left;
    background: url("/_img/shad.gif") no-repeat bottom right;
    margin: 10px 0 0 10px !important;
    margin: 10px 0 0 5px;
}

.photo img {
    display: block;
    position: relative;
    background-color: #FFF;
    border: 1px solid #a9a9a9;
    margin: -6px 6px 6px -6px;
    padding: 4px;
}

/* ************************************************************************** */
/* NAV */

#navcontainer{
	position:absolute;
	left:48px;
	top:94px;
	width: 120px;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
}

#navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#navcontainer li{
	border-bottom: 1px solid #B0D082;
	margin: 0;
	text-align: right;
}

#navcontainer li a{
	display: block;
	padding: 2px 17px 2px 0px;
	background-image: url("/_img/menu_block.gif");
	background-position: 106px center;
	background-repeat: no-repeat;
	color: #535850;
	text-decoration: none;
	width: 120px;
	_width: 103px;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover{
	/* color: #fff;*/
	background-image: url("/_img/menu_block_hover.gif");

}


