/* CSS Document */

/*Color Scheme
Black = #060606
White = #FFFFFF (main text areas & copyright/ bus info in footer)
Orange = #5A401A (logo & "&")
Grey = #626460 (logo Grey - nav text & border - image scroller borders & Buttons - right side of footer links)
*/

* {margin:0; padding:0}

a:link{color:#5A401A; text-decoration:none; font-weight:bold}
a:visited{color:#5A401A; text-decoration:none;font-weight:bold}
a:hover{ text-decoration:underline; color:#693A18;font-weight:bold }
a:active{text-decoration:underline;font-weight:bold}

body {background-color:#060606; font-family:"copperplate gothic","Century Gothic","verdana","sans"; font-size:11px; line-height:19px;}

/*used on Amperand Signs throughout site*/
.orangetext  {color:#5A401A; font-weight:bold;}
/*used on story.php for vendor thank you list*/
.vendors {list-style:none;}
.vendors li {padding-right:20px;  display:inline; }

/*sections*/
#page { width:800px; margin:10px auto 10px auto; }

	#header {color:#fff; width:800px; height:110px; margin-bottom:25px; background-color:#060606; z-index:1000;}
		#header img { position:relative; left:74px; border:none}
		
		.requestinfo { width:220px; height:61px; position:relative; left:540px; top:-65px; color:#5A401A; }
		.requestinfo a:link {color:#5A401A; text-decoration:none;}
		
	#contentwrap {color:#fff; float:left; width:800px; margin-bottom:10px; margin-top:10px;line-height:19px; padding-bottom:70px;}
	#contentwrap ul {margin-left:35px;}
	
	#contentwrap h2 {padding-left:10px; margin-bottom:20px;}
	#contentwrap h3 {padding-left:10px; margin-bottom:15px;}
	
	#contentwrap p {margin-top:5px; margin-bottom:9px; padding-left:10px;}
	
		#left { width:270px; margin-right:24px; border-left:2px #ffffff solid; border-bottom: 2px #ffffff solid; float:left}
		
		#left .caption {font-size:10px; margin:0 10px; position:relative; top:-12px; }
		.sideimg {margin:15px 7px 12px 10px; border-right:3px double #5A401A; border-bottom:3px double #5A401A; border-left:none; border-top:none; }
		
			#formdownload {}
			#formdownload fieldset{ border:none;}
			#formdownload input, select, label {margin:8px 10px; color:#060606;}
			.btn {color:#626460;}
		
		
		#right {width:500px;  border-left:2px #ffffff solid; border-bottom: 2px #ffffff solid; float:left}
		
	#navigation { border-top:#626460 2px solid; border-bottom:#626460 2px solid; height:30px; text-transform:uppercase; clear:both; font-size:14px; font-weight:bold}
	#navigation ul { text-align:center; margin-top:6px;}
	#navigation ul li {list-style:none; display:inline; padding-left:2px; padding-right:2px; margin-top:5px;color:#5A401A; }
	
	/*next 2 lines add "::-::" to navigation links*/
	#navigation ul li:before  {content: "::-::"; padding-right:6px;} 
	.after:after{content:"::-::";padding-left:4px;}
	
		#navigation a:link{color:#fff; text-decoration:none;padding-right:2px}
		#navigation a:visited{color:#fff; text-decoration:none;}
		#navigation a:hover{ text-decoration:underline; color:#ccc; }
		#navigation a:active{text-decoration:underline;}
	
	#imgscroll { color:#626460; height:120px; border-bottom:#626460 2px solid; margin-top:10px; margin-bottom:5px;}
	
	#footer {color:#fff; background-color:#5A401A; font-size:11px; height:60px; position: fixed; clear: both; width: 100%; bottom: 0; margin-left:auto; margin-right:auto;}
	
		#footer .lrgcopy {font-size:20px; font-weight:bold; position:relative; top:2px; margin-right:5px;}
		#footer em{ font-style:normal; font-size:13px; float:right; color:#626460;}
		
		#footer em a:link{color:#ccc; text-decoration:none; font-weight:bold}
		#footer em a:visited{color:#ccc; text-decoration:none;font-weight:bold}
		#footer em a:hover{ text-decoration:underline; color:#aaa;font-weight:bold }
		#footer em a:active{text-decoration:underline;font-weight:bold}
		