/* CSS Document */

body {
	margin: 0px;
	background: url(../images/bkgrd.gif) repeat-x #686868;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container {
	width: 951px;
	margin: 0 auto;
	position: relative;
}

#topLink {
	height: 39px;
	border-bottom: 1px solid #ffffff;
	text-align: right;
}

#topLink ul {
	margin: 0px;
	padding: 18px 0px 0px 0px;
	font-size: 12px;
	color: #cd1919;
}

#topLink ul li {
	display: inline;
	padding: 0px 2px 0px 2px;
}

#topLink ul li a {
	color: #cd1919;
	text-decoration: none;
}

#topLink ul li a:hover {
	text-decoration: underline;
}

#banner {
	position: relative;
}

#logo {
	position: absolute;
	top: -31px;
	left: 15px;
	z-index: 1000;
}

#homeImage {
	height: 375px;
	width: 950px;
}

#insideImage {
	height: 250px;
	width: 950px;
}

#homeIntro {
	position: absolute;
	top: 415px;
	left: 25px;
	font-size: 16px;
	font-weight:bold;
	color: #ffffff;
	line-height: 20px;
	width: 930px;
	z-index:1001;
}

#insideIntro {
	position: absolute;
	top: 290px;
	left: 25px;
	font-size: 16px;
	font-weight:bold;
	color: #ffffff;
	line-height: 20px;
	width: 930px;
	z-index:1001;
}

#menu {
	background-color: #e9e9e9;
	width: 950px;
}

#menu a {
	background-color: #e9e9e9;
	display: block;
	width: 105px;
	float: left;
	height: 20px;
	border-left: 1px solid #b4b4b4;
	border-bottom: 1px solid #b4b4b4;
	font-size: 13px;
	text-align: center;
	padding: 15px 6px;
	color: #686868;
	text-decoration: none;
}

#menu a:hover {
	background-color: #ba0100;
	display: block;
	width: 105px;
	float: left;
	height: 20px;
	border-left: 1px solid #b4b4b4;
	font-size: 13px;
	text-align: center;
	padding: 15px 6px;
	color: #ffffff;
	text-decoration: none;
}

#menu a.last {
	width: 111px;
}

#leftColumn {
	width: 475px;
	float: left;
}

#leftColumnInside {
	width: 210px;
	float: left;
}

#rightColumn {
	width: 475px;
	float: right;
	text-align: center;
}

#rightColumn div {
	padding: 15px 0px 0px 0px;
}

#rightColumnInside {
	width: 740px;
	float: right;
	text-align: left;
	background-color:#FFF;
}

#rightColumnInside div {
	padding: 15px 0px 0px 0px;
}

#breadCrumb {
	text-align:left;
	font-size:10px;
	margin-left:10px;
}

a, a:visited {
	color:#ba0100;
}

a:hover {
	text-decoration:none;
}

.title a {
	font-size: 14px;
	background-color: #ababab;
	padding: 5px 0px 5px 15px;
	text-decoration: none;
	color: #ba0100;
	display: block;
	border-top: 1px solid #686868;
}

#leftColumnInside .info {
	background-color: #e9e8e8;
	font-size: 11px;
	color: #828282;
}

#leftColumnInside .info ul {
	margin: 0px 0px 0px 14px;
	padding: 3px 0px 3px 0px;
}
#leftColumnInside .info ul li {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 3px 22px;
	background: url(../images/bullet-yellow.gif) no-repeat center left;
}

.clearBoth {
	clear: both;
}

#footer {
	background-color: #ba0100;
	height: 71px;
	border-bottom: 6px solid #fece02;
}

#footer .left {
	width: 250px;
	float: left;
	font-size: 12px;
	padding: 13px 0px 0px 10px;
}

#footer .right {
	width: 250px;
	text-align: right;
	float: right;
	padding: 13px 10px 0px 0px;
}

#inside {
	background-color:#878787;
}

.tblSchedule tr td
{
    margin:0;
    padding:2px;
}

.tblSchedule #tblHeader
{
    color:#FFF;
    font-weight:bold;
    background-color:#BA0100;
}

.tblSchedule .alt
{
    background-color:#E9E8E8;
}

.tblSchedule .over
{
    background-color:#ABABAB;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	margin-top:5px;
}

h2 {
	font-size:14px;
}

#bodyContent {
	margin:0 10px 0 10px;
	font-size:12px;
}

#bodyContent ol li
{
	padding-bottom:10px;
}
label.error { width: 250px; display: block; float: right; color: red; padding-left: 10px; } 

.inlineImageRight {
	display:inline;
	float:right;
	padding:10px;
}

.inlineImageLeft {
	display:inline;
	float:left;
	padding:10px;
}

li.pdfIcon {
	list-style:none;
	background-image: url(../images/pdf_icon.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0px 3px 20px;
	margin: .5em 0;
}
