@import url("reset.css");

body {
	background: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666666;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

/* Header */
#header {
	background: #fff url(../images/header_bg.jpg) no-repeat left top;
	height: 108px;
	position: relative;
}

#header .logo {
	float: left;
	position: absolute;
	top:18px;
	left:95px;
}

#header .logo a:link,
#header .logo a:active,
#header .logo a:visited {
	width: 152px;
	height: 65px;
	text-decoration: none;
	text-indent: -9999px;
	display: block;
}

#header .headerright {
	float: right;
	width: 484px;
	height: 107px;
}

#header .moduletable-map {
	color: #e0ad22;
	width: 96px;
	text-align: right;
	position: absolute;
	top: 25px; 
	right: 120px;
}

/* Container */
#container {
	padding: 20px 10px 20px 10px;
	background: #fff;
}

#container #contentcol {
	width: 760px;
	float: right;
	margin: 0;
	padding: 0;
}

/* Articles */
#contentwrap {
	width: 760px;
	margin: 0 0 10px 0;
	padding: 0;
	overflow: hidden;
}

#contentwrap .content {
	text-align: justify;
	line-height: 1.5em;
}

.content .article_row {
	padding: 0 0 5px 0;
	margin: 10px 0 5px 0;
	border-bottom: 1px dashed #ccc;
}

.content h2.contentheading {
	font-size: 14px;
	font-weight: bold;
	color: #558c03;
	text-decoration: none;
	line-height: 1.3em;
	text-align: left;
	margin: 3px 0 3px 0;
}

.content #metadata {
	margin: 3px 0 3px 0;
}

.content .pageinfo,
.content .iteminfo {
	font-size: 10px;
	margin:0;
	padding:0;
}

.content .pageinfo a { color: #111111; }

.content .buttonheading {
	padding:0;
	margin: 10px 0 10px 0;
}

.content .buttonheading img {
	margin: 0 3px 0 3px;
}

.content .article_row a.readon:link,
.content .article_row a.readon:visited,
.content .article_row a.readon:active {
	font-size: 12px;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	margin: 3px 0 3px 0;
	color: #558c03;
	font-weight: bold;
	font-style:italic;
}

.content .article_row  a.readon:hover {
	text-decoration: none;
}

.content .article_separator, .content .row_separator {
	display: none;
}

/* Read more */
.blog_more {
	padding: 0 0 20px 0;
	margin:0;
	border-bottom: 1px dashed #ccc;
}

.blog_more a {
	font-size: 11px;
}

/*  Pagination */
.counter {
	text-align: center;
	margin: 20px 0 5px 0;
	font-size: 11px;
}
#paginationWrap {
	text-align: center;
	margin: 0 0 20px 0;
	font-size: 10px;
}

.content #paginationWrap ul {
	list-style-position: inside;
	list-style-type: none;
	text-align: center;
	display: inline;
	padding: 0;
	margin: 0;
}

.content #paginationWrap ul li {
	padding-bottom: 0;
	padding: 3px 5px 3px 5px;
	margin: 0 -3px 0 -3px;
	display:inline;
	background-image: none;
	color: #000;
	font-weight: bold;
}

.content #paginationWrap ul li a {
	text-decoration: none;
	background: #9abf27;
	padding: 3px 5px 3px 5px;
	margin: 0;
	color: #fff;
	border: 1px solid #eee;
}

.content #paginationWrap ul li a:hover {
	background: #9abf27;
	color: #000;
	text-decoration: none;
}



.content .article_row  h2 a:link, 
.content .article_row  h2 a:visited,
.content .article_row  h2 a:active {
	font-size: 14px;
	font-weight: bold;
	color: #9cb576;
	text-decoration: none;
}
.content .article_row  h2 a:hover {
	text-decoration: underline;
}






li { 
	list-style:none;
}

.clear {
	clear: both;
}


#contentwrap li{ list-style:disc;}
a:link, a:visited, a:active {
	color: #687E0D;
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;	
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

h1 {
	color: #687E0D;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	margin:10px 0;
}

h2 {
	color: #687E0D;
	font-size: 16px;
	font-weight: bold;
	margin:10px 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #6D6E71;
}

h4 {
	font-size: 13px;
	color: #687E0D;
}

h5 {
	font-size: 13px;
	color: #687E0D;
}

h6 {
	font-size: 12px;
	color: #687E0D;
}

p {
	margin-bottom: 10px;
}





.moduletable-map  a:link, 
.moduletable-map  a:active,
.moduletable-map  a:visited {
	text-decoration: none;
	color: #a3c02a;
	display: block;
	font-size: 14px;
}

.headerright .moduletable {
	position: absolute;
	top: 88px;
	right: 190px;
}

.headerright .moduletable  ul {
	float: right;
}

.headerright .moduletable  ul li {
	float: left;
	margin-left: 42px;
}
/*
.headerright .moduletable  ul li.item3 {
	float: right;	
}
*/
.headerright .moduletable  ul li a:link, 
.headerright .moduletable  ul li a:active,
.headerright .moduletable  ul li a:visited {
	text-decoration: none;
	color:#fff;
	font-size: 14px;
	display: block;
}

.headerright .moduletable ul li a:hover,
.headerright .moduletable ul li.active a:link, 
.headerright .moduletable ul li.active a:active,
.headerright .moduletable ul li.active a:visited {
	text-decoration: none;
	color: #e0ad22;
}



#leftcol {
	width: 165px;
	float: left;
	text-align: left;
}

#leftcol .module-menu {
	width: 165px;
	margin-bottom: 10px;
}

#leftcol .module-menu ul li {
	width: 165px;
	margin-bottom: 2px;
}

#leftcol .module-menu ul li a:link, 
#leftcol .module-menu ul li a:active, 
#leftcol .module-menu ul li a:visited {
	background-image: none;
	color:#6D6E71;
	display:block;
	font-size:14px;
	font-weight: bold;
	text-decoration:none;
	line-height: 26px;
	padding: 0 10px 3px 10px;
	background: url(../images/h3_bg_hover.png) no-repeat left top; 
}

#leftcol .module-menu ul li a:hover {
	background: url(../images/h3_bg.png) no-repeat left top; 
	color: #fff;
	text-decoration: none;
}

#leftcol .module-menu ul li li a:link, 
#leftcol .module-menu ul li li a:active, 
#leftcol .module-menu ul li li a:visited {
	background: url(../images/li_bottom.png) no-repeat left bottom;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #787878;
	display: block;
	padding: 0 0px 0px 0px;
	line-height: normal;
}

#leftcol .module-menu ul li li a:link span, 
#leftcol .module-menu ul li li a:active span, 
#leftcol .module-menu ul li li a:visited span {
	background: url(../images/li_top.png) no-repeat left top;
	display: block;
}

#leftcol .module-menu ul li li a:link span span, 
#leftcol .module-menu ul li li a:active span span, 
#leftcol .module-menu ul li li a:visited span span {
	background: url(../images/arrow_gold.jpg) no-repeat 7px 9px;
	padding: 5px 10px 10px 25px;
	min-height: 5px;
	height: auto !important;
	height: 5px;
	width: 135px;
}

#leftcol .module-menu ul li li a:hover {
	text-decoration: none;
	color: #e0ad22;
	background: url(../images/li_bottom.png) no-repeat left bottom;
}

#leftcol .module-nav .cmoduleTop h3 {
	font-size: 14px;
	color: #6d6e71;
	padding-left: 11px;
}

#leftcol .module-nav h3 a:link, 
#leftcol .module-nav h3 a:active, 
#leftcol .module-nav h3 a:visited {
	text-decoration: none;
	font-size: 14px;
	color: #6d6e71;
	display: block;
	line-height: 26px;
}

#leftcol .module-nav h3 a:hover {
	text-decoration: none;
	color: #fff;
}

#leftcol .module-nav ul li {
	width: 165px;
	float: left;
}

#leftcol .module-nav ul li a:link, 
#leftcol .module-nav ul li a:active, 
#leftcol .module-nav ul li a:visited {
	background: url(../images/li_bottom.png) no-repeat left bottom;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #787878;
	display: block;
	padding-bottom: 5px;
}

#leftcol .module-nav ul li a span {
	background: url(../images/li_top.png) no-repeat left top;
	display: block;
}

#leftcol .module-nav ul li a span span {
	background: url(../images/arrow_gold.jpg) no-repeat left 8px;
	padding: 5px 8px 5px 15px;
	margin-left: 10px;
	min-height: 5px;
	height: auto !important;
	height: 5px;
}

#leftcol .module-nav ul li a:hover {
	cursor: pointer;
	text-decoration: underline;
}

#leftcol .module {
	width: 165px;
	margin-bottom: 5px;
}

#leftcol .module .cmoduleTop {
	background: url(../images/mod_green_top.png)  no-repeat left top;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
}

#leftcol .module h3 {
	font-size: 14px;
	color: #6d6e71;
	padding-left: 11px;
}

#leftcol .module .cmoduleReapet {
	background: url(../images/mod_green_repeat.png) repeat-y left top;
	padding: 2px 16px 2px 11px;
	min-height: 10px;
	height: auto !important;
	height: 10px;
}

#leftcol .module .cmoduleBottom {
	background: url(../images/mod_green_bottom.png) no-repeat left bottom;
	height: 19px;
	display: block;
}

#leftcol .module-green {
	width: 165px;
	margin-bottom: 5px;
}

#leftcol .module-green .cmoduleTop {
	background: url(../images/mod_green_top.png)  no-repeat left top;
	height: 27px;
	line-height: 27px;
	overflow: hidden;
}

#leftcol .module-green h3 {
	font-size: 14px;
	color: #6d6e71;
	padding-left: 11px;
}

#leftcol .module-green .cmoduleReapet {
	background: url(../images/mod_green_repeat.png) repeat-y left top;
	padding: 2px 20px 10px 15px;
	min-height: 10px;
	height: auto !important;
	height: 10px;
}

#leftcol .module-green .cmoduleBottom {
	background: url(../images/mod_green_bottom.png) no-repeat left bottom;
	height: 19px;
	display: block;
}

#leftcol .module-green h4 {
	font-size: 13px;
	font-weight: bold;
	color: #687e0d;
	margin-bottom: 5px;
}

#leftcol .module-green h4 a:link, 
#leftcol .module-green h4 a:active, 
#leftcol .module-green h4 a:visited {
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
	color: #687e0d;
}

#leftcol .module-green h4 a:hover {
	text-decoration: none;
}
#leftcol .module-green ul {
	padding-bottom: 10px;
}

#leftcol .module-green ul li,
#leftcol .module ul li {
	background: url(../images/ligrayborder.png) no-repeat left center;
	padding-left: 5px;
	width: 130px;	
}

#leftcol .module-green ul li a:link, 
#leftcol .module-green ul li a:active, 
#leftcol .module-green ul li a:visited,
#leftcol .module ul li a:link, 
#leftcol .module ul li a:active, 
#leftcol .module ul li a:visited {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	letter-spacing:-0.02em;
	color: #787878;
}
#leftcol .forumtopics ul li{
background:transparent url(../images/ligrayborder.png) no-repeat scroll left 6px;
padding-left:5px;
width:130px;}
#leftcol .module-green ul li a:hover,
#leftcol .module ul li a:hover {
	cursor: pointer;
	text-decoration: underline;
}

#leftcol .module a.readon:link,
#leftcol .module a.readon:visited,
#leftcol .module a.readon:active {
	font-size: 11px;
	font-weight: bold;
	color: #d58113;
	text-decoration: underline;
	width: 100px;
	text-align: right;
	float: right;
}

#leftcol .module a.readon:hover {
	text-decoration: none;
	cursor: pointer;
}

#leftcol .module-green a.readon:link,
#leftcol .module-green a.readon:visited,
#leftcol .module-green a.readon:active {
	font-size: 11px;
	font-weight: bold;
	color: #7b8e2b;
	text-decoration: underline;
	width: 100px;
	text-align: right;
	float: right;
}

#leftcol .module-green a.readon:hover {
	text-decoration: none;
}

#leftcol .module-search {
	width: 165px;
	margin-bottom: 5px;
}

#leftcol .module-search .cmoduleTop {
	background: url(../images/mod_green_top2.png)  no-repeat left top;
	height: 9px;
	line-height: 9px;
	overflow: hidden;
}

#leftcol .module-search label {
	font-size: 14px;
	font-weight: bold;
	color: #6d6e71;
	padding-left: 11px;
	display: none;
}

#leftcol .module-search .cmoduleReapet {
	background: url(../images/mod_green_repeat2.png) repeat-y left top;
	padding: 2px 17px 2px 10px;
}

#leftcol .module-search .cmoduleBottom {
	background: url(../images/mod_green_bottom2.png) no-repeat left bottom;
	height: 17px;
	display: block;
}


#leftcol .module-search .search-search {
	background: url(../images/search_bd.jpg) no-repeat left top;
	width: 136px;
	height: 20px;
	color: #737375;
}

#leftcol .module-search .search-search .inputbox-search {
	background: transparent;
	border: none;
	float: left;
	font-size: 10px;
	width: 105px;
	height: 16px;
	padding: 5px 5px 0px 5px;
	margin-left: 20px;
	color: #6d6e71;
}

#leftcol .module-search a.advanceSearch:link,
#leftcol .module-search a.advanceSearch:visited,
#leftcol .module-search a.advanceSearch:active {
	background: url(../images/arrow2.gif) no-repeat right 19px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;;
	text-decoration: none;
	width: 120px;
	text-align: right;
	display: block;
	padding-right: 16px;
	padding-top: 16px;
}

#leftcol .module-search a.advanceSearch:hover {
	text-decoration: underline;
	cursor: pointer;
}



#contentcol .moduletable-img {
	width:760px;
	margin:0px auto;
	margin-bottom: 15px;
	text-align:center;
}

.moduletable-img ul {
	min-height: 101px;
	height: auto !important;
	height: 101px;
	margin-bottom: 20px;
}

.moduletable-img ul li {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

.moduletable-img ul li.none {
	margin-right: 6px;
}  
  
.moduletable-img  ul li a:link, 
.moduletable-img  ul li a:visited,
.moduletable-img  ul li a:active {
	text-decoration: none;
	display: block;
	float: left;
	text-decoration: underline;
}

.moduletable-img a:link, 
.moduletable-img a:visited,
.moduletable-img a:active {
	text-decoration: underline;
	font-size: 12px;
	color: #6d6e71;
}

.moduletable-img a:hover {
	text-decoration: none;
}

#contentcol .moduletable-menu {
	width: 565px;
	float:left;
	height: 29px;
	background: url(../images/menu_bg.jpg) no-repeat left top;
	margin-bottom: 6px;
	text-align: left;
	font-size: 14px;
}

#contentcol .moduletable-menu ul {
	float: left;
	padding-left: 16px;
}

#contentcol .moduletable-menu ul li {
	display: inline;
	margin: 0px 0px !important;
	margin: 0px 2px;
	color: #6d6e71;
	font-weight: bold;
	height: 29px;
	line-height: 22px;
}

#contentcol .moduletable-menu ul li:first-child {
	background: none;
}

#contentcol .moduletable-menu ul li a:link,
#contentcol .moduletable-menu ul li a:active,
#contentcol .moduletable-menu ul li a:visited {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
} 

#contentcol .moduletable-menu ul li a:hover,
#contentcol .moduletable-menu ul li.active a:link,
#contentcol .moduletable-menu ul li.active a:active,
#contentcol .moduletable-menu ul li.active a:visited {
	text-decoration: underline;
	color: #e28f26;
}

#contentcol .moduletable-menu a.next:link,
#contentcol .moduletable-menu a.next:active,
#contentcol .moduletable-menu a.next:visited {
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	float: right;
	display: block;
	margin-top: 5px;
} 

#contentcol .moduletable-menu a.next:hover {
	text-decoration: none;
}



#contentwrap div.clear {
	height: 1px;
	overflow: hidden;
}



#contentwrap #scrollbarWrap {
	width: 17px;
	float: right;
	height: 350px;
	padding-right:12px;
	margin-top: 0px;
}	



.small, .createdate, .modifydate {
	font-size: x-small;
	color: #111111;
}

.content ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 22px;
}

.content ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 25px;
}

.content ul li, .content ol li {
	padding-bottom: 3px;
	margin-left: 5px;
}


#bottom {
	margin-bottom: 25px;	
	margin-top: 25px;
}

#bottom  ul{
	width: 100%;
	margin: 0px auto;
	text-align: center;
}
/*
#bottom  .moduletable-bottom ul li {
	float: left;
	text-align: center;
	margin-left: 47px;
}

#bottom  .moduletable-bottom ul li.none {
	margin-left: 0px;
}

#bottom  .moduletable-bottom ul li .imgWrap {
	min-height:96px;
	height: auto !important;
	height: 96px;
	float: left;
}

#bottom  .moduletable-bottom ul li .item {
	clear: both;
}

#bottom  .moduletable-bottom ul li a:link, 
#bottom  .moduletable-bottom ul li a:active,
#bottom  .moduletable-bottom ul li a:visited {
	text-decoration: none;
	text-align: center;
	color:#687e0d;
	display: block;
}

#bottom  .moduletable-bottom ul li a:hover,
#bottom  .moduletable-bottom ul li.active a:link, 
#bottom  .moduletable-bottom ul li.active a:active,
#bottom  .moduletable-bottom ul li.active a:visited {
	color: #e0ad22;
	text-decoration: none;
}
*/
#bottom  .moduletable-bottom {
	
}

#bottom ul li {
	float: left;
	text-align: center;
	margin-right: 25px;
	display: inline;
}

#bottom ul li.none {
	margin-right: 0px;
}

/*
#bottom  .moduletable-bottom ul li:first-child {
	margin-left: 0;
}
*/
#bottom  ul li a:link, 
#bottom  ul li a:active,
#bottom  ul li a:visited {
	text-decoration: none;
	text-align: center;
	color:#687e0d;
	font-size: 14px;
}

#bottom ul li  a:hover,
#bottom ul li.active a:link, 
#bottom ul li.active a:active,
#bottom ul li.active a:visited  {
	color: #e0ad22;
	text-decoration: none;
}

#bottom ul li.item25 a:link,
#bottom ul li.item25 a:active,
#bottom ul li.item25 a:visited {
	background: url(../images/img5.png) no-repeat center top;
	width: 119px;
	float: left;
	display: inline;
	text-decoration: none;
	padding-top: 96px; 
}

#bottom  ul li.item26 a:link,
#bottom  ul li.item26 a:active,
#bottom  ul li.item26 a:visited {
	background: url(../images/img6.png) no-repeat center top;
	width: 119px;
	float: left;
	display: block;
	text-decoration: none;
	padding-top: 96px; 
}

#bottom ul li.item27 a:link,
#bottom ul li.item27 a:active,
#bottom ul li.item27 a:visited {
	background: url(../images/img7.png) no-repeat center top;
	width: 119px;
	float: left;
	display: block;
	text-decoration: none;
	padding-top: 96px; 
}

#bottom  ul li.item28 a:link,
#bottom  ul li.item28 a:active,
#bottom  ul li.item28 a:visited {
	background: url(../images/img8.png) no-repeat center top;
	width: 119px;
	float: left;
	display: block;
	text-decoration: none;
	padding-top: 96px; 
}
	

#footer {
	border-top: 1px solid #cccccc;
	font-size: 10px;
	color: #eee;
	text-align: center;
	padding: 5px;
	background: #666666;
}

#footer a:link,
#footer a:active,
#footer a:visited {
	text-decoration: underline;
	font-size: 12px;
	color: #eee;
}

 #footer a:hover {
	text-decoration: none;
}

.png_img {
	
}

/*  Start Contact css   */

.contact #emailForm .button {
	background-color: #aecb35;
	height: 21px;
	padding-bottom: 3px;
	color: #fff;
	border: none;
	display: block;
	cursor: pointer;
 }
 
.contact p {
	margin-bottom: 5px;
}

.contact .marker_add {
	float: left;
}

.contact .contact_address p {
	margin-left: 60px;
	margin-bottom: 3px;
}

.contact .marker {
	margin-right: 10px;
}

.contact #emailForm {
	padding-top: 10px;
}

.contact #emailForm .label {
	width: 125px;
	text-align: left;
	padding-right: 10px;
	float: left;
}

.contact #emailForm div {
	margin-bottom: 3px;
}

/*  End Contact css   */




/* System Standard Messages */
#system-message { margin-bottom: 3px; }
#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;}
/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}
/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}
#system-message dd.notice ul { color: #93246F; background: #F2E3ED; border-top: 3px solid #93246F; border-bottom: 3px solid #93246F;}

.category td{padding:20px 0px 0px 10px;}
.mod_placehere-menu{margin-left:10px;}
.mod_placehere-menu h2{color:#6d6e71;padding-right:5px;font-size:14px;margin-top:2px; }
.mod_placehere-menu p{margin-bottom:3px; color:#fff; font-size:11px;}


.mod_placehere-menu {
	width: 550px;
	height: 29px;
	overflow: hidden;
}

.mod_placehere-menu h2.contentheading {
	float: left;
	margin-top:0px;
}

.mod_placehere-menu a.spacer,
.mod_placehere-menu p.buttonheading {
	display: none;
}

.mod_placehere-menu .mod_placehere_following {
	height: 21px;
	line-height: 21px;
	overflow: hidden;
}

#namemsg, #usernamemsg, #emailmsg, #pwmsg, #pw2msg {float:left;width:140px;}


#mod_login_username, #mod_login_password{float:left; width:120px; margin-bottom:10px;}
.form-login .button{margin-bottom:10px;}

.moduletable-clink{
width:24px;
height:29px;
float: left;
}
.moduletable-clink a:link,
.moduletable-clink a:active,
.moduletable-clink a:visited {
background:url(../images/carrow.jpg) no-repeat right top; 
width:24px;
height:29px;
display: block;
text-decoration: none;
}
.moduletable-clink a:hover{
background:url(../images/carrow_h.jpg) no-repeat right top; 
text-decoration: none;
}

.moduletableupcoming {
	background: #AECB35;
	border: 1px solid #ccc;
	padding: 4px;
	margin-top: 5px;
}

.moduletableupcoming h3 {
	color: #fff;
	text-align: left;
	padding-bottom: 7px;
}

.moduletableupcoming .mod_events_latest_table td {
	text-align: left;
	color: #fff;
}

.moduletableupcoming .mod_events_latest_content a {
	color: #fff;
	font-weight: bold;
}
