/* CSS Document */


* {
margin:0;
padding:0;
	}


body {
	
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	text-align: center;
	margin:0;
	padding:0;
	background:#f4f4f4;
	
}


.hide	{ display: none;	}
.inline	{ display: inline;	}
.block	{ display: block;	}
.nfloat	{ float: none;		}
.lfloat	{ float: left;		}
.rfloat	{ float: right;		}
.clear	{ clear: both;		}
.lclear	{ clear: left;		}
.rclear	{ clear: right;		}
.rtext	{ text-align:right;		}

p {
margin:0 0 20px 0;
line-height: 1.50em;
}

ul {
list-style:none;
margin:0;
padding:0;
}

ul li{
margin:4px 0 3px 0;
}

img {
border:none;
}

a {
color:#244A9F;
text-decoration:underline;
}

a:hover {
color:#244A9F;
text-decoration:none;
}

h1, h2, h3, h4, h5, h6 { font-weight: bold; }

h1 {  font-size: 2.4em; 	}
h2 {  font-size: 2.1em; 	}
h3 {  font-size: 1.60em; 	}
h4 {  font-size: 1.60em; 	}
h5 {  font-size: 1.20em; 	}
h6 {  font-size: 1.00em; 	}

/* main containers */

div#HeaderRow {
background:#fff;
width:100%;
float:left;
padding:20px 0 20px 0;
}


div.container {
	width: 800px;
	margin: 0 auto 0 auto;
	text-align: left;
	}



	
/* tabs */	

div#MainTabsRow{
width:100%;
background:#F4F4F4;
float:left;

}




#tabnav
	{
		
		margin: 0;
		padding: 0;
		
	}
	
#tabnav ul
	{
		
		margin: 0;
		padding: 0;
		float:left;
		
	}

#tabnav  li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
		font-size: 12px;
  		list-style-type: none;
  	}
	
#tabnav  a:link, #tabnav a:visited {
		float: left;
		padding: 5px 10px 5px 10px;
		font-weight: bold;
		margin: 10px 0 0 0;
		text-decoration: none;
		color: #469C23;
	}

#tabnav  a:link.active, #tabnav a:visited.active	{
		background: #8EC545;
		color:#fff;
	}

#tabnav a:hover	{
		background: #8EC545;
		color:#fff;
		
	}


ul.ExtraLinks {
		margin: 0;
		padding: 0;
		float:right;
}

.Login {
background:url(images/icon_key.gif) no-repeat left;
padding:8px 0 5px 25px;
}

/* Intro */

div#MainIntroRow {
width:100%;
background:#8EC545 url(images/header_grad.jpg) repeat-x bottom;
float:left;
}

	div#MainIntro {
	width: 800px;
	padding:15px 0 20px 0;
	float:left;
	}
	
	div#MainIntro h2{
	width: 380px;
	padding:0;
	margin:0;
	color:#fff;
	border:none;
	}
	
		div#MainIntro a{
		color:#fff;
		border:none;
	}
	
	div#MainIntro p{
	width: 360px;
	color:#fff;
	font-weight:bold;
	}
	
	
	div#MainIntro ul{
	padding:0;
	margin:10px 0 20px 0;
	list-style:none;
	color:#fff;
	}
	
	div#MainIntro ul li{
	padding:0;
	margin:5px 0 5px 0;
	background:url(images/icon_arrow_white.gif) no-repeat left center;
	padding-left:20px;
	font-size:14px;
	font-weight:bold;
	}
	
	
		div#MainIntro ul li a{
		color:#fff;
		}
	
	
	
	.HeaderHome {
	background:url(images/bus_home_header.jpg) no-repeat bottom right;
	}
	
	.HeaderLogin {
	background:url(images/login_header.jpg) no-repeat bottom right;
	}


div#BlueIntroRow {
width:100%;
background:#244A9F  url(images/blue_grad.jpg) repeat-x bottom;
float:left;
}

	div#BlueIntro {
	width: 800px;
	padding:10px 0 0 0;
	float:left;
	}
	
	div#BlueIntro h3{
	color:#fff;
	border-bottom:1px dotted #fff;
	padding:5px 0 5px 0;
	margin:0 0 10px 0;
	}
	
	div#BlueIntro p{
	color:#fff;
	font-size:14px;
	margin:10px 0 20px 0;
	}
	
	.Laptop {
	color:#fff;
	background:url(images/lower_laptop.jpg) no-repeat 525px bottom;
	padding-right:290px;
	padding-bottom:40px;
	}
	
	.HomeHeaderLower {
	background:url(images/header_bus_lower.jpg) no-repeat top right;
	}
	
	.HeaderBusLower {
	background: #fff url(images/header_bus_lower_white.jpg) no-repeat top right;
	padding-top:30px;
	}
	
	.HeaderLoginLower {
	background: #fff url(images/header_login_lower_white.jpg) no-repeat top right;
	padding-top:30px;
	}		
	
	
	

/* Content */
div#ContentRow {
width:100%;
background:#fff;
float:left;
}

	div#Content {
	width: 800px;
	float:left;
	}
	
	div#Content h1, h2, h3, h4, h5, h6{
	color:#244A9F;
	padding:0 0 5px 0;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	}
	
	
	div.ContentLeft {
	width: 495px;
	float:left;
	margin:0 0 30px 0;
	}
	
	div.ContentRight {
	width: 280px;
	float:right;
	margin:0 0 30px 0;
	}
	
	div.ContentWide {
	width: 100%;
	float:left;
	margin:0 0 30px 0;
	}
		
	.Quote {
	color:#244A9F;
	font-weight:bold;
	font-style:italic;
	}
	
	ul.BasicFeature{
	margin:0 0 30px 0;
	padding:0;
	list-style:none;
	line-height:1.30em;
	}
	
	ul.BasicFeature li{
	background:url(images/bull_arrow_small.jpg) no-repeat 0 4px;
	padding-left:10px;
	margin:6px 0 10px 0;
	}

/* footer */




.FeatureRow {
width:100%;
margin:20px 0 20px 0;
padding:0 0 10px 0;
float:left;
}



.FeatureRowImage {
background:#FDFDFD;
border:1px solid #ccc;
padding:7px;
float:left;
margin-right:10px;
}

.FeatureRowinfo {
float:left;
width:300px;
}





div#footerRow{
width:100%;
text-align:center;
padding: 20px 0 20px 0;
float:left;
border-top:1px dotted #ccc;

}

div#footer {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	}
	
.footerInfo {
	color:#0072BC;
	border-right: 1px dotted #9a948d;
	margin-right: 20px;
	width:200px;
	float:left;
	}
	
.footerInfo ul {
	margin:0;
	padding: 20px 20px 0 0;
	}
	
.footerInfo ul li {
	list-style: none;
	padding-top:5px;
	padding-bottom:5px;
	
}

.divider{
border-bottom:1px dashed #ccc;
margin:10px 0 10px 0;

}





.tInfoTable {
	padding: 0;
	margin: 10px 0;
	width: 100%;
	border: 0;
	text-align:center;
	}

.tInfoTable th {
	text-align:center;
	color:#244A9F;
	font-size:14px;
	border-bottom: 1px solid #ccc;
	border-width: 1px 0px;
	padding: 10px 0 10px 5px;
	}

.tInfoTable td {
	border-top:1px solid #fff;
	border-bottom: 1px solid #ccc;
	padding: 10px 0 10px 5px;
	vertical-align: top;
	color:#333;
	font-size:12px;
	}
	
.TableFeature{
color:#244A9F;
font-weight:bold;
}
	
.altRow {
background:#F4F4F4;
}

.leftcol {
width:200px;
font-weight:bold;
text-align:left;
}



/* end of table */



div.FeatureQuoteBlue {
float:left;
border-width:1px 1px 0 1px;
border-color:#7489D0;
border-style:solid;
background:#F5F6FA;
width: 493px;
text-align:center;
padding:0;
margin:0;
color:#244A9F;
}

	div.FeatureQuoteBlue span{
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	padding:10px 20px 10px 20px;
	display:block;
	margin:0;
	}
	
	div.FeatureQuoteBlue p{
	font-size:12px;
	padding:0 20px 10px 20px;
	margin:0;
	}

div.FeatureQuoteBlueBttm {
float:left;
background:url(images/quote_bttm.gif) no-repeat left top;
width:100%;
padding:0;
margin:0;
color:#244A9F;
}


	div.FeatureQuoteBlueBttm p{
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	padding:20px 0 30px 40px;
	}
	
	

div.FeatureQuoteAlt {
float:left;
border-width:1px 1px 0 1px;
border-color:#ccc;
border-style:solid;
background:#F7F7F7;
width: 493px;
text-align:center;
padding:0;
margin:0;
color:#469C23;
}

	div.FeatureQuoteAlt span{
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	padding:10px 20px 10px 20px;
	display:block;
	margin:0;
	}
	
	
	div.FeatureQuoteAlt p{
	font-size:12px;
	padding:0 20px 10px 20px;
	margin:0;
	}

div.FeatureQuoteAltBttm {
float:left;
background: url(images/quote_bttm_alt.gif) no-repeat left top;
width:100%;
padding:0;
margin:0;
color:#469C23;
}


	div.FeatureQuoteAltBttm p{
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	padding:20px 0 30px 40px;
	}
	
	
.tLoginTable {
	padding: 0;
	margin: 10px 0;
	width: 400px;
	border: 0;
	text-align:left;
	}
	
.tLoginTable label{
	color:#fff;
	font-weight:bold;
	width:120px;
	float:left;
	padding-top:5px;
	vertical-align:middle;
	font-size:14px;

	}

.FormsLogin{
	padding:4px;
	background:url(images/input_grad.jpg) no-repeat;
	border:#CCC;
	}


.tLoginTable td {
	padding: 5px 0 5px 0;
	}
	
.LoginButton {
margin-left:120px;
}

.loginErr {
	color: #ff6600;
	font-size: 13px;
	font-weight: bold;

}