/* BASE CSS RULES */

html {
    height: 100%;
}
body {
    height:100%;
    background-color: #dc2e00;
    background-image: url(/images/master_background.gif);
    background-repeat: no-repeat;
    background-position: center top;
}

#container {
    min-height:100%;
    _height:100%; /* for IE6 as it doesnt understand min-height */
    height: auto;
}
#content {
    padding-bottom: 125px;
}

/* HEADER */
/* SEARCH BOX */
#smallFeature {
    background-image: url(/images/search_box_background.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

/* LOGO AREA */
#logoHeaderBar {
    background-image: url(/images/logo_header_background.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 63px;
    width: 960px;
}

#menuLogo #logoHeaderBar #logoImage {
    background-image: url(/images/logo_header_image.png);
    background-repeat: no-repeat;
    height: 118px;
    width: 123px;
    position: absolute;
    z-index: 80;
    top: 125px;
    background-position: right center;
    cursor: pointer;
}
#menuLogo #logoHeaderBar #logoImageSmall {
    background-image: url(/images/logo_header_image.png);
    background-repeat: no-repeat;
    height: 118px;
    width: 123px;
    position: absolute;
    z-index: 80;
    top: 107px;
    background-position:top ;
    cursor: pointer;
}
#topMenuDrop {
    background-image: url(/images/header_drop.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    width: 960px;
    height: 10px;
}
#socialIcons ul {
    display: block;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}
#socialIcons ul li {
    display: inline;
    list-style-type: none;
    width: 27px;
    margin:0;
    padding:0;
}






/* NAVIGATION */
#menuLogo #nav {

    height: 32px;
    width: 960px;
    font-family:Arial;
    font-size:12px;
    font-weight:600;
}

#menuLogo #nav ul#mainNavigation {
    background-image: url(/images/nav_background.gif);
    background-repeat: repeat-x;
    background-position: left top;
    display: block;
    padding-left:120px;
    height: 32px;
}

#menuLogo #nav li.mega {
    float: left;
    list-style: none;
    height: 25px;
    padding-top: 7px;
    padding-left: 15px;
    padding-right:  15px;
    margin-left: 0;
}

#menuLogo #nav li.mega:hover {
    background-image: url(/images/mega_highlight.gif);
    background-repeat: repeat-x;
    backgroun-position: top left;
}
#menuLogo #nav li.mega a.megaHeading {
    font-family: Verdana, Geneva, sans-serif;
    color: #ddd;
    text-decoration: none;
}

.megaSubNav li a {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    font-weight: lighter;
    color: #CCC;
    text-decoration: none;
    display: block;
}

.megaSubNav li:first-child {
    display: block;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: dashed;
    border-bottom-style: dashed;
    border-top-color: #ed2b17;
    border-bottom-color: #ed2b17;
    height: 25px;
    margin-left: 0;
    list-style-type:disc;
    list-style-position: inside;
    list-style-image: url(/images/mega_bullet.gif);
}

.megaSubNav li:first-child:hover {
    display: block;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: dashed;
    border-bottom-style: dashed;
    border-top-color: #ed2b17;
    border-bottom-color: #ed2b17;
    height: 25px;
    margin-left: 0;
    list-style-type:disc;
    list-style-position: inside;
    list-style-image: url(/images/mega_bullet.gif);
}

.megaSubNav li {
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #ed2b17;
    border-top: none;
    height: 25px;list-style-type:disc;
    list-style-position: inside;
    list-style-image: url(/images/mega_bullet.gif);
    margin-left: 0;
}

.megaSubNav li:hover {
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #ed2b17;
    border-top: none;
    height: 25px;list-style-type:disc;
    list-style-position: inside;
    list-style-image: url(/images/mega_bullet.gif);
    margin-left: 0;
    background-color: #4c4c4c;
}

.megaSubNav li a {
    text-indent: 10px;
}

.megaSubNav ul {
    padding-left: 0;
    margin-left: 0;
    list-style-type:disc;
    list-style-position: inside;
    list-style-image: url(/images/mega_bullet.gif);
}

ul#mainNavigation div {
    display: none;
}
ul#mainNavigation li.mega div.mmenu {
    position: absolute;
    margin-top:6px;
    left: 50%;
    margin-left:-480px;
    padding-left: 0px;
    width: 960px;
    height:0;
    z-index:60;
    background-image: url(/images/mega_background.png);
    background-repeat: no-repeat;
    background-position: center top;
}
.mega-min-pic {
    background-image: url(/images/mega_placeholder.gif);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0px 12px 0 25px;
    width: 125px;
    height: 100px;
    display: inline;
    float: left;
}

ul#mainNavigation li.hovering div  {
    display: block;
}

.megaSubNav {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 25px;
    font-weight: lighter;
    color: #CCC;
    text-decoration: none;
    list-style-type:disc;
    list-style-position: inside;
    list-style-image: url(/images/mega_bullet.gif);
}









#flashFeatureBanner {
    height: 280px;
    width: 960px;
    background-image: url(/images/flash_feature_holder.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

#footer {
    position: relative;
    width:960px;
    left:50%;
    margin-left: -480px;
    height:125px;
    background-image: url(/images/footer_background.gif);
    background-repeat: no-repeat;
    background-position: center top;
    overflow:hidden;
    margin-top: -125px;
    clear: both;
}

#footer #sitemap #navigation li {
    list-style: none;
    line-height: 12px;
    padding-left:10px;
    margin-left: 0;
    padding:0 0 0 10px;
}

#footer #sitemap #navigation .column {
    display: inline;
    list-style-type: none;
    width: 113px;
    float: left;
    list-style:none;
    padding:0 1px 0 0;
    margin: 0;
}
#footer #sitemap #navigation .column ul li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFF;
    font-weight:lighter;
    text-decoration: none;
    line-height: 10px;
}
#footer #sitemap #navigation .column ul .firstLink {
    display: block;
    background-color: #441601;
    line-height: 22px;
    width: 113px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #8a2c03;
}
#footer #sitemap #navigation .column ul .firstLink a {
    font-size: 13px;
    color: #FFF;
    margin-left: -2px !important;

}
#footer #footerLogoText {
    position: relative;
    margin-left: 600px;
    margin-top: 30px !important;
    background-image: url(/images/footer_logo_text.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 68px;
    width: 313px;
    cursor: pointer;
}

#sitemap {
    width: 450px;
    padding: 0 0 0 10px;
}
#sitemap #navigation {
    display: block;
    width: 460px;
}
#menuLogo #logoHeaderBar #logoText {
    background-image: url(/images/logo_header_text.png);
    background-repeat: no-repeat;
    height: 55px;
    width: 365px;
    position: absolute;
    top: 125px;
    background-position: right center;
    cursor: pointer;
}
div.tooltip { 
    background:transparent url(/img/tooltip/black_arrow_big.png) no-repeat scroll 0 0;
    font-size:14px; 
    height:153px; 
    padding:30px; 
    width:310px; 
    font-size:14px; 
    display:none; 
    color:#fff; 
}

#featureRow h1 {
    color: #ffffff;
    font-size: 1.5em;
    font-weight: lighter;
    line-height: 1.5em;
    padding-bottom:0;
    margin-bottom: 0;
}

#featureRow h2 {
    color: #ffffff;
    font-size: 1.2em;
    font-weight: lighter;
    line-height: 1em;
}
#verticalNavigation ul {
    margin-top: 5px;
    display: block;
    list-style-type: none;
    margin-bottom: 5px;
}
#verticalNavigation ul li {
    background-color: #333;
    display: block;
    margin: 5px;
    width: 170px;
}
#verticalNavigation ul li:hover {
    background-color: #555;
    display: block;
    margin: 5px;
    width: 165px;
    border-right: solid 5px #CCC;
}
#verticalNavigation ul li a {
    text-decoration:none;
    color:#999;
    font-size:10px;
    display:block;
    padding: 5px;
}
#verticalNavigation ul li a:hover {
    text-decoration:none;
    color:#fff;
    font-size:10px;
    display:block;
    padding: 5px;
}
#container #content #verticalNavigation ul li .current {
    font-weight: bold;
    color: #FFF;
}
#container #content #verticalNavigation ul li .current {
    background-color: #777;
}
#container #content #verticalNavigation ul li ul {
    background: #222;
}
#container #content #verticalNavigation ul li ul li {
    background: none;
    list-style-type: none;
    list-style-position: inside;
    text-indent: 15px;
}
#container #content #verticalNavigation ul li ul li a {
    color: #7a7878;
}
#container #content #verticalNavigation ul li ul li:hover {
    border: none !important;
}


#contentMain a {
    text-decoration: none;
    color: #d50000;
    border-bottom: 1px dotted #c88888;
}
#contentMain a:hover {
    text-decoration: none;
    color: #d30000;
    border-bottom: 1px solid #c88888;
}

#textArea {
    padding:15px 10px 0px 10px;
    margin-left:0;
    margin-right:0;
    color: #666;

}
#textArea div.framed-image a {
    border:  none;
}

#textArea div.framed-image a {
    color: #8b8b8b;
}

#textArea h2 {
    font-size: 1.3em;
    margin:0;
    padding:0;
}

#textArea h3 {
    font-size: 1.1em;
    margin:0;
    padding:0;
}
div.framed-image-left {
    background: url(/images/bg-image-holder.gif) bottom left repeat-x;
    display: inline-block;
    padding:3px;
    float:left;
    margin-right: 10px;
}
div.framed-image-left img {
    margin: 5px 5px 0 5px;
}
div.framed-image-left p {
    padding:0;
    margin: 0 0 2px 5px;
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
}

div.framed-image-right {
    background: url(/images/bg-image-holder.gif) bottom left repeat-x;
    display: inline-block;
    padding:3px;
    float:right;
    margin-left: 10px;
}
div.framed-image-right img {
    margin: 5px 5px 0 5px;
}
div.framed-image-right p {
    padding:0;
    margin: 0 0 2px 5px;
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
}

div.framed-image-left a {
    color: #8b8b8b !important;
    text-decoration: none;
    border: none !important;
}
div.framed-image-right a {
    color: #8b8b8b !important;
    text-decoration: none;
    border: none !important;
}
#year-jump {
    width: 180px;
    float:right;
    background-color: #333333;
    position: relative;
}
#year-jump p {
    color: white;
    text-align:center;
    padding-top:10px;
    padding-bottom: 14px;
    margin: 0;
    background: url(/images/mini_underline.gif) no-repeat;
    background-position: center bottom;
}
#year-jump ul {
    border: 0;
    padding: 0;
    margin: 0 0 0 -30px;;
}
#year-jump li {
    display: block;
    text-indent: 25px;
    padding: 2px 0 2px 0;
}
#year-jump li.hi {
    background-color: #4a4a4a;
}
#year-jump a {
    border: none;
    font-size: 12px;
    line-height: 18px !important;
    color: #ccc;
}
#year-jump a:hover {
    border: none;
}
blockquote {
    padding: 10px 0 10px 0;
    text-indent: 25px;
    margin-left:25px;
    margin-right:25px;
    font-style: italic;
    font-family: 'Times New Roman',Times,serif;
}