.subpages {
	text-decoration: none;
}.MenuBarItemIE 
{
	position: static;
}

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		float: left;
		background-color: #FFF;
	}
}

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */

ul.MenuBarHorizontal
{
	margin: auto;
    padding: 0px;
	list-style: none;
	font-size: 100%;
	cursor: default;
        /*text-align: center;*/  }

/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{

        z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;

	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	/*float: left;*/
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
        margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 132px;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
        
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 132px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;

}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul, ul.MenuBarHorizontal ul a
{
	background: url('/site/1/template/blurb_bg.png') repeat top left;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	width: 132px;
	height: 24px;
       	display: block;
	cursor: pointer;
	padding: 0;
	padding-top: 7px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	border-top: 7px solid #57728f;
	color: #31363e;
        
}
/* Menu items that have mouse over or focus have a dark green background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	border-top: 7px solid #7194b9;
	color: #336699;
}

/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color: #31363e;
}

/* ******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */

ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	width: 132px;
	height: 24px;
       	display: block;
	cursor: pointer;
	padding: 0;
	padding-top: 7px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	border-top: 7px solid #57728f;
	color: #31363e;

} 

ul.MenuBarHorizontal a.MenuBarItemSubmenu:hover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	border-top: 7px solid #7194b9;
}

ul.MenuBarHorizontal ul a.MenuBarItemSubmenu:hover, ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
border-top: 1px solid #525A96;
background: #fff;
color: #000;
}

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{       
	width: 132px;
	min-height: 24px;
	height: auto !important;
	height: 24px;
       	display: block;
	cursor: pointer;
	padding: 0;
	padding-top: 7px;
	text-align: center;
font-size: 10px;
font-weight: normal;   
border-top: 1px solid #525A96;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a \"hover\" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
/*
        background-image: url(../../../images/clear.gif);
	background-repeat: no-repeat;
	//background-position: 90% 50%;
	padding-right: 0px;
	*/
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a \"hover\" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
/*
	background-repeat: no-repeat;
	background-position: 90% 50%;
*/
}

------------------------------------------------------------------------------------------------------------------


/*Firefox Over-rides and additions*/

ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0 0 0 100%;

}
ul.MenuBarHorizontal li
{
	float: left;
	text-align:center;
}
ul.MenuBarHorizontal ul
{
	margin: 0px;
	position: absolute;
	width: 132px;
	
}
ul.MenuBarHorizontal a
{
}
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	//padding-right: 20px;
}
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #336699;
}
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible

{
	color: #336699;
}
ul.MenuBarHorizontal ul li {
width: 132px;
text-align: left;
}
ul.MenuBarHorizontal ul  a{
width: 132px;
	min-height: 24px;
	height: auto !important;
	height: 24px;
border: none;
font-size: 10px;
font-weight: normal;
border-top: 1px solid #525A96;
color: #fff;
}

ul.MenuBarHorizontal ul  a:hover{
width: 132px;
color: #000;
border-top: 1px solid #525A96;
background: #fff;
}



ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0 0 0 100%;
	width: 132px;
border-left: 1px solid #525A96;
}
/* Note that these below will be used only IE */
ul.MenuBarHorizontal
{
	*margin-left: 0px;
}
ul.MenuBarHorizontal ul
{
	position: absolute;
	*margin-right: 0px;
}
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	padding-right: 0px;     
}
ul.MenuBarHorizontal ul li
{
	*position: absolute;
	*margin-right: 0px;
	*padding-right: 0px;
        
}
*ul.MenuBarHorizontal ul  a{
	width: 132px;
color: #fff;
}
*ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0 0 0 100%;
}
*ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
      color: #000;
}

*ul.MenuBarHorizontal ul  a:hover{
width: 132px;
color: #000;
background: #fff;
}





ul.MenuBarHorizontal a.MenuBarItemSubmenu:hover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	border-top: 7px solid #7194b9;
}

ul.MenuBarHorizontal ul a.MenuBarItemSubmenu:hover, ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
border-top: 1px solid #525A96;
background: #fff;
color: #000;
}

ul.MenuBarHorizontal ul a:focus {
border-top: 1px solid #525A96;
color: #fff;
}.headline {
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	font-size: 17px;
	color: #00489f;
}

.sub-headline {
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	font-size: 15px;
	color: #00489f;
}

.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #050e15;
}

.body-text-grey {
	font-size: 12px;
	color: #333;
}

.printlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3d3d3d;
}

.subpages {
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	font-size: 15px;
	color: #00489f;
    line-height:1.25;
    display:block;
    text-decoration:none;
}

.child-sibling {
    padding:4px 0;
    font-weight: bold;
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
    color: #00489f;
    display:block;
}

a.child-sibling, a.child-sibling:visited {
    padding:4px 0;
    font-weight: bold;
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
    color: #00489f;
    display:block;
}

a.child-sibling:hover {
    font-weight: bold;
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
    color: #050e15;
}

/* ---------- RESET DEFAULT SETTINGS ---------- */

body,div,dt,dd,dl,h1,h2,h3,h4,h5,h6,form,fieldset,pre,p,blockquote { margin: 0; padding: 0;}
table {border-collapse: collapse; border-spacing: 0; }
fieldset,img {border: 0;}
caption,th {text-align: left;}
q:before,q:after {content:'';}
a { text-decoration: none; }
 
 html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

/* ---------- DIVS ---------- */

#page {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url('../../../site/1/template/blue_back_texture.jpg') no-repeat center 156px;
}

#wrapper {
	width: 990px;
	min-height: 710px;
	height: auto !important;
	height: 710px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: url('../../../site/1/template/grey_stripes_repeat.jpg') repeat top left;
}

#header {
    width: 990px;
	height: 157px;
	position: relative;
	background: url('../../../site/1/template/grey_stripe_top.jpg') repeat-x top center;
}

#logo {
	width: 295px;
	height: 157px;
	background: url('../../../site/1/template/logo.jpg') no-repeat top center;
}

#feature_thumbs {
	width: 524px;
	height: 80px;
	margin-top: 27px;
}

#navigation {
	width: 655px;
	height: 76px;
	margin-top: 59px;
	padding: 15px 0 0 40px;
	position: relative;
	background: url('../../../site/1/template/top_nav_area.jpg') no-repeat top right;
}

#middle_image {
	width: 312px;
	height: 326px;
	background: url('../../../site/1/template/jesus_on_left.jpg') no-repeat top left;
}

#middle_slideshow {
	width: 709px;
	height: 394px;
	position: absolute;
	top: -37px;
	left: 312px;
	background: url('../../../site/1/template/carousel_menu_text.jpg') no-repeat top left;
}

#container {
    width: 1024px;
	min-height: 554px;
	height: auto !important;
	height: 554px;
	margin-right: -32px;
	position: relative;
	background: url('../../../site/1/template/grey_stripe_bottom_curves.jpg') no-repeat bottom left;
}

#content {
	width: 990px;
	min-height: 180px;
	height: auto !important;
	height: 180px;
	margin: 0;
	padding: 43px 15px 13px;
}

#sidebar {
	width: 185px;
	min-height: 149px;
	height: auto !important;
	height: 149px;
	margin: 0;
	padding: 38px 0 30px 25px;
}

#bottom_curves {
	width: 1024px;
	height: 35px;
	background: url('../../../site/1/template/article_bottom_curve.jpg') no-repeat top right;
}

#bottom {
	width: 990px;
	height: 30px;
	margin: 0 auto;
	padding-top: 5px;
	position: relative;
}

#footer {
	width: 100%;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	line-height: normal;
	text-align: center;
	color: #fff;
}

/* ---------- HOME ---------- */

div.home-boxes {
	width: 98%;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	margin: 10px auto;
	padding: 2px;
	display: block;
	position: relative;
	overflow: auto;
	border: 2px solid #000;
	background: transparent url('/site/1/template/contentHome_bg.gif') no-repeat bottom right;;
}

div.home-content {
	width: 394px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	padding: 0 18px;
	background: #ccc;
	float: right;
}

/* ---------- ARTICLE ---------- */

#page.article {
	background: url('../../../site/1/template/blue_back_texture_article.jpg') no-repeat center 157px;
}

#logo.article {
	width: 466px;
	height: 157px;
	background: url('../../../site/1/template/article_logo_area.jpg') no-repeat top left;
}

#navigation.article {
	width: 524px;
	height: 36px;
	margin-top: 10px;
	padding: 4px 0 0;
	background: url('../../../site/1/template/article_top_nav.jpg') repeat-x bottom right;
}

#navigation.article ul.navigation {
	margin: 0;
}

#container.article {
	overflow: hidden;
	background: url('../../../site/1/template/content_article_bg.gif') repeat-y top right;
}

#content.article {
	width: 740px;
	padding: 25px 30px;
	background: url('../../../site/1/template/article_top_curve.jpg') no-repeat top right;
}

/* ---------- ADMIN ---------- */

#header.admin, #logo.admin {
	height: 128px;
}

#logo.admin {
	width: 250px;
	background-image: url('../../../site/1/template/logo_admin.jpg')
}

#navigation.admin {
	margin-top: 67px;
}

#container.admin {
	width: 1024px;
	min-height: 678px;
	height: auto !important;
	height: 678px;
	margin: 0;
	padding: 0;
	overflow: auto;
	background: #fff url('../../../site/1/template/admin_bottom_curve.jpg') no-repeat bottom right;
}

#content.admin {
	width: 964px;
	padding: 20px 30px;
	background: url('../../../site/1/template/admin_top_curve.jpg') no-repeat top right;
}

#content.admin li {
	padding: 0;
	background: 0;
}

#content.admin dl ul {
	padding-left: 25px;
}


/* ---------- STYLES ---------- */

.alignLeft {
	float: left;
}

.alignRight {
	float: right;
}

.clearfix:after {
	clear: both;
	height: 0;
	content: '.';
	display: block;
	visibility: hidden;
}

a, a:visited {
	text-decoration: underline;
	color: #5190cd;
}

a:hover {
	text-decoration: none;
}

.su_admin_h1 {
	font-size: 160%;
	font-weight: bold;
	letter-spacing: .05em;
}

/* ---------- FEATURES---------- */

/* ---------- PAGE ---------- */

/* ---------- WRAPPER ---------- */

/* ---------- HEADER ---------- */


div.feature_box {
	width: 172px;
	height: 182px;
	padding: 0 10px;
	position: relative;
	background: url('../../../site/1/template/box_text.png') no-repeat bottom center;
}

div.feature_box p.feature_title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	color: #000;
}

div.feature_box p.feature_text {
	height: 30px;
	width: 155px;
	padding-left: 10px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

div.feature_box p.feature_link {
	position: absolute;
	bottom: 9px;
	right: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

div.feature_box p.feature_link a {
	text-decoration: none;
	color: #000;
}



/* ---------- NAVIGATION ---------- */

#navigation ul.navigation {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	font-weight: bold;
	text-align: center;
	color: #caa143;
}

#navigation ul.navigation li {
	height: 36px;
	margin: 0;
	padding: 0 8px;
	float: left;
	border-right: 2px solid #caa143;
}

#navigation ul.navigation li.oneLine {
	height: 26px;
	padding: 10px 8px 0;
}

#navigation ul.navigation li.last, #navigation ul.navigation li.last.oneLine, #navigation.article ul.navigation li.last.oneLine {
	border: none;
	padding-right: 0;
}

#navigation ul.navigation li a, #navigation ul.navigation li a:visited {
	margin: 0 2px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #caa143;	
}

#navigation ul.navigation li a:hover {
	color: #f6e0a3;
}

#navigation ul.navigation li a span {
	margin: 0;
}

#navigation ul.navigation li.navigation_separator {
	display: none;
}


#navigation.article ul.navigation li {
	height: 32px;
	padding: 0 6px;
	border-width: 1px;
}


#navigation.article ul.navigation li.oneLine {
	height: 24px;
	padding: 8px 6px 0;
	border-width: 1px;
}

#navigation.article ul.navigation li a {
	margin: 0;
	font-size: 13px;
}

/* ---------- FEATURE_THUMBS ---------- */

#feature_thumbs div.feature_thmb {
	width: 104px;
	height: 80px;
	overflow: hidden;
	text-align: center;
}

#feature_thumbs div.feature_thmb p.feature_thmb_title  {
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #d5d5d5;
}

#feature_thumbs div.feature_thmb p.feature_thmb_title a {
	text-decoration: none;
	color: #d5d5d5;
}

/* ---------- MIDDLE_SLIDESHOW---------- */

#middle_slideshow p.carousel_title {
	width: 160px;
	position: absolute;
	top: 20px;
	left: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

#middle_slideshow p.carousel_text {
	width: 160px;
	height: 305px;
	position: absolute;
	top: 55px;
	left: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
	overflow: hidden;
}

#middle_slideshow p.more_link a {
	position: absolute;
	top: 360px;
	left: 128px;
	font-size: 12px;
	text-decoration: none;
	color: #000;
}


/* ---------- CONTENT ---------- */

img.video_thmb {
	margin: 0 3px;
	padding: 3px;
	border: 2px solid #ccc;
	cursor: pointer
}

img.video_thmb:hover {
	border: 2px solid #000;
	cursor: pointer
}

img.play_btn {
	margin-top: 200px;
}


/* ---------- SIDEBAR ---------- */

#sidebar a {
    text-decoration: none;
}

a.subpages, a.subpages:visited {
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	font-size: 15px;
	color: #00489f;
    line-height:1.25;
    display:block;
    text-decoration:none;
}
a.subpages:hover {
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	font-size: 15px;
	color: #050e15;
}

#sidebar ul.childpages {
	margin: 0;
	padding: 0;
    font-weight: bold;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	color: #00489f;
}

#sidebar ul.childpages li {
	margin: 0;
	padding: 15px 0 15px 0;
}

#sidebar ul.childpages li a {
	text-decoration: none;
	color: #00489f;
}

#sidebar ul.childpages li a:hover {
	color: #050e15;
}

#sidebar ul.siblingpages {
	margin: 0;
	padding: 0;
    font-weight: bold;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	color: #00489f;
}

#sidebar ul.siblingpages li {
	margin: 0;
	padding: 15px 0 15px 0;
}

#sidebar ul.siblingpages li a {
	text-decoration: none;
	color: #00489f;
}

#sidebar ul.siblingpages li a:hover {
	color: #050e15;
}


/* ---------- BOTTOM ---------- */

#bottom ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

#bottom ul li {
	margin: 0 2px;
	padding: 0;
	display: inline;
}

#bottom ul li a, #bottom ul li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;	
}

#bottom ul li a:hover {
	text-decoration: underline;
}

#bottom form {
	display: inline;
}

#bottom form input.search_field {
	width: 240px;
}

#bottom li.legal_notice {
	display: none;
}


/* ---------- FOOTER ---------- */

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
}

#footer a, #footer a:visited {
	text-decoration: none;
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
}
