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

.big-screenshot {
	position:absolute;
	right:28px;
	top:112px;
	z-index:100;
}

#featured {
	height: 206px;
	background-image:url(/site/images/bg-featuredcontent.gif);
	background-position:top left;
	background-repeat:no-repeat;
	
}
	#featured p {
		color:#FFFFFF;
		font-size:1.4em;
		line-height:1.6em;
		margin-top:4px;
		width:351px;
	}
	
#content .columnleft {
	width: 520px;
	margin-bottom:35px;
}

	.columnleft .buzz-quote {
		padding-left: 35px;
		padding-top:5px;
		background-image:url(/site/images/icon-quote.gif);
		background-position:top left;
		background-repeat:no-repeat;
		width:330px;
		margin-bottom:50px;
	}
		.buzz-quote h3 {
			font-size:1.6em;
			font-weight:400;
			color:#848484;
			margin-bottom:7px;
		}
		.buzz-quote h4 {
			font-size:1.2em;
			font-weight:400;
			color:#999999;
			font-style:italic;
		}	
			.buzz-quote h4 a {
				color:#999999;
				text-decoration:underline;
			}		
				.buzz-quote h4 a:hover {
					color:#666666;
					text-decoration:underline;
				}	
	
	.columnleft h2 {
		color:#4db04e;
		font-size:2.0em;
		font-weight:400;
		border-bottom:solid 1px #d8d8d8;
		padding-bottom:3px;
		/* letter-spacing:-0.025em; */
	}	
	
	.columnleft .feature-item {
		height:146px;
		border-bottom:solid 1px #eaeaea;
		padding:22px 0px 27px 12px;
	}			
		.feature-item img {
			float:left;
			margin-right:28px;
		}	
		
		.feature-item h3 {
			font-size:1.6em;
			margin-bottom:5px;
			margin-top:10px;
			color:#666666;
			font-weight:400;
		}
			.feature-item h3 .new {
				color:#E96665;
				font-size:0.9em;
				font-style:italic;
				font-weight:400;
				margin-left:5px;
				text-transform:uppercase;
			}
			
			.feature-item h3 a {
				color:#666666;
				text-decoration:underline;
			}
				.feature-item h3 a:hover {
					color:#999999;
					text-decoration:underline;
				}
		
		.feature-item p {
			font-size:1.2em;
			line-height:1.8em;
			color:#999999;
			margin:0px;
		}
		
#content .columnright {
	width: 238px;
	margin-left:60px;
	margin-top:120px;
}
	.columnright .latest-blogposts {
		background-color:#f5fcff;
		border:solid 1px #d8d8d8;
		padding:10px;
		margin-bottom:25px;
	}
		.latest-blogposts h3 {
			font-size:1.2em;
			font-weight:400;
			border-bottom: solid 1px #d8d8d8;
			padding-bottom:4px;
			color:#888888;
			margin-bottom:5px;
		}
		
		.latest-blogposts ul {

		}
			.latest-blogposts ul li {
				background-image:url(/site/images/icon-latestblogpost.gif);
				background-position:5px 11px;
				background-repeat:no-repeat;
				padding:10px 0px 10px 30px;
				border-bottom:solid 1px #eaeaea;
			}	
				.latest-blogposts ul li h4 {
					font-size:1.2em;
					font-weight:400;	
				}
					.latest-blogposts ul li h4 a {
						color:#39953A;
						text-decoration:none;	
					}
						.latest-blogposts ul li h4 a:hover {
							color:#58b34d;
							text-decoration:underline;	
						}
						
				.latest-blogposts ul li p {
					font-size:1.2em;
					color:#999999;
					font-style:italic;					
					margin:0px;
				}
				
				.latest-blogposts .viewall {
					margin-top:10px;
					font-size:1.1em;
					display:block;
					width:100%;
					text-align:right;
				}
				
					.latest-blogposts .viewall a {
						color:#888888;
						text-decoration:none;
					}	
						.latest-blogposts .viewall a:hover {
							text-decoration:underline;
						}
						
	.columnright #newsletter-container {
		background-color:#F0F9FD;
		border:1px solid #d8d8d8;
		color:#888888;
		font-size:1.2em;
		margin-top:25px;
		padding:10px;
	}
	
		.columnright #newsletter-container form {	
			margin:0px;
		}			
	
		.columnright #newsletter-container label {	
			font-size:1.0em;
		}	
		
		.columnright #newsletter-container form input.field-large {
			background: #ffffff url(../../images/bg-field.gif) repeat-x top; 
			border: 1px solid #c3c3c3; 
			border-top-color: #7c7c7c; 
			border-bottom-color: #dddddd;
			font-size:1.0em;
			color:#333333;
			padding:3px;
			width: 130px;
			margin-right:5px;
			margin-top:5px;
		}
		
		.columnright #newsletter-container form input.submit {
			padding: 2px 1px;
			font-size:1.0em;
		}
		
	.columnright .widget {
		margin-top:50px;
		margin-bottom:20px;
	}
	
		.widget h3 {
			color:#56b84e;
			font-size:1.6em;
			font-weight:400;
			margin-bottom:10px;
		}
		
		.widget p {
			color:#999999;
			font-size:1.2em;
			margin:0px;
			margin-bottom:8px;
		}
			.widget p a {
				color:#57b94f;
				text-decoration:underline;
			}
				.widget p a:hover {	
					color:#39953A;
					text-decoration:underline;
				}

.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 */
