@charset "utf-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/graybar.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
a  {
	color: #336699;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
a:hover   {
	text-decoration: underline;
	color: #224466;
}
p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	margin: 0px;
	padding: 0px;
	line-height: 135%;
}
.bug {
	float: right;
	width: 150px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#twoColLeft table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

#rightMenubox {
	margin-bottom: 30px;
	margin-top: 10px;
}
.rightTextBox {
	padding: 10px;
}

#subHead {
	height: 24px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(../dropMenu/imgs/navbar-bckgrd.jpg);
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#header {
	height: 78px;
}
#subHead #navbar {
	float: right;
	margin-right: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 24px;
}

.bug h2 {
	margin-top: 0px;
	padding-top: 0px;
}

.floatingMugLeft {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.floatingMugRight {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #333333;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
hr {
	margin-top: 10px;
	margin-bottom: 5px;
}



#header  {
	width: 930px;
	padding: 0px;
	height: 78px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
} 


#container  {
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: -3;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	width: 900px;
	background-color: #f0f0e6;
} 

#photoContain {
	float: left;
	width: 105px;
	font-size: 0.9em;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-style: italic;
}
#shadow {
	width: 930px;
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/shadow_bg.gif);
	margin-top: 0px;
	padding: 0px;
	position: relative;
	margin-bottom: 0px;
}
#shadow_bottom {
	width: 930px;
}









#mainPhoto {
	height: 204px;
	width: 900px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -3px;
	margin-left: 0px;
	position: relative;
}
#mainNavContainer   {
	position: absolute;
	left: 250px;
	top: 80px;
	padding: 0px;
	margin: 0px;
	clear: both;
	width: 650px;
}
ul.mainNav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;


}
ul.mainNav li {
	float: left;


}

ul.mainNav a {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 5.5em;
	height: 22px;
	margin: 0px;
	padding: 0px;

}
ul.mainNav  a:hover {
	background-color: #336699;
	color: #FFFFFF;
	text-decoration: none;

}
#leftColumn  {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	clear: both;
}

#rightColumn  {
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
}



#footer  {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 128px;
	clear: both;
	width: 900px;
	margin: 0px;
	position: relative;
	padding: 0px;
} 
.footerMenu {
	clear: both;
	margin: 0px;
	position: relative;
	left: 5px;
	top: 5px;
	height: 25px;
	width: 875px;
	z-index: 1000;
}
ul.footerMenu    {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	clear: both;
}
ul.footerMenu li    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	float: left;
}
ul.footerMenu a   {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: .2em;
	padding-right: .9em;
	padding-bottom: .2em;
	padding-left: .9em;
	text-align: center;
	text-decoration: none;
	display: block;
}
ul.footerMenu            a:hover    {
	color: #FFFFFF;
	text-decoration: underline;

}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	top: 30px;
	line-height: 125%;
	position: relative;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.growDisciples  {
	float: right;
	margin-top: 24px;
}


#photoContain {
	float: left;
	width: 105px;
	font-size: 0.9em;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-style: italic;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
#table1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	display: inline;
}
#table1 .h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #336699;
	font-weight: bold;
	margin: 0px;
	display: block;
	padding-top: 15px;
}

#table1 a {
	text-decoration: none;
}
#table1 a:hover {
	text-decoration: underline;
}
#twoColLeft {
	margin-top: 20px;
	margin-right: 220px;
	margin-bottom: 20px;
	margin-left: 275px;
}
#oneCol {
	margin: 20px;
	background-color: #FFFFFF;
}
.list {
	font-size: 0.8em;
	color: #333333;
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
}

.item {
}
.item:hover {
	text-decoration: underline;
}a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.horizontalRule {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 15px;
	margin-top: 0px;
}
.plainList {
	list-style-type: none;
	font-size: 1.2em;
}
.clearfloat {
	clear: both;
}
#fullCol {
	width: 640px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 30px;
}
.caption {
	font-size: 0.8em;
}

.leftColBox {
	background-color: #FFFFFF;
	float: left;
	width: 200px;
	border: 1px dotted #666666;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 15px;
	clear: left;
}
.h2rule {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

#breadcrumbs {
	width: 660px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	margin-top: 5px;
}
.bold {
	font-weight: bold;
}

.aboutBox {
	width: 125px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #666666;
}
.aboutBox h2 {
	margin: 0px;
	padding: 0px;
}
.italic {
	font-style: italic;
}
#specialContent {
	height: 141px;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#worshipInfo .list {
	margin-left: 17px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
#searchBox {
	position: absolute;
	top: 28px;
	right: 50px;
	height: 57px;
}
