/* ------------- Global ---------- */

body {
	padding: 0;
	color: black;
	background-color: white;
	font: 100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 320px;
	margin: 0;
	display: block;
	clear: both;
}

.rss {
	border: none; 
	width:36px; 
	height:14px
}

body.edit {
	background-color: white;
}

div.edit big {
	font-size: 1.2em;
}
div.edit {
	background-color: white;
	border-top: thin dotted silver;
	border-bottom: thin dotted silver;
	color: black;
}
div#edits {
	background-color: white;
	color: black;
	text-align: left;
	white-space: normal;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 5px;
	list-style-position: outside;
}

strong {
	color: maroon;
	font-variant: small-caps;
}

.center {
	text-align: center;
}

#cleardiv {
	clear: both;
	height: 1em;
}

.markup {
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	background-color: white;
	color: black;
}

div.mapclass {
	border: inset; width: 95%; height: 400px; margin-left: 0;
	}

div#window {
	width: 1px;
	height: 241px;
	visibility: hidden;
  display: none;
}

div#sermons {
	height: 100%;
}

div.prayreq {
	background-color: navy;
	color: white;
	border-style: inset;
	width: 95%;
	padding: 5px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-style: italic;
}

form.prayreq {
	border-style: inset;
	width: 95%;
	padding: 5px;
	text-align: left;
	font-variant: normal;
	font-style: italic;
	font-size: small;
	background-color: silver;
}

div.volreq {
	background-color: navy;
	color: white;
	border-style: inset;
	width: 95%;
	padding: 5px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-style: italic;
}

form.volreq {
	border-style: inset;
	width: 95%;
	padding: 5px;
	text-align: left;
	font-variant: normal;
	font-style: italic;
	font-size: small;
	background-color: silver;
}

div.volreq a:link {
	color: white;
	text-decoration: underline}

div.volreq a:visited {
	color: silver;
	text-decoration: underline}

div.volreq a:hover {
	color: maroon;
	text-decoration: underline}

div.volreq a:active {
	color: orange;
	text-decoration: none
}

/* ------------- Banner ---------- */

div#banner.home {
	width: 100%;
	margin: 0;
	color: black;
	text-align: left;
	height: 100px;
	padding: 0;
	background: white none no-repeat;
}

div#banner.mission {
	width: 100%;
	margin: 0;
	color: black;
	text-align: left;
	height: 100px;
	padding: 0;
	background: white none no-repeat;
}

div#banner.aboutus {
	width: 100%;
	margin: 0;
	color: black;
	text-align: left;
	height: 100px;
	padding: 0;
	background: white none no-repeat;
}

div#banner.happenings {
	width: 100%;
	margin: 0;
	color: black;
	text-align: left;
	height: 100px;
	padding: 0;
	background: white none no-repeat;
}

div#banner.directions {
	width: 100%;
	margin: 0;
	color: black;
	text-align: left;
	height: 100px;
	padding: 0;
	background: white none no-repeat;
}

div#banner.worship {
	width: 100%;
	margin: 0;
	color: black;
	text-align: left;
	height: 100px;
	padding: 0;
	background: white none no-repeat;
}

div#banner.ministries {
	width: 100%;
	margin: 0;
	color: black;
	text-align: left;
	height: 100px;
	padding: 0;
	background: white none no-repeat;
}

div#banner.contact {
	width: 100%;
	margin: 0;
	color: black;
	text-align: left;
	height: 100px;
	padding: 0;
	background: white none no-repeat;
}

div#banner.links {
	width: 100%;
	margin: 0;
	color: black;
	text-align: left;
	height: 100px;
	padding: 0;
	background: white none no-repeat;
}

div#banner.media {
	width: 100%;
	margin: 0;
	color: black;
	text-align: left;
	height: 100px;
	padding: 0;
	background: white none no-repeat;
}

a:link {
	color: blue;
	text-decoration: underline}

a:visited {
	color: purple;
	text-decoration: underline}

a:hover {
	color: blue;
	text-decoration: underline;
}

a:active {
	color: purple;
	text-decoration: underline;
}

div#mainlink {
	width: 100%;
	height: 100px;
	float: left;
	text-align: center;
	font-variant: normal;
}

/* ---------------Sticky------------- */

.sticky {
	width: 200px;
	float: right;
	display: none;
}

.sticky_top {
	width: 200px;
	background: url(Images/sticky_top.png) no-repeat;
	height: 13px;
	display: none;
}

.sticky_mid {
	width: 180px;
	background: url(Images/sticky_mid.png) repeat-y;
	font-size: small;
	color: black;
	font-style: italic;
	margin-right:30px;
	padding-right: 30px;
	padding-left: 10px;
	display: none;
}

.sticky_bot {
	width: 200px;
	background: url(Images/sticky_bot.png) no-repeat;
	height: 25px;
	display: none;
}

.sticky strong {
	font-weight: bold;
	color: red;
	font-variant: small-caps;
}

.sticky li {
	list-style-type: square;
	list-style-position: outside;
	left: -10px;
}

/* ------------- announcements ---------- */

div#announcement {
	width: 45%;
	border: none;
	float: left;
	background-color: white;
	text-align: center;
	padding: 5px;
	font-size: small;
	height: 241px;
	overflow: hidden;
	display: none;
}

div#announcement strong {
	color: maroon;
	font-style: inherit;
	font-weight: bold;
	font-variant: small-caps;
	font-size: inherit;
}

a.nounder:link {
	color: black;
	text-decoration: none
}

a.nounder:visited {
	color: black;
	text-decoration: none
}

a.nounder:hover {
	color: maroon;
	text-decoration: none
}

a.nounder:active {
	color: black;
	text-decoration: none
}

/* ------------- container ---------- */

div#container {
	margin: 0;
	padding: 0;
	color: black;
	width: 100%;
	background-color: white;
	background-image: none;
}



/* ------------- content ---------- */

div#content {
	width: 100%;
	margin: 0;
	line-height: 120%;
	text-align: left;
	color: black;
	background-color: white;
	padding: 0;
}

div#content p.fl {
	text-align: left;
}

div#content p.fl:first-letter {
	font-size: 1.5em;
	font-weight: bold;
	color: black;
	background-color: white;
	text-align: left;
}

div#content p.fl:first-line {
	font-size: 1em;
	font-style: normal;
	color: black;
	background-color: white;
}

div#content ul {
	text-align: left;
}

div#content h2 {
	font-size: 2em;
	color: navy;
	background-color: transparent;
	margin: 0;
	font-weight: normal;
	line-height: 150%;
}

img.bio {
	float: left;
	border-style: inset;
	margin: 5px;
	width: 29%;
}

div.bio {
	height: 200px;
	font-size: .9em;
}

/* ------------- footer ---------- */

div#footer {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: right;
	color: black;
	background-color: white;
	font-size: 1em;
}

div#footer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 1em;
}

div#footer li {
	display: inline;
	margin-right: 1em;
}

div#footer a:link {
	color: blue;
	background-color: white;
	text-decoration: underline;
}

div#footer a:visited {
	color: purple;
	background-color: white;
	text-decoration: underline;
}

div.valid {
	margin: 5px;
	border-style: hidden;
	display: none;
}

div.valid a {
	text-decoration: none;
	border-style: hidden;
}

div object {
	position: relative;
	z-index: 0;
}

/* ------------- table ---------- */

#content table {
	color: black;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
}

input {
	background-color: #f0f0f0;
}

#content tr, #content th, #content td {
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

#content caption {
	text-align: center;
	font-weight: bold;
}

/* BODY */

#content tbody th {
	color: black;
	background-color: white;
}

#content tbody tr td {
	background-color: white;
	color: black;
	text-align: center;
	height: 1.5em;
	border-bottom: thin dotted silver;
}

#content tbody.bio tr td {
	background-color: white;
	color: black;
	text-align: left;
	height: 1.5em;
	border-style: none;
	font-size: .9em;
}

#content thead {
	font-weight: bold
}

#content tbody.noline {
	width: 100%;
}

#content tbody.noline tr td {
	background-color: white;
	color: black;
	text-align: left;
	height: 1.5em;
	font-size: .9em;
	border: medium none maroon;
	border-bottom-style: double;
}

/* ------------- navigation ---------- */

div#navigation {
	width: 100%;
	margin: 0;
	color: #333333;
	background-color: white;
	z-index: 1;
	font: 1em arial, sans-serif;
	display: none;
}

#menu {
	width: 100%;
	display: none;
}

#menu a {
	display: none;
	float: left;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color: #a01111;
	/*light maroon*/

padding: 3px 10px 3px 10px;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

#menu a.on {
	color: #ffffff;
	/* white */

	background-color: #3366ff;
	display: none;
}

#menu a:hover {
	color: #ffffff;
	/* white */
	background-color: #3366ff;
	display: none;
}

#menu a.current {
	color: #ffffff;
	background-color: #800000;
	display: none;
}

.drop-menu {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 35%;
	visibility: hidden;
	font-size: 13px;
	color: #a01111;
	background-color: #F0F0E8;
	border-top: 0px #A1A08C solid;
	border-left: 1px #A1A08C solid;
	border-right: 1px #A1A08C solid;
	list-style-type: none;
	list-style-position: inside;
	z-index: 1;
	display: none;
}

.drop-menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-position: inside;
	position: absolute;
	z-index: 3;
	display: none;
}

.drop-menu a {
	display: none;
	width: 150px;
	padding: 2px 10px 2px 10px;
	border-bottom: #A1A08C 1px solid;
}

.drop-menu a:link {
	text-decoration: none;
	color: #333333;
	background-color: #F0F0E8;
	display: none;
}

.drop-menu a:visited {
	text-decoration: none;
	color: #333333;
	background-color: #F0F0E8;
	display: none;
}

.drop-menu a:active {
	text-decoration: none;
	color: #333333;
	background-color: #F0F0E8;
	display: none;
}

.drop-menu a:hover {
	text-decoration: none;
	color: black;
	background-color: #ffffff;
	display: none;
}

/* ------------- Committees ---------- */

div#committee {
	margin: 0;
	line-height: 120%;
	padding: 10px;
	text-align: left;
	color: black;
	background-color: white;
}

div#committee p.fl {
	text-align: left;
}

div#committee p.fl:first-letter {
	font-size: 1.5em;
	font-weight: bold;
	color: black;
	background-color: white;
	text-align: left;
}

div#committee p.fl:first-line {
	font-size: 1em;
	font-style: normal;
	color: black;
	background-color: white;
}

div#committee ul {
	text-align: left;
}

div#committee h2 {
	font-size: 2em;
	color: navy;
	background-color: transparent;
	margin: 0;
	font-weight: normal;
	line-height: 150%;
}

.float-right {
	float: right;
}

* {
 
}

.float-left {
	float: left;
}