body
{
	margin: 0;
	padding: 0;
	BACKGROUND: url(../../36.gif) #F5F1E6;
	background-repeat: repeat;
	font: normal 12px "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
}

/* Links */

a:link { color: #ff9600; text-decoration: none; font-weight:bold; }

a:visited { color: #ff9600; text-decoration: none; }

a:hover, a:active { color: #B00000; }

#content a:link { padding: 0 2px; border-bottom: 1px solid #ff9600; }

#content a:visited { padding: 0 2px; border-bottom: 1px solid #ff9600; }

#content a:hover, 
#content a:active 
{ 
	color: #ffffff;
	background-color: #ff9600;
	border-bottom-color: #ff9600;
}

/* Html Elements */

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h1 { font-size: 32px; }

h2 { font-size: 28px; }

h3 { font-size: 24px; }

h4 { font-size: 20px; }

h5 { font-size: 16px; }

h6 { font-size: 13px; text-transform: uppercase; margin: 5px 0; }

ul { line-height: 1.8em; list-style-type: square; color: #333333; }

ol { line-height: 1.8em; color: #333333; }


/* Structure */

#container
{
	margin: 0 auto;
	width: 750px;
}

p#meta
{
	margin: 2px 0 0 0; 
	padding: 2px 10px; 
	color: #181818;
	background-color: #fefefe; 
	border: 1px #ff9600 solid;
	border-bottom:none;
	float:right;
}

#header
{
	background-image: url(../images/header_img_01.gif);
	float:left;
	height:104px;
}

#navigation
{
	float: left;
	width: 745px;
	
}

#wrapper
{
	margin: 0;
	padding: 0;
	clear: both;
	float: left;
	width: 100%;
	background-color: #ffffff;
}

#featured
{
	text-align: center;
}

#content-wrapper
{
	width: 70%;
	float: left;
}

#content100
{
	width: 100%;
	float: left;
}

#content
{
	float: left;
	padding: 20px;
	line-height: 1.6em;
}

#sidebar-wrapper
{
	width: 30%;
	float: left;
}

#sidebar
{
	float: middle;
	padding: 20px;
}

#footer
{
	clear: both;
	float: left;
	width: 100%;
	margin: 20px 0;
	color: #333333;
	text-align: center; 
	background-color: #7d8791;
}

/* Meta */

p#meta a:link, p#meta a:visited { padding: 0 5px; color: #181818; font-weight:normal;}

p#meta a:hover, p#meta a:active { color: #181818; text-decoration:underline; }

/* Header */

#header h1 { margin: 0; padding: 10px 5px 5px; }

#header h2 { font-size: 12px; margin: 0; padding: 0 5px 10px 20px; }

#header h1 a:link, #header h1 a:visited { color: #333333; }

#header h1 a:hover, #header h1 a:active { color: #000000; }

/* Navigation */

#navigation ul
{
	margin: 0;
	padding: 0;
	float: left; 
	width: 100%; 
	list-style-type: none;
	background-color: #ff9600;
	font-family: "Lucida Grande", Verdana, Georgia, Sans-Serif; 
	border-left:5px #ff9600 solid;
}

#navigation li { float: left; margin: 0; padding: 0;font-size:16px; }

#navigation a:link,
#navigation a:visited
{
	float: left;
	display: block;
	color: #FFF;
	padding: 5px 15px; 
	background-color: #ff9600;
	font-weight:bold;
	text-decoration:none;
}

#navigation a:hover,
#navigation a:active
{
	color: #ff9600;
	background-color: #FFF;
	text-decoration:none;
}

#bhome li#lhome a,
#bmembership li#lmembership a,
#buses li#luses a,
#btestimonials li#ltestimonials a,
#bchannel li#lchannel a,
{
	color: #ff9600;
	background-color: #FFF;	
}

/* Featured */

#featured p { margin: 20px 0; }

#featured img { border: 1px solid #000000; }

/* Content */

#content > h3, #content .top { margin-top: 5px; }

/* Sidebar */

/* Footer */

#footer a:link { color: #003355; }

#footer a:visited { color: #335577; }

#footer a:hover, #footer a:active { color: #000000; }

#footer p { padding: 5px 0; }

/* Lightbox */
.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 25%;
	left: 15%;
	width: 70%;
	height: 50%;
	padding: 1em;
	border: 1em solid #BABAAE;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }