﻿@import url("layout.css");
@import url("hoverbox.css");
@import url("ie_fixes.css");
body {
	font-family: "Arial", Trebuchet MS, Helvetica, sans-serif;
	font-size: 1.0em;
	background-image: url("../images/bg_blurtile.jpg");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 700px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #0C53A1;
	border-bottom: 2px solid #0C53A1;
	border-left: 2px solid #0C53A1;
	background-color: #fff;
}
/*form#marketform {
  position: relative;
  float: left;
  border: 1px solid grey;
}
div#firstname, div#lastname, div#email {
  position: relative;
  float: left;
  margin-right: 3px;
}
input#firstname-field, input#lastname-field, input#email-field {
  width: 15em;
}
label.overlabel {
  position: absolute;
  top: 3px;
  left: 5px;
  z-index: 1;
  color: #999;
}*/
#masthead {
	text-align: center;
	width: 680px;
	height: 250px;
	padding: 10px;
	border: none;
	background-image: url("../images/masthead.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top center;
}
/* Windows Media Player Properties*/
#wmvdiv {
	height: 248px;
	float: left;
	width: 340px;
}
/*#navigation {
	position: relative;
	float: left;
	width: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
}*/
#content {
	font-family: "Arial", Trebuchet MS, Helvetica, sans-serif;
	float: left;
	width: 680px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#prayercontent {
	float: left;
	width: 550px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color:#CCCCCC;
}
#footer {
	text-align: center;
	clear: both;
	width: 680px;
	border: none;
}
#copyright {
	text-align: center;
	font-size: 0.6em !important;
	clear: both;
	width: 680px;
	margin-top: 10px;
	margin-bottom: 1px;
	border: none;
}
/* Masthead Styles
#masthead h1 {
	color: #115CA6;
}
#masthead h3 {
	color: #402640;
}
*/
/* Navigation Styles */
#topnav {
	position:  relative;
	float: none;
	text-align: center !important;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 6px;
}
#topnav ul {
	list-style-type: none;
	width: 100%;
	display: inline;
	margin: 0;
	padding: 0;
}
#topnav li {
	display: inline;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}
#topnav a {
	color: #808080;
	text-decoration: none;
	display: inline;
	padding: 6px;
	background-color: #ffffff;
}
#topnav a:hover {
	color: #3072AE;
	text-decoration: none;
	/*border-bottom: 2px solid #3072AE;
	border-bottom-color: #3072AE;
	background-color: #fff;*/
}
/* Content Styles */
h6 {
/*	color: #808080;*/
	color: #666666;
	margin-top: 1px;
}
h5 {
	color: #547D9D;
}
h4 {
	color: #547D9D;
}
h3 {
	color: #547D9D;
}
h2 {
	color: #547D9D;
}
#content h1 {
	color: #547D9D;
}
#content p {
	font-family: "Arial", Trebuchet MS, Helvetica, sans-serif;
	text-align: left;
	font-size: 1.0em;
}
#content a {
	color: #985909;
}
#content a:hover {
	color: #547D9D;
}
#container2 {
	color: #0764B1;
	font-size: 0.8em !important;
	font-style: italic;
	font: small-caption;
	text-decoration: none;
	float: left;
	width: 490px;

}
#content img {
	padding: 5px;
	border: none;
}
.imgright {
	float: right;
}
/*
.imgleft {
	float: left;
}
.imgcenter {
	padding-left:100px;
}
*/
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #808080;
	text-decoration: none;
}
#footer a:hover {
	color: #547D9D;
	text-decoration: underline;
}
a {
	color: #985909;
	text-decoration: none;
}
a:hover {
	color: #547D9D;
	text-decoration: underline;
}
Prayer List Form Styles
.index {
	font-weight:bold;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style1 {
	background-repeat: inherit;
	background-attachment: inherit;
	background-position: inherit;
}