/* COMMON STYLE
--------------------------------------------------------- */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
body {
color: #b8bac0;
background: #ffffff;
font-family: Tahoma, Arial, Geneva, sans-serif;
line-height: 1.5;
}
body#bd {
background: #e9ecf1 url(../images/body-bg.jpg) repeat-x fixed left top; margin: 0;
	background-attachment: fixed;
}
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: underline;
}
a:hover, a:active, a:focus { color: #6babbb; text-decoration: none; }
/* Small text */
.small, .smalldark, .createdate, .modifydate, .mosimage_caption,
.back_button, .pagenavcounter, .pagenav, .pagenavbar {
}
/* Heading */
h1 {
font-size: 1.5em;
font-weight: normal;
}
h2 {
font-size: 1.3em;
}
h3 {
font-size: 1.17em;
}
h4 {
font-size: 1em;
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;
text-align: left;
}
fieldset {
border: none;
}
fieldset a {
font-weight: bold;
}
hr {
border-top: 1px solid #C6CED9;
border-right: 0;
border-left: 0;
border-bottom: 0;
height: 1px;
}
img {
border: 0;
}
td, div {
font-size: 1em;
}
/* Code text */
pre, .code {
padding: 10px 15px;
margin: 5px 0 15px;
border-left: 5px solid #8E9CAE;
background: #ECF0F4;
font: 1em/1.5 "Courier News", monospace;
}
blockquote {
padding: 15px 40px;
background: url(../images/quote.gif) 10px 10px no-repeat;
font: italic 1em/1.5 Georgia, Times, serif;
}
.dropcap {
float: left;
padding: 3px 3px 0 0;
display: block;
color: #b8bcc2;
font: 50px/40px Georgia, Times, serif;
}
/* Tips, Error, Message, Hightlight*/
.error {
padding-left: 22px;
color: #E50000;
background: url(../images/bullet-error.gif) no-repeat top left;
}
.message {
padding-left: 22px;
color: #d1d4da;
background: url(../images/bullet-info.gif) no-repeat left top;
}
.tips {
padding-left: 22px;
color: #d1d6dd;
background: url(../images/bullet-tips.gif) no-repeat left top;
}
.highlight {
border-bottom: 1px dotted;
background: #DFE5EC;
font-weight: bold;
}
.blocknumber {
position: relative;
clear: both;
padding: 5px 10px 10px;
}
.bignumber {
float: left;
font: bold 30px Arial, sans-serif;
color: #d1d6dd;
display: block;
margin-right: 5px;
margin-bottom: 5px;
}
/* FORM
--------------------------------------------------------- */
form {
margin: 0;
padding: 0;
}
input, select {
font: 11px/normal Tahoma, Arial, Helvetica, sans-serif;
}
select, .inputbox {
padding: 2px;
}
textarea {
padding-left: 2px;
}
textarea.inputbox {
width:95%;
}
.button, .button:hover { padding: 1px 10px!important; padding: 1px 5px; background: #42464a url(../images/button-bg.gif) repeat-x left top; color: #b2b8c0; border-color: #818488 #686c70 #686c70 #818488; border-style: solid; border-width: 1px; }
.button:active, .button:focus { border-color: #484c51 #818488 #818488 #484c51; border-style: solid; border-width: 1px; }
.inputbox { color: #a7b0bc; border: solid 1px #676b71; background: #333; }
.inputbox:hover, .inputbox:focus { color: #a7b0bc; background-color: #484c51; border: solid 1px #333; }
/* MODULE
--------------------------------------------------------- */
div.moduletable h3 {
margin: 0 -10px 5px;
padding: 2px 10px;
font-size: 1em;
}
div.moduletable {
padding: 10px;
}
/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}
table.blog .article_seperator {
display: block;
background: url(../images/seperator.gif) repeat-x center;
height: 10px;
}
#ol-leftcol .article_seperator, #ol-rightcol .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 22px;
background: url(../images/bullet-list.gif) no-repeat 5% 50%;
}
table.contenttoc th {
padding: 4px;
border-bottom: 5px solid #ffffff;
background: #767a7f;
color: #dee3e9;
text-indent: 5px;
}
table.poll {
padding: 0;
width: 100%;
border-collapse: collapse;
}
table.pollstableborder {
padding: 0;
width: 100%;
border: none;
text-align: left;
}
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 {
margin: 10px 0;
}
.blog_more strong {
margin: 0 0 5px;
padding-left: 13px;
display: block;
color: #646E7B;
text-transform: uppercase;
}
td.buttonheading {
padding: 0 0 0 3px!important;
text-align: center;
}
.category {
font-weight: bold;
}
.clr {
clear: both;
}
.componentheading {
padding-bottom: 5px;
margin-bottom: 10px;
background: url(../images/seperator2.gif) no-repeat right bottom;
color: #dee1e5;
font-size: 1.7em;
line-height: normal;
font-weight: bold;
}
.contentdescription {
padding-bottom: 30px;
}
table.blog .contentheading {
font-size: 1.17em;
font-weight: bold;
}
.contentheading {
color: #dee1e5;
font-size: 1.7em;
}
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 16px; display: block; color: #dee3e9; font-size: 0.87em; background: #028cae url(../images/readon2.gif) no-repeat 5% 55%; text-decoration: none; }
a.readon:hover, a.readon:active, a.readon:focus {
color: #ffffff;
background: #036077 url(../images/readon2.gif) no-repeat 5% 55%;
text-decoration: none!important;
}
table.contentpaneopen td, table.contentpane td {
}
table.contentpaneopen, table.contentpane, table.blog {
width: 100%;
}
.createdate {
padding-bottom: 10px;
color: #afb4bb;
font-weight: bold;
line-height: 10px;
}
.modifydate {
color: #8E9CAE;
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: 2px;
padding: 1px 2px;
color: #8E9CAE;
}
.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;
}
.sectiontableheader {
padding: 5px;
background: #333;
color: #d1d6dd;
font-weight: bold;
}
tr.sectiontableentry1 td {
padding: 5px;
background: url(../images/seperator.gif) repeat-x bottom;
}
tr.sectiontableentry2 td {
padding: 5px;
background: url(../images/seperator.gif) repeat-x bottom;
}
.small {
color: #8E9CAE;
}
.smalldark {
text-align: left;
}
div.syndicate div {
text-align: center;
}
.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
background: none;
}
/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ol-mainbd { background-color: #42464a; margin: 0 auto; padding: 0; width: 90%; text-align: left; position: relative; z-index: 10; min-width: 750px; max-width: 2000px; }
.narrow #ol-mainbd {
width: 750px;
}
.wide #ol-mainbd {
width: 930px;
}
#ol-container,
#ol-container-bodyr,
#ol-container-bodyl,
#ol-container-body {
clear: both;
padding: 0;
}
#ol-container,
#ol-container-bodyr { background-image: url(../images/mainconbig.gif); background-repeat: repeat-y; background-attachment: scroll; background-position: 20% 0; }
#ol-container-bodyl,
#ol-container-body { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }
#ol-contentwrap { background-image: url(../images/top-bg.gif); background-repeat: repeat-x; background-attachment: scroll; background-position: 50% top; }
#ol-content {
padding: 10px 15px 20px;
}
/* HEADER
--------------------------------------------------------- */
#logo, img#logo { position: absolute; top: 0; left: 10px; border: 0; }
#date-format { color: #333333; background-color: #cecece; width: 220px; height: 22px; position: absolute; bottom: 0; text-align: center; right: 0; padding-top: 7px; }
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%; overflow: hidden; padding-left: 15px; padding-top: 5px; padding-bottom: 5px; }
span.pathway img {padding-right: 5px;width: 5px;background: url(../images/arrow.png) 0 50% no-repeat;}
span.pathway a {float: none;padding: 0 6px 0 0;}
#ol-header, #ol-header1 {background: url(../images/header/header01.jpg) no-repeat; height: 250px;font-size: 12px; margin-top: 0px; margin-bottom: 3px; padding: 0;}
#ol-tophead { line-height: normal; text-align: left;background-color: #024f63; position: relative; height: 100px; clear: both; }
/* User Tools */
#ol-topnavwrap {
z-index: 1170;
position: absolute;
top: 0;
right: 0;
}
#stanhi-4 { font-size: 12px;  z-index: 70; float: right; padding-top: 2px; padding-right: 3px; padding-left: 3px; }
#ol-extoolswrap {
position: absolute;
top: 0;
right: 15px;
font-size: 11px;
}

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

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

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

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

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

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

#ol-extools img {
padding: 0;
margin: 0 0 0 2px;
}
#ol-search { margin: 5px 0 0; padding: 0; }
#ol-search div.search { background: #333 url(../images/icon-search.gif) no-repeat left center; padding-left: 26px; padding-top: 5px; padding-bottom: 5px; }
#ol-search .inputbox { width: 90%; color: #f4f6f7; background: #014e62; padding-top: 3px; padding-bottom: 3px; padding-left: 5px; border-style: none !important; }

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ol-maindate { color: #d1d6dd; font-size: 1em; line-height: normal; position: absolute; top: 30px; left: 5px; float: left; padding-top: 7px; }

/* Default Joomla! Menu */
a.mainlevel {
padding: 3px;
border-bottom: 1px dotted #000;
display: block;
color: #e0e3e7;
text-decoration: none;
}
a.mainlevel:hover, a.mainlevel:active, a.mainlevel:focus {
color: #3298b3;
background: #333;
text-decoration: none;
}
a.mainlevel#active_menu {
background: #014e62;
color: #dee1e5;
text-decoration: none;
}
a.sublevel {
padding: 2px 4px 2px 12px;
display: block;
background: url(../images/bullet-list2.gif) no-repeat 2% 50%;
text-decoration: none;
color: #c6ced9;
}
a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
text-decoration: none;
background: url(../images/bullet-list3.gif) no-repeat 2% 50%;
color: #329ab5;
}
#active_menu {
background: url(../images/bullet-list3.gif) no-repeat 2% 50%;
color: #014e62;
}
/*End: Default Joomla! Menu  */
/* TEMPSPLASH
--------------------------------------------------------- */

.box-ended div.moduletable {
margin-right: 0!important;
border: none!important;
}
/* CONTENT COLUMN
--------------------------------------------------------- */
#ol-mainbody, #ol-mainbody-bodyl, #ol-mainbody-bodyr, #ol-mainbody-body {
}
#ol-mainbody {
float: left;
width: 80%;
}
#ol-mainbody #ol-contentwrap {
float: right;
width: 75%;
}
#ol-mainbody-bodyl {
float: left;
width: 80%;
}
#ol-mainbody-bodyl #ol-contentwrap {
float: left;
width: 100%;
}
#ol-mainbody-bodyr {
float: left;
width: 100%;
}
#ol-mainbody-bodyr #ol-contentwrap {
float: right;
width: 80%;
}
#ol-mainbody-bodyr #ol-leftcol {
width: 20%;
}
#ol-mainbody-body {
float: left;
width: 100%;
}
/* LEFT COLUMN
--------------------------------------------------------- */
#ol-leftcol {
float: left;
width: 24.99%;
}
#ol-leftcol div.moduletable h3, #ol-leftcol div.moduletable_menu h3 {
margin: 0 -10px 5px;
padding: 5px 10px;
background: #42464a url(../images/h3-bg.gif) no-repeat right center;
color: #d1d6dd;
font-size: 1em;
}
#ol-leftcol div.moduletable, #ol-leftcol div.moduletable_menu {
padding: 0 10px 10px;
background: #013846 url(../images/modbg_l.gif) repeat-y right top;
}
/* RIGHT COLUMN
--------------------------------------------------------- */
#ol-rightcol {
float: left;
width: 20%;
padding-top: 0;
background: url(../images/top-bg.gif) repeat-x 50% top;
}
#ol-rightcol div.moduletable h3 {
margin: 0 0 5px;
padding: 0 10px 4px 14px;
/*color: #646E7B;*/
color: #d1d6dd;
background: url(../images/h3right.gif) no-repeat left bottom;
font-size: 1em;
}
#ol-rightcol div.moduletable {
margin-bottom: 5px;
padding: 5px 0 10px;
width: 92%;
}
/* Right Module Style */
div.module h3 { padding: 4px 4px 4px 18px; margin: -6px -6px 10px; color: #d1d6dd; font-size: 0.98em; font-weight: bold; background: #42464a url(../images/h3-bgright.gif) repeat-y left center; text-transform: capitalize; border-bottom: 1px solid #666; }
div.module, div.module_menu, div.module_text {
margin-bottom: 5px;
padding: 0;
float: left;
clear: both;
width: 100%;
}
div.module div, div.module_menu div, div.module_text div, div.frame { background-color: #131313; padding: 2px; border: solid 1px #434242; }
div.module div div, div.module_menu div div, div.module_text div div { color: #d1d6dd; background-color: #333; border-style: none; padding: 0; }
div.module div div div, div.module_menu div div div, div.module_text div div div {
padding: 5px;
}
div.module div div div div, div.module_menu div div div div, div.module_text div div div div {
margin: 0;
padding: 1px;
background: transparent;
}
/* FOOTER
--------------------------------------------------------- */
#ol-downts {
background: #42464a url(../images/top-bgb.gif) repeat-x left top;
color: #f8f8f8;
}
#ol-footer { color: #c5c5c5; background-color: #222222; height: 35px; overflow: hidden; position: relative; padding: 5px 5px 2px; border-top: 1px solid #555555; }
#ol-banner { padding: 10px; position: absolute; right: 8px; bottom: 8px; overflow: hidden; }
#ol-bottomline {
float: left;
margin: 0;
display: block;
padding-left: 15px;
}

#ol-copyright {
float: left;
}
#ol-cert {
float: right;
margin-top: 2px;
font-size: 11px;
}
#ol-cert a {
padding: 0;
}
/* MISCELLANOUS
----------------------------------------------------------- */
div.back_button a,
div.back_button a:hover,
div.back_button a:active {
margin: 10px 0;
display: block;
color: #8E9CAE;
background: none!important;
text-decoration: none!important;
}
#mod_login_password, #mod_login_username {
width: 90%;
}
#mod_login_password {
}
#mod_login_username {
}
#mod_login_remember {
border: none;
background: none;
}
/* Clearfix */
.clearfix:after {
clear: both;
display: block;
content: ".";
height: 0;
visibility: hidden;
}
* html > body .clearfix {
width: 100%;
display: block;
}
* html .clearfix {
height: 1%;
}
/* Firefox Scrollbar Hack - Do not remove */
html {
margin-bottom: 1px;
height: 100%!important;
height: auto;
}
/* BEGIN: topart */
div.wrapper { text-align: left; margin: auto; position: relative; }


/* @group Horizontal Menu */

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

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: 38px; line-height: 33px; padding: 0 15px; font-weight: bold; font-size: 100%; overflow: hidden; text-decoration: none; text-transform: uppercase; z-index: 100; color: #fff; background-color: transparent; margin-right: 2px; }

#col-menu li.active a {height: 33px;line-height: 33px;}
#col-menu li:hover { background-color: transparent; }

#col-menu li.blue.sfHover a, #col-menu li.blue:hover a { color: #fff; background-color: #028cae;line-height: 33px;height: 33px;}
#col-menu li.red.sfHover a, #col-menu li.red:hover a { color: #fff; background-color: #d12e2e;line-height: 33px;height: 33px;}
#col-menu li.purple.sfHover a, #col-menu li.purple:hover a { color: #fff;background-color: #d442a3;line-height: 33px;height: 33px;}
#col-menu li.green.sfHover a, #col-menu li.green:hover a{ color: #fff; background-color: #C5DD0B;line-height: 33px;height: 33px;}
#col-menu li.yellow.sfHover a, #col-menu li.yellow:hover a{ color: #fff; background-color: #ffcc00;line-height: 33px;height: 33px;}
#col-menu li.orange.sfHover a, #col-menu li.orange:hover a { color: #fff; background-color: #f90;line-height: 33px;height: 33px;}

#col-menu li.blue a{ border-bottom: 5px solid #028cae; color: #028cae; line-height: 33px;  height: 33px; }
#col-menu li.blue.sfHover li a:hover, #col-menu li.blue:hover li a:hover {color: #028cae;}
#col-menu li.red a { border-bottom: 5px solid #d12e2e; color: #d12e2e; line-height: 33px;  height: 33px; }
#col-menu li.red.sfHover li a:hover, #col-menu li.red:hover li a:hover {color: #D12E2E;}
#col-menu li.purple a { border-bottom: 5px solid #d442a3; color: #d442a3; line-height: 33px;  height: 33px; }
#col-menu li.purple.sfHover li a:hover, #col-menu li.purple:hover li a:hover {color: #d442a3;}
#col-menu li.green a  { border-bottom: 5px solid #C5DD0B; color: #c5dd0b; line-height: 33px;  height: 33px; }
#col-menu li.green.sfHover li a:hover, #col-menu li.green:hover li a:hover {color: #C5DD0B;}
#col-menu li.yellow a  { border-bottom: 5px solid #ffcc00; color: #ffcc00; line-height: 33px;  height: 33px; }
#col-menu li.yellow.sfHover li a:hover, #col-menu li.yellow:hover li a:hover {color: #ffcc00;}
#col-menu li.orange a  { border-bottom: 5px solid #f90; color: #f90; line-height: 33px;  height: 33px; }
#col-menu li.orange.sfHover li a:hover, #col-menu li.orange:hover li a:hover {color: #f90;}
#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.orange.sfHover li a, #col-menu li.orange:hover li a{ background: transparent; border-bottom:0 none; color:#c1c1c1; border-top: 1px solid #c2c2c2; }
#col-menu li.active li a, #col-menu li.active.parent li a {font-weight: normal;font-size: 100%;}

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


#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.orange li a.daddy { background-image: url(../images/bullet.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: right 50%; }



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

#col-menu ul ul li a, #col-menu ul li.active.parent ul a {
color: #333;
text-transform: none;
border-bottom: 1px solid #e4e4e4;
}
#col-menu li.active a,
#bottom-menu ul#mainlevel-bottom a#active_menu.mainlevel-bottom,
#bottom-menu ul#mainlevel-bottom a.mainlevel-bottom:hover { border-bottom: 5px solid #333; }
/* 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: #f1f1f1; height: 33px; clear: both; border: solid 1px #fff; }

#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: 27px;
line-height: 27px;
padding: 5px 12px;
margin: 0;
font-weight: bold;
font-size: 100%;
overflow: hidden;
text-decoration: none;
z-index: 100;
text-indent: 0;
background: url(../images/menu-stripe.png) no-repeat 100% 50%;
}

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

/* bottom menu */

#bottom-menu ul#mainlevel-bottom {
padding: 0;
margin: 0;
}

#bottom-menu #mainlevel-bottom ul {list-style: none;}

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

#bottom-menu #mainlevel-bottom a, #bottom-menu #mainlevel-bottom a#active_menu.mainlevel {
white-space: nowrap;
display: block;
float: left;
height: 44px;
line-height: 44px;
padding: 0 15px 0 15px;
font-weight: normal;
font-size: 100%;
font-weight: bold;
overflow: hidden;
text-decoration: none;
text-transform: uppercase;
color: #333;
}

#bottom-menu ul#mainlevel-bottom a#active_menu.mainlevel-bottom,
#bottom-menu ul#mainlevel-bottom a.mainlevel-bottom:hover {
height: 34px;
line-height: 34px;
}

/* @end */
/* @group Mainmenu */

#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 */
/* @group Sub Menu */
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 a { padding: 3px; border-bottom: 1px dotted #e4e4e4; display: block; text-decoration: none; cursor: pointer; }
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 { color: #fff; padding: 3px 3px 5px; text-decoration: none; }
ul.menu li.active a, ul.menu li.active a:hover { color: #dbdbdb; font-weight: bold; text-decoration: none; }
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; }
/* @end */

/*DIV 3 -----------------------------------------------------------------------*/
#td_border_2 { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin-top: 5px; margin-bottom: 5px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; border: hidden 1px #cdd3da; }
#td_side_2 { background-color: #51596a; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; padding: 5px; }
#td_side_2 td { color: #f3f5f8; }
#td_side_2 a { color: #3a4048; background-color: #e9ecf1; }
#td_side_2 a:hover { color: #fff; background-color: #9ea6b7; text-decoration: none; }
#td_border_1 { background: #fff; margin: 5px 1px; padding: 2px; border: solid 1px #cdd3da; }
#td_side_1 { background: #e9ecf1; padding: 5px; }
table.moduletable { width: 100%; }
table.moduletable th { font-weight: bold; color: #3a4048; background-color: #cdd3da; text-indent: 10px; width: 100%; padding-top: 3px; padding-bottom: 3px; }
#ol-sitenam { background-color: #014e62; position: absolute; top: 0; left: 0; width: 70px; height: 100%; z-index: 0; overflow: hidden; border: 0; }
#ol-sitenamin { position: fixed; z-index: 0; top: 0; left: 0; width: 70px; height: 100%; overflow: hidden; border: 0; }
#ol-topcol { position: absolute; top: 0; left: 0; z-index: 10; border: 0; }
#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: #999; 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: #000; background-image: url(../images/arrow.png); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 50%; }
table.lr-padd a:hover { color: #000; text-decoration: none; }
table.lr-padd td.lr-padd { background-color:#dfdfdf; border:solid 1px #e5e4d8; background-repeat:no-repeat; background-position:left top; color:#000; width: 25%; }
table.lr-padd td.lr-padd:hover { background-color:#f8f8f8; border:solid 1px #c5c5c5; background-repeat:no-repeat; background-position:left top; color:#666; }
table.lr-padd h3 { color: #fff; background-color: #999; padding: 5px; border-bottom: 1px dotted #646565; }
table.lr-padd2 h3 { color: #fff; text-transform: uppercase; padding: 5px; border-bottom: 1px solid #fff; }
table.lr-padd1 h3 { color: #c5c5c5; font-weight: bold; background-color: #333; border-bottom: 1px dotted #222; }
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-left: 13px; background: url(../images/arrow-off.gif) no-repeat 0 50%; text-decoration: none; }
#lr-padd1 li a:hover, #lr-padd li a:active, #lr-padd li a:focus { background-image: url(../images/bullet-list.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 50%; }
table.lr-padd1 a:hover { text-decoration: underline; }
table.lr-padd1 td.lr-padd1 { background-repeat:no-repeat; background-position:left top; color:#d7d7d7; width: 33%; border: solid 1px #555; }
table.lr-padd1 td.lr-padd1:hover { background-color:#333; color:#c1c1c1; }
table.lr-padd2 td.lr-padd2 { color:#ddd; background-color: transparent; width: 25%; }
#td_top a { color: #f5f5f8; text-decoration: none; }
#td_top a:hover { color: #fff; text-decoration: none; }
#td_bottom { color: #c7c7c7; background:#333; padding: 1px; border: solid 1px #686868; }
html {
margin-bottom: 1px;
height: 100%!important;
height: auto;
}

#ol-cert {
position: absolute;
top: 7px;
right: 0;
}

div.default div.drop-down {  }

div.default div.drop-down dt.toggler { color: #f7f6f4; height: 30px; line-height: 28px; font-size: 110%; font-weight: bold; background: #e9ba3a url(../images/td_tabr_link.png) repeat-x; text-indent: 10px; margin-bottom: 1px; cursor: pointer; }

div.default div.drop-down dt:hover.toggler, div.default div.drop-down dt.sfhover { color: #000; background: #d3d2d2 url(../images/td_tabr_linko.png) repeat-x; }

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;
}
