
body {
	margin: 20px 0; padding: 0;
	background: #e0e0e0;
	color: #444444;
	font-size: 85%;
	font-family: arial, verdana, sans-serif;
	
}

.cleaner {
	clear: both;
	height: 1px; margin: 0;
}

/*
 * Center and fix width for all header/content/footer
 */
#main {
	width:800px;
	background:white;
	margin-left:auto;
	margin-right:auto;
}

#header {
	background: #C9E3CA url('images/sketch.png') bottom right no-repeat;
	height:100px;
	}

.box {
	width: 100px; height: 20px;
	display:inline-block;
	float:left;
	margin: 3px;
	}

.separator {
	width: 150px; height: 10px;
	display:inline-block;
	float:left;
	margin: 3px;
	}

.c1 {background:#6F3C3A}
.c2 {background:#443130}
.c3 {background:#330706}
.c4 {background:#E7A9A7}

#hdr-box1 { background:#2E5831 }
#hdr-box2 { background:#263627 }
#hdr-box3 { background:#052807 }
#hdr-box4 { background:#A4E3A9 }
	
#header h1 {
	margin-bottom:5px;
	color:#263627;
	font-size:bigger;
}

#header h1 a {
	color:#263627;
	text-decoration:none;
}

.title {
	margin-left:50px;
}


#header h2 {
	color:#2E5831;
	margin-left:30px;
	margin-top:0;
	font-size:small;
}

h3 {
	color:#2E5831;
}

/*
 * Content for the whole width
 */
#content {
	margin:0;
	padding: 10px 10px 0px 15px;
	background:white;
}

#container {
	margin:0;
	margin-top:20px;
	background:white;
}

/*
 * Fixed width left content. Note: If the height
 * of this div is less than #right the border
 * will look a bit odd.
 */
#left {
	float:left;
	width:540px;
	padding: 10px 10px 0px 15px;
	margin:0;
	border-right: 1px dotted #2E5831;
	background:white;
}

/*
 * Fixed width right content
 */
#right {
	float:right;
	width:200px;
	margin:10px 10px 10px 0;
	padding-left:20px;
	background:white;
}

/*
 * Simple horizontal box menu
 */
#menu {
	margin: 0; padding: 1px 0;
	list-style-type: none;
	height: 26px;
}
#menu li {
	float: left;
	margin: 0; padding: 0;
	width: 19.99%;
}
#menu a {
	position: relative;
	display: block;
	margin: 1px;
	height: 24px;
	font-size: 10px;
	line-height: 24px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	background:#2E5831;
	color: white;;
}
#menu a span {
	display: block;
	position: absolute; top: 5px; left: 8px;
	width: 8px; height: 8px;
	background: #C9E3CA;
}
#menu a:hover {
	background: #A4E3A9;
	color: black;
}

/*
 * Legal and copyright small print
 */
#footer {
	font-size:smaller;
	margin: 10px 0 10px 0;
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	color:white;
	background:#2E5831;
}
#footer a {
	text-decoration: none;
	padding: 3px 5px;
}
#footer a:link, #footer a:visited {
	color:white;;
}
#footer a:hover {
	color: black;
}
#footer span {
	padding: 3px 5px;
}

.left {
	float:left;
}

.right {
	float:right;
}


div.photo {
	margin: 5px 5px;
	padding: 2px 3px;
/*	border: thin #2E5831 solid; */
}
div.photo p {
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
}
div.photo p a img {
	border: 0;
}

img {
	margin:0 10px;
}

.errortext {
	color:#C00000; font-weight: bold;
}

.mandatory {
	color:#C00000; font-weight: bold;
}


.testimonial {
	font-style: italic;
}

iframe {
display:none;
}
