@charset "utf-8";
/* -- nextbusdc chrome: screen
		fergus 2009-06-06 -- */
* {
	margin: 0;
	padding: 0;
}
body {
  text-align: center;/* leave this for IE6 */
	background-color: white;
	font-family: "Myriad Web", "Myriad Pro", Myriad, Helvetica, Arial, Verdana, sans-serif;
}
div {
  text-align: left;
}
a {
  text-decoration: none;
}
/* block elements */
/*-- header --*/
div#header {
	position: relative;
	display: block;
	width: 820px;
	height: 75px;
	margin: 0 auto 5px;
	border-bottom: 2px solid #99b5dc;
}
div#header p {
  float: left;
	width: 257px;
	height: 60px;
  margin: 10px 0 0;
	overflow: hidden;
	white-space: nowrap;
}
div#header p a {
	display: block;
	width: 257px;
	height: 60px;
	background: url("images/nextbus-logo.png") center no-repeat;
	text-indent: 200px;
}
appstore {
  position: relative;
  top: 18px;
  /*right: 15px;*/
  /*left: 330px;*/
  display: block;
  width: 150px;
  height: 56px;
  overflow: hidden;
	white-space: nowrap;
  text-indent: 150px;
  background: url("images/appstore.jpg") center no-repeat;
}
appstore a {
  display: block;
  width: 150px;
  height: 56px;
}
div#header ul {
	float: right;
	margin: 50px 15px 0 0;
	text-align: right;
}
div#header ul li {
	display: inline;
	font-size: 18px;
}
div#header ul li a {
	padding: 8px;
	color: #274b83;
	text-decoration: none;
}
div#header ul li a:hover {
	text-decoration: underline;
}
/*-- main --*/
div#main {
	position: relative;
	display: block;
	width: 820px;
	margin: 0 auto;
	border-top: 5px solid #274b83;
	background: url("images/content_gradient.png") 0 -420px repeat-x;
}
div#main h1 {
	height: 70px;
  margin: 0 30px;
	color: #274b83;
	font: normal 30px/70px "Myriad Web", "Myriad Pro", Myriad, Arial, Verdana, sans-serif;
	text-shadow:  #fff 0px 1px 1px;
}
/*-- content --*/
div#content {
	display: block;
	width: auto;
	min-height: 390px;
	margin: 0px 30px;
	padding: 30px;
  background-color: white;
	color: #274b83;
}
div#content a {
	text-decoration: none;
}
div#content a:hover {
	text-decoration: underline;
}
div#content p,
div#content ul {
	font-size: 13px !important;
	margin-bottom: 5px;
}
div#content ul {
  padding-left: 25px !important;
}
div#left_col {
  float: left;
  display: block;
  width: 240px;
  height: auto;
  margin-right: 30px;
}
div#bbleft_col {
  float: left;
  display: block;
  width: 320px;
  height: auto;
  margin-right: 30px;
}
div.pics {
  display: block;
  width: 240px;
  height: 360px;
}
div.pics img {
  width: 240px;
  height: 360px;
  top: 0;
  left: 0;
}
div.bbpics {
  display: block;
  width: 320px;
  height: 240px;
}
div.bbpics img {
  width: 320px;
  height: 240px;
  top: 0;
  left: 0;
}
div.fb {
  float: left;
  display: block;
  width: 380px;
  height: 500px;
  margin-right: 30px;
}
ul.nav {
 text-align: left; 
 margin-left: 8px;
}
ul.nav {
  list-style: none;
}
ul.nav li {
  display: inline;
}
ul.nav li a {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #274b83;
  padding: 0 34px;
}
ul.nav li a:hover {
  color: gray;
	text-decoration: none !important;
}
ul.nav li a:visited {
	text-decoration: none !important;
}
/*-- footer --*/
div#footer {
  position: relative;
	display: block;
	width: 820px;
	margin: 0 auto;
	border-top: 2px solid #99b5dc;
}
div#footer ul {
	padding: 15px 0;
	list-style: none;
	list-style-type: none;
	text-align: center;
}
div#footer ul li {
	font-size: 10px !important;
	display: inline;
}
div#footer ul li:after {
	content: " |";
	color: #274b83;
	color: #d4e8dd;
	color: grey;
	font-size: 13px;
}
div#footer ul li:last-child:after {
	content: none;
}
div#footer ul li a {
  color: #274b83;
	text-decoration: none;
	padding: 0 6px;
}
div#footer ul li a:hover {
	text-decoration: underline !important;
}
