/*** main body elements that allow the container to float in the center of the page ***/
html, body 
{
	height:100%;
	margin:0px;
	padding:0px;
}

body
{
	font-size:80%;
	/* font-family:Lucida Sans, Verdana, Sans-Serif; */
	font-family: Arial, Sans-Serif;
	background:Black url('/images/templates/BackgroundGradientLg.jpg') repeat;
}

img#background 
{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#container 
{
	width:945px;
	margin:10px auto 0px auto;
	position:relative;
	z-index:1;
}

/*** clickable header region overlaid with masthead ***/
#clickheader
{
	position:absolute;
	height:150px;
	width:400px;
}

#clickheader a
{
	display:block;
	height:150px;
	width:400px;
}

#alertheader
{
    background-color:Red;
    color:White;
    text-transform:uppercase;
    padding:5px 10px 5px 10px;
    text-align:center;
    font-weight:bold;
    /*font-size:large;*/
}


/*** masthead elements ***/
#masthead 
{
	width:945px;
	height:210px;
	margin:0px;
	background-image:url("/images/templates/masthead.jpg");
	background-repeat:no-repeat;
}

#masthead ul 
{
	list-style:none;
	float:right;
	margin:10px 10px 10px 0px;
}

#masthead li 
{
	display:inline;
	padding-right:15px;
	font-family:Rockwell, "Book Antiqua", Palatino, Georgia, "Times New Roman", Serif;
	font-size:1.2em;
	color:White;
}

#masthead li a 
{
	color:White;
	text-decoration:none;
}

#masthead li a:hover 
{
	text-decoration:overline;
}

/*** central menu elements ***/
#central_menu
{
	clear:both;
	width:945px;
	height:55px;
	padding:0px;
	background-color:#081b2a;
}

#central_menu table
{
	border-collapse:collapse;
	width:100%;
}

#central_menu table td 
{
	padding:0px;
	margin:0px;
}

#central_menu .central_menu_link
{
	text-align: center;
	font-family: Rockwell, "Book Antiqua", Palatino, Georgia, "Times New Roman", Serif;
	display:block;
	font-size: 1.8em;
	color:White;
	background: #081b2a url('/images/templates/CenterButtonGradient.jpg') repeat-x;
	height:44px;
	width:315px;
	padding:12px 0px 0px 0px;
	margin:0px;
	border-left: 1px solid #000;
	text-decoration:none;
}

#central_menu .first
{
	width:313px;
	border-left:0px;
}

#central_menu .active
{
	background: #d5b87e url('/images/templates/CenterButtonActiveGradient.jpg') repeat-x;
}

#central_menu .central_menu_link:hover
{
	background: #d5b87e url('/images/templates/CenterButtonActiveGradient.jpg') repeat-x;
}

/*** central submenu elements ***/
#central_submenu
{
	clear:both;
	width:945px;
	height:35px;
	padding:0px;
	background: #081b2a url('/images/templates/SubmenuGradient.gif') repeat-x;
}

#central_submenu ul 
{
	list-style:none;
	margin:0px;
	padding:8px 0px 0px 0px;
	text-align:center;
}

#central_submenu li 
{
	display:inline;
	padding:0px 20px 0px 20px;
	font-size:0.9em;
	color:White;
	text-transform:uppercase;
	font-weight:bold;
}

#central_submenu li a 
{
	color:White;
	text-decoration:none;
}

#central_submenu li a:hover 
{
	text-decoration:underline;
}

/*** content and sidebar container ***/
#cs_container
{
	background-color:White;
	padding:0px;
}

/*** main content elements ***/
#content
{
	float:left;
	width:560px;
	padding:30px 35px 7px 35px;
}

#content p 
{
	color:Black;
	font-family: Arial, Sans-Serif;
	/*font-size:1.3em;*/
	line-height:125%;
	margin-bottom:25px;
}

#content ul
{
    margin-bottom:25px;
}

#content p.title
{
	font-size:2.3em;
	font-family: Rockwell, "Book Antiqua", Palatino, Georgia, "Times New Roman", Serif;
	line-height:0%;
	margin-bottom: 25px;
}

#content a 
{
	color:#026ba2;
	text-decoration:none;
}

#content a:hover
{
	text-decoration:underline;
}

/*** title elements ***/
img.title 
{
	display:block;
	margin-bottom: 10px;
}

/*** sidebar elements ***/
#sidebar
{
	float:right;
	width:295px;
	padding: 30px 10px 7px 10px;
	min-height:555px;
	background-image:url('/images/templates/SidebarGradientAndGrunge2.jpg');
	background-repeat:no-repeat;
	clear:right;
}

#sidebar p
{
	color:Black;
	font-family: Rockwell, "Book Antiqua", Palatino, Georgia, "Times New Roman", Serif;
	font-size:1.4em;
	line-height:125%;
	margin-top:0px;
	margin-bottom:20px;
	text-align:center;
}

#sidebar p.title
{
	color:Black;
	font-size:2.3em;
}

#sidebar a 
{
	color:#026ba2;
	text-decoration:none;
}

#sidebar a:hover
{
	text-decoration:underline;
}

/*** footer elements ***/
#footer
{
	clear:both;
	width:945px;
	height:62px;
	padding:1px 0 0 0px;
	background-color:Black;
}

#ft_container 
{
	text-align:center;
}

#footer ul 
{
	padding-left:0px;
	list-style:none;
}

#footer li 
{
	display:inline;
	padding-right:10px;
	padding-left:10px;
	font-family:Rockwell, "Book Antiqua", Palatino, Georgia, "Times New Roman", Serif;
	font-size:1.3em;
	color:White;
}

#footer li a 
{
	color:White;
	text-decoration:none;
}

#footer li a:hover 
{
	text-decoration:underline;
}

/*** spacer element to deal with container wrap ***/
.spacer 
{
	clear:both;
}

/*** visual divider bars ***/
.divider_bar
{
	clear:both;
	width:945px;
	height:9px;
	background:#175181 url('/images/templates/MenuGradient.gif') repeat-x;
}

.divider_bar_lower
{
    clear:both;
    width:945px;
    height:9px;
	background: #d5b87e url('/images/templates/LowerDivider.gif') repeat-x;
}

/*** breadcrumbs ***/
.breadcrumbs
{
	font-size:10px;
}

/*** explore more region ***/
.explore_more 
{
    clear:left;
	position:relative;
	left:-5px;
	width:572px;
	height:153px;
	margin:0px;
	margin-top: 60px;
	color: #4b2e1e;
	font-size:15px;
	font-family:Rockwell, "Book Antiqua", Palatino, Georgia, "Times New Roman", Serif;
	background-image:url("/images/templates/exploremoreshadow.jpg");
	background-repeat:no-repeat;
}

.explore_more_title
{
	color: #17507f;
	font-size:16px;
	font-weight:bold;
	position:absolute;
	top:25px;
	left:125px;
}

.explore_more ul 
{
	margin-right:15px;
	position:absolute;
	top:42px;
	left:105px;
}

.explore_more li 
{
	display:inline;
	padding-right:3px;
}

#content .explore_more li a 
{
	/*color: #4b2e1e;*/
	color: Black;
	text-decoration:none;
}

#content .explore_more li a:hover 
{
	color:Black;
	text-decoration:underline;
}

/*** sermon listing ***/
a:link {color:#FF0000}      /* unvisited link */
a:visited {color:#00FF00}  /* visited link */
a:hover {color:#FF00FF}  /* mouse over link */
a:active {color:#0000FF}  /* selected link */

#content .sermon_series_title a
{
	 text-decoration:none;
	 color:Black;
	 font-size:120%;
	 padding-top:20px;
}

.sermon_series 
{
	padding-bottom:20px;
}

.sermon_line 
{
	margin-bottom:15px;
}

.sermon_title 
{
	font-weight: bold;
}

.sermon_date
{
	font-style:italic;
	font-size:75%;
}

.sermon_links
{
	color:Silver;
	margin-left:15px;
}

.sermon_info 
{
	font-style:italic;
	margin-left:15px;
	display:block;
}


/*** events listing ***/
.event_image
{
	float:left;
	margin-top:5px;
	margin-bottom:30px;
}

.event_text
{
	padding-top:5px;
	margin-left:52%;
	margin-top:5px;
	margin-bottom:30px;
}

.event_text h2
{
	font-size: 1.5em;
	margin: 0px 0px 10px 0px;
}

.event_text a
{
	line-height:40px;
}

.event_detail_table
{
	width:100%;
}

.event_detail_image
{
	width:40%;
	padding: 0px 5px 20px 0px;
}

.event_detail_basics
{
	text-align:center;
	padding:0px 10px 20px 10px;
}

.event_detail_intro
{
	text-align:center;
	padding:10px 10px 10px 10px;
	border-top:solid 1px black;
	border-bottom:solid 1px black;
}

.event_detail_left
{
	text-align:left;
	width:70%;
	padding-right:30px;
	vertical-align:top;
}

.event_detail_right
{
	text-align:right;
	padding-top:13px;
	width:25%;
	vertical-align:top;
}

img
{
    border:0px;
}