body {
	padding:0 0 20px 0;
	font-family:Lucida Sans, arial, helvetica;
	font-size:10pt;
	margin:0 0 20px 0;
	color:#777;
	height:110%;
    background-color: #fff;
}

strong {
    color: #555;
}

a {
	text-decoration:none;
	color:#ff6c00;
}
a img{
 	border:0px none #fff;
	
 }

h1, h2, h3{
	
	font-weight:normal;
	font-size:1.3em;
	font-style:italic;
	margin: 0 0 10px 0;
}

h2,  #content h3{
	font-style:normal;
	text-transform:capitalize;
	font-size: 1em;
	margin:10px 0 0px 0;
	font-weight:bold;
}
.pageMainLink, h1{
	font-family:Bookman Old Style, Times New Roman, Roman, arial, Helvetica;
	color:#555;
}


.logo{
	width:947px;
	height:313px;
	
}

#logo{
	background:URL("../images/logo.jpg");
}

#logo_resources{
	background:URL("../images/logo_resources.jpg");
}

#logo_ministries{
	background:URL("../images/logo_ministries.jpg");
}

#logo_calendar{
	background:URL("../images/logo_calendar.jpg");
}

#logo_missions{
	background:URL("../images/logo_missions.jpg");
}

#menu{
	height: 37px;
    width: 948px;
	background:URL("../images/menuFull.png") no-repeat 0px -37px;
    /* margin: 6px 10px 0px 10px; */
    margin: 0px;
    padding: 0px;
    left: -1px;
    position: relative;
}

#menu li {
    margin: 0px; padding: 0px; list-style: none;
    position: absolute; top: 0px;
}

#menu li, #menu a {
    height: 37px;
    display: block;
    color: none;
    text-indent: -9000px;
}

#menuHome { left: 10px; width: 128px; }
#menuMinistries { left: 157px; width: 115px; }
#menuCalendar { left: 348px; width: 175px; }
#menuResources { left: 572px; width: 116px; }
#menuMissions { left: 759px; width: 133px; }

#menuHome a.here { background: transparent url(../images/menuFull.png) -10px 0px no-repeat; }
#menuMinistries a.here { background: transparent url(../images/menuFull.png) -157px 0px no-repeat; }
#menuCalendar a.here { background: transparent url(../images/menuFull.png) -348px 0px no-repeat; }
#menuResources a.here { background: transparent url(../images/menuFull.png) -572px 0px no-repeat; }
#menuMissions a.here { background: transparent url(../images/menuFull.png) -759px 0px no-repeat; }

#menuHome a:hover { background: transparent url(../images/menuFull.png) -10px -111px no-repeat; }
#menuMinistries a:hover { background: transparent url(../images/menuFull.png) -157px -111px no-repeat; }
#menuCalendar a:hover { background: transparent url(../images/menuFull.png) -348px -111px no-repeat; }
#menuResources a:hover { background: transparent url(../images/menuFull.png) -572px -111px no-repeat; }
#menuMissions a:hover { background: transparent url(../images/menuFull.png) -759px -111px no-repeat; }


#leftBar{
	padding:8px;
	position:absolute;
	width: 230px;
}

.leftItem{
	border-top:1px dotted #ccc;
	padding: 7px 7px 0 7px;
	clear:both;
	overflow:auto;
}

.leftItem img{
	float:left;
	margin: 0 3px 7px 0;
}

.leftItem div{
	float:right;
	width:125px;
	margin: 0 0 7px 0;
}

.leftItem div a{
	display:block;
	color:#999;
	font-size:0.9em;
	padding: 0 0 0 15px;
	background:URL("../images/link_arrowsm.gif") 0 2px no-repeat;

}

.leftItem div a:hover{
	color:#ff6c00;
	text-decoration:underline;
}

.leftItem div h3{
	color: #777 !important;
	text-decoration: none;
	font-size:0.9em;
	font-style:normal;
	margin:0 0 5px 0;;
	padding:0;
}




#content{
	border:1px solid #fff;
	margin: -1px 0 50px 0;
	width:467px;
	left:255px;
	padding:10px;
	position:relative;
	line-height:1.2em;
	text-align:justify;
}




#rightBar{
	left:750px;
	position:absolute;
	top:0;
	border:0px solid #000;
	width:190px;
	
}

#rightBar h1{
	/*background:#d5d5cd;*/
	padding:7px 10px 7px 10px;
	margin:0;
	font-weight:normal;;
	
}

.rightBarContent{
	/*background:#edede3;*/
	margin: 0;
	padding:10px;
	color:#999;
}



.rightBarContent h2, #content h3{
	text-transform:none;
	margin: 0;
	font-size:0.9em;
	color:#777;
}
.rightBarContent .info{
	font-size:0.9em;
}

.rightBarContent .hr{
	border-bottom: 1px dotted #000;
	margin:7px 0 7px 0;
}

a.staffLink {
	display:inline;
	padding:0;
}

a.staffLink:hover{
	text-decoration:underline;
	
}

table.hlalt tr {
    margin-top: 0.5ex;
    margin-bottom: 0.5ex;
}

table.hlalt tr.hi {
    background-color: #ddd;
}

table.schedule thead {
    font-weight: bold;
    color: black;
}

table.schedule, table.schedule tr, table.schedule td {
    border-top: thin solid #aaa;
    border-bottom: thin solid #aaa;
    border-collapse: collapse;
}

td.filled {
    background-color: #ccc;
    color: black;
    text-align: center;
}

