@charset "utf-8";
/* 
 *
 * Copyright (c) 2011 Coast Guard Auxiliary Association, Inc.. All rights reserved. 
 * CSS for U.S. Coast Guard Auxiliary D11SR Web Use (d11s.org)
 * 
 * This css gets inserted into the html after the uscgaux.css and before the IE patch 
 * NB: 19 Feb 2011 - This version INCORPORATES uscgaux.css
 * 
 * <link href="http://www.cgaux.org/_includes/uscgaux.css" rel="stylesheet" ...
 * <link href=LOCAL_ROOT . "_platform/Aux_standard_styles.css" rel="stylesheet" ...
 * <link href=LOCAL_ROOT . "_platform/Aux_standard_styles_IE_lt_8.css" rel="stylesheet" ...
 * 
 *  Initial Release: Steve Johnson, ADSO-CS D11SR, January 2010 
 *
 */

/* Beginning of styles unique to this Platform */
#TopBanner {
    border-bottom: thin solid #069;
    /*	background-image:url(../_images/USCGAUX_TopBanner.jpg); */
    background-image: url(USCGAUX_TopBanner.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 90px;
    width: 100%
}

body {
    /* width:782px; */ /* 782 is National Standard */
    width: 782px;
    border: none;
    font-size: 13px;
}

img {
    border: none;
    margin: 0;
    padding: 0;
}

#wrapper {
    /* zoom:1;*/
    float: left;
    background-color: #FFFFFF;
    color: #000000;
    min-height: 0;
    border-right: 1px solid #036;
    border-left: 1px solid #036;
    margin-left: -1px;
    width: 782px;
    padding: 0;
    position: absolute; /*Steve July 1 */
}
/* Mainbody modified to 190px leftmargin for D11SR                                  */
#mainbody {
    margin-left: 190px; /* Overrides National Template for Wider sidebars           */
    width: 591px; /* Body Width - margin-left - 1 = 782 - 190 - 1 */
    border: none;
    border-left: 1px solid #036;
    background: #FFFFFF;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: inherit;
    position: relative; /*Steve July 1 */
}

    #mainbody.wide {
        margin-left: 0px;
        border-left: none;
        width: 100%;
    }

    #mainbody p {
        padding: .4em 12px;
        line-height: 1.3em; /* */
    }
    /* #mainbody { border-left:1px solid #003366; padding:0.25em 1em; text-align:left;} */

    /* this creates a "header" class for the "p" tag and assigns a font that is         */
    /*   slightly larger than the normal paragraph font with a weight that is bold      */

    #mainbody h1 {
        font-family: Verdana, Geneva, sans-serif;
        font-weight: 700;
        font-size: 16px;
        /* font-size-adjust:none;  Removed SCJ 24 July 2010 */
        font-style: normal;
        font-variant: normal;
        letter-spacing: normal;
        text-align: left;
        color: #244061;
        padding: 0px;
        padding-left: 12px;
        padding-right: 12px;
        margin-top: 0px;
        margin-top: 12px;
        margin-left: 0px;
        margin-right: 0px;
    }

        #mainbody h1.stinger {
            border-bottom: #AA0022 2px solid;
            text-align: center;
            padding: 0;
            margin-top: 23px;
        }

        #mainbody h1.page_header {
            text-align: center;
            padding: 0;
            margin-top: 23px;
        }

    #mainbody h2, #mainbody h2 a {
        font-weight: bold;
        text-align: center;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
        padding: 2px;
        color: #FFFFFF;
    }

        #mainbody h2.blue {
            color: #2A0088;
            font-style: italic;
        }

            #mainbody h2.blue a {
                color: #2A0088;
                font-style: italic;
            }

                #mainbody h2.blue a:hover {
                    color: #FFFFFF;
                    font-style: italic;
                }

    #mainbody h3, #mainbody h3 a {
        font-weight: bold;
        text-align: left;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #244061;
        color: #003366;
        color: #256381 /* darker shade of bluebox */ /* padding:.4em 12px; */
    }

        #mainbody h3 a:hover {
            text-decoration: underline;
        }

    #mainbody h4, #mainbody h4 a {
        font-weight: bold;
        text-align: center;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 11px;
        padding: .4em 12px;
        color: #2A0088;
    }

    #mainbody h5, #mainbody h5 a {
        font-family: Arial, Helvetica, sans-serif;
        color: #000000;
        font-size: 11px;
        font-weight: bold;
        display: block;
        margin: 0;
        padding-top: 2px;
    }

        #mainbody h5.caption11i {
            color: #003366;
            font-style: italic;
            font-size: 7.5pt;
            font-weight: bold;
            text-align: center;
            padding-top: 0px;
            margin: 0;
        }

            #mainbody h5.caption11i a {
                color: #003366;
                font-style: italic;
                font-size: 7.5pt;
                font-weight: bold;
                text-align: center;
                padding-top: 0px;
                margin: -12px;
                white-space: pre-line;
            }

    #mainbody h6, #mainbody h6 a {
        font-weight: 401;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9px;
        margin: 0;
        padding: .2em 0;
        color: #C00;
        line-height: 120%
    }

    #mainbody .center {
        text-align: center;
    }

    #mainbody .justify {
        text-align: justify;
    }
/*	Footer - Override National */
#footer {
    width: 782px;
}

/* Wrapper for left column */
#left_column {
    width: 190px;
    float: left;
}

    #left_column li {
        list-style-type: none;
        margin: 0; /*	padding 0.3em 0; REMOVED 24 JULY 2010 SCJ*/
    }
/* Miscellaneous Global Selectors */
a:link {
    color: #003366;
    background-color: inherit;
    text-decoration: none;
    cursor: pointer;
}

a:visited {
    color: #003366;
    /*	background-color:inherit;
	text-decoration:none;
	cursor:pointer; */
}

a:hover {
    color: #AA0022;
    background-color: inherit;
    /*text-decoration:underline; */
    cursor: pointer;
}

a:active {
    color: #AA0022;
    background-color: inherit;
    /*text-decoration:underline; */
    cursor: pointer;
}

a:focus {
    color: #AA0022;
    background-color: inherit;
    text-decoration: none;
}

#topnav {
}
/* Here begins the left navigation styles */
#leftnav {
    background-color: inherit;
    width: 190px;
    margin-top: -1px;
    padding: 0;
    /*float:left;*/
    text-align: left;
    border-right: 1px solid #036;
    clear: both;
    color: #AA0022;
    border-bottom: 1px solid #036;
}

    #leftnav ul {
        margin-top: 0px; /* Take total control of our lists */
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0em;
        width: 190px; /* This is non-standard; national uses 170*/
        position: relative;
        border: none; /*	zoom:1;	*/
    }

        #leftnav ul > ul {
            margin-top: 0px;
            margin-bottom: 0px;
            padding-top: 0px;
            padding-bottom: 0px; /* 
	background-color:#A6CAF0*/
        }

    #leftnav li {
        position: relative;
        list-style: none;
        min-height: 0px; /*	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px; */
    }

        #leftnav li.level1 {
            color: #AA0022;
            /*	margin-top:0px;
	margin-bottom:0px;
	padding-left:0.0em; */
            padding-top: 6px;
            padding-bottom: 7px;
            border-top: 1px solid #036;
        }

    #leftnav ul > li.level2:first-child {
        margin-top: -8px;
        margin-bottom: 0px;
        padding-top: 1px;
        padding-bottom: 6px; /* Keep matched with li.level2, below*/ /*background-color:#DDD;*/
    }

    #leftnav li.level2 {
        margin-top: -6px; /* Keep matched with padding-bottom */
        padding-top: 0px;
        padding-bottom: 6px; /* Keep matched with  padding-bottomli.level2, below*/
        padding-left: 1.2em;
    }

    #leftnav ul > li.level3:first-child {
        margin-top: -7px;
        padding-top: 1px;
        padding-bottom: 6px; /* Keep matched with padding-bottom li.level3, below*/
    }

    #leftnav li.level3 {
        margin-top: -6px; /* Keep matched with padding-bottom */
        padding-top: 1px;
        padding-bottom: 6px;
        padding-left: 2.2em;
    }
    /* All the hovers and links for leftnav */

    #leftnav li.level1 a {
        color: #003366;
    }

        #leftnav li.level1 a:hover {
            text-decoration: none;
            color: #AA0022;
        }

    #leftnav li.level2 a {
        color: #AA0022;
    }

        #leftnav li.level2 a:hover {
            text-decoration: none;
            color: #003366;
        }

    #leftnav li.level3 a {
        color: #003366;
    }

        #leftnav li.level3 a:hover {
            color: #AA0022;
            text-decoration: none;
        }
    /* bottom separator only for L1 */
    /* A few leftnav classes */
    #leftnav .header {
        font-family: serif;
        font-size: 13px;
    }

    #leftnav .hide_marker {
        visibility: hidden;
    }
    /* For hiding the side menu markers */
    /* For generating the timeline at the top of the leftnav */
    #leftnav .time_line {
        font-family: serif;
        font-size: 11px;
        color: #003366;
        padding-top: .0em;
        text-align: center;
        padding-right: 0px;
        font-weight: bold;
        padding-bottom: .3em;
    }

    #leftnav table {
        width: 190px;
        padding: 0;
        margin: 0;
        border: 0;
    }

    #leftnav li.level2 a.menu_compress {
        font-stretch: ultra-condensed;
    }

#micro_menu {
    background-color: transparent;
    width: 100px;
}

    #micro_menu ul {
        width: 100px;
        padding: 0;
        margin: 0;
        border: none;
    }

#leftnav li.micro_menu {
    margin: 0;
    padding: 0;
    border: 0;
    color: #AA0022;
    font-size: 10px;
    line-height: 11px;
    font-weight: bolder;
    width: 100px;
    min-height: 0px; /* Override #leftnav li */
}

    #leftnav li.micro_menu span.hide_marker {
        display: none;
    }

    #leftnav li.micro_menu a {
        color: #AA0022;
    }

        #leftnav li.micro_menu a:hover {
            color: #AA0022;
            text-decoration: underline;
        }

#leftnav .micro_menu img {
    padding-top: 3px;
    padding-bottom: 10px;
    padding-left: 0px;
}

#leftnav a.developer {
    text-decoration: line-through;
    color: green !important;
}
/* Override the national setting */
div.MenuBarItemSubmenuCntrBold {
    text-align: center;
    font-weight: bold;
    padding-right: 10px;
    padding-top: 5px;
}

    div.MenuBarItemSubmenuCntrBold div.header {
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 14px !important;
    }
/* Here is the national Security Left Nav bar indludes */

#searchnav {
    width: 190px;
    margin-top: -0px;
    padding: 0;
    /*float:left;*/
    text-align: center;
    margin-bottom: -1px;
    padding-bottom: 7px;
    border-right: 1px solid #036;
    /*border-bottom: 1px solid #036; */
    clear: both;
    color: #AA0022;
    border-top: 1px solid #036;
}

#sectnav {
    width: 190px;
    margin-top: -0px;
    padding: 0;
    /*float:left;*/
    text-align: center;
    margin-bottom: -1px;
    padding-bottom: 0px;
    border-right: 1px solid #036;
    /*border-bottom: 1px solid #036; */
    clear: both;
    color: #AA0022;
    border-top: 1px solid #036;
}

body.ie7 #sectnav {
    margin-bottom: 0px;
}

#searchnav {
    border-top: none;
}

    #searchnav ul, #sectnav ul {
        margin: 0;
        padding: 0;
        width: 190px;
        position: relative;
    }

        #searchnav ul ul {
            position: absolute;
            width: 190px;
            display: none;
            color: inherit;
            background: #FFF;
            border-right: 1px solid #036;
        }

        #searchnav ul.level2 {
            left: 190px;
            top: -1px;
        }

    #searchnav h6 {
        margin: 4px;
    }

#sectnav li.last {
}
/* Quick Links Table (Deprecated) 
#quicklinks {
	width:190px;
	margin-top: -0px;
	padding: 0;
	float:left;
	margin-bottom: -1px;
	border-right: 1px solid #036;
	border-bottom: 1px solid #036;
	clear:both;
	background-color: #FFFFFF;
}
#quicklinks table {
	text-align: center;
	margin-left:12px;
	margin-right:12px;
	margin-top:12px;
	margin-bottom:13px;
	width:166px;
	border:2px solid #3183ab;
}
.qlcaption {
	color:white;
	font-size:11px;
	font-weight:700;
	background-color: #3183ab;
	width:100%;
	padding-bottom:1px;
}
#quicklinks td {
	font-size:10px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:6px;
}
#quicklinks a {
	text-align: left;
	color:#003366;
}
#quicklinks a:hover {
	color:#AA0022;
	text-decoration:none;
}
#quicklinks a:visited {
	text-decoration:none;
}

*/
/*	Here are the Table of Contents Styles */
#TOC {
    padding-left: 60px;
    padding-right: 50px;
    padding-top: 25px;
    padding-bottom: 0px;
    color: #003366;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

    #TOC ul, #TOC li {
        padding: .3em 0em;
        margin: 0;
        list-style-type: none;
    }

    #TOC a {
        color: #AA0022;
    }

        #TOC a:hover {
            text-decoration: underline;
            color: #AA0022;
        }

    #TOC ul ul { /* Indent the second level */
        padding-left: 40px;
        color: #003366;
        margin-top: -7px; /* and suck it up */
    }

        #TOC ul ul a { /* Indent the second level */
            color: #003366;
        }

#footer {
    line-height: 110%; /* Override the national template */
    padding: 0 0;
    float: left;
    clear: both; /* zoom:1; */
}

body.ie7 #footer {
    padding-top: 1.0em;
}

.bluebox {
    background-color: #3183ab;
    min-height: 30px;
    color: #FFFFFF;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 3px 0px 3px 0px;
    display: block;
}

#mainbody div.bluebox h2 {
    padding: 3px 2px;
}

#mainbody div.bluebox h3.testimonial {
    padding: 3px 7px;
    margin: 0;
    color: white;
    font-weight: 500;
    font-size: 11px;
    text-align: justify;
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.top {
    vertical-align: top;
}

.red {
    color: #CC0000;
}

.upper {
    text-transform: uppercase;
}

.italic {
    font-style: italic;
}

#mainbody .red {
    color: #CC0000;
}
/* Styles for link gadgets */
img.gadget {
    border: none;
    padding: 0;
}

img.portrait {
    border: none;
    padding: 0;
    /*vertical-align:top;*/
    margin-top: 12px;
}

img.course {
    border: none;
    padding: 0;
    float: right;
    /*vertical-align:top;*/
    margin: 8px;
    width: 195px; /* Fixed 24 July 2010 SCJ */
    height: 250px;
}

#mainbody div.course_wrapper {
    clear: right;
    margin-top: 12px;
}

    #mainbody div.course_wrapper li {
        margin: 0;
        margin-bottom: 3px;
        margin-right: inherit;
        list-style-type: disc;
        list-style-position: outside;
        display: list-item;
        margin-left: 20px;
    }

.right_back {
    display: inline-block;
    float: right;
}

span.gadget {
    display: inline-block;
    width: 15px;
    border: none;
    margin: 0px;
    padding: 0px;
    visibility: hidden;
}

div a {
    padding: 0;
    border: none;
    margin: 0;
}

a:hover span.gadget {
    visibility: visible;
}

br .clear {
    clear: both; /*visibility:hidden;*/
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*	Calendar Styles - Removed 17 Feb 2011 SCJ */

body.ie7 input.button { /* Override IE7 nonstandard button padding */
    padding: 0 0.8em;
    overflow: visible;
}
/* For Inline Login */
#login_block {
    width: 190px;
    border-bottom: 1px solid #036;
    border-right: 1px solid #036;
    text-align: left;
    padding: 0;
    font-family: sans-serif;
    font-size: 11px;
    color: #003366;
    font-weight: normal;
    background-color: #F2F6FF;
    margin: 0;
    display: block;
}

    #login_block input {
        font-size: inherit;
        font-family: inherit;
        color: inherit;
    }

    #login_block form {
        border: none;
        margin: 0;
        padding: 0;
        border-left: 3px solid #3183AB;
        border-right: 3px solid #3183AB;
        border-bottom: 3px solid #3183AB;
        display: block;
        height: 120px;
    }

.sidenav_divider {
    color: white;
    font-size: 11px;
    font-weight: 700;
    background-color: #3183ab;
    width: 100%;
    padding-bottom: 1px;
    text-align: center;
}

.login_row {
    display: block;
    clear: both;
    vertical-align: middle;
    padding: 3px 2px 2px 2px;
    overflow: hidden;
    height: 20px;
}

.login_text1 {
    margin: 0;
    font-size: 12px;
    font-size: 9px;
    text-align: center;
    line-height: 26px;
    text-transform: uppercase;
}

.login_text2 {
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    margin-left: -3px;
}

.login_label {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-top: 6px;
}

.login_entry {
    display: inline;
    float: right;
}

.login_button {
    display: inline;
    text-align: center;
    font-size: 92%;
    width: 80px;
    line-height: 14px;
    vertical-align: super;
    margin-left: 41px;
}
/* Biography Module Styles */
#biography h3 {
    margin-left: 12px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
/* Page Error Message */
#mainbody .page_error {
    text-align: center;
    color: #CC0000;
    margin-bottom: -35px;
    margin-top: 0px;
    padding: 10px;
}
/*  INSULATE FROM CHANGES IN NATIONAL TEMPLATE */

#leftli {
    display: list-item;
    margin: 0px 0px 3px 18px;
    list-style-type: disc;
}

/*
 *	Special CSS for Internet Explorer 7 and 6
 */

body.ie7 #leftnav ul > li.level2:first-child {
    margin-top: -1px;
    margin-top: -8px;
    padding-bottom: 4px; /* Keep matched with  padding-bottom li.level2, below*/
    /* background-color:red; */
}

body.ie7 #leftnav ul {
    margin-left: 0;
    border-left: 0;
    padding-left: 0;
}

body.ie6 #leftnav ul {
    display: inline; /* Needed to make IE6 behave */
}

body.ie7 #leftnav li.level1 {
    margin-left: 0;
    border-left: 0;
    padding-left: 0;
    /*background-color:#9FF; */
}

    body.ie7 #leftnav li.level1 a {
        margin-left: 0;
        border-left: 0;
        padding-left: 0;
        /*	background-color:red; */
    }

body.ie7 #leftnav li.level2 {
    margin-top: -0px; /* Keep matched with padding-bottom */
    margin-top: -4px; /* Keep matched with padding-bottom */
    padding-bottom: 4px;
}

body.ie7 #leftnav ul > li > ul {
    padding-bottom: 2px;
}

body.ie7 #leftnav ul > li.level3:first-child {
    margin-top: -5px;
    padding-bottom: 2px; /* Keep matched with padding-bottom li.level3 */
}

body.ie7 #leftnav li.level3 {
    margin-top: -2px; /* Keep matched with padding-bottom */
    padding-left: 30px;
    padding-bottom: 2px;
    margin-left: 0px;
    /*display:inline; */
}

body.ie7 #leftnav ul ul ul {
    /*zoom:1; */
}

body.ie6 #TopBanner {
    height: 30px;
}

body.ie7 #TOC {
    zoom: 1;
}

    body.ie7 #TOC ul ul {
        margin-top: -18px;
    }

body.ie7 #footer {
    /* 	Fix 1 pixes bug in IE7
	margin-left:0px;  */
}
/*	End of special CSS for Internet Explorer 7  */

/* Styles to Override National Stylesheet */

