/* Import other styles */
@import url("shadows.css");

/* Main Styles */
body {
    background-color: #F0F0F0;
    margin: 0px 0px 0px 0px;

    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #666666;
}
div#main_block {
    background: url('/images/header_bg.jpg') #FFFFFF;
    background-repeat: repeat-x;
    margin: 0px 0px 0px 0px;
}
a:active, a:hover {
    color: #3399CC;
    text-decoration: underline;
}
a:link, a:visited {
    color: #666666;
    text-decoration: underline;
}

/* Header Styles */
div#header {
    background: url('/images/header_bottom.jpg');
    background-position: bottom;
    background-repeat: no-repeat;

    height: 153px;
    width: 760px;

    vertical-align: top;
    text-align: left;
}
div#header div#logo {
    height: 64px;
    width: 334px;
    float: left;
}
div#header div#header_top {
    background: url('/images/header_top.jpg');

    height: 64px;
    width: 426px;
    float: left;
}
div#header div#tagline {
    padding-top: 2px;
    padding-left: 175px;

    color: #FFFFFF;
    font-weight: bold;
}
div#header div#buttons {
    padding-top: 25px;
}
div#header div#buttons a:active, div#header div#buttons a:hover  {
    text-decoration: none;

    color: #256CAD;
    font-weight: bold;
    font-style: italic;
}

div#header div#buttons a:link, div#header div#buttons a:visited {
    text-decoration: none;

    color: #000000;
    font-weight: bold;
    font-style: italic;

    padding-right: 10px;
}
div#header div#buttons span.arrows {
    font-size: 9px;
}

/* Body Styles */
div#body {
    text-align: left;
}

/* Footer Styles */
div#footer {
    background-color: #F0F0F0;

    color: #666666;
}
div#footer div.spacer_black {
    height: 1px;
    background-color: #000000;
}
div#footer div.spacer_gray {
    height: 3px;
    background-color: #CCCCCC;
}
div#footer div#main {
    width: 760px;

    padding-top: 15px;
    text-align: right;
}
div#footer a:active, div#footer a:hover {
    color: #333333;
    text-decoration: none;
}
div#footer a:link, div#footer a:visited {
    color: #666666;
    text-decoration: none;
}
div#footer div#valid {
    width: 200px;
    float: left;

    text-align: left;
}
div#footer div#copyright {
    width: 560px;
    float: left;
}

/* Sidebar Styles */
div#sidebar {
    width: 222px;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 10px;

    color: #666666;
}
div#sidebar a:active, div#sidebar a:hover {
    color: #3399CC;
    text-decoration: underline;
}
div#sidebar a:link, div#sidebar a:visited {
    color: #666666;
    text-decoration: underline;
}

/* Eventbox Styles */
div#sidebar div#eventbox {
    width: 200px;
    padding-bottom: 20px;
}
div#sidebar div#eventbox div#top {
    background: url('/images/eventbox_top.jpg') #FFFFFF;
    height: 20px;

    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;

    padding-top: 2px;
    padding-left: 5px;

    display: block;
}

/* Used for Firefox drop shadows */
div#sidebar div#eventbox div#top:before {
    content: 'Events';
}

div#sidebar div#eventbox div#events {
    background: url('/images/eventbox_bg.gif') #FFFFFF;
    padding: 10px 10px 20px 5px;
}
div#sidebar div#eventbox div#bottom {
    background: url('/images/eventbox_bottom.jpg') #FFFFFF;
    height: 22px;
}

/* Misc Styles */
div.clear {
    clear: both;
}

img {
    border: 0px;
}

td#dots {
    background: url('/images/layout/vert_dots.gif') #FFFFFF;
}
