/* general page layout */
	body {
		margin: 0;
		padding: 5px 0 0 0;
		/*background-color: #7E9E7E; replaed until I figure out what's breaking the page*/
		background-color: #FDF4D5;
		text-align: center;
	}
	
	img {
		border: none;
	}

	a:link, a:visited {
		color: #006699;
		text-decoration: none;
	}

	a:hover, a:active {
		color: #DD6900;
		text-decoration: underline;
	}

	h1 {
		border-bottom: 2px solid #000000;
		font-size: 1.3em;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
	}
	
	h2 {
		font-size: 1.1em;
		font-family: Georgia, "Times New Roman", Times, serif;
		margin-bottom: -0.5em;
		border-bottom: 1px dashed #000000;
		font-weight: bold;
	}
		
	h3 {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 1.1em;
		font-weight: bold;
		border-bottom: 1px dotted #000000;
	}

	.error {
		font-style: italic;
		font-weight: bold; 
	}

/* Images */
	/* Generic image handlers, right and left placement */
	.img_rt {
		border: 1px solid #000000;
		float: left;
		margin-right: 5px;
		margin-bottom: 5px;
	}

	.img_lt {
		border: 1px solid #000000;
		float: right;
		margin-left: 5px;
		margin-bottom: 5px;
	}

	/* Image showing that the link opens into seperate window */
	.img_SW {
		border: none;
	}

	/* Main banner style */
	.img_MainBanner {
		width: 750px;
		height: 150px;
	}

	/* CSS and W3C XHTML validation */
	.img_CCS {
		margin-top: 5px;
		margin-left: 5px;
		border: none;
		width: 88px;
		height: 31px;
		float: left;
	}

	.img_W3C {
		margin-top: 5px;
		margin-right: 5px;
		border: none;
		width: 88px;
		height: 31px;
		float: right;
	}
/* End of images */

	/* Wrapper styles, contains the entire page */
	#Wrapper {
		position: relative;
		width: 750px;
		margin-right: auto;
		margin-left: auto;
		padding: 150px 0 0 0;
		background-color: #FDF4D5;
		background-image: url(http://www.tvrail.com/hiwassee/graphics/main_banners/Banner1.jpg);
		background-repeat: no-repeat;
		background-position: top center;
		border-top: 1px solid #000000;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
		border-bottom: 1px solid #000000;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 1em;
		text-align: left;
	}

	/* Body section of the pages */
	#MainTextSection {
		padding: 10px 10px 0 15px;
		width: 530px;
		float: left;
	}

	/* Sidebar styles */
	#SideBar {
		padding: 15px 5px 0 0;
		width: 180px;
		float: right;
	}
		
		/* Styles for items in SideBar */
		.SideBarBox {
			padding: 2px 4px 2px 6px;
			margin: 0 8px 8px 0;
			border: 1px dotted #8F792F;
			background-color: #FEF1C2;	
			color: #000000;
			font-size: 0.9em;		
		}
		
		.SideBarBox h3 {
			color: #937201;
			margin-top: 0px;
			margin-bottom: -12px;
			border-bottom: 1px solid #937201;
			font-size: 1.2em;
		}
		
		.SideBarBox li {
			margin-left: -20px;
		}
		
		.SideBarBoxPoM {
			margin-top: 5px;
			border: 1px solid #000000;
			text-align: center;
		}
		
		.SideBarBoxCaption {
			font-size: 0.8em;
		}
	/* End of MainText */

	/* Footer styles */
	#Footer {
		clear: both;
		padding: 5px 0 0 0;
		text-align: center;
		background-color: transparent;
	}

	/* Back and top links formatting */
	.BackTop {
		text-align: left;
		font-size: 0.8em;
		padding: 0 0 0 5px;
		margin-top: 0;
		margin-bottom: 5px;
	}

	/* Copyright formatting */
	#Copyright {
		background-color: #FDE79D;
		border-top: 1px solid #000000;
		padding-bottom: 15px;
	}

	#Copyright p {
		text-align: center;
		font-size: 0.7em;
		margin-top: 15px;
		margin-bottom: 0;
	}

/* End of general page layout */

/* This will set up the tabbed navigation */

	/* Main navigation section styles */
	ul#MainNav {
		background-color: #FDE79D;
		list-style-type: none;
		margin: 0;
		padding-top: 5px;
		padding-left: 40px;
		padding-bottom: 24px;
		border-top: 1px solid #000000;
		border-bottom: 1px solid #000000;
		font: bold 11px verdana, arial, sans-serif;
	}

	/* Navigation list styles */
	ul#MainNav li {
		float: left;
		height: 21px;
		background-color: #C6B062;
		color: #FFFFFF;
		margin: 2px 2px 0 2px;
		border: 1px solid #000000;
	}	

	/* Navigation link styles */
	ul#MainNav a:link, ul#MainNav a:visited {
		display: block;
		background-color: transparent;
		color: #FFFFFF;
		text-decoration: none;
		padding: 4px;
	}

	ul#MainNav a:hover, ul#MainNav a:active {
		background-color: #E4C65D;
		color: #FFFFFF;
	}

	/* So that the nav tabs knows which page is which */
	div#HomePage li.HomePage, 
	div#Trips li.Trips, 
	div#PressReleases li.PressReleases, 
	div#Links li.Links, 
	div#Directions li.Directions, 
	div#ContactUs li.ContactUs, 
	div#DevNotes li.DevNotes {
		border-bottom: 1px solid #FDF4D5;
		color: #000000;
		background-color: #339933;
	}

	/* Active tab */
	div#HomePage li.HomePage a:link, div#HomePage li.HomePage a:visited, 
	div#Trips li.Trips a:link, div#Trips li.Trips a:visited, 
	div#PressReleases li.PressReleases a:link, div#PressReleases li.PressReleases a:visited, 
	div#Links li.Links a:link, div#Links li.Links a:visited, 
	div#Directions li.Directions a:link, div#Directions li.Directions a:visited,
	div#ContactUs li.ContactUs a:link,div#ContactUs li.ContactUs a:visited,  
	div#DevNotes li.DevNotes a:link, div#DevNotes li.DevNotes a:visited {
		color: #000000;
		background-color: #FDF4D5;
	}

	/*Required to make the tabbed navigation work properly */
	div#placeholder {}
	
/* End of tabbed navigation */

/* Some page specific items */
	/* Press Release Page */
	table.body_table {
		border: 2px solid #000000;
		border-collapse: collapse;
	}

	table.body_table th {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1em;
		text-align: center;
		background-color: #CC9933;
		border: 1px solid #000000;
		padding: 4px;
	}

	table.body_table td {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.9em;
		text-align: center;
		background-color: #FFCC66;
		border: 1px solid #000000;
		padding: 4px;
	}
	
	/* Feedback form */
	
	fieldset.FieldsetStyle {
		background-color: #FEF1C2;
		border: 1px dotted #245424;
		padding: 0 0 5px 5px;
		color: #000000;
		font: bold 1.1em Georgia, "Times New Roman", Times, serif;
	}

	input.formtext {
		color: #000000;
		background-color: #D7F9D7;
		border: 1px inset #245424;
		width: 200px;
	}
	
	textarea.formtext {
		color: #000000;
		background-color: #D7F9D7;
		border: 1px inset #245424;
		width: 375px;
		height: 100px;
	}
	
	form p {
		clear: left;
		margin: 0;
		padding: 0;
		padding-top: 5px;
	}
	
	form p label {
		float: left;
		width: 22%;
		font: bold 0.8em Geneva, Arial, Helvetica, sans-serif;
	}
	
	input.FormBtn {
		color: #000000;
		background-color: #92AF92;
		border: 1px outset #245424;
		font-weight: bold;
	}
	
	/* MapQuest form styles */
	#MQInstructions {
		width: 200px;
		float: left;
	}
	
	#MQFormStyle {
		width: 250px;
		float: right;
		padding-right: 50px;
	}
	
	p.MQdisclaimer {
		font-size: 0.75em;
	}
	
	fieldset.MQFieldsetStyle {
		background-color: #FEF1C2;
		border: 1px dotted #245424;
		padding: 0 0 5px 5px;
		color: #000000;
		font: bold 1.1em Georgia, "Times New Roman", Times, serif;
		width: 175px;
	}

	input.MQtxt {
		color: #000000;
		background-color: #D7F9D7;
		border: 1px inset #245424;
	}
	
	select.MQtxt, option.MQtxt {
		color: #000000;
		background-color: #D7F9D7;
		border: 1px outset #245424;
	}
	
	img.MQimg {
		border: 1px solid #000000;
	}

	/* Developer Page */
	.DevSig {
		font-family: "Blackadder ITC", "Lucida Calligraphy", Vivaldi, serif;
		font-size: 1.5em;
	}
	
/* End of page specific information */


