/*  CSS Document  */

/*  Begin positioned elements  */

body {
  background-image:url(/images/bg.jpg);
  background-repeat:repeat;
  behavior: url(/csshover.htc); /* WinIE behavior call */
  font-family:Arial, Helvetica, sans-serif;
  margin-top:14px;
}

.container {
	margin-left:auto;
	margin-right:auto;
	width:935px;
	border-bottom:solid 1px #000;
}

.banner {
	background-image:url(/images/header_new.png);
	height:150px;
}

.topnav {
  font-size:13px;
  text-align:center;
  height:27px;
  background-color:#f1f1f1;
  border:1px solid #000;
}

.leftmenu {
	background-repeat:no-repeat;
	background-color:#A4BFEA;
	background-position:bottom;
	border-right:solid 1px #000;
	border-left:solid 1px #000;
	width:185px;
	vertical-align:top;
}

.header {
	height:151px;
	vertical-align:top;
	border-bottom:solid 1px #000;
	background-color: #A4BFEA;
	background-image: url(/images/home_header.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.content {
	width:745px;
	vertical-align:top;
	background-color:#efefef;
	border-right:solid 1px #000;
}


/*  Begin styled elements  */


.header h1 {
  font-size:18px;
  padding:20px 20px 10px 150px !important;
  margin:0px !important;
  color:#00093D !important;
}

.header p {
  font-size:13px;
  color:#00093D !important;
  margin:0px 20px 0px 150px !important;
}

.leftmenu p {
  text-align:center;
  margin:0px;
  padding:0px 0px 3px 0px;
  font-size:13px;
}

.leftmenu h1 {
  font-size:16px;
  color:#000;
  text-align:center;
  margin:12px 0px 10px 0px;
  padding:0px;
  text-decoration:underline;
}

.leftmenu ul {
  list-style:none;
  margin:0px;
  padding-left:10px;
  font-size:13px;
}

.leftmenu li {
  line-height:25px;
}

.content h1 {
  margin:14px 20px 10px 20px;
  padding:0px;
  font-size:18px;
  color:#00093d;
}

.content h2 {
  margin:14px 20px 10px 20px;
  padding:0px;
  font-size:14px;
  color:#00093d;
}

.content p {
  margin:6px 20px 10px 20px;
  padding:0px;
  font-size:13px;
  color:#00093d;
}

.content ul {
  margin:0px;
  padding:6px 20px 10px 60px;
  font-size:13px;
  color:#00093d;
}

.content hr {
  margin:12px 20px 10px 20px;
  border:1px solid #000;
}

.table {
  margin:0px 20px 0px 20px;
  font-size:13px;
  padding:0px;
}

.styled_table {
  margin:10px 20px 0px 20px;
  background-color:#FFFFFF;
  border-left:solid 1px #A2542E;
  border-right:solid 1px #A2542E;
  font-size:13px;
  padding:0px;
  border-collapse:collapse;
  width:568px;
}

.styled_table th {
  background-color:#A2542E;
  color:#fff;
  padding:6px 0px 6px 0px;
  font-size:14px;
  text-align:left;
}

.styled_table td {
  border-bottom:solid 1px #A2542E;
}

.styled_table img {
  padding:6px;
}

table.admin_table th, td {
	font-size: 12px;
}

.prayer_board {
  background-image:url(/images/prayer_bg.gif);
  margin:30px 70px 0px 70px;
  border:solid 1px #000;
  font-weight:bold;
}

.prayer_board p {
  color:#000;
}

.footnote {
  font-size:12px;
  text-align:center;
  padding-top:4px;
  margin:0px 100px 0px 100px;
  color:#000;
  font-style:italic;
}

.footer p {
  padding:0px;
  font-weight:bold;
  margin-top:4px;
  color:#ccc;
  font-size:12px;
  text-align:center;
}

.right_pic {
  float:right;
  padding:20px;
  font-size:12px;
  color:#1d1d1d;
  text-align:left;
  font-weight:bold;
}

.left_pic {
  float:left;
  padding:20px;
  font-size:12px;
  color:#1d1d1d;
  text-align:left;
  font-weight:bold;
}

img {
    border:none;
    display:block;
}


/*  Begin link styles  */


a {
  color:#2c23ef;
  font-weight:bold;
  text-decoration:underline;
}

a:visted {
  color:#2c23ef;
  font-weight:bold;
  text-decoration:underline;
}

a:hover {
  color:#000;
  font-weight:bold;
  text-decoration:underline;
}

.leftmenu a {
  color:#000;
  font-weight:bold;
  text-decoration:none;
}

.leftmenu a:visted {
  color:#000;
  font-weight:bold;
  text-decoration:none;
}

.leftmenu a:hover {
  color:#133884;
  font-weight:bold;
  text-decoration:underline;
}

.footer a {
  color:#e7e6e6;
  font-weight:bold;
  text-decoration:underline;
}

.footer a:visted {
  color:#ccc;
  font-weight:bold;
  text-decoration:underline;
}

.footer a:hover {
  color:#fff;
  font-weight:bold;
  text-decoration:underline;
}


/*  Hover menus  */

div#nav ul {
  padding:0px;
  margin:0px;
  list-style: none;
  margin:0px 0px 0px 74px;
}

div#nav a {
  color: #000; 
  font-size: 12px; 
  display: block;
  font-weight: bold;
  text-decoration:none;
  padding:7px 12px 5px 12px;
}

div#nav a:hover {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  background-color:#4E6A75;
}

div#nav li:hover {
  background-color:#4E6A75;
}

div#nav li li {
  display: block; 
  float: none;
  background-color: #4E6A75; 	
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  text-align:left;
  padding:6px 6px 6px 12px;
}

div#nav li li:hover {
    background-color: #80B0D6;
}

div#nav li li a {
    font-weight: bold;
    border:none;
    margin:0px;
    padding:0px;
    color:#fff;
}

div#nav li li a:hover {
  background-color:#80B0D6;
}

div#nav li { /* all list items */
    cursor: default; 
    float: left;
    padding:0px;
}

div#nav li ul { /* second-level lists */
    background-color: #377c2b;
    position: absolute;
    left: -999em;
    margin:0px;
    padding:0px;
}

/* third-and-above-level lists */
div#nav li ul ul {
    position: absolute;
    margin:-1.3em 0em 0em 9em;
    border-top:solid 1px #000;
    border-left:solid 1px #000;
}

div#nav li:hover ul ul, #nav li.sfhover ul ul {
    left: -999em;
}

div#nav li:hover ul, div#nav li li:hover ul, div#nav li.sfhover ul, div#nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#itemone {width: 77px; background-color: #377c2b; padding: 3px; text-align: center;}
#itemtwo {width: 107px; background-color: #377c2b; padding: 3px; text-align: center;}
#itemthree {width: 125px; background-color: #377c2b; padding: 3px; text-align: center;}
#itemfour {width: 135px; background-color: #377c2b; padding: 3px; text-align: center;}
#itemfive {width: 160px; background-color: #377c2b; padding: 3px; text-align: center;}
#itemsix {width: 180px; background-color: #377c2b; padding: 3px; text-align: center;}
#itemseven {width: 180px; background-color: #377c2b; padding: 3px; text-align: center;}


/*  Begin pop up window styling  */


.balloon {
margin:3px 0px 0px 8px;
padding:0px;
}

.balloon ul {
padding:0; 
margin:0;
border:0;
list-style-type: none;
}

.balloon ul li {
/* float:left;  */
margin:0px;
}

.balloon ul li a, .balloon ul li a:visited {
display:block;
text-decoration:none; 
color:#000; 
color:#000;
}

.balloon ul li dl {
visibility:hidden;
position:absolute;
top:-45px;
left:100px;
}

.balloon table {
    margin:-2px;
    border:0;
    padding:0;
    border-collapse:collapse;
    font-size:1em;
}

.balloon dl {
    width:220px;
    padding:0px; 
    height:auto;
    background-color:#fff;
}

/* header in balloon */
.balloon dt {
    margin:0;
    padding:5px;
    font-size:1.4em;
    font-weight:bold;
    color: #000;
    text-align:center;
    background-color:#fff;
    border-left:solid 1px #000;
    border-right:solid 1px #000;
    border-top:solid 1px #000;
}

.balloon dd {
    margin:0;
    padding:5px 15px;
    color:#000;
    font-size:1em;
    border:1px solid #000;
}

.balloon dd p {
    padding:0;
    margin:6px 0;
    line-height:1.5em;
    font-size:11px;
}

/* specific to non IE browsers and IE7 first with IE5.5 and IE6 second */
.balloon ul li:hover,
.balloon ul li a:hover {
color:#000; 
position:relative;
cursor: pointer;
cursor:hand;
}

/* where the box appears */
.balloon ul li:hover dl,
.balloon ul li a:hover dl {
    visibility:visible;
    color:#000;
    top:-95px;
    left:70px;
}

.balloon ul li:hover dl a,
.balloon ul li a:hover dl a {
    height:0.8em;
    color:#606;
    background:transparent;
    text-decoration:none;
    display:inline;
}

.balloon ul li:hover dl a:hover,
.balloon ul li a:hover dl a:hover {
    text-decoration:none;
    background:transparent;
}

/* don't change */
.balloon ul li:hover dl em,
.balloon ul li a:hover dl em {
    display:block;
    position:absolute;
    left:-35px;
    top:75px;
    width:36px; 
    height:36px;
}

