/* 
    Document   : Main
    Created on : Mar 10, 2010, 4:27:42 PM
    Author     : Ryan
    Description:
        Purpose of the stylesheet follows.
*/

/*
   Site
*/

html {
    overflow-y: scroll;
    /*background: #5f5f5f url('http://jqueryui.com/images/html_bg.png') repeat-x scroll;*/
    background: #666666 url('../images/Background.png') repeat-x scroll;
}

body {
    margin: 0;
    padding: 0 0 20px;
    min-height: 100%;
    font-family: "Calibri", "Arial", "Helvetica", "Verdana", "sans-serif";
    font-size: 12px;
}

img { border: 0px; padding: 0px; margin: 0px; vertical-align: bottom; }
form { margin: 0px; padding: 0px; }
div { border: 0px; padding: 0px; margin: 0px; }

#PageWrapper {
    margin: 0 auto;
    width: 756px;
    position: relative;
}
#BannerBackground {
    position: absolute;
    background-color: #000000;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    width: 100%;
}
#Banner {
    padding-top: 20px;
    display: block;
    height: 30px;
}

/*
    Navigation
*/
#HeaderMenuLeft {
    float: left;
    position: absolute;
    font-size: 10px;
}
.HeaderLink a {
    padding: 6px;

    float: left;
    display: block;

    text-decoration: none;
    font-size: 11pt;

    color: #FFFFFF;
}
.HeaderLink a:hover {
    background-color: #323232;
    text-decoration: none;
}

#HeaderMenuRight {
    display: inline;
    float: right;
    position: absolute;
    right: 0px;
    font-size: 10px;
}

#LogoArea {
    background-image: url('../images/Logo20100320_Black.png');
    background-repeat: no-repeat;
}

/*
    Content
*/
#Content {
    padding: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0px;
    margin-top: 15px;

    border: none;
    min-height: 300px;
    width: 756px;
    
    display: block;
    overflow: hidden;

    background-color: #231F20;
    background-image: url('../images/MainContentBackground_FlatBlack.png');
    background-repeat: no-repeat;

    color: #DDDDDD;
}
#Content a {
    color: #6ACBEB;
    text-decoration: underline;
}
#Content a:hover {
    text-decoration: none;
}
#Content #LeftColumn {
    padding-left: 10px;
    padding-right: 10px;

    width: 550px;
    min-height: 275px;
    border-right: dotted 1px #444444;

    display: inline;
    float: left;

    font-size: 11pt;
}
#Content #RightColumn {
    padding-left: 10px;
    padding-right: 10px;
    
    width: 165px;
    min-height: 275px;

    display: inline;
    float: left;

    font-size: 11pt;
}

.SiteLinks {
    list-style: none;
    padding: 0px;
    margin: 0px;
    padding-left: 0px;
}
.SiteLinks li a {
    color: #6ACBEB;
    text-decoration: none !important;
}
.SiteLinks li a:hover {
    text-decoration: underline !important;
}

/*
    Page Footer
*/
#Footer {
    display: block;
    color: #FFFFFF;
    font-size: 8pt;
    text-align: center;
    padding: 5px;
}
