/*--- Additional Styles ---*/

body {
    background: #f2f2f2 url(../images/bg.jpg) top center repeat-y;
    color: #000000;
    font-family: Arial;
}

a:link, a:visited {
    color: #cf003d;
    font-weight: normal;
    text-decoration: none;
}

a:hover, a:active 
{
    color: #e77f9e;
    text-decoration: underline;
}

ul li, ol li { margin-bottom: 8px; }


/*--- Headings ---*/

h1 {
	font-size: 16px;
	color:#e78500;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color:#013888;
}
h3 {
	font-size: 14px;
	color:#64b9e4;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h4, h5 {
	font-size: 12px;
	color:#004595;
	font-weight: bold;
}

/*--- Page Elements ---*/

#header {
    background: transparent url(../images/header.jpg) top left no-repeat;
    height: 107px;
}

#sub-header {
    background: transparent url(../images/sub-header.jpg) top left no-repeat;
    height: 240px;
}

#content {
    line-height: 1.1em;
}

#title {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin: -30px -10px 20px 10px; /* Override container's padding */
    padding: 2px 10px;
    text-transform: uppercase;
}

#footer {
    color: #009ee0;
    font-weight: normal;
}
#navlinks a 
{
    color: #009ee0;
    font-weight: normal;
}

#navlinks a:hover
{
    color: #009ee0;
    text-decoration: underline;
}


/*--- Main Navigation ---*/

#nav {
    height: 26px;
    background: url(../images/nav-bg.gif) repeat-x;
    font-size: 12px;
}

#nav a:link, #nav a:visited {
    color: #fff;
}

#nav a:hover, #nav a:active {
    background: url(../images/nav-bg-hover.gif) repeat-x;
    color: #fff;
}



/*--- General Classes ---*/

.footnote, .footnote a {
    color: #514956;
}

.border {
    border: 7px solid #64b9e4;
	margin-bottom: 10px;
}


table{ margin-bottom: 10px;}

tr{}

td
{
       padding: 4px;
       }
       

.buttonbanner
{
    text-align: center;
}       



/*Zone fare table */

.ticket-box
{
    background: url(/clients/stewart/images/tickets.jpg) no-repeat top left;
    width: 251px;
    height 113px;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 94px;
    padding-right: 5px;
}

.ticket-box h2
{
    color: White;
}



tr,td
{
    border-bottom: 1px solid #edb0c2;
}

table
{
    border-top: 1px solid #edb0c2;}
    

.formTable table, .formTable tr, .formTable td
{border: none;
}

.contactFormTable table, .contactFormTable tr, .contactFormTable td
{border: none;
}