*	{
	margin: 0;
	padding: 0;
	}
	
body {
	background: #752504 url(../images/layout/body-background.jpg) top center no-repeat fixed;
	font-family: Helvetica, "Trebuchet MS", Arian, sans-serif;
	font-size: small;
	}
	
#header {
	height: 239px;
	}
	
#headerContent {
	width: 900px;
	margin: 0 auto;
	}
	
#mainContent {
	width: 960px;
	margin: -130px auto 0 auto;
	position: relative;
	z-index: 2;
	background: #f1eee5 url(../images/layout/content-background.jpg) top center no-repeat;
	}
	
#leftColumn {
	float: left;
	width: 545px;
	margin: 0 0 40px 30px;
	padding-top: 20px;
	font-size: 115%;
	line-height: 1.5em;
	color: #3e3429;
	}
	
#rightColumn {
	float: right;
	width: 257px;
	margin: 0 54px 40px 0;
	padding: 80px 18px 0 18px;
	background: url(../images/layout/right-column-background.gif) repeat-y;
	}
		
#footer {
	clear: both;
	margin: 0 30px;
	padding: 20px 0 30px 0;
	color: #756e60;
	background: url(../images/layout/double-strike.gif) top left repeat-x;
	font-size: 95%;
	}
	
#bottomStrip {
	position: fixed;
	bottom: 0;
	height: 44px;
	width: 100%;
	z-index: 1;
	background: url(../images/layout/footer-background.gif) repeat-x;
	}
	
/* ---------- Header Styles ---------- */

#logo {
	position: absolute;
	margin: 55px 0 0 0;
	}

#nav {
	float: right;
	margin: 74px 0 0 0;
	position: relative;
	z-index: 101;
	}

#nav li {
	list-style: none;
	float: left;
	position: relative;
	z-index: 1;
	background: #56687f;
	margin-left: 1px;
	}
	
#nav li:hover {
	background: #d3e2f4;
	}
	
#nav li:hover a {
	color: #364559;
	}
	
#nav li a {
	display: block;
	padding: 10px 16px;
	color: #fff;
	text-decoration: none;
	}
	
#nav li a.active {
	background: #ecbd70;
	color: #2e4f79;
	}

#nav li ul {
	position: absolute;
	width: 200px;
	left: -999em;
	border: 1px solid #364559;
	border-top: none;
	}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	margin-left: -1px;
	}

#nav li ul li {
	float: left;
	width: 14em;
	margin-left: 0;
	}
	
#nav li ul li a {
	display: block;
	width: 160px;
	min-height: inherit;
	padding: 10px 20px;
	text-align: left;
	text-indent: 0;
	background: #d3e2f4;
	border-bottom: 1px solid #364559;
	color: #2e4f79;
	font-size: 100%;
	text-decoration: none;
	}
	
#nav li ul li a.last {
	border-bottom: none;
	}
	
#nav li ul li a:hover {
	background: #ecbd70;
	color: #2e4f79;
	}


/* ---------- Left Column Styles ---------- */

#bannerContainer {
	position: absolute;
	margin: 62px 0 0 61px;
	}

#statement {
	margin: 30px 0 0 22px;
	}
	
#googleMapContainer {
	width: 531px;
	height: 320px;
	margin-top: 10px;
	padding: 6px;
	background: #fff;
	border: 1px solid #cdc7b8;
	}
	
#googleMap {
	width: 531px;
	height: 320px;
	}
	
.fancy {
	font-style: italic;
	color: #89600d;
	font-size: 110%;
	padding: 0 0 10px 0;
	}
	
.blueHighlight, .eventDescription strong, .sermonLink {
	text-transform: uppercase;
	color: #3f699b;
	font-size: 90%;
	}
	
#leftColumn p.short {
	margin: 10px 0;
	}
	
.simpleTable, .addresses {
	margin: 30px 0;
	}
	
.simpleTable td {
	padding: 4px 40px 4px 0;
	}
	
.addresses td {
	padding: 4px 40px 4px 0;
	font-size: 90%;
	vertical-align: top;
	}
	
.addresses td.redHighlight {
	padding-right: 10px;
	}
	
#leftColumn ul {
	margin-bottom: 20px;
	}
	
#leftColumn ul li {
	margin: 8px 25px;
	}
	
#newCalendar select {
	margin: 0 0 0 3px;
	}
	
#newCalendar input {
	margin: 0 0 0 10px;
	}
	
#calendar {
	font-size: 100%;
	margin-top: 40px;
	}
	
#calendar th {
	padding: 8px 0;
	font-size: 90%;
	text-align: left;
	background: #e0d8c7;
	color: #763216;
	border-top: 1px solid #d1ccbf;
	border-bottom: 1px solid #d1ccbf;
	}
	
#eventName {
	width: 260px;
	}
	
#calendar th#time {
	text-align: right;
	padding-right: 10px;
	}
	
#date, #time {
	width: 55px;
	}
	
#calendar #date {
	padding-left: 10px;
	width: 65px;
	}
	
#location {
	width: 105px;
	}
	
#calendar .even {
	background: #eae7dc;
	}
	
#calendar td {
	vertical-align: top;
	padding: 10px 5px 10px 0;
	font-size: 85%;
	}
	
.calendarDate, .calendarTime {
	font-weight: bold;
	}
	
#calendar .calendarTime {
	padding-right: 10px;
	text-align: right;
	}
		
#calendar .calendarDate {
	color: #3f699b;
	padding: 10px 5px 10px 10px;
	font-size: 85%;
	}
	
.eventDescription {
	color: #756e60;
	line-height: 1.2em;
	margin: 5px 10px 5px 0;
	}
	
.sermonHead {
	background: url(../images/layout/double-strike.gif) bottom left repeat-x;
	}
	
.sermonTitle {
	float: left;
	width: 60%;
	background: none;
	margin-bottom: 0;
	}
	
.sermonLink {
	color: #585b7c;
	font-weight: bold;
	font-size: 85%;
	float: right;
	width: 35%;
	margin-top: 5px;
	text-align: right;
	text-decoration: none;
	}
	
.sermonText {
	padding-bottom: 20px;
	}
	
.imageRight {
	float: right;
	margin: 0 0 10px 20px;
	padding: 6px;
	background: #fff;
	border: 1px solid #cdc7b8;
	}
		
	
/* -- Contact Form Styles -- */

#formContainer {
	margin: 30px 0 20px 0;
	}

#contactForm fieldset {
	border: none;
	margin: 15px 0;
	}
	
#contactForm fieldset.firstField {
	margin-top: 30px;
	}
	
#contactForm label {
	float: left;
	width: 100px;
	margin-right: 20px;
	padding: 3px 5px 5px 0;
	font-weight: bold;
	font-size: 95%;
	}
	
#contactForm label.error {
	display: block;
	width: 100%;
	margin-left: 125px;
	padding: 2px 0 0 0;
	font-weight: normal;
	font-size: 85%;
	color: #933;
	}
	
#contactForm h4 {
	float: right;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	font-size: 140%;
	font-family: Baskerville, Georgia, serif;
	text-align: center;
	color: #933;
	}
		
.field input, .field textarea {
	width: 360px;
	padding: 5px;
	}
	
#contactForm .submit {
	margin: 20px 50px 0 0;
	text-align: right;
	}
	
.response {
	font-size: 90%;
	padding: 12px 10px 12px 45px;
	background: #fcfefe url(../images/layout/stop.gif) left center no-repeat;
	color: #752504;
	}
	
#sent {
	background: #fcfefe url(../images/layout/check.gif) left center no-repeat;
	}

	
/* ---------- Right Column Styles ---------- */

#bookmarkTitle {
	position: absolute;
	width: 330px;
	height: 59px;
	margin: -70px 0 0 -36px;
	text-indent: -9999px;
	background: url(../images/layout/bookmark-title.jpg);
	}
	
#bookmarkBottom {
	float: left;
	margin: 0 0 0 -18px;
	}
	
.bookmarkLinks {
	margin: 10px 0 10px 0;
	padding-bottom: 25px;
	background: url(../images/layout/bookmark-divider.gif) bottom left no-repeat;
	}
	
.bookmarkLinks a {
	display: block;
	width: 60px;
	height: 26px;
	text-indent: -9999px;
	background: url(../images/buttons/view.gif);
	float: right;
	margin-left: 4px;
	}

.bookmarkLinks a:hover {
	background: url(../images/buttons/view-hover.gif);
	}

	
/* ---------- Footer Styles ---------- */

#footer ul {
	float: left;
	width: 50%;
	margin-top: 10px;
	}
	
#footer li {
	list-style: none;
	display: inline;
	margin-right: 18px;
	}
	
#footer p {
	float: right;
	width: 45%;
	margin: 0;
	line-height: 1.4em;
	text-align: right;
	}
	
#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #3f699b;
	}
	
#footer a:hover {
	color: #1b232d;
	}

/* ---------- Typography Styles ---------- */

h1	{
	font-size: 100%;
	padding-bottom: 10px;
	margin: 3px 0 20px 0;
	color: #3f699b;
	background: url(../images/layout/double-strike.gif) bottom left repeat-x;
	text-transform: uppercase;
	}
	
h2	{
	margin: 40px 0 0 0;
	font-size: 90%;
	text-transform: uppercase;
	color: #3f699b;
	}
	
#leftColumn h3, .redHighlight {
	color: #763216;
	text-transform: uppercase;
	font-size: 90%;
	}
	
#leftColumn .redHighlight {
	font-size: 80%;
	font-weight: bold;
	}
	
#leftColumn .short .redHighlight {
	font-size: 85%;
	}
			
#rightColumn h3 {
	color: #763216;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 3px;
	}
	
#leftColumn p {
	margin: 12px 0 28px 0;
	}
	
#rightColumn p {
	margin: 3px 0;
	color: #756e60;
	line-height: 1.5em;
	}
	
.tiny {
	font-size: 85%;
	}
	
#leftColumn a {
	color: #763216;
	}
	
#leftColumn a:hover {
	color: #3f699b;
	}
		
/* ---------- Misc ---------- */

.clear:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

* html .clear {
	height: 1px;
	}

*:first-child+html .clear {
	min-height: 1px;
	}
	
.cleared {
	clear: both;
	}
	
/* ---------- IE7 Niceness ---------- */

* + html #rightColumn { margin-top: -5px; }
* + html #bookmarkBottom { margin-bottom: -5px; }
* + html #nav { margin-top: 72px; }
