/*       General
======================= */

* {
	margin:0;
	padding:0;
}
html{ height: 100%;  margin-bottom: 1px; }
html *{ padding: 0; margin: 0; }

body {
	background:#330000 url(../images/bg.gif) repeat-x left top;
	text-align:center;
}

div { position: relative;}
.left { float:left; }
.right { float:right; }

/*       Links
======================= */
a {
color:#701111;
text-decoration:underline;
}
a:hover {
color:#000;
text-decoration:none;
}

a img {
	border:none;
}
a:active, a:focus {
	outline:0;
}

/*       Text
======================= */

body, td, th, div, p, ul, li, h1, h2, h3 {
	font: 12px Arial, Helvetica, sans-serif;
	color:#333;
	}

h1, h2, h3, p, table {
	margin-left:25px;
    margin-right:25px;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#701111;
	font-style:italic;
}
h1{
	font-size:22px;
	margin-top:30px;
	margin-bottom:20px;
}
h2 {
	font-size: 18px;
	margin-top:10px;
	margin-bottom:5px;
}
h3 {
	font-size: 15px;
	margin-top:10px;
	margin-bottom:5px;
}
p{
	padding-bottom:10px;
	line-height:20px;
}
#Content ul{
	padding: 0 30px 10px 40px;
	margin:0 0 0 20px;
}
#Content ul li{
	padding: 0 0 9px 0;
}
#Content li ul{
	padding: 0 0 0 0;
	margin:0 0 0 15px;
}
#Content li ul li {
	padding: 9px 0 0  0;
	}
	
#ContentLeft h1, #ContentRight h1  {
margin-top:10px;
margin-bottom:15px;
}



/*     Float containers fix 
=============================== */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


/*       Navigations
======================= */

/* Fix IE. Hide from IE Mac \*/
* html #LeftNav li { float: left; height: 1%; }
* html #LeftNav li a { height: 1%; }
/* End */

#LeftNav {
	list-style:none;
	padding:0 20px;
	margin:0;

}
#LeftNav li a {
	display:block;
	padding:10px 0 10px 20px;
	border-bottom:1px dashed #333;
	color:#FFF;
	text-decoration:none;
	font-size:13px;
	background:#554534;
	width:190px;
	w\idth:170px;
}
#LeftNav li{
   position:relative;
}
#LeftNav li a:hover {
	color:#aba184;
	background:#554534 url(../images/bgm.gif) no-repeat left center;
}

#LeftNav li ul {
	position: absolute;
	left: -999em;
        top:0;
   margin:0;
z-index:20;
list-style:none;
border-left:2px solid #333;
  background:#685845;

}
#LeftNav li ul a{
  background:#685845;
}
#LeftNav li ul a:hover{
  background:#685845;

}
#LeftNav li:hover ul,
#LeftNav li.sfhover ul /*suckerfish*/ { 
	left: 190px;
}

/*       Logo
======================= */
#Header h1, #HeaderHome h1 {
	height:100px;
	width:200px;
	margin:0;
	padding:10px 20px 10px 36px;
} 
#Header h1 a, #HeaderHome h1 a {
	background: url(../images/saint-james.gif) no-repeat;
	height:100px;
	width:200px;
	display:block;
	text-indent:-9999px;
}

#pastors {
	background:#6e0e00;
	text-align:center;
	color:#fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	margin:0;
	padding:3px 15px 3px 15px;
}
#pastors a{
color:#fff;
text-decoration:none;
}
#pastors a:hover{
color:#fff;
text-decoration:underline;
}

/*       Layout
======================= */
#Page {
	width:750px;
	background:#FFFFFF;
	margin:0 auto;
	text-align:left;
}
#HeaderHome {
	height:120px;
}
#Header {
	height:120px;
	background: url(../images/header.jpg) no-repeat right top;
}
#Main {
	background: url(../images/bgc.gif) repeat-y left top;
}
#MainIn {
	background: url(../images/bgl.gif) no-repeat left bottom;
	padding-bottom:20px;
}
#LeftColumn {
	width:230px;
	float:left;
	padding-bottom:220px;
	z-index:17;

}
#Content {
	width:520px;
	float:left;
z-index:15;
}

#Banner {
	margin:0;
	padding:0;
	line-height:normal;
}

#ContentLeft {
	float:left;
	width:300px;
	border-right: 1px dashed #bbb399;
	margin-top:15px;
}
#ContentRight {
	float:left;
	width:219px;
	margin-top:15px;
}
.cols2 {
float:left;
display:inline;
width:48%;
}
#Flash {
    margin-left: 20px;
}


/* ************  Forms ************* */


form {
	margin: 25px;
}
input, textarea, select {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
}
form fieldset {
	display: block;
	width: 26em;
	margin: 0 0px 3em;
	padding: 0 1em 1em;
	border: 1px solid #701111;
}
form .submit {
	width: auto;
}
form legend {
	color: #701111;
        font: 15px;
        font-weight: bold;
}

form input, 
form textarea {
	display: block;
	width: 24em;
}

form label {
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
}

form label.first {
	padding-top: 1em;
}
form select {
	display: block;
}


/*     Footer
========================= */

#Footer {
	background:#554534 url(../images/bgf.gif) repeat-y left top;
	border-top:20px solid #6e0e00;
}
#Footer p {
	padding:20px 0 20px 240px;
	color:#FFF;
	margin:0;
}
#Copyrights {
	background:#300;
	
}	
#Copyrights a, 
#Copyrights a:hover {
	color:#600;
}	
#Copyrights p {
text-align:center;
margin:0;
padding:10px;
color:#600;
}

/*     printer styles
========================= */
@media print{
/* Hide unwanted elements */
#LeftColumn, #Banner, #Header p, #HeaderHome p, #Copyrights  {display:none;}
#Header, #HeaderHome {border-bottom:1px solid #7a1401; }
#Header, #HeaderHome, #Header h1, #HeaderHome h1, #Header h1 a, #HeaderHome h1 a {
	width: 100%;
	height: 35px;
	font-size:20px;
	margin:0;
	padding:0;
	text-indent:0;
	text-decoration:none;
}
/* Kill floats */
#Page, #Main, #MainIn, #Content, #Footer, #ContentLeft, #ContentRight, .left, .right {width:100%; float:none;}
/* Kill Backgournds */
body, #Page, #Header, #Header a, #HeaderHome, #HeaderHome a, #Main, #MainIn, #Footer, #Footer p { background: none; margin:0; padding:0; }
#Footer { border-top:1px solid #7a1401;}
h1, h2, h3, table, p {
margin-left: 0;
margin-right:0;}
}
