@charset "utf-8";
/* CSS Document */
/* Base Formatting */
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.9em;
	margin: 0;
	padding: 0px;
	text-align: left;
	background-color: #818590;
}
div {
	padding: 1px 0;
	margin: 0;
}
.JBResponse {
	font-weight: bold;
}
.caption {
	font-size: .9em;
	line-height: 2em;
	width: 99%;
}
.center {
	text-align: center;
}
.cite_source {
	font-weight:bold;
	font-style: italic;
	font-size: .8em;
}
.strikethrough {
	text-decoration:line-through;
}
p {
	font-size: 0.9em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h3 {
	color: #043047;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1em;
	line-height: 1.2em;
}
dl {
	float: right;
	margin: 0;
	padding: 0;
	width: 300px;
}
dt {
	color: #F00;
	font-style: italic;
}
dd {
	font-size: .85em;
	margin: 0px;
	padding: 0px;
}

/*Header Formatting*/
#header {
	background-image: url(images/mthoodred.jpg);
	background-repeat: no-repeat;
	height: 295px;
	margin-bottom: 0px;
	background-color: #B1A1AC;
}
.mainitems {
	padding: .5em .25em .6em .25em;
	float: left;
	width: 10%;
	height: 2em;
	color: #fff;
	text-decoration: none;
	font-size: 0.8em;
	text-align: center;
	background-color: #333;
}
.subuls {
	position: absolute;
	width: 13em;
	left: -999em;
	font-size: 1em;
	z-index: 3;
	color: #333;
}
.subuls li {
	background-color: #aaa;
	width: 13em;
	color: #333;
}
.subuls li a {
	border: #555 1px solid;
	width: 14em;
	text-align: left;
	padding: .5em 0 0 .5em;
	font-size: .9em;
	height: 2.5em;
	color: #333;
}
.subuls li a:hover {
	background-color: #333;
	color: #fff;
}
#nav_container {
	background-color: #333;
	margin-top: 0;
	margin-bottom: 0;
	float: left;
	width: 95%;
	padding-left: 2%;
	padding-right: 3%;
	height: 3.25em;
}
#nav, #nav ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	border-left: solid #fff 1px;

}
#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/*Individual link items*/
.li_about {
	margin-top: 0px;
	padding-top: 0px;
}
#nav a.li_home {
	border-left: none;
}
a.li_shop, a.li_letters, a.li_articles {
		padding-top: .7em;
		padding-bottom: .6em;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.25em;
	text-align: left;
	clear: both;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	position: absolute;
	top: 200px;
}
#header p {
	padding: 0 0px 0 10px;
	margin: 0;
	float: left;
	display: block;
	width: 99%;
	font-size: 90%;
	margin-bottom: 0px;
}

/*Content Formatting*/
body#home .home {
	color: #fff;
	text-decoration: underline;
}

#skmsitecontainer_home, #skmsitecontainer {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	min-width: 900px;
	float: right;
	background: url(images/background.jpg) repeat-y;
	border: #ccc 1px solid;
}
#skmsitecontainer {
	background-color: #B1A1AC;
}
#content_right_home {
	float: right;
	width: 50%;
	background-color: #FFF6d9;
	padding: 0px 20px;
	max-width: 550px;
}
#content_container_main_home {
	max-width: 520px;
	margin-right: 50%;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 0px;
	padding-top: 0px;
}
#content_container_main {
	max-width: 870px;
	margin-right: 200px;
	background-image: url(images/background670.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 0px;
}
#content_left {
	float: left;
	width: 180px;
}
#content_right {
	float: right;
	width: 180px;
}
#content_main_home {
	margin-left: 180px;
	max-width: 300px;
	padding: 0 20px 10px 20px;
	background-color: #fff;
	margin-top: 0px;
}
#content_main {
	margin-left: 180px;
	max-width: 660px;
	padding: 0 20px 10px 20px;
	background-color: #fff;
	margin-top: 0px;
}
#content_left p {
	text-align: center;
	padding-top: 10px;
}

/*Footer Formatting*/
#footer {
	clear: both;
	font-size: 0.75em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #fff;
	height: 150px;
}
.footer_nav {
	text-align: center;
	color: #555;
	margin-top: 1em;
}
.footer_nav a {
	color: #555;
	text-decoration: none;
}
.footer_nav a:hover {
	color: #043047;
	border-bottom: 1px #043047 dotted;
}
/*You Are Here Navigation - located on home, journal and fms pages
#home #skmsitecontainer #header #nav .mainitems .li_home {
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
	border-left: none;
}*/
/*Form Formatting*/
#contact .input {
	text-align: center;
}
/*Table formatting*/
table caption {
	font-size: 1.5em;
	font-weight: bold;
	color: #043047;
}
th {
	text-align: center;
	font-size: 1em;
	font-weight: normal;
}
td {
	font-size: .85em;
	padding: 3px;
}
td a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*To be categorized*/
.center {
	text-align: center;
	background-image: url(images/fmslogosm.png);
	background-position: center;
	height: 163px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.context {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
#content_main ul li, #content_main_home ul li {
	font-size: 0.85em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
}
#content_main ul .listHeader {
	font-size: 1.1em;
}
.FMSList {
	font-size: 1.1em;
}
#content input {
	margin-left: 15em;
}
#contact label {
	font-size: 0.85em;
	margin-right: 1em;
	text-align: right;
	float: left;
	width: 13em;
}
#contact input {
}
#contact ol {
	list-style-type: none;
	padding: 1em 1em 0 1em;
}
fieldset {
	margin-top: 1.5em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
legend {
	font-weight: bold;
	margin-left: 1em;
}
#contact ol li {
	padding-bottom: 1em;
}
form .input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
#attendees p label {
}
#attendees .force_column {

}
.force_column #party {
	float: right;
}
#party {
	float: right;
}
.clear {
	clear: both;
}
.pagination {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0px;
	text-align:center;
}
.pagination li {
	float: left;
}
.pagination li a {
	font-size: 0.85em;
	width: 3em;
	padding-right: 1em;
	padding-left: 1em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #95B2CB;
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.LectureHeader {
	margin: 5px 0 5px 0;
	font-weight: bold;
}
#footer .copyright {
	margin-top: 20px;
	text-align: center;
}
#home #footer .addthis_toolbox.addthis_default_style {
	float: left;
}

#content_main ul, #content_main_home ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 50px;
}
h2.chronicle {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.75em;
	font-weight: bold;
	text-align: center;
	color: #435262;
	margin: 0 0 0 180px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-style: double;
	text-transform: uppercase;
	background-color: #fff;
}
#bluebox {
	float: left;
	width: 180px;
	height: 41px;
	background-color: #B1A1AC;
}
#content_right_home h3 {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#content_right_home h4 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: .9em;
}
#header .caption {
	background-color: #BDCACB;
	overflow: hidden;
	line-height: 1.5em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	text-align: left;
	position: absolute;
	top: 269px;
	max-width: 1090px;
	width: 100%;
	min-width: 800px;
}
.announcements {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.imgctr {
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
ol {
	list-style-type: circle;
	padding: 0 0 0 3em;
	margin: 0;
	font-size: .9em;
}
ol li {
	padding: 0 0 1.25em 0;
}
.feature {
	background-color: #FFF;
	padding: 5px;
	border: 2px solid #cc0000;
	width: 140px;
	margin: 10px auto 10px auto;
}
#header .subtitle {
	font-size: 1em;
	font-style: normal;
	color: #FFF;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #677E91;
	text-align: left;
	position: absolute;
	top: 240px;
	max-width: 1090px;
	width: 100%;
	min-width: 800px;
}
#header form {

}
#header #search {
	float: right;
	width: 350px;
	font-size: 0.9em;
}
#content_left .left-sidebar-text {
	text-align: left;
	padding: 0 10px;
}
h2.left-sidebar-text {
	font-size: 1.25em;
	line-height: 1.3em;
	padding: 5px 10px 5px 10px;
	margin: 5px 0 0 0;
	text-transform: uppercase;
}
#content_main_home h3 {
	padding-top: 10px;
}
#amega, #young_living {
	text-align: center;
}
#home #container {
	margin: 0 auto;
	max-width: 1200px;
	width: 95%;
}
#container {
	float: none;
	width: 92%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.left {
	float: left;
	padding: 0 10px 10px 0;
}
#nav .header-span a {
	font-size: x-small;
	vertical-align: middle;
}
p a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
