body {
	margin:0;
	padding:0;
	background-color: #dedede;	
}

#container {
	background:#ffffff url(../siteImages/bg_main.gif) repeat-y;
	width:960px;
	border:2px solid white;
	text-align:left;
}

#main {
	background:url(../siteImages/uab_08.jpg) no-repeat bottom;
	padding-bottom:65px;
}

#nav {
	width:204px;
	background:url(../siteImages/uab_01.gif) no-repeat;
	padding:5px 0px 0px 0px;
	padding-bottom:0px;
	margin:0px;
}

#nav ul {
		text-transform:uppercase;
		font-family: Helvetica, Arial, sans-serif;
		font-size:10px;
		letter-spacing:.05em;
		font-weight:bold;
		margin-bottom:0px;
	}
#nav li {
		color:black;
		margin-left:5px;
		}
#nav li a {
		display: block; 
		color:#000000;
		padding-left:5px;
		text-decoration: none;
		}

#nav li a:hover {
		background-color: #c64200;
		color:white;
		}
		
#content {
	padding:0px 20px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

#content a:link, #content a:visited {color:#333333;}
#content a:hover {color:#666666;}

#sidebar {
	float:right;
	width: 150px;
	padding:5px;
	font-size:11px;
	border:1px solid #efefef;
	margin:0px 0px 10px 10px;
}

#side {
	background:#f1f1f1;
	width:142px;
	padding:5px;
}

#side h2 {
	font-size: 11px;
	border-bottom:1px solid black;
	margin-bottom:5px;
}

#side h3 {
	font-size: 11px;
	margin-bottom:0px;
	color:black;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color:black;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;	
	letter-spacing:.05em;
	margin-top:0px;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color:black;
	font-weight:bold;
	margin-bottom:0px;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:black;
	font-weight:bold;
	margin-bottom:0px;
}

.green {
	color:#007550;
	font-weight:bold;
}

.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.small {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}


#address{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin:20px 0px 0px 25px;
	color:#000000;
}
.grayline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

.dash {
	border-bottom:2px dashed #efefef;
	margin:0px 0px 25px 0px;
}

#buscard {
	font-size:9px;
	width:215px;
	background-image:url(../images/bus_card.gif);
	background-repeat:no-repeat;
	color:#0b3a8b;
	height:75px;
	padding:32px 10px 10px 10px;
	margin-left:10px;
}

#buscard p {
	margin:5px 0px 5px 0px;
}

.mpOut {
	background-image:url(../images/Untitled-6_03.jpg); 
	background-repeat:repeat-y;
	font-size:13px;
}

.mpIn {
	background-image:url(../images/Untitled-6_02.jpg);
	background-repeat:no-repeat;
	padding:5px 0px 0px 24px;
}

#hours {
	width:200px;
	margin-left:30px;
	font-size:11px;
}

.hourssmall {
	padding:0px 20px 0px 30px;
	font-size:11px;
	background-image:url(../images/hourssmall_02.gif); 
	background-repeat:no-repeat;
	height:45px;
}

.hours {
	padding:0px 20px 0px 30px;
	font-size:11px;
	background-image:url(../images/hours_02b.gif); 
	background-repeat:no-repeat;
	height:45px;
}

.hours p {
	margin-top:0px;
}


