/* CSS Document */

#page {
	margin: 0px auto;
	background-image: url(images/sitebkg.jpg);
	background-repeat: repeat-x;
}
body { margin: 0px;
background-color: #FFF;
}

a {
	color: #5a9f0a;
	text-decoration: none;
}

a:hover {
	color: #5a9f0a;
	text-decoration: underline;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7a7a7a;
	font-size: 1.2em;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7a7a7a;
	font-size: 1em;
}

#sitecontainer {
	background-image:url(images/sitecontainerbkg.jpg);
	background-repeat:repeat-y;
	width: 794px;
	margin: 0px auto;
}

#container {
	width: 782px;
	background-color: #FFF;
	margin: 0px auto;
}

#logo a {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	width: 250px;
	height: 90px;
	float: left;
}

#logo a span {
		display: none;
}

#nav {
	background-image: url(images/navbkg.jpg);
	background-repeat: repeat-x;
	width: 532px;
	height: 48px;
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 25px 0px 0px 0px;
}

#nav ul {
	list-style-type: none;
	color: #FFF;
	margin: -23px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#nav ul li {
	display: inline;
	position: relative;
	float: left;
}

#nav ul li a {
	text-decoration: none;
	border-right: 1px;
	border-right-color: #7a7a7a;
	border-right-style: dotted;
	display: block;
	color: #FFF;
	padding: 20px 15px 0px 15px;
}

#nav a:hover {
	color: #79b732;
}

#emailbar {
	background-image: url(images/emailbkg.jpg);
	background-repeat: no-repeat;
	background-color: #e9e9e8;
	height: 42px;
	width: 532px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #7a7a7a;
	font-style: italic;
	margin: -25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/padding: 0px 0px 0px 0px;
	p/adding: 0px 0px 0px 0px;
}

#emailbar ul {
	list-style-type: none;
	color: #7a7a7a;
}

#emailbar ul li {
	margin: 5px 0px 0px -23px;
	letter-spacing: 2px;
}

#emailbar ul li a {
	color: #7a7a7a;
	text-decoration: none;
}

#emailbar a:hover {
	text-decoration: underline;
} 

#topphoto {
	background-image: url(images/topphotoindex.jpg);
	background-repeat: no-repeat;
	height: 151px;
	width: 782px;
	clear: both;
	margin: 0px auto;
}

#content {
	background-image: url(images/contentbkg.jpg);
	background-repeat: repeat-x;
	min-height: 375px;
	background-color: #FFF;
	width: 512px;
	float: right;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}

#footer {
	background-image: url(images/footerbkg.jpg);
	background-repeat: repeat-x;
	width: 767px;
	height: 23px;
	clear: both;
	color: #aaaaa9;
	margin: 0px 0px 0px 0px;	
	padding: 7px 0px 0px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#credit {
	color: #aaaaa9;
	margin: -14px 0px 0px 570px;	
	padding: 0px 15px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
