html { overflow-y:scroll; }
html, body {
    font-family:sans-serif;
    color:#FFF;
    text-align:center;
    background:#000;
    padding:25px 0px 20px 0px;
}

ol, ol li {list-style:decimal inside;margin-top:5px;}

p, ol, ul, li {
    font-size:12px;
    text-align:left;
}

p, ul {
    margin-bottom:5px;
}

ul, ul li {
    list-style:disc;
}

a {
    color:#FFF;
    text-decoration:none;
}

a:hover { color:#ff8837; }

#header {
    width:100%;
    text-align:left;
    height:110px;
}

#container {
    margin: 0 auto;
    width:900px;
    background:#2b2b2b;
    border:1px solid #818181;
}

#contact {
    color:#e3e3e3;
    float:right;
    text-align:right;
    padding:30px 20px 0px 0px;
    font-size:24px;
}

#contact span { font-size:20px; }

#banner {
    margin-top:10px;
    margin:0 auto;
    width:755px;
    height:162px;
    overflow:hidden;
    clear:both;
}

#tagline {
    color:#e2e2e2;
    font-size:18px;
    padding:8px;
    text-align:center;
}

ul#nav {
    text-align:center;
    display:block;
    font-size:12px;
    background:#58595b;
    width:860px;
    padding:10px 0px 10px 0px;
}

ul#nav[id] { margin:0px auto; }

ul#nav li {
    margin:0px;
    list-style:none;
    display:inline;
    border-right:1px solid #FFF;
    padding:0px 5px 0px 5px;;
}

ul#nav li.last { border:0px; }

.columns {
    width:230px;
    float:left;
    padding:15px;
    margin-right:8px;
}

.columns.last { margin-right:0px; }

.columns.odd {
    background:#454344;
    border:2px solid #909090;
}

#content {
    text-align:left;
    margin:0 auto;
    margin-top:30px;
    margin-bottom:30px;
    width:800px;
}

#content h2 {
    margin-bottom:20px;
    color:#ff8837;
    font-size:18px;
}

#content h1 {
    margin-bottom:25px;
    color:#ff8837;
    font-size:22px;
}

#footer {
    width:900px;
    margin:0 auto;
}

#footer p {
    color:#7b7b7b;
    text-align:right;
    padding-top:15px;
    font-size:12px;
}

h3 {
    font-size:20px;
    margin:10px 0px 3px 0px;
}

dl#testimonials dt {
    margin-top:20px;
    font-size:16px;
    font-style:italic;
}
dl#testimonials dt,
dl#testimonials dd {
    width:500px;
}

dl#testimonials dd {
clear:both;
padding-left:10px;
text-align:right;
font-size:12px;
color:#ff8837;
}

.speach {
    background: url(/images/speach.gif) no-repeat;
    width:35px;
    height:30px;
}

.speach.open { float:left; }

.speach.close {
    float:right;
    background-position:0px -30px;
}
table.admin {
width:700px;
}
table.admin .odd {
background:#171717;
}

table.admin tr th {
    font-weight:bold;
    background:#000;
}

table.admin th,
table.admin td {
    padding:5px;
}

.admin.edit th {
    background:none; 
}

ul#gallery,
ul#gallery li {
    list-style:none;
}

ul#gallery li {
    float:left;
    width:240px;
    margin:5px;
    padding:5px;
    text-align:center;
    padding-bottom:20px;
}

ul#gallery li img {
    margin: 0 auto;
}

div.returnloads h2 {
margin-top:20px;
margin-bottom:0px ! important;
}

div.returnloads li {
    display:block;
    width:300px;
    padding-left:20px;
}

div.returnloads span.date {
    float:right;
}

div.returnloads span.nearlyexpired {
    color:#F00;
}

table.returnloads {
    width:200px;
}

table.returnloads td {
    font-size:12px; 
}

#content h1 {
    font-family:serif;
    font-style:italic;
    font-size:40px;
    padding-top:0px;
}

ul.popularlocations {
    width:115px;
    list-style:none;
    float:left;
}

ul.popularlocations li {
    list-style:none;
    padding-bottom:4px;
}

table.formmail {
    font-size:12px;
}

table.formmail td {
    padding:2px;
}
ul#pretransportprep,
ul#pretransportprep li {
list-style:none;
}

.formmail { 
    padding:0px;
    margin:0px;
}

.formmail table {
    font-size:12px;
}
.formmail table th,
.formmail table td {
    padding:2px;
}

.formmail table th {
    padding-right:5px;
    font-weight:bold;
}
.formmail table td {
    text-align:left;
}

.formmail input,
.formmail textarea {
    border:1px solid #595959;
}

.formmail input {
    padding:4px;
}

.error {
    color:#F00;
}

