/* CSS Document */
/* main content styles */
div#contentLeftColumn,
div.twoColumnContainerLarge,
div.threeColumnContainerLarge{
	width: 686px;	
}
div#contentRightColumn{
	width: 244px;
	/*background-color:LightSteelBlue;*/
	margin-right:15px;
	min-height:400px;
}

div.twoColumnContainerLarge div.singleColumnLeft,
div.twoColumnContainerLarge div.singleColumnRight{
	width: 	328px;
}

div.threeColumnContainerLarge div.singleColumnLeft,
div.threeColumnContainerLarge div.singleColumnRight{
	width:208px;	
}

div.threeColumnContainerLarge div.singleColumnLeft{
	margin-left:20px;	
}

div.singleColumnLeft h2, 
div.singleColumnRight h2{
	padding-bottom:8px;
	border-bottom:1px solid #0d457a !important;	
}

div.singleColumnLeft{
	float:left;	
}
div.singleColumnRight{
	float:right;	
}

#contentLeftColumn h2{
	border:none;	
}
.clearer{
	clear:both;	
}

ul.blue-square{
	margin-left:15px;
	list-style-image:url(/images/lists/blue-square-bullet.png);	
}

ul.open-circle{
	margin-left:15px;
	list-style-image:url(/images/lists/small-open-circle.png);	
}

/*side bar styles*/
.sidebar-box{
	width: 224px;
	padding: 10px;	
	border-bottom:2px solid #c1c1c1;
	margin-bottom:30px;
	color:#636363;
}

.blue-shading{
	background-color:#eff6fb;	
}

.sidebar-box.grayShading{
	width: 222px;
	border-left:1px solid #eeeeee;
	border-right:1px solid #eeeeee;	
}

.sidebar-box h2{
	padding-bottom:6px;
	border-bottom: 1px solid #c8c7c7;	
}

.director-name,
.leader-name{
	font-size:.9rem;
	color:#2678a7;
	font-weight:bold;	
}

.fellowship-gray{
	color:#777777;	
}

.fellowship-table{
	border-left:1px solid #dadadc;
	border-right:1px solid #dadadc;	
	border-bottom:2px solid #dadadc;
}


.fellowship-table th,
.fellowship-table td{
	padding:8px;	
	border-right:1px solid white;
}

.fellowship-table .heading{	
	background-color:	#0d457a;
	font-weight:bold;
	color:white;
}

.fellowship-table th:last-child,
.fellowship-table td:last-child{
	border:none;	
}

td.text-center{
	text-align:center;	
}

.leader-image{
	height:160px;
	float:left;
	margin-right:20px;	
}

.leader-contact{
	width:278px;
	float:right;
	padding:10px;
	height: 138px;	
	border:1px solid #dadadc;
}

h2#pageTitle{
	border:none;	
}

/* left nav */

#rightSection { 
position:relative;
width:690px;
float: right;
}

#leftNav{ float:left; width: 210px; background-color:#ebf3f7; font-weight:bold; padding:10px 0px 10px 0px; border: thin solid #C5DAE5; }
#leftNav .ap{ padding: 5px; background-color:#C5DAE5; display:block; padding-left:10px;}
#leftNav h2{ padding-left:10px; }
#leftNav h3{  font-size:1em; border-bottom: thin solid #fff; padding-left:10px; margin-bottom:1px;}
#leftNav .dividerGray { margin-bottom: 1px;}
#leftNav li{ list-style:none; list-style:inside;}
#leftNav a{ text-decoration:none; padding:5px 5px 5px 10px; display:block; border-bottom:thin #ebf3f7 solid; border-top:#ebf3f7 thin solid; }
#leftNav a:hover { text-decoration:none; background-color:#C5DAE5; border-bottom:thin #fff solid; border-top:#fff thin solid; display:block;}

