/* CSS Document */

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

body {
	font:			12px/19px Verdana, Arial, Helvetica, sans-serif;
	color:			#0e0e0e;
	padding:		0;
	margin:			0;
	background:		#000 url(../images/background.jpg) 50% 0 repeat-y;
}

#main_wrapper {
	width:			950px;
	margin:			0 auto;
	background:		url(../images/wrapper-top.jpg) 0 0 no-repeat;
	padding:		0 50px;
}

#header {
	height:			79px;
	width:			950px;
}

#logo {
	width:			372px;
	height:			61px;
	border:			0 none;
	margin:			14px 0 0 20px;
	float:			left;
}

#header_search {
	width:			300px;
	height:			30px;
	padding:		0;
	margin:			36px 0 0 0;
	float:			right;
}

#searchbox {
	height:			26px;
	width:			212px;
	padding:		2px 8px;
	margin:			0;
	border:			0 none;
	background:		url(../images/searchbox-bg.gif) no-repeat;
	float:			left;
	font-size:		15px;
	line-height:	15px;
}

#search_button {
	height:			30px;
	width:			72px;
	padding:		0;
	margin:			0;
	border:			0 none !important;
	background:		url(../images/search-button.gif) no-repeat scroll center center transparent;
	float:			right;
	cursor:			pointer;
	display:		block;
	font-size:		0;
	line-height:	0;
	overflow:		hidden;
	text-indent:	-999px;
}

#slidearea {
	height:			280px;
	width:			930px;
	background:		url(../images/slidearea-bg.gif) no-repeat;
	padding:		10px;
	margin:			0 0 10px 0;
}

#slideshow {
	width: 			640px;
	height:			280px;
	float:			left;
	margin:			0 10px 0 0;
}

#button1, #button2, #button3, #button4 {
	height:			60px;
	width:			280px;
	margin:			0 0 13px 0;
	float:			right;
}

#button2 {
	margin:			0 0 14px 0;
}

#button4 {
	margin:			0;
}

#navbar {
	width:			930px;
	height:			32px;
	margin:			0 0 10px 0;
	padding:		0 10px;
	background:		url(../images/navbar-bg.gif) no-repeat;
	list-style-type:none;
}

#navbar li {
	float:			left;
	display:		inline-block;
	height:			32px;
}

#navbar li a {
	display:		block;
	height:			25px;
	color:			#FFF;
	font-size:		15px;
	line-height:	15px;
	padding:		7px 22px 0 22px;
	text-decoration:none;
}

#navbar li a:hover {
	background:		url(../images/nav-over.gif) repeat-x;
}

.nav_spacer {
	display:		inline-block;
	float:			left;
	height:			32px;
	width:			2px;
	background:		url(../images/nav-spacer.gif) no-repeat;
}

#content_top {
	clear:			both;
	height:			10px;
	width:			950px;
	background:		url(../images/content-top.gif);
}

#content {
	width:			930px;
	background:		#FFFFFF url(../images/content-bg.gif) repeat-y;
	padding:		0 10px;
}

#main_col {
	width:			675px;
	float:			right;
	margin-left:	-225px;
	padding:		0 0 20px 30px;
}

#main_col_pad {
	padding:		15px 25px 0 0;
}

#left_col {
	float:			left;
	width:			225px;
}

#center_col {
	float:			left;
	width:			450px;
	margin-right:	-225px;
}

#right_col {
	float:			right;
	width:			225px;
}

.right_col_form label {
	font-weight:	bold;
	margin:			0 0 2px 0;
}

.right_col_field {
	width:			181px;
	border:			1px solid #b2b2b2;
	padding:		4px 6px;
	margin:			0 0 8px 0;	
	font-size:		13px;
	height:			16px;
}

.col_title {
	background:		url(../images/col-title-bg.gif);
	padding:		8px;
	font-weight:	bold;
	font-size:		15px;
	text-align:		left;
	margin:			0;
	color:			#FFF;
	display:		block;
}

.col_title:hover {
	text-decoration:none;
}

.col_box {
	padding:		10px 10px 30px 10px;
}

.missio_list {
	padding:		0;
	margin:			0 0 10px 0;
	list-style-type:none;
}

.missio_list li {
	padding:		5px 0 5px 27px;
	background:		url(../images/bullet-missio.gif) 0 10px no-repeat;
}

.missio_list li a, #upcoming_events a {
	display:		block;
	color:			#0E0E0E;
	text-decoration:none;
	line-height:	17px;
}

.missio_list li a:hover, #upcoming_events a:hover, .subpage:hover {
	color:			#68a926;
	text-decoration:none;
}

#upcoming_events {
	margin:			0 0 10px 0;	
}

#upcoming_events td {
	padding:		0 0 5px 0;
}

.subpage {
	display:		block;
	color:			#222222;
	font-size:		1.154em;
	font-weight:	bold;
	line-height:	1em;
	padding:		5px 0;
}

#footer_wrapper {
	width:			950px;
	height:			95px;
	margin:			0 auto;
	background:		url(../images/wrapper-bottom.jpg) 0 0 no-repeat;
	padding:		0 50px 30px 50px;		
}

#footer {
	width:			930px;
	height:			75px;
	background:		url(../images/footer-bg.gif) 0 0 no-repeat;
	padding:		10px;
}

#footer_logo {
	margin:			20px;
	height:			36px;
	width:			257px;
	border:			0 none;
	float:			left;
}

#copyright {
	color:			#FFFFFF;
	text-align:		right;
	margin:			0;
	line-height:	16px;
	padding:		12px 16px 0 0;
}

#copyright a {
	color:			#FFFFFF;
}

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


ul {
	padding:		0;
	margin: 		0 0 18px 0;
	list-style-position:inside;
}

table {

}

a {
	color:			#68a926;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	margin: 		0 0 18px 0;
}

.right {
	display:		block;
	text-align:		right;
}

.left {
	display:		block;
	text-align:		left;
}

.nav_link {
	display:		block;
	padding:		5px 3px 3px 12px;
	color:			#303030;
	font-size:		1em;
	text-decoration:none;
	text-align:		left;
}

.nav_link:hover {
	background:		#303030;
	padding:		5px 3px 3px 12px;
	color:			#e8dac1;
	text-decoration:none;
}

.utility {
	font-size:		12px;
	text-transform:	uppercase;
	font-weight:	bold;
	clear:			both;
}

.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 {
	color:			#222222;
	font-size: 		1.385em;
	font-weight:	bold;
	line-height:	1em;
}

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

h1 {
	color:			#222222;
	font-size:		1.692em;
	font-weight:	bold;
	margin:			0 0 .88em 0;
	line-height:	1em;
}

h2 {
	color:			#222222;
	font-size: 		1.385em;
	font-weight:	bold;
	margin:			0 0 1.075em 0;
	line-height:	1em;
}

h3 {
	color:			#222222;
	font-size:		1.154em;
	font-weight:	bold;
	margin:			0 0 1.3em 0;
	line-height:	1em;
}

.header1 a, .header2 a, .header3 a, h1 a, h2 a, h3 a {
	color:			#222222;
	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:	10px;
	margin-bottom:	10px;
}

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

.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;
}
