/* CSS Document */
#wrapper {
	background-color: #FFFFFF;
	background-image: url(contentbkg.gif);
	background-repeat: repeat-y;
	width: 964px;
	/*text-align: left;*/
	margin-right: auto;
	margin-left: auto;

	scrollbar-face-color: #9bb4c0;
	scrollbar-highlight-color: #d9edf1;
	scrollbar-3dlight-color: #d9edf1;
	scrollbar-darkshadow-color: #85c0cf;
	scrollbar-shadow-color: #C0C2C0;
	scrollbar-arrow-color: #2b7886;
	scrollbar-track-color: #666666;
}

#header {
	background-color: #576f85;
}

#sidebar{
	float: left;
	width: 200px;
	background-color: #7a8b9d;
}

#rightwrapper {
margin-left: 200px;
}

#content{
	padding-right: 25px;
	padding-left: 25px;
	font-size: 14px;
	line-height: 18px;
	padding-top: 10px;
}

#sidebar li {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 8px;
	line-height: 22px;
}
#sidebar h1 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #576f85;
	padding: 5px 5px 5px 20px;
}

.info p {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 0px 25px;
}

.info strong {
	color: #FFFFFF;
}

#blackmenu, #footer {
	background-color: #000000;
	color: #FFFFFF;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 25px;
	font-size: 12px;
}

#blackmenu {
	}

#footer {
	clear: both;
}

#blackmenu a, #footer a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

#blackmenu a:hover, #footer a:hover {
	text-decoration: underline;
}

body {
	margin: 0px 50px;
	font-family: "Trebuchet MS", Arial, Helvetica;
	background-color: #909090;
	background-image: url(bodyborder.gif);
        background-repeat: repeat-x;  
}	

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #8A0003;
	text-transform: uppercase;
	line-height: 28px;
}

#content h2 {
	font-size: 14px;
	color: #810002;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #8A0003;
	border-right-color: #8A0003;
	border-bottom-color: #8A0003;
	border-left-color: #8A0003;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 25px;
}
#sidebar a {
	color: #FFFFFF;
	text-decoration: none;
}

#sidebar a:hover{
	text-decoration: underline;
}

select {
        font-size: 14px;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 14px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}

#content a {
	color: #C80F0A;
	text-decoration: underline;
}
#content a:visited {
	color: #8A0003;
}

/* Search fields */
input.headerSearchText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 5px;
}

.headerSubmitSearch {
	width:20px;
	position:relative;
	top:5px;
}

select#lister {
	width: 235px;
}

select#lister option {
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-top: 1px solid grey;
}

form#lister {
	display: inline;
}


/* Added by Auxiliary Services */
.operatingschedule td {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 0px 25px;
}

.contact td {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 0px 25px;

}


/* Pull-Down List */
/* Added by VSU Webservices */
.odd {
	background-color: #efefef;
}

.even {
	background-color: #dedede;
}

