@charset "UTF-8";
/* busclock.com styles */

body {
background: #FFFFFF url(../images/background.jpg) no-repeat;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
line-height: 1.6;
color: #333333;
}

p {
margin-bottom: 10px;
}

h1 {
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
}

#bodyContent h1 {color: #931917;}

a {
color: #080A43;
text-decoration: none;
}

a:hover {
color: #7AB0D6;
}

#logoDiv {
background: url(../images/logo.png) no-repeat;
height: 90px;
margin-top:90px;
}

#navDiv {
margin-bottom: 30px;
}

#navDiv ul {
color:#080A43;
font-size:30px;
font-weight:bold;
line-height:1.2;
margin-top:20px;
}

#navDiv ul li {
padding-left: 15px;
}

#navDiv ul li .active {
background:transparent url(../images/arrow.gif) no-repeat scroll left top;
color:#7AB0D6;
padding-left:25px;
}
#contactDiv {
background: #eaeaea;
border: 1px solid #c7c7c7;
padding: 10px;
width: 240px;
overflow: auto;
}
#newsDiv {
background: #eaeaea;
border: 1px solid #c7c7c7;
padding: 10px;
width: 240px;
overflow: auto;
}
#newsDiv a:link{
color:#6498BA;
}
#newsDiv a:visited{
color: #6498BA;
}
#newsDiv a:hover{
color: #080A43;
text-decoration: none;
}
#bodyContent {
margin-top: 50px;
background: #FFFFFF;
border: 1px solid #CCCCCC;
overflow: auto;
padding: 20px;
}

#bodyContent a {
text-decoration:underline;
}

#bodyTopLeft {
float: left;
width: 300px;
margin-right: 30px;
}

#bodyTopRight {
float: left;
width: 260px;
}

#bodyTopRight ul {
list-style: disc;
margin-left: 30px;
margin-bottom: 10px;
}

#bodyTopRight ul li {
margin-bottom: 5px;
}

#bodyBottom {
clear: both;
}

#bodyBottom ul {
list-style: disc;
margin-left: 30px;
margin-bottom: 10px;
}

#bodyBottom ul li {
padding: 5px;
}

.beneTitle {
float:left;
height:60px;
width:190px;
font-weight: bold;
}