/*------------------------------------------------------------------------
# startup - November 2009
# ------------------------------------------------------------------------
# Copyright (C) 2005-2008. Jforjoomla Template Club. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: Jforjoomla Template Club.
# Websites:  http://www.jforjoomla.com 
-------------------------------------------------------------------------*/

/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0px;
	padding: 0px;
}

body {
	background: #FFFFFF;
	color: #000000;
	font-family:"Arial", Helvetica, sans-serif;
	line-height: 1.5;
}

body#bd {
	color: #000000;
	background: #ffffff;
}

body.contentpane {
	color: #000000;
	font-size: 12px;
	line-height: 1.3em;
	margin: 0;
	margin: 1em 2em;
	width: auto; /* Printable Page */
}

body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 12.2px;}
body.fs4 {font-size: 13px;}
body.fs5 {font-size: 14px;}
body.fs6 {font-size: 15px;}

/* Normal link */
a {
	color: #000000;
}

a:hover, a:active, a:focus {
	color: #666666;
	text-decoration: none;
}

a img {
	border: none;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
}

/* Small text */
.small, .smalldark, .createby, .createdate, .modifydate, .img_caption,
p.site-slogan, a.readon, #cd-pathway {
	font-size: 105%;
}

.small {
	color: #000000;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
}

img {
	margin: 0px;
	padding: 0px;
}

img.caption {
	margin-top: 15px;
}

/* Heading */
h1 {font-size: 180%;}
h2 {font-size: 150%;}
h3 {font-size: 125%;}
h4 {font-size: 100%;text-transform: uppercase;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	background: url(../images/bullet.gif) no-repeat 18px 7px;
	line-height: 160%;
	padding-left: 30px;
}

ol li {
	line-height: 180%;
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #CCCCCC;
	height: 1px;
}

td, div {
	font-size: 100%;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	font-family: Arial, sans-serif;
	font-size: 100%;
}

.inputbox {
	border: 1px solid #CCCCCC;
	padding: 2px;
	background: #FFFFFF;
}

.button,
a.button {
	padding: 0px 7px 0px 5px;
	background: url(../images/but-bg.png) no-repeat left center;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size: 108%;
	font-weight:bold;
	cursor:pointer;
	text-align:center;
	vertical-align:top;
	text-decoration:none;
	border:none;
	color: #000000;
	width:142px;
	height:23px;
	line-height: normal;
}

.button:hover,
a.button:hover {
	text-decoration: none;
	color: #599244;
}


* html .button { /*IE 6*/
	padding: 0px 5px !important;
}

*+html .button { /*IE 7*/
	padding: 0px 5px !important;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_separator {
	clear: both;
	display: block;
	height: 20px;
/*	background: url(../images/sep.gif) repeat-x center;*/
}

.article_column {
}

.column_separator {
	padding: 0 25px;
}

/* content tables */
.sectiontableheader {
	background: #444444;
	border-right: 1px solid #EFEFEF;
	padding: 4px;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td  {
	padding: 4px;
	background: url(../images/dot.gif) repeat-x bottom;
}

table.contentpane .sectiontableheader a:hover{
	color:#FFFFFF;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	margin: 5px 8px 8px 8px;
	padding: 0px 0px 10px;
	width: 175px;
	float:right;
	text-align:left;
	font-size: 95%;
	background:#fffbe8;
	border:1px solid #698262;
}

table.contenttoc a {
	text-decoration: underline;
}

table.contenttoc td {
	background: url(../images/bullet.gif) no-repeat 5px 9px;
	padding: 1px 5px 1px 15px;
}

table.contenttoc th {
	padding: 0 0 5px;
	text-transform:uppercase;
	font-size:125%;
	font-family: "Times New Roman", Times, serif;
	text-indent: 5px;
	color:#ffffff;
	background:#698262;
}

table.poll {
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}

table.pollstableborder {
	border: none;
	padding: 0;
	text-align: left;
	width: 100%;
}

table.pollstableborder img {
	vertical-align: baseline;
}

div.pollstableborder td  {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 4px !important;
	background: none;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #EFEFEF;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro {
	padding: 5px!important;
}

table.adminform {
}

.adminform .inputbox {
}

.blog_more {
background:#e8e8e8;
border:1px solid #dddddd;
padding:5px 10px 15px;
}

.blog_more strong {
	display: block;
	font-size: 125%;
	margin: 0 0 5px;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	background: url(../images/blogmore-bullet.gif) no-repeat 0px 8px;
	margin: 0;
	padding: 0 0 0 20px;
}

.category {
	font-size: 125%;
	font-weight: bold;
}

h1.componentheading, .componentheading {
	margin: 0 0 5px;
	padding: 0 0 5px;
}

.componentheading {
	font-size: 180%;
	font-weight: bold;
	color:#6a8261;
	font-family:"Times New Roman", Times, serif;
}

.contentdescription {
	padding-bottom: 30px;
}

h2.contentheading, .contentheading {
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: normal;
}

.contentheading {
	font-size: 140%;
	color:#000000;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
	line-height: normal;
}

table.blog .contentheading {
	font-size: 140%;
	line-height: normal;
	font-weight: bold;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
}

a.readon {
	display: block;
	float: left;
	text-align: center;
	color:#000000;
	clear: both;
	padding-left: 0px;
}

a.readon:hover {
	color:#6a8261;
	text-decoration: none;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

div.moduletable {
	padding: 0;
}

ul.pagination {
	margin: 15px auto 0;
	padding: 0;
}

ul.pagination li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 3px;
	text-decoration: none;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
}

.pagenavbar {
	background: url(../images/icon-pages.gif) no-repeat center left;
	font-weight: bold;
	padding-left: 14px;
}

.pagenavcounter {
	background: url(../images/icon-pages.gif) no-repeat 0 11px;
	font-weight: bold;
	padding: 8px 14px 0 14px;
}

.sectiontableheader {
	color: #FFFFFF;
	font-weight: bold;
	padding: 8px 5px;
}

div.sectiontableheader a {
	color: #FFFFFF;
}

tr.sectiontableentry1 td {
	padding: 8px 5px;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* META
--------------------------------------------------------- */
.createdate {
	color: #000000;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
}

.modifydate {
	float: left;
	width: 100%;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color: #000000;
	margin-bottom: 10px;
	display: block;
}

div.buttonheading {
	float: right;
	width: 20%;
}

.buttonheading img {
	border: 0;
	float: right;
	margin: 7px 5px 0 0;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#cd-wrapper {
/*	background:url(../images/wrapper-bg.gif) repeat-x top left #909090;*/
	background: #222325;
}

#cd-headerwrap,
#cd-mainnavwrap,
#cd-footerwrap {
	clear: both;
}

#cd-header {
	width: 782px;
	margin: 0px auto;
	clear: both;
}

#cd-container,
#cd-footer {
	width: 974px;
	margin: 0px auto;
	clear: both;
}

#cd-container-inner {
	width: 974px;
	margin: 0px auto;
	padding:0px;
	clear: both;
	background:#ffffff;
}

#cd-mainnav{
	width: 710px;
	margin: 0px auto;
	clear: both;
}

#cd-container {
	margin-bottom: 0px;
	padding: 0px 0px 0px;
/*	background:url(../images/container-bg.gif) repeat-x bottom left #5e5d5d;*/
}

#cd-mainbody {
	width:782px;
	float: left;
	background: url(../images/col1-content-bg.gif) repeat-y top left #ffffff;
}


/* PRIMARY COLUMN
--------------------------------------------------------- */
#cd-content {
	clear: both;
	display: block;
	float: right;
	width:543px;
	padding-top:10px;
}

#cd-current-content {
	padding: 0px 12px 15px 15px;
}

/* COLUMNS
--------------------------------------------------------- */
#cd-col1 {
	float: left;
	overflow: hidden;
	width:237px;
	background: none;
}

#cd-col1 .cd-innerpad {
	padding: 0px 13px 10px 13px;
}

#cd-col2 {
	float: right;
	overflow: hidden;
	width:190px;
}

#cd-col2 .cd-innerpad {
	padding: 8px 10px 0px 2px;
}

#cd-col2-top {
	background: none;
	padding: 0px 0px 30px 0px;
}

#cd-col2-bot {
	padding: 0px 0px 0px 0px;
}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#cd-containerwrap,
#cd-containerwrap-f,
#cd-containerwrap-fr,
#cd-containerwrap-fl {
	padding: 0px;
	margin: 0px;
	clear: both;
}

/*full*/
#cd-containerwrap-f #cd-mainbody {
	width: 100%;
}

#cd-containerwrap-f #cd-content {
	width: 99.5%;
}

/*content + left*/
#cd-containerwrap-fr #cd-mainbody {
	width: 100%;
	background: url(../images/col1-bg.gif) repeat-y top left #ffffff;
/*	background: url(../images/col1-content-bg.gif) repeat-y top left #ffffff;*/
}

#cd-containerwrap-fr #cd-content {
	width:735px;
	background: url(../images/content-bg.gif) no-repeat top left #ffffff;
}

#cd-containerwrap-fr #cd-header {
	width:974px;
	background: url(../images/header-bg.gif) no-repeat bottom right #ffffff;
}

#cd-containerwrap-fr #cd-header-inner {
	background: none;
	width:734px;
}

#cd-containerwrap-fr #cd-topbanner {
	position: absolute;
	height: 30px;
	width:530px;
	margin: auto;
	vertical-align:middle;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	font-weight:normal;
	top:5px;
	left:15px;
	background: none;
}

#cd-containerwrap-fr #cd-col1 {
	width:237px;
}

/*content + right*/
#cd-containerwrap-fl #cd-content {
	width: 99.5%;
}


/* MODULE
--------------------------------------------------------- */

/* Default Moduletable Style */
div.moduletable h3 {
	font-size: 125%;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 18px;
	background:#6a8261;
/*	background: url(../images/moduletable-left.gif) no-repeat center left;*/
	white-space: nowrap;
	color: #ffffff;
	text-transform:uppercase;
/*	font-family:"Times New Roman", Times, serif;*/
	height: 35px;
}

div.moduletable h3 span{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 100%;
	display: block;
	background:#6a8261;
/*	background: url(../images/moduletable-right.gif) no-repeat center right;*/
	height: 35px;
	line-height: 35px;
}

div.moduletable {
	margin: 0px 0px 15px;
	padding: 0px 5px 10px;
}

#cd-col2 div.moduletable h3,
#cd-col2 div.moduletable h3 span {
	background:none;
	color:#000000;
	margin:0px;
	padding:0px;
	}
	
/* Default Module Style */

div.module h3 {
	margin: 6px 0px 2px;
	padding: 4px 0px 2px 0px;
	white-space: nowrap;
	font-size: 120%;
	line-height:normal;
	letter-spacing:-0.5px;
	text-transform:uppercase;
/*	font-family:"Times New Roman", Times, serif;*/
	font-weight:bold;
	color: #000000;
/*	background: url(../images/module-h3-bg.gif) repeat-x top left;
	border:1px solid #cd8300;*/
}

div.module {
	margin: 0px 0px 15px;
	padding: 0px;
	width: 100%; /*need for ie 6 */
	}

div.module div
	{
	padding: 0px 3px 10px;
	}

div.module div div, 
div.module div div div
	{	padding: 0px;
		margin:0px;
	}

/* Module-menu Style */

div.module-whitebg h3 {
	margin: 0px 0px 2px;
	padding: 3px 5px 3px 5px;
	white-space: nowrap;
	font-size: 125%;
	line-height:normal;
	text-transform:uppercase;
/*	font-family:"Times New Roman", Times, serif;*/
	font-weight:bold;
	text-align:center;
	color: #000000;
}

div.module-whitebg
	{
	margin: 0px 0px 0px 7px;
	padding: 0px;
	width: 194px; /*need for ie 6 */
	background: url(../images/mod-menu-mid.gif) repeat-y center center;
	text-align:center;
}

div.module-whitebg div {
	padding: 0px;
	margin: 0px;
	background: url(../images/mod-menu-top.gif) no-repeat top center;
}

div.module-whitebg div div {
	padding: 10px 10px 15px;
	margin: 0px;
	background: url(../images/mod-menu-bot.gif) no-repeat bottom center;
}

div.module-whitebg div div div {
	margin: 0px;
	padding: 0px;
	background:none;
}


/*common style for module*/
div.module div div div div,
div.module-whitebg div div div div {
	margin: 0px;
	padding: 0px;
	background: none;
	overflow: hidden;
}

/* mis */
div.banneritem_text {
	padding: 5px 0 !important;
}

div.advs {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

div.moduletable ul,
div.module ul,
div.module-whitebg ul {
	margin: 0px;
	padding: 0px;
}

div.moduletable li,
div.module li,
div.module-whitebg li {
	background: url(../images/bullet.gif) no-repeat 3px 8px;
	margin: 0px;
	padding-left: 10px;
}

/* HEADER
--------------------------------------------------------- */
#cd-headerwrap {
	height: 46px;
}

#cd-header {
	height: 46px;
	line-height: normal;
	position: relative;
	background: #ffffff;
/*	background: url(../images/bd-bg.gif) repeat-x 0px 0px #f8d8a0;*/
}

#cd-header-inner {
	height: 35px;
	width:537px;
	top:9px;
	left:239px;
	line-height: normal;
	position: relative;
	background: #6a8261;
}

#cd-header a {
}

h1.logo, h1.logo-text {
	margin: 0;
	padding: 0;
	font-size: 300%;
	letter-spacing: 1px;
}

h1.logo a {
	width: 237px;
	display: block;
	background: url(../images/logo.gif) no-repeat;
	position: absolute;
	height: 46px;
	top: 0px;
	left: 0px;
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

h1.logo-text a {
	text-decoration: none;
	outline: none;
	position: absolute;
	top: 5px;
	left: 2px;
}

p.site-slogan {
	margin: 0;
	padding: 0;
	color: #999999;
	position: absolute;
	bottom: 10px;
	left: 5px;
	letter-spacing: 2px;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
/*
#cd-mainnavwrap {
	background: none;
	color: #CCCCCC;
	position: absolute;
	top:92px;
	left:0px;
	padding-left:10px;
	padding-right:10px;
}

#cd-mainnav {
	z-index: 999;
	margin:0px 0px 0px 10px;
	position:relative;
	height:32px;
	background: url(../images/mainnav-bg.gif) repeat-x top;	
}

#cd-mainnav-left {
	margin:0px 0px 0px 0px;
	height:32px;
	width:730px;
	background: url(../images/mainnav-left.gif) no-repeat left top;
	float:right;	
}

#cd-mainnav-right {
	margin:-32px 0px 0px 0px;
	height:32px;
	background: url(../images/mainnav-right.gif) no-repeat right top;	
}

#cd-mainnav a, #cd-subnav a {
	outline: none;
}

#cd-subnav  {
	margin-bottom: 15px;
}

#cd-subnav ul {
	margin: 0;
	padding: 0;
}

#cd-subnav li {
	background: none !important;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
}

#cd-subnav a {
	display: block;
	outline: none;
	padding: 5px 2px;
	border-bottom: 1px solid #fb5d5d;
	color: #333333;
	text-decoration: none;
}

#cd-subnav a:hover,
#cd-subnav a:active,
#cd-subnav a:focus {
	color: #fb5d5d;
	background: url(../images/arrow.png) no-repeat 95% center;
}

#cd-subnav li.active a {
	color: #fb5d5d;
	background: url(../images/arrow.png) no-repeat 95% center;
	font-weight: bold;
}
*/

/* breadcrumbs */
#cd-pathwaywrap {
	padding: 0 0 0 25px;
	color: #656565;
	font-weight: bold;
	background: url(../images/pathway-bg.gif) no-repeat left center #00B0DB;
	margin: 0 5px 10px 0;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	height: 30px;
}

#cd-pathway {
	padding: 0;
	display: block;
	float: left;
	width: 100%;
	background: url(../images/pathway-bg.gif) no-repeat right center;
	margin: 0;
	height: 30px;
}

#cd-pathway div.cd-innerpad {
	padding-top: 7px;
	line-height: normal;
}

#cd-pathway strong {
	margin-right: 5px;
}

#cd-pathway a {
	color: #656565;
	text-decoration: none;
}

#cd-pathway a:hover {
	color: #454444;
	text-decoration: underline;
}

#cd-pathway img {
	margin: 1px 5px;
}


/* Default Joomla! Menu */
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li {
	background: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #dfbc59;
}

ul.menu li a {
	display: block;
	outline: none;
	padding: 5px 2px;
	border-bottom: 1px solid #edd89a;
	color: #333333;
	text-decoration: none;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	color: #55744a;
	background: url(../images/arrow.png) no-repeat 95% center;
}

ul.menu li.active a {
	background: url(../images/arrow.png) no-repeat 95% center;
	font-weight: bold;
	color: #55744a;
}

ul.menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li li {
	border: none;
}

ul.menu li li a {
	background: url(../images/bullet.gif) no-repeat 10px 13px !important;
	border: none;
	font-weight: normal !important;
	padding-left: 20px !important;
	width: 75%; /*need for ie6*/
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	color:#666666;
	background: none;
}

/* Default Joomla! Vertical Menu */
a.mainlevel {
	margin:0px;
	padding:0px 8px 0px 4px;
	display: inline;
	color: #666666;
	text-decoration: underline;
	background: url(../images/vline.gif) no-repeat right center;
	white-space:normal;
	}
	
a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus,
a.mainlevel#active_menu {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}

a.sublevel {
	padding: 3px 4px 3px 20px;
	margin:0px 0px;
	color:#484848;
	width:85%;
	display: block;
	text-decoration: none;
	background: url(../images/subnav-arrow.gif) no-repeat 10px 9px;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	font-weight:bold;
	color:#55744a;
	text-decoration:none;
	}
	
a.sublevel#active_menu	{
	background: none;
	color:#4c4b4b;
	}

/* Inner Menu Style */
a.innermenu {
	color: #000000;
	text-decoration: underline;
	}
a.innermenu:active,	
a.innermenu:hover,

a.innermenu:focus,
a.innermenu#active_menu {
	color: #000000;
	text-decoration: none;
	text-transform:uppercase;
	font-size:17px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
}

ul.innermenu {
	list-style: none;
	margin: 0;
	padding: 0;
	display:inline;
}

ul.innermenu li {
	background: none;
	margin: 0;
	padding: 0;
	display:inline;
}

ul.innermenu li a {
	display:inline;
	padding: 5px 3px;
	color: #000000;
	text-decoration: underline;
}
ul.innermenu li a:active,
ul.innermenu li a:hover,

ul.innermenu li a:focus,
ul.innermenu a:active {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
	text-transform:uppercase;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
}



/* Module Middle Top Style */
#cd-middletop {
	color: #000000;
	height: auto;
	padding-right:5px;
	margin-bottom: 15px;
	margin-top:0px;
}

#cd-middletop div.moduletable {
	padding: 0px 15px;
	margin: 0px 0px 10px;
	background:none;
}

#cd-middletop div.moduletable h3 {
	padding: 0px 0px 0px 15px;
	margin: 0px -15px 5px;
	color:#ffffff;
}

#cd-middletop div.moduletable h3 span {
	padding: 0;
	margin: 0;
}

/* Module Middle Bot Style */
#cd-middlebot {
	color: #000000;
/*	height: 170px;*/
        height:auto;
	padding:0px;
	margin-bottom: 20px;
	margin-right:5px;
	background:	url(../images/middletrans-bg.png) no-repeat top left;
}

#cd-middlebot div.moduletable {
	padding: 0px 12px;
	margin: 0px;
	background:none;
}

#cd-middlebot div.moduletable h3 {
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px;
	color:#ffffff;
	height:25px;
	background:none;
}

#cd-middlebot div.moduletable h3 span {
	padding: 0;
	margin: 0;
	height:25px;
	line-height:20px;	
	background:none;
}

/* footer-content */
#front-modules {
	clear:both;
	width: 735px;
	height:280px;
	overflow:hidden;
	padding: 0px;				
	margin: -10px 0px 10px 0px;			
}

.front-inner {
	padding: 0px 5px 5px 0px;				
	margin: 5px 0px 0px 0px;			
}

.front
{
	display: inline;
	float: left;
	height:auto;
	margin-left: 0px;
	margin-right: 5px;
	overflow: hidden;
	width:177px;
}

.front div.moduletable h3 {
	font-size: 110%;
	margin: 0px -10px 8px;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
	font-weight:normal;
	background:#6a8261;
	color: #ffffff;
	text-transform:uppercase;
/*	font-family:"Times New Roman", Times, serif;*/
	height: 26px;
}

.front div.moduletable h3 span{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 100%;
	display: block;
	background: url(../images/module-h3-bg.gif) no-repeat 98% 50% #6a8261;
	height: 26px;
	line-height: 26px;
}

.front div.moduletable {
	margin: 0px 0px 5px 0px;
	padding: 0px 10px 10px;
}

.front div.moduletable li,
.front div.moduletable-orange li {
	background: none;
	margin: 0px;
	padding-left: 0px;
}

.front div.moduletable-orange h3 {
	font-size: 110%;
	margin: 0px -13px 8px;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
	font-weight:normal;
	background:#ebce7b;
	color: #000000;
	text-transform:uppercase;
/*	font-family:"Times New Roman", Times, serif;*/
	height: 26px;
}

.front div.moduletable-orange h3 span{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 100%;
	display: block;
	background: #ebce7b;
	height: 26px;
	line-height: 26px;
}

.front div.moduletable-orange {
	margin: 0px 3px 5px 3px;
	padding: 0px 8px 10px;
	background: #ffffff;
	border:1px solid #c3def4;
	border-top:none;
}

/* TopBanner Style */

#cd-topbanner {
	position: absolute;
	height: 30px;
	width:340px;
	margin: auto;
	vertical-align:middle;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	font-weight:normal;
	top:5px;
	left:15px;
	background: none;
}

#cd-topbanner div {
	font-size:18px;
	}

#cd-topbanner div.moduletable {
	padding: 0;
	margin: 0;
}

/* TopBanner Style */
#cd-bottombanner {
	position:relative;
	clear:both;
	color: #000000;
	height: auto;
	margin: 10px 0px 15px 0px;
	padding-right:5px;
	padding-bottom:0px;
	background: none;
	text-align:center;
}

#cd-bottombanner div.moduletable {
	padding: 0;
	margin: 0;
}

/* Search Style */

#cd-search {
	color: #000000;
	height: 25px;
	float:right;
	width:160px;
	margin-top: 5px;
	margin-right:12px;
	background: none;
}

#cd-search input {
	width:150px;
}

#cd-search div.moduletable {
	padding: 0;
	margin: 0;
}

/* Slogan class */
#slogan {
	height: 140px;
	width:237px;
	margin: 0px;
/*	font-family:"Times New Roman", Times, serif;*/
	line-height:1.3;
	overflow:hidden;
	background: url(../images/slogan-bg.gif) no-repeat top left #ebce7b;
}

.slogan-padding {
	padding:7px 11px;
}

/* FOOTER
--------------------------------------------------------- */
#cd-footerwrap {
	padding: 0px;
	height:40px;
}

#cd-footer {
	color: #ffffff;
	padding: 8px 0px;
	height: auto;
	position: relative;
/*	background:url(../images/footer-bg.gif) repeat-x top left #5e5d5d;*/
	background:#222325;
	text-align:left;
}

#cd-footer-inner {
	text-align:left;
	display:inline;
}

#cd-footer small {
/*	position: relative;*/
	float:left;
	color: #ffffff;
	text-transform:uppercase;
	font-size: 92%;
	text-align:left;
}

#cd-footer small a {
	color: #ffffff;
}

#cd-footer small a:hover {
	color: #dddddd;
	background: none;
}

#cd-footer div.moduletable
	{
	padding:0px;
	margin:0px 0px 0px 12px;
	float:left;
	}

#cd-footer ul {
/*	position: relative;*/
	margin: 0;
	padding: 0;
	line-height: normal;
	text-align:left;
}

#cd-footer li {
	display: inline;
	margin: 0;
	padding: 0;
	background:none;
	list-style:none;
}

#cd-footer a {
	color: #ffffff;
        background:none;
	}

#cd-footer li a {
	display: inline;
	line-height: normal;
	padding: 0px 0px 0px 9px;
	font-size: 92%;
	text-transform:uppercase;
	color: #ffffff;
	border:none;
	background: url(../images/vline.gif) no-repeat 0px 0px;
}

#cd-footer a:hover, #cd-footer a:active, #cd-footer a:focus, #cd-footer #active_menu  {
	color: #dddddd;
/*	background: url(../images/vline.gif) no-repeat 0px 0px;*/
}

#cd-footer #active_menu	{
	color: #dddddd;
	}
	
li.cd-firstitem {
	background: none !important;
}

.cd-footurl {
	float: none;
	clear: both;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

/*others*/
.mostread, .latestnews {
	text-decoration: none;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	background: none!important;
	display: block;
	margin: 10px 0;
	text-decoration: none!important;
}

.clr {
	clear: both;
}

.hasTip img {
	border: none;
	margin: 10px 5px 0 0;
}

div.cd-innerdiv {
	padding: 8px 0 5px;
	border-bottom: 1px solid #EFEFEF;
}

div.cd-innerdiv img {
	padding: 2px;
	margin: 0 5px 0 0;
}

/* Tooltips */
.tool-tip {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	float: left;
	max-width: 200px;
	padding: 5px;
}

.tool-title {
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	margin-top: -15px;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 15px;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	margin: 0;
	padding: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	color: #FFFFFF;
	margin: 0;
	padding: 5px;
}

/* System Standard Messages */
#system-message dd.message ul {
	background: #666666;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #666666;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #666666;
	border: none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}


.cnc_headline { font-size: large; font-weight: normal; color: #385D76; margin-bottom: 0px; text-decoration:none; }
		.cnc_pubname { font: 90% Geneva, Arial, Helvetica, sans-serif; font-weight: normal; color:#999999; }
		.cnc_articledate { font: 90% Geneva, Arial, Helvetica, sans-serif; font-weight: normal; color:#999999; }
		.cnc_excerpt { }
		.cnc_readmore { font-size: small; color: #385D76; }
		.cnc_header { font-size: small; text-align: center; }