/* CSS Document */

/* Copyright 2007 Turner Long Technology Solutions */

/* green: #086B3A, brown: #663300, background: #573F2E, beige: #FFFFCC */

/* background-color was #573F2E */

/* Type & Navigation */

html {
	font-family: "Trebuchet MS", Tahoma, Verdana, "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #000000;
	background-color: #573F2E;
}
body {
}
.p {
}
.h3 { 
	font-size: 17px;
}
.h2 {
	font-size: 22px;
}
.h1 {
	font-size: 26px;
	font-weight: bold;
	line-height: 130%;
}
a:link {
	text-decoration: underline;
	color: #663300;
}
a:visited {
	text-decoration: none;
	color: #086B3A;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #086B3A;
	background-color: #CCC; /* #CCCCCC is light grey - shows up on white and dark colors */
}
a:active {
	text-decoration: underline;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.title {
	font-style: italic;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
/* brown tab indicating current page */
#home #navmain1 .home a, #camp #navmain1 .camp a, #retreats #navmain1 .retreats a, #news #navmain1 .news a, #links #navmain1 .links a, #directions #navmain2 .directions a, #employment #navmain2 .employment a, #donations #navmain2 .donations a, #contact #navmain2 .contact a {
	background-position: left bottom;
	color: #fff;
	cursor: default;
}

/* Divs */

* {
	margin: 0;
	padding: 0;
}
#container {
	width: 800px;
	position: relative;
	left: 50%;
	margin: 0px 0px 10px -400px;
	background-color: #FFF; /* was #FFC */
}
#header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	height: 180px;
	width: 800px;
}
#map {
	float: left;
	padding-top: 30px;
}
#map img {
	text-decoration: none;
	border-style: none;
}
#map a:hover {
	background-color: #663300;
}
#picture {
	float: left;
	padding: 0px 0px 0px 20px;
}
#logo {
	float: right;
	padding: 25px 5px 0px 0px;
}
#navmain {
	font-size: 16px;
	padding-top: 0px;
}
#navmain1 {
	float: left;
}
#navmain2 {
	float: left;
}
#navmain a:link, #navmain a:visited {
	text-decoration: none;
	color: #FFF;
	display: block;
}
#navmain a:hover {
	color: #086B3A;
}
#navmain ul li {
	display: block;
	text-align: center;
	line-height: 180%;
}
#navmain1 ul li {
	background: url(Assets/images/buttonsm.gif) repeat-x left top;
	width: 75px;
	height: 32px;
	float: left;
}
#navmain1 ul li a:hover {
	background: url(Assets/images/buttonsm.gif) repeat-x right top;	
	width: 75px;
	height: 32px;
	float: left;
}
#navmain2 ul li {
	background: url(Assets/images/buttonlg.gif) repeat-x left top;
	width: 106px;
	height: 32px;
	float: left;
}
#navmain2 ul li a:hover {
	background: url(Assets/images/buttonlg.gif) repeat-x right top;
	width: 106px;
	height: 32px;
	float: left;
}
#main {
	padding: 10px 0px 10px 0px;
	clear: both;
}
#body {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	float: left;
	width: 550px;
	background-color: #FFF;
}
#founding {
	padding: 0px 20px 20px 0px;
	font-style: italic;
	font-size: 12px;
	text-align: right;
	float: right;
	width: 180px;
	border: none;
	background-color: #FFF;
}
#nav2 {
	font-size: 14px;
	text-align: center;
	clear: both;
}
#footer {
	background: url(Assets/images/greenbox.jpg) no-repeat;
	padding: 5px 0px 0px 20px;
	margin: 10px 0px 0px 20px;
	background-color: #FFF;
}
#address {
	color: #FFFFFF;
	float: left;
	padding-bottom: 5px;
}
#contact {
	text-align: right;
	color: #FFFFFF;
	float: left;
	padding-left: 90px;
}
#contact a:link, #contact a:visited {
	color: #FFFFFF;
}
#tlts {
	font-size: 12px;
	text-align: right;
	padding: 30px 20px 10px 0px;
	float: right;
	color: #086B3A;
}
#clear {
	clear: both;
	color: #FFFFFF;
}
