/* CSS Document */

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

body {
	font-family:	Georgia, "Times New Roman", Times, serif;
	font-size:		13px;
	line-height:	20px;
	color:			#4b4b4b;
	padding:		0;
	margin:			0;
	text-align:		left;
}

#main-wrapper {
	width:			900px;
	margin:			0 auto;
	background:		url(../images/content-bg.gif) repeat-y;
}

#header {
	background:		#FFF url(../images/header-bg.gif) no-repeat;
	width:			900px;
	height:			72px;
	padding:		0 0 10px 0;
}

#logo {
	width:			346px;
	height:			56px;
	border:			0 none;
	margin:			8px 0 0 16px;
	float:			left;
}

#header-links {
	font-family:	Arial, Helvetica, sans-serif;
	float:			right;
	height:			13px;
	line-height:	13px;
	text-align:		right;
	color:			#0f553c;
	padding:		10px;
	margin:			0;
}

#header-links a {
	color:			#0f553c;
}

#search-form {
	margin:			0;
	padding:		9px 0 8px 35px;
	width:			226px;
	height:			22px;
	float:			right;
	clear:			right;
}

#searchbox {
	width:			153px;
	height:			14px;
	border-top:		1px solid #858585;
	border-right:	1px solid #FFF;
	border-bottom:	1px solid #FFF;
	border-left:	1px solid #858585;
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		11px;
	padding:		3px;
	line-height:	14px;
	color:			#666;
}

#search-button {
	border:			0 none;
	color:			#FFF;
	background:		#005899;
	font-size:		13px;
	font-family:	Arial, Helvetica, sans-serif;
	width:			58px;
	height:			18px;
}


#main-col {
	width:			700px;
	float:			right;
	margin-left:	-200px;
	border-top:		4px solid #005899;
}

#main-col #pad {
	padding:		18px 0 18px 18px;
}

#left-col {
	float:			left;
	width:			200px;
	font-family:	Arial, Helvetica, sans-serif;
}

#ads {
	padding:		20px;
	margin-top:		20px;
}

#ads img {
	margin-bottom:	20px;
}

#breadcrumbs {
	background:		#cdcdcd;
	color:			#434141;
	font-family:	Arial, Helvetica, sans-serif;
	padding:		7px 12px;
	line-height:	18px;
}

#breadcrumbs a {
	color:			#434141;
}

#slideshow {
	width:			682px;
	height:			232px;
	margin:			18px 0 18px 18px;
}

#footer {
	clear:			both;
	font-size:		11px;
	font-family:	Arial, Helvetica, sans-serif;
	padding:		18px;
	text-align:		right;
}

#news-home {
	margin-top:		30px;
}

.newsitem {
	border-top:1px solid #CDCDCD;
	padding:10px;
}

.newsitem img {
	width:			60px;
	margin-right:	15px;
	float:			left;
	border:			0 none;
}

.newsitem h3 {
	font-family:	Arial, Helvetica, sans-serif;
	margin-bottom:	0;
}

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

table {

}

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

a:hover {
	text-decoration:underline;
}

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

.nav_link {
	display:		block;
	background:		url(../images/nav-sprites.gif) 0 0 no-repeat;
	padding:		5px 3px 0 12px;
	color:			#FFFFFF;
	font-size:		15px;
	line-height:	18px;
	width:			185px;
	height:			23px;
	text-decoration:none;
	border-bottom:	1px solid #FFFFFF;
	text-align:		left;
}

.nav_link:hover {
	background:		url(../images/nav-sprites.gif) 0 -28px no-repeat;
	text-decoration:none;
}

.subpages {
	background-color:#CDCDCD;
	font-size:12px;
	color:#313030;
	width:174px;
	padding:5px 13px 5px 13px;
	line-height:normal;
}

.subpages a {
	display:block;
	text-decoration:none;
	color:#313030;
}

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

.subpage {
	font-weight:bold;
	margin-bottom:6px;
}

.subsubpage {
	padding-left:10px;
	margin-bottom:6px;
}

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

.subtitle {
	color:#F69832;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
}

.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:			#008457;
	font-size: 		16px;
	font-weight:	normal;
}

.header3 {
	color:			#008457;
	font-weight:	bold;
}

h1 {
	font-family:	Arial, Helvetica, sans-serif;
	font-weight:	normal;
	color:			#008457;
	font-size:		25px;
	margin:			0 0 18px 0;
	line-height:	29px;
}

h2 {
	font-family:	Arial, Helvetica, sans-serif;
	color:			#008457;
	font-size: 		16px;
	font-weight:	normal;
	margin:			0 0 18px 0;
}

h3 {
	color:			#008457;
	font-weight:	bold;
	margin:			0 0 18px 0;
	line-height:	20px;
}

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

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

.clear {
	clear:		both;
}

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