/* MAIN NAVIGATION (top bar)*/

.mainnav {
	z-index: 1000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #ffffff;
	padding: 0, 0, 0, 0;
	text-decoration: none;
	border: 0;
	cursor: pointer;
}
.mainnav_hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #c3b7b1;
	padding: 0, 0, 0, 0;
	text-decoration: none;
	border: 0;
	cursor: pointer;
}

.mainnav_active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #ffffff;
	padding: 0, 0, 0, 0;
	text-decoration: none;
}
.mainnav_visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #ffffff;
	padding: 0, 0, 0, 0;
	text-decoration: none;
}
.mainnav_sub_main {
	background-color: #305E75;
	border: 0;
}
.mainnav_sub {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid white;
	height: 23px;
	cursor: pointer;
}
.mainnav_sub_hover {
	color: #A37B03;
	background-color: #eae7df;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid white;
	height:			23px;
}

.subnav a:link, .subnav a:visited, .subnav a:active
{
	z-index: 1000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #ffffff;
	padding: 0 7px 0 7px;
	text-decoration: none;
	border: 0;
	cursor: pointer;
}

.subnav a:hover
{
	z-index: 1000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #c3b7b1;
	padding: 0 7px 0 7px;
	text-decoration: none;
	border: 0;
	cursor: pointer;
}

.mainnavlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	height:			23px;
}
.icon_class {
	cursor: pointer; 
    background-color: #888888; 
	border: #FFFFFF 0px solid;
	padding: 0, 0, 0, 0;
	text-align: center; 
	width: 1;
	height: 23px;
}
.MainMenu_RootMenuArrow{
	
}
.MainMenu_MenuArrow{
	
}

/* RadPanel classes for SideBar menu*/
/*
	CSS for the SteadyRain RadPanelProvider
	panebarItemXXXLevelX = X Level items 
		(like a 0-based array, ex: Level2 
		 is the level just below the SecondLevelItems)
*/

#dnn_headerPane p
{
	margin:0px; /*--- This removes the extra white space in the banner images area in Firefox ---*/
}

#RP1 {
	width: 100%;
}
.panelbarHeader
{
	color: #000000;
	background-color: transparent;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}
.panelbarHeaderHover
{
	color: #6c9d9b;
	background-color: transparent;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}
.panelbarHeaderExpand
{
	color: #6c9d9b;
	background-color: transparent;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}
.panelbarItemSelectedLevel1
{
	color: #6c9d9b;
	background-color: transparent;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	cursor: pointer;
}

.panelbarItemLevel1
{
	color: #000000;
	background-color: transparent;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	cursor: pointer;
}
.panelbarItemHoverLevel1
{
	color: #6c9d9b;
	background-color: transparent;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	cursor: pointer;
}
.panelbarItemExpandedLevel1
{
	color: #6c9d9b;
	background-color: transparent;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	cursor: pointer;
}
.panelbarItemSelectedLevel1
{
	color: #6c9d9b;
	background-color: transparent;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	cursor: pointer;
}

.panelbarItemLevel2
{
	color: #618190;
	background-color: transparent;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 25px;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.panelbarItem  /* panelbarItemLevel2 with Children */
{
	color: #618190;
	background-color: transparent;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 25px;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.panelbarItemHoverLevel2
{
	color: #6c9d9b;
	background-color: transparent;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 25px;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.panelbarItemHover  /* panelbarItemHoverLevel2 with Children */
{
	color: #6c9d9b;
	background-color: transparent;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 25px;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.panelbarItemExpandedLevel2
{
	color: #6c9d9b;
	background-color: transparent;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 25px;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.panelbarItemSelectedLevel2
{
	color: #6c9d9b;
	background-color: transparent;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 25px;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.panelbarItemSelected  /* panelbarItemSelectedLevel2 with Children */
{
	color: #6c9d9b;
	background-color: transparent;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 25px;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.panelbarItemLevel3
{
	color: #618190;
	background-color: transparent;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 40px;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.panelbarItemHoverLevel3
{
	color: #6c9d9b;
	background-color: transparent;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 40px;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.panelbarItemExpandedLevel3
{
	color: #6c9d9b;
	background-color: transparent;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 40px;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.panelbarItemSelectedLevel3
{
	color: #6c9d9b;
	background-color: transparent;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 40px;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.panelbarItemLevel4
{
	color: #618190;
	background-color: transparent;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 20px;
	border-bottom: 0px solid white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.panelbarItemHoverLevel4
{
	color: #6c9d9b;
	background-color: transparent;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 20px;
	border-bottom: 0px solid white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.panelbarItemExpandedLevel4
{
	color: #6c9d9b;
	background-color: transparent;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 20px;
	border-bottom: 1px solid white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.panelbarItemSelectedLevel4
{
	color: #6c9d9b;
	background-color: transparent;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 20px;
	border-bottom: 1px solid white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.searchtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;v
	text-decoration: none;
	color: #FFFFFF;
}
.searchtextb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
.searchtexti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-style: italic;
	color: #005A30;
}



/* ------------ */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#E7F0EF;
	background-color: #E7F0EF;
	background-image:url(/Portals/0/Skins/bethelmc/images/pageBG_W.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

#pageBG
{
/*	background-color: #E7F0EF;
	background-image:url(/Portals/0/Skins/bethelmc/images/pageBG_W.jpg);
	background-repeat: repeat-y;*/
}

.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #305e73;
	text-decoration: underline
}
a.normal:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #305e73;
	text-decoration: none
}
a.normal:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #305e73;
}
a.normal:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #c3b7b1;
	text-decoration: none
}

.Body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.Body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #305e73;
	text-decoration: underline
}
a.Body-text:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #305e73;
	text-decoration: none
}
a.Body-text:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #305e73;
}
a.Body-text:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #c3b7b1;
	text-decoration: none
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #305e73;
	text-decoration: underline
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #305e73;
	text-decoration: none
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #305e73;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #c3b7b1;
	text-decoration: none
}
.BodyTitle-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.nav-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a.nav-text:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a.nav-text:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a.nav-text:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c3b7b1;
	text-decoration: none;
}
.login-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #305E73;
	font-weight: normal;
	text-decoration: none;
}
a.login-text:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #305E73;
	font-weight: normal;
}
a.login-text:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #305E73;
	font-weight: normal;
	text-decoration: none;
}
a.login-text:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #305E73;
	font-weight: normal;
	text-decoration: none;
}
a.login-text:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #c3b7b1;
	font-weight: normal;
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none
}
a.footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c3b7b1;
}
a.footer:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c3b7b1;
	text-decoration: none
}
a.footer:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c3b7b1;
	text-decoration: none
}
a.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none
}
.tinyfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none
}
a.tinyfooter:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c3b7b1;
}
a.tinyfooter:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c3b7b1;
	text-decoration: none
}
a.tinyfooter:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c3b7b1;
	text-decoration: none
}
a.tinyfooter:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none
}
.secondaryNav-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.secondaryNav-text:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a.secondaryNav-text:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c3b7b1;
	text-decoration: none;
}
.leftNav-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.leftNav-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.leftNav-text:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
a.leftNav-text:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6c9d9b;
	text-decoration: none;
}

.leftSubNav-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #618190;
	text-decoration: none;
}
a.leftSubNav-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #618190;
	text-decoration: none;
}
a.leftSubNav-text:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #618190;
}
a.leftSubNav-text:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #618190;
	text-decoration: none;
}
a.leftSubNav-text:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #618190;
	text-decoration: none;
}
a.leftSubNav-text:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6c9d9b;
	text-decoration: none;
}
/*--- The following style was used as the primary modules Title, but the color and size were incorrect. ---*/
/*--- I've updated the module to utilize the .headline style defined at the bottom of this page -----------
	.subtitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #305e73;
	text-decoration: none;
}
*/

.subTitle-Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #305e73;
	text-decoration: none;
}
.subfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #305e73;
	text-decoration: none;
	font-weight: bold;
}
a.subfooter:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #305e73;
	font-weight: bold;
}
a.subfooter:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #305e73;
	text-decoration: none;
	font-weight: bold;
}
a.subfooter:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #305e73;
	text-decoration: none;
	font-weight: bold;
}
a.subfooter:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.bgl {
	 background-image: url(images/leftBG.gif);
	 background-position: right;
	 background-repeat: repeat-y
}

.bgr {
	background-image: url(images/rightBG.gif);
	 background-position: left;
	 background-repeat: repeat-y
}
.backgroungImage {
	background-repeat: no-repeat;
}

/*--- WYSIWYG Editor Styles ---*/
.headline 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #06405B;
	font-size: 18px;
	font-weight: bold;
}

.subheadline
{
	font-family: Arial, Helvetica, sans-serif;
	color: #06405B;
	font-size:16px;
	font-weight:bold;
}

/*--- Static Sub Menu ---*/
#subMenu
{
	margin-left:10px;
	margin-botom:5px;
}

#subMenu a:link, #subMenu a:visited, #subMenu a:active
{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	padding:0px 4px;
}

#subMenu a:hover 
{
	color: #c3b7b1;
	padding:0px 4px;
}
/*--- DNN OVERRIDES ---*/
.eipbackimg
{
	margin-left:15px;
}