*	{
	margin: 0;
	padding: 0;
	}
	
/* ---------- General Styles ---------- */

body {
	background: #ebf5f9 url(../images/layout/background.gif) top left repeat-x;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size: small;
	}
	
#container {
	width: 930px;
	margin: 0 auto;
	}
	
#rightColumn {
	width: 625px;
	float: right;
	position: relative;
	z-index: 1;
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
#leftColumn {
	width: 270px;
	float: left;
	position: relative;
	z-index: 2;
	margin-top: 80px;
	margin-bottom: 20px;
	padding-bottom: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(../images/layout/left-column-swirl.gif) bottom center no-repeat;
	}
	
#footer {
	clear: both;
	margin-bottom: 30px;
	padding: 20px 0 30px 0;
	background: url(../images/layout/double-dotted.gif) top left repeat-x;
	}
	
/* ---------- Header Styles ---------- */
	
#strap {
	background: #165d9e url(../images/layout/strap-background.gif) bottom left repeat-x;
	}
	
#strap p {
	width: 940px;
	margin: 0 auto;
	padding: 10px 0 14px 0;
	color: #e7c448;
	text-align: right;
	}
	
#logo {
	position: absolute;
	margin: 15px 0 0 -30px;
	}
	
#nav {
	float: right;
	margin: 49px 0 0 0;
	position: relative;
	z-index: 101;
	}

#nav li {
	list-style: none;
	float: left;
	position: relative;
	z-index: 1;
	}
	
#nav li a {
	display: block;
	min-height: 32px;
	font-size: 26px;  /* -- hack for min-height IE6 -- */
	text-indent: -9999em;
	}
	
#navHome 			{ width: 63px; background: url(../images/nav/home.gif); }
#navAbout 			{ width: 63px; background: url(../images/nav/about.gif); }
#navNews 			{ width: 94px; background: url(../images/nav/latest.gif); }
#navBeliefs 			{ width: 68px; background: url(../images/nav/beliefs.gif); }
#navActivities 		{ width: 80px; background: url(../images/nav/activities.gif); }
#navPublications { width: 101px; background: url(../images/nav/publications.gif); }
#navSermons 		{ width: 80px; background: url(../images/nav/sermons.gif); }
#navContact 		{ width: 75px; background: url(../images/nav/contact.gif); }

#navHome:hover, #navHome a.active 						{ width: 63px; background: url(../images/nav/home-hover.gif); }
#navAbout:hover, #navAbout a.active 						{ width: 63px; background: url(../images/nav/about-hover.gif); }
#navNews:hover, #navNews a.active 						{ width: 94px; background: url(../images/nav/latest-hover.gif); }
#navBeliefs:hover, #navBeliefs a.active 						{ width: 68px; background: url(../images/nav/beliefs-hover.gif); }
#navActivities:hover, #navActivities a.active 				{ width: 80px; background: url(../images/nav/activities-hover.gif); }
#navPublications:hover, #navPublications a.active 	{ width: 101px; background: url(../images/nav/publications-hover.gif); }
#navSermons:hover, #navSermons a.active 				{ width: 80px; background: url(../images/nav/sermons-hover.gif); }
#navContact:hover, #navContact a.active 					{ width: 75px; background: url(../images/nav/contact-hover.gif); }

#nav li ul {
	position: absolute;
	width: 16em;
	display: none;
	border: 1px solid #165d9e;
	}

#nav li:hover ul, #nav li.sfhover ul {
	display: block;
	}

#nav li ul li {
	float: left;
	width: 16em;
	}
	
#nav li ul li a {
	display: block;
	width: 14em;
	min-height: 0;
	padding: 0.65em 1em;
	text-align: left;
	text-indent: 0;
	background: #eff6fb;
	border-bottom: 1px solid #fff;
	color: #1b73bd;
	font-size: 100%;
	text-decoration: none;
	}
	
#nav li ul li a.last {
	border-bottom: none;
	}
	
#nav li ul li a:hover {
	background: #1b73bd;
	color: #fff;
	}
	
	
/* ---------- Right Column ---------- */

#mainPic {
	position: absolute;
	width: 677px;
	height: 340px;
	margin-left: -26px;
	background: url(../images/layout/main-pic-background.jpg);
	}
	
#mainPic img, #googleMap {
	margin: 10px 36px 10px 37px;
	}
	
.timetable {
	width: 100%;
	}
	
.timetable td {
	padding: 6px 0;
	border-bottom: 1px dotted #9dbed9;
	}
	
.time {
	font-weight: bold;
	color: #1b232d;
	}
	
.newsHeading, .pubTitle {
	padding-bottom: 5px;
	border-bottom: 1px dotted #9dbed9;
	}
	
.newsTitle {
	float: left;
	width: 70%;
	font-size: 95%;
	}
	
.newsDate {
	width: 30%;
	float: right;
	margin-top: 40px;
	font-size: 90%;
	text-align: right;
	color: #717f8b;
	}
	
.pubTitle {
	font-size: 95%;
	}
	
#rightColumn .pubLink {
	font-size: 90%;
	}	
	
/* -- Calendar Styles -- */

#newCalendar select {
	margin: 0 0 0 3px;
	}
	
#newCalendar input {
	margin: 0 0 0 10px;
	}
	
#rightColumn #calendar {
	width: 100%;
	font-size: 110%;
	margin-top: 40px;
	}
	
#calendar th {
	padding: 8px 10px;
	text-align: left;
	color: #1b73bd;
	border-bottom: 1px dotted #9dbed9;
	}
	
#eventName {
	width: 270px;
	}
	
#date, #time {
	width: 65px;
	}
	
#calendar #time {
	text-align: right;
	padding-right: 15px;
	}
	
#calendar #date {
	padding-left: 10px;
	}
	
#location {
	width: 145px;
	}
	
#calendar td {
	vertical-align: top;
	padding: 15px 15px 15px 10px;
	border-bottom: 1px dotted #9dbed9;
	font-size: 90%;
	}
	
.calendarDate, .calendarTime {
	font-weight: bold;
	}
	
.calendarTime {
	text-align: right;
	}
	
#calendar .calendarDate {
	color: #1b232d;
	padding: 15px 5px 15px 10px;
	}
	
.eventDescription {
	color: #5f8fb4;
	line-height: 1.3em;
	margin: 5px 0;
	}

/* -- Sermon Archive Styles -- */

#newSeries select {
	margin: 0 0 0 3px;
	}
	
#newSeries input {
	margin: 0 0 0 10px;
	}
	
#rightColumn #sermonArchive {
	width: 100%;
	font-size: 110%;
	margin-top: 40px;
	}
	
#sermonArchive th {
	padding: 8px 10px;
	text-align: left;
	color: #1b73bd;
	border-bottom: 1px dotted #9dbed9;
	}
	
#series {
	width: 170px;
	}

#sermonArchive td {
	vertical-align: top;
	padding: 15px 15px 15px 10px;
	border-bottom: 1px dotted #9dbed9;
	font-size: 90%;
	}
	
.archiveDate {
	font-weight: bold;
	}
	
#sermonArchive td.archiveDate {
	padding-right: 30px;
	}
	
.archiveListen {
	text-align: right;
	}
	
#sermonArchive .archiveDate {
	color: #1b232d;
	padding: 15px 5px 15px 10px;
	}
	
#paging {
	text-align: right;
	}
	
#paging a, #current {
	margin: 3px;
	}

	
/* -- Contact Styles -- */

#googleMap {
	width: 606px;
	height: 320px;
	}

#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: 8px 5px 5px 0;
	font-weight: bold;
	color: #677783;
	}
	
#contactForm label.error {
	display: block;
	width: 100%;
	margin-left: 125px;
	padding: 10px 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: 400px;
	padding: 5px;
	}
	
#contactForm .submit {
	margin: 20px 86px 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;
	}
	
/* ---------- Left Column ---------- */

#headlines {
	margin-top: 10px;
	}

#headlines li {
	list-style: none;
	}
	
#headlines li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	font-size: 95%;
	color: #728ba0;
	border-bottom: 1px dotted #9dbed9;
	}
	
#headlines li.odd a {
	background: #eff6fb;
	}
	
#headlines li a:hover {
	color: #165d9e;
	background: #c1d9f0 url(../images/layout/link-arrow-hover.png) right center no-repeat;
	}
	
#quickLinks {
	margin: 50px 0 40px 0;
	padding: 15px 10px 20px 10px;
	border-bottom: 1px solid  #9dbed9;
	background: #fff url(../images/layout/quick-links-arrow.gif) top left no-repeat;
	}	
	
#quickLinks a {
	display: block;
	padding-left: 40px;
	color: #999b98;
	text-decoration: none;
	}
	
#quickLinks a:hover {
	color: #1b73bd;
	}
	
#quickSermons {
	background: url(../images/layout/headphones.gif) left center no-repeat;
	}
	
#quickCalendar {
	background: url(../images/layout/calendar.gif) left center no-repeat;
	}
	
#leftColumn table {
	width: 100%;
	}
	
#leftColumn table th, #rightColumn table.timetable th {
	display: none;
	}
	
#leftColumn table td {
	padding: 5px 10px;
	color: #717f8b;
	}
	
/* ---------- 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;
	color: #677783;
	}
	
#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #1b73bd;
	}
	
#footer a:hover {
	color: #1b232d;
	}
	
/* ---------- General Typography ---------- */

h1	{
	margin-top: 370px;
	color: #1b73bd;
	font-size: 180%;
	letter-spacing: -0.05em;
	}
	
#rightColumn h2 {
	margin-top: 40px;
	color: #1b73bd;
	font-size: 120%;
	letter-spacing: -0.05em;
	}
	
#leftColumn h2 {
	margin: 0 0 10px 10px;
	color: #1b73bd;
	font-size: 100%;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	}
	
#leftColumn h3 {
	margin: 17px 0 10px 0;
	color: #91af51;
	font-size: 100%;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	}
		
#rightColumn p, #rightColumn ul, #rightColumn table {
	margin: 20px 0;
	color: #677783;
	font-size: 120%;
	line-height: 1.4em;	
	}
	
#rightColumn li {
	margin: 8px 0 8px 20px;
	}
	
#rightColumn a {
	color: #1b73bd;
	text-decoration: none;
	}
	
#rightColumn a:hover {
	color: #1b232d;
	}
	
.right {
	text-align: right;
	}
	
/* ---------- Misc ---------- */

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

* html .clear {
	height: 1px;
	}

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

* + html #footer { padding-top: 10px; }
