BODY {
	font-family: Arial, Helvetica, sans-serif;

	margin: 0px;
	padding: 0px;

	color: #000000;
	background-color: #FFEEBB;
}

/*TABLE, TR, TD, TH {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}*/

TABLE {
    border-collapse: collapse;
}

TH {
	text-align: center;
	font-weight: bold;
}

P {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

A {
	color: #0000FF;
}

A:visited {
	text-decoration: none;
}
A:link {
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}

#header {
	padding: 0px;

	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #A0A0A0;

	background-image: url(header_background.png);
	background-position: center;
	background-repeat: repeat;
}

#header H1 {
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 180%;
	margin: 0px;
}

#header TD {
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	color: #000077;
	font-size: 110%;
}

.details {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 30px;
	padding-right: 30px;
  	font-size: 95%;
}

.details TD {
  	font-size: 95%;
}

.details H1 {
	padding-top: 0px;
	margin-top: 0px;
	color: #990000;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
}

.details H2 {
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	padding-top: 20px;
}

.details H3 {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
}

#menu {
	border-right-style: solid;
	border-width: 1px;
	border-color: #A0A0A0;

  	font-size: 95%;

	background-color: #CAEBFF;
}

#menu UL {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu LI {
	background-image: url(menu_background.png);
	background-position: center;
	background-repeat: repeat;

	border-bottom-style: solid;
	border-width: 1px;
	border-color: #A0A0A0;

	font-weight: 600;
	text-decoration: none;
}

#menu a:hover {
	color: #888888;
}

#menu .menu_link, .menu_text {
	width: 100%;
	text-align: center;
	padding: 5px;
}

#menu .menu_link {
	display: block;
	color: #0000FF;
}

#menu .menu_text {
	display: none;
	color: #888888;
}

#index #menu .index .menu_link, 
#worship #menu .worship .menu_link, 
#about #menu .about .menu_link, 
#events #menu .events .menu_link, 
#youth #menu .youth .menu_link, 
#music #menu .music .menu_link, 
#outreach #menu .outreach .menu_link, 
#pastoralcare #menu .pastoralcare .menu_link, 
#sermons #menu .sermons .menu_link, 
#contacts #menu .contacts .menu_link, 
#location #menu .location .menu_link, 
#caringfunds #menu .caringfunds .menu_link, 
#links #menu .links .menu_link,
#programs #menu .programs .menu_link,
#springfling #menu .springfling .menu_link,
#JNAC #menu .JNAC .menu_link
/*#employment #menu .employment .menu_link */
{
	display: none;
}

#index #menu .index .menu_text, 
#worship #menu .worship .menu_text, 
#about #menu .about .menu_text, 
#events #menu .events .menu_text, 
#youth #menu .youth .menu_text, 
#music #menu .music .menu_text, 
#outreach #menu .outreach .menu_text, 
#pastoralcare #menu .pastoralcare .menu_text, 
#sermons #menu .sermons .menu_text, 
#contacts #menu .contacts .menu_text, 
#location #menu .location .menu_text, 
#caringfunds #menu .caringfunds .menu_text, 
#links #menu .links .menu_text,
#programs #menu .programs .menu_text,
#springfling #menu .springfling .menu_text,
#JNAC #menu .JNAC .menu_text
/*#employment #menu .employment .menu_text */
{
	display: block;
}

#content {
	background-color: #FFFAF0;
	background-color: #FFF6D8;
	background-color: #FFFDDF;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #A0A0A0;
	padding-left: 3px;
	padding-right: 3px;
}

#footer TD {
	font-family: Arial, Helvetica, sans-serif;
}

.outline {
	border-style: solid;
	border-width: 1px;
	border-color: #A0A0A0;
}

.padding {
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.event {
	/*float: right;
	border-width: 1px;
	clear: right;
	margin-left: 30px;*/
	text-align: center;
	vertical-align: top;
    width: 30%;
	font-size: 105%;
}

.event H3 {
	font-size: 145%;
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
}

.eventHeader TD {
    padding-top: .8em;
    vertical-align: top;
}
.eventDetail TD {
    padding-top: .4em;
    vertical-align: top;
}

.darkblue {
	color: DarkBlue;
	font-weight: bold;
	font-size: 110%;
}

.darkred {
	color: DarkRed;
	font-weight: bold;
	font-size: 130%;
}

.floatLeft {
	float: left;
	clear: left;
	margin-right: 30px;
	margin-bottom: 20px;
}

.floatLeftSmall {
	float: left;
	clear: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.floatRight {
	float: right;
	clear: right;
	margin-left: 30px;
	margin-bottom: 20px;
}

.floatRightSmall {
	float: right;
	clear: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

.pictureFrame {
	border-style: solid;
	border-width: 3px;
	border-left-color: silver;
	border-top-color: silver;
	border-right-color: gray;
	border-bottom-color: gray;
}

.pictureFrame img {
	border-style: solid;
	border-width: 3px;
	border-left-color: gray;
	border-top-color: gray;
	border-right-color: silver;
	border-bottom-color: silver;
}

.frameRed {
	border-left-color: Crimson;
	border-top-color: Crimson;
	border-right-color: DarkRed;
	border-bottom-color: DarkRed;
}

.frameRed img {
	border-left-color: DarkRed;
	border-top-color: DarkRed;
	border-right-color: Crimson;
	border-bottom-color: Crimson;
}

.frameBlue {
	border-left-color: RoyalBlue;
	border-top-color: RoyalBlue;
	border-right-color: MediumBlue;
	border-bottom-color: MediumBlue;
}

.frameBlue img {
	border-left-color: MediumBlue;
	border-top-color: MediumBlue;
	border-right-color: RoyalBlue;
	border-bottom-color: RoyalBlue;
}

.frameGreen {
	border-left-color: ForestGreen;
	border-top-color: ForestGreen;
	border-right-color: DarkGreen;
	border-bottom-color: DarkGreen;
}

.frameGreen img {
	border-left-color: DarkGreen;
	border-top-color: DarkGreen;
	border-right-color: ForestGreen;
	border-bottom-color: ForestGreen;
}

#script_message {
	text-align: center;
	color: red;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}	

.indented {
	margin-left: 2em
}

LI UL {
    padding-top: 12px;
}

.popupdiv {
	position: absolute;
	border: 1px solid grey;
	background: white;
	width: 300px;
	height: 100px;
	text-align: center;
	font-family: Times New Roman, Times, serif;
}

.textlink {
    background: url(text.gif) no-repeat;
    width: 16px;
}

.audiolink {
    background: url(audio.gif) no-repeat;
    width: 17px;
}

/*****************************************************/
/* 	Special Styles for Printing only	     */
/*****************************************************/

@media print {

#header {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

#content {
	background-color: #FFFFFF;
}

#menu {
	display:none;
}

#page {
	height: 98%;
}

}
