.subpages {
	text-decoration: none;
}.headline {
	font-family: "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
.headline2 {
	font-family: "Century Gothic", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #50625d;
}

.subheadline {
	font-family: "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

.subheadline2 {
	font-family: "Century Gothic", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #50625d;
}

.text-headline {
	font-family: "Century Gothic", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #50625d;
}

.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

.body-text-sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fafafa;
}

.sitename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

.bodysmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.bodysmallblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.system {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

.syssmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}

.printlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #1f79d1;
}

.footer, .bottom_links, a.footer, a.bottom_links, a.footer:visited, a.bottom_links:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #62756f;
}

a, a:visited {
	text-decoration: underline;
	color: #1f79d1;
}

a:hover {
	text-decoration: none;
}

a.headline, a.headline:visited {
	font-family: "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
        text-decoration:none;
}

.devotiontitle {
	font-family: "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height:1.75em;
	color: #000;
}

.byline {
	font-family: "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height:1.75em;
	color: #000;
}
#devotional p {
	padding-bottom: 10px;
	display: block;
	font-size: 12px;
	line-height: 1.35em;
	color: #000;
}

/* ---------- RESET DEFAULT SETTINGS ---------- */

body,div,dt,dd,dl,h1,h2,h3,h4,h5,h6,form,fieldset,pre,p,blockquote { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset,img {border: 0;}
caption,th {text-align: left;}
q:before,q:after {content:'';}


html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#body {
	background: #111212 url('../../../site/1/template/page_bg.gif') repeat-x top center;
}

/* ---------- DIVS ---------- */

#page {
	width: 972px;
	min-height: 720px;
	height: auto !important;
	height: 720px;
	margin: 0 auto;
	padding: 0 0 8px;
}

#header {
    width: 972px;
	height: 181px;
}

#wrapper {
	width: 960px;
	min-height: 550px;
	height: auto !important;
	height: 550px;
	padding: 0 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: url('../../../site/1/template/wrapper_bg.gif') repeat-y top center;
}

#navigation {
	width: 940px;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	padding: 8px 10px;
	border-bottom: 3px solid #273734;
	text-align: center;
	background: #6a7d77 url('../../../site/1/template/nav_bg.gif') repeat-x top left;
}

#outer_container {
	position: relative;
}

#container {
    width: 960px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	overflow: auto;
	background: #fff url('../../../site/1/template/map_bg.gif') no-repeat top left;
}

#devotional {
	width: 292px;
	min-height: 235px;
	height: auto !important;
	height: 235px;
	padding: 20px 225px 0 22px;
	background: transparent url('../../../site/1/template/devotional_bg.jpg') no-repeat top right;
}

#content_container {
	width: 960px;
	min-height: 345px;
	height: auto !important;
	height: 345px;
	background: transparent url('../../../site/1/template/content_container_bg.gif') repeat-y top right;
}

#content {
	width: 660px;
	min-height: 325px;
	height: auto !important;
	height: 325px;
	padding: 20px 30px;
}

#content_left {
	width: 656px;
	min-height: 325px;
	height: auto !important;
	height: 325px;
	padding: 20px 22px 0;
}

#content_right {
	width: 228px;
	min-height: 325px;
	height: auto !important;
	height: 325px;
	padding: 20px 16px 0;
}

#sidebar {
	width: 200px;
	min-height: 325px;
	height: auto !important;
	height: 325px;
	padding: 20px;
}

#separator {
	width: 960px;
	height: 32px;
	background: url('../../../site/1/template/separator_bg.gif') no-repeat top center;
}

#bottom {
	width: 960px;
	min-height: 67px;
	height: auto !important;
	height: 67px;
	padding: 3px 0 5px;
	overflow: auto;
	background: url('../../../site/1/template/bottom_bg.gif') no-repeat bottom center;
}

#footer {
	width: 100%;
	min-height: 10px;
	height: auto !important;
	height: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #cfcfcf;
}

/* ---------- ARTICLE ---------- */

#wrapper.article {
	min-height: 440px;
	height: auto !important;
	height: 440px;
}

#container.article {
	width: 960px;
	min-height: 410px;
	height: auto !important;
	height: 410px;
	position: static;
	background: transparent url('../../../site/1/template/container_bg.gif') repeat-y top left;
}

/* ---------- ADMIN ---------- */

#container.admin {
	width: 900px;
	min-height: 410px;
	height: auto !important;
	height: 410px;
	padding: 15px 30px;
	background: #fff;
}

/* ---------- STYLES ---------- */

.alignLeft {
	float: left;
}

.alignRight {
	float: right;
}

.clearfix:after {
	clear: both;
	height: 0;
	content: '.';
	display: block;
	visibility: hidden;
}

/* ---------- WRAPPER ---------- */

#wrapper img.map_top {
	width: 80px;
	height: 84px;
	position: absolute;
	top: 48px;
	left: -80px;
}

#wrapper img.map_bottom {
	width: 22px;
	height: 49px;
	position: absolute;
	top: 485px;
	left: -22px;
}

/* ---------- NAVIGATION ---------- */

#navigation ul.navigation {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation ul.navigation li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
#navigation ul.navigation li a, #navigation ul.navigation li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
#navigation ul.navigation li a:hover {
	text-decoration: underline;
}

#navigation ul.navigation li.navigation_separator {
	margin: 0 4px;
}

ul.MenuBar1 {
	margin-top: 0;
	margin-bottom: 0;
}

/* ---------- CONTENT ---------- */

#content_left img.map_wrapper {
	width: 470px;
	height: 328px;
	float: left;
}

#devotional .headline, #content_container .headline {
	margin-left: -22px;
	padding-left: 22px;
	background: url('../../../site/1/template/arrow_orange.gif') no-repeat top left;
}

/* ---------- BOTTOM ---------- */

#bottom #search {
	width: 270px;
	height: 55px;
	padding: 12px 0 0 24px;
}

#bottom #search input.search_field {
	margin-top: 4px;
	border: 1px solid #697c77;
}

#bottom #contact_info {
	width: 406px;
	min-height: 55px;
	height: auto !important;
	height: 55px;
	padding: 12px 0 0 0;
	text-align: center;
}

#bottom #sda_logo {
	width: 260px;
	height: 55px;
	padding: 12px 0 0 0;
	background: transparent url('../../../site/1/template/sda_logo.gif') no-repeat center center;
}
