@charset "utf-8";
/* CSS Document */
:focus{ 
	outline:none;
}
*{ 
	margin:0;
	padding:0;
}
html{
	height:100%;
	margin-bottom:1px;
}	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-ie browsers */
body{
	color:#cccccc;
	font-family:tahome, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.wraperMostOuter{
	background:#2f2f2f url(../images/bodyBg.jpg) 0 bottom repeat-x;
	min-height:900px;
}
h1, h2, h3, p, ul, li{
	margin:0; 
	padding:0;
}
ul, li{
	list-style:none;
}
strong{ 
	font-weight: bolder
}
h1 {
	font-family:tahoma,Arial, Helvetica, sans-serif;
	font-size:19px;
	line-height:22px;
	font-weight: normal;
	color: #669933;
	margin-top: 15px;	
}
h2 {
	font-family:tahoma,Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:18px;
	font-weight: normal;
	margin-top: 15px;
	color:#cccccc;
}
h3 {
	font-family:tahoma,Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:14px;
	font-weight: normal;
	margin-top: 10px;
	color:#ffffff;
}
a img{ 
	border:0
}
p { 
	margin-bottom:5px;
	line-height:17px;
}
a, a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #669933;
	text-decoration: none;
} 
.pathway{
	
	font-size:10px;
	clear:both
} 
.clear{
	margin:0;
	padding:0;
	height:0px;
	line-height:0px;
	font-size:0px;
	clear:both
} 
.outerWraper{
	margin:0 auto;
	padding:0;
	width:960px;
}
.headerContainer{
	margin:0;
	padding:0;
	width:960px;
	height:100px;
} 
.logoContainer{ 
	margin:0;
	padding:63px 0 0 0;
	width:183px;
	height:37px;
	float:left;
} 
.topNav{
	padding:78px 0 0 0;
	width:380px;
	height:12px;
	float:right
}
.topNav ul li {
	padding:0 10px;
	float:left;
	display:inline;
	background:url(../images/topNavSep.jpg) 0 0 no-repeat;
}
.topNav ul li.firstSep{
	background:none;
}
.topNav ul li a, .topNav ul li a:visited {
	float:left;
	display:inline;
	padding:0 10px;
	color:#666666;
}
.topNav ul li a:hover {
	color:#999999;
}
.bannerContainer{ 
	/*margin:0 0 15px 0;*/
	padding:0 0 0 0;
	width:960px;
	/*height:464px;*/
} 
.mainNavigation{
	margin:0 0 5px 0;
	width:960px;
	height:40px;
	clear:both;
	background-color:#282828;
	font-family:"myriad Pro", arial;
	font-size:16px;
}
.mainNavigation ul li{
	float:left;
}
.mainNavigation ul li a, .mainNavigation ul li a:visited{
	padding:0 15px;
	line-height:40px;
	height:40px;
	color:#666666;
	float:left;
}
.mainNavigation ul li a:hover{
	color:#999999;
	text-decoration:none;
}
.l{ 
	float:left
} 
.r{
	float:right
} 
.contentContainerHome{ 
	margin:0;
	vertical-align:top;
	/*padding:5px 0 35px 0;*/
	width:960px;
} 
.contentPanelHome{
	padding:0 20px 0 0;
	width:297px;
	float:left;
}
.contentPanelHomeLast{
    padding-left:20px;
	padding:0 0px 0 0;
	width:320px;
	float:right;
}
.contentPanelHome p{
	padding:20px 0 0px 0;
	color:#999999;
}
.contentPanelHomeLast p{
	padding:15px 0 0px 0;
	color:#999999;
}
.aboutP{
	color:#cccccc;
}
.readMore{
	padding:0;
	margin:0;
	width:65px;
	float:right;
}
.readMore a,.readMore a:visited{
	color:#666666;
	text-decoration:underline
} 
.readMore a:hover{
	color:#cccccc;
}
.subscriberBox{
	padding:3px 5px 6px 5px;
	width:280px;
	height:14px;
	background-color:#ffffff;
	color:#666666;
	font-size:12px;
	border:0;
}
.btnCntr{
	padding:10px 0;
	height:28px;
}
.unSub{
	padding:0 10px 0 0;
	width:88px;
	height:28px;
	float:left;
}
.unSub a, .unSub a:visited{
	width:88px;
	height:28px;
	display:block;
	line-height:28px;
	text-align:center;
	background:url(../images/unsubscribe.png) 0 0 no-repeat;
	color:#6a6a6a;
	text-decoration:none;	
}
.unSub a:hover{
	color:#999999;
	text-decoration:none
}
.sub{
	padding:0 10px 0 0;
	width:78px;
	height:28px;
	float:left;
}
.sub a, .sub a:visited{
	width:78px;
	height:28px;
	display:block;
	line-height:28px;
	text-align:center;
	background:url(../images/subscribe.png) 0 0 no-repeat;
	color:#6a6a6a;
	text-decoration:none	
}
.sub a:hover{
	color:#999999;
	text-decoration:none
}
.newsCntr{
	padding:25px 0 0 0;
	clear:both
}
.imageNewCnt{
	padding:0 20px 0 0;
	width:60px;
	float:left;
}
.cntrNews{
	width:220px;
	float:right;
}
.dateNews{
	margin:0 0 0px 0;
	padding:0;
	font-family:tahoma;
	color:#669933;
}
.dateNews a,.dateNews a:visited {
	color:#669933;
	text-decoration:underline
}
.dateNews a:hover {
	text-decoration:none
}
.footerContainer{ 
	margin:0 auto;
	padding:20px 0;
	width:960px;
	height:50px;
	border-top:1px solid #666666;
	color:#999999;
} 
.copy{
	padding:0 0 10px 0;
}
.footerPanel p{
	font-size:9px;
	line-height:12px;
}
.creater{
	padding:20px 0 0 0;
	float:right
}
.footerContainer a, .footerContainer a:visited{ 
	color:#77b22b;
	text-decoration:none
}  
.footerContainer a:hover{ 
	color:#f00;
	text-decoration:none
}  
.footerPanel{
	width:470px;
	
}

