/* ~~ 	the branding is not given a width. It will extend the full width of your layout. 
	It contains an image placeholder that should be replaced with your own linked logo ~~ */
 
#branding {
	clear: both; 
	width: 100%;
	height: 100px;
	position: relative;	
	z-index:0;			
}
#branding-logo {
	position:absolute;
	z-index:2;
	top: 5px;
	left: 35px;
}
#branding-logo {
	width: 79px;
	height: 95px;
	border: 0px;
}
#branding-logo img {
	border:none;
}
#branding-fws-bar {
	height: 31px;
	width: 100%;
	position: absolute;	
	top: 9px;	
	font-weight: bold;	
	z-index:0;			
}
#branding-fws-bar a {
	text-decoration: none;
	z-index:0;			
}
#branding-fws-bar-text {
	font-size: 18px;
	position: absolute;
	vertical-align: bottom;
	white-space: nowrap;
	left: 149px;		
	top: 4px;		
	z-index:0;			
}
		
#branding-site-name {
/* If you change the siteName color, you may also need to change "siteName a" color*/
	height: 35px;
	top: 35px;
	font-size: 35px;
	line-height: 40px;
	font-weight: bolder;
	white-space: nowrap;
	position: absolute;			
	left: 149px;
	vertical-align: middle;
	font-family: "Arial Narrow", Helvetica, sans-serif;		
	z-index:1;				
}
#branding-site-name a{		
/* This fixes a css coding error in the original template.*/
	text-decoration:none;
	z-index:0;			
}

#branding-organization-name {
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	position: absolute;
	height: 20px;
	top: 75px;		
	overflow: hidden;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	z-index:0;					
}
#branding-organization-name-text, #branding-organization-name a {
	text-decoration: none;
	padding-right: 10px;
	z-index:0;			
}
 
#branding {
	background-color: #ffffff; 
}
#branding-fws-bar {	
	background-color: #252B0D;			
}
#branding-fws-bar-text {
	color: #ffffff;	
}
#branding-site-name {
	color: #000000;		
}
#branding-site-name a{		
	color: #000000;		
}
#branding-organization-name {
	background-color: lightgrey;			
	border-bottom-color: #252B0D;					
}
#branding-organization-name-text, #branding-organization-name a {
	color: #ffffff; 		
}

#nav_footer {
	height: 120px;
	text-align:center;
	vertical-align:bottom;
}
#nav_footer_left>ul.nav li a, #nav_footer_right>ul.nav li a {
	height: 20px;
}
#nav_footer_left>ul.nav li span, #nav_footer_right>ul.nav li span {
	height: 20px;
}
.nav_footer_left_divider, .nav_footer_right_divider {
	height: 10px;
}

.idx_links_ul_spacer {
	float:left;
	width: 1%;
}


