#news-articles {
	width: 100%;
	margin-bottom: 36px;
	border: 1px solid white;
	border-style: hidden;
}

.news-articles td {
	border: 16px solid white;
	width: 50%;
}


.news-item,
.article {
	margin: 1.4em 0px;
}

.news-item .date,
.article .date {
	font-size: 0.77em;
	font-weight: normal;
	color: #4A4A4A;
}

.news-item a,
.article a {
	padding-left: 7px;
	background-image: url( ../../images/sub-menu/bullet.gif );
	background-repeat: no-repeat;
	background-position: 0px 50%;
}

/* Blog Listing */

.blogEntry { margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px dashed #E1DFDF; }
	.blogEntry h2 a { color: #9A2529; font: bold 15px arial, sans-serif; }
	.blogEntry .datePosted { color: #817B79; font: bold 10px arial, sans-serif; display: block; margin-bottom: 1em; }

.news-view-area  { margin-bottom: 3em; }
#blogPost h1 { color: #9A2529; font: bold 15px arial, sans-serif; }
#blogPost h2 { color: #817B79; font: bold 15px arial, sans-serif; }
#blogPost .date-posted { color: #817B79; font: bold 10px arial, sans-serif; }
#blogPost .news-body { margin-top: 1em; }

.blogComments { padding: 0.5em 10px 1em 10px; background: url(../../images/comment-header.gif) 0 0 no-repeat; }

.blogComment { float: left; width: 504px; border-bottom: 1px dashed #E1DFDF; padding-bottom: 1em; margin-bottom: 1em; }
.blogComments h2 { border-bottom: 1px solid #E1DFDF; padding-bottom: 0.5em; margin-bottom: 0.5em; }
.blogComments h3 { color: #B3B0AE; font-size: 11px; margin-bottom: 0.5em; }
.blogComments .commentInfo { float: left; width: 140px; margin-right: 25px; color: #666666; }
.blogComments .commentInfo span { display: block; }
.blogComments .commentCopy { float: left; width: 330px; color: #666666; }

form#postComment fieldset {
	background: #efefef;
	margin-bottom: 1.5em;
	padding: 1em 1.5em;
	border: 1px solid #e9e9e9;
}

#postComment h2 { border-bottom: 0; padding-bottom: 0; } 
form#postComment	.fieldArea { float: left; clear: left; margin-bottom: 0.833em; width: 350px; }
form#postComment	.fieldArea input { float: left; width: 175px; border: 1px solid #E1DFDF; }
form#postComment	.required { margin-left: 0; }
form#postComment	.fieldArea textarea { float: left; width: 175px; border: 1px solid #E1DFDF; width: 225px; }
	
form#postComment	label { float: left; width: 100px; color:#9C9C9C; font-weight:bold; margin-right:8px; }
	
form#postComment	input.commandButton {
		background: #e4e8ea url(../images/design/command-button.gif) 0 0 repeat-x;
		color: #576D78;
		font: bold 0.917em verdana;
		padding: 4px 6px;
		text-transform: uppercase;
	}
	
form#postComment	input.commandButton:hover {
		background: #667a85 url(../images/design/command-button-hover.gif) 0 0 repeat-x;
		color: #FFFFFF;
	}
	
form#postComment	span.message {
		display: block;
		padding: 0; 
		background: none; 
		font-size: 0.833em;
	}
	
	span.error {
		color: #DD0000;
	}
		
div#errors {
	background: #FFF5E6 url(../../images/form/error-2.gif) 10px 0.5em no-repeat;
	border: 1px solid #FFEBCC;
	color: #990000;
	font: normal 0.846em arial;
	margin: 0 0 1.5em 0;
	padding: 0.5em 10px 0.5em 50px;
}

div#errors h4 	{ color: #DD0000; font-weight: bold; }
div#errors ul 	{ margin-bottom: 0; }
div#errors li 	{ margin-bottom: 0.5em; font-size: 1.084em; }

