/*Listing News Styles*/
.news { 
	clear:both; 
	text-align:left; 
	margin:10px 0px; 
}

.news a {
	text-decoration:none!important;
}

.newsHeadline { 
	margin:0px;
}
.newsHeadline h2{ margin:0px 0px 8px 0px!important;}
.newsHeadline h2 a { font-family:Helvetica,Arial; color: #5E4A3A; font-size:14px; font-weight:bold;} 
.newsHeadline h2 a:hover {color: #67A812; }

.newsAuthor {
	font-size:12px;
    color: #8B8B8B;
	padding-bottom:5px;
}

.newsImage {	float:left; margin:0 10px 0 0;} 

.newsImage img{
	width:73px;
	height:60px;
}

.newsEntry {	margin:10px 0px 10px 0px;} 


/*Detail News Styles*/

.newsDetail {
    clear:both;
}

.newsHeadlineDetail { 
	margin:0px;
}
.newsHeadlineDetail h2{ margin-bottom:7px!important; font-weight: bold; font-size:20px; font-family:georgia; font-style:italic;}

.newsImageDetail{
	background:#ffffff;
}

.newsImageDetail img{
	width:150px;
	height:125px;
	border:1px solid #AAAE93;
}

.newsImageList ul,.newsImageList li{
	list-style:none!important;
	margin:10px 20px 0px 0px!important;
}

/*Featured News Styles*/
.newsFeatured{
	clear:both; 
	text-align:left; 
	padding:3px 0 0px 70px;  
	background:url(Images/news-top-megaphone.png) left top no-repeat;
}

.newsFeaturedHeadline{
	font-weight:bold;
	padding-bottom:5px;
	font-size:12px!important;
	color:#444444!important;
}

.newsFeaturedContent{
	font-size:12px!important;
	color:#444444;
}

/*Latest News Styles*/

.newsLatest{
	margin:10px 0 10px 0;
	clear:both;
}

.newsContentLatest { 
	font-size:12px; padding-left:4px; margin-left:77px;
} 

.newsHeadlineLatest h3 , .newsHeadlineLatest h3 a{
	font-size:14px!important; text-decoration:none; margin-bottom:8px;font-style:normal;
}

.newsImageLatest, .newsImageLatest img {
	float:left;
}

.ActionNormal{
	margin-top:15px;
}

/*Latest News Styles*/

a.ViewMore{
	font-size:12px;
	background:url(images/more.png) left 7px no-repeat!important; padding:7px 15px 5px 20px;
}

a:hover.ViewMore{
	color: #F4C115;
}

a.newsEmail{
	font-size:12px;
	background:url(images/email.png) left 7px no-repeat!important; padding:7px 15px 5px 20px;
}

a:hover.newsEmail{
	color:#F4C115;
}

a.newsPermalink{
	background:url(images/permalink.png) left 7px no-repeat!important; padding:7px 15px 5px 20px;
}

a:hover.newsPermalink{
	color:#F4C115;
}
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.4.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.4
 * @date November 17, 2007
 * @category jQuery plugin
 * @copyright (c) 2007 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-container-image-data-box {
	background-color: #fff;
	margin:0pt auto;
	overflow: auto;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:10px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.4em;
}

#lightbox-container-image-data {
	padding: 0 10px; 
}

#lightbox-container-image-details {
	float:left;
	text-align:left;
	width:70%;
}

#lightbox-container-image-details-caption
{
	font-weight: bold;
}

#lightbox-container-image-details-currentNumber 
{
	clear:left;
	display:block;
}

#lightbox-container-image-details-currentNumber a, lightbox-container-image-details-currentNumber a:hover
{
	border-bottom:medium none;
	color:#151410;
	text-decoration:underline;
}

#lightbox-container-image-details-nav {
	clear:left;
	display:block;
	padding:0pt 0pt 10px;
}

#lightbox-container-image-details-nav a, #lightbox-container-image-details-nav a:hover {
	border-bottom:medium none;
	color:#151410;
	text-decoration:underline;
}

#lightbox-container-image-details-nav-btnPrev
{
	margin:0pt 8px 0pt 0pt;
}
	
#lightbox-image-details-close-btnClose {
	float: right;
}

#lightbox-image-details-close a, #lightbox-image-details-close a:hover {
	border-bottom:medium none;
	color:#151410;
	text-decoration:underline;
}