/*
St. Joseph's Episcopal Church
*/

body {
	margin: 0;
	padding: 0;
	top: 0;
	font-family: Franklin Gothic Book, Arial, sans-serif;
	background-color: #FFFFFF;
	}

a:link {         /* normal link unvisited */
	color: #993333;
	text-decoration: none;
	font-weight: bold;	
	}

a:visited {        /* normal link visited */
	color: #993333;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover {        /* normal link when moused over */
	color: #3366CC;
	text-decoration: underline;
	font-weight: bold;
	}
	
.centric {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}	

.test {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 24px;
}	

.banner {
border: 1px solid #ccc;
display: block;
position:relative;
}

.contact_num{
	text-align: right;
	float: right;
	font-weight: bold;
	position: relative;
}
	

/* ---( text )------------------------------- */

#bodytext p {
	margin: 0;
	font-family: Franklin Gothic Book, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333;
	padding: 5px 25px 5px 10px;
		}
		
.maintitle {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 32px;
	font-family:Franklin Gothic Book, Arial, sans-serif;
}

.mission {
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
	font-family: "Franklin Gothic Book";
	
}
		
.maintxt{
	padding-right: 70px;
	padding-left: 70px;
	font-size: 14px;
}

.maintxt2{
	padding-right: 40px;
	padding-left: 40px;
	font-size: 18px;
	font-family:Franklin Gothic Book, Arial, sans-serif;
}

.pics{
	float: left;
	margin-top: 15px;
	margin-right: 25px;
}

.pics2{
	float: left;
	margin-right: 25px;
}

/* ---( navigation - see suckerfish dropdowns at www.alistapart.com)------------------------------- */
		

ul { /* all lists */
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left:3px;
    }
    
#nav a { /* styles the buttons while "at rest" */
	background-color: #000000;
	color: #FFF;
	font-family: Franklin Gothic Book, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #ccc;
    }
    
#nav a:hover { /* styles the buttons while "active" (aka the mouse is over them) */
	text-decoration: none;
	background-color: #000000;
	color: #CC0033;
	}      

#nav li { /* position and size of the buttons */
	float: left;
	position: relative;
	width: 130px;
	text-align: center;
	cursor: default;
}

#nav li > ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

/* ---( left / right align)------------------------------- */

div.top{text-align:right;margin:1em 0;padding:0;padding-left: 100px;padding-right: 100px;}
div.top div{display:inline;white-space:nowrap}
div.top div.left{float:left; font-weight: bold;}
#content>div.top{display:table;width:100%}
#content>div.top div{display:table-cell}
#content>div.top div.left{float:none;text-align:left; font-weight: bold;}
#content>div.top div.right{text-align:right} 

