
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* Global Styles */

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height:18px;
}

a:link{
color:#0066CC;
}
a:visited{
color:#65B9F5;
}
a:visited:after{
content:"\00A0\221A";
}
a:hover{
color:#99FF00;
background-color:#0066CC;
}
a:active{
color:#0066CC;
}
/*Override "checkmark" after images inside links*/
a.noCheck:after{
content:"";
}
a.noCheck{
text-decoration:none;
}

.subHeader{
font-size:12px;
font-weight:bold;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*Main Shell of the site*/

.mainShell {
	
}
.header {
	height:70px;
	background-color:#013365;
}
.footer {
	height:32px;
	background-color:#013365;
}
.lbar {
	background-color:#013365;
	background-image:url(../images/common/lbar.jpg);
	background-repeat:repeat-y;
}
.rbar {
	background-color:#013365;
	background-image:url(../images/common/rbar.jpg);
	background-repeat:repeat-y;
}
.middle {

}


/*Main Content Cells*/
.topImage {

}
.nav {
background-color:#EDEDED;
}
.content{
padding:10px 10px 10px 10px;
}
.contentSide{

}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*Info Box(with Location and Times)*/
.infoBox{
}
.infoContent{
padding: 5px 5px 5px 5px;
}
.shadowLeft{
background:url(../images/common/shadowleft.jpg) repeat-y top; 
}
.shadowRight{
background:url(../images/common/shadowright.jpg) repeat-y top;
}
.shadowBottom{
background:url(../images/common/shadowbottom.jpg) repeat-x top;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*Box (used on homepage and throughout site*/

.boxContent{ padding:5px 5px 5px 5px;}
.boxTL{ background:url(../images/common/boxtl.jpg) no-repeat bottom right}
.boxT{ background:url(../images/common/boxt.jpg) repeat-x bottom}
.boxTR{ background:url(../images/common/boxtr.jpg) no-repeat bottom left}
.boxL{ background:url(../images/common/boxl.jpg) repeat-y right}
.boxR{ background:url(../images/common/boxr.jpg) repeat-y left}
.boxBL{ background:url(../images/common/boxbl.jpg) no-repeat top right}
.boxB{ background:url(../images/common/boxb.jpg) repeat-x top}
.boxBR{ background:url(../images/common/boxbr.jpg) no-repeat top left}
.box h1{
font:20px;
line-height:20px;
}

/*for Button 1 use*/
.boxContent div.button1{
background:#FF00FF;
font-weight:bold;
font-size:11px;
}
.boxContent div:hover.button1{
background:#FF99FF;
}
.boxContent div.button1 a{
padding:3px 3px 3px 3px;
}
.boxContent div.button1 a:link{
color:#FFFFFF;
}
.boxContent div.button1 a:visited{
color:#FFFFFF;
}
.boxContent div.button1 a:hover{
color:#FF00FF;
background:none;
}
.boxContent div.button1 a:active{
color:#FFFFFF;
}

/*for Button 2 use*/
.boxContent div.button2{
background: #006699;
font-weight:bold;
font-size:11px;
}
.boxContent div:hover.button2{
background:#99CCFF;
}
.boxContent div.button2 a{
padding:3px 3px 3px 3px;
}
.boxContent div.button2 a:link{
color:#FFFFFF;
}
.boxContent div.button2 a:visited{
color:#FFFFFF;
}
.boxContent div.button2 a:hover{
color:#006699;
background:none;
}
.boxContent div.button2 a:active{
color:#FFFFFF;
}

/*for Button 3 use*/
.boxContent div.button3{
background:#006600;
font-weight:bold;
font-size:11px;
}
.boxContent div:hover.button3{
background:#99FF66;
}
.boxContent div.button3 a{
padding:3px 3px 3px 3px;
}
.boxContent div.button3 a:link{
color:#FFFFFF;
}
.boxContent div.button3 a:visited{
color:#FFFFFF;
}
.boxContent div.button3 a:hover{
color:#006600;
background:none;
}
.boxContent div.button3 a:active{
color:#FFFFFF;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*Bios for Minsistries*/
.bio{
background-color:#F3F3F3;
padding: 3px 3px 3px 3px;
}
.bioHead{
background-color:#7AE7FF;
padding: 3px 3px 3px 3px;
}
.bioContent{}
.bioQuestions{
font-weight:bold;
border-top:thin #999999 solid;
}
.bioAnswers{
background-color:#FFFFFF;
border-top:thin #999999 solid;
padding-left:3px;
}

