/* 
================================
Navigation Pages
================================
*/
.section-banner {
	display: block;
	width: 590px;
	height: 130px;
	background: url(navigati.gif) top repeat-x; 
	color: #666;
	/* add #c4deef to background above if allowing for vertical growth */
	margin: 0 0 12px 0;
}
.section-banner-content {
	padding: 12px 0 0 20px;
}

.section-banner-content a {
	font-weight: bold;
}
.section-banner h1  {
	font-size: 220%;
	margin: 0 0 8px 0;
}
.section-banner ul {
	margin: 0;
	padding: 0;
	float: left;
}
.section-banner ul li {
	/* list-style-image: url(/images-global/bullet-arrow-empty.gif); */
	list-style: none;
	background: transparent url(bullet-a.gif) left 2px no-repeat;
	text-indent: 0px;
	font-weight: bold;
	padding: 0 0 6px 20px;
	margin: 0;
	line-height: 1.3em;
	/* background: #eee; */
}
/* Two column */
.section-banner .column-one, .section-banner .column-two {
	width: 145px;
}
.section-banner #jobslist {
	width: 250px;
}

}
.section-banner .column-one {
	margin-right: 10px;
}



.nav-page-two-col-body .alphalist-lg-borderbottom {
	padding-bottom: 12px;
	border-bottom: 1px solid #ccc;
}
.nav-page-two-col-body {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	width: 390px;
	clear: none;
}
/* 
.nav-page-two-col {
	padding: 0;
	margin: 0;
	clear: both;
}
*/
.nav-page-col-one, .nav-page-col-two, .nav-page-col-three {
	width: 190px;
	margin: 0;
	padding: 0;
	float: left;
}
.nav-page-col-two {		
	margin: 0 0 0 10px;	
}
.nav-page-col-three {
	margin: 0 0 10px 10px;	
}

.nav-page-two-col-body p, .nav-page-col-one p, .nav-page-col-two p, .nav-page-col-three p, .contentarticlegridcoltwo p {
	font-size: 11px;
	line-height: 14px;
}
.nav-page-two-col-body li, .nav-page-col-one li, .nav-page-col-two li, .nav-page-col-three li, .contentarticlegridcoltwo li {
	font-size: 11px;
	line-height: 14px;
}
/* Allow a navigation-page template to use content-page font size for body section. Needed for Development campaign. */
.nav-page-two-col-body .content-page p, .nav-page-col-one .content-page p, .nav-page-col-two .content-page p, .nav-page-col-three .content-page p {
	font-size: 12px;
	line-height: 1.5em;
}
.nav-page-two-col-body .content-page li, .nav-page-col-.content-page one li, .nav-page-col-two .content-page li, .nav-page-col-three .content-page li {
	font-size: 12px;
	line-height: 1.5em;
}

.contentarticlegridcoltwo {
	width: 190px;
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
	display: inline;
}

/* Tile specifications 
.nav-page-two-col-body .column-two, .nav-page-two-col-body .column-two {
	width: 190px;
}
*/

/* 
================================
LISTS FOR MAIN CONTENT AREAS
================================
*/
ul.no-bullets {
	list-style: none;
	text-indent: 0;
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 8px;
}
ul.no-bullets li {
	padding-bottom: 4px;
}

