/* Andrew Johnson - Bicentennial Celebration. Designed and coded by Bill Rambo for the Greeneville Sun. Copyright 2007-2008 Greenevillesun.com. */
/* General layout stuff */

html {
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
	line-height: 19px;
	color: #000;
	}

body {
	margin: 0;
	}
	
#wrapper {
	width: 800px;
	border: 0px;
	}
	
#header {
	height: 240px;
	padding-top: 15px;
	background-color: #a75d30;
	}
	
#headerimg {
	border-top: 5px solid #924312;
	border-bottom: 7px solid #924312;
	}
	
#left {
	visibility: hidden;
	float: left;
	width: 0;
	}
	
#right {
	float: left;
	width: 600px;
	margin-bottom: 0;
	}
	
#footer {
	text-align: center;
	width: 800px;
	border-top: 5px solid #924312;
	padding-top: 5px;
	}
	
/* Link Formatting */
a:link, a:active {
	color: #1e5fa9;
	text-decoration: none;
	border-bottom: 1px dotted;
	}
	
a:visited { 
	color: #a32353; 
	text-decoration: none;
	border-bottom: 1px dotted;
	}

/*  Menu formatting */
#menu {
	visibility: hidden;
	}

.cssnav {
	position: relative;
	white-space: nowrap;
	display: block;
	width: 129px;
	height: 36px;
	margin: 0;
	padding: 0;
	}

.cssnav a {
	display: block;
	font-size: 13px;
	width: 129px;
	height: 36px;
	display: block;
	float: left;
	text-decoration: none;
	border: 0;
	}

.cssnav img {
	width: 129px;
	height: 36px;
	border: 0
	}

* html a:hover { visibility:visible }

.cssnav a:hover img { visibility:hidden }

.cssnav span {
	font-family: georgia, times, serif;
	color: #fff;
	position: absolute;
	left: 0px;
	top: 16px;
	width: 129px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	}
	
/* Text and other stuff */

h1 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	word-spacing: 3px;
	margin: 0;
	width: 455px;
	line-height: 25px;
	color: #fff;
	background-color: #924312;
	}
	
h2 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	word-spacing: 3px;
	margin: 0;
	width: 265px;
	line-height: 25px;
	color: #fff;
	background-color: #924312;
	}	
	
h3 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	word-spacing: 3px;
	margin: 0;
	}
		
.caption {
	text-align: center;
	padding: 0 0 5px 0;
	margin: 0;
	line-height: 12px;
	font-style: italic;
	font-size: 10px;
	}
	
.insetL {
	float: left;
	width: 202px;
	padding: 1px;
	border: 1px solid #924312;
	margin: 0 10px 5px 0;
	} 
	
.insetR {
	float: right;
	width: 202px;
	padding: 1px;
	border: 1px solid #924312;
	margin: 0 0 5px 10px;
	} 
	
.thumbL {
	float: left;
	padding: 1px;
	border: 1px solid #924312;
	margin: 0 10px 5px 0;
	} 
	
.break {
	margin: 10px auto;
	clear: both;
	width: 400px;
	border-bottom: 1px dotted #3a3a3a;
	}
	
.breakL {
	margin: 10px auto;
	clear: both;
	width: 250px;
	border-bottom: 1px dotted #3a3a3a;
	}
	
ul {
	margin: 0;
	padding: 0 0 0 15px;
	list-style-type: square;
	}
	
/* Image galleries */
a.thumb {
	border: 0px;
	padding: 5px;
	}
