html, body, div, span, p, h1, h2, h3, h4, h5, h6, textarea, a, em, img, strong, ul, li, form, label, table, tr, th, td, fieldset {
 margin:0;
 padding:0;
 border:none;
 outline:none;

}


body {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	height:100%;
	font-size:12px;
	color:#304600;
	background:#fff;
	border-top:4px solid #600140;
}

a {
	color:#80bb01;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color: #67950a;
}

ul, li {
	list-style: none;
	}

/*-----------------------*/

p {
	line-height:1.6em;
}

.noMar {
	margin-right:0 !important;
}

.clear {
	clear:both;
	position:relative;
	font-size:0;
	height:0;
	display:block;
	line-height:0;
}

.overHid {
	display:block;
	position:relative;
	overflow:hidden;
}

.header, .footer {
	width:100%;
	height:auto;
	display:block;
	position:relative;
}

.header {
	height:200px;
	border-bottom:3px solid #fff;
	background:url(../images/bgtop.jpg) center center no-repeat;
}

.header .container{
	height:49px;
}

.subHead {
	height:200px;
	background:url(../images/head1.png) center center no-repeat;
}

.footer {
 	width:100%;
	position:relative;
	background:#f5f5f5;
	padding:30px 0 10px 0;
 }

.centFootHead {
	width: 980px;
	margin: 0 auto;
	
	}
 
 .main {
 	width:100%;
	display:block;
	height:auto;
	position:relative;
	background:url(../images/bgSup.gif);
 }

.container{
	width:960px;
	margin:0 auto;
	display:block;
	position:relative;
	overflow:hidden;
}


.logo {
	display:block;
	width:980px;
	height:200px;
}

/*
.logo:hover {
	-moz-transform: skew(25deg);
	-webkit-transform: skew(25deg);
	}
*/
.logo-text {
	display:block;
	text-align:center;
	font-size: 30px;
	text-shadow: 5px 5px 5px #000;
	font-family: "Times New Roman", Times, serif;
}

.siteLogoText {
	padding:45px 0 25px 0;
	background:url(../images/devLogo.png) center bottom no-repeat;	
	}

.siteLogoText a {
	font-size: 30px;
	color: #fff;
	}

.site-slogan {
	font-size: 15px;
	padding-top: 5px;
	color: #fff;
	}

.bannerTop {
	overflow:hidden;
}

.topLinks {
	display:block;
	overflow:hidden;
	position:absolute;
	top:14px;
	right:0px;
	width:500px;
}

.topLinks a {
	height:27px;
	display:block;
	float:left;
	float:right;
	margin-left:20px;
}

.headLink1 {
	background:url(../images/link1.jpg) center top no-repeat;
	width:101px;
}

.headLink2 {
	width:193px;
	background:url(../images/link2.jpg) center top no-repeat;
}

.headLink3 {
	width:95px;
	background:url(../images/link3.jpg) center top no-repeat;
}

.headLink1:hover, .headLink2:hover, .headLink3:hover {
	background-position:bottom;
}

.leftSide {
	width:620px;
	padding:0 20px 0 0;
	float:left;
}

.rightSide {
	width:320px;
	float:right;
}

.post {
	position:relative;
	display:block;
	background:url(../images/border.gif) bottom left repeat-x;
	padding:0 0 5px 0;
	margin-bottom:40px;
}

.post h2 {
	padding:0 0 10px 0px;
}


#search input[type=text] {
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #000;
}

#search input[type=submit] {
	background:#600140;
	-moz-border-radius:5px;
	border-radius:5px;
	border:2px solid #000;
	color:#fff;
	padding:1px;
}

.widgetCont a {
	background:url(../images/bullet.gif) left 5px no-repeat;
	padding:0 0 5px 10px;
	display:block;
	font-size:13px;
	color:#fff;
}

.widgetCont a:hover {
	text-decoration:underline;
}

.post p {
	padding:0 0 0 10px;
	overflow:hidden;
}

.post p img {
	padding:4px;
	background:url(../images/bgthumb.jpg);
	float:left;
	margin:5px 10px 5px 0;
	border:1px solid #000;
}

.post p.postDetails {
	font-size:9px;
	padding:10px 0 0 0;
}

p.postDetails b {
	padding:0 0 0 10px;
	color:#000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Trebuchet MS', sans-serif;
	font-weight:normal;
	}

 
h1 {
 	font-size:32px;
 }

h1.homeh1 {
	padding: 10px 0;
	}
 
h2 {
 	font-size:26px;
	color:#67950a;
}
 
h3 {
	font-size:18px;
	color:#849b52;
	padding-bottom:3px;
}

.widgetCont h3 {
	padding-top:20px;
}

h4 {
	font-size:16px;
	text-align:center;
	font-weight:normal;
}

h5 {
	font-weight:bold;
	font-size:12px;
}

h6 {
	
}


/*-----------------------*/


input[type=text],input[type=password],input[type=password] textarea {
	padding:8px;
	height:14px;
	border:1px solid #600140;}

input[type=text], input[type=password] {
	width: 210px;
}

input[type=submit], button[type=submit] {
	padding: 5px;
	background: #998675;
	font-weight: bold;
	border: none;
}

.leftCont input[type=text], .leftCont input[type=password], .rightCont input[type=text], .rightCont input[type=password] {
	width: 186px;
	}

fieldset label {
	display:block;
	padding: 10px 0 3px 0;
	}

.search label {
	text-indent: -9999px;
	display: none;
	}

fieldset dt {
	display:block;
	padding: 10px 0;
	}

fieldset dd {
	display:block;
	padding: 5px 0;
	margin: 0px;
	}

.clear {
	clear:both;
	position:relative;
	font-size:0;
	height:0;
	display:block;
	line-height:0;
}

.noMar {
	margin-right: 0 !important;
}


.mainContainer {
	width: 1040px;
	margin: 0 auto;
	padding: 15px;
	background: #fff;
}

.toppper {
	width: 980px;
	margin: 0 auto;
	}


.overHid {
	display:block;
	overflow: hidden;
	position: relative;
}

.nav1 {
	text-transform: uppercase;
	padding: 20px 0 10px 20px;
}

.nav1 a {
	padding: 0 25px 0 0;
}


.leftCont {
	width: 200px;
	float: left;
	padding: 20px 0 0 0;
}

.centerCont {
	width: 610px;
	padding:20px 15px;
	float:left;
	}


.intro {
	padding: 10px 0;
	}

.leftCont p, #archive-items p {
	line-height: 1.5em;
	}

.rightCont {
	width: 200px;
	float: left;
	padding: 20px 0 0 0;
}

.post {
	float: left;
	width: 325px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ececec;
}

.post h2 {
	padding: 10px 0;
	font-size: 18px;
}

.postFeat2 {
	float: left;
	width: 315px;
	padding: 10px 10px 10px 0;
	border-bottom: 1px solid #ececec;
}

.leftCont h3, .rightCont h3 {
	background: none repeat scroll 0 0 #F7F7F7;
    border-right: 1px solid #9db174;
	border-bottom: 1px solid #a4ac94;
    color: #849B52;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
    padding: 6px;
	}

.leftCont h3:first-letter, .rightCont h3:first-letter
{
	color:#304600;
	font-weight: bold;
} 

.leftCont .menu ul, .rightCont .menu ul{
	z-index: 90000000;
	}

.postFeat2 .textFeat {
	position: relative;
	display: block;
	height: 72px;
	padding: 5px 0 0 80px;
	overflow: hidden;
}

.textFeat img {
	top: 5px;
	left: 0px;
	position:absolute;
}

.textFeat span {
	display: block;
	font-size: 14px;
	color: #cbcbcb;
	}

.textFeat a {
	display: block;
	font-size: 9px;
	color: #cbcbcb;
	}

.textFeat b {
	display: block;
	font-size: 10px;
	color: #6d6d6d;
	padding-top: 10px;
	text-transform: uppercase;
	}

.moduletable, .moduletable_menu {
	padding: 10px 0;
	margin: 0 0 10px 0;
	}

.moduletable a,.moduletable_menu a{
	font-size: 14px;
}

.leftCont .moduletable_menu a,.leftCont .moduletable a, .rightCont .moduletable a, .rightCont .moduletable_menu a {
	display:block;
	line-height: 2.2em;
	padding:0 0 0 17px;
	background: url("../images/bullet.gif") no-repeat scroll left 11px transparent;
	}
	

.featLinks p {
	overflow: hidden;
}

.featLinks p a {
	padding: 10px 10px 10px 15px;
	display: block;
	float: left;
}

.readmore {
	display:block;
	overflow:hidden;
	padding: 10px 0;
	font-size: 10px;
	}


.readmore a {
	background: #9eb275;
	display:block;
	font-size:12px;
	color:#fff;
	padding:0 15px 0 15px;
	float:right;
	text-decoration: none;
}

.readmore a:hover {
	color: #fff;
	}

.bottomBor {
	height: 7px;
	font-size: 0px;
	width: 982px;
	margin: 0 auto;
	background: #1e1e1e
}

.colFoot {
	width: 316px;
	float: left;
	padding-right: 10px;
}


.colFoot .moduletable,.colFoot  .moduletable_menu {
	background-image:none;
	border: 1px dotted #80BB01;
	padding:10px;
	
	}

.colFoot h3,.colFoot h3 {
	font-size: 20px;
	color: #646464;
	}

.colFoot a{
	padding: 5px 0 0 0 ;
	display:block;
	}

.pagination {
	display:block;
	position: relative;
	}

.counter {
	text-align: center;
	}
	
.pagination {
	padding: 20px 0;
	overflow:hidden;
	}

.pagination ul, .pagenav  {
	display:block;
	position: relative;
	overflow:hidden;
	}

.easy_pagination li a {
	float:left;
	margin: 0 10px 0 0;
	}

ul.pagenav {
	padding: 10px 0;
	}

.pagination ul {
	padding: 20px 0;
	}

.pagination ul li, .pagenav li {
    float: left;
    font-weight: normal;
    padding: 5px 10px !important;
	margin-right: 10px;
	border: 1px dotted #570909;
	background: none !important;
	}

.item-page {
	position:relative;
	display:block;
	}

.actions {
    position: absolute;
    right: 0px;
    top: 5px;
	overflow: hidden;

}

.actions li {
	float:right;
	position: relative;
	top: 6px;
	background: none !important;
	padding: 0px !important;
	}

.cat-children li {
   border: 1px dotted #570909;
	padding: 10px;
	margin-bottom: 10px;
	}

.cat-children li ul li {
	border: none;
	background:#fff;
	float: left;
    margin-right: 10px;
    margin-top: 20px;
	border: 1px solid #849b52;
}

.leading-0 {
	position: relative;
	overflow:hidden;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	}

.leading-0 img {
	float:left;
	margin: 0 10px 10px 0;
	}

.img-intro-left {
	float:left;
	}

.img-intro-left img {
	float:left;
	margin: 0 10px 10px 0;
	}

.img-intro-right {
	float:right;
	}

.img-intro-right img {
	float:left;
	margin: 0 0 10px 10px;
	}

.item {
	overflow:hidden;
	}

.items-row {
	overflow:hidden;
	}

.items-row .item {
	padding: 0 10px 10px 0;
	}
	
.blog-featured .column-1,.blog-featured .column-2,.blog-featured .column-3 {

	}
	
.blog-featured h2 {
	margin-bottom: 10px;
	}

.blog-featured h2 a:hover, .centerCont h2 a:hover, .centerCont a:hover {
	color: #000;
	}

.centerCont ul, .centerCont li {
	overflow:hidden;
	}

.centerCont p, .centerCont li {
	line-height: 2em;
	}

.centerCont table {
	width: 100%;
	}

.centerCont table th {
	text-align:left;
	background: #80BB01;
	padding: 5px;
	}

.centerCont table td {
	padding: 5px;
	border-bottom: 1px solid #999;
	}

.centerCont .button {
	margin-top: 20px;
	}

.item-page li {
	padding-left: 20px;
	background: url(../images/li-bul.png) left 6px no-repeat;
	}
	
.item-page, .category-desc {
	display:block;
	padding: 20px 0 20px 0;
	overflow: hidden;
	}

.item-page img, .category-desc img {
	float:left;
	margin: 0 10px 10px 0;
	}

.categories-list .item-title {
	font-size: 18px;
	padding: 0 10px 5px 0;
	border-bottom: 1px dotted #000;
	display:block;
	margin-bottom: 10px;
	}

.article-info {
	display:block;
	overflow:hidden;
	padding: 10px;
	border: 1px dotted #80BB01;
	}

.article-info dt {
	margin-right: 10px;
	font-size: 10px;
	float:left;
	color: #849b52;
	margin-left: 0px;
	font-weight: bold;
	}

.article-info dd {
	float:left;
	font-size: 10px;
	margin-right: 10px;
	margin-left: 0px;
	}

.article-info dd.parent-category-name {
	
	}

.article-info dd.category-name {

	}

.article-info dd.create {
	font-size: 9px;
	}

.article-info dd.modified {
	font-size: 9px;
	}

.article-info dd.published {
	font-size: 9px;
	}

.article-info dd.createdby {
	font-size: 10px;
	clear: both;
	}

.article-info dd.hits {
	font-size: 10px;
	}

.mostread  {
	padding: 20px 0;
	list-style-type:decimal;
	}
	

ul.mostread li {
	padding-top: 10px;
	list-style-type:decimal;
	}

#form-login-remember {
	overflow:hidden;
	padding-bottom: 10px;
	}

#form-login-remember label, #form-login-remember input {
	float:left;
	display:block;
	}

#form-login-remember input {
	position:relative;
	top: 8px;
	}

#login-form a{
	display:inline;
	background: none;
	border: none;
	font-weight: normal;
	font-size: 10px;
	padding: 0 5px 0 0;
	}

.nav2 {
	font-size: 13px;
	position:relative;
	padding: 19px;
	background:url(../images/navbg.gif) top left repeat-x;
	border-bottom: 1px solid #3f3f3f;
}

.nav2 .moduletable {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	}

.nav2 .menu a {
	color:#361215;
	height: 20px;
	float:left;
	line-height: 1em;
	padding: 5px 10px 0 10px;
	background: #fff;
	border-radius: 17px 0 17px 0;
}

.nav2 .menu li ul a {
	height: auto;
	float:none;
	padding: 0; 
	background: none;
}

.nav2 .menu a:hover {
	color: #67950a;
	text-decoration: none;
}

.nav2 .menu {
	z-index: 40000;
	position:relative;
	font-family: 'Oswald', sans-serif;
	}

.breadcrumbs {
	}

.breadcrumbs .moduletable, .breadcrumbs .moduletable_menu {
	background: none;
	padding-bottom: 0px;
	box-shadow: none;
	}

.breadcrumbs .moduletable a, .breadcrumbs .moduletable_menu a{
	display:inline;
	}

form label {
	display:block;
	padding-top:10px;
	font-style: italic;
    font-weight: bold;
	}
	
.longBG {
	background:url(../images/test11.png) center bottom no-repeat;
	}

.sliderPlace {
	position:relative;
	z-index: 997;
	width: 843px;
	height: 392px;
	margin: 0 auto;
}

.sliderPlace img {
	width: 980px;
	height: 392px;
	}

/* 
	LEVEL ONE
*/
.nav2 .menu li { float:left; margin-right: 5px;}
.menu li.deeper                          { position: relative; font-weight: normal !important; }
.menu li.deeper  li                      {  float: left; zoom: 1; background: #00aeef; font-size: 10px; border-radius: 12px 2px 12px 2px; }
.menu li.deeper  a:hover		            { color: #849b52; }
.menu li.deeper  a:active                { color: #849b52; }
.menu li.deeper  li a                    { display: block; padding: 4px 8px; border-right: 1px solid #333;
	 								  color: #fff; }
.menu li.deeper  li:last-child a         { border-right: none; } /* Doesn't work in IE */
.menu li.deeper  li.hover,
.menu li.deeper  li:hover                { background: #0a1b2b; color: fff; position: relative; color: #849b52; }
.menu li.deeper  li.hover a              { color: #fff; }


/* 
	LEVEL TWO
*/
.menu li.deeper  ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
.menu li.deeper  ul li 					{ font-weight: normal; background: #9baf73; color: #fff; padding: 1px; 
									  border-bottom: 1px solid #680045; float: none;}

.menu li.deeper  li a  {font-weight: bold;}
.menu li.deeper  li li a  { color: #fff; }
				  
                                    /* IE 6 & 7 Needs Inline Block */
.menu li.deeper  ul li a					{ border-right: none; width: 100%; display: inline-block; } 

/* 
	LEVEL THREE
*/
.menu li.deeper  ul ul 					{ left: 100%; top: 0; }
.menu li.deeper  li:hover > ul 			{ visibility: visible; }

.leftCont .menu li.deeper  ul{
	left: 100px;
	}

.leftCont .menu li.deeper  ul a{
	background: none;
	}

.socIcons {
	display:block;
	position:relative;
	overflow:hidden;
	padding-bottom: 10px;
	}

.fbic, .twic, .goic {
	display:block;
	float:left;
	width: 32px;
	height: 32px;
	margin-left: 5px;
	}

.fbic { background: url(../images/fb-ic.png) no-repeat;}
.twic { background: url(../images/tw-ic.png) no-repeat;}
.goic { background: url(../images/go-ic.png) no-repeat;}

ul.dropdown ul li					{ display: inline; width: 100%; } 