html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
/* Removed these from above to accommodate existing tables: table, caption, tbody, tfoot, thead, tr, th, td */
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;                
	/*vertical-align: baseline;*/  /* Keep an eye on this. -- Commented this out for the time being. -- I can't make a good case to keep it. */
	/*background: transparent;*/ /* This was causing some of the older, migrated tables to lose their cell colors. */
}
body {
	font: 14px/1.2em Helvetica, Arial, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;                                                                                                                   
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* ---------- ABOVE is the RESET - BELOW is the REBUILD ---------- */

hr {border: 0; background: #ddd; height: 2px; margin: 30px 0;}

ul {list-style-type: disc;}

ol {list-style-type: decimal;}

ul, ol {margin: 20px 0 20px 40px;}

ul li, ol li {line-height: 1.2em; margin: 0 0 0px 0;}

span.article_separator {display: none;} /* Prevents a 15px space at the bottom of single articles. Blog separators are reset below. */

table.contentpaneopen {width: 100%;}

table.contentpaneopen td {padding: 0;} 

table.contentpaneopen {width: 100%;}
table.contentpaneopen table td {padding: 10px; border-bottom: 1px solid #eee; border-left: 1px solid #eee;}
table.contentpaneopen table tr td:first-child {border-left: 0;}
table.contentpaneopen table th {background: #040B41; color: white; padding: 10px 0;}
table.contentpaneopen table td {vertical-align: top;}

table.contentpaneopen table.pagenav th {background: transparent;}
table.contentpaneopen table.pagenav td {border: 0;}

blockquote {padding: 20px; margin: 20px; background: #f3f3f3; border: 1px solid #e3e3e3; border-bottom-color: #d3d3d3;}
blockquote p {margin: 5px 0;}


/* ---------- TYPOGRAPHY ---------- */

body {
	font: 13px/1.2em Arial, sans-serif;
        color: #303030;
	margin: 0;
	padding: 0;
}

h1, td.contentheading {
margin: 0 0 10px 0;
	font:bold 2em Arial,sans-serif;
	padding: 0;
color: #f6701e;

}

h2 {
margin: 0 0 10px 0;
	padding: 0;
    font:bold 1.5em Arial,sans-serif;
color: #1c3f94;
}

h3 {
margin: 0 0 10px 0;
font: bold 1.25em Arial, sans-serif;
	padding: 0;
color: #30523e;

}

h4 {
margin: 0 0 10px 0;
	font: normal 1.25em Arial, sans-serif;
	padding: 0;
color: #303030;

}

h5 {
margin: 0 0 10px 0;
	font-size: 1.0em;
	font-weight: bold;
}

h6 {
margin: 0 0 10px 0;
	font-size: 0.8em;
	font-weight: bold;
}

p {
margin: 0 0 10px 0;
	font-size: 1.0em;
	line-height: 1.6em;

}

a, a:visited {
color: #1c3f94;
	text-decoration: underline;
}

a:hover, a:active {
color: #f6701e;
	text-decoration: none;
}




/* ---------- GENERIC CLASSES ---------- */

.padding10 {padding: 10px;}
.padding12 {padding: 12px;}
.hiddenText {visibility: hidden;}
.clarence {clear: both;}
.box-wrapper {overflow: hidden; zoom: 1;}
.hRule {height: 2px; margin-bottom: 10px;}
.subtleBkg {background: #f4f4f8;}
.subtleColor {background: #f4f4f8;}
.subtleUnderline {border-bottom: 1px dotted #f4f4f8;}
/* behavior: url(templates/mc01-jt/PIE.htc); */ /* Just for reference. This is how you call CSS3PIE. */



/* ---------- GENERAL LAYOUT ---------- */

#bkg {background: #4D5361 url(/web/20131216135042im_/http://www.afpwashington.org/assets/media/afpwc-img-sitebkg.png) repeat-x;}

#siteWrap {width: 990px; margin: 0 auto;}

#header {
    background: url(/web/20131216135042im_/http://www.afpwashington.org/assets/media/afpwc-img-hdrbkg.jpg) no-repeat;
    padding: 0;
    margin: 0;
    position: relative;
    min-height: 248px;
    z-index: 10;
}

#footer {
    background: transparent url(/web/20131216135042im_/http://www.afpwashington.org/assets/media/afpwc-img-ftrbkg.png) no-repeat;
    height: 60px;
    margin: 0;
    position: relative;
    color: #536475;
    font-size: 12px;
    clear: both;
    padding: 0px;
    color:#999999;
    font:10px Arial,sans-serif;
}

#middleSection {background:url(/web/20131216135042im_/http://www.afpwashington.org/assets/media/afpwc-img-midconttile.png) repeat-y; width: 990px; padding: 0px;
/*overflow: auto\9;*/ /* IE8 had issues actually containing the content in this div in some situations - this fixes that but introduces scrollbars on system pages only in IE - so only use it if you must. */
}

#contentWrap {background: url(/web/20131216135042im_/http://www.afpwashington.org/assets/media/afpwc-img-mainpagebkg.png) no-repeat;}
#l-r-mid #contentWrap {width: 580px; float: left;}
#l-mid #contentWrap, #r-mid #contentWrap {width: 770px;}
#l-mid #contentWrap {float: left;}

.home #contentPadding{padding:10px;}

#contentPadding {padding: 20px;}



#leftBar {
    float: left;
    width: 190px;
    margin-bottom: 10px;
}

#rightBar {
    float: right;
    width: 190px;
    margin-bottom: 10px;
}



/* ---------- HEADER ---------- */

#header-left {float: left; z-index: 11;}

#header-right {float: right; z-index: 11; position:relative; width:250px;}

#header-left .moduletable, #header-right .moduletable {
    margin: 0;
    width: auto;
    background: none;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 10px;
    padding: 0;
}

#header-right .moduletable h3 {margin: 15px 0 0;}

#header-right .moduletable #form-login {position: relative; position: relative; width: 100%; margin: 0;}

#header-right .moduletable #form-login-username, #header-right .moduletable #form-login-password {float: left; width: 150px;}

#header-right .moduletable #form-login-username {margin-right: 15px;}

#header-right .moduletable #form-login-remember {clear: both; margin-right: 15px; width: 150px; overflow: hidden; }

#header-right .moduletable #form-login-remember label {float: left; margin-top: 3px;}

#header-right .moduletable #modlgn_remember {float: left; margin-left: 10px;}

#header-right .moduletable input.button {position: absolute; right: 0; top: 64px;}

#header-right .moduletable #form-login a {}

#header-right .moduletable #modlgn_username, 
#header-right .moduletable #modlgn_passwd {padding: 5px 0 3px; text-indent: 5px; height: 15px; font: 10px Helvetica, Arial, sans-serif; border: 1px solid #ccc;}

#mcSimpleLogin, #mcSimpleLogin:visited {
    display: block;
    width: 97px; height:24px;
    font:bold 12px/24px Arial,sans-serif;
    line-height: 24px;
    text-align: center;
    background: url(/web/20131216135042im_/http://www.afpwashington.org/assets/media/afpwc-img-loginoutbtn.png) no-repeat top right;
    color: #1C3F94;
    text-decoration: none;
    text-transform: uppercase;
    position:absolute;
    right:10px;
    bottom:0px;
}

#mcSimpleLogin:hover, #mcSimpleLogin:active {
    color:white;
    background: url(/web/20131216135042im_/http://www.afpwashington.org/assets/media/afpwc-img-loginoutbtn.png) bottom right;
}





/* ---------- FOOTER ---------- */

#footerPlate {    
    padding: 0px;
    overflow: hidden;
}

#footerPlate p {margin: 0;}
#footerPlate a, #footerPlate a:visited {}
#ftrCopy {text-align: center; position: relative; top: 15px;}
#ftrLeft {float: left; position: relative; top: -20px;}
#ftrRight {float: right; text-align: right; position: relative; top: -20px;}

/* ---------- POWERED BY MC ---------- */

#pbmcWrap {
    width: 100%;
    position: relative;
    top: -32px;
    margin:0px;
}

#pbmc {
position: absolute;
left: 30px;
display: block;
width: 170px; height: 25px;
margin-left: 0px;
text-decoration: none;
text-indent: -9999em;
}

#pbmc:hover {background-position: -170px -50px;}



/* ---------- MAIN MENU ---------- */

#topNavContainer {background: transparent url(/web/20131216135042im_/http://www.afpwashington.org/assets/media/afpwc-img-topnavbkg.png) no-repeat; height:40px; z-index: 99;}

/********** ESSENTIAL STYLES **********/

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
		z-index: 99;
}

.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			17em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
		z-index: 99;
}
.sf-menu a, .sf-menu .separator {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul {
	left:			1px;
	top:			40px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul {
	left:			17em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul {
	left:			17em; /* match ul width */
	top:			0;
}

/********** CUSTOM SKIN **********/

.sf-menu {
        position: relative;
        top: 0px;
	float:			left;
}

/***** 1st Level *****/

.sf-menu a, .sf-menu .separator {
	 text-decoration:none;
         padding: 0 20px;
         height: 40px;
         border: 0;
         line-height: 40px;
         color:#1C3F94;
         font:bold 15px/40px Arial,sans-serif;
         background: url(/web/20131216135042im_/http://www.afpwashington.org/assets/media/afpwc-img-topnavbtn.png) no-repeat top left;
}

.sf-menu > li:hover, .sf-menu > li:hover > a {
        background: url(/web/20131216135042im_/http://www.afpwashington.org/assets/media/afpwc-img-topnavbtn.png) no-repeat bottom left;
        color: white;
}

/***** 2nd Level *****/

.sf-menu li ul {
    -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.8);
    box-shadow: 0px 2px 5px rgba(0,0,0,0.8);
    behavior: url(/web/20131216135042im_/http://www.afpwashington.org/templates/afpwc-jt/css/templates/mc01-jt/PIE.htc);
    background:#162D63;
    border:1px solid #DDDDDD;
    border-top:none;
}

.sf-menu ul li a, .sf-menu ul li .separator {
    background: #162D63;
    height: 20px;
    line-height: 20px;
    font-size: 85%;
    font-weight:normal;
    color:#BBBBBB;border-top:1px solid #273E74;
}

.sf-menu ul li a:hover {background: #040b41; color: white;}


/***** If necessary, special attention to the first item *****/
.sf-menu li:first-child a {background:none;}
.sf-menu ul li:first-child a {background:#162D63; color: #BBBBBB}
.sf-menu ul li:first-child a:hover {background: #040b41;}

.sf-menu > li:first-child {}
.sf-menu > li:first-child:hover {} /* If you specify first-child to treat the first item, then you must get specific on the hover */

/********** CENTERS THE HORIZONTAL MENU **********/

#topNavContainer {text-align: center;}

.sf-menu {
    float: none;
    display: inline-block;
    margin: 0 auto;
    *display: inline;
    *zoom: 1;
}

.sf-menu a, .sf-menu .separator {text-align: left;}

/********** ///CENTERS THE HORIZONTAL MENU **********/


/* ---------- VERTICAL MENU ---------- */

/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/

.sf-vertical, .sf-vertical li {
	width:	190px;
}

.sf-vertical {
    z-index: 90;
    top: 0;
}


/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */

.sf-vertical li:hover ul {
	left:	190px; /* match ul width */
	top:	0;
}

.sf-vertical li, .sf-vertical > li:first-child, .sf-vertical li a, .sf-vertical li .separator {background: none; padding: 0; margin: 0; height: 30px; line-height: 30px;}
    
.sf-vertical {
    background: #4593ec;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    behavior: url(/web/20131216135042im_/http://www.afpwashington.org/templates/afpwc-jt/css/templates/mc01-jt/PIE.htc);
    padding: 10px 0;
}

.sf-vertical li a, .sf-vertical li .separator {
    text-indent: 10px;
    border-top: 1px solid white;
}

.sf-vertical > li:first-child > a {border: 0;}

.sf-vertical li:hover, .sf-vertical li:hover a {background: black;}
.sf-vertical > li:first-child:hover {background: black;}




/* ---------- VERTICAL MENU TREE STYLE ---------- */

.tree {
    background: #4593ec;
    padding: 10px 0;
    width: 190px;
    margin: 0;
    list-style-type: none;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    behavior: url(/web/20131216135042im_/http://www.afpwashington.org/templates/afpwc-jt/css/templates/mc01-jt/PIE.htc);
}

.tree li {margin: 0; padding: 0; list-style-type: none; width: 190px;}

.tree li a, .tree li .separator {
    text-indent: 10px;
    color: white;
    text-decoration: none;
    display: block;
    height: 30px;
    line-height: 30px;
    border-top: 1px solid white;
}

.tree > li:first-child > a {border: 0;}

.tree li a:hover {background: black;}

.tree ul, .tree ul li {margin: 0; padding: 0;}

.tree ul li a {
    font-size: 80%;
    text-indent: 25px;
    background: #555;
}

.tree ul ul li a {
    text-indent: 40px;
    background: #333;
}

/* ---------- /VERTICAL MENU TREE STYLE ---------- */





/*-- BEGINNING OF SIDE BAR DEFINITIONS --*/

#leftBar .moduletable, #rightBar .moduletable {width: 170px; margin: 10px 0;}

.moduletable, .moduletableCrumbs {
    width: 190px;
    background: #f4f4f8;
    width: 170px;
    padding: 10px;
    margin-bottom: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
    behavior: url(/web/20131216135042im_/http://www.afpwashington.org/templates/afpwc-jt/css/templates/mc01-jt/PIE.htc);
    position: relative; /* To make CSS3PIE'd elements NOT disappear behind everything in (you guessed it) IE */
}

.moduletableCrumbs {
    width: auto;
    background: #f4f4f8;
    font-size: 11px;
    color: #040B41;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.moduletable .moduletable {    /* Some mods have this class repeated inside them, this prevents double brdrs/bkgs. */
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.moduletable input {
    margin-bottom: 10px;
}

.moduletable ul {list-style-type: none; margin: 0;}

.moduletable h3 {margin: 5px 0;}

.sideMenu {
    padding: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
    width: 190px;
}

#sponsors-bottom .moduletable {
    margin: 0;
    width: auto;
    background: transparent;
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    text-align: center;
}
	


/* ---------- LOGIN ---------- */

#form-login {width: 50%; margin: 0 auto;}
#form-login label {font-weight: bold; color: #040B41;}
#form-login input.inputbox {width: 100%; padding: 5px 0;}
#form-login input.inputbox:focus {background: #f4f4f8; color: #273E74;}
#form-login #modlgn_remember {width: auto;}
#form-login input.button {width: 100px; color: #040B41;}
#form-login input.button:hover {width: 100px; color: black;}

/* ---------- CATEGORY BLOG LAYOUT ---------- */

div.componentheading {
font-weight: bold;
font-size: 14px;
margin: 20px 0;
border-bottom: 2px solid #f4f4f8;
padding-bottom: 10px;
color: #bda17d;
}

td.article_column {padding: 0 10px 0 0;}
/*td.article_column table {margin: 0 10px;}*/

td.column_separator {border-left: 2px solid #f4f4f8; padding: 0 0 0 10px !important;}	/* This inherits padding from the article_column element, must be reset with !important */

table.blog span.article_separator {display: block; height: 2px; background: #f4f4f8; margin: 10px 0 0px;}

td.createdate {color: #888; font-size: 11px;}
td.modifydate {color: #aaa; font-size: 11px; padding-bottom: 5px;}

div.blog_more {margin: 20px 0;}
div.blog_more strong {color: #273E74; font: bold 14px Arial, sans-serif;}
div.blog_more ul {margin: 0 40px;}

table.blog td.contentheading {padding: 10px 0;}
/*td.article_column ul {display: none;}*/ /* This was used for IE - not anymore. It remains here only for clarity and will be removed in the future. Some lists may still cause problems in a certain columned views in IE. */
td.article_column td.contentheading {font-size: 14px; margin-bottom: 19px;}

table.blog table table img.tooBig {width: 100%; *width: 240px;} /* This allows me to target large images in a blog/frontpage layout, inside columns, and forcing their width play nice. Fails in IE7, so I chose a safe width as fallback. */
								  
table.blog table table img.hideFromBlog {display: none;} /* Similar to above. You can guess it's purpose. */

/* ---------- CATEGORY LIST ---------- */

td.sectiontableheader {text-align: left; padding: 5px;}

td.sectiontableheader a img {margin-left: 10px; position: relative; top: 2px;}

tr.sectiontableentry1 td, tr.sectiontableentry2 td {
padding: 5px;
border: 1px solid #d0d0d0;
text-align: left;
font-size: 9px;
}

tr.sectiontableentry1 a, tr.sectiontableentry2 a {font-size: 13px;}

tr.sectiontableentry1 td {background: #f6f6f9;} /* TD needed for bg color in IE7 */
tr.sectiontableentry2 {}

td.contentdescription {width: 100%;} /* Needed to fill the available space in IE8 */

/* ---------- ARCHIVE LIST ---------- */

#archive-list {margin: 40px 0 0 0;}
#archive-list li.row1 {padding: 20px 10px;}
#archive-list li.row2 {background: #f6f6f9; padding: 20px 10px;}

#archive-list h4 {margin: 0;}

#archive-list h5.metadata {margin: 0; font-size: 13px; font-weight: normal; color: #aaa;}
#archive-list h5 span.created-date {margin-right: 20px;}
#archive-list h5 span.author {float: right;}
#archive-list div.intro {margin-top: 20px;}

/* ---------- HOME PAGE ---------- */

/* ---------- MAIN COLORS | blue: #4593ec, subtleGray: #f4f4f8, tan: #bda17d ---------- */
#googleSearch{
    background:url(/web/20131216135042im_/http://www.afpwashington.org/assets/media/afpwc-img-searchbkg.png) no-repeat;
   height:24px;
    left:14px;
    position:absolute;
    top:8px;
    width:188px;
}

#googleSearch a{
    background:url(/web/20131216135042im_/http://www.afpwashington.org/assets/media/afpwc-img-searchbtn.png) no-repeat top right;
    display:block;
    height:25px;
    position:absolute;
    right:0;
    top:0;
    width:25px;
    text-decoration:none;
}

#googleSearch a:hover{
    background:url(/web/20131216135042im_/http://www.afpwashington.org/assets/media/afpwc-img-searchbtn.png) no-repeat bottom right;
}

#gsInput {
background:none repeat scroll 0 0 transparent;
border:0 none;
height:18px;
padding:3px 0 0;
text-indent:5px;
width:156px;
}

#hdrNav {
    color:#5E758E;
    font:13px Arial,sans-serif;
    left:228px;
    position:absolute;
    top:12px;
    width:350px;
}

#hdrNav li{
    display:inline;
}

#hdrNav a:link, #hdrNav a:visited {
color:#5E758E;
margin:0 5px;
text-decoration:none;
}

#hdrNav a:hover {
border-bottom: 1px solid #ffc425;
color: #1c3f94;
}

.logo{
    display:block;
    text-indent:-9999em;
    height:105px;
    width:131px;
    position:relative;
    left:7px;
    top:0px; 
}

#ftrCopy {
position: absolute;
left: 35px; top: 10px;
color: #666;
}

#ftrNav {
font: 12px/60px Arial, sans-serif;
position: absolute;
right: 30px;
}

#ftrNav a:link, #ftrNav a:visited {
margin: 0 5px;
text-decoration: none;
color: #666;
}

#ftrNav a:hover, #ftrNav a:active {
text-decoration: underline;
color: #000;
}

#hp-left {
background: #1A1A1A url(/web/20131216135042im_/http://www.afpwashington.org/assets/media/afpwc-img-graybox.png) no-repeat center top;
float:left;
padding-bottom:55px;
width:278px;
}

.padding10 {
    padding:10px;
}

#hp-mid {
    float:left;
    margin-left:10px;
    padding-top:10px;
    width:480px;
}

#hp-right {
background:transparent url(/web/20131216135042im_/http://www.afpwashington.org/assets/media/afpwc-img-vertstripe.png) repeat-y;
float:left;
margin-left:10px;
min-height:470px;
width:180px;
}

div.btnBox {
background:transparent url(/web/20131216135042im_/http://www.afpwashington.org/assets/media/afpwc-img-btnboxbkgs.png) no-repeat;
height:95px;
margin:0 0 5px 10px;
width:150px;
padding:10px;
}

div.blueBox {
    background-position:0 center;
}

a.btnBoxDonate {
background: transparent url(/web/20131216135042im_/http://www.afpwashington.org/assets/media/afpwc-img-btnbox-subscribedonate.png) repeat right top;
display:block;
height:90px;
text-indent:-9999em;
width:150px; 
}

a.btnBoxNewsletter {
background: transparent url(/web/20131216135042im_/http://www.afpwashington.org/assets/media/afpwc-img-btnbox-subscribedonate.png) no-repeat;
display:block;
height:90px;
text-indent:-9999em;
width:150px;
}

a:hover.btnBoxNewsletter:hover {background-position: 0 bottom;}
a:hover.btnBoxDonate:hover {background-position: right bottom;}

#hp-mid h2 {
border-bottom:1px solid #1C3F94;
color:#F6701E;
font:bold 16px Arial,sans-serif;
}

#hp-mid div.article h2 {
border:0 none;
color:#303030;
font:bold 14px Arial,sans-serif;
margin-bottom:0;
}
#hp-mid h2 span.date {
color:#969696;
display:block;
font:italic 11px Arial,sans-serif;
}
#hp-left h2 {
border-bottom:1px solid #F6701E;
color:white;
font:bold 16px Arial,sans-serif;
}
#hp-left p {
color:#CCCCCC;
font:13px Arial,sans-serif;
}
#hp-left a {
color:#F6701E;
}


/* Correcting Login position in Webkit */

#header-right {
    height: 248px;
    position: relative;
}

#header-right div.moduletable {
    margin: 0; padding: 0;
    width: 0; height: 0;
    position: static;
}

#mcSimpleLogin {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0;
}

#header #header-right div.moduletable .logo {
    position: absolute;
    top: 0; right: 0;
    margin: 0; padding: 0;
}


/* ---------- SBI Logo ---------- */

#sbiWrap {
    width: 88px;
    position: relative;
    top: -33px;
    margin-bottom: 40px;
}

#sbi {
position: absolute;
left: 220px;
display: block;
width: 88px; height: 25px;
background: url(/web/20131216135042im_/http://www.afpwashington.org/jmc-assets/sbi-ftr-logo/black.png) top left no-repeat;
margin-left: 0px;
text-decoration: none;
text-indent: -9999em;
}
/*
     FILE ARCHIVED ON 13:50:42 Dec 16, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:20:19 Apr 26, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.975
  exclusion.robots: 0.085
  exclusion.robots.policy: 0.072
  cdx.remote: 0.081
  esindex: 0.012
  LoadShardBlock: 204.473 (3)
  PetaboxLoader3.datanode: 167.183 (4)
  PetaboxLoader3.resolve: 153.031 (2)
  load_resource: 147.963
*/