html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, input { margin: 0; padding: 0; }

html, body { height: 100%; }
body
{
	font: 13px/1.5em Optima, Trebuchet, "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
	color: #fff; background: #b5b5b5 url("img/background.gif") center top repeat-y;
}

img { display: block; }

a, a:link, a:visited
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
a.selected { text-decoration: underline; }


h1 { margin-bottom: 15px; }
h2 { margin-top: 15px; }


#wrapper
{
	width: 950px !important;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	margin: 0px auto;
	border: 1px #b5121b solid; border-width: 0px 0;
	text-align: left;
	background: #b5121b url("img/black_circle.jpg") 123px 50px no-repeat;
}

#header { position: relative; }

#logo a
{
	display: block;
	width: 236px; height: 168px;
	background: url("img/logo.gif") center center no-repeat;
	behavior: url("iepngfix.htc");
}
#logo span { display: none; }

#address
{
	position: absolute;
	right: 25px; top: 25px;
	font-weight: bold;
	text-align: right;
	color: #000;
}
#address div.phone { padding-top: 5px; font-size: 18px; color: #fff; }

#nav
{
	margin-bottom: 25px; padding: 10px 0;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0em;
	color: #b5121b; background: url("img/gray.png");
	behavior: url("iepngfix.htc");
}
#nav p { margin: 0 15px; }
#nav a { margin: 0 10px; color: #fff; }
#nav a.selected { color: #b5121b; text-decoration: none; }

#navend
{
	display: none;
	position: absolute;
	top: 168px; right: 0;
	width: 142px; height: 100px;
	background: url("img/navend.png") right top no-repeat;
	behavior: url("iepngfix.htc");
}

#content { }

#events, #main
{
	display: inline; float: left;
	margin-left: 25px;
}

#events
{
	width: 200px;
	min-height: 300px;
	border: 1px #fff solid;
	background: url("img/red.png");
	behavior: url("iepngfix.htc");
}
#events h3, #events p { margin: 10px; }
#events h3 { font-size: 18px; }

#main
{
	position: relative;
	z-index: 100;
	width: 600px;
	/*border: 1px #fff solid;
	background: url("img/gray.png");*/
	behavior: url("iepngfix.htc");
	min-height: 280px;
	padding: 10px; 0 0 10px;
	margin-left: 15px;
}
#main h3, #main p { margin: 10px; }
#main h3 { font-size: 18px; }
#main li { margin-left: 15px; }

#page_content_item { margin: 0 0; }

#calendar { width: 225px; float: left; margin-right: 30px; }
#calendar td { text-align: center; }
#calendar .cal_day_select { border: 1px solid #fff; }
#calendar .cal_day_past { color: #ccc; }
#calendar a.cal_day_now, #calendar .cal_day_now { color: #b5121b; }
#bus_content { width: 300px; float: left; }

#sbs_nav { float:right!important;margin-left:15px!important; }
#sbs_nav h2 { margin: 0px; }

#searchlist { padding: 10px; }
#searchlist b { color: #fff; }
.searchentryon, .searchentry, .searchentry2 { border-bottom: 1px dotted #fff; padding: 10px 0; }


#footer
{
	clear: both;
	display: inline; float: left;
	width: 950px;
	padding-top: 25px;
	text-align: center;
	text-transform: uppercase;
}
#footer p
{
	margin: 0 25px 15px 125px; padding-bottom: 5px;
	border-bottom: 3px #b5121b solid;
}
#footer a
{
	margin: 0 5px;
	font-weight: normal;
	color: #ccc;
}
#footer a.selected { font-weight: bold; font-style: italic; text-decoration: none; }

#footer .credits { font-size: 10px; text-transform: none; margin-left: 100px; }

.clear { clear: both; }