.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;
	}
}

/*******************************************************************************

 HORIZONTAL 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: 0 auto;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	background-color: #FBFBFB;
	cursor: default;
	width: 100%;
}


/* 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%;
	text-align: center;
	cursor: pointer;
	width: auto;
	display: inline-table;      			
}
/* 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: 8.2em;
	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: 8.2em;
}
/* 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;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #FBFBFB;
	padding: 0.5em 0.75em;
	color: #8C8C8C;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #FBFBFB;
	color: #8C8C8C;
}

/* 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
{
	background-color: #8C8C8C;
	color: #FFFFFF;
}

/*******************************************************************************

 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
{
	/* background-image: url(../../../images/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
******	background-position: center right; */
	background-image: url('../../../images/SpryMenuBarDown.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
/* 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
{
	/* background-image: url(../../../images/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: center right;
******	background-position: 100% 50%; */
}
/* 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/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
******	background-position: 100% 50%;
}
/* 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-image: url(../../../images/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
******	background-position: 100% 50%;
}

------------------------------------------------------------------------------------------------------------------


/* Note that these below will be used only IE */
*ul.MenuBarHorizontal ul ul
{
	position: absolute;
}
*ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
      background-color: #FBFBFB;
      color: #8C8C8C;
}

*ul.MenuBarHorizontal li a
{
	text-align: center;
}
.bodytext-14pt {
	font-family: Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 14pt;
}

.bodytext-12pt {
	font-family: Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 12pt;
}

.bodytext-10pt {
	font-family: Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 10pt;
}

.bodytext-10pt-italic-white {
	font-family: Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-size : 10pt;
	font-style : italic;
	line-height: 24px;
}

.bodytext-9pt {
    font-family: Arial, Helvetica, sans-serif;
    color : #000000;
    font-size : 9pt; }

.title {
     font-family: Arial, Helvetica, sans-serif;
	 font-size: 24px;
	 color: #173E54;
     font-weight : bold;
     font-style : italic;
     border-style : solid;
     border-color : #3366cc;
     border-bottom-width : 1px;
     border-top-width : 0px;
     border-left-width : 0px;
     border-right-width : 0px; }

.2ndline {
	font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif";
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-transform: none;
	font-variant: normal;
}

.headline {
    font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif"; 
    color: #156A8F;
    font-size: 30px;
}

.Subhead-black {
    font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif"; 
    color : #000000;
    font-size : 13px;
    font-weight : bold; }

.Subhead-26px-LtBlue {
    font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif"; 
    color: #47A0C7;
    font-size: 26px;
}

.Subhead-24px-White {
    font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif"; 
    color: #FFFFFF;
    font-size: 24px;
}

.Subhead-18px-LtBlue {
    font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif"; 
    color: #47A0C7;
    font-size: 18px;
}
	
.Subhead-18px-italic-LtBlue {
    font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif"; 
    color: #47A0C7;
    font-size: 18px;
    font-style : italic; }	
	
.Subhead-16px-LtBlue {
    font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif"; 
    color: #47A0C7;
    font-size: 16px;
    font-weight: bold; }
	
.Subhead-15px-LtBlue {
    font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif"; 
    color: #47A0C7;
    font-size: 15px;
    font-weight: bold;
}

h2.Subhead-15px-LtBlue {
    font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif"; 
    color: #47A0C7;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #A1A19F;
    margin: 0px;
    padding-bottom: 5px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;

}

.Subhead-14px-italic-LtBlue {
    font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif"; 
    color: #47A0C7;
    font-size: 14px;
    font-weight: bold;
    font-style : italic; }
	
.Subhead-12px-CAPS-LtBlue {
	font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif";
	color: #47A0C7;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.Subhead-26px-MedBlue {
    font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif"; 
    color: #156A8F;
    font-size: 26px;
}

.Subhead-24px-White {
    font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif"; 
    color: #FFFFFF;
    font-size: 24px;
}

.Subhead-18px-MedBlue {
    font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif"; 
     color: #156A8F;
    font-size: 18px;
}
	
.Subhead-18px-italic-MedBlue {
    font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif"; 
     color: #156A8F;
    font-size: 18px;
    font-style : italic; }	
	
.Subhead-16px-MedBlue {
    font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif"; 
     color: #156A8F;
    font-size: 16px;
    font-weight: bold; }
	
.Subhead-15px-MedBlue {
    font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif"; 
     color: #156A8F;
    font-size: 15px;
    font-weight: bold;
}

h2.Subhead-15px-MedBlue {
    font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif"; 
     color: #156A8F;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #A1A19F;
    margin: 0px;
    padding-bottom: 5px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;

}

.Subhead-14px-italic-MedBlue {
    font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif"; 
     color: #156A8F;
    font-size: 14px;
    font-weight: bold;
    font-style : italic; }
	
.Subhead-12px-CAPS-MedBlue {
	font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif";
	 color: #156A8F;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.Subhead-26px-DkBlue {
    font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif"; 
    color: #092762;
    font-size: 26px;
}

.Subhead-24px-DkBlue {
    font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif"; 
    color: #092762;
    font-size: 24px;
}

.Subhead-18px-DkBlue {
    font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif"; 
    color: #092762;
    font-size: 18px;
}
	
.Subhead-18px-italic-DkBlue {
    font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif"; 
    color: #092762;
    font-size: 18px;
    font-style : italic; }	
	
.Subhead-16px-DkBlue {
    font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif"; 
    color: #092762;
    font-size: 16px;
    font-weight: bold; }
	
.Subhead-15px-DkBlue {
    font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif"; 
    color: #092762;
    font-size: 15px;
    font-weight: bold;
}

h2.Subhead-15px-DkBlue {
    font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif"; 
    color: #092762;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #A1A19F;
    margin: 0px;
    padding-bottom: 5px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.Subhead-14px-italic-DkBlue {
    font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif"; 
    color: #092762;
    font-size: 14px;
    font-weight: bold;
    font-style : italic; }
	
.Subhead-12px-CAPS-DkBlue {
	font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif";
	color: #092762;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.Subhead-26px-Gray {
    font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif"; 
    color: #858585;
    font-size: 26px;
}

.Subhead-24px-Gray {
    font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif"; 
    color: #858585;
    font-size: 24px;
}

.Subhead-18px-Gray {
    font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif"; 
    color: #858585;
    font-size: 18px;
}
	
.Subhead-18px-italic-Gray {
    font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif"; 
    color: #858585;
    font-size: 18px;
    font-style : italic; }	
	
.Subhead-16px-Gray {
    font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif"; 
    color: #858585;
    font-size: 16px;
    font-weight: bold; }
	
.Subhead-15px-Gray {
    font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif"; 
    color: #858585;
    font-size: 15px;
    font-weight: bold;
}

h2.Subhead-15px-Gray {
    font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif"; 
    color: #858585;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #A1A19F;
    margin: 0px;
    padding-bottom: 5px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.Subhead-14px-italic-Gray {
    font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif"; 
    color: #858585;
    font-size: 14px;
    font-weight: bold;
    font-style : italic; }
	
.Subhead-18px-CAPS-Gray {
	font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif";
	color: #858585;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.Subhead-12px-CAPS-Gray {
	font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif";
	color: #858585;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.DigestTitle {
    font-family: Arial, Helvetica, sans-serif;
    color : #156A8F;
    font-size : 14px;
	line-height : 24px;
    font-weight : bold; }

.rsscredit {
    font-family: Arial, Helvetica, sans-serif;
    color : #000000;
    font-size : 8pt; }

.rsslinks {
    font-family: Arial, Helvetica, sans-serif;
    color : #000000;
    font-size : 8pt; }

.FeedTitle {
    font-family: Arial, Helvetica, sans-serif;
    color : #000000;
    font-size : 12px;
	line-height : 13px;
	font-weight: bold; }
	
a.FeedTitle {
    text-decoration : none; }

a.FeedLink:hover   {
    color : #555555;
	text-decoration : underline; }

a.FeedLink {
    color : #000000; }

.FeedDescription {
    font-family: Arial, Helvetica, sans-serif;
    color : #000000;
    font-size : 12px;
    text-decoration : none;  }

.FeedLink {
    text-decoration : none;}
	
	
.devotionteaser {
    font-family: Arial, Helvetica, sans-serif;
    color : #000000;
    font-size : 12px;
    text-decoration : none;  }

a.devotionteaser {
    text-decoration : none;  }

a.devotionteaser:hover {
    color : #555555;
    text-decoration : none;  }

.address {
    font-family: Arial, Helvetica, sans-serif;
    color : #173E54;
    font-size : 10pt; }

.body {
    font-family: Arial, Helvetica, sans-serif;
    color : #000000;
    font-size : 10px; }

.sitename {
    font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif"; 
	font-size: 30px;
	line-height : 30px;
	color: #1D4697;
	text-transform: uppercase;
	font-weight: bold;
}

.sitename2 {
	font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif";
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-transform: none;
	font-variant: normal;
}

.caption {
    font-family: Arial, Helvetica, sans-serif;
    color : #000000;
    font-size : 10px; }

.pullquote {
    font-family: Arial, Helvetica, sans-serif;
    color : #000000;
    font-size : 14px;
    font-style : italic; }

.credit {
    font-family: Arial, Helvetica, sans-serif;
    color : #000000;
    font-size : 14px;
    font-style : italic; }

.bottom_links {
    font-family: Arial, Helvetica, sans-serif;
    font-size : 8pt; 
    text-align : center; 
    color : #FFFFFF; }

a.bottom_links {
    font-family: Arial, Helvetica, sans-serif;
    font-size : 8pt; 
    text-align : center; 
    color : #FFFFFF;
	text-decoration : none; }

a.bottom_links:hover {
    font-family: Arial, Helvetica, sans-serif;
    color : #FFFFFF;
    text-decoration : underline; }


.footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size : 8pt;
	text-decoration : none;
    color : #FFFFFF;
    text-align : center; }

a.footer {
    font-family: Arial, Helvetica, sans-serif;
    color : #FFFFFF;
    text-decoration : none; }

a.footer:hover {
    font-family: Arial, Helvetica, sans-serif;
    color : #FFFFFF;
    text-decoration : underline; }

.whatsnew-title { 
    font-family: Arial, Helvetica, sans-serif;
    color : #373737;
/* color : #ffffff; */
    font-size : 12px;
    line-height : 13px;
    font-weight : bold;
    text-decoration : none; }

.whatsnew {
    font-family: Arial, Helvetica, sans-serif;
    color : #373737;
/* color : #ffffff; */
    font-size : 12px;
    text-decoration : none; 
}

.whatsnew:hover {
    color : #555555; }

.eventsnew-title { 
    font-family: Arial, Helvetica, sans-serif;
    color : #373737;
    font-size : 12px;
    line-height : 13px;
    font-weight : bold;
    text-decoration : none; }

.eventsnew {
    font-family: Arial, Helvetica, sans-serif;
    color : #373737;
    font-size : 12px;
    text-decoration : none; }

.eventsnew:hover {
    color : #CCCCCC;
	text-decoration : underline; }

.subpages-description {
    font-family: Arial, Helvetica, sans-serif;
    color : #000000;
    font-size : 12px;
    text-decoration : none; }

.subpages-description:hover {
    color : #555555; }

.navcell {
	color: #FFFFFF
}

.navlinks {
	color : #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
}

a.navlinks {
	color : #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
    padding: 3px; }

a.navlinks:hover {
	color: #FFFFFF;
	text-decoration: underline; }

.navcell2 {
	color: #999999;
}

.navlinks2 {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
    text-decoration: none; }

a.navlinks2 {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    padding: 0px; }

a.navlinks2:hover {
	color: #999999;
	text-decoration: underline; }

.vertical-links {
    color: #666666;
	font-weight : bold;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
    line-height : 18px;
	max-height : 40px; }

.vertical-links:hover {
    color: #555555; }

a   {
    font-family: Arial, Helvetica, sans-serif;
    color: #156A8F;
	text-decoration : none; }

a:hover { 
	color: #156A8F;
	text-decoration : underline;
	}

.printlink {
    font-family: Arial, Helvetica, sans-serif;
    color : #999999;
    font-size : 8pt; }

a.printlink {
    font-family: Arial, Helvetica, sans-serif;
    color : #999999;
    font-size : 8pt;
	text-decoration : none; }

a.printlink:hover {
    font-family: Arial, Helvetica, sans-serif;
    color : #999999;
    font-size : 8pt;
	text-decoration : underline; }

.system {
	color : #000000;
    font-size : 10pt;
   	font-family: Arial, Helvetica, sans-serif; }

.syssmall {
	font-size : 8pt;
   	font-family: Arial, Helvetica, sans-serif;
   	color : #000000; }

.bodysmall {
	font-size : 8pt;
    color : #999999;
   	font-family: Arial, Helvetica, sans-serif; }

.bodysmallgrey {
	font-size: 8pt;
   	font-family: Arial, Helvetica, sans-serif;
   	color: #999999; }

table { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt; }
	
.GalleryPopupTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size : 11pt;
    font-weight: bold; 
    color : #555555; }

.GalleryPopupDescription {
    font-family: Arial, Helvetica, sans-serif;
    font-size : 10pt;
	color : #555555; }

.GalleryPopupDetails {
    font-family: Arial, Helvetica, sans-serif;
    font-size : 10pt;
	color : #555555; }

.GalleryExplainText {
    font-family: Arial, Helvetica, sans-serif;
    font-size : 10pt;
	color : #555555; }

.GalleryThumbnailTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size : 10pt;
    font-weight: bold;
	color : #555555; }

.GalleryThumbnailDescription {
    font-family: Arial, Helvetica, sans-serif;
    font-size : 10pt;
	color : #555555; }

.GalleryHeadline {
    font-family: Arial, Helvetica, sans-serif;
    font-size : 18px;
	font-weight: bold;
	color : #969B3C; }

.GalleryIntro {
   font-family: Arial, Helvetica, sans-serif;
    font-size : 10pt;
	color : #000000; }

.GalleryEditorLink {
    font-family: Arial, Helvetica, sans-serif;
    font-size : 10pt;
	color : #000000; }

.GalleryNavigation {
    font-family: Arial, Helvetica, sans-serif;
    font-size : 20pt;
	color : #969B3C; }

.GalleryTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size : 10pt;
    font-weight: bold;
	color : #969B3C; }

.GalleryDescription {
    font-family: Arial, Helvetica, sans-serif;
    font-size : 10pt;
	color : #555555; }

.GalleryNoPhotos {
    font-family: Arial, Helvetica, sans-serif;
    font-size : 10pt;
	color : #000000; }

.GalleryInactive {
    font-family: Arial, Helvetica, sans-serif;
    font-size : 10pt;
	color : #000000; }	

a.forum:link {
        color : #000000;
        text-decoration : underline;
        font-size: 10pt; }

a.forum:visited {
        color : #000000;
        text-decoration : underline;
        font-size: 10pt; }

a.forum:hover {
        color : #000000;
        text-decoration : none;
        font-size: 10pt; }

a.forum:active {
        text-decoration : underline;
        color : #0a5593;
        font-size: 10pt; }

.forum_title {
    font-family: Arial, Helvetica, sans-serif;
    color: #273872;
    font-size: 18px;
    font-weight: bold; }

.forum_intro {
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 11pt;
}

.forum_table {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt; }

.forum_td {
     font-family: Arial, Helvetica, sans-serif;
     color:#666666;
     background-color:#ffffff; }

.flat {
     background-color:#CCCCCC; }

.table_header {
     background-color:#273872;
     color:#ffffff; 
	 font-family: Arial, Helvetica, sans-serif;
     font-size: 10pt; }

.latest_post {
     font-family: Arial, Helvetica, sans-serif;
     font-size:8pt;
     color:#000000; }

.latest_post_link {
      background-color:#ff9966;
      color:#000000;
      font-size:9pt;
      font-family:arial;
      border: solid 1px #000000;
      text-decoration:none; }

.new {
      font-family: Arial, Helvetica, sans-serif;
      font-size:7pt;
      color:#ff0000;
      font-weight:bold; }

.notnew {
      font-family:verdana;
      font-size:7pt;
      color:#555555; }

.message {
      border-bottom:solid 1px #000000;
      background-color:#CCCCCC;
      font-size : 10pt }

.highlight {
      background-color:#CCCCCC; }

.quote {
      padding:5px;
      border:solid 1px #000000;
      background-color:#e6e6e6;
      color:#000000; }

.pollquestion {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

/* CUSTOM CSS */

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: url(../../../images/GradientTop_Blue/ACC31c_Bckgd.png);
	background-repeat: repeat-x;
}

wrapper {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border: 0px;
	position: relative;
}

/* Header */

#headerWrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border: 0px;
	position: relative;
}

#header {
	height: 103px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border: 0px;
	position: relative;
	background-image: url(../../../images/GradientTop_Blue/ACC31c_headerBckgd.png);
}

/* SDA logo */

/* #sdaLogo {
	background-image: url(../../../images/GradientTop_Blue/ACC31_SDALogo.png);
	background-repeat: no-repeat;
	height: 84px;
	width: 96px;
	left: 17px;
	top: 8px;
	position: absolute;
} */

#sdaLogo {
	background-image: url(../../../site/1/images/BOL_LogJW_small5.gif);
	background-repeat: no-repeat;
	height: 125px;
	width: 173px;
	left: 17px;
	top: 0px;
	position: absolute;
}

#topBar {
	height: 30px;
	width: 425px;
	padding: 0px;
	border: 0px;
	margin: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	background-color: #FFFFFF;
}

#topBarLinks {
	width: 242px;
	padding: 0px;
	border: 0px;
	margin: 0px;
	position: absolute;
	right: 166px;
	top: 9px;
	text-align: center;
	color: #2C2C2C;
	font-size: 12px;
	z-index: 1;
}

#topBarLinks a {
	text-align: center;
	color: #2C2C2C;
	font-weight: normal;
	text-decoration: none;
}

#topBarLinks a:hover {
	text-align: center;
	color: #2C2C2C;
	text-decoration: underline;
}

/* Search */

#search {
	text-align: left;
	height: 22px;
	width: 143px;
	position: absolute;
	top: 4px;
	right: 6px;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(../../../images/GradientTop_Blue/ACC31_searchBckgd.png);
	background-repeat: no-repeat;
	z-index: 1;
}

.search_field {
	width: 110px;
	height: 12px;
	color: #818181;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	border: 0px;
	font-size: 12px;
}

.clear {
  clear: both;
}

/* Site Name/Address/Logo Home */

#sitenameWrapper {
	position: absolute;
	width: 840px;
	left: 165px;
	/* left: 107px;JJJW */
	top: 32px;
	text-align: left;
	z-index: 2;
}

/* Main nav */

#mainNavWrapper {
	background-color: #156A8F;
	width: 100%;
	padding: 0px;
	border: 0px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#mainNav {
	width: 930px;
	*width: 950px;
	text-align: center;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* Navigation */

.navigation {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

.navigation ul {
	color : #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 0px;
	border: 0px;
	padding: 0px;
	text-transform: uppercase;
}

.navigation li {
	list-style: none;
	display: inline;
	color : #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	text-transform: uppercase; }
	
.navigation li a {
	color : #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style: none;
	display: inline;
	margin: 0px;
	border: 0px;
	padding-right: 10px;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
	text-decoration: none;
	text-transform: uppercase; }

.navigation li a:hover {
	color: #FFFFFF;
	text-decoration: underline; }
	

li.navigation_separator {
	/* display: none; */
}

/* Child/Sibling articles nav */

.childpages, .siblingpages {
	width: 190px;
	padding: 0px;
	border: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
} 

.childpages ul, .siblingpages ul {
	padding: 0px;
	border: 0px;
	margin: 0px;
} 

.childpages li, .siblingpages li {
	display: block;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	border: 0px;
} 

.childpages li a, .siblingpages li a {
	width: 190px;
	display: block;
	float: left;
	clear: left;
	color: #262626;
    padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;	
	text-decoration: none;
	border: 0px;
	margin: 0px;
}

.childpages li a:hover, .siblingpages li a:hover {
	text-decoration: underline;
	color: #262626;
	margin: 0px;
}

li.childpages_current a, li.siblingpages_current a {
	text-decoration: underline;
	color: #262626;
	margin: 0px;
}

/* Feature area */

#featureArea {
	width: 920px;
	*width: 950px;
	height: 300px;
	*height: 330px;
	padding: 15px;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 0px;
	background-color: #092762;
}

#featureArea #Image {
	width: 500px;
	height: 300px;
	padding: 0px;
	border: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#featureArea #Text {
	width: 400px;
	height: 300px;
	padding: 0px;
	border: 0px;
	float: left;
	margin: 0px;
	text-align: left;
	color: #FFFFFF;
        background-image: url(../../../site/1/template/Gradiant.jpg);
        background-repeat: repeat-y;
}

/* Feature buttons */

#featureBtnWrapper {
	width: 670px;
	height: 73px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: 0px;
	position: relative;
}

#featureBtn1 {
	width: 213px;
	height: 73px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#featureBtn1Text {
	width: 213px;
	height: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0px;
	text-align: right;	
    font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif"; 
    color: #FFFFFF;
    font-size: 18px;
	font-weight: bold;
	position: absolute;
	bottom: -1px;
	left: 0px;
}

#featureBtn2 {
	width: 223px;
	height: 73px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0px;
	position: absolute;
	top: 0px;
	left: 228px;
}

#featureBtn2Text {
	width: 223px;
	height: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0px;
	text-align: right;	
    font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif"; 
    color: #FFFFFF;
    font-size: 18px;
	font-weight: bold;
	position: absolute;
	bottom: -1px;
	left: 228px;
}

#featureBtn3 {
	width: 204px;
	height: 73px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0px;
	position: absolute;
	top: 0px;
	left: 466px;
}

#featureBtn3Text {
	width: 204px;
	height: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0px;
	text-align: right;	
    font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif"; 
    color: #FFFFFF;
    font-size: 18px;
	font-weight: bold;
	position: absolute;
	bottom: -1px;
	left: 466px;
}

/* Main content wrappers */

#mainContentMainWrapper {
	width: 920px;
	*width: 950px;
	border: 0px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 7px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	overflow:hidden;
}

#mainWrapperHomeRightColBckgd {
	width: 920px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-image: url(../../../images/GradientTop_Blue/ACC31c_homeRightCol_Bckgd.png);
	background-repeat: repeat-x;
	overflow: hidden;
	float: left;
}

#mainWrapperArticleRightColBckgd {
	width: 920px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #C8E0EA;
	overflow: hidden;
	float: left;
}

#mainWrapperLeftColBckgd {
	width: 920px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	position: relative;
	right: 235px; 
	float: left;
}

/* Main content left column */

#mainContentLeftCol {
	width: 670px;
	*width: 685px;
	border: 0px;
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	position: relative;
	left: 235px;
}

/* Main content right column */

#mainContentRightCol {
	width: 205px;
	*width: 235px;
	border: 0px;
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	padding: 15px;
	position: relative;
	left: 235px;
}


/* Main admin content */

#mainAdminContent {
	width: 920px;
	border: 0px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

/* Admin links */

#footerLinksWrapper {
	text-align: center;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #1D4697;
}

#footerLinks {
	text-align: center;
	width: 950px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
/* Feature Rotation */
/* Feature Rotation */
/* Feature Rotation */
/* Feature Rotation */
/* Feature Rotation */
/* Feature Rotation */
/* Feature Rotation */
/* Feature Rotation */
/* Feature Rotation */
/* Feature Rotation */
/* Feature Rotation */
/* Feature Rotation */
#featureSection { 
	display: block;
	height: 300px;
	background: #000;
	}		
		
	
#featureSection .column1 { width: 300px; }

#featureSection #slideShow { 
	width: 500px;
	height: 300px;
	position: relative;
	}
	
	#featureSection #slideShow #featureNav { 
		position: absolute;
		left: 20px;
		bottom: 20px;
		z-index: 999;
		}
		
	#featureSection #slideShow #featureNav a { 
		display: block;
		float: left;
		height: 24px;
		width: 24px;
		text-align: center;
		margin: 0 5px 0 0;
		font: 11px/24px "Lucida Sans", "Lucida Grande Unicode", Helvetica, sans-serif;
		color: #666;
		background: url(../../../featureNav.gif) no-repeat;
		}
		
	#featureSection #slideShow #featureNav a:hover { color: #333; background-position: 0 -24px; } 
	#featureSection #slideShow #featureNav a.activeSlide { color: #000; background-position: 0 -48px; } 
	
	#featureSection #slideShow .slideShowContainer { height: 300px; width: 500px; display: block; overflow: hidden; }


#featureSection .videoLink { 
	background: #000;
	padding: 3px;
	text-align: center;
	}
	
	#featureSection .videoLink a {
		color: #fff;
		text-decoration: underline;
		font-size: 11px;
		} 

	#featureSection .videoLink a:hover { color: #ddd; }
#featureNav a {
	border: 1px solid #ccc;
	background: #6FAFC9;
	text-decoration: none;
	margin: 0 5px;
	padding: 3px 5px;
	z-index: 10;
}
#featureNav a.activeSlide { 
	background: #9DDDF7 
}
#featureNav a:focus { 
	outline: none; 
}
.featureNav a {
	z-index: 10;
}
