/* CSS Styles defined */

body {
	margin:0px;
	background:url(../images/background.gif) #fcfaf5 repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#wrapper {
	width:750px;
	height:auto;
	margin: 0 auto;
	}
	
#header {
	width:100%;
	float:left;
	height:87px;
	}
	
#logoarea {
	float:left;
	padding-top:18px;
	}
	
#address {
	float:right;
	text-align:right;
	font-size:13px;
	color:#7e7359;
	padding-top:12px;
	}
	
#banner {
	background:url(../images/banner.jpg) no-repeat;
	width:750px;
	height:250px;
	float:left;
	}
	
#slogan {
	float:left;
	margin:120px 0px 0px 80px;
	}
	
#graphic {
	float:right;
	}

#menuarea {
	background:url(../images/menuback.jpg);
	height:172px;
	width:178px;
	margin:51px 0px 0px 23px;
	_margin:51px 0px 0px 12px;
	float:left;
	}
	
#menu {
	margin:15px 0px;
	}

#menu a {
	color:#FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left:12px;
	font-size:13px;
	line-height:20px;
	text-decoration:none;
	font-weight:bold;
	display:block;
	}
	
#menu a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #003366;
	padding-left:20px;
	margin-left:10px;
	background:url(../images/arrowleft.gif) left no-repeat center;
	}
	
#content {
	width:100%;
	float:left;
	color:#665A40;
	font-size:14px;
	}
	
#content h2 {
	margin:0px;
	color:#557da6;
	font-size:30px;
	}
	
#content p {
	margin:15px 0px;
	line-height: 22px;
	}
#leftcontent {
	float: left;
	width: 300px;
}
#map {
	float: right;
	width: 450px;
}
#footer {
	width:100%;
	height:35px;
	padding:15px 0px 0px 0px;
	background:url(../images/footerback.gif) no-repeat;
	color:#8b7f65;
	font-size:12px;
	text-align:center;
	float:left;
	margin-top:20px;
	}
.slogan {
	color: #003366;
}
.titles {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;
}
.images {
	border: 1px solid #006699;
	margin: 0 10px;
}
.photos {
	border: 1px solid #CCCCCC;
	padding: 8px;
	margin: 0 5px;
}
a:link {
	color: #665A40;
}
a:visited {
	color: #665A40;
}
a:hover {
	color: #006699;
}
a:active {
	color: #665A40;
}
