html 	{
/*
	overflow: hidden;
*/	}
	a:link,	a:visited{color: #ff9900; background-color : transparent; text-decoration: none;}
	a:active {color: #ffffff; background-color: transparent; text-decoration: none;}
	a:hover{color: #ffffff; background-color: transparent; text-decoration: none;}
	
h1{text-align: center;}
img{text-decoration: none; border: 0px;}
table{border: 1px solid #333333;}
body 
	{
	color: #333333;
	background-color: #ffffff;
	margin: 0px;
	font: 12pt arial,helvetica,sans-serif;
	text-align: center;
	}

#siteContainer        
	{
	color: #333333;
	background-color: #ffffff;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px solid #333333;
	}
#banner	{
	width: 780px;
	height: 150px;
	color: #000000;
	background-color: transparent;
	text-align: center;
	
	}
#navBar	{
	width: 780px;
	height: 30px;
	color: #000000;
	background-color: transparent;
	text-align: center;
	}

#trip	{
	float: left;
	width: 260px;
	height: 30px;
	text-align: center;
	font-size:25px;
	background-color: #777777;
	padding-top: 10px;
	}
#vehicles	{
	float: left;
	width: 260px;
	text-align: center;
	background-color: #555555;
	font-size:25px;
	height: 30px;
	padding-top: 10px;
	}
	
#people	{
	float: left;
	width: 260px;
	height: 30px;
	font-size:25px;
	padding-top: 10px;
	text-align: center;
	background-color: #333333;
	}
	
#mainContent
	{
	width: 780px;
	
	}
#map	{
	 width: 500px;
 	padding: 20px;
	background-color: #ffffff;
	float: left;
	}
#places{
	position: relative;
	top: 100px;
	font-size: 18px;
	padding: 5px;
	width: 220px;
	color: #333333;
	background-color: #ff9900;
	
	float: right;
	}
.orangePlace{
	padding: 5px;
	font-size: 18px;
	width: 190px;
	color: #ffffff;
	background-color: #333333;
	}
.lightGrayPlace{
	padding: 5px;
	font-size: 18px;
	width: 190px;
	color: #ffffff;
	background-color: #333333;
	}
.darkGrayPlace{
	padding: 5px;
	font-size: 18px;
	width: 190px;
	color: #ffffff;
	background-color: #777777;
	}
.smallText{
	font-size: 14px;
	}
#bottomBar
	{
	width: 760px;
	height: 50px;
	color: #777777;
	padding: 10px;
	background-color: #ff9900;
	text-align: center;
	}
.floatLeft
	{
	float: left;
	}
  .clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }
