/* PAGE STRUCTURE */

body { margin: 0; padding: 0; }
#page { margin: 0 auto; }

#page,
#pageHeader,
#pageBody,
#pageFooter {
	position: relative;
	width: 780px; /* 10px more than actual page width, to account for shadows */
}
#pageNavigation {
	position: absolute;
}

#pageHeader {
	height: 205px;
}
#pageBody {
	left: 10px;
	width: 760px;
	min-height: 500px;
	height:auto !important;
	height: 500px;
}
#pageBodyMain {
	position: relative;
	width: 322px;
	left: 222px;
	padding-bottom: 60px;
}
#pageBodyMain.wide {
	width: 526px;
}
#pageBodySecondary {
	position: absolute;
	width: 196px;
	left: 554px;
	top: 56px;
}
#pageFooter {
	height: 60px;
}



/* GLOBAL PRESETS */

body {
	font-family: Tahoma, sans-serif;
	font-size: 95%;
	line-height: 1.33em;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", sans-serif;
	line-height: 0.9em;
	padding: 0;
}
h2, h3, h4, h5, h6 { color: #600; }

p {
}

a {
	color: #0000d1;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.more {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 110%;
	margin: 0.5em 0;
	display: block;
}
a.top {
	font-family: "Trebuchet MS", sans-serif;
	display: block;
	width: 100%;
	text-align: right;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
a img { border: none; }

ol, ul, dl {
	margin: 0 0 0 25px;
	padding: 0;
}
li {
	margin: 1.25em 0;
	font-size: 95%;
	line-height: 1.25em;
}
li p {
	margin: 0 0 1em;
}


* a, * b, * i, * em, * span, * strong {
	font-family: inherit;
	font-size: inherit;
}
* sup {
	font-size: smaller;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
}
* sub {
	font-size: smaller;
	vertical-align: baseline;
	position: relative;
	bottom: -0.25em;
}

blockquote {
	margin: 20px;
}
cite {
	display: block;
	margin: 0 20px 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	text-align: right;
	font-variant: small-caps;
	font-size: 90%;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin: 12px 0;
}
table th,
table td {
	padding: 5px 2px;
}
table th {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
table td {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}



/* VISUAL STYLING */

body {
	background: #5b4f3f url(/_img/bg/browser.jpg) 0 0 repeat-x;
}



/* page */

#page {
	background: #fff url(/_img/bg/page.jpg) 0 0 repeat-y;
}



/* page header */

#pageHeader img {
	display: block;
}



/* page body */

#pageBody {
	background-position: 0 40px;
	background-repeat: no-repeat;
}
body.news #pageBody { background-image: url(/_img/bg/pg/typewriter.jpg); }
body.faq #pageBody { background-image: url(/_img/bg/pg/flight-packet.jpg); }
body.pastor #pageBody { background-image: url(/_img/bg/pg/compass.jpg); }
body.about #pageBody { background-image: url(/_img/bg/pg/map-goggles.jpg); }

#pageBodyMain h1 {
	position: relative;
	width: 740px;
	left: -212px;
	color: #b20738;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: normal;
	font-size: 36px;
	line-height: 26px;
	margin-top: 15px;
	border-bottom: 3px solid #b20738;
}

#pageBodySecondary {
	background-color: #eee;
	padding-bottom: 25px;
}
#pageBodySecondary h3 {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 100%;
	background-color: #b20738;
	color: #fff;
	padding: 8px 4px 0;
	margin-top: 0;
}
#pageBodySecondary .date {
	display: block;
	color: #444;
	text-transform: uppercase;
	font-size: 8px;
	letter-spacing: 0.1em;
	font-weight: normal;
}

/* page navigation */

#pageNavigation {
	left: 0;
	top: 0;
}

#mainNav {
	position: absolute;
	left: 0;
	top: 151px;
	width: 780px;
	height: 50px;
	background-image: url(/_img/bg/mainnavbar.jpg);
	background-repeat: no-repeat;
}
#mainNav * {
	margin: 0;
	padding: 0;
}
#mainNav li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
  	float: left;
  	height: 50px;
  	overflow: hidden;
}
#mainNav li a {
  	display: block;
  	padding: 50px 0 0 0;
}
#mainNav li a:hover {
 	background-position: 0 -50px;
}
#mainNav li.current a {
 	background-position: 0 -100px;
}
#mm_home, #mm_home a { width: 81px; background-image: url(/_img/nav/main/home.gif); }
#mm_news, #mm_news a { width: 78px; background-image: url(/_img/nav/main/news.gif); }
#mm_faq, #mm_faq a { width: 205px; background-image: url(/_img/nav/main/faq.gif); }
#mm_pictures, #mm_pictures a { width: 104px; background-image: url(/_img/nav/main/pictures.gif); }
/*
#mm_pastor, #mm_pastor a { width: 141px; background-image: url(/_img/nav/main/pastor.gif); }
#mm_support, #mm_support a { width: 104px; background-image: url(/_img/nav/main/support.gif); }
*/
#mm_about, #mm_about a { width: 133px; background-image: url(/_img/nav/main/about.gif); }
#mainNav ul {
	margin-left: 80px; /* manually centers (page width - all above widths, qty halved)*/
}



/* page footer */
#pageFooter {
	background: url(/_img/bg/pagefooter.jpg) no-repeat;
	text-align: center;
	margin-top: 100px;
}
#pageFooterText {
	position: relative;
	top: 20px;
}
#pageFooterText {
	color: #ccc;
	font-size: 10px;
	line-height: 1em;
}
#pageFooterText a {
	color: #ddd;
}
img#footerRLC {
	position: absolute;
	left: 48px;
	top: -95px;
}
