.newsLeftCol {
	width: 240px;
	float: left;
}

.postWrapper {
	margin: 0 0 20px;
}
.postWrapper h3 {
	font: 2em 'nexa_lightregular', Arial, Helvetica, sans-serif;
}

/** News List **/
.postItem {
	padding: 15px;
	border-bottom:#CCC 1px dashed;
	min-height: 60px;
	background-image: none;
}
.postItem:hover {
	background-color: #fafafa;
}
.postItem .postThumb{
	background-color:#FFF;
	border: #CCC 1px solid;
	padding: 5px;
	width: 90px;
	height: 90px;
	margin: 0 15px 0 0;
	float:left;
	clear:both;
}
.postItem .postThumb img{
	padding: 0px;
	margin: 0;
	width: 90px;
	height: 90px;
}
.postItem .listTitle {
	font: 1.6em/1.2em 'nexa_lightregular', Arial, Helvetica, sans-serif;
}
.postItem .listTitle a{
}
.postItem .listDate {
	font-size:10px;
	color:#999;
	text-transform:uppercase;
	letter-spacing: 2px;
	padding: 0 0 5px 0;
}

/** News List **/
.newsColPost {
	padding: 15px 20px;
	margin: 0 0 10px;
	width: 200px;
	float: left;
	background: url(../images/blank.png);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.newsColPost h3 {
	padding-bottom: 5px;
	font: 2em 'nexa_lightregular', Arial, Helvetica, sans-serif;
}
.newsColPost .ColPostList {
	line-height:18px;
	margin: 0 0 10px 0;	
	padding: 0 0 10px 0;
	border-bottom:#CCC 1px dashed;
}
.newsColPost .ColPostList a {
}
.newsColPost .ColPostDate {
	font-size:10px;
	color:#999;
	text-transform:uppercase;
	letter-spacing: 2px;
	padding: 0 0 5px 0;
}

/**Archive Box **/
.archiveBox {
	padding: 15px 20px;
	margin: 0 0 10px;
	width: 200px;
	float: left;
	background: url(../images/blank.png);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.archiveBox h3 {
	padding-bottom: 5px;
	font: 2em 'nexa_lightregular', Arial, Helvetica, sans-serif;
}
.archiveBox .ColNewsList {
	line-height:18px;
	margin: 0 0 10px 0;	
	padding: 0 0 10px 0;
	border-bottom:#CCC 1px dashed;
}
.archiveBox .ColNewsDate {
	font-size:10px;
	color:#999;
	text-transform:uppercase;
	letter-spacing: 2px;
	padding: 0 0 5px 0;
}
.archiveSelect fieldset { border:0; margin:0; padding:0px; }	
.archiveSelect label, .archiveSelect select,.archiveSelect .ui-select-menu { float: left; margin-right: 0px; }
.archiveSelect select { width: 170px; color:#575757; }		
.archiveSelect .wrap span.ui-selectmenu-item-header,
.archiveSelect .wrap ul.ui-selectmenu-menu li a { text-decoration: underline !important; }
.archiveSelect .ui-selectmenu-status { line-height: 1.4em !important; }
.archiveSelect .ui-selectmenu-status, .archiveSelect .ui-selectmenu-menu li a { padding: 0.2em 2.1em 0.2em 0.5em !important; }
.archiveSelect .ui-selectmenu { height: 23px !important; }

/* PAGINATION
----------------------------------------------------------------------------------------------------*/
.PagerControl {
	padding: 20px 0px;
}
.PagerResults {
	text-align: center;
}
.PagerNumberArea {
	text-align: center;
	font-weight: normal;
	padding-bottom: 2px;
	color: #CCC;
}
.PagerNumberArea a {
	padding: 0px 3px;
	color: #68A613;
}
.PagerNumberArea a:hover {
	text-decoration: none;
	background: #68A613;
	padding: 0px 3px;
	color: #fff;
}
.SelectedPrev {
	padding: 0px 2px;
}
.SelectedPage {
	background: #68A613;
	color:#FFF;
	padding: 0px 3px;
	border: 0px solid gray;
}

