@charset "utf-8"
/* CSS Document */

html, body {
 	margin: 0;
 	position: relative;
}
 
/* Set medium text size smaller */
body {
	font-size: 75%;
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
}

/* container for content area */
#wrapper {
	width: 949px;
	height: auto;
	position: absolute;
	top: 0;
	right: 50%;
	z-index: 0;
}

#container {
	width: 949px;
	min-height: 500px;
	position: relative;
	top: 15px;
	left: 50%;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	background-color: #f2edea;
}

/* heaader area */
#header {
	width: 949px;
	height: 121px;
	background: url(../images/header.jpg) no-repeat;
}

/* Navigation */
#nav {
	width: 949px;
	height: 43px;
	padding-bottom: 0;
	margin-bottom: 0;
	position: relative;
	z-index: 21;
}

#nav ul {
	padding: 0;
	margin: 0;
}

#nav ul li {
	margin: 0;
	list-style: none;
	display: inline;
	}

#nav ul li a {
	padding: 43px 0 0 0;
	float: left;
	overflow: hidden;
	height: 0px;
	}
	
#nav a:hover  {
	background-position: 0 -43px;
	}

#nav a:active {
	background-position: 0 -43px;
	}	
	
ul.home #home a, ul.about #about a, ul.events #events a, ul.faqs #faqs a, ul.reviews #reviews a, ul.links #links a, ul.missioncentral #missioncentral a, ul.buybook #buybook a, ul.contact #contact a {
	background-position: 0 -86px;
	}
	
#about a  {
	width: 166px;
	background: url(../images/nav/about.jpg) no-repeat;
	}
	
#home a  {
	width: 78px;
	background: url(../images/nav/home.jpg) no-repeat;
	}
	
#events a {
	width: 74px;
	background: url(../images/nav/events.jpg) no-repeat;	
}

#faqs a {
	width: 61px;
	background: url(../images/nav/faqs.jpg) no-repeat;
}

#reviews a {
	width: 133px;
	background: url(../images/nav/bookreviews.jpg) no-repeat;
}

#links a {
	width: 59px;
	background: url(../images/nav/links.jpg) no-repeat;
}

#missioncentral a {
	width: 146px;
	background: url(../images/nav/missioncentral.jpg) no-repeat;
}

#buybook a {
	width: 130px;
	background: url(../images/nav/buythebook.jpg) no-repeat;
}

#contact a {
	width: 102px;
	background: url(../images/nav/contact.jpg) no-repeat;
}

/*gets rid of dotted line outline on links in firefox*/
a:focus { -moz-outline-style: none; }

/*gets rid of blue line around images*/
img { border-style: none;}

/* content area */
#innercontainer {
	width: 939px;
	height: auto !important;
	position: relative;
	margin-left: 10px;
	margin-top: -13px;
	*margin-top: 0; /* IE Fix */
	z-index: 15;
	margin-bottom: 0;
}

#leftcontent {
	width: 365px;
	height: 450px;
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 20;
}

#maincontent {
	width: 530px;
	height: auto !important;
	_height: 500px; /* IE6 Fix */
	min-height: 500px;
	position: relative;
	top: 20px;
	left: 375px;
	z-index: 20;
}

#homeleft {
	width: 430px;
	height: 370px;
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 20;
}

#homecontent {
	width: 480px;
	height: auto !important;
	_height: 400px; /* IE6 Fix */
	min-height: 400px;
	position: relative;
	top: 10px;
	left: 440px;
	z-index: 20;
}

#missioncontent {
	width: 700px;
	height: auto !important;
	_height: 500px; /* IE6 Fix */
	min-height: 500px;
	position: relative;
	left: 0;
	top: 10px;
	z-index: 20;
	padding-bottom: 15px;
}

#missionside {
	width: 180px;
	height: 100%;
	_height: 500px; /* IE6 Fix for usability */
	position: absolute;
	background-color: #d5d6d4;
    color: #336600;
	top: 0;
	right: 0;
	z-index: 20;
	padding: 0 10px;
	*padding-top: 10px; /* IE Fix */
}

#missionbear {
	width: 200px;
	height: 138px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 21;
}

/* footer area */
#footer {
	padding-top: 1px;
	padding-bottom: 1px;
	width: 949px;
	height: auto;
	background-color: #d5d6d4;
	margin-top: 0;
	position: relative;
	bottom: 0;
	left: 0;
	z-index: 20;
}

#footer p {
	text-align: center;
	font-size: .8em;
	color: #666;
}

#footer a, #footer a:visited {
	text-decoration: none;
	color: #666;
}

#footer a:hover {
	text-decoration: underline;
	color: #666;
}

#homefootpic {
	position: relative;
	bottom: 0;
	left: 0;
	background-color: #d5d6d4;
}

/* Text Styles */
h1, h2, h3, h4 {
	text-shadow: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #360;
	margin-bottom: 10px;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

p, li, .paragraphtype2, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align:left;
	color: #336600;
	text-decoration: none;
}

a, a:visited {
	color: #666600;
	text-decoration: underline;
}

a:hover {
	color: #669933;
	text-decoration: underline;
}

/* Login Form formating */
#login fieldset {
	
	border: none;
	margin: 0px;
	padding: 0px;
}

#login form {
	border: none;
	margin: 0px;
	padding: 0px;
}

#login label {
	color: #444;
	display: block;
	margin-top: 5px !important;
}

#login input {
	border-top: 1px solid #75767B;
	border-left: 1px solid #75767B;
	border-bottom: 1px solid #B6B9C0;
	border-right: 1px solid #B6B9C0;
	height: 19px;
}

#login input {
	width: 100%;
}
#login #checkbox_1 {	width: auto; float: right; border: 0 !important;}
#login h3 {
display: none;
}
.button {width: auto !important; height: auto !important; padding: 2px !important; margin-top: 5px !important; margin-bottom: 5px !important;}

#login #forgotpsswd {
	font-size: 70%;
	display: block;
	float: right;
	margin-top: -25px;
}

/* End Login Form */

/* Ditto 2 Blog
------------------------------------------------------------------------------- */
.ditto_summaryPost h3 {
    border-bottom: 1px solid gray;
    margin: 0px !important;
    padding: 5px 5px 5px 0px !important;
    color: #336600;
    font-size: 1.2em;
}
.ditto_summaryPost .ditto_info, .ditto_summaryPost {
    padding: 5px 5px 5px 0px !important;
    font-size: 1em;
    color: #336600;
}
.ditto_link {
    font-size: .9em;
    text-align: right;
}
.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px; 
    font-size: 86%;
    color: #666666;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid #666666;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    background-color: #666666; 
    color: #fff;
} 
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    color: #333;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #666666; 
    padding: 1px 5px 2px; 
    margin-right: 1px; 
    text-decoration: none !important; 
    color: #333333;
} 
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}
#ditto_archivelist ul {
    list-style-type: none; 
    margin-left: 15px; 
    padding-left: 0;
}
#ditto_archivelist ul ul{
    list-style-type: square;
    margin-left: 35px;
} 
#ditto_archivelist .ditto_month {
    font-weight: bold;
}

/* End blog section */