@charset "utf-8";
/* Pritchard Memorial Baptist Church */
img {
	border:none;
}
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #92A299;
	background-image: url(Images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
label {
	display:block;
	float:left;
	width:75px;
}
input {
	float:left;
	margin-right: 15px;
}
a:link {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #666666;
}
h1,h2,h3,h4,h5,h6,th {
	font-family: Georgia, Times New Roman, Times, serif;
	margin:0;
	padding:0;
}
h1 {
	font-size:24px;
}
h2,th {
	font-size:14px;
}
h3 {
	font-size:12px;
}
h4 {
	font-size:11px;
	margin-top: 5px;
}
th {
	text-align:left;
}
#shell {
	background:#FFFFFF;
	margin-top: 25px;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 25px;
	width:770px;
}
#head {
	text-align:right;
	padding: 20px;
}
#content {
	padding: 20px;
}
.answers {
	padding: 5px 0 20px 0;
	margin:0;
}
#foot {
	font-family:Arial, Helvetica, sans-serif;
	background:#BBBBBB;
	border-top: 2px solid #353F5B;
	text-align:center;
	font-size:10px;
	text-transform:uppercase;
	padding:5px;
}
#foot a {
	text-decoration:none;
	margin-right: 15px;
}
#quote {
	float:left;
	border-left: 1px solid #666666;
	padding-left: 15px;
	width:475px;
}
.qpic {
	float:left;
	padding-right: 15px;
	text-align:center;
	font-style:italic;
}
#staffHR {
	height: 17px;
	padding-left:50px;
	padding-top: 3px;
	margin-bottom:15px;
	background:url(Images/StaffHR.jpg) left no-repeat #b9b9b9;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
}
.staffPhotos {
	width:215px;
	margin-left: 20px;
	float: left;
	padding-bottom: 15px;
}
.name {
	font-size:17px;
	color:#000000;
}
.title {
	font-style:italic;
}
#TWOcol1 {
	width:350px;
	float:left;
	padding-right: 5px;
	border-right: 1px solid #000000;
	margin-top: 15px;
	margin-bottom: 25px;
}
#TWOcol2 {
	width: 350px;
	padding-left: 15px;
	float:left;
	margin-top: 15px;
	margin-bottom: 25px;
}
#TWOcol1 p, #TWOcol2 p {
	padding-left: 15px;
	padding-right: 15px;
}
#conCol1, #conCol2 {
	width: 200px;
	float: left;
	font-size: 14px;
}
#conCol1 {
	font-weight:bold;
}
#conCol2 {
	font-style:italic;
}
#photos {
	width:100%;
	height:600px;
}
/********************************* MENU SYSTEM ********************************************/
#menu {
	width:770px;
	height: 40px;
	border-top: 2px solid #353F5B;
	border-bottom: 2px solid #353F5B;
	font-family:Arial, Helvetica, sans-serif;
}
.menu {
	height:32px; 
	font-size:12px; 
	position:relative; 
	z-index:100;
}
	
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:100%;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;
	display:inline;
	text-transform:uppercase;
	font-weight:bold;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:12px;
	padding: 5px 0;
	text-decoration:none; 
	color:#666666;
	background:#CCCCCC;
	border-right: 2px solid #FFFFFF;
	height:30px;  
	line-height:30px;
	width: 120px;
	text-align:center;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#BBBBBB;
	}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#CCCCCC;
	}
.menu ul ul :hover > a.drop {
	background:#CCCCCC;
	}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#CCCCCC;
	}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#BBBBBB;
	}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:40px;
	left:-2px;
}
/* position the third level flyout menu */
.menu ul ul ul{left:162px; top:0px; width:200px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-140px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#CCCCCC; 
	color:#666666; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:140px;
	border: 2px solid #353F5B;
	border-width:2px 2px 0px 2px;
	text-transform: none;
	font-weight: normal;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#FFFFFF; 
	background:#BBBBBB;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#FFFFFF;
	background:#BBBBBB;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible;}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

