* {
	padding:0;
	margin:0;
}
body {
	/*background: #DEF1F8 url(/images/layout/bodytile.gif);*/
background: #DEF1F8 url(/images/layout/background.jpg) top center repeat-y;
	font-family:  "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
	text-align: center;
}
#container {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background: #BDE0F6 url(/images/layout/3-crosses.gif) bottom right no-repeat;/*border-right: 1px solid #333;*/
}
#banner {
	width: 770px;
	height: 290px;
	background: transparent url(/images/layout/banner.jpg) no-repeat;
}
#rightcol {
	float:right;
	width: 200px;
	padding-bottom: 1em;
	margin-top: 0px;
	padding-right: 5px;
	margin-right:0px;
	text-align: left;
	background: transparent url(/images/layout/bannera.jpg) top right no-repeat;
}
#rightcol h1 {
	padding: 1px 0;
	margin: 10px 0 5px 0px;
	font-size: 0.7em;
	font-weight: bold;
	color: #FFFFFF;
	background: #745801 url(/images/layout/header-bg.jpg) repeat-x;
	border-top: 1px solid #333;
	border-bottom: 1px solid #999;
	text-align: center;
}
#rightcol h6 {
	padding: 1px 0;
	margin: 10px 0 5px 0;
	font-size: 0.1em;
	font-weight: bold;
	color: transparent;
	text-align: center;
	background: url(/images/layout/header-bg.jpg) repeat-x;
}
#rightcol p {
	margin: 3px 0;
	font-family: "Trebuchet MS", "Comic Sans MS";
	font-size: .7em;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	color: #626262;
}
#rightcol ul {
	width: 140px;
	list-style: none;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0;
	background: #FFFFFF;
}
#rightcol li {
	width: 140px;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	background: none;
}
#rightcol a:link, #rightcol a:visited {
	font-size: .8em;
	font-weight: bold;
	color: #745801;
}
#rightcol a:hover {
	background-color: trasparent;
	color: #CC3333;
}
#nav p {
	padding: 3px 10px;
	font-family: "Trebuchet MS", "Comic Sans MS";
	font-size: .85em;
	text-align: center;
	line-height: 1.5;
	color: #626262;
}
#nav ul {
	width: 140px;
	list-style: none;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0;
	border-top: 5px solid #666666;
	border-bottom: 5px solid #666666;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	background: #BDE0F6 url(/images/layout/menu_gradient.jpg) left top repeat-x;
}
#nav li {
	width: 140px;
	margin: 0;
	padding: 0;
	font-size: 1em;
	vertical-align: bottom;
	background: none;
}
#nav a:link, #nav a:visited {
	display: block;
	padding: 2px 0px 2px 0em;
	background-color: transparent;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px thin #CCCCCC;
	border-bottom: 1px thin #CCCCCC;
}
#nav a:hover {
	background-color: #C07C1A;
	color: #F3F3F3;
	border-top: 1px thin #000;
	border-bottom: 1px thin #000;
}
#content {
	float: left;
	width: 505px;
	background: url(/images/layout/dove_bg.gif) 30px 200px no-repeat;
	margin-top: -100px;
	margin-left:25px;
	margin-bottom: 10px;
	padding-bottom: 1em;
}
#content h1 {
	margin: 110px 0 10px 0;
}
#content p {
	padding-bottom: .7em;
	font-size: .8em;
	color: #000033;
	line-height: 1.5em;
	text-align: justify;
}
#content ul {
	position: relative;
	margin-top:0;
	margin-bottom: 0;/*list-style-image: url(images/bullet.gif);*/
}
#content a:link, #content a:visited {
	color: #745801;
	text-decoration: underline;
}
#content a:hover {
	color: #CC3333;
}
#footer {
	clear: both;
}
#footer p {
	margin: 0 1em;
	padding-top: .3em;
	padding-bottom: 1.8em;
	font-size: .7em;
	color: #000033;
	text-align: center;
	padding-left: 10px;
	padding-right: 200px;
}
#footer a:link, #footer a:visited {
	background-color: transparent;
	color: #745801;
	text-decoration: none;
}
#footer a:hover {
	background-color: transparent;
	color: #CC0000;
}
.tablestyle {
	margin-top: 1em;
	width: 100%;
	border: 1px solid #999999;
	border-collapse: collapse;
	text-align: left;
}
.tablestyle td, .tablestyle th {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.tablestyle td {
	border: 1px solid #999999;
	padding: 2px;
	text-align: left;
	vertical-align: top;
	color: #000033;
	font-size: .7em;
}
.tablestyle th {
	background: #364283 url(/images/layout/head-content-table-bg.jpg) repeat-x;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: .75em;
	line-height: 1.3;
}
.tablestyle caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #003399;
	color: #7179A9;
	color: #60699D;
}
.tablestyle h1 {
	margin: 0;
	font-size: 70%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	border-bottom: none;
}
.tableheader2 {
	border: 1px solid #CCCCCC;
	padding: 2px;
	padding: 4px;
	text-align: center;
	color: #FFFFFF;
	background-color: #7179A9;
}
.tableheader2 {
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
}
.image {
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 1em;
}
.imageborder {
	border: 1px solid #000066;
}
.imagebottom {
	border-bottom: 2px solid #000099;
}
.line {
	border-top: 1px solid #000099;
}
.clear {
	clear: both;
}
.tablestylenoborder {
	margin-top: 1em;
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}
.tablestylenoborder th {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: bold;
	background: #364283 url(/images/layout/head-content-table-bg.jpg) repeat-x;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #666;
	line-height: 1.3;/*border-top: 1px solid #333;
border-bottom: 1px solid #333;*/
}
.tablestylenoborder td {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: bold;
	color: #333333;
	padding: 5px 10px;
	text-align: left;
}
.tablestylenoborder caption {
	font: normal 130% Georgia, "Times New Roman", Times, serif;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px #0063B7;
	color: #7179A9;
}
.datatable {
	border: 1px solid #7179A9;
}
form {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
input.txt {
	width: 200px;
}
input.btn {
	border: 1px outset #00008B;
}
form p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 1px;
}
form p label {
	float: left;
	width: 20%;
	font: bold 0.9em Arial, Helvetica, sans-serif;
}
textarea {
	margin: 0;
	width: 100%;
	height: 70px;
	background-color: transparent;
	border: 1px solid #7179A9;
}
.boxquote {
	display: block;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.6;
	text-align: center;
}
hr {
	width: 90%;
	height: 1px;
	color: #003366;
	text-align: center;
	margin: 3px auto;
}
.scripture {
	display: block;
	padding-top: 10px;
	/*margin-top: 10px;*/
margin-left: auto;
	margin-right: auto;
	width: 600px;
	font-family: "Monotype Corsiva", Georgia, "Times New Roman";
	font-size: 1.1em;
	color: #032F5E;
	text-align: center;
}
.scripture a:link, .scripture a:visited, .scripture a:hover {
	font-size: 1%;
	color: #80CCFE;
}
.indent {
	margin-left: 70px;
}
/******* large icon images *********/

.largeicon {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	padding: 2px;
	border: 1px solid #745801;
}
#iconscripture {
	padding-top: 20px;
	margin-top: 20px;
	font-family: "Monotype Corsiva", Georgia, "Times New Roman";
	font-size: 1.2em;
	color: #745801;
}
#iconscripture p {
	margin-top: 0;
	float: right;
	text-align: right;
	font-size: .8em;
	color: #745801;
}
.ministry {
	width: 100%;
}
.video {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	border: 1px solid #745801;
}
.gallery {
	width: 504px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	border: 1px solid #745801;
}
.announcement_tagline {
	font-size: .8em !important;
	font-weight: bold;
}
.announcement table {
	border-collapse: collapse;
	text-align: left;
}
.announcement th {
	font-size: .8em;
	background: #FFCC99 url(/images/layout/header-bg.jpg) repeat-x;
	color: #FFF;
	text-align: center;
}
.announcement td {
	font-size: .9em;
	border-bottom: 5px dotted #BF7E3C;
	line-height: 1.2;
	padding-bottom: 5px;
}
.announcement h2 {
	margin: 10px 0 0 0;
	font-size: .9em;
	text-align: left;
}
li {
	margin-left: 4em;
	padding-bottom: .5em;
	font-size: .8em;
	color: #364283;
}
dd {
	margin-left:5%;
}
fieldset {
	padding: .5em;
}
#subnav {
	float: left;
	margin: 5px 15px 10px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	background: #BDE0F6 url(/images/layout/menu_gradient.jpg) left center repeat-x;
	text-align: left;
	border: 1px solid #666666;
}
#subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#subnav li {
	padding: 2px 10px;
}
#subnav a:link, #subnav a:visited {
	padding: 0 10px;
	color: #333;
	background-color: transparent;/*background-color: #FFCC00;*/
/*border-left: 1px solid #000;*/
/*border-right: 1px solid #333;*/
}
#subnav a:hover {
	color: #CC3333;
}
#subnav p {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-weight: bold;
	background: #BDE0F6 url(/images/layout/header-bg.jpg) left top repeat-x;
	color: #FFF;
	text-align: center;
	border-bottom: 1px solid #999999;
}
#map {
	font-size: 11px;
	text-align: left;
	margin: 0, auto;
	border: 2px solid #666;
	width: 500px;
	height: 400px;
}
.clear {
	clear: both;
}
.calendar {
	clear: both;
	border: 1px solid #666666;
	padding: 5px;
}
.contributions {
	margin: 1em;
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}
.contributions th {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	background: #364283 url(/images/layout/head-content-table-bg.jpg) repeat-x;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #666;
	line-height: 1.3;
}
.contributions td {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #333333;
	padding: 7px 10px;
	text-align: left;
}
.centertxt {
	text-align: center;
}
.sermon li {
	text-align: left;
}
.left {
	text-align: left;
}
.newsletter {
	padding: 20px;
	border: 1px solid #999;
	background: #CCC;
}
.newsletter fieldset {
	background: #CC9;
	border: 1px solid #666;
}
#content form.newsletter p label {
	float: left;
	width: 35%;
	font: bold 0.9em Arial, Helvetica, sans-serif;
}
.newsletter input {
	width: 230px;
}
.required {
	font-size: .875em;
	font-weight: bold;
	color: #C30;
}