@charset "UTF-8";
/* CSS Document */

body{
	background-color: #efefef;
}
#backgroundBanner{
	display: none;
}

.header{
	background-color: #efefef;
	padding-bottom: 1.5em;
	-moz-box-shadow: 0px 6px 6px #666;
	-webkit-box-shadow: 0px 6px 6px #666;
	box-shadow: 0px 6px 6px #666;
}

.headerBar{
	position: relative;
	z-index: 5;
	width: 100%;
	height: 20px;
	background-color: #004B85;
}

.content{
	padding-top: 3em;
	padding-bottom: 3em;
	background-color: #fff;
	min-height: 600px;
}


/* ============== SIDE BAR STYLES  ==============*/

.sideBar{
}
.sideBar .callOut, .callOut{
	background-color: #efefef;
	padding: 1em;
	margin-bottom: 2em;
	margin-top: 0em;
	-moz-border-radius: 8px;
	-webkit-boarder-radius: 8px;
	border-radius: 8px;
		}
.sideBar  .Blue{
	background-color: #004B85;
}
.sideBar  .Blue h2{
	color: #fff;
}
.sideBar  .Blue p{
	color: #fff;
}
.sideBar  .Blue p a {color: #fff;text-decoration: none;}
.sideBar  .Blue p a:Hover {color: #FC0;text-decoration: none;}
.sideBar  .Blue p a:Visited {color: #fff; text-decoration: none;}
.sideBar  .Blue p a:Visited:Hover {color: #FC0; text-decoration: none;}

.sideBar h2{
	font-size: 1.25em;
	color: #666;
	margin-bottom: .5em;
	margin-top: 0em;
	line-height: 1.2em;
}

.sideBar p{
	text-align: left;
	font-size: .9em;
	margin-bottom: 0em;
	line-height: 1.5em;
}

.callOut p:last-child{
	margin-bottom: 0em;
}

/* ============== CASE LIST STYLES  ==============*/

.caseList{
	margin-top: 1em;
	background-color: #efefef;
	padding: 1em;		
}
.caseList:Hover{
	background-color: #DBE5EB;
}
.caseList h2,
.caseReleaseList h2{
	margin-top: 0em;
	margin-bottom: 0em;
}
.caseList p{
	margin-top: .5em;
	margin-bottom: 0em;
}

.caseReleaseList .sfnewsListItem .sfnewsTitle{
	font-size: 1.3em;
	padding-bottom: .35em;	
}

.caseReleaseList .sfnewsFullStory,
.caseReleaseList .sfnewsMetaInfo{
	font-size: .9em!important;	
}

.sfnewsListItem .sfTagsList{
	margin: 0px;
	list-style-type: none;	
	float: left;
	padding-right: 6px;
}
.sfTagsList li{
	margin-bottom: 0px!important;
}


.statusCaseTitle .sfTagsList{
	margin: 0px;
	list-style-type: none;	
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: .5em;
	line-height: 1.2em;
	margin-top: 0em;
	margin-right: 2em;
	color: #000;
}
.statusCaseTitle {
	margin-bottom: .5em;	
}

.tab-pane ul{
	margin-left: 0em;
}


/* ==============  MAIN NAVIGATION STYLES  ==============*/

.RadMenu_MainNav a {color: #666; text-decoration: none; cursor: pointer!important;}
.RadMenu_MainNav a:Hover {color: #ccc; text-decoration: none;}
.RadMenu_MainNav a:Visited {color: #666; text-decoration: none;}
.RadMenu_MainNav a:Visited:Hover {color: #ccc; text-decoration: none;}


/* ============== TABLE STYLES  ==============*/

.table th {
	background-color: #efefef;
}


/* ============== TAB STYLES  ==============*/

.nav{
	margin-top: 3em;
	margin-left: 0em!important;
	margin-right: 0em!important;
}
.nav li{
	margin-bottom: -1px!important;
}
.tab-content{
	padding: 1em;
}
.tab-content h2:first-child{
	margin-top: 0em;	
}

/* ============== 3rd PARTY TMEPLATE CUSTOM STYLES  ==============*/

.bioList img{
	margin-bottom: .5em;
}
.bioTitle{
	font-size: .8em;
	font-style: italic;
}
.bioList p{
	line-height: 1em;
}
.bioList a {color: #666!important; text-decoration: none!important;}
.bioList a:Hover {color: #0088cc!important; text-decoration: none!important;}
.bioList a:Visited {color: #666!important; text-decoration: none!important;}
.bioList a:Visited:Hover {color: #0088cc!important; text-decoration: none!important;}


/* ============== 3rd PARTY TMEPLATE CUSTOM STYLES  ==============*/

#plannedGivingLabel{
	margin-top: 25px;
	font-size: .9em;
}
