/* PROJECT HEADER */
.congress-project .project-header { padding:10px 0 0; border-bottom:1px solid #d8d8d8; margin-bottom: 10px; }
.congress-project .project-header .project-title { float:left; width:650px; position:relative; }
.congress-project .project-header .project-title a { display:block; background:url(../images/project-title.png) no-repeat; width:650px; height:81px; }
.congress-project .related-stories { border-bottom:1px solid #d8d8d8; margin-bottom: 10px; }
.congress-project .related-stories .story { padding:10px 0; }
.congress-project .related-stories p { font-size:1.2em; font-family:Arial; line-height:16px; }
.congress-project .related-stories p.heading { font-size:1.5em; font-family:Georgia; }
.congress-project .related-stories p.heading a { text-decoration:none; }

/* PROJECT SUBNAV */
.congress-project .project-nav { border-top:1px solid #d8d8d8; border-bottom:1px solid #d8d8d8; padding:6px 0 7px; }
.congress-project .project-nav ul.nav-items { overflow:hidden; list-style-type:none; height:27px; margin:auto; width:100%; }
.congress-project .project-nav ul.nav-items li { float:left; display:inline; padding:4px 10px 3px; border-right:1px solid #d8d8d8; }
.congress-project .project-nav ul.nav-items li.first { padding-left:0; }
.congress-project .project-nav ul.nav-items li.last { border-right:0; }
.congress-project .project-nav ul.nav-items a { display:block; padding:2px 0; font-family:Georgia; font-size:14px; line-height:16px; text-decoration:none; }
.congress-project .project-nav ul.nav-items a:hover { color:#990000; }
.congress-project .project-nav ul.nav-items .active a { color:#990000; }
.congress-project .project-nav ul.nav-items li.project-title {padding:0 10px; }
.congress-project .project-nav ul.nav-items .project-title a {background: url(../images/project-title-inline.png) no-repeat; width: 185px;height: 27px;padding:0; }
.congress-project .project-nav ul.nav-items .project-title a:hover { background-position: 0 -27px; }

/* DROPDOWN */
.dd-nav { position:relative;z-index: 25; }
.congress-project a.nav-btn { font-weight:bold; color:#333; text-decoration:none; font-size:12px; line-height:24px; position:relative; display:block; text-align: center; text-shadow:1px 1px 0 white; -moz-text-shadow:1px 1px 0 white; -webkit-text-shadow:1px 1px 0 white; }
a#select_member { text-align: left; }
.congress-project a.nav-btn:hover .text { color:black; border-color:#999; }
.active a#select_member .text { border-color:#999; }
.congress-project a.nav-btn .text { display:block; padding:0 8px; border:1px solid #ccc; background:url(../images/dropdown-bg.png); border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.active a#select_member .text { color:black;
    border-radius:3px 3px 0 0; 
    -moz-border-radius:3px 3px 0 0; 
    -webkit-border-radius:3px 3px 0 0; 
}
a#select_member .arrow { width:23px; height:26px; background:#ccc; display:block; position:absolute; right:0; background:url(../images/dropdown-arrow.png) no-repeat 5px -9px; border-left:1px solid #bbb; }
.active a#select_member .arrow { background-position:5px 10px; }
ul.member-dropdown { margin-right:22px; display:none; background-clip:padding-box; border:1px solid #ccc; border-top:0; position:absolute; width:191px; top:26px; overflow-y:scroll; height:143px; border-radius:0 0 0 3px; -moz-border-radius:0 0 0 3px; -webkit-border-radius:0 0 0 3px; }
.active ul.member-dropdown { display:block; }
ul.member-dropdown li { border-bottom:1px solid #e2e2e2; }
ul.member-dropdown li.last { border-bottom:0; }
ul.member-dropdown a { background:#efefef; display:block; padding:6px 5px 5px 7px; font-size:12px; text-decoration:none; text-shadow:1px 1px 0 white; -moz-text-shadow:1px 1px 0 white; -webkit-text-shadow:1px 1px 0 white; }
ul.member-dropdown a:hover { background:#fdfdfd; color:black; font-weight:bold; box-shadow:inset 0 0 2px #e4e4e4; }
ul.member-dropdown li.active a { font-weight:bold; background:#fff; color:#057ce2; }

/* TABLE OF CONTENTS */
#project_contents {padding:10px 0;border-bottom: 1px solid #d8d8d8;margin-bottom: 10px;}
#project_contents .title {background: url(../images/more-project.png) no-repeat;height:19px;margin-bottom:3px;;}
#project_contents .three {width:165px;}
#project_contents ul.normal li {background-position: -1997px -240px;}

/* BOOKMARK BUTTON */
.congress-project a.bookmark {display: block;padding:3px 3px 4px;font-size: 11px;font-weight: bold;text-decoration: none;border: #CCC solid 1px;color: #333;
    text-shadow: 1px 1px 0 white;
    -webkit-text-shadow: 1px 1px 0 white;
    -moz-text-shadow: 1px 1px 0 white;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #F8F8F8;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#dedede));
    background-image: -moz-linear-gradient(top,#fff,#dedede);
    background-image: -o-linear-gradient(top,#fff,#dedede);
    background-image: -ms-linear-gradient(top,#fff,#dedede);
    background-image: linear-gradient(top,#fff,#dedede);
}
.congress-project a.bookmark:hover, .person a.bookmark:active {border-color: #bbb;
    background-color: #F8F8F8;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#d9d9d9));
    background-image: -moz-linear-gradient(top,#f8f8f8,#d9d9d9);
    background-image: -o-linear-gradient(top,#f8f8f8,#d9d9d9);
    background-image: -ms-linear-gradient(top,#f8f8f8,#d9d9d9);
    background-image: linear-gradient(top,#f8f8f8,#d9d9d9);
}
.congress-project a.bookmark:active {
    background-color: #EFEFEF;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.1);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.1);
}

/* FONTS */
p.kicker {font-size:13px;font-family: Georgia;text-transform: uppercase;line-height: 16px;border-bottom: 1px solid #e8e8e8;color: #999;margin-bottom: 7px;}

/* FIXED USER TIPS */
#capitol_assets_user_tips.fixed {top:10px;position:fixed;width:337px;}

