html
{
    font-size:100%;
    margin:0;
    padding:0;
}

#nav_top
{
	width:100%;
}

body
{
	font-family: Verdana,Calibri,Helvetica,Sans-Serif;
	font-size:1.0em;
	background-color:#D7DDE1;
}
.bodyTitle
{
	color: #03233F;
	font-family: Verdana,Calibri,Helvetica,Sans-Serif;
	font-size: 20px;
}
.imageRight
{
	float:right;	
}
.SelectedTab
{
	color: white;
	font-family: Verdana,Calibri,Helvetica,Sans-Serif;
	font-size: 8.5pt;
	font-weight: bold;
	text-decoration: none;
}
.OtherTabs
{
	color: white;
	font-family: Verdana,Calibri,Helvetica,Sans-Serif;
	font-size: 8.5pt;
	font-weight: bold;
	text-decoration: none;
}
.Head
{
	color: #333333;
	font-family: Verdana,Calibri,Helvetica,Sans-Serif;
	font-size: 20px;
	font-weight: normal;
}
.SubHead
{
	color: #003366;
	font-family: Verdana,Calibri,Helvetica,Sans-Serif;
	font-size: 11px;
	font-weight: bold;
}
.SubSubHead
{
	color: black;
	font-family: Verdana,Calibri,Helvetica,Sans-Serif;
	font-size: 11px;
	font-weight: bold;
}
.Normal
{
	font-family: Verdana,Calibri,Helvetica,Sans-Serif;
	font-size: 11px;
	font-weight: normal;
}
.NormalTextBox
{
	font-family: Verdana,Calibri,Helvetica,Sans-Serif;
	font-size: 12px;
	font-weight: normal;
}
.NormalRed
{
	color: #FF0000;
	font-family: Verdana,Calibri,Helvetica,Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}
.NormalBold
{
	font-family: Verdana,Calibri,Helvetica,Sans-Serif;
	font-size: 11px;
	font-weight: bold;
}
.CommandButton
{
	font-family: Verdana,Calibri,Helvetica,Sans-Serif;
	font-size: 11px;
	font-weight: normal;
}

.latestNewsTable
{
	font-size:1em;
	border:0;
	text-align:justify;
}

.latestNewsTable .dateColumn
{
	width:72px;
}

.latestNewsTable .imgColumn img
{
	width:80px;
}

.latestNewsTable td
{
	padding:3px 3px 3px 3px;
}

.nsLatestBody
{
	
}

.nsLatestBody table
{
	font-size:1.0em;
	font-family:Verdana, Tahoma, Helvetica, Sans-Serif;
}

/************************************************************/
/* Snapsis Menu specific styles							    */
/************************************************************/

html{height:100%}
html>body #PortalBorder {height:auto}/*for mozilla */

.TabList 
{
    font-size:75%;
}

/* Admin dropdown positioning */
.adminHostList
{
    float:right;
	margin:9px 10px 0px 10px;
}

#snapsis_nav
{
	float:left;
    height:39px;
    font-weight:bold;
}

/* Main menu container */
#snapsis_nav ul
{
    padding:0;
    margin:0;
    list-style:none;
    float:left;    
    background: url(menubar.jpg) repeat-x;
}

#snapsis_nav ul:First-Child
{
    border-left:1px solid #3A4551;
}

/* Main menu items */
#snapsis_nav li
{
  position: relative;
  float:left;
  line-height:39px;
  width:8em;
  list-style: none;  
  font-size:1em;
  border-right:1px solid #3A4551;
}

/* First level links */
#snapsis_nav a 
{
	font-size:1em;
	font-weight:bold;
	display:block;
    text-decoration:none;
    text-align:center;      
    width:auto;
    height:39px;
    padding:0;
    color:#DDD;
    background-color:Transparent;
}

/* First level menu links-hover */
#snapsis_nav li a:hover 
{
	background:transparent url(menubar_mo.jpg) repeat-x;
}

/* Second level menu container */
#snapsis_nav li ul 
{ 
	line-height:1.25em;
	position: absolute;
	left: -999em;
	height:auto;
	margin:20 0 0 0;		
    background:transparent;
	border:1px solid #303A44;		
}

/* Second level menu items */
#snapsis_nav li li
{
    margin:0;    
	width:13em;
	line-height:2.0em;
	height:auto;	
	background:transparent url(menubar_subitem.png) repeat;
}

/* Second level menu links */
#snapsis_nav li li a 
{
	width:13em;
	margin:0;
    padding:2px 0 2px 0;
    height:auto;        
    border-bottom:1px solid #555;	
    border-right:0px;
}

/* Second level menu links-hover */
#snapsis_nav li li a:hover 
{
    background:#6D7781;	
}

/* Third level menu container */
#snapsis_nav li li ul
{
	margin:0 0 0 1;	
}

#snapsis_nav .DisabledTab 
{
    color:#ccc;
}

/* no need to change these hover classes 
unless you need more than 4 levels */
#snapsis_nav li:hover ul ul,
#snapsis_nav li:hover ul ul ul,
#snapsis_nav li:hover ul ul ul ul,
#snapsis_nav li.iehover ul ul,
#snapsis_nav li.iehover ul ul ul,
#snapsis_nav li.iehover ul ul ul ul{
  left: -999em;
}

#snapsis_nav li:hover ul, 
#snapsis_nav li.iehover ul {
	top: 1.6em;
	left:0;
}
#snapsis_nav li li:hover ul,
#snapsis_nav li li li:hover ul,
#snapsis_nav li li.iehover ul,  
#snapsis_nav li li li.iehover ul {
	top: -1px;
	left:12.9em;
}
/************************************************************/
/* Content specific styles								    */
/************************************************************/

h1,h2,h3,h4,p,a:link,.bodytext,body,.announcements,.scripture
{
    font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; 
    color:#333;   
    font-size:1.0em;
}
h1
{
    font-size:2.0em; 
    margin-top:10px;
    letter-spacing:1px;
}
h2
{
    font-size:1.6em;   
    margin-top:0px;
    letter-spacing:1px;
}
h3 
{
    font-size:1.4em;     
    letter-spacing:1px;
    margin:0px 0px 14px 0px;
}
h4
{
    font-size:1.2em; 
    margin-top:0;
    letter-spacing:1px;
}
p
{
    text-align:justify;
    font-size:1.2em;
}
a:link
{
	color:#33F;
	text-decoration:underline;
}
a:hover, a:active
{
	color:#33F;
	text-decoration:none;
}
a:link, a:visited
{
	color:#33F;
	text-decoration:underline;
}
.features
{
    clear:both;
    margin-bottom:0;
}
.features img
{
    float:right;
	border:0;
    margin:0px -12px 0px 0px;    
	width:242px;
	height:192px;
}
.feature_img_left
{
	float:left;
	margin:0px 0px 0px -12px;   
}
.features p
{
    text-align:justify;
    font-size:1.1em;
}
.clear
{
    clear:both;
}

tfoot, thead
{
	color: #003366;
	font-family: Verdana,Calibri,Helvetica,Sans-Serif;
	font-size: 12px;
}
th
{
	color: #003366;
	font-family: Verdana,Calibri,Helvetica,Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align: baseline;
}
.ModuleTitle_MenuContainer
{
	border: 0 solid blue;
}
.ModuleTitle_MenuBar
{
	background-color: transparent;
	cursor: pointer;
	height: 16px;
}
.ModuleTitle_MenuItem
{
	background-color: transparent;
	border-color: white;
	border-style: solid;
	border-width: 1px 0;
	color: black;
	cursor: pointer;
	font-family: Verdana,Calibri,Helvetica,Sans-Serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
}
.ModuleTitle_MenuIcon
{
	background-color: #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	cursor: pointer;
	height: 21px;
	text-align: center;
	width: 15px;
}
.ModuleTitle_SubMenu
{
	background-color: #FFFFFF;
	border: 0 solid #FFFFFF;
	cursor: pointer;
	z-index: 1000;
}
.ModuleTitle_MenuBreak
{
	background-color: #EEEEEE;
	border-color: #EEEEEE;
	border-style: solid;
	border-width: 1px 0;
	height: 1px;
}
.ModuleTitle_MenuItemSel
{
	background-color: #C1D2EE;
	color: black;
	cursor: pointer;
	font-family: Verdana,Calibri,Helvetica,Sans-Serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
}
.ModuleTitle_MenuArrow
{
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 0 solid #FFFFFF;
	cursor: pointer;
	font-family: webdings;
	font-size: 10pt;
}
.ModuleTitle_RootMenuArrow
{
	cursor: pointer;
	font-family: webdings;
	font-size: 10pt;
}
.MainMenu_MenuContainer
{
	background: #03233F url(menubar.jpg) repeat-x scroll 0;
	border-color: #FF8080 #404040 #404040 #FF8080;
	border-style: solid;
	border-width: 0;
	height: 38px;
	width: 600px;
}
.MainMenu_MenuBar
{
	cursor: pointer;
	height: 16px;
}
.MainMenu_MenuItem
{
	border-color: #657687;
	border-style: solid;
	border-width: 1px 0;
	color: White;
	cursor: pointer;
	font-family: Verdana,Calibri,Helvetica,Sans-Serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
.MainMenu_MenuIcon
{
	background-color: #657687;
	border-bottom: 1px solid #657687;
	border-left: 1px solid #657687;
	border-top: 1px solid #657687;
	cursor: pointer;
	height: 21px;
	text-align: center;
	width: 15px;
}
.MainMenu_SubMenu
{
	background-color: #657687;
	border-color: #FF8080 #404040 #404040 #FF8080;
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	z-index: 1000;
}
.MainMenu_MenuBreak
{
	background-color: White;
	border-color: #FF8080 #404040 #404040 #FF8080;
	border-style: solid;
	border-width: 1px 0;
	height: 1px;
}
.MainMenu_MenuItemSel
{
	background: transparent none repeat scroll 0;
	color: #D7DDE1;
	cursor: pointer;
	font-family: Verdana,Calibri,Helvetica,Sans-Serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
.MainMenu_SubMenuItemSel
{
	background-color: #03233F;
	color: #D7DDE1;
	cursor: pointer;
	font-family: Verdana,Calibri,Helvetica,Sans-Serif;
	font-size: 10px;
	font-style: normal;
	text-align: center;
}
.MainMenu_MenuArrow
{
	border-bottom: 1px solid #657687;
	border-right: 1px solid #657687;
	border-top: 0 solid #657687;
	cursor: pointer;
	font-family: webdings;
	font-size: 10pt;
}
.MainMenu_RootMenuArrow
{
	cursor: pointer;
	font-family: webdings;
	font-size: 10pt;
}
.header
{
	color: #4F4039;
	font-weight: bold;
}
.copyright
{
	color: #B5976E;
	font-family: Verdana,Calibri,Helvetica,Sans-Serif;
	font-size: 9px;
	font-weight: normal;
	line-height: normal;
}
.background
{
	background-color: #D7DDE1;
}
.backgroundDark
{
	background-color: #D7DDE1;
}
.backgroundLight
{
	background-color: #B0BAC4;
}
.backgroundDarkest
{
	background: #03233F url(menubar.jpg) repeat-x scroll 0;
}
.color1
{
	background-color: #EDEFF1;
}
.color2
{
	background-color: #D7DDE1;
	padding-bottom: 12px;
}
.color3
{
	background-color: #B0BAC4;
}
.color4
{
	background-color: #657687;
	padding-bottom: 12px;
}
.color5
{
	background-color: #FFFFFF;
	padding-bottom: 12px;
}
.logo
{
	border: 1px solid #FF0000;
	margin: 0;
	padding: 0;
}
li
{
	color: #333333;
	font-family: Verdana,Calibri,Helvetica,Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	list-style-type: square;
}
.formField
{
	background-color: #CFCFB6;
	border: 1px inset #333333;
	color: #333333;
	font-family: Verdana,sans-serif;
	font-size: 9px;
	font-weight: normal;
	height: 15px;
	line-height: normal;
	padding-left: 5px;
}
.formButton
{
	background-color: #CFCFB6;
	border: 1px outset #333333;
	font-family: Verdana,sans-serif;
	font-size: 9px;
	line-height: normal;
	padding: 3px 5px 5px 3px;
	text-transform: uppercase;
}
.sideBar
{
	color: #333333;
	font-family: Verdana,Calibri,Helvetica,Sans-Serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
}
.sideBarTitle
{
	color: #03233F;
	font-family: Verdana,Calibri,Helvetica,Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
.topNav, .topNav:link, .topNav:visited
{
	color: #FFFFFF;
	font-family: Verdana,Calibri,Helvetica,Sans-Serif;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
}
.mainNav
{
	color: #FFFFFF;
	font-size: 1em;
}
.mainNavigationText, .mainNavigationText:visited
{
	color: #D7DDE1;
	font-family: Verdana,Calibri,Helvetica,Sans-Serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}
.mainNavigationText:hover, .mainNavigationText:active
{
	color: #FFFFFF;
	font-family: Verdana,Calibri,Helvetica,Sans-Serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}

.article
{
   margin-top:12px;
   margin-bottom:12px;
}

.articleHeadline h2
   {
	display:inline-block;
	line-height:1.0em;
	margin:2;
}
	
.articleHeadline, .announcementTitle
{
	background-color: #FBFFD1;
	border:1px dashed #555;
}

.articleCalendar 
{
	float:left;
	height:42px;
	margin-right:6px;
	width:42px;
}
	
.articleCalendarDay 
{
	color:#000000;
	font-family:Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size:17px;
	font-weight:bold;
	padding-top:15px;
	text-align:center;
	width:42px;
}

.articleCalendarIcon-01 
{
	background:transparent url(01.gif) repeat scroll 0 0;
}

.articleCalendarIcon-02
{
	background:transparent url(02.gif) repeat scroll 0 0;
}

.articleCalendarIcon-03
{
	background:transparent url(03.gif) repeat scroll 0 0;
}

.articleCalendarIcon-04
{
	background:transparent url(04.gif) repeat scroll 0 0;
}

.articleCalendarIcon-05 
{
	background:transparent url(05.gif) repeat scroll 0 0;
}

.articleCalendarIcon-06
{
	background:transparent url(06.gif) repeat scroll 0 0;
}

.articleCalendarIcon-07 
{
	background:transparent url(07.gif) repeat scroll 0 0;
}

.articleCalendarIcon-08 
{
	background:transparent url(08.gif) repeat scroll 0 0;
}

.articleCalendarIcon-09 
{
	background:transparent url(09.gif) repeat scroll 0 0;
}

.articleCalendarIcon-10 
{
	background:transparent url(10.gif) repeat scroll 0 0;
}

.articleCalendarIcon-11 
{
	background:transparent url(11.gif) repeat scroll 0 0;
}
.articleCalendarIcon-12
{
	background:transparent url(12.gif) repeat scroll 0 0;
}

