body {
	font-family: "Trebuchet MS", "Verdana", Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #303603;  /*green*/
	width: 1100px;
}

#masterwrap  { 
	margin: -10px auto auto auto;
	padding: 0px;
	height: auto;
	width: 1100px;
}

#wrapper {
	background-image: url(../images/background_graphic_pattern.jpg);
	background-repeat:  repeat-y;
	margin-top: 0px;
	height: auto;
	width: 1100px;
	position: absolute; /*do not change */
	z-index: 1;
}
#content {
	margin-top: -350px;
	position: absolute;
	z-index: 1000;
	margin-left: 75px;
	height: auto;
	width: 1100px;
}
html>body #content {
		margin-top: -275px;

}
.rightFloat {
	margin: 0px;
	padding: 0px;
	width: 450px;
	margin-right: 60px;
	float: right;
	border-left: 1px solid #C5B682;
	padding-left: 40px;
}
.leftFloat {
	float: left;
	margin-left: 75px;
	width: 450px;
	height: auto;
	position: relative;
	z-index: 1000;
}
.leftArea {
	float: left;
	margin-left: 75px;
	margin-top: -200px;
	width: 500px;
	height: auto;
	position: relative;
	z-index: 1000;
}
h1 {
   color: #3A0000;
	font-size: 1.5em;
}
p {
	color: #C5B682;
	font-size: 1em;
	font-weight: normal;
	margin-top: 0px;
}
p.orange {
	color: #703e07;
	font-size: 1em;
	margin-left: 15px;
	margin-right: 15px;
}
p.brown {
	color: #382600;
	font-size: 1em;
	margin-left: 15px;
	margin-right: 15px;
}
p.green {
	color: #7a7952;
	font-size: 1em;
	margin-left: 15px;
	margin-right: 15px;
}
/*-----------Sermon Box----------------*/
.sermonBox {
	background-color: #755F32;
	border: 1px solid #000000;
	float: right;
	margin-top: -900px;
	margin-right: 20px;
	padding: 0 15px 15px 15px;
	width: 350px;
	height: auto;
	position: relative;
	z-index: 1000;
}

.sermonBox h1 {
	color: #000000;
	font-size: 1.6em;
	margin-left: 15px;
}
.sermonBox h2 {
	color: #C5B682;
	font-size: 1.2em;
	margin-left: 15px;
}
.sermonBox h3 {
/*	color: #3A0000;  /*red*/
	/*color: #003B35;*/
	color: #752214;
	font-size: 1.1em;
	margin-left: 15px;
	padding-top: 10px;
}
.sermonBox p {
	color: #C5B682;
	font-size: 1em;
	margin-left: 15px;
	margin-right: 15px;
}

html>body .sermonBox {  /* hides correct margin from IE-------------*/
		margin-top: -600px;
}
/*-----------End Sermon Box----------------*/

/*-----------Half Box Light----------------*/
.halfBox_light {
	background-color: #C5B682;
	border: 1px solid #000000;
	padding: 0 15px 15px 15px;
	width: 400px;
	height: auto;
	position: relative;
	z-index: 1000;
}
img {
	margin: 10px 15px 0 0;
}
.halfBox_light h1 {
	margin-top: 0;
	margin-bottom: 0;
	background-color:  #C5B682;
	border: 1px solid #000000;
	color: #000000;
	font-size: 1.5em;
	margin: 10px 15px 10px 15px;
	padding: 5px 5px 5px 5px;
}
.halfBox_light h2 {
	margin-top: 0;
	margin-bottom: 0;
	color: #000000;
	font-size: 1.2em;
	margin-left: 15px;
}
.halfBox_light h3 {
	margin-top: 0;
	margin-bottom: 0;
/*	color: #3A0000;  /*red*/
	color: #752214;
	font-size: 1.1em;
	font-style: italic;
	margin-left: 15px;
	padding-top: 10px;
}
.halfBox_light p {
	color: #755F32;
	font-size: 1em;
	margin-left: 15px;
	margin-right: 15px;
}


/*-----------End Half Box Light----------------*/

/*-----------Half Box Dark----------------*/
.halfBox_dark {
	background-color: #303603;
	border: 1px solid #000000;
	padding: 0 15px 15px 15px;
	width: 400px;
	height: auto;
	position: relative;
	z-index: 1000;
}
img {
	margin: 10px 15px 0 0;
}
.halfBox_dark h1 {
	margin-top: 0;
	margin-bottom: 0;
	background-color:  #C5B682;
	border: 1px solid #000000;
	color: #000000;
	font-size: 1.5em;
	margin: 10px 15px 10px 15px;
	padding: 5px 5px 5px 5px;
}
.halfBox_dark h2 {
	margin-top: 0;
	margin-bottom: 0;
	color: #8ed9be;
	font-size: 1.2em;
	margin-left: 15px;
}
.halfBox_dark h3 {
	margin-top: 0;
	margin-bottom: 0;
/*	color: #3A0000;  /*red*/
	color: #755F32;
	font-size: 1.1em;
	font-style: oblique;
	margin-left: 15px;
	padding-top: 10px;
}
.halfBox_dark p {
	color: #C5B682;
	font-size: 1em;
	margin-left: 15px;
	margin-right: 15px;
}
.halfBox_dark li {
	color: #8ed9be;
	font-size: 1em;
}


/*-----------End Half Box Dark----------------*/

/*-----------Full Width Box----------------*/
.fullWidthBox {
	background-image: url(../images/backgroundShade.png);
	background-repeat: repeat;
	margin-left: 75px;
	margin-bottom: 35px;
	border: 1px solid #000000;
	padding: 0 15px 15px 15px;
	width: 912px;
	height: auto;
	position: relative;
	z-index: 1000;
}
img {
	margin: 10px 15px 0 0;
}
.fullWidthBox h1 {
		margin-top: 0;
	margin-bottom: 0;
	color: #8ed9be;
	font-size: 1.3em;
	margin-left: 15px;
}
.fullWidthBox h2 {
margin-top: 0;
	margin-bottom: 0;
/*	color: #3A0000;  /*red*/
	color: #000000;
	font-size: 1.1em;
	font-style: italic;
	margin-left: 15px;
	padding-top: 10px;
}
.fullWidthBox h3 {
	margin-top: 0;
	margin-bottom: 0;
/*	color: #3A0000;  /*red*/
	color: #000000;
	font-size: 1em;
	font-style: italic;
	margin-left: 15px;
	padding-top: 10px;
}
.fullWidthBox p {
	color: #C5B682;
	font-size: 0.9em;
	margin-left: 15px;
	margin-right: 15px;
}


/*----------- End Full Width Box----------------*/




/*-------------End Full Width No Box ----------------------*/
.floatright {
	float: right;
	margin: 10px 15px 0 15px;
	border: 1px solid #000;
	padding: 2px;
}
html>body .floatright {  /* hides correct margin from IE-------------*/
	float: right;
	margin: 30px 15px 0 15px;
	border: 1px solid #000;
	padding: 2px;
}

/*-----------Link Formatting----------------*/

.textLink_dark {
	color: #382B02;
	font-size: 1em;
}
.textLink_light {
	color: #C5B682;
	font-size: 1em;
}
.textLink_medium{
	color: #755F32;
	font-size: 1em;
}
.textLink_black{
	color: #000000;
	font-size: 1em;
}
.textLink_green {
	color: #7a7952;
	font-size: 1em;
}
.textLink_turquoise {
	color: #8ed9be;
	font-size: 1em;
}
.linkBox {
	margin-left: 13px;
}
.linkBox a:link {
	text-decoration: none;
	color: #382B02;
	background-color:  #C5B682;
	border: 1px solid #000000;
	padding: 0.5em;
}
.linkBox a:visited {
	text-decoration: none;
	width: auto;
	font-style: oblique;
	border: 2px solid #4a2b15;
	color: #382B02;
	background-color:  #C5B682;
	border: 1px solid #000000;
}
.linkBox a:hover {
	text-decoration: none;
	width: auto;
	font-style: oblique;
	color: #382B02;
	background-color:  #C5B682;
	border: 1px solid #000000;
}
/*-----------End Link Formatting----------------*/

/*-----------Main Navigation Box----------------*/
.generalNavigation {
	margin-top: 30px;
}

.nav_general {
   padding: 0;
   margin: 0;
   margin-left: 75px;
	background-color: #755F32;
	border: 2px solid #000000;
}

th{
	background-color: #C5B682;
	border: 1px solid #000000;
	font-weight: bold;
	color: #382B02;
	width: 170px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.nav_general td {
	text-align: center;
	padding: 10px 10px 0 10px;
	background-color: #303603;
}
td a{ 
	padding-top: 10px;
	color: #C5B682;
	text-decoration: none;
	text-align: center;
}
ul.navigation {
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
}
ul.navigation li {
	color: #C5B682;
	text-decoration: none;
	text-align: center;
	list-style: none;
}
ul.navigation li a {
	color: #C5B682;
	text-decoration: none;
	padding-top: 5px;
	list-style: none;
}

ul.navigation li a:hover {
	text-decoration: none;
	color: #703e07;
	padding-top: 5px;
	list-style: none;
}
ul.navigation li.active a:link{
	text-decoration: none;
	color: #8ed9be;
	padding-top: 5px;
	list-style: none;
}
ul.navigation li a:visited{
	text-decoration: none;
	color: #7a7952;
	padding-top: 5px;
	list-style: none;
}

/*-----------End Main Navigation Box----------------*/

/*-----------Secondary Navigation Box----------------*/
ul.secondaryNav li {
	list-style: none;
}
ul.secondaryNav li a{
	list-style: none;
	color: #C5B682;
	text-decoration: none;
	font-size: 14pt;
}
ul.secondaryNav li a:hover{
	color: #703e07;f
	text-decoration: none;
}
ul.secondaryNav li.active a:link{
	color: #8ed9be;
	text-decoration: none;
}
ul.secondaryNav li a:visited{
	color: #382600;
	text-decoration: none;
}
/*-----------End Secondary Navigation Box----------------*/




.transparent {
	background-color: transparent;
}


/*-----------End Main Navigation Box----------------*/

/*--------------Contact Form Styling------------------------*/
fieldset {
	float: left;
	clear: left;
	width: 100%;
	margin: 1.5em 1em 0 0;
	padding: 0 0 1em 0;
	border: 1px solid #000000;
	background-image: url(../images/gradient_background.jpg);
	background-repeat: repeat-x;
}

legend {
	margin-left: 1em;
	color: #000000;
	font-weight: bold;
}

fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}
fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}
fieldset.submit {
	float: none;
	width: auto;
	border: 0 none #fff;
	padding-top: 0;
	padding-left: 11em;
	background-color: transparent;
	background-image: none;
}
label {
	position: relative;
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align: right;
}
label em {
	left: 10em;
	position: absolute;
	top: -.6em;
}

/*--------------End Contact Form Styling------------------------*/

.clear {
	clear: both;
}
/*---------------------Breadcrumb Formatting---------------------*/
div#breadcrumb_menu a{
	color: #755F32;
	text-decoration: none;
	text-align: left;
	font-size: small;
}
div#breadcrumb_menu  a:link {
	color: #C5B682;
	text-align: left;
	text-decoration: none;
	font-size: small;
}
 div#breadcrumb_menu  a:visited {
	color: #7a7952;
	text-decoration: none;
	font-size: small;
	text-align: left;
}
div#breadcrumb_menu  a:hover {
	color: #d7c05d;
	text-align: left;
}
#center ul li{
		font-size: small;
		list-style-position: inside;
}

/*---------------------End Breadcrumb Formatting---------------------*/

/* ---------------------This is the footer formatting------------------------*/
#footer {
	margin: 0;
	padding: 0;
	background-image: url(../images/footer_background.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 550px;
}
#vod {
	margin-top: 25px;
	height: 125px;
}
#footer_info {
	z-index: 1000;
	margin-left: 75px;
}
#footerLeft {
	float: left;
	width: 150px;
	padding-top: 30px;
	padding-bottom: 15px;
}
#footerRight {
	float: right;
	text-align: center;
	width: 200px;
	padding-right: 100px;
	padding-bottom: 15px;
	padding-top: 30px;
	color: #755F32;
	font-size: small;
}

#footerRight a {
	color: #7a7952;
}
/*--------------------------hides spacing for all other browsers from IE-------------------*/
html>body #footerRight {
	padding-top: 115px;
}
html>body #footerLeft {
	padding-top: 110px;
}

/* ---------------------End footer formatting------------------------*/
