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

html, body {
	height: 100%;
	}

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

body {
	margin: 0;
	background-color: #aaa;
	}
	
#wrapper {
	width: 800px;
	min-height: 100%;
	border-right: 1px solid #838383;
	border-left: 1px solid #838383;
	margin: 0 auto;
	background-image: url(../images/main/bg.gif);
	}
	
* html #wrapper { height: 100%; }
	
#header {
	height: 240px;
	padding-top: 15px;
	background-color: #a75d30;
	}
	
#headerimg {
	height: 189px;
	border-top: 5px solid #924312;
	border-bottom: 7px solid #924312;
	}
	
#left {
	padding: 20px 15px 50px 15px;
	text-align: center;
	float: left;
	width: 275px;
	background-color: #ead09f;
	}
	
#right {
	float: left;
	padding: 20px 15px 30px 15px;
	width: 465px;
	padding-bottom: 50px;
	}
	
#notFooter {
	height: 100%;
	}
	
#footer {
	position: relative;
	margin-top: -50px;
	clear: both;
	text-align: center;
	color: #fff;
	width: 800px;
	height: 45px;
	background-color: #a75d30;
	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;
	}
	
a:hover { color: #d0450f; }

/*  Menu formatting */
#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	}
	
#menu li {
	float: left;
	margin: 0;
	height: 36px;
	padding: 0;
	border-right: 4px solid #924312;
	border-bottom: 2px solid #924312;
	}

.but { background: url(../images/main/butDown.gif) no-repeat; }

.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 */
p {
	}

h1 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	word-spacing: 3px;
	margin: 0;
	width: 455px;
	line-height: 25px;
	padding-left: 10px;
	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;
	padding-left: 10px;
	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;
	}
