@charset "utf-8";
/* CSS Document */

html { height: 100%; }
body {
	background-image: url(images/background.png);
	background-repeat: repeat;
	background-position: center;
	font-family: Verdana, Trebuchet MS, Arial;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
}

img { border: 0; }

a { color: #99b5bb; }
a:hover { color: #618c97; }


#slogan {
	color: #FFFFFF;
	font-size: 19px; font-style: italic;
	text-align: right;
	vertical-align: middle;
	padding: 0 10px 0 0;
}

#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	margin: 0 0 0 0;
}
.navImage {
	margin: 0 5px 0 5px;
}


.darkBrownBar {
	background-color: #974f23;
}
.lightBrownBar {
	background-color: #c1852b;
}
.BlueBar {
	background-color: #99b5bb;
}


td {
	font-family: Verdana, Trebuchet MS, Arial;
	font-size: 12px;
	vertical-align: top;
}


h1 {
	color: #974f23;
}
h2 {
	font-size: 14px;
	color: #974f23;
	padding: 0 0 0 20px;
}
p { text-align: justify; padding: 0 95px 0 45px;}
.bcontent { text-align: justify; margin-left: 45px; font-size: 13px;
	font-weight: bold;
	color: #974f23;}



.brownheader {
	font-size: 19px;
	color: #974f23;
}


#footer {
	margin: 15px 0 15px 0;
	text-align: center;
	color: #c1852b;
	font-size: 10px;
	cursor: default;
}
#footer a {
	color: #99b5bb;
	font-size: 11px;
}
#footer a:hover {
	color: #618c97;
}


div#testimonial_container {
	width: 920px;
	height: 100px;
}
div#testimonial_container big {
	font: Bold 60px Lucida Sans, sans-serif;
	line-height: 45px;
}
div#testimonial_container div#testimonial {
	width: 880px;
	float: right;
}
div#testimonial_container div#testimonial div.attribution {
	font-size: 14px;
}




.space10 {
	margin: 0 8px 0 8px;
}




#contactmap {
	border: 1px solid black;
	height: 200px; width: 300px;
	min-height: 200px; min-width: 300px;
	max-width: 800px; max-height: 750px;
	background-color: #fff;
}
#contactmap div.data {
	overflow: hidden;
	height: 100%;
	width: 100%;
}
#contact_form {
	position: relative; left: 40px;
}


.boldInfo1 {
	font-size: 13px;
	font-weight: bold;
	color: #974f23;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
