/* Stylesheet created by: */
/* Tim Marsolais of       */
/* Technology-Works       */
/* Copyright 2005 		  */
/* All rights reserved	  */

/* general styles */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	background: url("images_fun/bg_fun_flames2.jpg") 0 0 no-repeat fixed;
	color: #ddd;
	}

#wrap {
	margin: 0;
	text-align: left;
	}
	
h2 {
	
	}
	
h3.top {
	margin-top: 0;
	padding-top: 0;
	}
	
p {
	line-height: 1.5em;
	}
	
input, text area, select, text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.note {
	font-size: 10px;
	color: #333;
	text-align: center;
	}

/* header styles */

#header {
	height: 141px;
	margin: 0;
	left: 170px;
	padding: 0;
	background: url(images_fun/fun_header2.jpg) top left no-repeat;
	}
	
.return {
	margin: 5px;
	text-align: right;
	color: #ff7f00;
	}
	
#logo {
	width: 140px;
	height: 112px;
	position: absolute;
	top: 10px;
	left: 30px;
	z-index: 5;
	}
	
#busName {
	width: 400px;
	height: 80px;
	position: absolute;
	top: 15px;
	left: 160px;
	}
	
#busName h1 {
	display: none;
	}


/* navigation styles */
	
#nav {
	width: 160px;
	position: absolute;
	top: 150px;
	left: 10px;
	padding: 0;
	}
	
#nav ul {
	margin: 0;
	padding: 1px 0 0 10px;
	list-style-type: none;
	}
	
#nav li {
	display: block;
	width: 100px;
	height: 40px;
	margin: 0;
	padding: 3px 0 3px 55px;
	background: url("images/brush_flames_fun.gif") top left no-repeat;
	}

#nav a:link, #nav a:visited {
	width: 90px;
	display: block;
	z-index: 2;
	padding: 10px 10px 10px 0;
	color: #ff7f00;
	text-decoration: none;
	font-weight: bold;
	font-size: 125%;
	}
	
#nav a:hover {
	width: 90px;
	display: block;
	z-index: 2;
	padding: 10px 10px 10px 0;
	color: blue;
	}

#mc img {
	margin-left: 30px;
	}
	
#trail {
	display: none;
	}

/* content styles */

h2, h3, h4 {
	color: #ccc;
	}

#content {
	width: 790px;
	margin: 0; 
	padding: 0;
	text-align: left;
	}
	
#inner {
	margin: 0;
	padding: 10px 75px 10px 70px;
	background: url("images/chain_fun_02.gif") 170px top repeat-y;
	}
	
#top_chain {
	height: 140px;
	margin: 0;
	background: url("images/chain_fun_01.gif") 170px top no-repeat;
	}
	
#bottom_chain {
	height: 110px;
	margin: 0;
	background: url("images/chain_fun_03.gif") 170px top no-repeat;
	}
	
/* image replacement headers */

#intro {
	position: absolute;
	top: 200px;
	left: 270px;
	}
	
#intro h2 {
	font-size: 28px;
	}

		
/* fun page styles */

.funImage {
	clear: both;
	margin: 10px 5px 0 190px;
	padding: 5px;
	}
	
table#T {
	margin-left: 190px;
	}
	
table#T .funImage {
	margin-left: 20px;
	}
	
.funImage img {
	padding: 10px;
	border: 1px dotted #ccc;
	}

.funImage img.medium {
	border: 1px dotted #ccc;
	display: block;
	width: 140px;
	float: left;
	margin-right: 10px;
	}
	
.funImage img.small {
	border: 1px dotted #ccc;
	display: block;
	width: 100px;
	float: left;
	margin-right: 10px;
	}
	
.funImage img.smallR {
	border: 1px dotted #ccc;
	display: block;
	width: 100px;
	float: left;
	margin-right: 10px;
	}
	
.funImage .funTitle {
	font-size: 13px;
	font-weight: bold;
	}
	
.funImage .caption {
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 11px;
	color: #eee;
	}
	
.funImage .captionR {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 11px;
	color: #eee;
	}
	
.captionEnd {
	clear: both;
	}
	
/* footer styles */

#bDescription {
	margin: 0 20% 10px 20%;
	color: #ff7f00;
	text-decoration: none;
	font-weight: bold;
	font-size: 125%;
	font-family: times, times new roman, serif;
	}
	
#bAddress {
	margin: 20px 20% 10px 20%;
	color: #ff7f00;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	}

#footer {
	height: 55px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 10px;
	color: #ff7f00;
	}

