/* Start of CMSMS style sheet 'DefiniteBlue - Main' */
/* Globals */
body {
    color: #000000;
    background: #FFFFFF url('../images/layout/bg-grad.jpg') repeat-x;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
}

a {
    color: #0c69cb;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.arrow {
    background: url('/images/layout/arrow.gif') 0 5px no-repeat;
    padding-left: 15px;
}

li {
    list-style-image: url('/images/layout/blue-list-item.gif');
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

/* Main */
#main {
    background: #FFFFFF;
    width: 820px;
    margin: 0 auto;
}

/* Header */
#header {
    background: url('/images/layout/header.jpg') no-repeat;
    height: 102px;
}

/* Top Nav */
#top_nav {
    font-size: 12px;
    font-weight: bold;
    float: right;
    margin-top: 75px;
    margin-right: 50px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#top_nav ul {
    padding: 0;
    margin: 0;
}

#top_nav li {
    display: inline;
    margin: 8px;
}

#top_nav a {
    color: #666666;
    text-decoration: none;
    padding-bottom: 3px;
}

#top_nav a:hover {
    border-bottom: 2px solid #42cef2;
}

#top_nav .selected {
    border-bottom: 2px solid #42cef2;
}

/* Left Edge/Right Edge */
#main .left_edge {
    background: url('/images/layout/left-shadow.jpg') repeat-y;
}

#main .left_edge .color_edge {
    background: url('/images/layout/left-blue-shadow.jpg') no-repeat top left;
}

#main .right_edge {
    background: url('/images/layout/right-shadow.jpg') repeat-y right;
}

#main .right_edge .color_edge {
    background: url('/images/layout/right-blue-shadow.jpg') no-repeat top right;
}

/* Middle */
#middle {
    margin: 0 16px;
}

#middle .magic_height_spacer {
    height: 288px;
    float: left;
}

/* Content */
#content {
    line-height: 1.5em;
    padding: 10px 20px;
}

#content h1, h2, h3, h4, h5, h6 {
    font-family: Arial,Helvetica,sans-serif;
}

#content h1 {
    color: #073e67;
    font-size: 16px;
    font-weight: bold;
}

#content h2 {
    color: #666666;
    font-size: 16px;
    font-weight: bold;
}

#content img.top {
    margin-bottom: 5px;
}

#content img.left {
    float: left;
    margin-right: 5px;
}

#content img.bottom {
    margin-top: 5px;
}

#content img.right {
    float: right;
    margin-left: 5px;
}

/* Footer */
#footer {
    background: url('/images/layout/footer.jpg') no-repeat;
    height: 56px;
}

/* Footer Nav */
#footer_nav {
    font-size: 12px;
    padding-top: 10px;
    margin-left: 30px;
}

#footer_nav ul {
    padding: 0;
    margin: 0;
}

#footer_nav li {
    color: #CCCCCC;
    display: inline;
    padding: 0;
    margin: 0;
}

#footer_nav a {
    color: #666666;
    text-decoration: none;
    padding: 0 4px 3px 0;
    margin: 0;
}

#footer_nav a:hover {
    text-decoration: underline;
}

#copyright {
    font-size: 10px;
    text-align: center;
}
/* End of 'DefiniteBlue - Main' */

