html{
	background: #F9F7ED url(/img/bg-body.gif) repeat-x top;
}
body{
	background: url(/img/bg-clouds.jpg) no-repeat top center;
	font-size:13px;
	font-family:Georgia,"Times New Roman", serif;
}

a{color:#38597F;font-family:Arial, Verdana, sans-serif;font-size:12px;}
/* .container_12{background:#F9F7ED url(/img/bg-container.gif) repeat-x top;}*/
.branding{
	height:336px;
	position:relative;
}

.branding img{
	position:absolute;
	top:50px;
	left:50px;
}
.nav{
	height:40px;
	text-align:center;
	margin-left:100px;

}
.nav span{
	display:block;
	float:left;	


}
.nav a {
	display:block;
	padding:0 20px;
	color:white;
	line-height:40px;
	text-decoration:none;
	font-family:Georgia,"Times New Roman", serif;
	font-size:14px;
	}
	
#home span#link_home,
#stories span#link_stories,
#groups span#link_groups,
#resources span#link_resources, 
#about span#link_about,
#contact span#link_contact,
#donate span#link_donate { background: url(/img/bg-navtab-left.gif) no-repeat;}

#home span#link_home a,
#stories span#link_stories a,
#groups span#link_groups a,
#resources span#link_resources a, 
#about span#link_about a,
#contact span#link_contact a,
#donate span#link_donate a {color:black;background: url(/img/bg-navtab-right.gif) no-repeat right;}



.main{
	margin-top:20px;
	margin-bottom:30px;
	background:url(/img/bg-main.gif) no-repeat;
}
.contentbox{
	padding:20px 20px 0 20px;
}
h1{
	font-size:36px;
	font-weight:normal;
	color:#38597f;
}
h3{
	margin:0;
	padding:0;
	font-size:18px;
	letter-spacing:-1px;
}
h3 a{
	font-size:18px;
	font-family:Georgia,"Times New Roman", serif;
	}
.main h3{margin-bottom:10px;}

#home .mission h3{
	text-indent:-900em;
	height:29px;
	background:url(/img/hdr-ourmission.gif) no-repeat center;
}
#home .mission p {
	font-size:20px;
	color:#555;
	font-style:italic;
	padding:0 50px;
}
h4{
	color:#555;
	text-transform:uppercase;
	font-family:arial,verdana,sans-serif;
	font-weight:normal;
	font-size:14px;
	margin-top:20px;
	color:#38597f;
}


.sidebar{
	margin-top:20px;
	margin-bottom:20px;
}
.sidebar img.topimage{
	display:block;
	margin-top:20px;
}
.meetbrocards h3{
	margin-bottom:10px;
}
.ajcstory{
	padding-top:0;
}
.ajcstory h3{
	margin-bottom:5px;
}
.ajcstory p{
	margin-top:10px;
}

img.floatleft{
	float:left;
	margin-right:10px;
}
img.floatright{
	float:right;
	margin-left:10px;
}

#bottomboxes{
	clear:both;
	background:url("/img/bg-bottomboxes.gif") no-repeat;
	height:150px;
}
#bottomboxes h3{
	padding:50px 20px 5px 120px;
	font-size:18px;
	line-height:18px;;
}
#bottomboxes a{
	font-size:14px;
	font-family:Georgia,"Times New Roman", serif;
	display:block;
	padding:0 20px 0 120px;
}

#verse, #info{
	margin-top:30px;
	color:#555
}
#verse p{
	padding:0 60px;
	margin-bottom:0;
}
#verse div{
	padding:0 60px;
	text-align:right;
}
#verse cite{
	display:block;
	font-weight:bold;
}

#info p{text-align:right;padding:20px}

#storylinks{margin-bottom:30px;}
#storylinks a {
	padding:10px 15px;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:1px solid #ccc;
}
#storylinks a.selected {color:black;text-decoration:none;cursor:default;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:0;
}

.backtotop{float:right;}

a.paginate{
	display:block;
	width:100px;
	margin:10px auto;
	background:#38597f;
	color:white;
	padding:5px;
	text-align:center;
	
	}
img.page{display:block;margin:0 auto;border:1px solid #ccc;}

#founders img{float:right;margin-left:20px;}

.recording {
	background: #f8f7f3;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, .02);
	-moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, .02);
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, .02);
	margin-bottom: 20px;
	border: 1px solid #ddd;
}
.recording h4 {
	margin-top: 0;
}
.recording .last {
	margin-bottom: 0;
}


#programs img{border:1px solid #ccc;float:left;margin:0 20px 0 0;}
#programs h4, #programs p{margin-left:240px;}

#footer{border-top:1px solid #ccc;}
#home #footer{border:0;}

