﻿body 
{
    font-size: 87.5%;
    line-height: 1.429;
    margin: 0;
    padding: 0;
    text-align: center;
}

.body 
{
    clear: both; 
    margin: 0 auto; 
    width: 934px;
    height: 100%;
    text-align: left;
}

img { border: 0 none; }
a { outline: 0 none; text-decoration: none; }
.float-L { float: left; }
.float-R { float: right; }
.clear-both { clear: both; }

#header
{
    background: url(/TransitGoResource/images/header-bg.jpg) repeat scroll left top transparent;
    height: 171px;
}

#nav 
{
    display: block;
    width: 680px;
    font-size: 1.143em;
    line-height: 30px;
}

#header #nav ul 
{
    list-style: none outside none;
    margin: 0 auto;
}

#header #nav li 
{
    display: inline;
    font-size: 14pt;
    font-weight: bold;
    float: left;
    margin: 0;
}

#header #nav li.active a, #header #nav a:hover
{
    color: #0b2a55 !important;
}

#header #nav a:link, #header #nav a:visited 
{
    color: #989898;
    display: inline-block;
    height: 30px;
    padding: 5px 1.5em;
    text-decoration: none;
}

.header-img
{
    display: block;
    width: 163px;
    height: 147px;
    margin-top: 12px;
}

.header-download
{
    display: block;
    width: 680px;
    text-align:right;
    margin-top: 10px;
}

.facebook-logo
{
    width: 65px;
    margin-top: 18px;
}

#featured
{
    background: url(/TransitGoResource/images/road-bg.jpg) repeat-x scroll left top transparent;
    height: 300px;
    position: relative;
    overflow: hidden;
}

#featured img#imgRunningBus2
{
    position: absolute;
    left: 0px;
    top: 12px;
    visibility: hidden;
}

#featured img#imgRunningBus1
{
    position: absolute;
    left: -404px;
    bottom: 7px;
    visibility: visible;
}
/*
.itunes-download
{
    margin: 0 auto; 
    width: 934px;
    height: 100%;
    text-align: left;
    position: relative;
}

.itunes-download a
{
    position: absolute;
    left: -5px;
    top: 188px;
}
*/
#content
{
    background: url(/TransitGoResource/images/content-bg.jpg) repeat scroll left top transparent;
    height: 425px;
}

#content div.content-left
{
    color: #0b2a55;
    width: 250px;
}

#content div.content-left span
{
    font-weight: bold;
    font-size: 13pt;
}

#content div.content-right
{
    width: 500px;
    position: relative;
    margin-left: 30px;
}

#content div.content-right img.phone-htc
{
    position: absolute;
    left: 0px;
    top: -370px;
}

#content div.content-right img.phone-blackberry
{
    position: absolute;
    left: 300px;
    top: -380px;
}

#content div.content-right img.phone-iphone
{
    position: absolute;
    left: 150px;
    top: -330px;
}

#content div.content-right div.supported-cities
{
	position: absolute;
	left: 205px;
	top: -40px;
	color: #0B2A55;
	font-weight: bold;
	width: 70px;
	line-height: 1.3em;
}

#content div.content-right div.phone-logos
{
    position: absolute;
    left: 70px;
    top: 190px;
    width: 500px;
}

#content div.content-right div.phone-logos img
{
    margin-right: 50px;
}

#content div.content-right div.phone-logos img.app-store-logo
{
    margin-bottom: 15px;
}

#content div.content-right div.paging
{
    position: absolute;
    left: 300px;
    top: 163px;
    width: 80px;
    height: 20px;
    text-align: left;
}

#content div.content-right div.paging img
{
    margin-right: 7px;
}

#content div.content-right div.yfs-logo
{
    position: absolute;
    left: 210px;
    top: 300px;
    color: #0b2a55;
    font-weight: bold;
    width: 218px;
    height: 70px;
    text-align: center;
}

