/* CSS Document */
body {
 background-image:url(images/image001.gif);
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #336699;
}
td, th {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
}


a:link {color: #336699; text-decoration:none;}
a:visited {color: #336699; text-decoration:none;}
a:hover {color: #c00000; text-decoration:underline;}
a:active {color: #4000c0; text-decoration:none;}


.title {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
 background-color: #99CC00; color: #003333;}

.subtitle {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
 color: #003300;}

.header {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 20px;
	background-color: #669900;
 color: #FFFF33;
}

.nav {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #CCFF99;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

.sidebar {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	padding: 3px;
	background-color: #FFFFFF;
 color: #003333;
}

.sidebarHeader {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #003300;
	background-color: #FFFF66;
}

.sidebarFooter {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFF99;
 font-style: italic;
}

.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCFF99;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.box1 {
	border-width: thin;
	border-color: #99FF99 #003300 #003300 #99FF99;
 border-style: double;
 }

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #336699;
}

.dingbat {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
 color: #660000; font-weight: bolder; font-size: medium;
 }

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}


/*wrappers*/

#wrapper
{
margin:auto;
width:958px;
background:#FFFFFF;
}

#wrapperhead
{
width:958px;
height:214px;
background:#FFFFFF;
}

#title
{
float:left;
width:800px;
height:112px;
background:#FFFFFF;
}

#churches
{
float:left;
width:800px;
height:100px;
background:#FFFFFF;
}

#ordo
{
float:right;
width:158px;
height:212px;
font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-size: 13px;
line-height: 15px;
color:#FFFFFF;
background-image:url(images/bible06a.gif);
}

#wrapperbody1
{
width:958px;
height:auto;
background:#FFFFFF;
}

#wrappermenu
{
float:left;
width:143px;
font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-size: 12px;
line-height: 14px;
color: #336699;
background:#FFFFFF;
}

#wrappercenter
{
float:right;
width:814px;
background:#FFFFFF;
}

#contentcenter
{
float:left;
width:435px;
font-size: 13px;
line-height: 15px;
background:#FFFFFF;
}
#contentright
{
float:right;
width:375px;
font-size: 13px;
line-height: 15px;
background:#FFFFFF;
}
#contentcenter1
{
float:left;
width:656px;
font-size: 13px;
line-height: 15px;
}
#contentright1
{
float:right;
width:158px;
font-size: 13px;
line-height: 15px;
background:#FFFFFF;
}

#menu
{
width:144px;
}

.clear
 {
 clear:both;
 }  
.clearright
 {
 clear:right;
 }  
.clearleft
 {
 clear:left;
 }  

/*accordion*/

.glossymenu{
margin: 10px 0;
padding: 0;
width: 140px; /*width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: black url(images/glossyback.gif) repeat-x bottom left;
font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
text-align:left;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 0px;
right: 10px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(images/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid blue;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
text-align:left;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
color: white;
}
