/* TYPOGRAPHY
   - All font sizes, weights and colors
--------------------------------------------------*/

html {
	-webkit-font-smoothing: antialiased;
	font-size: 62.5%;
}

body {
	font-family : "Helvetica Neue", Helvetica, Arial;
	font-size: 15px;
	font-size : 1.5rem;
	line-height: 1.4;
	color : #444;
}

h1 {
	font-size: 30px;
	font-size: 3.0rem;
	color : #222;
}

h2 {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 30px;
	padding: 0;
}

h3 {
	font-size: 20px;
	font-size : 2rem;
	font-weight : normal;
	display : block;
}

h4 {
	font-size : 18px;
	font-size : 1.8rem;
	font-weight : normal;
	color : #000;
}

a {
	text-decoration : none;
	color : #1b7bbf;
	outline : none;
}

a:hover {
	color : #2f9ceb;
	outline:none;
}

.text-13 {
	font-size: 13px;
	font-size: 1.3rem;
}

div.right small,
ul#home-constant li#events dl#calendar dd span,
ul#home-constant li#events dl dt,
.bttn em,
#sidebar-right dl dt,
.small-date,
.module h2,
.module h3.recent-media,
ul#supplimental,
ul#supplimental ul,
ul#navigation li div.dropdown a,
div.ministries-dropdown dl dd,
ul#navigation li div.dropdown,
.text-12 {
	font-size: 12px;
	font-size: 1.2rem;
}

a.register-large {
	font-size: 20px;
	font-size: 2rem;
}

#sidebar-right dl dd a span,
#copyright p,
#footer #address a,
#footer #contact-info #address {
	color : #888;
}

ul#home-constant li#events dl#calendar dd span strong,
ul#home-constant li#events dl#calendar dd p,
ul#home-constant li h3 span,
span.caption,
#sidebar-right dl dd a,
#side-menu strong,
#sidebar #side-menu li ul a,
#footer-breadcrumbs a,
ul#supplimental li#utilities ul li ul#sgm-list,
.service-times,
#supplimental li span#new-here-list,
.text-11 {
	font-size: 11px;
	font-size: 1.1rem;
}

.bttn,
.bttn:link,
.bttn:visited,
#standalone-body p,
#standalone-body li,
#no-js_hero .caption,
#footer,
ul#navigation li a,
#header #navigation-bar div.serving-dropdown ul.teams h3 a {
	font-size: 16px;
	font-size: 1.6rem;
}

#standalone-body h4,
#side-column ul li.greybox a,
#side-column ul li.greybox b,
#side-column ul li.greybox strong,
#side-column ul li.quote strong {
	font-size: 18px;
	font-size: 1.8rem;
}

ul#navigation li a {
	color: #414141;
}

#header #navigation-bar div.serving-dropdown ul.teams h3 a {
	font-weight: bold;
}

ul#home-constant li h3,
.count,
#invite-someone-you-know input.formfield,
#sidebar-right dl dd a span,
#sidebar-right p,
#top-nav #supplimental li #new-here-list li a strong {
	font-size: 14px;
	font-size: 1.4rem;
}

#top-nav #supplimental li #new-here-list li a strong {
	color : #1b7bbf;
}

#top-nav li {
	padding-bottom: 0;
}

span.white-btn {
	font-size: 10px;
	font-size: 1rem;
}

#sidebar ul li ul li a span {
	font-size: 9px;
	font-size: 0.9rem;
}

ul#navigation li a:hover,
ul#navigation li.selected a {
	color: #497f0e;
}


/* LAYOUTS
----------------------------------------*/

.container {
	width: 970px;
	margin: 0 auto;
}

.container:after {
	display: table;
	content: " ";
	clear: both;
}


/* GENERAL LAYOUT
----------------------------------------*/

body {
	border-top : solid 1px #000;
	margin : 0;
	background-color : #222;
}

h1 {
	background-color: #f2f2f2;
	background-color: rgba(10, 10, 10, 0.03);
	border-bottom: 1px solid #e5e5e5;
	margin: -20px 0 0;
	padding: 18px 20px 15px;
	-webkit-border-radius: 4px 4px 0 0;
	   -moz-border-radius: 4px 4px 0 0;
			border-radius: 4px 4px 0 0;
}

img,
a img {
	-ms-interpolation-mode: bicubic;
	border : 0;
}

blockquote {
	margin-left : 20px;
	margin-right : 20px;
}

hr {
	height : 1px;
	border : 0;
	margin : 10px 0 5px 0;
	background-color : #ccc;
	color: #ccc;
	padding : 0px;
}

.clear {
	clear: both;
}

::selection {
	background-color: #76bdef;
	color: #ffffff;
}

a::selection {
	color: #123b58;
	font-weight: bold;
}

/*Screen Maxwidth*/
.max-width {
	margin: 0 auto;
	overflow : hidden;
	width : 980px;
	padding : 0 20px 0 20px;
}

/*Columns*/
.column-50 {
	width : 450px;
	margin : 0 20px 0 0;
	float : left;
}

.column-100 {
	padding : 0 20px 0 0;
	clear : both;
}

.column-33 {
	width : 300px;
	float : left;
	margin-right : 20px;
}

.column-66 {
	width : 567px;
	float : left;
	margin : 0 20px 0 0;
}


/*Header*/
#header {
	height : 98px;
	display : block;
	margin : 0 auto;
	width : 970px;
	position : relative;
	z-index : 110;
	clear : both;
}

input {
	outline: none;
}


/*Navigation Bar*/
#navigation-bar {
	display : block;
	height : 41px;
	margin : 40px 0 0 0;
	width: 970px;
	float: left;
}

ul#navigation {
	display : block;
	float : right;
	list-style-type : none;
	margin : 0  10px 0 0;
	padding : 0;
}

ul#navigation li {
	display : block;
	float : left;
	padding:0;
}

ul#navigation li a {
	margin-left : 15px;
	display : block;
	float : left;
	padding : 0 0 0 0;
	height : 41px;
	line-height:41px;
}

ul#navigation li a.expand {
	display : block;
	text-indent : -9999px;
	overflow: hidden;
	float : left;
	width : 14px;
	height : 16px;
	margin : 10px -2px 0 2px;
	background : url("/images/ui.20100330/clc-sprite.08152011.v2.png") repeat-x -460px -149px;
	z-index: 100;
	position: relative;
}

ul#navigation li a.expnd-selected {
	background : url("/images/ui.20100330/clc-sprite.08152011.v2.png") repeat-x -510px -149px;	
}

ul#navigation li a.expnd:hover {
	background : url("/images/ui.20100330/clc-sprite.08152011.v2.png") repeat-x -485px -149px;
}

#navigation-bar a.nav-about {
	margin-left: 0px;
}

#navigation-bar a.nav-blog {
	margin-left: 30px;
}

ul#navigation li.selected a.nav-blog, a.nav-blog:hover {
	background-position : -697px -211px;
}

ul#navigation li ul,
ul#navigation li div {
	display : none;
}

ul#navigation li div ul,
ul#navigation li div ul li {
	display : block;
	float : none;
	list-style-type : none;
	margin : 0;
	padding : 0;
	clear : both;
}

ul#navigation li div ul li a {
	text-indent : 0;
}

ul#navigation li div.dropdown {
	display : block;
	position : absolute;
	overflow : hidden;
	margin-top : 20px;
	background-color : #FFF;
	margin-left : 10px;
	zoom: 1;
	border: 5px solid #eee;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	-webkit-box-shadow: 0px 2px 5px 2px #444;
	   -moz-box-shadow: 0px 2px 5px 2px #444;
	        box-shadow: 0px 2px 5px 2px #444;
	behavior: url("/_css/PIE.htc");
}

ul#navigation li div.about-dropdown,
ul#navigation li div.ministries-dropdown,
ul#navigation li div.serving-dropdown,
ul#navigation li div.resources-dropdown {
	display : none;
}

div.about-dropdown, div.resources-dropdown {
	width : 177px;
}

ul#navigation li div.serving-dropdown {
	padding-left: 10px;
	padding-bottom: 10px;
	margin-left: -595px;
}

div.serving-dropdown span.serving-dropdown-container {
	background-color : #fff;
	display : block;
	overflow : hidden;
	margin-left : 17px;
	padding-left: 10px;
	z-index: 300;
}
	
	#header #navigation-bar div.serving-dropdown ul.teams {
		float: left;
		clear: none;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
	
		#header #navigation-bar div.serving-dropdown ul.teams.second {
			margin: 27px 0 0 0;
		}
	
		#navigation-bar div.serving-dropdown ul.teams h3 {
			margin: 10px 0 5px 0;
			padding: 0;
		}
			
	#header #navigation-bar .team_category span {
		font-weight: bold;
		margin: 5px 0 3px 0;
		display: block;
		overflow: hidden;
		float: left;
	}
	
	#header #navigation-bar .team_category ul {
		margin: 0 0 10px 0;
	}
		
			#header #navigation-bar .team_category ul li a {
				margin: 2px 0 0 0;
			}
			
	div.serving-dropdown span.serving-column {
		display : block;
		width : 185px;
		position : relative;
		float : left;
		margin-right: 15px;
		padding-right: 10px;
		border-right: 1px solid #ddd;
		min-height: 425px;
	}
	
		div.serving-dropdown span.serving-column.last {
			border-right: 0px solid #ddd;
			margin-right: 0px;
			padding-right: 0px;
		}

	ul#navigation li div.serving-dropdown h3 {
		margin: 0 0 0 10px;
		padding: 5px 0 0 0;
		background-color: #fff;
		height: 17px;
	}
	
			ul#navigation li div.serving-dropdown h3 a {
				margin: 0;
				float: none;
			}

ul#navigation li div.ministries-dropdown {
	margin-left: -30px;
}

ul#navigation li div.ministries-dropdown.new {
	margin-left: -160px;
}

div.ministries-dropdown span.ministries-column {
	display : block;
	width : 190px;
	position : relative;
	z-index : 3000;
	float : left;
}

div.ministries-dropdown span.ministries-dropdown-container {
	display : block;
	overflow : hidden;
	/* margin-left : 17px; */
}

div.ministries-dropdown dl {
	padding : 0 0px 10px 0;
	margin : 0;
	display : block;
	float : left;
	width : 240px;	
}

div.ministries-dropdown dl dt {
	margin : 10px 0 6px 10px;
	font-weight : bold;
	display : block;
}

div.ministries-dropdown dl dd  {
	margin : 0;
	padding : 0;
	display : block;
	height : 20px;
	clear : both;
	border-bottom : solid 0px #fff;
}

ul#navigation li div.ministries-dropdown dl dd a {
	margin : 2px 0px 2px 10px;	
	padding : 0;
}

ul#navigation li div.dropdown a {
	color: #1b7bbf;
}

	ul#navigation li div.dropdown a:hover {
		color : #2f9ceb;
	}

ul#navigation li div.dropdown ul {
	display : block;
	margin: 10px 6px;
	padding-top : 0;
	overflow : hidden;
}

ul#navigation li div.dropdown ul li a {
	margin : 3px 20px 3px 6px;
}

#branding {
    margin: 0 0 0 10px;
    display: block;
    float: left;
    width: 138px;
}
#branding img {
	width:138px;
	height:auto;
}

/*RSS Button*/
#rss {
    display : block;
    float : right;
    background: url("/images/ui_new/utility.left.png") no-repeat top right;
    height : 40px;
    width : 80px;
    padding : 6px 30px 0 0;
}


.last {
	border-bottom-width : 0px;
}
hr.across {
	clear : both;
	margin-right : 20px;
	display : block;
	text-align : right;
}

.service-times {
	display : block; 
	float : left;
	position : absolute;
	margin-top : 50px;
	margin-left : 75px;
}

img.right {
	float : right;
	margin : 15px 30px 20px 30px;
}
img.left {
	float : left;
	margin : 15px 30px 15px 10px;
}




/*Supplimental Navigation*/

#top-nav {
	height: 35px;
	position: relative;
	background-color: #f1f1f1;
	border-bottom: 1px solid #cccccc;
	z-index: 1000;
}

ul#supplimental {
	display : block;
	height : 32px;
	width : 970px;
	padding : 0;
	list-style-type : none;    
	margin : 0 auto;
	z-index: 1000;
	color: #666;
}

	#supplimental li {
		display : block;
		float : left;
	}
	
	#supplimental li#time {
		margin: 7px 10px 0 0;
		padding: 5px 7px 5px 0;
		font-weight: bold;
		line-height: 12px;
		border-right: 1px solid #ccc;
		color: #497F0E;
		text-shadow: 0 1px 0 #fff;
	}
	
	#supplimental li#utilities {
		display : block;
		position : relative;
		z-index : 15;
	}
	
	#supplimental li ul {
		margin : 0;
		padding : 0;
		overflow: hidden;
	}
	
	#supplimental li.right {
		margin: 0;
		float: right;
		z-index: 0;
		position: relative;
	}
	
		#supplimental li.right ul li {
			float: right;
			padding-left: 2px;
		}
	
	#supplimental li a {
		height : 22px;
		margin-bottom : 0;
		display : block;
		line-height : 12px;
		color : #414141;
		text-align: center;
		margin-right: 15px;
		padding-top: 13px;
	}
	
		#supplimental li a:hover {
			color: #666;
		}
	
	#supplimental li.header-search {
		width : 199px;
		height : 32px;
		float : right;
		position: relative;
		z-index: 30;
	}
	
	#supplimental li.header-search a,
	#supplimental li.header-search button.search {
		display : block;
		float : right;
		margin: 10px 5px 0 0;
		width: 17px;
		height: 17px;
		text-indent: -9999px;
		overflow: hidden;
		background: url("/images/ui.20120314/icon_search.png") no-repeat center 2px;
	}
	
	#supplimental li.header-search button.search {
		border: 0px solid transparent;
		cursor: pointer;
	}
	
		#supplimental li.header-search a:hover {
			display : block;
			float : right;
		}
	
	
	#supplimental li.header-search input {
		margin : 6px -23px 0 19px;
		display : block;
		width : 168px;
		padding: 0 5px;
		height : 21px;
		display : block;
		float : left;
		font-family : "Helvetica Neue", Helvetica, Arial;
		border: 1px solid #a3a3a3;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		background: #f9f9f9;
/*
		-webkit-box-shadow: 0px 1px 1px 0px #ffffff;
		-moz-box-shadow: 0px 1px 1px 0px #ffffff;
		box-shadow: 0px 1px 1px 0px #ffffff;
		background: -moz-linear-gradient(top, #e9e9e9 0%, #ffffff 60%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(60%,#ffffff));
		background: -webkit-linear-gradient(top, #e9e9e9 0%,#ffffff 60%);
		background: -o-linear-gradient(top, #e9e9e9 0%,#ffffff 60%);
		background: -ms-linear-gradient(top, #e9e9e9 0%,#ffffff 60%);
		background: linear-gradient(top, #e9e9e9 0%,#ffffff 60%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#ffffff',GradientType=0 );
		-pie-background: linear-gradient(#e9e9e9, #ffffff);
		behavior: url("/_css/PIE.htc");
*/
	}
	
	#supplimental li a#sgm {
		margin-top : 0px;
		padding-right: 12px;
		margin-right: 13px;
		background-image: url("/images/ui.20120314/grey_arrow.png");
		background-repeat: no-repeat;
		background-position: right 14px;
	}
	
		#supplimental li a#sgm:hover {
			background-position: right -28px;
		}
		
	#supplimental li a#new-here {
		display: block;
		padding-right: 13px;
		margin-right: 0;
		position: relative;
		z-index: 101;
	}
	
		#supplimental li a#new-here span.arrow {
			display: inline-block;
			width: 10px;
			height: 4px;
			top: 16px;
			right: 0;
			
			padding: 0;
			float: right;
			position: absolute;
			background: url("/images/ui.20100330/clc-sprite.08152011.v2.png") no-repeat -461px -155px;
		}
	
		#supplimental li span#new-here-list {
			display : none;
			position : absolute;
			z-index : 1000;
			background-color: #fff;
			border: 5px solid #eee;
			width : 611px;
			
			-webkit-border-radius: 5px;
			   -moz-border-radius: 5px;
			        border-radius: 5px;
			
			-webkit-box-shadow: 0px 2px 5px 2px #444;
			   -moz-box-shadow: 0px 2px 5px 2px #444;
			        box-shadow: 0px 2px 5px 2px #444;
			
			height : 311px;
			margin : 5px 0 0 -250px;
			behavior: url("/_css/PIE.htc");
		}
		
			#top-nav #supplimental li span#new-here-list ul {
				margin : 20px 5px 0 20px;
				padding : 0;
				display : block;
				overflow : hidden;
				width : 280px;
				float : left;
			}
				#top-nav #supplimental li #new-here-list li {
					padding : 0 0 0 0;
					display : block;
					width : 280px;
					border-right : solid 0px #fff;
				}
				
					#top-nav #supplimental li #new-here-list li a {
						height : 96px;
						line-height : 16px;
						display : block;
						color : #666;
						padding-right : 10px;
						border-right : solid 0px #fff;
						text-align: left;
						padding-top: 0px;
					}
					
						#top-nav #supplimental li #new-here-list li a strong {
							
							display : block;
						}
						#top-nav #supplimental li #new-here-list li a img {
							float : left;
							margin-right : 10px;
						}
		#supplimental li a#new-here:hover {
		}
		
			#supplimental li #new-here-list li a:hover {
				color : #000;
				background : url("/images/ui/blank.gif");
			}
	
				#supplimental li #new-here-list li a:hover strong {
					color : #2f9ceb;
				}
				
		#supplimental li a#members {
			/* height: 20px; old */
			height: 23px;
			margin: 0 0 0px 0;
			/* width: 86px; */
			padding: 11px 10px 0;
			border-left: 1px solid #444;
			border-right: 1px solid #676767;
			border-bottom: 1px solid #203807;
			border-top: 1px solid #78bd2a;
			background: #497f0e;
			background: -moz-linear-gradient(top, #5b9b12 0%, #497f0e 36%, #39600b 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b9b12), color-stop(36%,#497f0e), color-stop(100%,#39600b));
			background: -webkit-linear-gradient(top, #5b9b12 0%,#497f0e 36%,#39600b 100%);
			background: -o-linear-gradient(top, #5b9b12 0%,#497f0e 36%,#39600b 100%);
			background: -ms-linear-gradient(top, #5b9b12 0%,#497f0e 36%,#39600b 100%);
			background: linear-gradient(top, #5b9b12 0%,#497f0e 36%,#39600b 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b9b12', endColorstr='#39600b',GradientType=0 );
			-pie-background: linear-gradient(top, #5b9b12 0%,#497f0e 36%,#39600b 100%);
			color: #fff;
			position: relative;
			z-index: 100;
			float: left;
			/* behavior: url("/_css/PIE.htc"); */
		}
		
			#supplimental li a#members:hover {
				background: -moz-linear-gradient(top, #528c10 0%, #406d0d 36%, #315109 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#528c10), color-stop(36%,#406d0d), color-stop(100%,#315109));
				background: -webkit-linear-gradient(top, #528c10 0%,#406d0d 36%,#315109 100%);
				background: -o-linear-gradient(top, #528c10 0%,#406d0d 36%,#315109 100%);
				background: -ms-linear-gradient(top, #528c10 0%,#406d0d 36%,#315109 100%);
				background: linear-gradient(top, #528c10 0%,#406d0d 36%,#315109 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#528c10', endColorstr='#315109',GradientType=0 );
				-pie-background: linear-gradient(top, #528c10 0%,#406d0d 36%,#315109 100%);
				behavior: url("/_css/PIE.htc");
			}
		
		#supplimental li a#logout {
			height: 19px;
			margin: 0 0 0px 0;
			/* width: 86px; */
			padding: 13px 0 0 10px;
			
			position: relative;
			z-index: 100;
			float: left;
			/* behavior: url("/_css/PIE.htc"); */
		}
		
			#supplimental li a#logout:hover {
				
			}
	
	ul#supplimental li#utilities ul li ul#sgm-list {
		display : none;
		padding-bottom : 22px;
		position : absolute;
		z-index : 100;
		background-color: #fff;
		border: 5px solid #eee;
		-webkit-border-radius: 5px;
		   -moz-border-radius: 5px;
		        border-radius: 5px;
		-webkit-box-shadow: 0px 2px 5px 2px #444;
		   -moz-box-shadow: 0px 2px 5px 2px #444;
		        box-shadow: 0px 2px 5px 2px #444;
		margin-left : -6px;
		width : 204px;
		margin-top: 5px;
		behavior: url("/_css/PIE.htc");
	}
	
	#supplimental li #sgm-list li {
		padding : 0 11px 0 13px;
		display : block;
		width : 174px;
	}
	
	#supplimental li #sgm-list li.sgm-spacer {
		width : 184px;
		height : 4px;
	}
	
	#supplimental li #sgm-list li a {
		padding : 3px 5px;
		line-height : 13px;
		display : block;
		color : #666;
		width : 100%;
		text-align: left;
		height: 31px;
	}
	
	#sgm-list a strong {
		display : block;
		color : #333;
	}
	
	#supplimental li #sgm-list li a:hover {
		color : #000;
		background : url("/images/ui/blank.gif");
	}



/*Body*/

#body-wrapper {
	background-color: #FFFFFF;
	padding-bottom: 20px;
}

#body-container {
	display : block;
	margin : 0 auto;
	width : 970px;
	padding-top: 20px;
	background: url("/images/ui.20120314/background_content.png") no-repeat left top;
}

.home #body-container {
	background: none;
	padding-top: 0;
}

/* Modules */

.module h3 {
	float : left;
}
.module p {
	clear : left;
}
.module .body-thumb {
	float : right;
	margin :  15px;	
}

h2 strong {
	color : #333;
	display : block;
	float : left;
}
.module h2 {
	height : 28px;
	line-height : 30px;
	border-top : solid 1px #bbb;
	background-color : #ddd;
	display : block;
	padding-left : 8px;
	margin : 0 0 15px 0;
}
.module {
	clear : both;
	overflow : hidden;
}

/* Design Elements */
span.white-btn {
	background : url("/images/ui_new/white.btn.l.png") no-repeat;
	display : block;
	position : relative;
	bottom : 0;
	float : left;
	padding-left : 7px;
	height : 15px;
	line-height : 15px;
	margin : 10px 4px 0 0;
}
span.white-btn strong {
	background : url("/images/ui_new/white.btn.r.png") no-repeat;
	font-weight : normal;
	background-position : top right;
	float : left;
	display : block;
	height : 15px;
	padding-right : 7px;
	}
span.white-btn a {
	color : #1b70a1;
	display : block;
	float : left;
	line-height : 15px;
	padding-left : 2px;
	padding-right : 2px;
	height : 15px;
	background-image : url("/images/ui_new/white.btn.bg.png");
}

#footer-bar {
	overflow: hidden;
	height: 39px;
	border-top: 1px solid #cccccc;
	background-color: #f1f1f1;
}

		#footer-breadcrumbs {
			margin-top: 12px;
		}
		
			#footer-breadcrumbs a {
				display: block;
				float: left;
				padding-top: 4px;
				height: 25px;
				line-height: 11px;
				color: #444444;
			}
			
				#footer-breadcrumbs a.current {
					font-weight: bold;
				}
				
			#footer-breadcrumbs a.home {
				padding-left: 25px;
				background-image : url("/images/ui.20120314/footer_logo.png");
				background-position: 0px 0px;
				background-repeat: no-repeat;
				
			}
			
			#footer-breadcrumbs img.footer_arrow {
				float: left;
				margin: 1px 5px 0;
			}

#footer-wrapper {
	overflow: hidden;
	min-height: 120px;
}
	
	#footer {
		overflow: hidden;
		padding : 30px 0 20px 0;
		width: 970px;
		margin: 0 auto;
		color: #dbdbdb;
		line-height: 24px;
		border-bottom: 1px solid #2b2b2b;
	}

		#footer #contact-info {
			display : block;
			float : left;
			width: 475px;
		}
		
			#footer #contact-info #address {
				margin-top:50px;
			}
				
				#footer #contact-info #address img#phone {
					margin-bottom:2px;
					margin-right:3px;
				}
				
				#footer #contact-info #address img#fax {
					margin-bottom:-3px;
					margin-right:3px;
					margin-left: 20px;
				}
				
				#footer #address a:hover {
					color: #ccc;
				}
				
		#footer #footer-nav {
			float:right;
			border-left: 1px solid #2b2b2b;
			/* box-shadow: -1px 0 0 black; */
			overflow:hidden;
		}
		
			#footer #footer-nav ul {
				list-style-type : none;
				float: left;
				width: 265px;
				padding: 0;
				margin: 0;
			}
				
				#footer ul li {
					display : block;
					margin-left: 18px;
					padding: 0;
					margin-bottom: 10px;
				}
				
				#footer ul li:last-child {
					margin-bottom: 0;
				}
		
					#footer ul li a {
						color: #dbdbdb;
					}
					
						#footer ul li a:hover {
							color : #999;
						}
		
		
			#footer #footer-nav div {
				width: 180px;
				float: left;
				border-left: 1px solid #2b2b2b;
				/* box-shadow: -1px 0 0 #000; */
				padding-left: 15px;
/* 				height: 100%; */
			}
		
				#footer #footer-nav div p {
					padding-top:0;
					margin-top:0;
				}
				
					#footer #footer-nav div a {
						padding-bottom:20px;
						display:block;
					}
		
			#footer ul#socialmedia {
				list-style:none;
				border:none;
				margin:0;
				padding:30px 0 10px 0;
				border: 0px solid transparent;
				width: auto;
				
				float: left;
				box-shadow: none;
			}

				#footer ul#socialmedia li {
					display:block;
					float:left;
					margin: 0 5px 0 0;
					padding: 0;
					background-image:url("/images/ui.20120314/socialmedia-icons.png");
					background-repeat: no-repeat;
				}
				
					#footer ul#socialmedia li a {
						display: block;
						width:35px;
						height:35px;
						text-indent: -9999px;
						padding: 0;
					}
					
				#footer ul#socialmedia li.last {	
					margin: 0;
				}
				
				#footer ul#socialmedia li#twitter {
					background-position: 0 0;
				}
				
					#footer ul#socialmedia li#twitter:hover {
						background-position: 0 -35px;
					}
				
				#footer ul#socialmedia li#facebook {
					background-position: -35px 0;
				}
				
					#footer ul#socialmedia li#facebook:hover {
						background-position: -35px -35px;
					}
				
				#footer ul#socialmedia li#vimeo {
					background-position: -70px 0;
				}
				
					#footer ul#socialmedia li#vimeo:hover {
						background-position: -70px -35px;
					}
				
				#footer ul#socialmedia li#instagram {
					background-position: -105px 0;
				}
				
					#footer ul#socialmedia li#instagram:hover {
						background-position: -105px -35px;
					}
				
				#footer ul#socialmedia li#youtube {
					background-position: -140px 0;
				}

					#footer ul#socialmedia li#youtube:hover {
						background-position: -140px -35px;
					}

	#copyright {
		width: 970px;
		margin: 20px auto 100px;
	}

/* Common sub-page elements */

#sidebar {
	width : 236px;
	float : left;
	margin-left : -17px;
}

.three-columns #sidebar,
.three-columns #member-welcome {
	width : 210px;
}

#sidebar ul,
#sidebar-right ul,
.three-columns #member-welcome ul {
	margin-top: 30px;
	padding-bottom: 66px;
	background: url("/images/ui.20120314/sidebar_nav_border-fade.png") no-repeat 17px bottom;
}

#sidebar-right ul {
	margin-top: 15px;
	margin-right: -17px;
	margin-bottom: 70px;
	background: none;
	padding-left: 0;
	list-style: none;
	background: url("/images/ui.20120314/sidebar_nav_border-fade.png") no-repeat 269px bottom;
}

#sidebar li,
.three-columns #member-welcome li {
	border-left: 1px solid #e4e4e4;
	padding: 0;
	line-height: 1;
}

#sidebar-right li {
	margin-right: 17px;
	border-right: 1px solid #e4e4e4;
	padding: 0;
}

#sidebar ul#side-menu,
.three-columns #member-welcome ul {
	margin-top: 15px;
	padding-left: 17px;
}

#sidebar #side-menu li,
#sidebar-right li,
.three-columns #member-welcome li {
	position: relative;
}

#sidebar #side-menu li.selected,
#sidebar-right li.selected,
.three-columns #member-welcome li.current {
	margin-left: -5px;
	background : url("/images/ui.20120314/subnav.sel.png?v=3") no-repeat top left;
	width : 243px;
	border: 0px solid transparent;
	text-shadow: 0 1px 0 #f5f5f5;
}

#sidebar-right li.selected {
	margin-right: -5px;
	width : 294px;
	margin-left: -20px;
	background : url("/images/ui.20120314/subnav.sel.right.png?v=4") no-repeat top right;
}

#sidebar #side-menu a,
#sidebar-right ul a,
.three-columns #member-welcome ul a {
	display : block;
	font-weight : bold;
	height : 41px;
	line-height : 40px;
	border: none;
	padding-left : 14px;
}

#sidebar #side-menu li ul {
	margin: 0;
	padding: 10px 0;
	border: 0px solid transparent;
	background: none;
}

#sidebar #side-menu li ul li {
	padding: 0;
	margin: 0;
	overflow: hidden;
	border: 0px solid transparent;
}

#sidebar #side-menu li ul a {
	height: inherit;
	line-height: inherit;
	padding: 5px 0 5px 15px;
	background: transparent;
	width: 100%;
}

#sidebar ul li ul li a span {
	display : block;
	float : left;
	margin-right : 5px;
	color : #333;
	width : 15px;
	text-align : center;
	height : 12px;
	line-height : 12px;
	padding : 1px 0;
	background-color : #eee;
}

#side-menu strong {
	display  : block;
	color : #666;
	margin: 0 0 -3px 0;
	padding : 10px 0 0 15px;
}

#sidebar ul li a:hover,
#sidebar-right ul a:hover,
#sidebar #side-menu li ul a:hover,
#sidebar #side-menu li ul a#subsel,
.three-columns #member-welcome li a:hover {
	background-color : #f5f5f5;
	background-color: rgba(160, 160, 160, 0.06);
	color : #333;
}

#sidebar ul li ul li a:hover span {
	background-color : #fff;
}

#sidebar #side-menu li.selected a,
.three-columns #member-welcome li.current a {
	background : url("/images/ui.20120314/subnav.sel.shadow.png?v=2") no-repeat left bottom;
	margin-top : -1px;
	width : 243px;
	position : relative;
	padding-left: 20px;
	margin-bottom: -5px;
	padding-bottom: 5px;
	line-height: 41px;
}

#sidebar-right li a.overview {
	font-size:1.8rem;
}

#sidebar-right li.selected a {
	background : url("/images/ui.20120314/subnav.sel.shadow.right.png?v=2") no-repeat right bottom;
	margin-top : -1px;
	position : relative;
	padding-left: 34px;
	margin-bottom: -5px;
	padding-bottom: 5px;
	line-height: 41px;
}

#sidebar #side-menu li.selected a,
#sidebar #side-menu li.selected:hover a,
#sidebar-right li.selected a,
#sidebar-right li.selected a:hover ,
.three-columns #member-welcome li.current a,
.three-columns #member-welcome li.current:hover a {
	color : #333;
	background-color: transparent;
}

#sidebar.news-events-nav #side-menu .selected,
#sidebar.news-events-nav #side-menu .selected a,
.three-columns #member-welcome li.current,
.three-columns #member-welcome li.current a {
	width: 219px;
}

#sidebar.news-events-nav #side-menu .selected,
.three-columns #member-welcome li.current {
	-webkit-border-radius: 5px 0 0 0;
	   -moz-border-radius: 5px 0 0 0;
	        border-radius: 5px 0 0 0;
	
	background-position: right top;
}

.sidebar-secondary {
	margin-left: 15px;
}

.sidebar-secondary h2,
.sidebar-secondary h3,
.sidebar-secondary h4,
.sidebar-secondary h5,
.sidebar-secondary h6 {
	margin-bottom: 0;
	padding-bottom: 0;
}

.sidebar-secondary p {
	margin-top: 0;
}

#content, #content-full {
	padding-top: 30px;
	padding-bottom : 20px;
}

ul, ol {
	margin : 8px 0 0 0;
	padding-left : 20px;
}

li {
	padding-left : 0;
	padding-bottom : 14px;
	line-height : 20px;
}

/*li strong, li b {
	font-weight : normal;
	color : #000;
}*/

ol li {
	line-height: 19px;
}

.menu-left,
.menu-right {
	float : right;
	padding-left : 50px;
	padding-right : 50px;
}
.menu-left {
	width : 650px;
	border-left : solid 1px #ddd;
}
.menu-right {
	min-width: 599px;
	max-width: 599px;
	border-right : solid 1px #ddd;
}

#content.single-column {
	padding-left : 50px;
	padding-right : 50px;
	display: block;
}

#content h4, #content-full h4 {
	margin-bottom : -5px;
	margin-top : 40px;
}

#content h2:first-child,
#content-full h2:first-child,
#content h3:first-child,
#content-full h3:first-child,
#content h4:first-child,
#content-full h4:first-child {
	margin-top: 0;
}

.rss {
	display : block;
	float : right;
	width : 18px;
	height : 18px;
	background : url("/images/ui_new/rss.tb.png") no-repeat;
	text-indent : -9999px;
	margin : 6px;
}
.podcast-rss {	display : block;
	float : right;
	width : 26px;
	height : 26px;
	background : url("/images/ui_new/podcast.tb.png") no-repeat;
	text-indent : -9999px;
	margin : 1px 4px 2px 2px;
}
span.white-btn img.podcast {
	display : block;
	float : left;
	margin-right : 5px;
}
#sidebar-right {
}
#sidebar-right h4 {
	font-family : arial;
	color : #000;
	font-weight : normal;
	margin-top : 0px;
}
#sidebar-right dl {
	margin : -51px 1px 0 0;
	padding : 0;
	width: 269px;
}

#blog-container #sidebar-right dl:first-child {
	margin: 0;
}

#sidebar-right dl:first-child {
	margin : -51px 1px 0 0;
}

#sidebar-right.image-title dl:first-child {
	margin : -49px 1px 0 0;
}

#sidebar-right.image-title dl:first-child dt {
	border-top: 0px solid transparent;
	
	-webkit-border-radius: 0 4px 0 0;
	   -moz-border-radius: 0 4px 0 0;
	        border-radius: 0 4px 0 0;
}

#sidebar-right dl dt {
	background-color : #eee;
	color : #333;
	border-top : solid 1px #ddd;
	height : 27px;
	font-weight : bold;
	line-height : 27px;
	padding : 0 0 0 15px;
	margin-top : 50px;
	display : block;
	clear : both;
	overflow : hidden;
	margin-bottom : 10px;
}
#sidebar-right dl dd {
	margin : 0px;
	display : block;
	clear : both;
	overflow : hidden;
	border-bottom-width : 0px;
}

#sidebar-right dl dd span {
	display : block;
	padding-left : 25px;
}

#sidebar-right dl dd span.location {
	margin-bottom : 10px;
}

#sidebar-right dl dd a {
	padding : 5px 10px;
	display : block;
	margin-left : 5px;
	margin-right : 5px;
}

#sidebar-right dl dd a.selected {
	background : url("/images/ui/sidebar.sm.sel.gif") no-repeat 0 0;
	font-weight : bold;
	color : #333;
}

#sidebar-right {
	border-left : solid 1px #ddd;
	width : 225px;
	float : right;
	text-align : left;
	margin-right : 3px;
}

#sidebar-memberlife ul, #calendar-menu ul {
	margin : 0 0 20px 0px;
	padding : 0;
	display : block;
	list-style : none;
}

#sidebar ul {
	list-style: none;
	padding-left : 17px;
}

#sidebar-memberlife ul li a.subnav-sel {
	background : url("/images/ui/subnav.memberlife.sel.gif") no-repeat bottom left #fff;
	color : #000;
	height : 26px;
	padding-left : 20px;
	line-height : 26px;
	margin : 0;
	border-bottom : solid 4px #fff;
	border-top : solid 2px #fff;
}

ul.photo-list {
	list-style-type : none;
	margin : 30px 0 0 0;
	padding : 0;
	overflow: hidden;
}

ul.photo-list li {
	display : block;
	float : left;
	margin-right : 14px;
	margin-bottom : 20px;
}

span.caption {
	display : block;
	text-align : center;
	margin-top : 6px;
	font-family : "Helvetica Neue", Helvetica, Arial;
}

a.call-to-action {
	background : url("/images/ui/call-to-action.bg.gif") no-repeat top left;
	height : 21px;
	color : #fff;
	display : block;
	float : left;
	position : absolute;
	top : 180px;
	left : 47%;
	margin-left : -420px;
	padding-left : 7px;
}

a.call-to-action span {
	height : 21px;
	font-family : "Helvetica Neue", Helvetica, Arial;
	display : block;
	background : url("/images/ui/call-to-action.r.gif") no-repeat top right;
	line-height : 20px;
	padding-right : 7px;
}

body div.start-search {
	margin-left : -25px;
}

#online-giving {
	display : block;
	position : absolute;
	top : 10px;
	left : 47%;
	margin-left : 38px;
	padding-right : 10px;
	border-right : solid 1px #777;
}

#online-giving a {
	color : #333;
}

#login-module {
	margin-left : 15px;
}

#login-module img {
	float : left;
	margin-right : 20px;
	margin-bottom : 60px;
}

p.notice {
	display : block;
	padding : 6px 10px;
	background-color : #fff7d4;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
}

a.register,
a.register-large {
	padding: 3px 12px;
	color: #fff;
	display: inline-block;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 0px 0px #1e78bc, 0px -1px 0px 0px #238be0;
	box-shadow: 0px 1px 0px 0px #1e78bc, 0px -1px 0px 0px #238be0;
	border-bottom: 1px solid #79b2f2;
	border-top: 1px solid #61a5f2;
	background: #238be0;
	background: -moz-linear-gradient(top, #238be0 0%, #1e78bc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#238be0), color-stop(100%,#1e78bc));
	background: -webkit-linear-gradient(top, #238be0 0%,#1e78bc 100%);
	background: -o-linear-gradient(top, #238be0 0%,#1e78bc 100%);
	background: -ms-linear-gradient(top, #238be0 0%,#1e78bc 100%);
	background: linear-gradient(top, #238be0 0%,#1e78bc 100%);
	
	text-shadow: 0px 1px 0px #174273;
	position: relative;
	behavior: url("/_css/PIE.htc");
}

	a.register:hover,
	a.register-large:hover {
		background: #3c9be8;
		background: -moz-linear-gradient(top, #3c9be8 0%, #2187d1 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c9be8), color-stop(100%,#2187d1));
		background: -webkit-linear-gradient(top, #3c9be8 0%,#2187d1 100%);
		background: -o-linear-gradient(top, #3c9be8 0%,#2187d1 100%);
		background: -ms-linear-gradient(top, #3c9be8 0%,#2187d1 100%);
		background: linear-gradient(top, #3c9be8 0%,#2187d1 100%);
		
		border-top: 1px solid #79b2f2;
	}
	
a.register-large {
	padding: 10px 25px;
	font-weight: bold;
}

/* 404 page */
#not_found {
	padding: 0 40px 80px 0;
}

#not_found h2 {
	float: left;
	width: 375px;
	font-size: 40px;
	color: #222222;
	font-weight: normal;
	margin-left: 40px;
}

#not_found h2 span {
	display: block;
	font-size: 60px;
}

#not_found p {
	float: right;
	width: 500px;
	line-height: 20px;
	margin: 0;
	padding: 0 0 10px 0;
}

#not_found p.first {
	margin-top: 60px;
}

#not_found a.link {
	padding: 3px 12px;
	display: inline-block;
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	color: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #497f0e;
}

#not_found a.link:hover {
	background-color: #3a660b;
}
	
/* * * * * * * * * * * * * *

 GENERAL TWO COLUMN DESIGN

 * * * * * * * * * * * * * */
 
#two-col-container {
	padding: 15px 35px 35px;
}

#side-column {
	width: 260px;
	float: right;
	padding-top: 0;
}

#side-column ul {
	margin: 0;
	padding: 0 0 66px;
	list-style: none;
}

#side-column ul li {
	margin: 0 0 10px;
	padding: 0;
}

#side-column ul li.arrow {
	padding-left: 20px;
	background: url("/images/ui.20120314/about_green-arrow.png") no-repeat 0 5px transparent;
}

#side-column ul li.quote {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-style: oblique;
	font-size: 22px;
	line-height: 28px;
	color: #4f5359;
	padding-bottom: 20px;
	padding-top: 20px;
}

	#side-column ul li.quote strong {
		display: block;
		font-family : "Helvetica Neue", Helvetica, Arial;
		font-style: normal;
		line-height: 26px;
		margin-top: 10px;
	}

#side-column ul li.greybox {
	text-align: center;
	background-color: #fafafa;
	border: 1px solid #dbdbdb;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	padding: 10px;
	margin: 15px 0 15px 5px;
}

	#side-column ul li.greybox b,
	#side-column ul li.greybox strong {
		line-height: 24px;
		display: block;
		padding: 0;
	}
	
	#side-column ul li.greybox p {
		padding: 0;
		margin: 0;
		line-height: 24px;
	}
	
	#side-column ul li.greybox a {
		padding: 10px 35px;
		display: block;
		color: #ffffff;
		height: inherit;
		line-height: 22px;
		width: 60px;
		margin: 10px auto;
		background-color: #238be0;
		text-shadow: 0 1px 0 #1e78bc;
		border: 1px solid #1e78bc;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
		        border-radius: 3px;
	}
	
		#side-column ul li.greybox a:hover {
			background: #1e78bc; /* Old browsers */
			background: -moz-linear-gradient(top, #238be0 0%, #1e78bc 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#238be0), color-stop(100%,#1e78bc)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #238be0 0%,#1e78bc 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #238be0 0%,#1e78bc 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #238be0 0%,#1e78bc 100%); /* IE10+ */
			background: linear-gradient(to bottom, #238be0 0%,#1e78bc 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#238be0', endColorstr='#1e78bc',GradientType=0 ); /* IE6-9 */
		}


#two-col-container #content {
	width: 600px;
	padding-top: 0;
	float: left;
}

#two-col-container #content h2,
#two-col-container #side-column h2 {
	margin: 0 0 10px;
	padding: 20px 0 0;
}

#two-col-container #content p {
	margin: 0 0 10px;
}

#two-col-container #content p.quote {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-style: oblique;
	line-height: 24px;
	color: #4f5359;
	padding-left: 30px;
	padding-right: 30px;
}

#two-col-container #content ol {
	padding-left: 0
		list-style: none;
	counter-reset: count-item;
}

#two-col-container #content ol li {
	list-style: none;
	padding-left: 20px;
	position: relative;
}
	
#two-col-container #content ol li:before {
	font-weight: bold;
	content: counter(count-item)".";
	counter-increment: count-item;
	line-height: 24px;
	position: absolute;
	left: 0;
	top: 0;
}

#two-col-container #content ol li b,
#two-col-container #content ol li strong {
	display: block;
	line-height: 24px;
}

#two-col-container #content ol li i,
#two-col-container #content ol li em {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-style: oblique;
	line-height: 24px;
	display: block;
	color: #777777;
}

#two-col-container #content ol li i b,
#two-col-container #content ol li em b,
#two-col-container #content ol li i strong,
#two-col-container #content ol li em strong {
	display: inline;
	line-height: 24px;
}


/* * * * * * * * * * * * * *

 SPLASH PAGE DESIGN

 * * * * * * * * * * * * * */



div.splash_background {
	overflow: hidden;
}

div.splash_background #body-container {
	padding-top: 0px;
	margin-top: 20px;
}

#standalone-body h2 {
	margin: 2em 0 1em 0;
	font-weight: normal;
}

#standalone-body h3 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 22px;
	line-height: 28px;
}

#standalone-body h4 {
	margin: 0;
	padding: 0 0 5px 0;
}

#standalone-body p,
#standalone-body li {
	line-height : 22px;
	font-weight : normal;
}

#standalone-body p {
	margin: 0;
	padding: 0 0 20px 0;
}

#standalone-body #overview p {
	padding: 0 0 20px 0;
}

#standalone-body #overview .column-3 p {
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
}

#standalone-body ul {
	margin: 0;
	padding: 0 0 20px 30px;
}

div#standalone-hero {
	display : block;
	height : 316px;
	width : 100%;
	padding : 0;
	margin : 0;
	text-align : center;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-radius: 5px 5px 0px 0px;
	position: relative;
	behavior: url("/_css/PIE.php");
}

div#standalone-body {
	-webkit-box-shadow : 0px 0px 6px #999;
	   -moz-box-shadow : 0px 0px 6px #999;
	        box-shadow : 0px 0px 6px #999;
	background-color : #eee;
	min-height : 500px;
	margin-top : -20px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	position: relative;
	behavior: url("/_css/PIE.php");	
}

	div#standalone-body.dark {
	-webkit-box-shadow : 0px 0px 40px #000000;
	   -moz-box-shadow : 0px 0px 40px #000000;
	        box-shadow : 0px 0px 40px #000000;
	}

div.splash_background div#standalone-body {
	margin-top: 0px;
}

	div#standalone-body .column-3 {
		width: 255px;
		float: left;
		margin-right: 72px;
	}
	
	div#standalone-body .column-3.last {
		margin-right: 0;
	}

div#standalone-body .grey_background {
	background-color: #DDD;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	position: relative;
	padding: 20px 0 10px 0;
	
	behavior: url("/_css/PIE.php");	
}

div#standalone-body .grey_background.right {
	float: right;
	margin-left: 20px;
}

div#standalone-body .grey_background.left {
	float: left;
	margin-right: 20px;
}

	div#standalone-body .grey_background ul,
	div#standalone-body .grey_background p {
		padding: 0 0 10px 0;
		margin: 0;
	}


div#standalone-body div.callout {
	float: right;
	margin: -30px 0 20px 40px;
	width: 250px;
}

	div#standalone-body h2 div.callout {
		margin: 0 0 20px 40px;
	}

	div#standalone-body div.callout img {
		display: block;
		margin: 0 auto;
	}
	
	div#standalone-body div.callout p {
		margin: 0;
		padding: 0;
	}
	
		div#standalone-body div.callout p.title {
			text-align: center;
			text-shadow: none;
		}
		
		div#standalone-body div.callout p.callout_bttn {
			text-align: center;
		}
	
	div#standalone-body div.callout p.text {
		padding: 5px 0 10px 0;
		margin: 10px 20px 0 20px;
		border-top: 1px solid #999;
		line-height: 19px;
	}

div#standalone-body li {
	padding-bottom: 5px;
}

	h1.with-nav {
		padding : 10px 30px 60px 30px;
	}

ul#standalone-navigation {
	display : block;
	float : right;
	list-style-type : none;
	margin : -41px 0 0 0;
	padding: 0;
	position: relative;
}

ul.with-hero {
	border-top : solid 1px #999;
	float : left !important;
	padding-left : 0 !important;
	margin-top : 0px !important;
	background: -moz-linear-gradient(bottom, #e3e3e3 25%, #f1f1f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e3e3e3));
	border-bottom : solid 1px #d1d1d1;
	width : 100%;
	-pie-background: linear-gradient(90deg, #ddd, #f1f1f1);
	position: relative;
	behavior: url("/_css/PIE.php");	
}

ul#standalone-navigation li {
	display : block;
	float : left;
	height : 40px;
	padding-bottom: 0px;
	padding-left: 0;
}

ul.with-hero a {
	padding : 0 20px;
	height : 41px !important;
	display : block;
	line-height : 40px;
	font-family: 'Helvetica Neue', Helvetica, Arial;
	font-size : 1.3em;
	border-right : solid 1px #ddd;
	border-left : solid 1px #f1f1f1;	
}

ul#standalone-navigation li a {
	padding : 0 20px;
	display : block;
	height : 40px;
	line-height : 40px;
	font-family: 'Helvetica Neue', Helvetica, Arial;
	font-size : 1.3em;
}

ul#standalone-navigation li.selected a {
	background: #f5f5f5;

	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-right : solid 1px #d1d1d1;
	border-left : solid 1px #d1d1d1;
	border-top : solid 1px #d1d1d1;
	
	-webkit-box-shadow :  0px -2px 2px #e1e1e1;
	   -moz-box-shadow : 0px -2px 2px #e1e1e1;
	position: relative;
	behavior: url(/_css/PIE.php);	
}

ul.with-hero li#first-tab a {
	border-left : 0 !important;	
}

ul.with-hero li.selected a {
	border-top : 0 !important;
	color : #333;
	-webkit-box-shadow : 0 0 0 #fff !important;
	-moz-box-shadow : 0 0 0 #fff !important;
	-webkit-border-top-left-radius: 0px !important;
	-webkit-border-top-right-radius: 0px !important;
	-moz-border-radius-topleft: 0px !important;
	-moz-border-radius-topright: 0px !important;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	position: relative;
	behavior: url("/_css/PIE.php");	
}

ul.check li {
	list-style: url("/images/worthy2011/check.png");
}

div#standalone-content {
	padding : 30px 30px 50px 30px;
	overflow : hidden;
	font-family: 'Helvetica Neue', Helvetica, Arial;
}

div#standalone-body div#standalone-content {
	background-color: #f5f5f5;
}

div#modules {
	margin-left : -18px;
	margin-right : -28px;
}

div#standalone-content dl {
	display : block;
	width : 300px;
	float : left;
	margin : 17px 17px 20px 17px;
}

div#standalone-content dl dd {
	margin : 0 0 10px 6px;
	font-size : 1em;
	line-height : 130%;
}

div#standalone-content dl dt {
	font-size : 1.1em;
	background-color : #e1e1e1;
	padding : 4px 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom : 10px;
	text-shadow : 1px 1px 1px #fff;
	color : #333;
	position: relative;
	behavior: url("/_css/PIE.php");	
}

dl#essentials dd small {
	line-height : 120%;
	display : block;
	color : #666;
}

div#standalone-body div.visible {
	display : block;
}

ul#faq {
	list-style-type : none;
	margin : 0;
	padding : 0;
}

ul#faq li {
	margin-bottom : 20px;
	font-color : #333;
	line-height : 140%;
}

ul#faq li strong {
	font-weight : normal;
	color : #333;
}

textarea#message {
	display : none;
}

#invite-someone-you-know {
	margin-left : 30px;
	padding-left : 340px;
	margin-top : 20px;
	height : 230px;
}

#invite-someone-you-know h2 {
	border-bottom : 0 !important;
	margin-bottom : 0px !important;
}

div.formfield {
	display : block;
	float : left;
	margin-right : 20px;
	margin-bottom : 20px;
}

#invite-someone-you-know input.formfield {
	border : solid 1px #ccc;
	padding : 5px 4px;
	height : 19px;
	margin-top : 3px;
	width : 200px;
}

div#form_alert ul {
	padding: 0 0 10px 15px;
	margin: -15px 0 0 0;
}

div#form_alert ul li {
	color: #cc3344;
	padding-bottom: 0px;
}

div.right small {
	display : block;
	padding-top : 2px;
	text-align : center;
}

div.right {
	float : right;
	margin-left : 30px;
}

.bttn,
.bttn:link,
.bttn:visited {
    display : inline-block;
    text-align : center;
    padding : 10px 20px;
    margin: 10px;
    line-height : 20px;
    -moz-border-radius : 5px;
    -webkit-border-radius : 5px;
    border-radius : 5px;
    -webkit-box-shadow :  0px 2px 1px 1px #111;
    -moz-box-shadow :  0px 2px 1px 1px #111;
    box-shadow :  0px 2px 1px 1px #111;
    text-shadow : 1px 1px 1px #26374d;
    color : #eee;
    background : #51729c;
    background : -moz-linear-gradient(top,  #51729c 0%, #344b67 100%);
    background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#51729c), color-stop(100%,#344b67));
    background : -webkit-linear-gradient(top,  #51729c 0%,#344b67 100%);
    background : -o-linear-gradient(top,  #51729c 0%,#344b67 100%);
    background : -ms-linear-gradient(top,  #51729c 0%,#344b67 100%);
    background : linear-gradient(top,  #51729c 0%,#344b67 100%);
    -pie-background : linear-gradient(#51729c, #344b67);
    position: relative;
    behavior: url("/_css/PIE.php");
}

    .bttn em {
        color: #ccc;
        border-top: 1px solid #1f3f66;
        padding-top: 0px;
        display: block;
        margin: 8px 0 0 0;
    }
    
    .bttn:hover {
        color: #fff;
        background: #51729c;
        background: -moz-linear-gradient(top,  #587ca8 0%, #344b67 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#587ca8), color-stop(100%,#344b67));
        background: -webkit-linear-gradient(top,  #587ca8 0%,#344b67 100%);
        background: -o-linear-gradient(top,  #587ca8 0%,#344b67 100%);
        background: -ms-linear-gradient(top,  #587ca8 0%,#344b67 100%);
        background: linear-gradient(top,  #587ca8 0%,#344b67 100%);
        -pie-background: linear-gradient(#587ca8, #344b67);
       position: relative;
        behavior: url("/_css/PIE.php");
    }

    .bttn:active {
        margin-top: 12px;
        -webkit-box-shadow:  0px 1px 2px 0px #111;
        -moz-box-shadow:  0px 1px 2px 0px #111;
        box-shadow:  0px 1px 2px 0px #111;
        position: relative;
        behavior: url("/_css/PIE.php");
    }

.tab {
	display: none;
}

.tab.visible {
	display: block;
}


/* SOCIAL NAV
----------------------------------------*/
	ul.social-media {
		overflow: hidden;
		padding: 0;
		margin: 0;
	}
	
	ul.social-media li {
		float: left;
		list-style: none;
		display: block;
		margin: 0 15px 0 0;
		padding: 0;
	}
	
	.social-media li a {
		width: 28px;
		height: 38px;
		display: inline-block;
		float: left;
		cursor: pointer;
	}
	
	.facebook a {
		background: url("/images/ui.20120314/icon_facebook.png?v=2") no-repeat left top transparent;
		text-indent: -9999px;
	}
	
	.twitter a {
		background: url("/images/ui.20120314/icon_twitter.png?v=2") no-repeat left top transparent;
		text-indent: -9999px;
	}
	
	.google a {
		background: url("/images/ui.20120314/icon_google.png?v=2") no-repeat left top transparent;
		text-indent: -9999px;
	}
	
	.social-media .email a {
		background: url("/images/ui.20120314/icon_email.png?v=2") no-repeat left top transparent;
		text-indent: -9999px;
	}
	
	

.email {
	background: url("/images/ui.20120314/email.icon.png") left center no-repeat;
	padding: 0 0 0 25px;
	margin: 5px 0 10px;
	min-height: 15px;
	display: block;
}


/* ADDITIONAL STYLES
----------------------------------------*/

.picture {
	background-color: #F9F9F9; 
	border: 1px solid #CCCCCC;
	padding: 3px; 
	font: 11px/1.4em Arial, sans-serif;
} 

.picture img {
	border: 1px solid #CCCCCC;
	vertical-align:middle;
	margin-bottom: 3px;
} 

.right {
	margin: 0.5em 0pt 0.5em 0.8em;
	float:right;
} 

.left {
	margin: 0.5em 0.8em 0.5em 0;
	float:left;
}


/* HOME HERO CAROUSEL
--------------------------------------------------*/

#no-js_hero {
	position: relative;
	padding: 8px;
	background-color: #eee;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

#no-js_hero img {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

#hero_background {
	display: none;
	width: 950px;
	height: 434px;
	padding: 10px;
	background: url("/images/ui.20120314/background_hero.png") no-repeat center top transparent;
}

#hero {
	height: 316px;
	overflow: hidden;
}

.nivoSlider {
	overflow: hidden;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

.nivo-controlNav {
	padding: 20px 0 0;
}

.nivo-controlNav.nivo-thumbs-enabled .nivo-control {
	display: inline-block;
	width: 18%;
	height: auto;
	margin-right: 2.5%;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #222;
	position: relative;
}

.nivo-control.active:before {
	position: absolute;
	display: block;
	content: " ";
	top: -10px;
	left: 50%;
	margin-left: -30px;
	border-bottom: 10px solid #444;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
}

.nivo-controlNav.nivo-thumbs-enabled a:last-child {
	margin-right: 0;
}

.nivo-control img {
	overflow: hidden;
	border: 2px solid #999;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	height: auto;
	opacity: 0.5;
	-webkit-transition: opacity linear 0.2s;
	   -moz-transition: opacity linear 0.2s;
	     -o-transition: opacity linear 0.2s;
	        transition: opacity linear 0.2s;
}

.nivo-control:hover img {
	opacity: 0.75;
}

.nivo-control.active img {
	opacity: 1;
	border: 2px solid #444;
}

#no-js_hero .caption {
	position: absolute;
	bottom: 0;
	left: 0px;
	width: 930px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #666;
	padding: 10px;
	text-align: center;
	display: block;
	text-shadow: 0px 1px 0px #eeeeee;
	filter: dropshadow(color=#eeeeee, offx=0, offy=1);
	background: #f2f2f2;
	background: rgba(242,242,242,0.95);
	zoom: 1;
}

#no-js_hero .caption {
	left: 8px;
}

.nivoSlider a.nivo-imageLink {
	background-color:#fff; 
    filter: alpha(opacity=0); 
    /*non ie*/


     opacity: 0;
    -webkit-opacity:0;
    -moz-opacity:0;
    -khtml-opacity:0;
}


/* HOME STYLES
--------------------------------------------------*/

ul#home-constant {
	list-style-type : none;
	margin : 30px 0 0 0 ;
	padding : 0 ;
	display : block;
	overflow : hidden;
	clear : both;
}

ul#home-constant li#resources,
ul#home-constant li#events,
ul#home-constant li#blog {
	display : block;
	float : left;
}
ul#home-constant li#resources,
ul#home-constant li#blog {
	width : 310px;
}

ul#home-constant li#events {
	width : 260px;
}

ul#home-constant li p {
	margin : 5px 0 0 0;
	line-height: 18px;
}

ul#home-constant li h2 {
	margin : 5px 0 0 0;
	font-family: "Helvetica Neue", Helvetica, Arial;
	letter-spacing: -1px;
	padding:0 0 20px 0;
	text-transform: uppercase;
	overflow: hidden;
}

ul#home-constant li h2 span {
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-weight: bold;
}
	
ul#home-constant li h2 a {
	padding-left: 35px;
	padding-top: 2px;
	display : block;
	color: #497f0e;
}

ul#home-constant li h2,
body ul#home-constant li#blog h2 a.left,
ul#home-constant li h2 a {
	height: 22px;
}

ul#home-constant li h2 a:hover {
	color: #579911;
}

body ul#home-constant li#blog h2 a.left {
	float: left;
	width: 202px;
	margin: 0;
	overflow: hidden;
	height: 38px;
}

body ul#home-constant li#blog h2 a.right {
	float: right;
	margin: 0;
	padding: 0;
	width: 24px;
}

ul#home-constant li h3 {
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

ul#home-constant li h3 span {
	display: block;
	line-height: 16px;
	color: #414141;
	font-weight: bold;
}
			
li#blog {
	margin-left: 10px;
}
			
li#blog h2 a.left {
	background: url("/images/ui.20120314/icon_blog.png?v=2") no-repeat left top;
}
		
li#blog hr {
	height: 1px;
	border: 0;
	margin: 20px 0 20px 0;
	background-color: #dbdbdb;
}
		
li#events h2 a {
	background: url("/images/ui.20120314/icon_calendar.png?v=2") no-repeat left top;	
}

ul#home-constant li#events dl {
	margin: 0 0 20px 0;
	padding: 0;
}

ul#home-constant li#events dl dt {
	font-weight: bold;
	padding: 5px 7px;
	margin: 0 0 10px 0;
	background-color: #f7f7f7;
	border: 1px solid #dbdbdb;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	position: relative;
	behavior: url("/_css/PIE.htc");
	display: block;
}

ul#home-constant li#events dd {
	padding: 0 0 5px 28px;
	line-height: 15px;
}

ul#home-constant li#events #calendar dd {
	padding: 0 0 5px 42px;
	line-height: 15px;
}

ul#home-constant li#events dd span.bullet {
	width: 7px;
	height: 7px;
	margin: 4px 0 0 -20px;
	margin-right: 16px;
	position: absolute;
	background-color: #a8a8a8;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	behavior: url("/_css/PIE.htc");
}

ul#home-constant li#events dl#events_list dd {
	margin: 0 0 5px 0;
}

ul#home-constant li#events dl#calendar dd {
	margin: 0 0 8px 0;
}
	
ul#home-constant li#events dl#calendar dd p {
	margin: 0;
	padding: 0;
	line-height: 15px;
}

ul#home-constant li#events dl#calendar dd span {
	margin: 0 0 0 -35px;
	width: 23px;
	border: 1px solid #dbdbdb;
	background-color: #f7f7f7;
	display: block;
	position: absolute;
	text-align: center;
	font-weight: bold;
	line-height: 13px;
	padding-bottom: 1px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	behavior: url("/_css/PIE.htc");
}
		
ul#home-constant li#events dl#calendar dd span strong {
	color: #fff;
	display: block;
	line-height: 12px;
	padding-top: 1px;
	margin: -1px -1px 1px -1px;
	background-color: #888;
	 -webkit-border-radius: 3px 3px 0 0;
	    -moz-border-radius: 3px 3px 0 0;
	         border-radius: 3px 3px 0 0;
	padding-bottom: 2px;
}

li#resources {
	width: 292px;
}
	
li#resources h2 a {
	background: url("/images/ui.20120314/icon_quotes.png?v=2") no-repeat left top;
}

ul#home-constant li#resources h3 {
	border-bottom: 0px solid #d9d9d9;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

li#resources span.speaker {
	float: left;
	min-width: 144px;
	height: 35px;
	color: #444;
	font-weight: bold;
}

li#resources span.speaker a,
li#resources span.scripture a {
	display: block;
	font-weight: normal;
}
	
li#resources span.scripture {
	float: right;
	min-width: 80px;
	height: 35px;
	color: #444;
	font-weight: bold;
}

li#resources p {
	clear: left;
	border-top: 0px solid #d9d9d9;
	margin-top: 10px;
	padding-top: 10px;
}

#home-constant .jp-interface {
	width: 284px;
}

.post p {
	display: inline;
}


/* AUDIO PLAYER
--------------------------------------------------*/

.jp-interface {
	position: relative;
	width: 390px;
	border: 1px solid #ccc;
	display:block;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	background: #fff;
	background: -moz-linear-gradient(top,  rgba(250,250,250,0.95) 0%, rgba(231,231,231,0.95) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,0.95)), color-stop(100%,rgba(231,231,231,0.95)));
	background: -webkit-linear-gradient(top,  rgba(250,250,250,0.95) 0%,rgba(231,231,231,0.95) 100%);
	background: -o-linear-gradient(top,  rgba(250,250,250,0.95) 0%,rgba(231,231,231,0.95) 100%);
	background: -ms-linear-gradient(top,  rgba(250,250,250,0.95) 0%,rgba(231,231,231,0.95) 100%);
	background: linear-gradient(top,  rgba(250,250,250,0.95) 0%,rgba(231,231,231,0.95) 100%);
	-pie-background: linear-gradient(top,  rgba(250,250,250,0.95) 0%,rgba(231,231,231,0.95) 100%);
	behavior: url("/_css/PIE.htc");
}

div.jp-progress {
	position: absolute;
	overflow:hidden;
	background-color: #aaa;
	border: 1px solid #777;
	top:68px;
	height:15px;
	border: 1px solid #888;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	behavior: url("/_css/PIE.htc");
}

div.jp-play-bar {
	background-color: #497f0e;
	background-color: rgba(73, 127, 14, 0.85);
	position: relative;
	width:0px;
	height:100%;
	behavior: url("/_css/PIE.htc");
}

div.jp-seek-bar {
	background-color: #bbbbbb;
	background: -moz-linear-gradient(top, #b5b5b5 0%, #bbbbbb 76%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5b5b5), color-stop(76%,#bbbbbb));
	background: -webkit-linear-gradient(top, #b5b5b5 0%,#bbbbbb 76%);
	background: -o-linear-gradient(top, #b5b5b5 0%,#bbbbbb 76%);
	background: -ms-linear-gradient(top, #b5b5b5 0%,#bbbbbb 76%);
	background: linear-gradient(top, #b5b5b5 0%,#bbbbbb 76%);
	position: relative;
	width:0px;
	height:100%;
	cursor: pointer;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	behavior: url("/_css/PIE.htc");
}

a.jp-play,
a.jp-pause {
	width:38px;
	height:38px;
	z-index:1;
	border: 1px solid #888888;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	position: relative;
	behavior: url("/_css/PIE.htc");
}

div.jp-type-single a.jp-play,
div.jp-type-single a.jp-pause {
	top:60px;
	left:20px;
}

a.jp-play {
	background: url("/images/ui.20120314/player.jpg") -1px -1px no-repeat;
}
a.jp-play:hover,
a.jp-play:active {
	background: url("/images/ui.20120314/player.jpg") -42px -1px no-repeat;
}

a.jp-pause {
	background: url("/images/ui.20120314/player.jpg") -1px -43px no-repeat;
	display: none;
}

a.jp-pause:hover {
	background: url("/images/ui.20120314/player.jpg") -42px -43px no-repeat;
}

div.jp-audio div.jp-type-single a.jp-pause:active {
	background: url("/images/ui.20120314/player.jpg") -42px -43px no-repeat;
}

div.jp-type-single a.jp-play:active,
div.jp-type-single a.jp-pause:active {
	top: 61px;
	-webkit-box-shadow: 0px 0px 0px 0px #666666;
	   -moz-box-shadow: 0px 0px 0px 0px #666666;
	        box-shadow: 0px 0px 0px 0px #666666;
}


/* GENERAL OBJECT ORIENTED STYLES
__________________________________________________*/

.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}


/* OLD IE VERSION NOTIFICATION
__________________________________________________*/

#old-ie {
	padding: 10px;
	background-color: #ddf0fd;
	border-bottom: 1px solid #1b7bbf;
}

#old-ie p {
	margin: 0px auto;
	width: 960px;
	text-align: center;
	font-size: 18px;
	line-height: 1.4;
}

#old-ie p small {
	display: block;
	font-size: 15px;
}