html {
overflow-y: scroll;
}

body {
margin: 0px;
font: 11px/14px Arial, Helvetica, sans-serif;
color: #707070;
background: #111111 url(/images/body.jpg) top no-repeat fixed;
}

p, ul {
margin: 0px;
padding: 0px;
margin-bottom: 14px;
}

ul {
margin-left: 15px;
list-style-type: disc;
}

li {
margin: 4px 0px;
}

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

#container.black #content a:hover {
color: #FFFFFF !important;
}

h2, h3 {
clear: both;
margin: 0px;
}

h2 {
font-size: 15px;
margin-bottom: 14px;
color: #545454;
}

h3 {
margin-bottom: 5px;
font-size: 13px;
color: #545454;
}

h3 a {
color: #545454;
}

#container.white h3 {
color: #545454;
}

#container.black h3 {
color: #FFFFFF;
}

a img {
border: none;
}

form {
margin: 0px;
}

input, select, textarea {
float: left;
width: 260px;
margin: 0px;
font: 11px/14px Arial, Helvetica, sans-serif;
color: #707070;
}

select {
width: 266px;
}

input.radio, input.checkbox {
float: none;
width: auto;
margin-top: 2px;
margin-left: 10px;
}

input.checkbox {
margin-left: 0px;
margin-right: 2px;
}

input.small {
width: 160px;
}

select.small {
width: 166px;
}

input.tiny {
width: 60px;
}

select.tiny {
width: 66px;
}

form h3 {
float: left;
padding-right: 17px;
background: url(/images/dots/light.gif) right no-repeat;
}

form td {
padding: 4px 0px;
}

form td.label {
padding-top: 7px;
padding-right: 5px;
text-align: right;
}

a.button {
display: block;
float: left;
height: 16px;
padding: 4px 10px;
border: 1px solid #626262;
margin-top: 2px;
margin-right: 5px;
font-weight: bold;
color: #FFFFFF;
background: #191919 url(/images/buttons/black.gif) repeat-x;
}

a.pale {
border-color: #C2C2C2;
background: #898989 url(/images/buttons/grey.gif) repeat-x;
}

span.date {
font-weight: bold;
color: #545454;
}

p.callout {
margin-bottom: 5px;
font-size: 15px;
line-height: 18px;
font-weight: bold;
}

#container.white p.callout {
color: #B7B7B7;
}

#container.white p.callout span {
color: #898989;
}

#container.black p.callout {
color: #EBEBEB;
}

#container.black p.callout span {
color: #F0AB00;
}

*.white {
color: #FFFFFF !important;
}

*.light {
color: #B7B7B7 !important;
}

*.medium {
color: #A0A0A0 !important;
}

*.dark {
color: #898989 !important;
}

*.black {
color: #000000 !important;
}

*.yellow {
color: #F0AB00 !important;
}

*.red {
color: #D42D27 !important;
}

#wrapper {
width: 990px;
margin: 0px auto;
}

#container {
position: relative;
float: left;
width: 990px;
}

#menu {
float: left;
width: 200px;
height: 549px;
padding-top: 91px;
background-color: #FFFFFF;
}

#container.black #menu {
background: #FFFFFF url(/images/menu.gif) bottom repeat-x;
}

#menu a {
display: block;
width: 160px;
height: 12px;
padding: 9px 20px;
font-size: 12px;
line-height: 12px;
font-weight: bold;
color: #959595;
}

#menu a:hover, #menu a.active {
color: #D42D27;
}

#menu div {
display: none;
position: relative;
bottom: 5px;
}

#menu div.menu {
display: block;
height: 0px;
overflow: hidden;
}

#menu div.expanded {
height: auto;
}

#menu div a {
width: 120px;
padding: 3px 40px;
font-size: 11px;
line-height: 11px;
font-weight: normal;
}

#promo {
position: absolute;
left: 20px;
top: 625px;
width: 200px;
}

#promo a {
display: block;
width: 176px;
height: 14px;
padding: 8px 12px;
margin-bottom: 5px;
font-weight: bold;
color: #FFFFFF;
background: #252525 url(/images/dots/dark.gif) right no-repeat;
}

#header {
float: left;
width: 790px;
height: 100px;
}

#container.white #header {
background-color: #FFFFFF;
}

#container.black #header {
background-color: #000000;
}

#header img {
position: absolute;
top: 48px;
right: 30px;
}

#banner {
float: left;
width: 790px;
min-height: 240px;
background-color: #000000;
}

* html #banner {
height: 240px;
}

#banner img {
float: left;
}

#content {
float: left;
width: 600px;
padding: 30px 0px 7px 190px;
}

#container.white #content {
min-height: 340px;
padding-bottom: 150px;
color: #707070;
background-color: #EEEEEE;
}

* html #container.white #content {
height: 340px;
}

#container.black #content {
color: #B7B7B7;
background-color: #000000;
}

#content div.section {
float: right;
margin-bottom: 14px;
}

#content div.column {
float: left;
width: 370px;
margin-left: 10px;
margin-right: 20px;
}

#content div.narrow {
width: 170px;
}

#content div.wide {
width: 570px;
}

#locations {
position: absolute;
left: 180px;
bottom: 85px;
width: 430px;
height: 18px;
padding: 16px 20px;
font-size: 18px;
line-height: 18px;
color: #FFFFFF;
background-color: #252525;
}

#locations a {
color: #FFFFFF;
}

#footer {
clear: both;
float: left;
width: 990px;
height: 40px;
padding-top: 10px;
font-size: 10px;
line-height: 11px;
font-weight: bold;
text-align: right;
color: #7C7C7C;
}

#footer a {
color: #7C7C7C;
}

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

div.item {
clear: both;
float: left;
width: 100%;
margin-bottom: 20px;
}

div.item p {
margin-bottom: 5px;
}

div.item img {
float: left;
margin-top: 3px;
margin-right: 7px;
}

div.gallery {
position: absolute;
right: -5px;
width: 195px;
}

div.gallery img {
float: left;
margin-right: 5px;
}

div.gallery img.logo {
border: 1px solid #C2C2C2;
}

#gallery {
position: static;
float: left;
height: 95px;
margin-bottom: 25px;
overflow: hidden;
}

#gallery #slideshow {
display: block;
float: left;
width: 166px;
height: 14px;
padding: 8px 12px;
margin-bottom: 5px;
font-weight: bold;
color: #545454;
background: #CCCCCC url(/images/dots/medium.gif) right no-repeat;
}

#stars {
float: left;
width: 370px;
margin-bottom: 5px;
}

#stars img {
float: left;
margin-right: 1px;
}

#transport {
clear: both;
float: left;
margin-top: 25px;
}

#transport div.item {
width: 370px;
margin-bottom: 9px;
}

div.sitemap {
padding-left: 15px;
margin-bottom: 14px;
}

div.sitemap a {
color: #545454;
}

#error {
width: 400px;
padding: 30px;
margin: 200px auto;
background-color: #FFFFFF;
}

#error img {
float: right;
margin-bottom: 14px;
}

* html div.column {
display: inline;
}

* html div.narrow {
overflow: hidden;
}

* html #gallery {
position: relative;
right: 0px;
}

* html #locations {
position: relative;
float: left;
}

* html #footer {
position: relative;
bottom: 50px;
}