/************************************************************************
BODY
************************************************************************/

body {
	background:#464646;
	font-family:"Trebuchet MS", Cambria, Georgia, "Palatino Linotype";
	font-size:14px;
	color:#333;
	margin:0;
	padding:0;
}

hr {display:none;}

div#wrapper {
	width:1016px;
	margin:0 auto;
}

div#content {
	width:1000px;
	margin:0 auto;
	border-left:7px solid #6B6B6B;
	border-right:7px solid #6B6B6B;
}

div#maincontent {
	background:url(images/content_top.jpg) top repeat-x #F3F3F3;
	clear:both;
	padding:10px 20px 30px 20px;
}

div#container {
	background:no-repeat bottom right;
	min-height:5px;
	padding:0px 0px 30px 0px;
}

div#leftside {
	float:left;
	width:681px;
}

div#rollovers {
	display:none;
}

/************************************************************************
NAVIGATION
************************************************************************/
.navelements ul, .navelements li, .navelements ul li {
	margin:0;
	padding:0;
	display:inline;
}

#topnavbuttons li a.current {
	color:#FFF;
	border-bottom:7px solid #878787;
}

#topnavbuttons li a.current b {
	color:#878787;
	border-bottom:5px solid #878787;
}

ul#topnavbuttons {
	margin-top:10px;
	text-align:center;
	padding-left:50px;
	float:left;
	clear:left;
}
ul#topnavbuttons li {
}
ul#topnavbuttons li a {
	display:block;
	float:left;
	width:136px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	text-transform:uppercase;
}
ul#topnavbuttons li a:hover {
	color:#878787;
}

/************************************************************************
STANDARD LINKS
************************************************************************/
a:link, a:visited, a:active {
	color:#042E3F;
}
a:hover {
	color:#064057;
}
a img {border:0 none;}

/************************************************************************
HEADER
************************************************************************/

div#nav_top {
	background:url(images/header_nav_top.jpg) no-repeat;
	width:1000px;
	height:55px;
	float:left;

}
div#header_logo a {
	background:url(images/header_logo.jpg) no-repeat;
	width:322px;
	height:294px;
	float:left;
	display:block;

}

div#header_logo a:hover {
	background:url(images/header_logo_over.jpg) top center no-repeat;
	width:322px;
	height:294px;
}

div#header_right {
	background:url(images/header_right.jpg) no-repeat;
	width:28px;
	height:294px;
	float:right;
}
div#header_masthead {
	background:url(images/header_masthead.jpg) no-repeat;
	width:650px;
	height:294px;
	float:left;
}
div#scripture_bar {
	background:url(images/header_scripturebar.jpg) no-repeat;
	width:1000px;
	height:36px;
	clear:both;
}

/************************************************************************
RIGHT SIDE & RESOURCE BAR
************************************************************************/

div#right {
	float:right;
	background:url(images/resources_bg.png) no-repeat;
	width:241px;
	height:453px;
	padding-top:10px;
	overflow:hidden;
}
div.resource {
	margin:0 auto;
	width:80%;
	font-size:12px;
	padding:0 0;
	border-bottom:1px dotted #91232e;
}

div.resource a {
	text-decoration:none;
}

span.resource {
	display:none;
}
div.resource h3 {
	font-size:1.3em;
	margin:0;
}

.last {
	border-right:none;
}
/************************************************************************
HEADINGS
************************************************************************/

h2, h3, h4, h5 {
	color:#b10000;
}

/*Large Heading*/
h1 {
	font-size:2.5em;
	color:#5c0101;
	margin:0 0 10px 0;
}

h2 {
	font-size:20px;
	font-weight:bold;
}

/*Small Heading*/
h3 {
	font-size:1.7em;
	margin:10px 0;
}

/*Smaller Heading*/
h4 {
	font-size:1.0em;
}


/************************************************************************
CCA FOOTER
************************************************************************/
div#footer {
	background:url(images/footer.jpg) top repeat-x;
	height:40px;
	width:1000px;
	padding-top:10px;
	margin-left:0px;
}

div#cca_footer {
	width:150px;
	height:40px;
	color:#fff;
	text-align:right;
	font-size:12px;
	float:right;
	line-height:1.2em;
	margin-right:5px;
	margin-top:-6px;
}
div#cca_footer a {
	color:#fff;
}
div#cca_footer a:hover {
	color:#C9C9C9;
}

ul#cca_footerlinks {
	display:block;
	width:800px;
	float:left;
}
ul#cca_footerlinks li {
	border-right:1px solid #fff;
	padding:0 10px;
}
ul#cca_footerlinks li a {
	color:#fff;
}
ul#cca_footerlinks li a:hover {
	color:#C9C9C9;
}

/************************************************************************
STAFF PAGE
************************************************************************/
div#staff {
	background:url() no-repeat;
	width:241px;
	height:453px;
	padding-top:10px;
	overflow:hidden;
}
div.in {
	margin:0 auto;
	width:80%;
	font-size:12px;
	padding:0 0;
	border-bottom:1px dotted #91232e;
}

div.in a {
	text-decoration:none;
}

span.in {
	display:none;
}
div.in h3 {
	font-size:1.3em;
	margin:0;
}

.last {
	border-right:none;
}

/************************************************************************
CLEARFIX
************************************************************************/

.clearall:after {
    content:"."; 
    display:block; 
    height:0px; 
    clear:both; 
    visibility:hidden;
}

.clearall {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearall {height: 1px;}
.clearall {display: block;}
/* End hide from IE-mac */