html, body, form, fieldset, dl, dt, dd, blockquote { margin: 0px; padding: 0px; }
body { font-size: 62.5%; }
ul, ol, li { margin: 0px; padding: 0px; list-style: none; }
h1, h2, h3, h4, h5, h6 { margin: 0px; padding: 0px; }
p, pre, address { margin: 0px; padding: 0px; }
label {	cursor: pointer; }
fieldset { margin: 0px; padding: 0px; border: none; }
a img {	border: none; }
input, select, textarea { font-size: 1em; }
  
body {
	margin: 1em;
	font-family: arial;
	background-color: #004224;
}

p {
	margin: 1em 0em;
}

#page-container {
	width: 878px;
	margin: 25px auto 0px auto;
	background-color: #ffffff;
	position:relative;
}

	#page-container #header-container {
		background-color: #70c865;
		color: #ffffff;
	}
	
		#header-container #header {
			height: 47px;
			background-image: url(/images/bg-header.gif);
			background-repeat: no-repeat;
			padding: 25px 30px;
			position: relative;
		}
		
			#header #logo {
			}
		
			#header ul#navigation {
				color: #ffffff;
				font-size: 1.4em;
				position: absolute;
				top: 50px;
				right: 30px;
			}
			
				ul#navigation li {
					float: left;
					margin-left: 15px;
					line-height: 2.0em;
				}
					ul#navigation li a {
						color: #ffffff;
						text-decoration: none;
					}
					ul#navigation li a:hover {
						color: #004224;
						text-decoration: none;
						border-bottom:solid 2px #004224;
						padding-bottom:4px;
					}
					ul#navigation li.selected a {
						color: #004224;
						text-decoration: none;
						border-bottom:solid 2px #004224;
						padding-bottom:4px;
					}
					ul#navigation li.selected a:hover {
						color: #216848;
						text-decoration: none;
						border-bottom:solid 2px #216848;
						padding-bottom:4px;
					}
					ul#navigation li.login a:hover {
						text-decoration: none;
						border-bottom:none;
					}
					
	#featured {
		height: 154px;
		padding: 30px;
		background-image: url(/images/bg-featuredcontent.gif);
		background-repeat: no-repeat;
		background-color:#70C966;
		position: relative;
		border-bottom: 12px solid #7cd371;
	}
	
	#page-container #content {
		padding: 30px;
		padding-bottom:0px;
		color: #666666;		
	}
	
		#content .columnleft {
			width: 575px;
			float: left;
		}
			.columnleft .browse-archives {
				background-image:url(../../site/images/icon-archives.gif);
				background-position:top left;
				background-repeat:no-repeat;
				font-size:1.2em;
				padding-left:20px;
			}
				.browse-archives a {
					color:#56ac56;
					text-decoration:none;
				}
					.browse-archives a:hover {
						color:#4db04e;
						text-decoration:underline;
					}
		
		#content .columnright {
			margin-left: 18px;
			width: 225px;
			float: left;
		}

	#page-container #content-footer {
		clear: both;
		height: 44px;
		background-image: url(/images/bg-content-footer.gif);
		background-repeat: no-repeat;
		background-position: 0px 30px;
	}

#page-footer {
	clear: both;
	font-size: 1.2em;
	width: 868px;
	margin: 15px auto 25px auto;
	text-align:center;
	color:#518D72;
}
	#page-footer a.contact {
		background-image:url(/images/cs-images/icon-email.gif);
		background-position:0px 4px;
		background-repeat:no-repeat;
		color:#518D72;
		margin-left:15px;
		padding-left:25px;
		text-decoration:none;
	}
		#page-footer a.contact:hover {
			color:#6daa8e;
			text-decoration:underline;
		}

p#message {
	padding: 10px;
	font-size: 1.4em;
	color: #666666;
	background-color: #ffffff;
	border: solid 1px #cccccc;
	margin: 0px auto 20px auto;
	text-align: center;
}

p#message.success {
	color:#54B948;
	font-size:14px;
}
	p#message.success img {
		margin: -3px 10px -7px 0px;
	}
p#message.failure {
	color:#e2373e;
	font-size:14px;
}
	p#message.failure img {
		margin: -3px 10px -7px 0px;
	}


.coming-soon {
	margin-top:45px;
	margin-bottom:45px;
	background-color:#FFFFE1;
	border:solid 1px #F5F5AB;
	padding:10px;
	
}
	.coming-soon h3 {
		color:#666666;
		font-size:1.4em;
		font-weight:400;
		margin-bottom:5px;
	}
	.coming-soon p {
		color:#999999;
		font-size:1.2em;
		line-height:1.4em;
		margin:0px;
	}



#featured {
	height: 75px;	
}
	#featured p {
		color:#FFFFFF;
		font-size:1.4em;
		line-height:1.8em;
		margin-top:2px;
		width:575px;
	}
	
#content .columnleft {
	width: 530px;
	margin-bottom:35px;
}

	.columnleft h2 {
		color:#666666;
		font-size:1.6em;
		font-weight:400;
		border-bottom:solid 1px #d8d8d8;
		padding-bottom:3px;
		margin-bottom:10px;
	}	
	
	.columnleft p {
		color:#888888;
		font-size:1.2em;
		line-height:1.6em;
		font-weight:400;
		margin:0px;
		margin-bottom:15px;
	}
		.columnleft p a {
			color:#888888;
			text-decoration:underline;
		}
			.columnleft p a:hover {
				color:#666666;
				text-decoration:underline;
			}
	
	.columnleft .tip {
		background-color:#e3f1f9;
		padding:10px;
		margin-bottom:15px;
		height:60px;
	}
		
		.tip .tip-number {
			border-right:1px solid #CCCCCC;
			color:#999999;
			float:left;
			font-size:3.6em;
			font-weight:400;
			margin-right:15px;
			padding:3px 0px 0px 10px;
			width:55px;			
		}
		
		.tip span.tip-small {
			display:block;
			font-size:0.34em;
			font-weight:400;
			margin-bottom:0px;
		}
		
		.tip .tip-content p {
			color:#7B7B7B;
			font-size:1.8em;
			padding-top:2px;
		}
	
	
		
#content .columnright {
	width: 243px;
	margin-left:45px;
	margin-top:5px;
}
	.columnright .facts {
		background-color:#f9f9f9;
		border:solid 1px #dddddd;
		padding:10px;
		margin-bottom:25px;
	}
		.facts h2 {
			font-size:1.4em;
			font-weight:400;
			border-bottom:solid 1px #dddddd;
			padding-bottom:2px;
			margin-bottom:10px;
		}	
		
		.facts ul {
			font-size:1.2em;
			margin-bottom:10px;
		}
			.facts ul li {
				margin-bottom:10px;
				margin-left:15px;
				list-style:disc;
				color:#888888;
			}

		.facts p {
			font-size:1.0em;
			color: #999999;
			margin-bottom:0px;
		}
			.facts p a {
				color:#999999;
				text-decoration:underline;
			}
			.facts p a:hover {
				color:#666666;
			}
			
	.columnright .orgs {
		text-align:center;
	}
		.orgs h2 {
			color:#999999;
			font-size:1.2em;
			font-weight:400;
			margin-bottom:15px;
			margin-left:44px;
			text-align:left;
		}
		
		.orgs img {
			margin-bottom:15px;
		}	
		
.content-footer {
	clear:both;
	background-color:#fffdcf;
	padding:10px;
	height:43px;
}
	.content-footer p {
		display:inline;
		color:#888888;
		font-size:1.4em;
		float:left;
		letter-spacing:-0.010em;
	}
	.content-footer img {
		float:right;
	}
	

	
.clear {
	clear:both;
	height:1px;
}
/* Stylesheet file (jquery.thickbox) Not Found */
/* Stylesheet file (jquery.datepicker) Not Found */
