/* @group Core Elements */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}
#td-right *, #td-left *, #lr-padd1 *, #lr-padd2 *, #lr-padd *{
	margin: 0;
}
body {
	color: #545C66;
	background: #FFFFFF;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	line-height: 1.5;
}
body#bd { background: #ffffff url(../images/bgrwi.jpg) repeat-x fixed left top; margin: 0; border-top: 5px solid #fff; }
body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
	font-size: 12pt;
	font-family: serif;
	line-height: 140%;
}
body.font1{
	font-size: 9px;
}
body.font2{
	font-size: 10px;
}
body.font3{
	font-size: 11px;
}
body.font4{
	font-size: 12px;
}
body.font5{
	font-size: 13px;
}
body.font6{
	font-size: 14px;
}
body.font7{
	font-size: 15px;
}
/* Normal link */
a {
	color: #028cae;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #999;
	text-decoration: underline;
}

/* Title text */
.contentheading, .componentheading, div.moduletable h3,
h1, h2, h3 {
}

/* Small text */
.small, .smalldark, .createdate, .modifydate, .mosimage_caption,
.back_button, .pagenavcounter, .pagenav, .pagenavbar, a.readon {
}

/* Heading */
h1 {
	font-size: 150%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p {
	margin: 5px 0 15px;
}

ul {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style: none;
}

ul li { padding-left: 32px; line-height: 160%; background-color: transparent; }

ol {
	margin-top: 5px;
	margin-bottom: 15px;
}

ol li {
	margin-left: 35px;
}

th {
	padding: 4px;
	font-weight: bold;
	
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #028cae;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 100%;
}

/* Code text */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #f85703;
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 15px 40px 15px 60px;
	background: url(../images/quote.gif) 20px 10px no-repeat;
	font: italic 1em/1.5 Georgia, Times, serif;
}

.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #F85703;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 25px;
	color: #F85703;
	background: url(../images/bullet-error.gif) no-repeat top left;
}

.message { padding-left: 25px; color: #0324f8; font-size: 1.1em; background: #e3dfda url(../images/bullet-info.gif) no-repeat left top; }

.tips {
	padding-left: 25px;
	color: #F85703;
	background: url(../images/bullet-tips.gif) no-repeat top left;
}

.highlight {
	border-bottom: 1px dotted #999999;
	padding: 0 5px;
	background: #FEFAE1;
	font-weight: bold;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

.bignumber {
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
	padding: 0 2px;
	display: block;
	color: #F85703;
	font: 30px/normal Arial, sans-serif;
	font-weight: bold;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

input, select {
	font: 11px Tahoma, Arial, sans-serif;
}

select, .inputbox {
	padding: 2px;
}

textarea {
	padding-left: 2px;
}

.button, .button:hover { color: #333; padding: 2px 10px!important; padding: 1px 5px; background: #464646 url(../images/but-bg.gif) repeat-x 50% top; border-color: #dddddd #999999 #999999 #dddddd; border-style: solid; border-width: 1px; }

.button:active, .button:focus { color: #464646; background-color: #e6e6e6; border-color: #999999 #dddddd #dddddd #999999; border-style: solid; border-width: 1px; }

.inputbox {
	border: solid 1px #cccccc;
	background: #f1f0e5;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #999999;
	background: #FFFFFF;
}

/* MODULE
--------------------------------------------------------- */
/* Module Style */
div.moduletable h3 { padding: 6px; font-size: 1em; line-height: normal; border-bottom: 1px solid #999; }
div.moduletable {
	padding: 0 12px 8px;
	margin: 0;
	clear: both;
}
div.module h3 {
	margin: 0 -3px 5px;
	padding: 2px;
	border-bottom: 1px dotted #999;
	font-size: 1em;
}

div.module, div.module_menu, div.module_text {
	margin-bottom: 5px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/box-2.jpg) no-repeat bottom right;
}

div.module div, div.module_menu div, div.module_text div {
	padding: 0;
	background: url(../images/box-1.jpg) no-repeat bottom left;
}

div.module div div, div.module_menu div div, div.module_text div div {
	padding: 0;
	background: url(../images/box-4.jpg) no-repeat top right;
}

div.module div div div, div.module_menu div div div, div.module_text div div div {
	padding: 10px 15px 15px;
	background: url(../images/box-3.jpg) no-repeat top left;
}

div.module div div div div, div.module_menu div div div div, div.module_text div div div div {
	margin: 0;
	padding: 0;
	background: none;
}
/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_seperator {
	display: block;
	background: url(../images/seperator.gif) repeat-x center;
	height: 20px;
}

#ol-left .article_seperator, #ol-right .article_seperator {
	display: none;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 25px;
	background: url(../images/arrow.png) no-repeat 5% 50%;
}

table.contenttoc th {
	padding: 4px;
	text-indent: 5px;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 2px!important;
}

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 { background-color: #efefef; margin: 10px 0; padding: 10px; border: solid 1px #efefef; }

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	text-transform: uppercase;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 12px;
	background: url(../images/arrow.png) no-repeat 0 8px;
}

td.buttonheading {
	padding: 0 0 0 3px!important;
	text-align: center;
}

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.componentheading { color: #028cae; padding-bottom: 5px; margin-bottom: 10px; background: url(../images/seperator.gif) repeat-x 50% bottom; font-size: 150%; font-weight: bold; line-height: normal; }

.contentdescription {
	padding-bottom: 30px;
}

table.blog .contentheading {
	font-size: 120%;
	font-weight: bold;
	line-height: normal;
}

.contentheading { color: #028cae; font-size: 170%; font-weight: bold; line-height: normal; }

a.contentpagetitle {
	text-decoration: none!important;
}

a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none!important;
}

a.readon { float: right; padding: 1px 5px 1px 22px; display: block; background-image: url(../images/pages.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: 5% 50%; text-transform: lowercase; text-decoration: none; border-color: #c1c1c1 #ddd #ddd #c1c1c1; border-style: solid; border-width: 1px; }

a.readon:hover, a.readon:active, a.readon:focus { background-image: url(../images/pages.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: 5% 50%; text-decoration: none; }

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.createdate {
	padding: 2px 0 10px 0;
	color: #999999;
	line-height: 10px;
}

.modifydate {
	color: #999999;
	height: 15px;
}

.moduletable {
	padding: 0;
}

.mosimage {
	padding: 0;
	margin: 8px 15px 0 0!important;
	margin: 8px 5px 0 0;
}

.mosimage img {
	padding: 0;
	margin: 0!important;
}

.mosimage_caption {
	margin-top: 5px;
	padding: 1px 2px;
	color: #999999;
}

.pagenav,
.pagenav_prev,
.pagenav_next,
.pagenavbar {
	padding: 0 2px;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	text-decoration: none;
}

a.pagenav:hover, a.pagenav:active, a.pagenav:focus,
.pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,
.pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,
.pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {
	text-decoration: none;
}

.pagenavbar {
	padding-left: 14px;
	background: url(../images/pages.gif) no-repeat center left;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(../images/pages.gif) no-repeat 0 11px;
}

.sectiontabletophead {
	padding: 3px 5px;
	border: solid 1px #c1c1c1;
	background: #999;
	color: #ffffff;
	font-weight: bold;
}

tr.sectiontableentry1 td { background-image: url(../images/seperator.gif); background-repeat: repeat-x; background-attachment: scroll; background-position: 50% bottom; padding: 5px; }

tr.sectiontableentry2 td { background-image: url(../images/seperator.gif); background-repeat: repeat-x; background-attachment: scroll; background-position: 50% bottom; padding: 5px; }

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td { background-image: url(../images/seperator.gif); background-repeat: repeat-x; background-attachment: scroll; background-position: 50% bottom; }

.small {
	color: #999999;
}

.smalldark {
	color: #999999;
	
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#td-base {  width: 790px; margin: 0 auto;  text-align: left; }

.wide #td-base {
	width: 950px;
}

.auto #td-base {
	width: 95%;
}
#td-base-bg {  }

#td-basedwrap { background-color: #f7f6f4; ) repeat-y right 0; margin: 0; padding: 0; border-top: 1px solid #bdbdbd; border-right: 1px solid #bdbdbd; border-left: 1px solid #bdbdbd; }

#td-based {  padding: 0; }
#td-based-bodyr {   padding: 0; }
#td-centrigwrap { background-color: #f7f6f4; }
#td-topbgr { background-color: transparent; padding-left: 5px; }
#td-centrig {
	padding: 0 15px 15px;
	margin: 0;
	clear: both;
	display: block;
	min-height: 200px;
}

/* tophead
--------------------------------------------------------- */
#date-format { color: #454545; background-color: #e8e7e7; width: 230px; height: 24px; position: absolute; top: 0; text-align: center; left: 0; padding-top: 8px; }
span.date {text-transform: uppercase;font-size: 90%;font-weight: bold;}
#pathway {width: 100%;display: block;}
span.pathway { display: block; font-weight: normal; line-height: 140%; background-color: #ededed; overflow: hidden; padding-left: 15px; padding-top: 5px; padding-bottom: 5px; }
span.pathway img {padding-right: 5px;width: 5px;background: url(../images/arrow-on.gif) 0 50% no-repeat;}
span.pathway a {float: none;padding: 0 6px 0 0;}

#logo, img#logo { position: absolute; top: 50px; left: 0; z-index: 12; border: 0; }

#td-flashed { font-size: 12px; background-color: transparent; margin: 0; padding: 0; }
#td-tophead { clear: both; line-height: normal;text-align: left; background-color: #e0e0e0; position: relative; height: 200px; }
#td-toping { clear: both; position: relative; }
#td-pewrap { line-height: normal; background-color: #f6f5ec;  position: relative; clear: both; padding: 5px; border: solid 1px #c3c1a8; }
#logform { color: #454545; line-height: normal; background-color: #d7d7d7;  padding: 5px; border-bottom: 3px solid #f8f8f8; }
#td-topnavwrap {
	position: absolute;
	top: 0;
	right: 0;
}
/* Search */
#td-search { width: 100%; z-index: 1; margin: 0; padding: 0; }
#td-search div.search { background: #8c8c8c url(../images/icon-search.gif) no-repeat left center; height: 25px; padding-top: 5px; padding-right: 2px; padding-left: 28px; }
#td-search .inputbox { color: #333; background-color: #efefef; width: 90%; padding-left: 5px; border: solid 1px #999; }
/* User Tools */
#stanhi-4 { font-size: 12px; background-color: #f8f8f8; z-index: 70; float: right; padding-top: 2px; padding-right: 3px; padding-left: 3px; }
#td-extoolswrap {
	position: absolute;
	top: 0;
	right: 15px;
	font-size: 11px;
}

*+html #td-extoolswrap {
	right: 0;
}

#td-extools {
	margin: 0;
	padding: 0;
}

* html #td-extools { /*IE 6*/
	float: left;
}

*+html #td-extools { /*IE 7*/
	padding: 0px;
}

#td-extools ul {
	margin: 0;
	padding: 0;
	float: left;
}

#td-extools ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	display: inline;
}

#td-extools img {
	padding: 0;
	margin: 0 0 0 2px;
}
/* MAIN NAVIGATION
--------------------------------------------------------- */
#td-subnav {
	padding: 6px 5px;
	margin: 0;
	clear: both;
	border-bottom: 1px solid #ffffff;
	line-height: normal;
	background-color: #f5f5f8; 
}

.td-basicshadow {
	clear: both;
	padding: 1px 0 2px;
	background: url(../images/main-shadow.gif) repeat-x top;
}
/* Sub tophead */
#td-top {
	clear: both;
	background: #d4d5de;
	overflow: hidden;
}

/* CONTENT COLUMN
--------------------------------------------------------- */
#td-basbody, #td-basbody-bodyl, #td-basbody-bodyr, #td-basbody-body {
}

#td-basbody, #td-basbody-bodyr {
	float: right;
	width: 80%;
}
#td-basbody-bodyl {
	float: left;
	width: 100%;
}

#td-basbody-bodyl #td-centrigwrap {
	float: left;
	width: 80%;
	background: none;
}

#td-basbody-bodyl #td-pathway,
#td-basbody-body #td-pathway {
}

#td-basbody-bodyl #td-right {
	float: right;
	width: 20%;
}

#td-basbody-body {
	float: left;
	width: 100%;
}

#td-basbody-body #td-centrigwrap {
	background: none;
}

#td-basbody #td-centrigwrap {
	float: left;
	width: 75%;
}
/* Default Joomla! Menu */
a.mainlevel { padding: 3px 3px 5px; width: 98%; display: block; background-image: url(../images/a-mmenu.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: right bottom; text-decoration: none; }
a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus { background-image: url(../images/a-mmenu2.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: right bottom; text-decoration: none; }
a.mainlevel#active_menu {
	color: #999;
	background: url(../images/a-mmenu3.gif) no-repeat right bottom;
	font-weight: bold;
	text-decoration: none;
}
a.sublevel {
	padding: 2px 4px 2px 15px;
	display: block;
	background: url(../images/arrow.png) no-repeat 2% 50%;
	text-decoration: none;
}
a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	background: url(../images/bullet-list2.gif) no-repeat 2% 50%;
	text-decoration: none;
}
/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#td-left {
	float: left;
	width: 19.9%;
}

#td-left h3{  border-bottom: 1px solid #fff;  }

#td-left div.moduletable, #td-left div.moduletable_menu { color: #555; background: #ededed; margin: 2px 2px 7px; padding: 0; border: solid 1px #fff; }

#td-right {
	float: right;
	width: 24.9%;
	overflow: hidden;
}
#td-right div.moduletable { color: #333; background-color: #e8e7e7; margin-bottom: 5px; padding: 0px 0px 10px 3px; width: 98%; border: solid 1px #c8c8c8; }
#td-right h3 { background-image: url(../images/h3-bgright.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: left center; text-indent: 25px; }

#td-right-inner {
	padding: 0 5px 0 0;
}
div.moduletable-blank {
	background: transparent;
	padding: 0;
	margin-bottom: 2px;
}
#td-left div.module_menu li {
	background: none;
}
#td-left div.moduletable_menu a { padding: 3px 0 5px 0; display: block; background-image: url(../images/a-mmenu.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: right bottom; text-decoration: none; }
#td-left div.moduletable_menu a:hover,#td-left div.moduletable_menu a:active, #td-left div.moduletable_menu a:focus { background-image: url(../images/a-mmenu2.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: right bottom; text-decoration: none; }
#td-left div.moduletable_menu #current a { font-weight: bold; background-image: url(../images/a-mmenu3.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: right bottom; text-decoration: none; }
#td-left div.module_menu #current ul li a {
		padding: 2px 4px 2px 12px;
	display: block;
	background: url(../images/bullet-list2.gif) no-repeat 2% 50%;
	text-decoration: none;
}
#td-left div.module_menu #current ul li a:hover,
a:active,
a:focus {
	text-decoration: none;
}
#td-left table,
#td-right table {
	border-collapse: collapse;
	border-spacing: 0;
}

#td-right ul li {
	padding-left: 10px;
	margin: 0;
	background: url(../images/arrow.png) no-repeat 0 7px;
}

#td-left ul,
#td-right ul {
	margin: 0;
}
/* FOOTER
--------------------------------------------------------- */
#td-footerwrap {
	clear: both;
	padding: 17px 12px 10px;
	background: #616161 url(../images/footer.gif) repeat-x 50% top;
	color: #dee0e6;
}

#td-footer { color: #000; background-color: #d1d1d1; height: 35px; overflow: hidden; position: relative; padding: 5px 5px 2px; border-top: 1px solid #f7f6f4; }

#td-footer a:hover,
#td-footer a:active,
#td-footer a:focus { color: #a13131; text-decoration: none; }
#td-bottomline {
	float: left;
	margin: 0;
	display: block;
	padding-left: 15px;
}

#td-copyright {
	float: left;
}
#td-cert {
	float: right;
	margin-top: 2px;
	font-size: 11px;
}
#td-cert a {
	padding: 0;
}
/* MISCELLANOUS
----------------------------------------------------------- */
#td-banner { text-align: center; border-top: 1px solid #c1c1c1; }

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;
	background: none!important;
	text-decoration: none!important;
}

#mod_login_password, #mod_login_username {
	width: 93%;
}

#mod_login_password {
}

#mod_login_username {
}

#mod_login_remember {
	border: none;
	background: none;
}
/* conturfix */
.conturfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .conturfix {
	width: 100%;
	display: block;
}

* html .conturfix {
	height: 1%;
}
/* LR PADD */
#sr-padd { padding: 0; width: 100%; }
#lr-padd, #lr-padd2, #lr-padd1 { padding: 0; width: 100%; }
#lr-padd div.moduletable, #lr-padd2 div.moduletable, #lr-padd1 div.moduletable { margin: 0; padding-top: 0; padding-bottom: 2px; border-right-width: 10px; }
table.lr-padd { width: 100%; padding: 0; }
#lr-padd ul {
	padding: 0;
	margin: 0!important;
}
#lr-padd li {
	padding: 0;
	margin: 0;
	background: none;
	line-height: 170%;
}
#lr-padd li a { color: #fff; padding-left: 13px; background: url(../images/arrow.png) no-repeat 0 50%; text-decoration: none; }
#lr-padd li a:hover, #lr-padd li a:active, #lr-padd li a:focus { color: #eee; background-image: url(../images/arrow.png); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 50%; }
table.lr-padd a:hover { color: #fff; text-decoration: none; }
table.lr-padd td.lr-padd {color: #eeeeee; background-color:#028cae; border:solid 1px #cecece; background-repeat:no-repeat; background-position:left top; width: 25%; }
table.lr-padd td.lr-padd:hover { background-color:#dadada; border:solid 1px #c5c5c5; background-repeat:no-repeat; background-position:left top; color:#666; }
table.lr-padd h3 { color: #eee; padding: 5px; border-bottom: 1px dotted #000; }
table.lr-padd2 h3 { color: #fff; text-transform: uppercase; padding: 5px; border-bottom: 1px solid #fff; }
table.lr-padd1 h3 { color: #555; font-weight: bold; background-color: #dbdbdb; border-bottom: 1px dotted #fff; }
table.lr-padd1 { width: 100%; padding: 0; }
table.lr-padd1 a { text-decoration: underline; }
#lr-padd1 ul {
	padding: 0;
	margin: 0!important;
}
#lr-padd1 li {
	padding: 0;
	margin: 0;
	background: none;
	line-height: 170%;
}
#lr-padd1 li a { padding-right: 13px; background: url(../images/arrow-off.gif) no-repeat right 50%; text-decoration: none; }
#lr-padd1 li a:hover, #lr-padd li a:active, #lr-padd li a:focus { background-image: url(../images/arrow-on.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: right 50%; }
table.lr-padd1 a:hover { text-decoration: underline; }
table.lr-padd1 td.lr-padd1 { background-repeat:no-repeat; background-position:left top; color:#555; background-color: #ececec; width: 33%; border: dotted 1px #ced0d6; }
table.lr-padd1 td.lr-padd1:hover { background-color:#e2e2e2; color:#555; }
table.lr-padd2 td.lr-padd2 { color:#ddd; background: #616161 url(../images/footer.gif) repeat-x left top; width: 25%; }
#ol_top a { color: #f5f5f8; text-decoration: none; }
#ol_top a:hover { color: #fff; text-decoration: none; }
#ol_bottom {color: #eeeeee; background:#028cae; padding: 1px; border: solid 1px #c7c7c7; }
#ol_bottom a {color: #fff; }
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

/* @group Horizontal Menu */

#col-menu { background: #efefef url(../images/m-menu.gif) repeat-x 0 bottom; position: relative; height: 37px; }

ul#horiznav.menutop, #col-menu ul.menutop {
	padding: 0;
	margin: 0;
	position: relative;
}

#col-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#col-menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#col-menu a, #col-menu li.active a {
	white-space: nowrap;
	display: block;
	float: left;
	height: 37px;
	line-height: 32px;
	padding: 0 11px;
	font-weight: bold;
	font-size: 100%;
	overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 100;
	color: #999;
	background: url(../images/menu-stripe.png) no-repeat 100% 45%;
}

#col-menu li.active a {height: 32px;line-height: 32px;}
#col-menu li:hover {background: url(../images/menu-stripe.png) no-repeat 100% 50%;}

#col-menu li.blue.sfHover a, #col-menu li.blue:hover a {border-bottom: 5px solid #028cae;color: #028cae;line-height: 32px;height: 32px;}
#col-menu li.blue.sfHover li a:hover, #col-menu li.blue:hover li a:hover {color: #028cae;}
#col-menu li.red.sfHover a, #col-menu li.red:hover a  {border-bottom: 5px solid #D12E2E;color: #D12E2E;line-height: 32px;height: 32px;}
#col-menu li.red.sfHover li a:hover, #col-menu li.red:hover li a:hover {color: #D12E2E;}
#col-menu li.purple.sfHover a, #col-menu li.purple:hover a  {border-bottom: 5px solid #d442a3;color: #d442a3;line-height: 32px;height: 32px;}
#col-menu li.purple.sfHover li a:hover, #col-menu li.purple:hover li a:hover {color: #d442a3;}
#col-menu li.green.sfHover a, #col-menu li.green:hover a  {border-bottom: 5px solid #66cc00;color: #66cc00;line-height: 32px;height: 32px;}
#col-menu li.green.sfHover li a:hover, #col-menu li.green:hover li a:hover {color: #66cc00;}
#col-menu li.yellow.sfHover a, #col-menu li.yellow:hover a  {border-bottom: 5px solid #f2cd76;color: #e5bf64;line-height: 32px;height: 32px;}
#col-menu li.yellow.sfHover li a:hover, #col-menu li.yellow:hover li a:hover {color: #e5bf64;}
#col-menu li.brown.sfHover a, #col-menu li.brown:hover a  {border-bottom: 5px solid #ac8865;color: #ac8865;line-height: 32px;height: 32px;}
#col-menu li.brown.sfHover li a:hover, #col-menu li.brown:hover li a:hover {color: #ac8865;}
#col-menu li.grey.sfHover a, #col-menu li.grey:hover a  {border-bottom: 5px solid #555555;color: #555555;line-height: 32px;height: 32px;}
#col-menu li.grey.sfHover li a:hover, #col-menu li.grey:hover li a:hover {color: #555555;}
#col-menu li.active {background: url(../images/menu-stripe.png) no-repeat 100% 50%;}
#col-menu li.blue.sfHover li a, #col-menu li.blue:hover li a, 
#col-menu li.red.sfHover li a, #col-menu li.red:hover li a,
#col-menu li.purple.sfHover li a, #col-menu li.purple:hover li a,
#col-menu li.yellow.sfHover li a, #col-menu li.yellow:hover li a,
#col-menu li.green.sfHover li a, #col-menu li.green:hover li a,
#col-menu li.brown.sfHover li a, #col-menu li.brown:hover li a,
#col-menu li.grey.sfHover li a, #col-menu li.grey:hover li a { background: transparent; border-bottom:0 none; color:#333; border-top: 1px solid #d7d7d7; }
#col-menu li.active li a, #col-menu li.active.parent li a {font-weight: normal;font-size: 100%;}

#col-menu ul ul {
	margin: 0;
	padding: 0 0 0 0;
	background: #eee;
	border-bottom: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
}

#col-menu li.parent.blue li a.daddy,
#col-menu li.parent.red li a.daddy ,
#col-menu li.parent.purple li a.daddy ,
#col-menu li.parent.green li a.daddy ,
#col-menu li.parent.yellow li a.daddy ,
/*#col-menu li.parent.brown li a.daddy { background-image: url(../images/olweb1.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: left 50%; }*/
#col-menu li.parent.brown li a.daddy { background-repeat: no-repeat; background-attachment: scroll; background-position: left 50%; }

#col-menu ul ul ul {border-top: 1px solid #d6d6d6;}

#col-menu ul ul li a, #col-menu ul li.active.parent ul a {
	color: #333;
	text-transform: none;
	border-bottom: 1px solid #d6d6d6;
}

/* mouseovers */

#col-menu li li.active, #col-menu li.active li a, #col-menu li.active li a:hover, #col-menu li li a:hover, #col-menu ul li.active.parent ul a {background: none;}

#col-menu li li a {
	font-size: 100%;
	font-weight: normal;
	background: none;
}

#sub-menu { background-color: #dbdbdb; height: 32px; clear: both; border: solid 1px #c1c1c1; }

#sub-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#sub-menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#sub-menu a, #sub-menu li.active a {
	white-space: nowrap;
	display: block;
	float: left;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	margin: 0;
	font-weight: bold;
	font-size: 100%;
	overflow: hidden;
	text-decoration: none;
	z-index: 100;
	text-indent: 0;
}

.main-page #sub-menu a:hover, .main-page #sub-menu li.active a {color: #333;}
/* @end */

/* Sub and Side Menus */
ul.menu {
margin: 0 0 10px;
padding: 0;
}
ul.menu li {
list-style: none;
margin: 0;
padding: 0;
}
ul.menu span { line-height: 18px; display: block; height: 18px; }
ul.menu ul {
margin: 4px 0;
}
ul.menu ul li a {
text-indent: 7px;
}
ul.menu ul a {
background: none;
text-indent: 0;
}
ul.menu ul {
margin-left: 5px;
padding: 0;
}
ul.menu ul ul {
padding: 0;
margin-left: 10px;
}
ul.menu li li {
padding: 0;
margin: 0;
}
ul.menu ul a {
text-indent: 0;
}
ul.menu li a { padding: 3px 3px 5px 15px; text-decoration: none; }
ul.menu li.active a, ul.menu li.active li.active a, a#active_menu.mainlevel, a#active_menu.sublevel, ul.menu li.active .separator, ul.menu li.active li.active .separator {font-weight: bold;}
ul.menu li.active li a, ul.menu li.active li.active li a, ul.menu li.active li .separator, ul.menu li.active li.active li .separator {font-weight: normal;}
ul.menu li a:hover { background-color: transparent; text-decoration: none; }
ul.menu li.active li a,
ul.menu li.active li a:hover { background: transparent; }
ul.menu a {
	padding: 4px 2px 4px 4px;
	outline: none medium;
	width: 90%;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #c1c1c1;
	background: url(../images/bullet.gif) no-repeat 3px 10px;
}
ul.menu ul li a, ul.menu ul li .separator {text-indent: 2px;}
ul.menu ul li ul li a, ul.menu ul li ul li .separator {text-indent: 5px;}
ul.menu ul li ul li ul li a, ul.menu ul li ul li ul li .separator {text-indent: 10px;}
/* @end */

#main-content a.mainlevel {
	display: block;
	line-height: 24px;
	text-indent: 18px;
	height: 24px;
	overflow: hidden;
	font-size: 110%;
}

#main-content a.sublevel {
	text-decoration: none;
	line-height: 25px;
	font-size: 110%;
	line-height: 24px;
}

a.mainlevel:hover, a.sublevel:hover {text-decoration: none;}

/* @end */
div.default div.drop-down {  }

div.default div.drop-down dt.toggler { color: #f1f0e5; height: 30px; line-height: 28px; font-size: 110%; font-weight: bold; background-color: #49617a; background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0; text-indent: 10px; margin-bottom: 1px; cursor: pointer; }

div.default div.drop-down dt:hover.toggler, div.default div.drop-down dt.sfhover { color: #474747; background-color: #c7c7c7; }

div.default div.drop-down dd span.article {
	padding: 10px 0px 10px 0px;
}

div.default div.drop-down dd.last span.article {
	background: none;
}

div.black div.drop-down {  }

div.black div.drop-down dt.toggler { color: #fff; height: 30px; line-height: 28px; font-size: 110%; font-weight: bold; background-color: #333; background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0; text-indent: 10px; margin-bottom: 1px; cursor: pointer; }

div.black div.drop-down dt:hover.toggler, div.black div.drop-down dt.sfhover { color: #e6e6e6; background-color: #2c2c2c; }

div.black div.drop-down dd span.article {
	padding: 10px 0px 10px 0px;
}

div.black div.drop-down dd.last span.article {
	background: none;
}


.moovert ul#mainlevel li a:hover, 
.moovert ul.menu li a:hover,.moovert ul.menu li li a:hover,
.moovert ul.menu li.parent a:hover, .moovert ul.menu li.parent li.parent a:hover,
.moovert ul.menu li#current a:hover, .moovert ul.menu li#current ul li a:hover,  .moovert ul.menu li#current ul ul li a:hover,
.moovert ul.menu li#current li.parent a:hover, .moovert ul.menu li#current li.parent a:hover,
.moovert li.active a:hover  { color:#000; background-color: #f4db5f; }
.moovert { background-color: #f0c856; margin-bottom: 5px; }
/* Login */
#ol-clog { font-size: 12px; background: url(../images/log-form.gif) no-repeat left center; height: 28px; position: absolute; right: 0; bottom: 0; z-index: 96; }
#ol-clog a { text-decoration: none; }
#ol-clog ul {
	float: left;
	margin: 0 0 0 10px;
	padding: 7px 0 0;
	white-space: nowrap;
}
#ol-clog li {
	display: inline;
	display: block;
	float: left;
	line-height: normal;
	margin: 0 5px;
	padding: 0;
	color: #ffffff;
	background: transparent;
}
#logform form a,
#ol-register form a {
	background: url(../images/arrow-on.gif) no-repeat left center;
}

#ol-register label, #logform label {
	color: #333;
	padding-right:5px;
}

#logform .button ,
#ol-register .button { color: #333; background: #e6e4e0 url(../images/but-bg.gif) repeat-x left center; border: solid 1px #666; }

#ol-register, #logform { color: #f0c856; background: #cccccc; border: solid 1px #c0c0c0; top: 28px; display: none; height: auto; overflow: hidden; padding: 5px 15px; position: absolute; right: 0; text-align:left; z-index: 9999; }
#logformwrap { background-color: transparent; float: right; padding: 8px 0 10px 10px; text-align: right; }

#logform form {
	float: left;
	margin-top: 5px;
}

#logform form label {
	float: left;
}

label.logform-user span {
	display: block;
	float: left;
	text-indent: -5000px;
	background: url(../images/user.gif) no-repeat center left;
	width: 20px;
	height: 20px;
}

label.logform-password span {
	display: block;
	float: left;
	text-indent: -5000px;
	background: url(../images/pass.gif) no-repeat center left;
	width: 20px;
	height: 20px;
}

#logform form input.button {
	font-size: 11px !important;
	float: left;
}

#logform form #mod_login_username,
#logform form #mod_login_password {
	background: #f1f1f1;
	border: solid 1px #c0c0c0;
	width: 100px;
	margin: 1px 8px 0 0;
	font-size: 11px !important;
	padding: 2px;
}
#logform form a { padding: 0 5px 0 10px; background: url(../images/arrow-on.gif) no-repeat left center; text-decoration: none; }
#logform form a:hover,
#logform form a:active,
#logform form a:focus {
	text-decoration: underline;
}
.logform-links {
	padding-top: 2px;
	clear: both;
	text-transform: none;
	letter-spacing: normal;
	font-size: 11px;
}

#slider {
		position: absolute;
		width: 100%;
		height: 200px;
		overflow: hidden;
	}
#slider .slide {
		position: absolute;
		top: 0px;
		height: 233px;
		width: 900px;
		background: #333;
		overflow: hidden;
		border-left: #000 solid 1px;
		cursor: default;
	}
#slider .title   {
		color: #028cae;
		font-weight: bold;
		font-size: 1.2em;
		margin-right: 1.5em;
		text-decoration: none;
	}
#slider .backgroundText {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 100%;
		background: #000;
		filter: alpha(opacity=40);
		opacity: 0.4;
	}
#slider .text {
		position: absolute;
		top: 1%;
		top: 100%;
		color: #FFF;
		font-family: verdana, arial, Helvetica, sans-serif;
		font-size: 0.9em;
		text-align: justify;
		width: 420px;
		left: 10px;
	}
.wide #slider .text {
		position: absolute;
		top: 1%;
		top: 100%;
		color: #FFF;
		font-family: verdana, arial, Helvetica, sans-serif;
		font-size: 0.9em;
		text-align: justify;
		width: 550px;
		left: 10px;
	}
.auto #slider .text {
		position: absolute;
		top: 1%;
		top: 100%;
		color: #FFF;
		font-family: verdana, arial, Helvetica, sans-serif;
		font-size: 0.9em;
		text-align: justify;
		width: 82%;
		left: 10px;
	}
#slider .diapo {
		position: absolute;
		filter: alpha(opacity=100);
		opacity: 1;
		visibility: hidden;
	}
