@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
	color: #2E3330;
	background-color: #f2f2f2;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

h1 {
	font-size: 33px;
	color: #5B3D37;
}

h2 {
	margin-bottom: 5px;
	font-size: 20px;
	color: #805533;
}

h3 {
	margin: 12px 0 3px 0;
	font-size: 17px;
	color: #805533;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
}

a {
	color: #367ab3;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0 none;
}

ul {
	margin-bottom: 12px;
	list-style-position: outside;
}

li {
	margin: 0 0 5px 20px;
}

label {
	display: block;
}

input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

input.text {
	width: 250px;
}

textarea {
	clear: both;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#wrapper {
	margin: 0 auto;
	width: 840px;
	text-align: left;
	background-color: white;
}

#header {
	padding: 30px 40px 15px 40px;
	width: 760px;
	background-color: #BCB29A;
}

#header h1 {
    float: left;
    padding-bottom: 4px;
    line-height: 100%;   
    color: #800020;
}

#header #slogan {
	border-top: 2px solid #d2ccc0;
	padding-top: 8px;
	width: 760px;
	font-size: 20px;
	text-align: right;
}

#header #links {
    float: right;
    padding-top: 15px;
    color: white;   
}

#header #links a {
	color: white;
}

#menu {
	padding-top: 80px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li {
	display: inline;
	float: left;
	margin: 0;
}

#menu a {
	display: block;
	border-top: 2px solid #95958d;
	padding: 10px 0 0 20px;
	width: 220px;
	height: 29px;
	font-weight: normal;
	color: #2E3330;
}

#menu a.last {
	border-bottom: 2px solid #95958d;
}

#menu a:hover,
#menu .selected {
	background-color: #F2EDE1;
}

#main {
	width: 840px;
	border-bottom: 2px solid #BCB29A;
}

#main .content {
	padding: 20px 90px 20px; 90px;
}

#front_page_photo {
	float: left;
	width: 600px;
	height: 350px;
	background-image: url(images/front_page.jpg);
}

#front_page_photo p {
	margin: 245px 20px 0 150px;
	font-size: 14px;
	line-height: 130%;
	text-align: right;
	color: white;
}

.optimization {
	margin-top: 30px;
	padding: 15px 25px 15px 25px;
	width: 790px;
	font-size: 11px;
	line-height: 120%;
	color: #5B3D37;
	background-color: #BCB29A;
}

.quote {
	margin: 12px 0 5px 0;
	font-size: 14px;
	font-style: italic;
}

.quote .signature {
	display:block;
	text-align: right;
}

#map_canvas {
	width: 660px;
	height: 300px;
}

#footer {
	width: 840px;
	text-align: center;
	background-color: #f2f2f2;
}

#footer p {
	padding: 10px 0 0 0;
	font-size: 13px;
	line-height: 120%;
}

#footer a {
	color: #805533;
}

.clear {
	clear: both;
	height: 0;
	font-size: 1px;
}