/* Green Lane Header Toolbars -  Date: 2005-08-30 */


/* TopHeader - 3rd Row - Colored Table Cells  */
.topheaderthirdlinebox {                                                                                                    
	background-color : #339966;
	color : white;
	height: 14px;
	margin: 0px;
	padding: 0px 0px 1px 1px;
	text-align : left;
	text-decoration : none;
	width: 89px;
}                                                                                                                           

/* TopHeader - 3rd Row - Button Link */
.topheaderthirdlinelink, .topheaderthirdlinelink:visited, .topheaderthirdlinelink:hover {
	background-color : #339966;
 	color : white;                                                                                              
 	font-size : .7em;
 	font-weight: normal;
	margin: 0px 0px 0px 4px;
 	text-align : left;
 	text-decoration : none;
}

/* TopHeader - Optional 4th Row - Colored Table Cells */
.topheaderfourthlinebox {
	background-color : #339966;
	border-top: 0px solid white;
	color : white;
	height: 14px;
	padding: 0px 0px 1px 1px;
	text-align : left;
	text-decoration : none;
	width: 89px;
}                 

/* TopHeader - Optional 4th Row - Colored Table Cells */
.topheaderfourthlinelink, .topheaderfourthlinelink:visited, .topheaderfourthlinelink:hover {
	background-color : #339966;
	color : white;
	font-size : .7em;
	font-weight: normal;
	margin: 0px 0px 0px 4px;
	text-align : left;
	text-decoration : none;
}

/* ================  FOOTER  ================ */
/* footer - Last Updated Link */                                                                                                 
.footerlastupdated, .footerlastupdated:visited, .footerlastupdated:active, .footerlastupdated:hover {                         
	color : green;                                                                                                                
	background-color: #FFFFFF;                                                                                                   
	font-family : Arial, Helvetica, sans-serif;                                                                                  
	font-size : .70em;                                                                                                           
	font-weight : normal;                                                                                                        
}                                                                                                                             
                                                                                                                              
.footerline { 
	background-color: #FFFFFF;                                                                                                                    
	color : green;                                                                                                              
	width : 100%;
	text-align : center;
}

.footersignature {
	background-color: #FFFFFF;
	color : green; 
	font-size : .70em;                                                                                                           
	font-weight : bold; 
	text-align : center;
}

.footernav {
background-color: #FFFFFF;
	color : green;
	font-size : .70em;
	font-weight : normal;
	text-align : center;
}

.footernav:visited {
	color :green;
	background-color: #FFFFFF;
	font-size : .70em;
	font-weight : normal;
	text-align : center;
}

div.footernav a, div.footernav a:visited {
	color :green;
	background-color: #FFFFFF;
	font-weight : normal;
	text-align : center;
}









/* Andrew Full - custom css for new header layout */
/* -------------------------------------------------------- */
/* Departmental Buttons                                     */
/* -------------------------------------------------------- */
/*table#deptBtns {
	margin: 0px 0px 2px 150px;
	width:450px;
}*/

table#deptBtns td {
	background : #339966;
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 0px solid white;
	border-left: 0px solid white;
	color:white;
	margin: 0px;	
	padding: 0px 2px 0px 5px;
	width: 89px;
}

table#deptBtns td a, table#deptBtns td a:visited table#deptBtns td a:hover{
	background: transparent;
	border: 0px solid red;
	color:white;
	display: block;
	font-size: 0.70em;
	margin: 0px;	
	text-decoration: none;
	white-space: normal;
	width:85px;
}



/* new css code for custom footer PROTOTYPE */
/* ---------------------------- */  
div.footer {
	border-bottom: 0px solid transparent;
	font-size: 0.75em;
	margin: 10px 10px 0px 10px;
	padding: 0px;
}
  
div.footer div {
	text-align: center;
}

div.footerPageTop {
	background: transparent;
	color:black;
	border: 0px solid #EEEEBB;
	margin: 0px 0px 0px 13px;
	padding: 3px 0px 0px 0px;
}

div.footerPageTop a.footerPageTopLink{
	border: 0px solid #EEEEBB;
	display: block;
	margin: 0px 0px 0px 14px;
	padding: 3px 0px 0px 0px;

}

div.footerDates {
	background: transparent;
	color:black;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 0px 13px;
}

div.footerDates a:hover{
	background: transparent;	
	color : red;
}

span.footerDateCreated, span.footerDateReviewed, span.footerDateUpdated{
	color : navy;
	background: transparent;	
}

div.footerImportantNotices {
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 0px 13px;
}

div.footerImportantNotices a, div.footerImportantNotices a:visited {
	background: transparent;
	color :navy;
	font-size: 1.0em;
}

div.footerPageURL {
	background: transparent;
	color:black;
	border: 0px solid red;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:right;
}

div.footerPageURL div{
	background: transparent;
	border: 0px solid red;
	color: black;
	display:block;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-decoration:none;
}

div.footerPageURL div span{
	padding: 0px;
}








