@import url("reset.css");

html,body {
    height:100%;
}

body {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height:18px;
    background:#1e1e1e;
    color:#999;
}

h1,h2,h3,h4,h5,h6,p {
    font-weight:normal;
    margin:5px 0 10px;
}

h1,h2,h3,h4,h5,h6 {
    color:#F93;
}

a:link,
a:visited {
    color:#999;
    text-decoration:none;
}

a:hover,
a:active {
    text-decoration:underline;
}

address {
    font-style:normal;
}

#container {
    min-height:100%;
    height:100%;
    height:auto;
    margin:0 0 -30px;
    padding:0;
}

#container #banner {
    height:430px;
    position:relative;
    background:url(/images/bg.gif) repeat-x top left;
    padding:0 0 45px 0;
}

#container #banner header {
    width:1000px;
    height:100px;
    float:none;
    clear:both;
    overflow:hidden;
    position:relative;
    z-index:5;
}

header #logo {
    width:106px;
    height:74px;
    margin:13px 45px;
    float:left;
    clear:left;
    position:relative;
    z-index:5;
    display:block;
    display:inline;
}

header #strapline {
    width:400px;
    height:30px;
    margin:35px 0;
    float:right;
    line-height:30px;
    color:#FFF;
    font-size:22px;
    display:inline;
}

#banners {
    width:1000px;
    height:430px;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    overflow:hidden;
}

#main {
    width:1000px;
    float:none;
    clear:both;
    overflow:hidden;
}

#main h1 {
    font-size:22px;
    line-height:20px;
    margin:0 0 25px;
}

#main section {
    margin:0 15px 0 45px;
    float:left;
    font-size:14px;
    line-height:22px;
    display:inline;
}

#main section#content {
    width:580px;
    margin:0 15px 100px 45px;
}

#main section#content article {
    margin-bottom:10px;
    clear:both;
    overflow:hidden;
}

#main section#content article ul,
#main section#content article ol {
    margin:5px 0 10px 20px;
    padding:0;
    list-style-position:outside;
}

#main section#content article ul {
    list-style-type:disc;
}

#main section#content article ol {
    list-style-type:decimal;
}

#main section#menu {
    width:260px;
    font-size:12px;
}

#menu h2,
#menu h3 {
    color:#FFF;
}

#menu h2 {
    text-transform:uppercase;
}

#main section#menu ul span {
    color:#F93;
}

#main section#menu ul {
    border-bottom:1px solid #999;
    padding-bottom:15px;
    margin-bottom:15px;
}

#main section#menu h3 {
    margin:5px 0 0 0;
}

#main section#menu address {
    margin:0 0 20px 0;
}

footer {
    width:940px;
    height:30px;
    margin:0;
    padding:0 15px 0 45px;
}

footer li {
    display:inline;
}

footer li+li {
    border-left:1px solid #999;
    margin-left:10px;
    padding-left:10px;
}

