﻿/* html overrides */
html {
    background: #c0cece url(/css/images/body-bg.png) repeat-x scroll 0 0;
    overflow-y: scroll;
}

a {
    color: #004685;
    text-decoration: none;
}

a:hover { text-decoration: underline; }

h1,h2,h3,h4,h5 {
    color: #081b1b;
}

body { background: none; margin: 0;  }


h2 {
    
}

.hero {
    position: relative;
    top: -17px;
}
div.hero { 
    height: 200px;
}

/* UTILS */
.topborder { border-top: solid 2px; }
.toplink { clear: both; margin-top: 10px; }
p.toplink {padding-top: 10px; }
.quietDark { color: #CBAEFF; }
a.quietDark { text-decoration: none; }
a.quietDark:hover { color: #e6e6e6; border-color: #e6e6e6; }
a.preview { text-decoration: none; }
a.pointer { cursor: pointer; }

.right { float: right; }
.left { float: left; }
a.inverse { color: #fff; }
a.inverse:hover { color: #E5ECF9; }

.container { width: 920px; padding: 0 15px; }
.content-box { padding : 7px 20px; }

#branding, #sidebar {
    margin-right: 20px;
    width: 210px; 
    float: left;
}

#nav, #maincontent { width: 650px; float: left; }
#maincontent { border-bottom: 3px solid #41c1c2; } 

/* IE6 Fixes */
#sidebar { 
    display: inline;
}

/* Unique Page Sections */

#submenu-banners .item {
    margin-bottom: 10px;
}

#nav ul.Menu { 
    background : transparent url(images/nav-bg.png) no-repeat scroll 0 0; 
    height: 40px;
    padding: 0 10px ;
}

#nav li.Menu-Leaf a{
    height: 30px; padding: 10px 0 0; text-align: center; color: #fff;
}

#nav li.Menu-Leaf a.Menu-Selected { background: #c7c3dd; color: #000; }
#nav li.Menu-Leaf a:hover { 
    background: #c7c3dd url(/css/images/nav-hover-bg.png) repeat-x scroll left center; color: #000; }

#nav { padding: 35px 0 0 0; }

ul.Menu li a{ font-size: 1em; }
#content-top { 
    background-color:  transparent;
    background-image: url(/css/images/content-top-bg.png);
    background-repeat: no-repeat;
    background-position: 100%;
    background-position-y: 100%; /* FOR IE6 */
}
#content { background: transparent url(/css/images/content-body-bg.png) repeat-y scroll top center; }

#header {
    background: transparent url(/css/images/logostrip-bg.png) no-repeat scroll top left;
    height: 100px;
}

#branding img#logo {
    margin: 12px 0 0 64px;
}


#footer a, #footer a:link, #footer a:visited { color: #fff; text-decoration: none; }
#footer a:hover, #footer a:active { text-decoration: underline; }
#footer {
    background: transparent url(/css/images/footer-bg.png) no-repeat scroll center bottom;
    color: #fff;
    
}

#MenuLeaf-Level1-Item1-1 { width: 70px; }
#MenuLeaf-Level1-Item1-2 { width: 140px; }
#MenuLeaf-Level1-Item1-3 { width: 140px; }
#MenuLeaf-Level1-Item1-4 { width: 160px; }
#MenuLeaf-Level1-Item1-5 { width: 100px; }
#MenuLeaf-Level1-Item1-6 { width: 120px; }

h2.head, .heading {
    color: #fff;
    background: #6b4e9f;
    padding: 5px;
    border: 2px solid #82719f;
}
h2.head, h2.heading {
    font-size: 1.25em;
    padding: 1px 10px;
    /*border: none;*/
}
h3.heading {
    font-size: 1.25em;
    padding: 10px;
}

.reset-bg { background: none; }

.reset-margin, h3.reset-margin { margin-bottom: 0; }

/* ARTICLE STUFF */

table, td, th { vertical-align: top; }
.article .hd,
.summary .hd { 
    font-size: 1em;
    background: transparent url(images/article-top-bg.png) no-repeat scroll right top; 
}

.article .hd,
.article-addon .hd { 
    padding: 0; 
    margin: 0;
}
.article .hd span, .summary .hd span { 
    background: #ddf2f7 url(images/article-top-bg.png) no-repeat scroll left top; 
    margin-right: 10px; 
    display: block; 
    height: 20px; 
    font-size: 1.1em;
    font-weight: bold;
}
.article .hd span {
    padding: 5px 21px; 
    text-align: left;
}
.summary .hd span {
    padding: 5px 0 5px 10px; 
    text-align: center;
}

#banner-list a.item { margin-right: 10px; float: left; }
#banner-list .last { margin-right: 0; }
#banner-list { 
    margin-bottom: 10px;
}

.article .video { float: right; margin: 0 0 0 18px; }

.summary .ft img {
    width: 204px;
    /*margin: 3px;*/
}

#emailto,
.article .bd,
.article-addon .bd,
.article-addon .hd,
.summary .bd  { 
    border-left: 3px solid #41c1c2;
    border-right: 3px solid #41c1c2;
    padding: 5px 18px;
    background: #fff;
}
.summary .ft { 
    background: transparent url(images/summary-ft-bg.png) no-repeat scroll center bottom;
    padding: 3px;
}

input { -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 2px; }
.newsletter td { vertical-align: middle; }
.summary {
    margin-bottom: 20px;
}

.article .author {
    /*border: 2px solid #d9e5fa;*/
    padding: 10px; 
}
.article .author .hd {
    margin: 0;
}
.article .author img {
    float: left; margin-right: 5px; max-width: 75px;
}
.article .author .content { position: relative; padding-left: 80px; font-size: 0.834em; }
.article .author hr { clear: none; color: #888; background: #888; }

.bookmarks a {
    background: transparent url(/css/images/bookmark-grad-bg.gif) repeat-x scroll 0 0;
    border-left: solid 1px #d7e0e3;
    border-right: solid 1px #d7e0e3;
    height: 18px;
    padding: 2px 10px 4px;
    display: block;
    float: left;
    text-decoration: none;
}

.bookmarks a img {
    height: 16px;
}

.bookmarks a:hover {
    background-image: url(/css/images/bookmark-grad-hover-bg.gif);
    text-decoration: underline;
}

.bookmarks img.cap {
    float:left;
}

.breadcrumbs{
    margin-bottom: 1.5em;
}

/* Other Modules */
.bookmarks a span { float: left; margin: 1px 4px 0; }
