@charset "utf-8";

.style1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 83%;
	font-weight: normal;
}
.style2 {
	color: #FFFFFF;
	font-size: 100%;
}

.style3 {
	color: #FFFFFF;
	font-size: 83%;
}
.style6 {
	color: #A7D278;
	font-weight: bold;
}
.style7 {font-size: 83%}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #A7D278;
	background-color: #092339;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

h1{
color:#FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size:83%;
}

h3{
color:#FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size:83%;
background-color:#38546a;
}

ul li{
color:#FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size:83%;
list-style-type:none;
}

p {
color:#FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size:83%;
}

body  {
	font-family: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #0E273B;
	margin: 0; 
	padding: 0;
	text-align: center; 
	top: 600px;
}

.thrColHybHdr #canvas {
width: 100%;
background-color:#A5D773


}
.thrColHybHdr #container {

	clear:inherit;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;
	position:relative;
	border-color:#1D1E38;
	background-color:#0D3453;
}  
.thrColHybHdr #header { 
	background: #082439; 
	padding: 0px

} 
.thrColHybHdr #header h1 {

	margin: 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}


.thrColHybHdr #sidebar1 {
	position:absolute;
	float: left;
	width: 149px;

	padding: 15px 10px 15px 10px;
	background-color:#0D3453;

	z-index:5;
	top: 205px;
}
.thrColHybHdr #sidebar2 {
	position:relative;
	float: right;
	width: 175px; 
	padding: 15px 10px 15px 8px;
	background-color: #0D3453;
	z-index:5;
	left: 0px;
	height: 550px;
	top: 0px;
}

.thrColHybHdr #sidebar2 h1 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 83%;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 p, .thrColHybHdr #sidebar2 h3 {

}

#busname
{
position:relative;
}
.thrColHybHdr #mainContent {
	position:relative;
	width:385px;
	padding: 15px 10px 15px 10px;
	background-color: #0D3453;
	border-left-width: thin;
	border-left-style: outset;
	border-left-color:#666666;
	border-right-width: thin;
	border-right-style: inset;
	border-right-color: #666666;
	left: 175px;
	top: 0px;
	z-index:25;

} 
.thrColHybHdr #footer {
position:relative;
top: 0px;
width: 780px; 
	padding: 0 10px;
	background:#071e30;
	z-index:25;

} 
.thrColHybHdr #footer p {
	margin: 0; 
	padding: 10px 0; /
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
