

/* ********************************************** */
/* GLOBAL TAG STYLES */
/* ********************************************** */
* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font: 12px/17px Arial,Sans-Serif;
    text-align: center;
    background-color: #fff;

    

    background-image: url('http://images.military.com/media/shared/css-global/bg-body.png');
    background-position: center 0;
    background-repeat: repeat-x;
}

body.SIMPLIFIED,
body.nonav {
    /* no primary nav block graphic */
    
    background-image: url('http://images.military.com/media/shared/css-global/bg-body-simplified.png');
}

a {
    text-decoration: none;
    color: #00c;
}

a:hover {
    text-decoration: underline;
}

image, fieldset {
    border: none;
}

p {
    padding: 0 0 18px 0;
}

ul {
    list-style: none;
}


/* ********************************************** */
/* GLOBAL BUTTON STYLE */
/* ********************************************** */
/*
DEVELOPER NOTE: BUTTON tags have default stylings that are difficult to work
around. All BUTTONS on this site need to have a width and height specified.
See particular implementations for specific widths and heights on div.button
*/
div.button {
    position: relative;
}

div.button button {
    border: 1px solid #999;
    
    background: #fcc505 url('http://images.military.com/media/shared/css-global/bg-button.png') 0 0 repeat-x;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

button span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-weight: bold;
    line-height: 21px;
    text-align: center;
    color: #000;
    cursor: pointer;
}


/* ********************************************** */
/* PAGE CONTAINERS */
/* ********************************************** */
#pageHead,
#pageBody,
#pageFoot {
    width: 960px;
    margin: 0 auto;
    text-align: left;
}

#pageHead {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -480px;
    z-index: 1;
    height: 135px;
}

/*Was in news site's css but not in Kevin's new css */
body.nonav #pageHead {
    height: 75px;
}

#pageBody {
    z-index: 0;
    overflow: hidden;
    padding: 151px 0 18px 0;
}

/*Was in news site's css but not in Kevin's new css */
body.nonav #pageBody {
    padding: 93px 0 18px 0;
}

#pageFoot {
    z-index: 0;
    border-top: 1px solid #ccc;
    padding: 8px 0;
}


/* ********************************************** */
/* BODY CONTAINERS */
/* ********************************************** */
#bodyContent {
    float: right;
    width: 775px;
}

#bodySidebar {
    overflow: hidden;
    float: left;
    width: 160px;
}


/* ********************************************** */
/* PAGEHEAD - LOGO */
/* ********************************************** */
#logo {
    display: block;
    width: 160px;
    height: 75px;
}



#logo a {
    position: relative;
    top: 10px;
    overflow: hidden;
    display: block;
    width: 160px;
    height: 54px;
    text-indent: -999em;
    background: url('http://images.military.com/media/shared/css-global/bg-logo.png') 0 0 no-repeat;
}

#logo span {
    position: absolute;
    top: 43px;
    left: 0;
    width: 100%;
    height: 11px;
    text-indent: -999em;
    background-image: url('http://images.military.com/media/shared/css-global/bg-logo.png');
    background-position: 0 -43px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.HOME #logo span {
    background-position: 0 -43px;
}

.BENEFITS #logo span {
    background-position: 0 -54px;
}

.NEWS #logo span {
    background-position: 0 -65px;
}

.ENTERTAINMENT #logo span {
    background-position: 0 -76px;
}

.JOINTHEMILITARY #logo span {
    background-position: 0 -87px;
}

.EDUCATION #logo span {
    background-position: 0 -98px;
}

.VETERANJOBS #logo span {
    background-position: 0 -109px;
}

.MONEY #logo span {
    background-position: 0 -120px;
}

.DEALS #logo span {
    background-position: 0 -131px;
}

.MILITARYFAMILY #logo span {
    background-position: 0 -142px;
}

.COMMUNITY #logo span {
    background-position: 0 -153px;
}

.SIMPLIFIED #logo span {
    background-position: 0 -164px;
}

.GLOBAL #logo span {
    background-position: 0 -43px;
}




/* ********************************************** */
/* NAV0 - HEADER NAVIGATION */
/* ********************************************** */



#nav0 {
    overflow: hidden;
    position: absolute;
    top: 8px;
    right: 0px;
    height: 58px;
    width: 344px; /* must be an even number for IE positioning reference */
}

#nav0_account {
    position: relative;
    left: 9px;
    float: right;
}

#nav0_account li {
    float: left;
    font-size: 12px;
    line-height: 12px;
    padding: 0 9px 0 8px;
    background: url('http://images.military.com/media/shared/css-global/bg-dividers.png') right -39px no-repeat;
    color: #fff;
}

#nav0_account li:first-child {
	width:190px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	text-align:right;
}

.ie #nav0_account li:first-child {
	width:185px;
}

#nav0_account li a {
    color: #fff;
}

#nav0_account li a:hover {
    color: #fff;
}

/* site search widget */
#nav0_search {
    position: absolute;
    bottom: 0;
    right: -9px;
    width: 100%;
    color: #000;
    text-align: right;
}

#nav0_search li {
    float: right;
    font-size: 11px;
    line-height: 11px;
    padding: 0 9px 0 8px;
    background: url('http://images.military.com/media/shared/css-global/bg-dividers.png') right -70px no-repeat;
    color: #fff;
}

#nav0_search li a {
    color: #ccc;
}

#nav0_search li a:hover {
    color: #fff;
    text-decoration: none;
}

#nav0_search li.active a {
    font-weight: bold;
    color: #fff;
}

#nav0_search li.active a:hover {
    text-decoration: none;
}

#nav0_search li form {
    display: none;
}

#nav0_search li.active form {
    position: absolute;
    top: -28px;
    right: 9px;
    display: block;
    width: 326px;
}

#nav0_search li input {
    float: right;
    width: 249px;
    border: 1px solid #403f3f;
    margin: 0 0 0 4px;
    padding: 2px 5px;
    font-size: 12px;
}

#nav0_search li div.button {
    float: right;
    margin: 0 0 0 4px;
    width: 53px;
    height: 21px;
}

#nav0_search li input#nav0_search_buddy1 {
    width: 88px;
}

#nav0_search li input#nav0_search_buddy2 {
    width: 145px;
}

#nav0_search li input#nav0_search_jobs1 {
    width: 188px;
}

#nav0_search li input#nav0_search_jobs2 {
    width: 45px;
}


/* ********************************************** */
/* NAV1 - TIER 1 AND TIER 2 NAVIGATION */
/* ********************************************** */
#nav1 {
    position: relative;
    display: block;
    width: 960px;
    height: 30px;
}

#nav1 li {
    float: left;
    display: block;
    background: url('http://images.military.com/media/shared/css-global/bg-dividers.png') 0 0 no-repeat;
}

#nav1 li.first {
    background: none;
}

#nav1 li a,
#nav1 li span {
    position: relative;
    float: left;
    display: block;
    padding: 0 10px 0 11px;
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    color: #000;
}

#nav1 li.first a {
    padding-left: 10px;
}

#nav1 li a:hover {
    z-index: 1;
    margin-right: -1px;
    padding-right: 11px;
    text-decoration: underline;
}

#nav1 li.active a,
#nav1 li.active a:hover {
    z-index: 2;
    margin-right: -1px;
    padding-right: 11px;
    text-decoration: none;
    color: #fff;
    background: #000;
}

/* TIER 2 NAV -- hide by default */
#nav1 li ul {
    display: none;
}

/* TIER 2 NAV -- override tier 1 rules */
#nav1 li.active ul {
    display: block;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    background-color: #000;
}

#nav1 li.active ul li {
    float: left;
    display: block;
    padding: 0 11px 0 12px;
    background: url('http://images.military.com/media/shared/css-global/bg-dividers.png') 0 -30px no-repeat;
}

#nav1 li.active ul li.first {
    padding-left: 11px;
    background: none;
}

#nav1 li.active ul li a,
#nav1 li.active ul li span {
    position: static;
    border-top: 6px solid #000;
    border-bottom: 6px solid #000;
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    color: #fff;
}

#nav1 li.active ul li a:hover {
    z-index: 0;
    margin-right: 0;
    padding-right: 0;
    text-decoration: underline;
    background: transparent;
}

#nav1 li.active ul li.active a,
#nav1 li.active ul li.active span,
#nav1 li.active ul li.active a:hover {
    z-index: 0;
    margin-right: 0;
    padding-right: 0;
    border-bottom: 6px solid #e7070c;
    font-weight: bold;
    text-decoration: none;
    background: transparent;
}

/* TIER 2 -- MORE MENU ITEM */
#nav1 li.active ul li span {
    font-weight: bold;
    cursor: default;
}

/* TIER 2 -- MORE MENU */
#nav1 li.active ul li.more {
    float: right;
    padding: 0 11px 0 0;
    background-image: url('http://images.military.com/media/shared/css-global/bg-navicons.png');
    background-position: right 12px;
    _background-position: right 13px;
    background-repeat: no-repeat;
}

#nav1 li.active ul li.more ul {
    display: none;
}

#nav1 li.active ul li.more.showMenu ul, /* IE6 + JavaScript */
#nav1 li.active ul li.more:hover ul {
    display: block;
    position: absolute;
    top: 30px;
    left: auto;
    right: 0px;
    width: auto;
    height: auto;
    padding: 10px 16px;
    background-color: #000;
    border-top: 1px solid #333;
}

#nav1 li.active ul li.more ul li {
    float: none;
    display: block;
    padding: 0;
    background: none;
    clear: both;
    white-space: nowrap;
}

#nav1 li.active ul li.more ul li a {
    float: none;
    border-top: none;
    border-bottom: none;
    display: inline;
    padding: 0;
    font-weight: normal;
}

#nav1 li.active ul li.more ul li a:hover {
    text-decoration: underline;
    border-bottom: none;
    font-weight: normal;
}

#nav1 li.active ul li.more ul li.active a,
#nav1 li.active ul li.more ul li.active a:hover {
    text-decoration: underline;
    font-weight: bold;
}


/* ********************************************** */
/* NAV3 - TIER 3 AND TIER 4 NAVIGATION */
/* ********************************************** */
#nav3 {
    padding: 1px 0 10px;
}

#nav3 li {
    position: relative;
    z-index: 0;
    height:24px;

}

#nav3 li.active {
    z-index: 1;
}

#nav3 li a {
    display: block;
    width: 100%;

    position: relative;
    z-index: 0;
    margin: -1px 0 0 0;
    line-height: 22px;

    
    background: #e4e5e5 url('http://images.military.com/media/shared/css-global/bg-nav3.png') 0 0 repeat-x;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;

    color: #000;
    font-weight: bold;
}

#nav3 li.active a {
    z-index: 1;
    background: #000;
    border-top: 1px solid #333;
    border-bottom: 1px solid #000;

    color: #fff;
}

#nav3 li a:hover {
/*  font-style: italic;
    text-decoration: none; */
}

#nav3 li a span, #nav3 li span a {
    display: block;
    padding: 0 0 0 9px;
    cursor: pointer;
}

/* TIER 3 */
#nav3 li.active ul {
    position: relative;
    z-index: 0;
}

#nav3 li.active ul li {}

#nav3 li.active ul li.active {}

#nav3 li.active ul li a {
    z-index: 0;
    margin: -1px 0 0 0;
    line-height: 22px;

    background: #fff;

    border-top: 1px solid #999;
    border-bottom: 1px solid #999;

    color: #000;
    font-weight: normal;
}

#nav3 li.active ul li.active a {
    z-index: 1;
    background: #fff url('http://images.military.com/media/shared/css-global/bg-navicons.png') 6px -993px no-repeat;
    _background-position: 6px -992px;

    border-top: 1px solid #999;
    border-bottom: 1px solid #999;

    color: #000;
}
/*
#nav3 li.active ul li a:hover {
    font-style: italic;
    text-decoration: none;
}
*/
#nav3 li.active ul li a span, #nav3 li.active ul li span a {
    padding: 0 0 0 18px;
}


/* ********************************************** */
/* PAGEFOOT CONTENT */
/* ********************************************** */
#nav5 {
    border-top: 1px solid #ccc;
    padding: 5px 2px 0;
    margin-left: auto;  margin-right:auto;
    text-align: left;
    width: 960px;
}

.SIMPLIFIED #nav5 {
    text-align: center;
}

#nav5 li {
    display: block;
}

#nav5 li span,
#nav5 li ul,
#nav5 li li {
    display: inline;
    font-size: 11px;
    line-height: 18px;
}

#nav5 li span {
    position: relative;
    left: 2px;
    z-index: 3;
    font-weight: bold;
    background: #fff;
}

#nav5 li ul { margin-left: -3px; }

#nav5 li li {
    padding: 0 0 0 7px;
    margin-left: 2px;
    font-weight: normal;
    color: #666;
    background: url('http://images.military.com/media/shared/css-global/bg-dividers.png') 0 -99px no-repeat;
}

#copyrightAndParentCo {
    padding: 0;
    text-align: center;
    font-size: 11px;
    line-height: 19px;
    color: #999;
}

#copyrightDate {
    background: url('http://images.military.com/media/shared/css-global/bg-dividers.png') right -99px no-repeat;
    padding-right: 5px;
    display: inline;
}

#parentCompany {
    
    background: transparent url('http://images.military.com/media/shared/css-global/bg-parentcompany.png') left center no-repeat;
    padding-left: 69px;
    display: inline;
}

/* new/short version */

div#pageFoot {
    text-align: left;
    color: #666;
    font-size: 11px;
    font-weight: regular;
}

div#pageFoot a {
    color: #00c;
    font-size: 11px;
    font-weight: regular;
    padding-right: 3px;
    border-right: 1px solid #666;
}

div#pageFoot .copyright {
}

div#pageFoot .aMonsterCompany {
    color: #999;
    display: block;
    margin-left: auto; margin-right: auto; /* center the block */
    width: 168px;
    text-align: right;
        
    background: transparent url('http://images.military.com/media/shared/css-global/bg-parentcompany.png') 0 50% no-repeat;
}

/** Social Media elements in the Footer **/



#nav5 li#socialnetworkingfooter {
    text-align: center;
    font: 12px Arial, Helvetica, sans-serif;
    color: #00c;
    line-height: 15px;
    margin: 10px 0;
}

#nav5 li#socialnetworkingfooter a {
    text-decoration : none;
}

#nav5 li#socialnetworkingfooter .facebook-icon,
#nav5 li#socialnetworkingfooter .twitter-icon {
    background: transparent url('http://images.military.com/media/shared/css-global/sprites/sprite-socialnetworking-footer.jpg') top left no-repeat;
    width : 15px;
    height : 15px;
    text-indent: -9999px;
    display : inline-block;
    cursor: pointer;
    margin-right: 5px;
}

#nav5 li#socialnetworkingfooter .twitter-icon {
    background-position: 0 -15px;
    margin-right: 0;
}


/* ********************************************** */
/* BODYCONTENT COLUMNS */
/* ********************************************** */
.columns_775,
.columns_775 .column1,
.columns_450_300 {
    width: 775px;
    clear: both;
}

.column1,
.column2{
    overflow: hidden;
}

.columns_450_300 .column1 {
    float: left;
    width: 450px;
}

.columns_450_300 .column2 {
    float: right;
    width: 300px;
}


/* ********************************************** */
/* BODYCONTENT GENERIC CONTENT CONTAINERS */
/* ********************************************** */
ol#breadcrumb {
    float: left;
    display: block;
    width: 100%;
    padding: 0 0 12px 0;
    list-style: none;
}

ol#breadcrumb li {
    float: left;
    font-size: 12px;
    padding-right: 4px;
    white-space: nowrap;
}

ol#breadcrumb li.caret{
    font-size : 150%;
    color : #115;
    padding-right: 8px;
}

/* ********************************************** */
/* GLOBAL - DIDYA */
/* ********************************************** */
.didya {
    text-align: right;
}


/* ********************************************** */
/* GLOBAL - ADS */
/* ********************************************** */
#pageHead_sponsor {
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 166px;
    width: 468px;
    height: 75px;
}

#pageHead_sponsor div {
    position: relative;
    overflow: hidden;
    width: 468px;
    height: 75px;
}

#pageHead .ad {
    overflow: hidden;
    position: absolute;
    top: 6px;
    left: 166px;
    width: 468px;
    height: 60px;
}

#pageHead .ad div {
    position: relative;
    overflow: hidden;
    width: 468px;
    height: 60px;
}

#pageBody .ad { /* was: #bodyContent .ad */
    padding: 10px 0 18px 0;
    
    background: transparent url('http://images.military.com/media/shared/css-global/bg-advertisement.png') center 2px no-repeat;
}

#pageBody .ad.noBanner {
    background : none;
    padding-top: 0; /* no label means no offset for the label */
}

#pageBody .ad div { /* was: #bodyContent .ad div */
    position: relative;
    overflow: hidden;
}

#bodyContent .columns_775 .column1 .ad div {
    width: 728px;
    height: 90px;
    margin: 0 0 0 23px;
}

#bodyContent .columns_450_300 .column2 .ad div {
    width: 300px;
    height: 250px;
}


/* fpo */

/* removed 20090924 KSB per req from RB
.ad div,
#pageHead_sponsor div {
    text-align: center;
    font-family: verdana;
    font-size: 10px;
    color: #fff;
    background: #777;
}
*/

.blockPagination {
    margin-left: auto;  margin-right: auto; /* centers the block */
    text-align: center; /* centers the text within the block */
}

.blockPagination span {
    font-weight: bold;
}


div.sidebar {
    margin: 5px 0 15px;
}

div.sidebar h3 {
    
    background: url('http://images.military.com/media/shared/css-global/bg-sidebar-blue-grad.gif');
    height: 21px; /* 25-4 */
    overflow: hidden;
    font-size: 12px;
    font-weight: bold;
    font-family; Arial, Helvetica, sans-serif;
    color: white;
    padding: 4px 0 0 8px;
}

div.sidebar ul {
    border: 9px solid #eef0f4;
    padding: 15px;
    list-style-type: square;
    list-style-position: inside;
}

div.sidebar ul li {
    text-indent: -2em;
    margin-left: 2em;
    color: #999;
}

/* ---- PictureLink component ---- */

.pictureLink {
}

.pictureLink .linkBlurb,
.pictureLink .linkText {
    display: none;
}


/* ---- /PictureLink component ---- */


div.postIndividual div.body1 { margin-top: -9px; }
div.postIndividual div.body1 p,
div.postIndividual div.body1 ul,
div.postIndividual div.body1 ol { padding: 9px 0; }
    div.postIndividual div.body1 ul ul { padding: 9px 0 0;}
div.postIndividual div.body1 table { margin: 9px 0; }
div.postIndividual p.soundOff { padding: 9px 0; }





.noticeBoxBig {
    position: relative;
    border: 1px solid #c5c4c3;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    background: url('http://images.military.com/media/shared/css-global/embeddedheaderbg.gif') top center repeat-x;
    padding-top: 24px; /* height of the embeddedHeaderBG */
    margin-bottom: 8px;
    zoom: 1;
}

    .noticeBoxBig .embeddedTitle {
        position: absolute;
        top: 2px;
        left: 9px;
        width: 100%;
        font-size: 12px;
        line-height: 19px;
        height: 24px;
    }

    .noticeBoxBig p {
        border:9px solid #EEF0F4;
        padding: 30px 9px;
        margin: 0 auto;
        text-align: center;
    }

span.divider { margin-left:3px; } /* for article bylines */


a img {
    border: none;
}

/* Odd components that do not use the roundedBottom class */
.tileComponent, .panelItemImage {
    margin-bottom : 8px;
}

.tileComponent .tileItem {
    float: left;
    margin-right: 6px;
}

.tileComponent .tileLastItem {
    float: none;
    margin-right: 0px;
}


/* begin sponsorship "wings" */

#sponsorships { width: 960px; margin: 0 auto; }

#sponsorships #promowingleft-panel,
#sponsorships #promowingright-panel,
#sponsorships #promomasthead-panel { zzdisplay: none; }

#sponsorships #promowingleft-panel,
#sponsorships #promowingright-panel {
    width: 160px;
    height: 700px;
    position: absolute;
    top: 135px;
    left: 0;
}

#sponsorships #promowingleft-panel {
    margin-left: -160px;
}
#sponsorships #promowingright-panel {
    margin-left: 960px;
}

#sponsorships #promomasthead-panel {
    position: absolute;
    top: 0;
    right: 340px;
    max-height: 75px;
    max-width: 620px;
    z-index: 7200;
}

/* end sponsorship "wings" */

/* begin social networking sidebar stuff */

#socialnetworking { padding: 32px 10px 0px; }
#socialnetworking ul { list-style-type: none; list-style-position: outside; padding: 0; }
#socialnetworking ul li {
    height: 42px;
    width: 80px; /* 120px - 40 */
    overflow: hidden;
    padding: 0 0 0 40px;
    
    background: transparent url('http://images.military.com/media/shared/css-global/sprites/sprite-socialnetworking.jpg') top left no-repeat;
}

#socialnetworking ul li.facebook { background-position: 0 0; }
#socialnetworking ul li.twitter { background-position: 0 -42px; }
#socialnetworking ul li.feedback {
    background-position: 0 -84px;
    padding-top: 6px; /* to center the text */
    height: 36px; /* to account for the top padding */
}

/* end social networking sidebar stuff */

/* Social networking elements on articles */
.addthis_pill_style {
    margin-right:3px;
}
.at300b  {
    margin-right:3px;
    width : 70px;
}

/* Hack to override Channel specific CSS, will not require it in the new refactored CSS */
div.postIndividual div.postMetadata {
    height : 15px !important;
}

div.socialContainer {
    padding-bottom : 8px;
}
/* Social networking elements on articles */


#detailview-panel .postIndividual .comp img {
    float: left;
    margin: 0 12px 12px 0;    
}

/* Hack to override Channel specific CSS, will not require it in the new refactored CSS */
div#detailview-panel div#sectionResourcesforMilitaryLife ul.listLeft, 
div#detailview-panel div#sectionResourcesforMilitaryLife ul.listRight {
    margin: 0 1px !important;
}

/* Hack to override Channel specific CSS, will not require it in the new refactored CSS */
div#detailview-panel div#sectionSpouseChannelataGlance ul.listLeft, 
div#detailview-panel div#sectionSpouseChannelataGlance ul.listRight {
    margin: 0 1px !important;
}

/* Hack to override Channel specific CSS, will not require it in the new refactored CSS */
div.captionedImage {
    width : auto !important;
}

/* Beta Tab Label*/
#nav1 li a .beta-label{
	color: #FFFFFF;
    display: none;
    font-size: 10px;
    font-weight: normal;
    line-height: normal;
    padding: 0;
    position: absolute;
    right: 5px;
    text-transform: lowercase;
    top: 20px;
}

#nav1 li.active a .beta-label{
	display: block;
}
