@charset "utf-8";
/* CSS Document */


/* LAYOUT AND DESIGN*/

html{
margin:0;
padding:0;

}

body {
	background:url(../images/bg.png);
	margin:0;
	padding:0;
}


#container {
	background:url(../images/bg.png);
	width:100%;
	margin:0;
	min-width:1090px;
}


/*TOP HEADER*/
#header{
	height: 105px;
	border-bottom:solid white 1px;
	width:960px;
/*	background:url(../images/headerBG.png);*/
}
#headerLeft{
	background-position: right;
	background: url(../images/logo.png);
	background-repeat:no-repeat;
	min-width: 450px;
	width:200px;
	height: 105px;
	float:left;
}

#headerRight{
	
	background: url(../images/steeple.png) no-repeat;
	background-position:left;
	width:320px;
	height: 105px;
	float: right;
	min-width:320px;

}




/*LEFT SIDE*/




#leftBar{
	margin-top:20px;
	height: 250px;
	width: 225px;
	float:left;
	padding:0;
	margin-left:-4px;
	
	
	
}
#leftBarContact{
	margin-top:22px;
	padding-top:70px;
	height: 250px;
	width: 225px;
	background:url(../images/contactBG.png) no-repeat;
	float:left;
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}





/*MIDDLE */

#flash{
padding:0;
width:650px;
height:400px;
background: url(../images/campuses.png) no-repeat;
float:left;
margin-left:0px;
margin-top:-10px;

}

#contentWrapper {
padding:0;
width:650px;
max-width:650px;
float:left;
margin-top:-2px;
/*border:solid black 1px;*/
}
#contentTop {
padding:0;
width:650px;
height:35px;
background: url(../images/contentTop.png);
margin-left:0px;
margin-top:10px;
/*border:solid black 1px;*/
}
#content {
width:650px;
padding-left:25px;
background:url(../images/content.png) repeat-y;
margin-top:-2px;
min-height:100px;
float:left;
}
#contentBottom {
padding:0;
width:650px;
height:35px;
background: url(../images/contentBottom.png);
margin-top:-2px;
clear:both;
/*border:solid black 1px;*/
}

/*the flash itself*/


#flashHolder{
margin-top:8px;
margin-left:-14px;


}

/*RIGHT SIDE*/
#right{
width:205px;
height:250px;
margin-left:-10px;
float:left;
text-align:left;

}
#footer{
border-top:1px solid white;
width:960px;
height:50px;
clear:both;
text-align:center;
color:white;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}












/*CONTENT FORMATING*/



img{
border:none;
}

/*link formating*/
a{
color:white;
}
a.media{
color:white;text-decoration:none; margin-top:-300px; 
}

/*paragraph formatting*/
p.contact{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
color:white;
margin:0;
padding-top:90px;
padding-right:60px;

}
p.contact2{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:white;
margin:0;
padding-right:50px;
}


/*header formatting (use these in the content section) */
h1{
color:white;
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
font-style:normal;
font-variant:normal;
margin:0px;



}
h2{color:white;
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:500;
padding-left:50px;
margin-bottom:0;
margin-top:3px;
padding-right:40px;

}

h2.childrens{color:white;
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:500;
text-indent:50px;
margin-bottom:0;
margin-top:3px;
}

h3{
margin:0;
color:white;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:500;
}


/*formats lists on certain pages*/
ul{ 
padding:0;
margin:0 0 0 0;
}

#headerRigh ul{ 
padding:0;
margin-top:10px;
}



ul.media a{
text-decoration:none;
font-size:14px;
}
ul.media{
list-style:none;
text-decoration:none;
color:white;


}

ul.images	{
margin-top:10px;
list-style:none;
text-decoration:none;
color:white;
display:inline-block;
}
ul.images li{
display:inline-block;

}
ul.images img	{
width:200px;
height:130px;
display:inline;



}
ul.cumns{
list-style:square;
text-decoration:none;
color:white;
margin-right:60px;
padding-left:15px;
}

li strong{
color:white;

}

/*formats the ecash image*/
img.ecash{
margin-left:180px;
}

/*formats the service times*/
#headerRight p.times {
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:0;
font-size:13px;

}

#headerRight h4 {

font-weight:400px;
margin:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:200;
font-size:14px
}
/*formats the meida links (podcasts, etc.)*/
#headerRight ul{
	margin:0;
	list-style:none;
	min-width:50px;
	margin-left:-100px;
	margin-top:10px;
}	
#headerRight{

color:white;
text-align:right;
font-family:Verdana, Arial, Helvetica, sans-serif;

}
#headerRight ul li{
	margin:0px;
	display:inline;
	color:white;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


/*RIGHT SIDE*/
	/* this formats the three images (contact, thithe, and prayers) */

#right ul{
list-style:none;
margin-top:30px;
padding:0;
}


#right ul li{
padding:0;
margin:0;
height:35px;
 
}


form {
color:white;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;

}

form p.extra{
font-size:10px;

}
