/* CSS Document */

/*HEADER*/


#divLogo {
	float: left;
	background-color: #365A95;
	width: 193px;
	text-align: center;
}
#divLogo img {
	padding-top: 6px;
/*	padding-bottom: 12px;*/
	
}

#NavImage {
	float: left;	
	background-color: white;
	width: 970px;
	
	height: 150px; /* Banner Alert spacing 200px - normal 150 */
	overflow: hidden;
	text-align: center;
	font-size: 300%;
	color: #365A95;

}
#BannerAlert {
	position: absolute; 
	top: 150px;
	left: 0;
	visibility:hidden; /* set to visible for banner alert*/
	
	}
.Alert {
	position:absolute;
	top: 164px;
	left: 190px;
		visibility:hidden;
		height: 0;
		color: black;
		width: 630px;
}

.Alert p{

	color: black;
	font-weight: bold;
	font-size: 1.5em;
	text-align:center;

}
.Alert a:hover{
	
	color: black;
	text-decoration:none;
}
.Alert a:link{
	
	color: black;
}

.Alert a:visited{
	
	color: black;
}
#skipLinks a {
	color: #FFFFFF;
	position: absolute;
	margin-left: -9000px;
	font-size: 80%;
	width: 180px;
	z-index: 525;
}

#skipLinks a:focus, #skipLinks a:active {
	display: block;
	width: 11em;
	margin-left: 500px;
	margin-top: 80px;
	width: 180px;
}

#divNavigation2 li {
margin-top: 0px;
margin-bottom: 0;
}

#divNavigation2 li a {
/*font-size: 100%;*/
/*font-weight: bold;*/
font-family: Verdana, Arial, sans-serif;
}


#divNavigation2 {
	float: right;
	height: 33px;
	width: 970px;
/*	padding-left: 40px;*/

 background: url("http://www.bwsc.org/images/prodrop4/pro_drop4_line.gif") repeat-x left bottom; 
	/*background-color: #365A95;*/
		margin-top: 0px;
	z-index: 502;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {	
#divNavigation2{height: 32px;}
}

/*DATE-TIME	*/
#NavDate p {
	color:#FFFFFF;
	text-align:center;
	font-size: 80%;
	z-index:700;
	position: absolute;
	top: 156px;  /* Banner Alert positioning - 206px, Normal 156px */
	left: 770px;
	width: 200px;
	 
}

/* DATE-TIME for Employment Application Page Header */

#HeaderDate {
	position: absolute; 
	font-size: 80%;
	top: 156px;
	left: 770px; 
	color: #fff;
	z-index: 601;
	width: 200px;
	text-align:center;
}

/*#divNavigation li a {
	color: #E8E9E2;
	text-decoration: none;
	padding: 4px;
	float: left;
	height: 22px;
	margin-top: 0px;
	margin-left: 23px;


}*/
/*#divNavigation li a:hover {
color: #BEC8E9;
	
}*/




/*FOOTER*/

#divFooter {
	font-size: 0.8em;
/*	color: #A9B4E0;*/
		color:#5768A4;
	text-align: center;
	padding: 5px;
	padding-top: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5768A4;
	clear: both;
	background:url("http://www.bwsc.org/images/ABOUT_BWSC/ltbluegrad.png") repeat-x;
	
}
#divFooter ul {
	list-style-type: none;
	width: 100%;
	padding-left: 20px;
	padding-top: 1em;
	padding-bottom: .75em;
	margin: 0;
}
#divFooter li {
	display: inline;
	margin: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5768A4;
	padding-right: .5em;
	padding-left: 1em;
}

li#last {
	border-right-style: none;
	margin-right: 34px;
}
#divFooter a {
	color: #5768A4;
	text-decoration: none;
	padding-right: 3%;
	padding-left: 2%;
	}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#divFooter p {
	text-align: center;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}



