
/* Template  */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

.OptionalTextBox 
{ 
border: 1px solid #cccccc; 
} 

.RequiredTextBox 
{ 
border: 1px solid #000000; 
} 

.FailedTextBox 
{ 
border: 2px solid #CC0000; 
}

body {
	background: #FFFFFF;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 160%;
}

body#bd {
	background: #EFEFEF;
	color: #666666;
	padding: 0;
}

body.contentpane {
	background: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 100%;
	margin: 1em 2em;
	width: auto; /* Printable Page */
}

body.fs1 {
	font-size: 9px;
}

body.fs2{
	font-size: 10px;
}

body.fs3{
	font-size: 11px;
}

body.fs4{
	font-size: 12px;
}

body.fs5{
	font-size: 13px;
}

body.fs6{
	font-size: 14px;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, .nftitle {
	color: #545454;
}
.carheading {
	color: #ffffff;
	background: #009c00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin: 1em 2em;
	width: auto;
	font-weight: bold;
	padding: 5px;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption, .createdate, .modifydate {
	color: #999999;
	font-size: 100%;
}

/* Heading */
h1 {
	font-size: 175%;
}

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: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	background: url(../images/bullet-list.gif) no-repeat 18px 8px;
	line-height: 180%;
	padding-left: 30px;
}
ul.sitemap li.sitemap {
	background: url(../images/bullet-list.gif) no-repeat 15px 5px;
}

ol li {
	line-height: 180%;
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #CCCCCC;
	height: 1px;
}

a img {
	border: none;
}

a {
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active, a:focus {
	color: #3A862B;
	text-decoration: underline;
	font-weight: bold;
}

td, div {
	font-size: 100%;
}

address {
	background: url(../images/contact.png) no-repeat bottom right;
	font-style: normal;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

input, select, textarea, .inputbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 1px;
}

select, textarea, .inputbox {
	background: #FFFFFF;
	color: #666666;
}

.button {
	background:  url(../images/grad1.jpg) repeat-x center #EFEFEF;
	border: 1px solid #DDDDDD;
	border-bottom-color: #CCCCCC;
	color: #666666;
	padding: 2px 8px;
}

* html .button, *+html .button {
	padding: 1px 5px !important;
}

.inputbox {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-bottom: 1px;
	padding: 3px 2px;
}

.inputbox:hover, .inputbox:focus {
	background: #EDFFEA;
	border: 1px solid #999999;
}


/* Dropcap */
.dropcap {
	color: #FF760E;
	display: block;
	float: left;
	font: 50px/40px Georgia, Times, serif;
	padding: 4px 8px 0 0;
}


.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}


/* Arrow list */
ul.arrow {
	list-style: none;
}

ul.arrow li {
	background: url(../images/list-arrow.gif) no-repeat 4px 6px;
	margin-left: 10px;
	padding: 0px 0 2px 20px;
}

/* Smallnumber */
ol.smallnumber {
	list-style: none;
	margin: 0;
	padding: 0;
}

ol.smallnumber li {
	line-height: 150%;
	margin: 10px 0 10px 20px;
	padding: 3px 0 5px 40px;
}

/* Legend */
.legend-title {
	background-color: #FFFFFF;
	display: block;
	float: left;
	font-size: 100%;
	font-weight: bold;
	left: 7px;
	margin: 0;
	padding: 0 3px;
	position: absolute;
	top: -12px;
}

.legend {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin: 20px 0;
	padding: 0 10px;
	position: relative;
}



#ec-col1 .article_seperator, #ec-col2 .article_seperator {
	display: none;
}

table.contentpane {
	border: none;
	width: 100%;
}


table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}

table.contenttoc a {
}

table.contenttoc td {
	background: url(../images/arrow.png) no-repeat 10px 9px;
	padding: 3px 5px 3px 22px;
}

table.contenttoc th {
	background:  url(../images/grad1.jpg) repeat-x bottom #EFEFEF;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #F3F3F3;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #F3F3F3;
	font-weight: bold;
	padding: 5px;
	text-indent: 5px;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
	width: 400px!important; /*Control the Frontend Editor area width*/
}

.adminform .inputbox {
}

.blog_more {
	margin: 10px 0;
}

.blog_more strong {
	display: block;
	font-size: 155%;
	line-height: 30px;
	margin: 0 0 5px;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	background: url(../images/arrow.png) no-repeat 12px 8px;
	margin: 0;
	padding: 0 0 0 24px;
}

td.buttonheading {
	padding: 0 0 0 8px!important;
	text-align: center;
}

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.componentheading {
	background: url(../images/dot.gif) repeat-x bottom;
	color: #545454;
	font-size: 200%;
	font-weight: bold;
	margin-bottom: 2px;
	padding: 0 0 2px 0;
}

.contentdescription {
	padding-bottom: 30px;
}

table.blog  table.blog1 .contentheading {
	font-size: 165%;
}

.contentheading {
	font-size: 200%;
	font-weight: bold;
	padding: 5px 0;
}

a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	color: #545454;
	text-decoration: none;
}


table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog,  {
	width: 100%;
}
table.blog1,  {
	width: 80%;
}

.createdate {
}

.modifydate {
	height: 15px;
}

.moduletable {
	padding: 0;
}

.mosimage {
	margin: 5px 15px 5px 0;
	padding: 0 0 5px;
}

* html .mosimage {
	margin: 5px 5px 10px 0;
	padding: 0 !important; /*IE 6*/
}

*+html .mosimage {
	margin: 5px 10px 10px 0;
	padding: 0 !important; /*IE 7*/
}

.mosimage img {
	margin: 0 !important;
	padding: 0 !important;
}

.mosimage_caption {
	margin-top: 3px;
	padding: 1px 2px;
}

.pagenav,
.pagenav_prev,
.pagenav_next,
.pagenavbar {
	padding: 0 2px;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	background:  url(../images/grad1.jpg) repeat-x center #EFEFEF;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #F3F3F3;
	border-right: 1px solid #F3F3F3;
	border-top: 1px solid #F3F3F3;
	color: #666666;
	padding: 3px 6px;
	text-decoration: none;
}

a.pagenav:hover, a.pagenav:active,
.pagenav_prev a:hover, .pagenav_prev a:active,
.pagenav_next a:hover, .pagenav_next a:active,
.pagenavbar a:hover, .pagenavbar a:active {
	background: #999999;
	color: #FFFFFF;
	padding: 3px 6px;
	text-decoration: none;
}

.pagenavbar {
	background: url(../images/pages.gif) no-repeat center left;
	padding-left: 14px;
}

.pagenavcounter {
	background: url(../images/pages.gif) no-repeat 0 11px;
	padding: 8px 14px 0 14px;
}

.sectiontableheader {
	background:  url(../images/grad1.jpg) repeat-x bottom #EFEFEF;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #F3F3F3;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #F3F3F3;
	font-weight: bold;
	padding: 5px;
}

tr.sectiontableentry1 td {
	background: url(../images/dot.gif) repeat-x bottom;
	padding: 7px 5px;
}

tr.sectiontableentry2 td {
	background: url(../images/dot.gif) repeat-x bottom;
	padding: 7px 5px;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: url(../images/dot.gif) repeat-x bottom #EDFFEA;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ec-wrapper1 {
	clear: both;
	margin: 0 auto;
	width: 980px;
}

.narrow #ec-wrapper1 {
	width: 770px;
}

#ec-wrapper2 {
	background: url(../images/shadow-left.gif) repeat-y top left;
	padding-left: 15px;
}

#ec-wrapper3 {
	background: url(../images/shadow-right.gif) repeat-y top right;
	padding-right: 15px;
}

#ec-wrapper4 {
	background: #FFFFFF;
	padding: 0 20px 30px;
}
#ec-content {
	float: right;
	width: 60%;
}
#ec-content1 {
	float: left;
	width: 60%;
}
#ec-content div.ec-innerpad {
	clear: both;
	display: block;
	margin: 0;
	padding: 0 0 0 20px;
}
#ec-content1 div.ec-innerpad {
	clear: both;
	display: block;
	margin: 0;
	padding: 0 0 0 20px;
}

/* SECONDARY COLUMNS
--------------------------------------------------------- */
#ec-colwrap {
	background: url(../images/col-center.gif) repeat-y center top;
	float: left;
	overflow: hidden;
	width: 265px;
}


#ec-colwrap-top {
	background: url(../images/col-top.gif) no-repeat top;
	padding-top: 10px;
}


.narrow #ec-colwrap {
	background: url(../images/col-center-n.gif) repeat-y center top;
}

.narrow #ec-colwrap-top {
	background: url(../images/col-top-n.gif) no-repeat top;
}


#ec-colwrap-bot div.ec-innerpad {
	background: url(../images/vline.gif) repeat-y center;
	display: block;
	overflow: hidden;
}

#ec-masscol div.moduletable {
	left: 15px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 15px;
	width: 95%;
}

.narrow #ec-masscol {
	background: url(../images/mc-bg-n.gif) no-repeat #FF760E;
}

#ec-masscol h3 {
	display: none;
}

#ec-masscol a, #ec-masscol a:hover, #ec-masscol a:active, #ec-masscol a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}

#ec-masscol .nftitle {
	font-size: 150%;
	font-weight: bold;
	padding-top: 5px;
}

#ec-masscol .nftitle a,
#ec-masscol .nftitle a:hover,
#ec-masscol .nftitle a:active,
#ec-masscol .nftitle a:focus {
	text-decoration: none;
}

#ec-masscol ul {
	margin: 1em 0;
	padding: 0;
}

#ec-masscol ul li {
	background: url(../images/bullet-list2.gif) no-repeat 2px 8px;
	padding-left: 13px;
}

#ec-col1 {
	float: left;
	overflow: hidden;
	width: 50%;
}

#ec-col1 div.ec-innerpad{
	padding: 15px;
}
div.ec-innerpad1{
	padding: 2px;
}

#ec-col2 {
	float: right;
	overflow: hidden;
	width: 49.9%;
}

#ec-col2 div.ec-innerpad{
	padding: 15px;
}

#ec-col1 table, #ec-col2 table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ec-col1 ul, #ec-col2 ul {
	margin: 0;
	padding: 0;
}

#ec-col1 ul li, #ec-col2 ul li {
	background: url(../images/bullet-list.gif) no-repeat 2px 8px;
	padding-left: 13px;
}

#ec-masscol .article_seperator {
	display: none;
}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#ec-containerwrap, #ec-containerwrap-cm, #ec-containerwrap-c, #ec-containerwrap-f {
	padding: 0;
}

#ec-container {
	padding: 5px 0;
}

/* full */
#ec-containerwrap-f #ec-content {
	float: none;
	width: 100%;
}
#ec-containerwrap-f #ec-content1 {
	float: none;
	width: 100%;
}

/* content + col + mass */
#ec-containerwrap-cm {
}

#ec-containerwrap-cm #ec-colwrap .ec-innerpad {
	background: none;
}

#ec-containerwrap-cm #ec-col1,
#ec-containerwrap-cm #ec-col2 {
	width: 100%;
}

/* content + col */
#ec-containerwrap-c #ec-content {
	width: 78%;
}
#ec-containerwrap-c #ec-content1 {
	width: 78%;
}

#ec-containerwrap-c #ec-colwrap {
	background: url(../images/col-center1.gif) repeat-y center;
	width: 22%;
}

#ec-containerwrap-c #ec-colwrap-top {
	background: url(../images/col-top1.gif) no-repeat top;
		background:#ddd;
}

#ec-containerwrap-c #ec-colwrap-bot {
	background: url(../images/col-bot1.gif) no-repeat bottom;
	background:#ddd;
}

.narrow #ec-containerwrap-c #ec-colwrap {
	background: url(../images/col-center1-n.gif) repeat-y center;
	background:#ddd;
}

.narrow #ec-containerwrap-c #ec-colwrap-top {
	background: url(../images/col-top1-n.gif) no-repeat top;
	background:#ddd;
}

.narrow #ec-containerwrap-c #ec-colwrap-bot {
	background: url(../images/col-bot1-n.gif) no-repeat bottom;
	background:#ddd;
}

#ec-containerwrap-c #ec-colwrap .ec-innerpad {
	background: none;
}

#ec-containerwrap-c #ec-col1,
#ec-containerwrap-c #ec-col2 {
	width: 100%;
}

/* HEADER
--------------------------------------------------------- */
#ec-headerwrap {
	position: relative;
	z-index: 10;
}

#ec-header {
	background: url(../images/head-bg2.jpg) no-repeat 0 40px;
	height: 120px;
	position: relative;
	z-index: 999;
}

.narrow #ec-header {
	background: url(../images/head-bg-n.gif) no-repeat 0 40px;
}

h1.logo {
	font-size: 100%;
	height: 45px;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 12px;
	width: 198px;
}

h1.logo a {
	background: url(../images/logo/pic01.jpg) no-repeat;
	display: block;
	float: left;
	height: 88px;
	text-indent: -5000px;
	text-transform: uppercase;
	width: 198px;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ec-mainnav {
	bottom: 36px;
	height: 44px;
	left: 23%;
	position: absolute;
	z-index: 10;
}


#ec-mainnav span.separator {
	display: block;
}


a.mainlevel {
	border-bottom: 1px solid #DDDDDD;
	color: #666666;
	display: block;
	height: 29px;
	line-height: 29px;
	text-decoration: none;
	text-indent: 5px;
	width: 99%;
	font-size: 11px;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	background:  url(../images/grad1.jpg) top #FFFFFF;
	color: #666666;
	text-decoration: none;
	font-size: 11px;
}

#ec-pathwaywrap {
	background: url(../images/pw-l.gif) no-repeat left #F3F3F3;
	display: block;
	height: 27px;
	margin: 0 0 5px;
	padding-left: 10px;
}


#ec-pathway img {
	margin: 0 5px 1px;
}

#ec-pathway a {
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3,
div.moduletable-hilite h3 {
	color: #FF760E;
	font-size: 120%;
	line-height: normal;
	margin: 0 0 8px;
	padding: 0;
}

div.moduletable h3 span,
div.moduletable-hilite h3 span {
	background:  url(../images/h3-bg.gif) no-repeat center right;
	padding-right: 10px;
}

div.moduletable {
	padding: 10px 10px;
}

div.module h3 {
	border-bottom: 1px solid #DDDDDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin: 0 -20px 10px;
	padding: 5px 20px;
	white-space: nowrap;
}

div.moduletable-hilite {
	background: url(../images/grad2.jpg) repeat-x top #EFEFEF;
	border: 1px solid #DDDDDD;
	border-bottom: 2px solid #CCCCCC;
	margin: 10px;
	padding: 10px 10px 15px;
}

div.moduletable-hilite h3 {
	color: #666666;
}

div.moduletable-hilite h3 span {
	background-image: url(../images/h3-bg2.gif);
}

div.module h3 span {
	background: none;
}

div.module {
	background: url(../images/box-br.gif) no-repeat bottom right;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

div.module div {
	background: url(../images/box-bl.gif) no-repeat bottom left;
	padding: 0;
}

div.module div div {
	background: url(../images/box-tr.gif) no-repeat top right;
	padding: 0;
}

div.module div div div {
	background: url(../images/box-tl.gif) no-repeat top left;
	padding: 0 20px 15px;
}

div.module div div div div {
	background: none;
	float: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.ec-box-left, .ec-box-leftcol, .ec-box-center, .ec-box-right {
	float: left;
	overflow: hidden;
}

.ec-box-full {
	float: none;
	overflow: hidden;
}

.ec-box-left div.moduletable {
	padding: 0 10px 0 0;
}

.ec-box-right div.moduletable {
	padding: 0 0 0 10px;
}

.ec-box-left div.module {
	margin: 0 0 0 20px;
}

.ec-box-right div.module {
	margin: 0 0 0 20px;
}

/* Top Spotlight */
#ec-topsl {
}

#ec-topsl ul {
	margin: 0;
	padding: 0;
}

#ec-topsl li {
	background: url(../images/arrow.png) no-repeat 2px 10px;
	margin: 0;
	padding-left: 12px;
}

#ec-topsl div.moduletable {
	margin-bottom: 5px;
}

/* Bottom Spotlight */
#ec-botsl {
	clear: both;
	padding: 30px 0 0;
}

/* Common Style for Spotlight */
#ec-botsl ul {
	margin: 0 0 0 2px;
	padding: 0;
}

#ec-botsl li {
	background: url(../images/arrow.png) no-repeat 0 8px;
	margin: 0;
	padding-left: 12px;
}

#ec-topsl td, #ec-botsl td {
	padding: 0;
}

#ec-topsl .article_seperator, #ec-botsl .article_seperator {
	display: none;
}


#ec-botsl a, #ec-botsl a:focus, #ec-botsl a:active, #ec-botsl a:focus {
	color: #666666;
}

/* FOOTER
--------------------------------------------------------- */
#ec-footerwrap {
	clear: both;
	font-size: 92%;
	margin-top: 30px;
}

#ec-footer {
	background: #F3F3F3;
	border-top: 1px solid #CCCCCC;
	clear: both;
	padding: 3px 0;
	position: relative;
}

#ec-footer small {
	color: #999999;
	display: block;
	float: left;
	font-style: normal;
	line-height: normal;
	padding: 4px 0 0 10px;
}

small.ec-copyright {
	position: absolute;
	right: 10px;
}

#ec-footer a {
	text-decoration: none;
}

#ec-footer a:hover, #ec-footer a:active, #ec-footer a:focus {
	text-decoration: underline;
}

#ec-footer ul {
	background: url(../images/vline.gif) no-repeat center right;
	float: left;
	line-height: normal;
	margin: 4px 0 5px 10px;
	padding: 0;
}


/* Search */
#ec-search {
	background: url(../images/seach-bg.gif) no-repeat;
	display: block;
	height: 22px;
	position: absolute;
	right: 0;
	top: 20px;
	width: 166px;
}

#ec-search .inputbox {
	border: none;
	color: #666666;
	font-size: 11px;
	margin: 3px 0 0 5px;
	padding: 0;
	width: 135px;
}

#ec-search .inputbox:hover, #ec-search .inputbox:focus {
	background: #FFFFFF;
	border: none;
}

/* USER TOOLS
--------------------------------------------------------- */
#ec-usertools {
	left: 200px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 20px;
}

#ec-usertools ul {
	display: inline;
	line-height: normal;
	margin: 0 10px 0 0;
	padding: 0;
}

.narrow #ec-usertools ul {
	margin: 0 5px 0 0;
}

#ec-usertools ul li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#ec-usertools img {
	margin: 0;
	padding: 0;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

div.ec-innerdiv {
	border-bottom: 1px solid #DDDDDD;
	margin: 5px 0;
	overflow: hidden;
	padding: 0 0 10px 0;
}

#ec-banner {
	clear: both;
	display: block;
	margin: 10px 0 0;
	text-align: left;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	text-decoration: none;
}

#mod_login_password, #mod_login_username {
	width: 90%;
}

#mod_login_remember {
	background: none;
	border: none;
}

/* SLWI */
.ec-slwi-container {
	width: 100%;
}

.ec-slwi-container h3 {
	color: #545454 !important;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100% !important;
	line-height: normal !important;
	margin: 0 !important;
	padding: 7px 10px !important;
}

.ec-slwi-container h3 span {
	background: none !important;
}

.ec-slwi-text p {
	color: #666666;
	margin: 0;
	padding: 0 10px;
}


/* Firefox Scrollbar Hack - Do not remove */
html {
	height: 100% !important;
	height: auto;
	margin-bottom: 1px;
}



/* MAIN NAVIGATION
----------------------------------------------------------- */
#ec-splitmenu {
	margin: 0;
	padding: 0;
}

#ec-splitmenu ul {
	border-right: 1px solid #666666;
	float: left;
	margin: 0;
	padding: 0;
}

#ec-splitmenu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#ec-splitmenu a {
	border-left: 1px solid #666666;
	border-right: 1px solid #333333;
	color: #CCCCCC;
	display: block;
	float: left;
	font-size: 115%;
	font-weight: bold;
	line-height: 44px;
	margin: 0;
	padding: 0 7px;
	text-decoration: none;
	font-family: sans-serif;
}

#ec-splitmenu a:hover,
#ec-splitmenu a:active,
#ec-splitmenu a:focus {
	background: #666666;
	color: #FFFFFF;
}

#ec-splitmenu li.active a,
#ec-splitmenu li.active a:hover,
#ec-splitmenu li.active a:active,
#ec-splitmenu li.active a:focus {
	background: #333333;
	color: #FFFFFF;
}

/*1st item */
#ec-splitmenu li a.first-item,
#ec-splitmenu li a.first-item:hover,
#ec-splitmenu li a.first-item:active,
#ec-splitmenu li a.first-item:focus {
	border-left: none;
}

#ec-splitmenu li.active a.first-item,
#ec-splitmenu li.active a.first-item:hover,
#ec-splitmenu li.active a.first-item:active,
#ec-splitmenu li.active a.first-item:focus {
	background: #333333;
	border-left: none;
	color: #FFFFFF;
}

/* SUB NAVIGATION
--------------------------------------------------------- */
#ec-subnav {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin: 0 10px 10px;
	padding: 10px;
}

#ec-subnav ul {
	margin: 0;
	padding: 0;
}

#ec-subnav li {
	background: none !important;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
}

#ec-subnav a {
	border-bottom: 1px solid #DDDDDD;
	color: #666666;
	display: block;
	padding: 5px 0;
	text-decoration: none;
	text-indent: 5px;
	width: 99%;
}

#ec-subnav a:hover,
#ec-subnav a:active,
#ec-subnav a:focus {
	background: url(../images/grad1.jpg) repeat-x center;
	color: #666666;
	text-decoration: none;
}

#ec-subnav li.active a {
	background: #FF760E;
	color: #FFFFFF;
	font-weight: bold;
}

#ec-subnav li.active a:hover,
#ec-subnav li.active a:active,
#ec-subnav li.active a:focus {
	color: #FFFFFF;
}


a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	color: #3A862B;
}

#active_menu {
	color: #3A862B;
	font-weight: bold;
}

a.readon {
	background: url(../images/menu/readon.png) no-repeat top;
}

a.readon:hover, a.readon:active, a.readon:focus {
	background: url(../images/menu/readon.png) no-repeat bottom;
}

div.moduletable h3 {
	color: #3A862B;
}

div.moduletable h3 span {
	background:  url(../images/h3-bg.gif) no-repeat center right;
}

.dropcap {
	color: #3A862B;
}

ol.smallnumber li.number-1 {
	background: url(../images/menu/n-1.gif) no-repeat left top;
}

ol.smallnumber li.number-2 {
	background: url(../images/menu/n-2.gif) no-repeat left top;
}

ol.smallnumber li.number-3 {
	background: url(../images/menu/n-3.gif) no-repeat left top;
}

ol.smallnumber li.number-4 {
	background: url(../images/menu/n-4.gif) no-repeat left top;
}

ol.smallnumber li.number-5 {
	background: url(../images/menu/n-5.gif) no-repeat left top;
}

ol.smallnumber li.number-6 {
	background: url(../images/menu/n-6.gif) no-repeat left top;
}

ol.smallnumber li.number-7 {
	background: url(../images/menu/n-7.gif) no-repeat left top;
}

ol.smallnumber li.number-8 {
	background: url(../images/menu/n-8.gif) no-repeat left top;
}

ol.smallnumber li.number-9 {
	background: url(../images/menu/n-9.gif) no-repeat left top;
}

.bignumber {
	background: url(../images/menu/ol-bg.gif) no-repeat top left;
}

/*splitmenu*/
#ec-subnav li.active a {
	background: #3A862B;
}
