* { margin: 0; padding: 0; }

body {
	background: #E8F0EE;
	color: #636466;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 100%/120% "Arial", Helvetica, sans-serif;
}

#outer {
	width: 760px;
	margin: auto;
	position: relative;
	text-align: left;
}

#wrapper1 {
}

#contentwrap {
	background: #C6D9D7;
	display: block;
	overflow: hidden;
	float: left;
	width: 100%;
	
	font-size: 0.65em;
}

#header {
	height: 100px;
	font-size: 0.7em;
	color: #5A8F80;
	margin-bottom: -3px;
}

	#headerleft {
		position: absolute;
		margin-top: 55px;
		z-index: 100;
	}
	
	#headerright {
		 float: right;
		 margin-top: 75px;
		 padding-right: 5px;
	}

#col-left {
	float: left;
	width: 220px;
}

.colwrap-right {
	float: right;
	width: 540px;
}

#content, #contentsub {
	clear: both;
	padding-top: 10px;
	line-height: 1.3em;
	
	font-size: 0.7em; /* Global Content Font Size */
}

.footer {
	text-align: right;
	font-size: 0.7em;
}

/*** Formatting ***/

a img { border: none; }

a:link, a:visited {
	color: #5A8F80;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #5A8F80;
}

p {
	margin: 0 0 1em 0;
}

.hide { display: none; }

h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.2em;
	color: #998F89;
	text-transform: lowercase;
}

	h2 a:link, h2 a:visited {
		color: #000;
		text-decoration: none;
	}
	
	h2 a:hoverd {
		color: #000;
		text-decoration: none;
	}

.imgRight {
	float: right;
	margin: 0 0 10px 20px;
}

.imgLeft {
	float: left;
	margin: 0 20px 10px 0;
}

.padding {
	padding: 20px;
	border: 1px solid #C5BFBB;
}

#contactForm {
	float: right;
	width: 500px;
}

/*** Forms ***/

form {
	margin: -13px 0 0 0;
	font-size: 1.1em;
}

input, select, textarea {
	margin-left: .5em;
}

fieldset {
	margin: 1em 0;
	padding: .3em 1em;
}

fieldset br { display: none; }

legend {
	font-weight: bold;
	color: #998F89;
}

fieldset div {
	clear: both;
	margin: .3em 0;
	position: relative;
}

fieldset div span {
	display: none;
}

fieldset div:hover span {
	font-size: 85%;
	background-color: #fff;
	margin-left: 20em;
	line-height: 1.3em;
	padding: .2em .5em .3em;
	border: 1px solid #999;
	color: #666;
	display: block;
	position: absolute;
	z-index: 100;
	float: right;
}

* html fieldset div span {
	display: none;
}

label, fieldset div.cr p {
	margin: 0;
	display: block;
	width: 10em;
	text-align: left;
	float: left;
	font-size: 0.9em;
}

fieldset div.cr p { margin-left: -10em; }

div.cr {
	margin-left: 9em;
}

fieldset div.cr label {
	text-align: left;
	display: inline;
	float: none;
}

.mandat {  }

/*.mandat:after { content: "*"; }*/

.buttons { margin: 1em 0 0 9em; }

.removed { display: none !important; }

/*** Tables ***/

table, th, td { border: none; }


/* Gallery */
div.sgThumbnail {
	float: left;
	padding: 3px;
	height: 75px;
	width: 70px;
	margin-right: 10px;
}
div.sgThumbnail img {
	border: 2px solid #9C9C7A;
	padding: 1px;
}
div#sgLeftCol {
	width: 220px;
	float: left;
}
	div#sgLeftCol div.sgThumbnail {
		width: auto;
		margin-right: 5px;
	}
div#sgRightCol {
	width: 480px;
	float: right;
}
img.sgPreviewThumb {
	float: left;
}

span.left {
	margin-top: -15px;
	font-weight: bold;
	font-size: 1.2em;
	float: left;
}
div.left {
	font-weight: bold;
	font-size: 1.2em;
	float: left;
}
div.left2 {
	font-weight: bold;
	font-size: 1.2em;
	float: left;
	padding: 0 45px 0 45px;
}
span.right {
	margin-top: -15px;
	font-weight: bold;
	font-size: 1.2em;
	float: right;
}

div.clearb {
	clear: both;
}

/* steve 050509 */
#home_page_bottom {
margin-top:15px;
padding:20px;
border: 1px solid #C5BFBB;
}