
/* Block level */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
}
a:link {
	text-decoration: underline;
	color: #7EA954;
}
a:visited {
	text-decoration: underline;
	color: #7EA954;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
ul {
	list-style-position: outside;
	list-style-image: url(imgs/bullet.gif);
	list-style-type: none;
}
h2 {
	font-size: 1.4em;
	color: #617A49;
}
h3 {
	font-size: 1.4em;
	padding: 0px 10px 0px 10px;
	color: #617A49;
}
h4 {
	font-size: 1.2em;
	padding: 0px 10px 0px 10px;
	color: #617A49;
	text-align: center;
}
/* IDs */
#wrapper {
	width:735px;
	padding: 0px 20px 0px 20px;
}
#info {
	float: right;
	width: 197px;
}
#info ul {
	margin: 0px;
	padding: 20px;
	list-style-type: none;
	font-size: .8em;
}
#info ul li{
	border-bottom:thin dashed #617A49;
	padding-bottom:5px;
	padding-top:5px;
}
/*#boxwrap {
	width: 514px;
	background-color:#CCCCCC;
}*/
#booking {
	width: 500px;
	height: 200px;
	margin: 5px 10px 5px 10px;
	background-repeat:no-repeat;
	background-image:url(imgs/booking.jpg);
}
#booking h2{
	text-align: center;
	text-transform:uppercase;
}
#booking p{
	padding: 0px 10px 0px 10px;
}
#fares {
	float: left;
	width: 240px;
	margin: 5px 5px 5px 5px;
	background-repeat:no-repeat;
	background-image:url(imgs/fares.jpg);
}
#fares h2{
	text-align: center;
	text-transform:uppercase;
}
#fares p{
	padding: 0px 10px 0px 10px;
}
#accounts {
	float: left;
	width: 220px;
	margin: 5px 0px 5px 10px;
	padding: 0px 10px 0px 10px;
	background-repeat:no-repeat;
	background-image:url(imgs/accounts.jpg);
}
#accounts h2{
	text-align: center;
	text-transform:uppercase;
}


#fyi {
	clear: both;
	width: 500px;
	margin: 5px 10px 30px 10px;
	background-repeat:no-repeat;
	background-image:url(imgs/taxicabfyi-tall.jpg);
}


#phones {
	padding: 0px;
	font-size: 12px;
	text-align: center;
	color: red;
}

/* Styles */
.Content-TINY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: light;
	color: #000000;
}
.Content-TITLES {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.Content-NORMAL_BOLDWHITE
{
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: None
}
.IntroCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: light;
	color: #666666;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: light;
	color: #FFFFFF;
}

.library {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}	
.TOP {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}

A.lcopyright:link
{
    font-weight: bold;
    font-size: 10px;
    color: #7EA954;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: underline
}
A.lcopyright:visited
{
    font-weight: bold;
    font-size: 10px;
    COLOR: #7EA954;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: underline}
A.lcopyright:hover
{
    font-weight: bold;
    font-size: 10px;
    COLOR: #FF0000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #;
    text-decoration: none
}
.Overline-SMALL {
	top: auto;
	border-top: 1px solid #000000;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}
.Overline-NORMAL {
	top: auto;
	border-top: 1px solid #000000;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}
.farecost {
	float: left;
	font-weight: bold;
	font-size: 18px;
	padding: 5px;
	margin: 0px 4px 5px 5px;
	background-color: white;
	border: thin dotted #617A49;
}
