/* CSS Document */

/******************** LAYOUT **************************/

body {
	background:		#eeeef5 url(../images/background.gif) repeat;
	font-family:	"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color:			#262626;
	font-size:		13px;
	line-height:	18px;
	padding:		0;
	margin:			0;
}

#main-wrapper {
	width:			943px;
	margin:			0 auto;
}

#header {
	width:			943px;
	height:			165px;
	background:		
}

#logo {
	height:			141px;
	width:			450px;
	border:			0 none;
	margin:			9px 0 0 34px;
	float:			left;
}

#verse {
	float:			right;
	font-size:		14px;
	color:			#313131;
	font-style:		italic;
	line-height:	20px;
	letter-spacing:	-.1px;
	text-align:		right;
	width:			365px;
	margin:			37px 33px 0 0;
}

#verse span {
	display:		block;
	color:			#557d52;
	font-size:		14px;
	font-weight:	bold;
	font-style:		normal;
	margin-top:		10px;
}

#content {
	width:			943px;
	background:		url(../images/content-bg.gif) repeat-y;
}

#main-col {
	width:			608px;
	float:			right;
	margin-left:	-283px;
	background:		url(../images/main-col-bg.gif) top no-repeat;
	padding:		33px 33px 0 19px;
}

#slideshow {
	width:			608px;
	height:			314px;
	position:		relative;
	margin-bottom:	8px;
}

#slideshow-overlay {
	position:		absolute;
	top:			0;
	left:			0;
	width:			608px;
	height:			314px;
}

#main-pad {
	padding:		20px;
}

#left-col {
	float:			left;
	width:			250px;
	background:		url(../images/left-col-bg.gif) top no-repeat;
	padding:		62px 0 0 33px;
}

#content-bottom {
	clear:			both;
	height:			55px;
	width:			943px;
}

#footer {
	font-size:		14px;
	font-weight:	bold;
	padding:		15px 42px;
}

#footer a {
	color:			#262626;
}

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

#copyright {
	font-weight:	normal;
	font-size:		12px;
	padding-top:	10px;
}

.news-item {
	color:			#262626;
	margin-bottom:	18px;
	display:		block;
}

/******************** STYLES **************************/

table {

}

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

a:hover {
	text-decoration:underline;
}

p, ol, ul {
	margin: 		0 0 18px 0;
}

.clear {
	clear:			both;
}

.nav-link {
	background:		#6d6dd6;
	font-family:	"Century Gothic", Verdana, Arial, sans-serif;
	font-weight:	bold;
	display:		block;
	padding:		7px 18px 11px;
	color:			#FFF;
	font-size:		18px;
	line-height:	18px;
	text-decoration:none;
	text-align:		left;
	margin-bottom:	2px;
}

.nav-link:hover {
	background:		#fb8b19;
	text-decoration:none;
}

.nav-link-on {
	background:		#fb8b19 url(../images/nav-hand.gif) 10px 50% no-repeat;
	font-family:	"Century Gothic", Verdana, Arial, sans-serif;
	font-weight:	bold;
	display:		block;
	padding:		7px 18px 11px 40px;
	color:			#FFF;
	font-size:		18px;
	line-height:	18px;
	text-decoration:none;
	text-align:		left;
	margin-bottom:	2px;
}

.nav-link-on:hover  {
	text-decoration:none;
}

.subpages {
	padding:		8px 15px;
}

.subpages a {
	display:		block;
	color:			#6d6dd6;
	padding:		2px 0 4px;
}

.subpages a:hover {
	color:			#e67400;
}

.utility {
	font-size:		.9em;
	text-transform:	uppercase;
}

.subtitle {
	color:			#888888;
}

.alttext1 {
	font-size:		1.308em;
	font-weight:	bold;
}

.alttext2 {
	font-size:		1.154em;
	font-weight:	bold;
}

.header1 {
	color:			#222222;
	font-size:		1.692em;
	font-weight:	bold;
	line-height:	1em;
}

.header2 {
	font-family:	"Century Gothic", Verdana, Arial, sans-serif;
	color:			#2e7b26;
	font-size:		19px;
	letter-spacing:	-.4px;
	font-weight:	bold;
	line-height:	21px;
}

.header3 {
	font-family:	"Century Gothic", Verdana, Arial, sans-serif;
	color:			#2e7b26;
	font-size:		15px;
	letter-spacing:	-.3px;
	font-weight:	bold;
	line-height:	18px;
}

h1 {
	font-family:	"Century Gothic", Verdana, Arial, sans-serif;
	color:			#2e7b26;
	font-size:		26px;
	letter-spacing:	-.5px;
	font-weight:	bold;
	line-height:	30px;
	margin:			0 0 18px 0;
}

h2 {
	font-family:	"Century Gothic", Verdana, Arial, sans-serif;
	color:			#2e7b26;
	font-size:		19px;
	letter-spacing:	-.4px;
	font-weight:	bold;
	line-height:	21px;
	margin:			0 0 18px 0;
}

h3 {
	font-family:	"Century Gothic", Verdana, Arial, sans-serif;
	color:			#2e7b26;
	font-size:		15px;
	letter-spacing:	-.3px;
	font-weight:	bold;
	line-height:	18px;
	margin:			0 0 18px 0;
}

.header1 a, .header2 a, .header3 a, h1 a, h2 a, h3 a {
	color:			#2e7b26;
	text-decoration:none;
}

.header1 a:hover, .header2 a:hover, .header3 a:hover, h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:underline;
}

.image_on_right {
	float:			right;
	margin-left:	25px;
	margin-bottom:	15px;
}

.image_on_left {
	float:			left;
	margin-right:	25px;
	margin-bottom:	15px;
}

.keywords {
	background-color:#EEEEEE;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding:5px;
}

/* Comments */

.commentContent {
	border-top:1px dotted #999999;
	padding-top:10px;
}

.commentInfo {
	padding-top:4px;
	padding-bottom:10px;
}

/* Calendar */

.cal_header {
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}

.calendar {
	width:100%;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
}

.calendar td {
	border: 1px solid #DDDDDD;
	vertical-align: top; 
}

.calendar td.today {
	background-color:#FFFFCC;
}

.calendar td.other_day {
	background-color:#FFFFFF;
}

.dayofweek {
	background-color: #333333;
	color:#FFFFFF;
	font-size:13px;
	font-weight:normal;
	padding:2px;
}

.empty_day {
	background-color:#DDDDDD;
}

.highlight {
	background-color: #FFE7D0;
}

.day {
	background-color:#EEEEEE;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day_today {
	background-color:#DDDDDD;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day a, .day_today a {
	color:#4F4F45;
	text-decoration:none;
}

.calendar hr {
	border: none 0;
	height: 1px;
	border-top: 1px dotted #B9B9A2;
}

.gray {
	color:#CCCCCC;
}

.author {
	font-weight:normal;
}

.author a {
	color:#000000;
	text-decoration:none;
}

.author a:hover {
	text-decoration:underline;
}

.form {
	font-size:11px;
}

.form select, textarea {
	font-family:"Lucida Grande",LucidaGrande,Arial,sans-serif;
	font-size:11px;
	border:1px solid #CCCCCC;
}

.form_element {
	font-family:"Lucida Grande",LucidaGrande,Arial,sans-serif;
	font-size:11px;
	border:1px solid #CCCCCC;
}

.copyright {

}

.copyright a {

}

.error {
	text-align:left;
	padding:6px;
	background-color:#FFFFCC;
	border:solid #FFCC33 2px;
}