/*--------------------------------------------------GLOBAL RESETS AND SETUP--*/

html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Georgia, Arial, Helvetica, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6, pre, blockquote, ol, dl, address {
	color: #fff;
	margin: 1em 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

dd {
	margin-left: 1em;
}

blockquote {
	font-style: italic;
	padding: 5px 0 5px 30px;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

input, select, textarea {
	padding: 3px;
	font-size: 100%;
	font-family: Verdana;
	background: #eee;
	border: #bbb solid 1px;
}

input.submit {
	font-size: 0.9em;
	color: #fff;
	background: #930;
	cursor: pointer;
}

img, a {
	border: 0;
}

ul {
	list-style-type: none;
	padding:0;
	margin:0;
}

li {
	list-style-type: none;
	padding:0;
	margin:0;
}
/*--------------------------------------------------------------TAG FORMATS--*/
body {
	text-align: center;
	color: #ddd;
	background: #443D37 url("../images/site_bg.jpg") top center no-repeat;
}

h1 {
	margin-bottom: 15px;
	font-size: 1.5em;
	font-weight: normal;
}

a {
	color: #930;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img.align_left {
	margin-right: 10px;
	float:left;
}

img.align_right {
	float:right;
	margin-left: 10px;
}

table {
	margin: 20px 0 40px;
}

.table_left {
	text-align: left;
}

.table_right {
	padding-right: 5px;
	text-align: right;
}

td, th {
	padding: 4px 0;
	font-size: 0.9em;
	text-align: center;
}

td {
	border-bottom: #8B864C solid 1px;
}

/*--------------------------------------------------------------TEXT FORMATS--*/
.plus_ten 					{font-size:1.1em !important;}
.less_ten 					{font-size:0.9em !important;}
.less_fifteen				{font-size:0.85em !important;}
.small 							{font-size:0.8em !important;}
.tiny 							{font-size:0.7em !important;}
.large 							{font-size:1.3em !important;}
.white 							{color: #fff !important;}
.lite_gray					{color: #999 !important;}
.gray 							{color: #555 !important;}
.yellow							{color: #ffc !important;}
.orange							{color: #f93 !important;}
.squash							{color: #fc6 !important;}
.olive							{color: #8B864C !important;}
.red							{color: #ff0000 !important;}

.superscript 				{line-height: 0.2em;font-size: 0.8em;}
.bold								{font-weight: bold;}
.italic							{font-style: italic;}
.right_buffer				{margin-right: 5px;}
.left_buffer				{margin-left: 5px;}
.short_line_height	{line-height: 1.0em;}

.hide_this					{display: none;}
.show_this					{display: visible;}

.float_left					{float: left;}
.float_right				{float: right;}

.framed_image	{
	margin: 0 20px 20px 0;
	padding: 10px;
	background: #cbcda3;
	border: #a6aa73 solid 1px;
}

.excerpt {
	margin: 0 0 20px;
	padding: 20px;
	font-size: 0.9em;
	background: #cbcda3;
	border: #a6aa73 solid 1px;
}

.checkmark {
	margin-right: 10px;
}

/*---------------------------------------------------------------CONTAINERS--*/
#top_menu {
	margin: 0 auto 110px;
	padding: 8px 20px 0 0;
	width: 740px;
	height: 12px;
	text-align: right;
	font-size: 0.9em;
}

#top_menu a {
	margin-left: 20px;
	color: #ccc;
}

#banner {
	margin: 0 auto 20px;
	padding: 1px 20px 0 190px;
	width: 550px;
	height: 187px;
	text-align: left;
	color: #fff;
	background: url("../images/banner_bg.jpg") top left no-repeat;
}

.section_heading {
	margin: 0 auto 10px;
	padding: 0;
	height: 20px;
	width: 760px;
	text-align: left;
	font-weight: bold;
	color: #CDCD9B;
}

.section_heading p {
	margin: 0 20px;
	background: url("../images/faded_line.jpg") 0 50% repeat-x;
}

.section_heading span {
	padding: 0 10px 0 0;
	background: #443D37;
}

#wrapper_tabs {
	margin: 0 auto;
	width: 760px;
	height: 70px;
	background: url("../images/wrap_top.jpg") top center no-repeat;
}

#wrapper_top {
	margin: 0 auto;
	width: 760px;
	height: 39px;
	background: url("../images/wrapper_bg.jpg") top center no-repeat;
}

.tab_menu {
	height: 20px;
}

.tab_menu {
	margin-left: 20px;
}

.tab_menu li {
	float: left;
	margin: 2px 0 0;
	padding: 8px 10px 0;
	width: 180px;
	height: 31px;
	text-align: left;
	line-height: 1.6em;
	color: #ddd;
	background: #8B864C;
	border-top: #8B864C solid 1px;
	cursor: pointer;
}

.current {
	color: #333 !important;
	background: url("../images/tab_bg.gif") top left repeat !important;
	border-top: #D9DABB solid 1px !important;
}

.hover {
	background: #a59f67 !important;
	border-top: #D9DABB solid 1px !important;
}

.wrapper {
	margin: 0 auto;
	padding: 0 30px;
	width: 696px;
	height: 300px;
	text-align: left;
	color: #333;
	background: #D9DABB;
	border: #000 solid 2px;
	border-top: 0;
}

.about {height: 600px;}
.book {height: 800px;}
.excerpts {height: 1200px;}
.prayer {height: 1000px;}
.spa-content {height: 750px;}


.book img {
	margin: 0 20px 0 0;
}

.wrapper_column, .wrapper_book {
	float: left;
	margin: 30px 30px 0 0;
	height: 85%;
	width: 63%;
}

.wrapper_book {
	width: 250px !important;
}

.wrapper_element {
	float: left;
	margin: 30px 30px 0 0;
	width: 200px;
	height: 100px;
}

.wrapper_button {
	margin-right: 40px !important;
}

ul.prayer_points {
	margin: 20px 0;
	padding: 20px;
	background: #cbcda3;
	border: #a6aa73 solid 1px;
}

ul.prayer_points li {
	margin: 0 0 10px;
	font-size: 0.8em;
}

#footer {
	margin: 50px 0 0;
	padding: 30px 0;
	height: 150px;
	font-size: 0.8em;
	background: #2C2723;
	border-top: #000 solid 2px;
}

#footer a {
	margin-right: 8px;
	color: #777;
}

#footer a:hover {
	color: #fff;
}

.content {
	width: 760px;
	margin: 0 auto;
}

.spa {
	float: right;
	margin: -90px 0 0 0;
}

h3 {
	color: #000;
	margin-top: 40px;
}

p {
	margin: 10px 0;
}