body {
	background-color: #F0F0E8;
	background-image: url(/assets/images/bkgd_body.jpg);
	background-repeat: repeat-x;
	color: #464642;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 11px;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
}

div.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

div.field {
	float: left;
	margin-right: 20px;
}

div.left {
	float: left;
}

div.right {
	float: right;
}

div.shadowbox_message {
	background-color: #FFF;
	background-image: url(/assets/images/bkgd_content_sub.jpg);
	background-repeat: repeat-x;
	color: #507224;
	font-size: 16px !important;
	height: 80px;
	width: 330px;
}

div.shadowbox_message a {
	color: #6E9C31 !important;	
	font-size: 12px !important;
}

div.validationmessage {
	color: #C00;
	font-weight: bold;
	margin-bottom: 13px;
}

fieldset {
	border: 1px dotted #AAA;
	margin-top: 30px;
	padding: 5px 20px 20px 20px;
}

form {
	font-size: 12px;
	margin: 0px;
}

form div.left {
	float: left;
	text-align: left;
	width: 275px;
}

form div.right {
	float: left;
	text-align: left;
	width: 275px;
}

form div.left label,
form div.right label {
	display: inline;
}

hr {
	background: none;
	height: 1px;
	margin: 20px 0px;
	border: none;
	border-bottom: 1px dotted #60605A;
}

img {
	border: none;
}

input {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
}

input.checkbox {
	margin: 0px 5px 0px 0px;
	vertical-align: baseline;
}

/*
input.submit, input.cancel {
	background-color: #F7901E;
	border: none;
	color: #FFF;
	font-size: 11px;
	height: 24px;
	letter-spacing: 1px;
	padding-bottom: 2px;
	text-transform: uppercase;
	vertical-align: top;
}*/

input.text {
	background-color: #EEE;
	border: none;
	height: 20px;
	margin-bottom: 10px;
	padding: 4px 6px 0px 6px;	
}

label {
	font-size: 12px;
	color: #464642;
	line-height: 19px;
	display: block;
	font-weight: bold;
	margin-bottom: 1px;
}

label.required, label.invalid {
	color: #C00;
}

legend {
	background-color: #FFF;
	color: #507224;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 5px 10px 5px;
}

select {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
}

table {
	border-collapse: collapse;
	padding: 0px;
}

textarea {
	background-color: #EEE;
	border: none;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 4px 6px 0px 6px;	
}

/* CONTAINTER */
#container {
	width: 100%;
}


/* HEADER */
#header_home,
#header_sub {
	background-repeat: no-repeat;
	height: 164px;
	overflow: hidden;
	width: 966px;
}

#header_home {
	background-image: url(/assets/images/bkgd_header_home.jpg);
}

#header_sub {
	background-image: url(/assets/images/bkgd_header_sub.jpg);
}


/* UTILITY NAVIGATION */
#nav_utility {
	color: #FFF;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	height: 124px;
	padding-top: 4px;
	width: 966px;
}

#nav_utility form {
	display: inline;
}

#nav_utility input.text {
	background-color: #FFF;
	font-size: 11px;
	height: 16px;
	margin: 0px;
	padding: 2px 6px 1px 6px;	
	width: 135px;
}

#nav_utility label {
	display: inline;
	margin: 0px;
}

#nav_utility li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px 16px 0px 0px;
}

#nav_utility div.right li {
	padding: 0px;
}

#nav_utility li a {
	color: #FFF;
	text-decoration: none;
}

#nav_utility li a:hover {
	color: #60605A;
}

#nav_global {
	color: #FFF;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	height: 36px;
	width: 966px;
}

#nav_global li {
	float: left;
	height: 36px;
	position: relative;
}

#nav_global li.active {
	background-color: #507224;
}

#nav_global li a {
	color: #FFF; 
	display: block;
	float: left;
	height: 26px;
	letter-spacing: 1px;
	margin: 0px 0px -12px 0px;
	padding: 6px 17px 0px 17px;
	text-decoration: none; 
	text-transform: uppercase;
}

#nav_global li:hover a, li a:hover {	
	color: #D6CB83;
}

#nav_local {
	background-color: #507224;
	color: #FFF;
	height: 36px;
	padding: 0px 4px;
	width: 958px;
	clear: both;
	z-index: 100;
	float: left;
}

#nav_local li {
	float: left;
	list-style-type: none;
	margin: 0px 0px -12px 0px;
	padding: 6px 13px 0px 13px;
	position: relative;
}

#nav_local li a {
	color: #F0F0E8; 
	height: 26px;
	text-decoration: none; 
}

#nav_local li:hover a, #nav_local li a:hover {	
	color: #D6CB83;
}	

#main_home, #main_sub {
	background-color: #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	min-height: 200px; /* CSS MIN-HEIGHT HACK */
	height: auto !important; /* CSS MIN-HEIGHT HACK */
	height: 200px; /* CSS MIN-HEIGHT HACK */
	text-align: left;
	width: 966px;
}

#carousel {
	background-color: #C4CDAD;
	height: 268px;
	overflow: hidden;
	position: relative;
	width: 966px;
}

#carousel .slide {
	left: 0px;
	position: absolute;
	top: 0px;
}

#carousel .thumbContainer {
	left: 20px;
	position: absolute;
	top: 20px;
}

#carousel .thumbContainer a {
	color: #FFF;
	text-decoration: none;
}

#carousel .thumbContainer .selected {
	border: 1px solid #FFF;
	filter: alpha(opacity=100);
	opacity: 1.0;
}

#carousel .featureButton {
	border: 1px solid #FFF;
	filter: alpha(opacity=50);
	float: left;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	height: 14px;
	line-height: 15px;
	margin: 0px 3px 0px 0px;
	opacity: 0.5;
	padding: 0px 3px 3px 3px;
	position: relative;
	text-align: center;
	width: 21px;
}

#carousel .featureButton.selected {
}


#fivestar {
	color: #FFF;
	background-color: #1F0E01;
	line-height: 14px;
	min-height: 100px; /* CSS MIN-HEIGHT HACK */
	height: auto !important; /* CSS MIN-HEIGHT HACK */
	height: 100px; /* CSS MIN-HEIGHT HACK */
}

#fivestar a {
	color: #FFF;
	text-decoration: none;
}

#fivestar a:hover {
	color: #6E9C31;	
}

#fivestar h1 {
	color: #FFF;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;	
	margin: 0px 0px 6px 0px;
	text-transform: uppercase;
}

#fivestar h2 {
	color: #A68B28;
	font-size: 11px;
	font-weight: normal;
	margin: 0px 0px 12px 0px;
}

#fivestar p {
	line-height: 14px;
	margin: 0px 0px 6px 0px;
}

#fivestar table {
	border-collapse: collapse;
	border: none;
	padding: 0px;
	width: 100%;
}

#fivestar td {
	border-right: 1px dotted #7B7169;
	min-height: 140px;
	padding: 16px 13px 20px 16px;
	vertical-align: top;
	width: 20%;
}

#fivestar td.last {
	border-right: none;
}

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

#fivestar ul li {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#dashboard {
	background-image: url(/assets/images/bkgd_dashboard.jpg);
	background-repeat: no-repeat;
	border-top: 1px solid #FFF;
	color: #464642;
	font-size: 11px;
	height: 224px;
	line-height: 16px;
	overflow: hidden;
	width: 966px;
}

#dashboard div.media {
	float: left;
	height: 183px;
	padding: 12px 16px 16px 12px;
	vertical-align: top;
	width: 357px;
}

#dashboard div.highlights {
	float: left;
	border-left: 1px solid #FFF;
	height: 192px;
	padding: 16px;
	vertical-align: top;
	width: 160px;	
}

#dashboard div.links {
	float: left;
	border-left: 1px solid #FFF;
	height: 192px;
	padding: 16px;
	vertical-align: top;
	width: 160px;	
}

#dashboard p {
	margin: -4px 0px 8px 0px;
}


#dashboardTabsHolder {
	background-image: url(/assets/images/bkgd_dashboard_tabs.png);
	background-repeat: no-repeat;
	height: 189px;
	width: 362px;
}

#dashboardTabsHolder div.dashboardTabs {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#dashboardTabsHolder div.dashboardTabs ul.tabs {
	height: 26px;
	list-style-type: none;
	margin: 0px;
	overflow: hidden;
	padding: 3px 0px 0px 4px;
	position: relative;	
}

#dashboardTabsHolder div.dashboardTabs ul.tabs li {
	border-right: 1px solid #C8C5B1;
	color: #251A0C;
	cursor: pointer;
	float: left;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 88px;
	z-index: 30;
}

#dashboardTabsHolder div.dashboardTabs ul.tabs li.free {
	border-left: 1px solid #860000;	
	color: #FFF;
	width: 87px;
}

#dashboardTabsHolder div.dashboardTabs ul.tabs li a {
	color: #251A0C;
	cursor: pointer;
	display: block;
	height: 15px;
	overflow: hidden;
	padding: 4px 0px 6px 0px;
	text-decoration: none;
}

#dashboardTabsHolder div.dashboardTabs ul.tabs li.free a {
	color: #F0F0E8;
}

#dashboardTabsHolder div.dashboardTabs ul.tabs li.selected {
	border-left: none;
	z-index: 50;
}

#dashboardTabsHolder div.dashboardTabs ul.tabs li.selected a {
	background-color: #FFF;
	color: #251A0C;
	height: 14px;
	padding: 6px 0px 6px 0px;
}

#dashboardTabsHolder div.dashboardTabs div.content {
	color: #FFF;
	margin: 18px 20px 16px 20px;
	position: relative;
	height: 142px;
	overflow: hidden;
	z-index: 40;
}

#dashboardTabsHolder div.dashboardTabs div.content div.feature {
	height: 72px;
	padding: 12px 14px 0px 14px;
}

#dashboardTabsHolder div.dashboardTabs div.content div.feature p {
	font-size: 11px;
	line-height: 13px;
	margin: 0px 0px 0px 0pc;
}

#dashboardTabsHolder div.dashboardTabs div.content div.link {
	border-top: 1px dotted #FFF;
	border-bottom: 1px dotted #FFF;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	height: 24px;
	padding: 5px 16px 0px 16px;
}

#dashboardTabsHolder div.dashboardTabs div.content div.link a {
	color: #1F0E01;
	font-size: 10px;
	text-decoration: none;
}

#dashboardTabsHolder div.dashboardTabs div.content div.extra {
	height: 27px;
}

#dashboardTabsHolder div.dashboardTabs div.content h1 {
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 0px;
	margin: 1px 0px 5px 0px;
	text-transform: none;
}

#dashboardTabsHolder div.dashboardTabs div.content h2 {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0px;
	text-transform: uppercase;
}

#dashboardTabsHolder div.dashboardTabs div.content ul {
	margin: 0px;
	padding: 0px;
}

#dashboardTabsHolder div.dashboardTabs .hidden {
	display: none;
}

#content_sub {
	background-color: #FFF;
	background-image: url(/assets/images/bkgd_content_sub.jpg);
	background-repeat: repeat-x;
	font-size: 13px;
	line-height: 19px;
	padding: 40px 35px;
	height: 600px;
	text-align: left;
	vertical-align: top;
	width: 640px;
}

#content_sub a {
	color: #6E9C31;	
}

#content_sub a:hover {
	color: #507224;
}

#content_sub a.alt1 {
	color: #464642;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#content_sub a.alt2 {
	color: #464642;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#content_sub a.alt3 {
	color: #464642;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
}

#content_sub div.folder {
	display: block;
	float: left;
	height: auto;
	margin-right: 30px;
	padding-bottom: 30px;
	width: 193px;
}

#content_sub div.folder ul {
	margin: 0px 0px 0px .85em;
	padding: 0px 0px 0px .85em;
}

#content_sub div.folder ul li ul {
	margin: 3px 0px 0px 1.35em;
	padding: 0px 0px 0px 1.35em;
}
#content_sub div.folder h3 {
	margin: 0px;
}

#content_sub div.folder hr {
	margin: 10px 0px;
}

#content_sub div.biblestudy {
	float: left;
	display: inline-block;
	margin: 0px 40px 10px 0px;
	width: 300px;
}

#content_sub div.biblestudy h3 {
	border-bottom: 1px dotted #AAA;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#content_sub div.biblestudy p {
	margin: 0px;
}

#content_sub div.alt, #content_sub div.last {
	float: left;
	margin-right: 0px;
}

#content_sub div.notes {
	float: left;
	margin-right: 40px;
	width: 200px;
}

#content_sub div.notes h2 {
	margin-top: 0px;
}

#content_sub div.notes input.text,
#content_sub div.notes textarea {
	width: 188px;
}

#content_sub iframe {
	float: left;
}

#content_sub h2 {
	font-size: 17px;
	margin: 22px 0px 13px 0px;
}

#content_sub h3 {
	font-size: 15px;
	margin: 15px 0px 2px 0px;
}

#content_sub h4 {
	color: #507224;
	font-size: 13px;
	margin: 0px;
}

#content_sub input.radio {
	display: inline;
}

#content_sub input.submit {
	vertical-align: middle;	
}


#content_sub blockquote {
	font-style: italic;
	margin: 0px 30px 13px 30px;
}

#content_sub p {
	margin: 0px 0px 13px 0px;
}

#content_sub ul {
	margin: 0px 0px 13px 0px;
	padding: 0px 0px 0px 3em;
}

#content_sub ul li {
	margin: 0px 0px 3px -.5em;
}

#content_sub ul li ul {
	margin: 0px;
}

#content_sub ul li ul li {
	margin-left: -1.5em;
}

#content_sub .heading {
	border-bottom: 1px dotted #60605A;
	font-size: 11px;
	line-height: 22px;
	margin-bottom: 28px;
	padding-bottom: 8px;
}

#content_sub .heading h1 {
	color: #507224;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 28px;
	margin: 0px 0px 8px 0px;
}

#content_sub div.errors {
	color: #C00;
	margin-bottom: 10px;
}

#content_sub div.form {
	background-color: #EEE;
	height: 20px;
	margin: 20px 0px;
	padding: 30px 20px;
	width: 600px;
}

#content_sub div.form input.FSF_input {
	background-color: #FFF;
	border: none;
	height: 20px;
	margin: 0px 10px 0px 0px;
	padding: 4px 6px 0px 6px;	
	width: 240px;
}

#content_sub div.form input.FSF_submit {
}

#content_sub div.form label {
	display: inline-block;
	margin: 0px 10px 0px 0px;
}

#content_sub div.pagination {
	text-align: right;
	width: 640px;
}

#content_sub div.pagination a {
	padding: 0px 3px;
}

#content_sub div.pagination span.ditto_currentpage {
	padding: 0px 3px;
}

#content_sub div.pagination span.ditto_off {
	display: none;
}

#content_sub table {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	width: 640px;
}

#fc_checkout_cart table {
	width: 300px;
}

#content_sub table td {
	padding-right: 20px;
	vertical-align: top;
}

#content_sub table td h2 {
	margin-top: 0px;
}

#content_sub table.application {
	width: 590px;
}

#content_sub table.application label {
	display: inline-block;
	margin: 2px 5px 1px 0px;
	min-width: 85px;
}

#content_sub table.application label.required,
#content_sub table.application label.invalid {
	color: #C00;
}

#content_sub table.application input.text {
	margin: 0px 0px 8px 0px;
	vertical-align: top;
}

#content_sub table.application select {
	margin: 0px 0px 8px 0px;
	vertical-align: top;	
}

#content_sub table.application td {
	padding: 0px;
}

#content_sub table.application textarea {
	margin: 0px 0px 8px 0px;
}

#content_sub table.application table.options {
	margin-bottom: 8px;
	width: 590px;
}

#content_sub table.application table.options td {
	padding: 0px 5px 0px 0px;
}

#content_sub table.application td {
	vertical-align: top;
}

#content_sub span.asterisk {
	color: #C00;
}

#content_sub table.main {
	margin-top: 40px;
	width: 678px;
}

#content_sub table.main th {
	background-color: #507224;
	color: #FFF;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	height: 44px;
	letter-spacing: 1px;
	padding: 0px 14px;
	text-transform: uppercase;
}

#content_sub table.main td {
	border-bottom: 1px dotted #507224;
	color: #6E9C31;
	height: 56px;
	line-height: 17px;
}

#content_sub table.main td.date {
	padding-left: 10px;
	width: 48px;
}

#content_sub table.main td.date strong {
	color: #507224;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;	
}

#content_sub table.main td.event {
	width: 530px;
}

#content_sub table.main td.event strong {
	color: #507224;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
}

#content_sub table.main td.link {
	width: 100px;
}

#content_sub dl {
	margin: 30px 0px 0px 0px;
	padding: 0px;
}

#content_sub dt {
	background-color: #507224;
	color: #FFF;
	cursor: pointer;
	font-size: 15px;
	line-height: 18px;	
	margin-bottom: 1px;
	padding: 10px 10px;
}

#content_sub dt:hover {
	background-color: #507224;
}

#content_sub dd {
	margin: 0px;
	padding: 0px;
}

#content_sub table.event {
	width: 620px;
}

#content_sub table.library,
#content_sub table.oneyearbible,
#content_sub table.eventdetails {
	background-image: url(/assets/images/bkgd_highlights.jpg);
	background-repeat: repeat-x;
	border: 1px solid #EFEFEF;
	border-top: none;
	width: 640px;
}

#content_sub table.oneyearbible td {
	font-size: 11px;
	line-height: 18px;
	padding: 5px 10px;
}

#content_sub table.library td {
	font-size: 11px;
	line-height: 18px;
	padding: 5px 10px 0px 10px;	
}

#content_sub table.eventdetails td {
	line-height: 18px;
	padding: 10px 20px 20px 20px;
}

#content_sub table.library th,
#content_sub table.oneyearbible th {
	background-color: #507224;
	border-bottom: 1px solid #FFF;	
	color: #FFF;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 18px;
	padding: 7px 10px;
	text-transform: uppercase;
}

#content_sub table.oneyearbible tr {
	border-bottom: 1px dotted #CCD1C4;
}

#content_sub table.store td {
	vertical-align: top;
}

#content_sub table.product {
	border: 1px solid #CCC;
	border-collapse: collapse;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	width: 280px;
}

#content_sub table.product p {
	line-height: 16px;
}

#content_sub table.product td {
	padding: 10px;
	vertical-align: top;
}

#content_sub table.product tr {
	height: 200px;
}

#content_sub table.product h1 {
	color: #507224;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	margin: 0px;
	text-transform: uppercase;		
}

#content_sub table.product h2 {
	color: #6E9C31;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	font-style: italic;
	font-weight: normal;
}

#nav_fivestar, #nav_sidebar {
	background-color: #507224;
	height: 600px;
	vertical-align: top;
	padding: 0px;
	width: 256px;
}

#nav_sidebar div.sidebar {
	background-color: #1F0E01;
	border-bottom: 1px dotted #7B7169;
	color: #FFF;
	padding: 10px 20px 16px 20px;
	width: 216px;	
}

#nav_fivestar a {
	text-decoration: none;
}

#nav_fivestar div.highlight, #nav_sidebar div.highlight {
	background-image: url(/assets/images/bkgd_highlights.jpg);
	background-repeat: repeat-x;
	border: 1px solid #FFF;
	height: 100px;
	line-height: 15px;
	margin: 0px 20px;
	padding: 16px 13px;
	vertical-align: top;
	width: 188px;	
}

#nav_fivestar div.highlight p, #nav_sidebar div.highlight p {
	margin: -4px 0px 8px 0px;
}

#nav_fivestar ul {
	margin: 0px;
	padding: 0px;
}

#nav_fivestar li.star {
	background-color: #1F0E01;
	border-bottom: 1px dotted #7B7169;
	color: #FFF;
	height: 46px;
	list-style-type: none;
	padding: 12px 20px 20px 20px;
	width: 216px;	
}

#nav_fivestar li.star:hover {
	background-color: #A68B28;
}

#nav_fivestar li.star:hover p {
	background-color: #A68B28;
	color: #1F0E01;
}

#nav_fivestar li.star h1, #nav_sidebar div.sidebar h2 {
	color: #FFF;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;	
	margin: 0px;
	text-transform: uppercase;
}

#nav_fivestar li.star p {
	color: #A68B28;
	line-height: 14px;
	margin: 0px;	
}

#nav_sidebar div.sidebar ul {
	margin: 0px;
	padding: 0px;
}

#nav_sidebar div.sidebar a {
	color: #A68B28;
}

#nav_sidebar div.sidebar li {
	list-style-type: none;
}

#footer_home, #footer_sub {
	border-top: 2px solid #A98F30;
	color: #A9A9A0;
	height: 100px;
	padding-top: 10px;
	width: 100%;
}

#footer_sub {
	border-top: 2px solid #ACACA3;
}

#footer_home li, #footer_sub li {
	display: inline;
	list-style-type: none;
	margin-right: 12px;
}

#footer_home li a, #footer_sub li a {
	color: #A9A9A0; 
	text-decoration: none;
}

#footer_home li:hover a, #footer_home li a:hover,
#footer_sub li:hover a, #footer_sub li a:hover {	
	color: #6E9C31;
}
