/* hide from ie on mac \*/
html {
	height: 100%;
	}

#flashcontent {
	height: 100%;
	}
/* end hide */

* { 
margin: 0; 
padding: 0; 
} 
body {
	background:url(images/background.jpg) #695e4a;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#454039;
	}
a:link,
a:visited {
	color:#550000;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
.wrapper {
	position:relative;
	width: 900px;
	margin: 0px auto 0 auto;
	} 
.main {
	position:relative;
	width:900px;
	background:#e8e0d3 url(images/main.jpg) no-repeat;
}
.content {
	position:relative;
	left:20px;
	top:15px;
	width:860px;
	}
.header {
	position:relative;
	width:900px;
	height:145px;
	background-image:url(images/header.jpg);
	background-repeat:repeat-x;
	}
.tagline {
	position:absolute;
	top:355px;
	left:594px;
	width:266px;
	height:41px;
	}
.logo {
	position:absolute;
	width:146px;
	height:126px;
	left:45px;
	top:35px;
	z-index:1000;
	}
.navigation {
	position:absolute;
	left:240px;
	top:96px;
	height:36px;
	z-index:10000;
	width:660px;
	}
.navigation_text, .navigation_text a:link, .navigation_text a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	padding: 2px 4px;
	color: #3d3b2e;
	text-align:left;
	text-decoration:none;
	}	
.navigation_text a:hover {
	background: #f7cc62;
	color: #522874;
	}

blockquote {
	padding-left:1em;
	}
h1 {
	color:#7f2020;
	font-size:20px;
	padding:0px;
	margin:0px;
	}
h2 {
	color:#7f2020;
	font-size:14px;
	padding-top:2px;
	padding-bottom:4px;
	text-transform:uppercase;
	font-weight:bold;
	}
h3 {
	color:#7f2020;
	font-size:12px;
	padding-bottom:2px;
	padding-top:2px;
	}
ol {
	margin-left:0;
	padding-left:3em;
	}
ul {
	margin-left:0;
	padding-left:3em;
	}
	
.image {
	border:solid 1px #000;
	}
.image_main {
	border:solid 1px #000;
	margin:0 0 10px 10px;
	}
	
.map {
	border:solid 1px #000;
	margin: 0 150px 10px 150px ;
	}
	
.footerbox {
	position:relative;
	width:900px;
	height:50px;
	}
.footer,
.footer a:link,
.footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	color:#ffeebc;
	font-size:11px;
	padding:5px 0px 2px 0px;
	}
.footer a:hover {
	text-decoration:underline;
	}
.copybox {
	position:relative;
	top:-60px;
	left:700px;
	height:30px;
	width:200px;
}
.copyright,
.copyright a:link,
.copyright a:visited {
	color:#ffeebc;
	font-family: Arial, Helvetica, sans-serif;
	text-align:right;
	font-size:11px;
	padding:5px 0 0 0;
	}
.copyright a:hover {
	text-decoration:underline;
	}
