* {
    margin: 0;
    padding: 0;
    font-family: 'Lucida Sans Unicode';
}

html, body {
    height: 100%;
    margin-bottom: 1px;
    background-color: #E8F1FF;
}

h1, h2, h3, h4 {
    color: #002C4D;
    margin-bottom: 0.5em;
    clear: both;
}

h2 {
    font-size: 1.3em;
}

h3 {
    font-size: 1.05em;
    margin-top: 0.5em;
}

p {
    font-size: 0.825em;
    line-height: 145%;
    margin: 1em 0 1em 0;
}

blockquote {
    font-style: italic;
    padding: 10px;
    border: 1px dashed #6C6C6C;
    margin: 20px auto 20px auto;
    width: 560px;
    background-color: #F4F9FF;
}

ul {
    list-style: none;
    padding-left: 30px;
    list-style-image: url('images/bullet.jpg');
}

ol {
    padding-left: 30px;
}

ol li p {
    font-size: 1em;
}

ol li {
    font-size: 0.825em;
    margin-bottom: 2em;
    line-height: 145%;
}

ul li {
    font-size: 0.825em;
    margin-bottom: 1em;
    line-height: 145%;
}

address {
    font-size: 0.825em;
    font-style: normal;
    padding-left: 20px;
}

a img {
    border: 0;
}

a, a:link, a:active, a:visited {
    color: #F04E11;
}

a:hover {
    color: #722507;
}

abbr { 
    border-bottom: 1px dotted;
    cursor: help;
}

label {
    display: block;
    float: left;
    width: 80px;
    text-align: right;
    clear: left;
    padding-right: 10px;
}

fieldset ul {
    list-style: none;
    list-style-image: none;
}

fieldset ul li {
    padding: 10px 0 10px 0;
    clear: both;
}

legend {
    padding: 0 5px 0 5px;
    margin-left: 20px;
    font-size: 0.825em;
    font-weight: bold;
}

input.text, textarea {
    float: left;
    width: 200px;
    border: 1px solid #002C4D;
}

textarea {
    height: 100px;
    font-size: 1em;
}

input.submit {
    margin-left: 90px;
}

#wrapper {
    width: 898px;
    margin: 0 auto;
    border: 1px solid #002C4D;
    background-image: url('images/faux.jpg');
}

#header { 
    width: 898px;
    height: 132px;
    border-bottom: 16px solid #002C4D;
    background-image: url('images/header.jpg');
}

#header h1 {
    margin: -100%;
    display: none;
}

#navigationtop {
    width: 198px;
    background-color: #002C4D;
    list-style: none;
    padding: 30px 0 30px 0;
    float: left;
}

#navigationtop li {
    text-align: right;
    font-family: Verdana;
    text-transform: uppercase;
    font-size: 0.8em;
    padding-top: 6px;
    margin: 0;
    clear: left;
    height: 24px;
    min-height: 24px;
    list-style-image: none;
    color: #FFFFFF;
}

#navigationtop li a {
    margin-right: 30px;
    color: #FFFFFF;
}

.cv ul li {
    width: 590px;
}

#navigationtop li.on a:hover {
    color: #F04E11;
}

#navigationtop li.on {
    background-color: #FFFFFF;
    background-image: url('images/menu-arrow.jpg');
    background-repeat: no-repeat;
    background-position: 180px 10px;
    height: auto;
    color: #000000;
}

#navigationtop li.on a {
    color: #000000;
}


#navigationtop a:hover {
    color: #F04E11;
}

#navigationsub {
    padding: 10px 0 0 0;
}

#navigationsub li a {
    margin-right: 10px;
}

#navigationsub li {
    text-transform: none;
    font-size: 0.85em;
    text-align: right;
    border-top: 1px dotted #D4D4D4;
}

#content {
    position: relative;
    width: 640px;
    float: right;
    padding: 30px;
    background-color: #FFFFFF;
}

#home {
    width: 400px;
    float: left;
}

#news, #information {
    width: 210px;
    float: right;
    margin: 0 0 30px 30px;
    clear: right;
}

#news h3, #information h3 {
    background-color: #002C4D;
    padding-left: 15px;
    color: #FFFFFF;
    background-image: url('images/head.jpg');
    background-repeat: no-repeat;
}

#news p, #information p {
    margin: 0 10px 0 10px;
}

#news ul, #information ul {
    padding-left: 20px;
}

#footer {
    clear: both;
    width: 878px;
    border-top: 16px solid #002C4D;
    text-align: right;
    font-size: 0.9em;
    color: #002C4D;
    padding: 2px 10px 0 10px;
    background-color: #FFFFFF;
}

#footer p {
    margin: 0.5em 0 0.7em 0;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited {
    color: #002C4D;
}

#footer a:hover {
    color: #722507;
}

#footer .footlinks {
    float: right;
}

#footer .footcopy {
    float: left;
}

#sitemap ul li {
    margin-top: 10px;
    font-size: 1em;
}

#sitemap ul ul li {
    margin-top: 10px;
    font-size: 1em;
}

#map {
    width: 98%;
    height: 300px;
    clear: both;
    border: 1px dashed #002C4D;
}

.directionbox {
    float: left;
    width: 560px;
    padding: 20px 20px 0 20px;
}

.directionbox img {
    border: 1px solid #666666;
    padding: 2px;
}

.directionbox div {
    float: left;

    margin-right: 20px;
}

.enlarge {
    margin-top: 0.2em;
    font-size: 0.7em;
    width: 204px;
    text-align: center;
}

.stat {
    position: relative;
    float: left;
    width: 600px;
}

@media print {
    #stationstat, #micklegatestat {
        border: 4px solid red;
    }

    .directionbox {
        clear: both;
        float: none;
    }

    #micklegaterightanchor, #micklegateleftanchor, #stationrightanchor, #stationleftanchor {
        display: none;
    }
}

.leftarrow {
    position: relative;
    display: none;
    top: 90px;
    left: -5px;
    float: left;
}

.rightarrow {
    display: none;
    position: relative;
    top: 90px;
    left: 5px;
    float: left;
}

.findusleft img, .findusright img {
    border: 1px solid #002C4D;
}

.findusleft {
    float: left;
    padding-left: 50px;
}

.findusright {
    float: left;
    padding-left: 40px;
}

#photowrap {
    text-align: center;
    padding-top: 20px;
}

#photo {
    margin: 0 auto;
    height: 400px;
    width: 600px;
}

#close {
    margin: 0.2em;
    font-weight: bold;
}

.fieldsetfix {
    height: 20px;
}

.err {
    color: #C00;
}

li .err {
    padding-left: 5px;
    float: left;
    position: relative;
    top: -2px;
}

li img {
    position: relative;
    top: 1px;
    margin-left: 20px;
    float: left;
}

.buttons {
    width: 33%;
    float: left;
    text-align: center;
}


.aboutpic {
    padding: 2px;
    border: 3px solid #CACACA;
    text-align: center;
    float: right;
    margin-left: 20px;
    margin-bottom: 5px;
}

.aboutpic img {
    border: 1px solid #E4E4E4;
    padding: 2px;
}

.aboutpic p {
    margin: 2px 0 2px 0;
}

.aboutpic p span {
    font-size: 0.8em;
    font-style: italic;
}

.center {
    text-align: center;
}

.clear {
    clear: both;
}

.red {
    color: #c00;
}

/* we have moved... */

#wehavemoved {
    float:left;
	clear:left;
	width:161px;
	margin-left:-20px; 
	padding:30px 20px 20px 20px;
	background:#fff;
	border:1px solid #F04E11; 
	font-size:small;
}
#wehavemoved em{
	font-size:small;
}