/* 
PB Project Viz CSS template style sheet
*/

/* RESET ----------------------------------------------------*/

img {
	border: 0;
}

/* BODY ----------------------------------------------------*/

body {
	font: normal small/1.5em Arial, sans-serif;
	color: #404040;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

/* NAVIGATION ----------------------------------------------------*/

/* Primary Navigation */

body.navP1 #navP1,
body.navP2 #navP2,
body.navP3 #navP3,
body.navP4 #navP4,
body.navP5 #navP5,
body.navP6 #navP6,
body.navP7 #navP7{

}

#primNavList #navP1 {
	padding-top: 5px;
	border-top: 1px solid #e5e5e5; /* grey */
}


#primNavList {
	list-style: none;
	margin: 0px; 
	padding: 10px 30px 25px 30px; 
}

#primNavList li{
	display:block;
	color: #b2b2b2; /* grey */
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #e5e5e5; /* grey */
}

#primNavList a{
	color: #2350ae; /* royal blue*/
	font-weight: bold;
	text-decoration: none;
	margin-left: 10px;
}

#primNavList a:hover { 
	color: #2350ae;
	text-decoration: underline;
}

#secNavWrapper{
	border: 1px solid #e5e5e5; /* grey */
	padding: 15px 0px 0px 15px;
	margin-bottom: 20px;
}

#secNavWrapper ul{
	font: bold 90%/1.25em Arial, sans-serif;
	list-style-type: none;
	margin: 15px 0px 20px 20px;
	padding: 0px 0px 0px 0px;	
}


#secNavWrapper li{
	margin: 0px;
	padding: 0px 0px 5px 0px;
	
}

#secNavWrapper a{
	padding-left: 15px;
	background-image: url(/images/bullet_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px -2px;
}



/* Global Navigation */ 

#navGlobal {
	font: normal 90%/1.25em Arial, sans-serif;
	color: #949494; /* grey */
	float: right;
	margin-top: 35px;
	margin-right: 17px;
}

#navGlobal a{
	font: normal 90%/1.25em Arial, sans-serif;
	color: #2350ae; /* royal blue*/
	text-decoration: none;
}

#navGlobal a:hover{
	font: normal 90%/1.25em Arial, sans-serif;
	color: #2350ae; /* royal blue*/
	text-decoration: underline;
}



/* HEADER ----------------------------------------------------*/

#header{
	width: 900px;
	height: 153px;
	margin-top: 0px;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	background-color:#FFFFFF;
}


/* CONTENT ----------------------------------------------------*/

#pageWrapperHome {	
	position: absolute;
	left: 50%;
	margin-left: -450px;
	padding: 0px;
	width: 900px;
	background-image: url(/images/bg_home_body.gif);
	background-repeat:repeat-y;
}

#pageWrapperChild {
	position: absolute;
	left: 50%;
	margin-left: -450px;
	padding: 0px;
	width: 900px;
}

#sectionTitle {
	margin: 0px 0px 0px 0px;
	padding: 0px ;
	background-color: #2a2922;
}

#rightNavColumn{
	width: 322px;
	font: normal 90%/1.5em Arial, sans-serif;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}

#leftContentColumn{
	width: 500px;
	font: normal 90%/1.5em Arial, sans-serif;
	margin: 40px 0px 40px 10px;
	padding: 0px 0px 0px 0px ;
	float: left;
}

#leftContentColumn p{
	margin: 20px 0px 0px 25px;
}

#leftContentChild {
	width: 530px;
	font: normal 90%/1.5em Arial, sans-serif;
	margin: 10px 0px 40px 10px;
	padding: 0px 0px 0px 0px ;
	float: left;
}

#leftContentChild p{
	margin: 20px 0px 0px 25px;
}

#leftContentServices {
	width: 530px;
	font: normal 90%/1.5em Arial, sans-serif;
	margin: 10px 0px 40px 10px;
	padding: 0px 0px 0px 0px ;
	float: left;
}

#leftContentServices p{
	margin: 20px 0px 0px 25px;
}

/* single column page */

#leftContentFull{
	width:98%;
	font: normal 90%/1.5em Arial, sans-serif;
	margin: 10px 0px 40px 10px;
	padding: 0px 0px 0px 0px ;
	float: left;
}

#leftContentFull p{
	margin: 20px 0px 0px 25px;
}



/* FOOTER ----------------------------------------------------*/

#footer {
	width: 100%;
	float: left;
	color: #9f9f9f;
	text-align:center;
	border-top: 1px solid #e5e5e5;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 40px 0px;
	background-color: #FFFFFF;
	font: normal 85%/1.2em Arial, sans-serif;
	
}
#footer a{
	color: #9f9f9f;
	text-decoration:none;
	
}
#footer a:hover{
	text-decoration:underline;
	
}

/* LINKS ----------------------------------------------------*/


a{
	color: #2350ae; /* royal blue */
	text-decoration: none;
}

a:hover{
	color: #2350ae; /* royal blue */
	text-decoration: underline;
}


/* LISTS ----------------------------------------------------*/

#leftContentChild ul{
	list-style-type: none;
}

#leftContentChild li{
	padding: 0px 0px 7px 20px;
	margin: 0px;
	background-image: url(/images/bullet_square1.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px ;
}

/* TABLES ----------------------------------------------------*/


/* TYPOGRAPHY ------------------------------------------------*/

/* Colors */

.docDetails {
	color: #949494;
}

.sidebarFill1 {
	background-color: #824320; /* rust */
	color: #FFFFFF;
	margin: 5px 30px 5px 30px;
	padding: 2px 0px 1px 5px;
	display: block;
	background-image: url(/images/arrow.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.sidebarFill2 {
	background-color: #4f6a65; /* teal */
	color: #FFFFFF;
	margin: 5px 30px 5px 30px;
	padding: 2px 0px 1px 5px;
	display: block;
	background-image: url(/images/arrow.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.sidebarFill3 {
	background-color: #66875f; /* green */
	color: #FFFFFF;
	margin: 5px 30px 0px 30px;
	padding: 2px 0px 1px 5px;
	display: block;
	background-image: url(/images/arrow.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.sidebarFill4 {
	background-color: #788057; /* green-gold */
	color: #FFFFFF;
	margin: 5px 30px 5px 30px;
	padding: 2px 0px 1px 5px;
	display: block;
	background-image: url(/images/arrow.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.sidebarFill5 {
	background-color: #486ebb; /* blue */
	color: #FFFFFF;
	margin: 5px 30px 5px 30px;
	padding: 2px 0px 1px 5px;
	display: block;
	background-image: url(/images/arrow.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.sidebarFill6 {
	background-color: #b6b9c1; /* grey */
	color: #FFFFFF;
	width: 195px;
	margin: 5px 0px 25px 0px;
	padding: 2px 0px 1px 5px;
	display: block;
	background-image: url(/images/arrow.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.sidebar
{
	margin: 10px 30px 20px 30px;
	padding: 10px 0px 2px 20px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.sidebar li
{
	list-style-image: url(/images/bullet_arrow.gif);
	font: normal 95%/1.25em Arial, Verdana, serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	text-align: left;
}

.sidebarFeature
{
	font: normal 95%/1.25em Arial, Verdana, serif;
	margin: 0px;
	padding: 0px;
	margin: 10px 30px 0px 30px;
	padding: 10px 0px 2px 20px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background-image: url(/images/bg_home_features.gif);
	background-repeat:repeat-x;
	background-position:top;
}

.sidebarFeature li
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	text-align: left;
}



/* Headings */

h1 {
	font: normal 220%/1.25em Arial, Verdana, serif;
	margin: 0;
	padding: 0;
	
}

h2 {
	font: bold 120%/1.25em Arial, Verdana, serif;
	margin-left: 15px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}



/* Floats */

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

/* Misc. */

.bold {
	font-weight: bold;
}

.textSpacing {letter-spacing: .2em;
}

.caps {
	text-transform:uppercase;	
}

.white {
	color: #FFFFFF;
}

.indentBlock {
	margin: 0px 75px 0px 30px;
	padding: 15px 0px 15px 0px;
	background-image: url(/images/bg_dash_nav_gray.gif);
	background-repeat:repeat-x;
	background-position: bottom;
}

.rule1{
	border-bottom: 1px solid #e5e5e5;
}

.imgBorder {
	/*border-right: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;*/
}


/* Padding */


.padding1 {
	padding-right: 13px;
}

.padding2 {
	padding-top: 13px;
}


/* Special text */

.importantEntry{
	color: #824320; /* rust */
	font: bold italic 120%/1.25em Arial, sans-serif;
	/*font-weight: bold;*/
	margin-left: 0px;
}

.required {
	color: #AF304B;
}

.italic1 {
	font-style:italic;
	color:#999999;
}

.formText {
	font: normal 100%/1.25em Arial, sans-serif;	
	color: #404040;
}

.formButton  a{
	color: #FFFFFF;
	line-height: 2em;
	text-decoration: none;
	background-color: #666666; /* blue */
	padding: 3px 7px 3px 7px;
}

.formButton a:hover  {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #486ebb; /* blue */
}


.smText {
	font: normal 90%/1.25em Arial, sans-serif;	
}


/* SECTION-SPECIFIC ----------------------------------------------------*/

/* Homepage */

#homeFeatures {
	float:left;
	width: 100%;
	background-color:#FFFFFF;
	background-image: url(/images/bg_home_features.gif);
	background-repeat:repeat-x;
	background-position:top;
	border-top: 1px solid #e5e5e5;
	/*border-bottom: 1px solid #e5e5e5;*/
}
#homeFeatures Table {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	height: 80px;
	width: 100%;
}


#homeFeatures ul {
	margin: 15px 20px 0px 40px;
	padding: 0px 0px 0px 0px;
	font: normal 85%/1.25em Arial, Verdana, serif;
}

#homeFeatures li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-image: url(/images/bullet_arrow.gif);
}

#homeFeatures a {
	font: bold 110%/1.25em Arial, Verdana, serif;
}
.featureDivider {
	border-right: 1px solid #e1e2e3;
}

/* Document table */

#dataTable {
	width:95%;
	margin:15px 0px 40px 0px;
	padding:0px;
	border: 1px solid #d9d9d9;
}

#dataTable td.topRow{
	color: #FFFFFF;
	background-color: #824320; /* rust */
	margin:0px;
	padding:5px 15px 5px 5px;
}

#dataTable td.topRow a{
	color: #c7c7c7;
	text-decoration: underline;
}

#dataTable td.topRow a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

#dataTable td{
	margin:0px;
	padding:5px 5px 5px 5px;
}

#dataTable td.altRow{
	background-color:#f5f5f5;
	margin:0px;
	padding:5px 5px 5px 5px;
}

#dataTable a{
	color: #2350ae;
	text-decoration: underline;
}

#dataTable a:hover{
	color: #2350ae;
	text-decoration: none;
}


/* Homepage Scroller */
.scrollSidebar
{
	margin: 0px 0px 20px 30px;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	text-align: left;
}
.scrollSidebar li
{
	list-style-image: url(/images/bullet_arrow.gif);
	font: normal 95%/1.25em Arial, Verdana, serif;
	margin: 7px 10px 0px -20px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
#scroller {
	position: relative;
	overflow: hidden;
	width: 258px;
	height: 165px;
}
#scroller p {
	margin: 0;
}
.scrollerContainer {
	position: relative;
}
.scrollbarContainer {
	position: relative;
	margin: 0px;
}
.scrollbarTrack {
	cursor:pointer;
	width: 4px; 
	height: 155px;	
	position: relative;
	left: 0px;
	background-color: #e5e5e5;
	visibility: hidden;
}
.scrollbarHandle {
	position: relative;
	top: 0px; 
	left: 0px;
	width: 4px;
	height: 30px;
	background-color: #949494;	
}

/* WASHINGTON UPDATE */

#washUpdate {
	background-color: #ffffff;
	}
	
#washUpdate h1 {
	margin: 0;
	padding: 0;
}

#washUpdate h2{
	font: bold 110%/1.25em Arial, Verdana, serif;
	margin-left: 25px;
	padding: 0px;
	border-bottom: 0px;
}


#washUpdate h3{
	font: bold 100%/1.25em Arial, Verdana, serif;
	margin-left: 25px;
	padding: 0px;
}

#washUpdate h4 {
	font: bold 100%/1.25em Arial, Verdana, serif;
	margin-left: 25px;
	padding: 0px;
	font-style:italic;
}