@charset "UTF-8";

body  {
	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;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #808080;
	height: 100%;
}

#container {
	background-color: #FFFFFF;
	width: 780px;
	text-align:left;
	margin-left: 25px;
	margin-bottom: 0px;
	margin-left:auto;
	font-size: 1em;
	background-image: url('none');
	background-repeat: no-repeat;
	margin-right: auto;
	padding: 0
	}
	
 #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#globalnav {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.25em;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	padding: 5px;
	background-color: #330000;
	border-top-color: #330000;
	border-right-color: #330000;
	border-bottom-color: #330000;
	border-left-color: #330000;
	margin: 2px;
}
#leftsidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #ececec;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	margin-top: 20px;
	padding-left: 15px;
	height: 100%;
	text-align: left;
	margin-left: 3px;
	border-right-width: thick;
	border-right-style: inset;
	border-right-color: #666666;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
	}
	
 #mainContent {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 60px;
	padding-left: 25px;
	text-align: left;
	width: 430px;
	margin-left: 175px;
	border: thin none #FFFFFF;
} 
#whatsnewContent {
	margin-top: 1px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-right: 20px;
	padding-left: 15px;
	text-align: left;
	width: 350px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

 #sermonContent {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 60px;
	padding-left: 25px;
	text-align: left;
	width: 500px;
	margin-left: 175px;
	background-color: #FFFFFF;
	}
	
#rightsidebar {
	margin-top: 20px;
	float: right;
	padding-right: 5px;
	width: 110px;
	height: 100%;
}
 #footer {
	background:#330000;
	color: #FFFF99;
	font-size: smaller;
	position: relative;
	bottom: 0px;
	height: 30px;
	width: 780px;
	padding-top: 2px;
	text-indent: 10px;
} 
.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;
}
.serif {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.25em;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* This is added to the top row of the worship times pages on the home page. It is to notify users of church closings & delays*/
.importantmessage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8px;
	font-weight: bold;
	color: #CC0000;
}
/* States of Nav Bar links*/
.global a:link {
	text-decoration:underline;
	color:#FFFF66;
}

.global a:hover {
	text-decoration: underline;
	color:#FF9900;
}

.global a:visited
{
	text-decoration: underline;
	color:#FFCC66;
}

.global a:active
{
	text-decoration: none;
	color:#FFFF99;
	font-style:italic;
}

/* States of local links*/
.local a:link {
text-decoration:underline;
color:#003300;
}

.local a:hover {
text-decoration: underline;
color:#00CC00;
}

.local a:visited
{
text-decoration: underline;
color:#006633;
}

/* States of footer links*/
.footer a:link {
	text-decoration:underline;
	color:#FFFF99;
}
.rightsidebartext {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
}

.footer a:hover {
	text-decoration: underline;
	color:#FFFF33;
}

.footer a:visited
{
	text-decoration: underline;
	color:#FFFF99;
}
.youthtable {
	padding: 3px 3px 3px 3px;
	font-size: 0.78em;
}

h1	{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #003300;
	text-align: center;
}

/*  Local Nav heading*/
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #003300;
}

img {
	margin-bottom: 5px;
	}
	
/* Global Active Link*/
.NavBarActive {
	font-style:italic;
	color:#FFFF33;
}

/* Local Active Link*/
.style2 {
	font-style:italic;
	color:#006600;
	font-size: 1.1em;
	}
	
	
.style4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
}

.officehours {
	font-family: "Times New Roman", Times, serif;
	color: #003300;
	padding: 5px 0 0 5px;
}
#popup {
	height: 300px;
	width: 350px;
	padding: 15px 15px 15px 15px;
	background-color: #ffffff;
}

.sermons2 {
width: 500px;
}
.imagepad {
	padding: 5px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.smallertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}
.sermontable {
	padding: 3px 3px 3px 3px;
	font-size: 0.8em;
}
.stafftable {
	padding: 3px 3px 3px 3px;
	font-size: 0.9em;
}
.champstable {
	padding: 3px 3px 3px 3px;
	font-size: .8em;
	border: thin solid #CCCCCC;
}
#boxborder {
	border: 3px double #666666;
	padding: 5px;
}