body, h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd,
blockquote, form, input, table, tr, td {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

p {
    padding-top: 1em;
    padding-bottom: 1em;
}

body {
    background: #3D3D3D url(/images/downfade.png) repeat-x;
    text-align: center;
    font-family: tahoma;
}

/* container and shadows */
div#outer {
    text-align: left;
    width: 1070px;
    margin: 0 auto 0 auto;
}

table#shadowbox {
    border: 0;
    border-spacing: 0px;
}

table#shadowbox tr td.left,
table#shadowbox tr td.right {
    vertical-align: top;
    width: 35px;
}

table#shadowbox tr td.left {
    background: url(/images/fadeleft-btm.png);
}

table#shadowbox tr td.right {
    background: url(/images/faderight-btm.png);
}

table#shadowbox tr td.container {
    background-color: #4599BB;
    vertical-align: top;
    width: 1000px;
}

/* logo */
div#logoline {
    position: relative;
    background: url(/images/logoline.jpg) no-repeat;
    height: 110px;
}

/* menu bar */
span#menubar {
    position: absolute;
    top: 0px;
    left: 441px;
    height: 92px;
    width: 499px;
    font-family: sans-serif;
}

span#menubar ul {
    height: 92px;
}

span#menubar ul li {
    height: 92px;
    float: left;
}

span#menubar ul li a {
    display: block;
    float: left;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    height: 32px;
    font-weight: bold;
    color: #ffffff;
}


span#menubar ul li a:hover,
span#menubar ul li.active a {
    background-color: #4599BB;
}

/* logo link */
a#logolink {
    position: absolute;
    top: 40px;
    left: 30px;
    width: 340px;
    height: 55px;
    display: block;
}

a#logolink span {
    display: none;
}

/* fix internet explorer */
div#photoline, div#photoline div {
    background-color: #ffffff;
    
}

/* photo header */
div#photoline div.left {
    height: 270px;
    width: 500px;
    float: left;
}

div#photoline div.right {
    background: url(/images/rightphoto.jpg) no-repeat;
    height: 225px;
    width: 438px;
    float: left;
    padding-top: 45px;
    padding-left: 16px;
    padding-right: 46px;
    color: #fff;
}

div#photoline div.right a,
div#factbar a {
    color: #C4DB6F;
}

div#photoline div.right a:visited,
div#factbar a:visited {
    color: #AEC162;
}

div#photoline div.iesp {
    display: none;
}

/* fix internet explorer */
* html div#photoline div.iesp {
    display: inline;
}

div#photoline div.right h1 {
    color: #C4DB6F;
    font-family: sans-serif;
}

/* content pane */
div#content {
    background: #FFFFFF;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 4em;
}

/* fact bar */
div#factbar {
    background-color: #4599BB;
    height: 180px;
}

div#factbar ul {
    padding-top: 20px;
}

div#factbar ul li {
    background-image: url(/images/southbyte-icon.png);
    background-repeat: no-repeat;
    background-position: 0px 1em;
    padding-left: 60px;
    padding-right: 40px;
    float: left;
    width: 300px;
}

div#factbar ul li h3 {
    color: #C4DB6F;
    font-family: sans-serif;
}

/* util */
div.clear {
    clear: both;
}

h1 {
    color: #4599BB;
}

p.copyright {
    font-size: 8pt;
    color: #949494;
    text-align: center;
    padding-top: 0;
}
