/* CSS Document */
/* 16 March 2009 */

body {
background-color: #fff;
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
padding: 0;
margin: 0;
font-weight: normal;
}

#frame {
width: 984px;
margin: 0px auto;
padding: 0;
}


/*---------------logo and byline-----------------*/
#header {
display: none;
}

#logoprint {
background:url(../images/blue_star_taxi_logo.gif) no-repeat top left;
height: 67px;
width: 272px;
}



/*---------------image banner-----------------*/
#banner {
display:none;
}


/*---------------top navigation-----------------*/
#topnav {
display: none;
}


/*---------------content text styles-----------------*/
#content {
width: 984px;
background: #fff;
}

#text {
display: inline;
float: left;
width: 684px;
padding: 33px 33px 33px 33px;
color: #000;
}


#text h1 {
font-size: 1.7em;
color: #000;
padding: 0;
font-weight: normal;
}

#text h2 {
font-size: 1.3em;
color: #000;
padding: 0;
font-weight: normal;
border-bottom: #fff dotted 1px;
}

#text ul {
padding: 0px;
margin: 0px;
}

#text li {
padding: 0 0 0 13px;
margin: 0px;
background :url(../images/bullet.gif) no-repeat top left;
list-style: none;
}

#text a:link, #text a:visited, #text a:hover {
color: #000;
}


/*---------------home page right hand side buttons-----------------*/
#buttons {
display: inline;
float: right;
width: 201px;
padding: 33px 33px 33px 0;
}

#buttons img {
border: 0;
padding: 0 0 6px 0;
}


/*---------------inside page right hand side panel-----------------*/
#rightpanel {
display: inline;
float: right;
width: 201px;
padding: 33px 33px 33px 0;
}


/*---------------rates-----------------*/

#rates {
background: url(../images/rates_bottom.gif) no-repeat bottom;
padding: 0px;
margin: 5px 0 0 0;
}

#ratesinside {
width: 170px;
padding: 0 15px 25px 15px;
color:#243462; 
}

#ratesinsid ea:link, #ratesinside a:visited, #ratesinside a:hover  {
color:#243462;
text-decoration: underline; 
}

#ratesinside h2 {
font-size: 1.7em;
color:#243462;
padding: 0;
font-weight: normal;
}

/*---------------footer with sponsors logos-----------------*/
#sponsors {
display:none;
}


/*---------------footer text-----------------*/
#footer {
display:none;
}

