<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* COMMON STYLE
--------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	color: #545C66;
	background: #FFFFFF;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	line-height: 1.5;
}
body#bd { margin: 0; }
body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
	font-size: 12pt;
	font-family: serif;
	line-height: 140%;
}

/* Normal link */
a {
	color: #9d794d;
	text-decoration: none;
}

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

/* 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-left: 15px;
	margin-bottom: 15px;
}

ul li { padding-left: 2px; 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 #484848;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

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

/* 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: #F85703;
	background: url(../images/bullet-info.gif) no-repeat top left;
}

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

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

.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/normal Tahoma, Arial, sans-serif;
	color: #484848;
}

select, .inputbox {
	padding: 2px;
}

textarea {
	padding-left: 2px;
}

.button, .button:hover { color: #fff;  background: #669933 url(../images/but-bg.gif) repeat-x 50% top; 
	padding: 5px 15px;
	border: 1px solid #999;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	box-shadow: 0px 0px 10px #999;
 }

.button:active, .button:focus { color: #646565; 
	background-color: #ccc;
} 

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

.inputbox:hover, .inputbox:focus {
	border: 1px solid #999999;
	background: #FFFFFF;
}
/* MODULE
--------------------------------------------------------- */
.mainbody {
	margin: 0 auto 10px auto;
	padding: 10px;
	border: 1px solid #d7d7d7;
	position: relative;

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.noshadow {
	background-color: #fff;
	margin: 0 auto 10px auto;
	padding: 10px;
	border: 1px solid #d7d7d7;
	position: relative;

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#E8E8E8));
background: -moz-linear-gradient(#FFFFFF, #E8E8E8);
-pie-background: linear-gradient(#FFFFFF, #E8E8E8);	
}

.white {
	background-color: #fff;
	margin: 0 auto 10px auto;
	padding: 5px 10px;
	border: 1px solid #ccc;
	position: relative;

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;

	-webkit-box-shadow: 0px 0px 10px #bbb;
	-moz-box-shadow: 0px 0px 10px #bbb;
	box-shadow: 0px 0px 10px #bbb;
	
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#E8E8E8));
background: -moz-linear-gradient(#FFFFFF, #E8E8E8);
-pie-background: linear-gradient(#FFFFFF, #E8E8E8);
}

.codark {
	background-color: #9d794d;
	margin: 0 auto 10px auto;
	padding: 5px 10px;
	color: #ddd;
	border: 1px solid #999;
	position: relative;

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	
	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	box-shadow: 0px 0px 10px #999;
}
.codark a {
	color: #ddd;
}

.mcolor {
	margin: 0 auto 10px auto;
	padding: 5px 10px;
	border: 1px solid #ddd;
	position: relative;

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	
	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	box-shadow: 0px 0px 10px #999;
}

.dark {
	background-color: #333;
	margin: 0 auto 10px auto;
	color: #ddd;
	padding: 5px 10px;
	border: 1px solid #888;
	position: relative;

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;

	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	box-shadow: 0px 0px 10px #999;
	
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#444444), to(#121212));
background: -moz-linear-gradient(#444444, #121212);
-pie-background: linear-gradient(#444444, #121212);
}

.homenu {
	background-color: #666;
	margin: 0 auto 10px auto;
	padding: 5px 10px;
	position: relative;
	height:42px;
	z-index: 9;
	border: 1px solid #888;

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;

	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	box-shadow: 0px 0px 10px #999;
	
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#666), to(#121212));
background: -moz-linear-gradient(#666, #121212);
-pie-background: linear-gradient(#666, #121212);
}
.dark h3, .codark h3 {  padding: 0px; text-transform:uppercase; font-size: 130%;
	margin: 0px -4px 7px -4px;
	padding: 2px 10px;
	border-bottom: 1px solid #888; 

}

.mcolor h3,
.white h3,
.noshadow h3 {text-transform:uppercase; margin: -4px -4px 6px -4px; padding: 3px 3px 3px 27px; font-size: 130%; background-image: url(../images/h3div.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: left center; border-bottom: 1px solid #c5c5c5; }

.mcolor *, .dark *, .white *, .noshadow * { margin: 0;}
div.module h3,
div.module_text h3,
div.module_menu h3 { margin: 0; padding: 5px 5px 5px 30px; font-size: 150%; background-image: url(../images/h3div.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: left center; border-bottom: 1px solid #c5c5c5; }
div.module,
div.module_text,
div.module_menu,
div.td-square1 {
	margin-bottom: 3px;
	margin-top: 3px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
}
div.module div,
div.module_text div,
div.module_menu div,
div.td-square2 {
	 background-color: #fff; padding: 1px; border: solid 1px #ccc; 
}
div.module div div,
div.module_text div div,
div.module_menu div div,
div.td-square3 {
  color: #111; border-style: none; padding: 0;
}
div.module div div div,
div.module_text div div div,
div.module_menu div div div,
div.td-square4{
	padding: 5px;
}
div.module div div div div,
div.module_text div div div div,
div.module_menu div div div div {
	margin: 0;
	padding: 1px;
	background: transparent;
}

/* JOOMLA STYLE
--------------------------------------------------------- */

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

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	color: #484848;
	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: #9d794d; 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 {
	text-transform: uppercase;
	font-size: 150%;
	font-weight: bold;
	line-height: normal;
}

.contentheading { color: #9d794d; 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; background: #f1f1f1; color: #484848; text-transform: lowercase; text-decoration: none;
	padding: 2px 5px 2px 22px; display: block;
	border: 1px solid #bbb;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	box-shadow: 0px 0px 10px #999;
 } 

a.readon:hover, a.readon:active, a.readon:focus {
	color: #fff;
	background: #a1a1a1 url(../images/pages.gif) no-repeat 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: 1px solid #484848;
	background: #484848;
	color: #FFFFFF;
	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;
}

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

.small {
	color: #999999;
}

.smalldark {
	color: #999999;
	text-align: left;
}

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

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

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#td-colfooter  {color: #f1f1f1; }
#td-basefooter{ background-color: #9d794d; }
#td-base, #td-basetop, #td-baseheader, #td-baseheader1, #td-basefooter  { width: 100%; margin: 0 auto;}
#td-basetop { position: relative; }
#td-basetop { height: 24px;}	
#middlefullw {
	margin-top:15px;
	width:200%;}
	
#middlewrapper {
	float:left;
	left:50%;
	position:relative;
	width:50%;} 	
	
#middle {
	left:-100%;
	overflow:hidden;
	position:relative;} 

#middlebread {
	left:-100%;
	overflow:hidden;
	position:relative;
	margin-top:1px;
	margin-bottom:10px;} 
	
#middlewrap {
	width:100%;} 	
	
#leftcolumn {
		padding-top:10px;
		padding-right:13px;
		float:left;
		left:-50%;
		overflow:hidden;
		position:relative;}
		
		
#middlewrap {
		padding-top:20px;
		float:left;}
		
#rightcolumn {
		margin-left:13px;
		float:left;}	
	
/* Main body */	
	
.fixcolumside {
	margin-left:5px;
	margin-top:-5px;}
	
#topfix {height:10px;
	position:relative;} 
/* tophead
--------------------------------------------------------- */
#date-format {text-transform: uppercase;font-size: 110%;color: #ddd; text-align: center; position: absolute; top: 6px; right: 6px; z-index: 10; padding: 2px 5px; }
#logo, img#logo { position: absolute; top: 0px; left: 0px; z-index: 2; border: 0; }
#logo-text { position: absolute; top: 0px; left: 0px; z-index: 2; border: 0; }
#logo-text a { font-size: 28px;}
.site-slogan { text-transform: uppercase;}
#td-topheader { position: relative; height: 90px;font-size: 12px; margin-top: 0px; margin-bottom: 0px; padding: 0; }
#td-newsflash {  position: absolute; top: 0px; left: 250px; right: 0px;}
#td-topnavwrap {
	position: absolute;
	top: 0px;
	right: 0;
}
#td-flash { margin: 0px; padding: 0;}
#td-baseheader { position: relative; }
#td-logings { position: absolute; top: 20px; right: 15px; width: 220px; z-index: 1; border: 0; }

/* Search */
#td-search { margin-top: 0; margin-bottom: 0; }
#td-search div.search { background: #717171 url(../images/icon-search.gif) no-repeat left center; height: 26px; padding-top: 7px; padding-right: 2px; padding-left: 40px; }
#td-search .inputbox { color: #333; background-color: #eeeeee; width: 80%; padding-left: 5px; border: solid 1px #cdccce; }
/* User Tools */
#stanhi-4, #stanhi { font-size: 12px; float: right; padding-top: 2px;}
#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; 
}

/* Sub tophead */
#td-top {
	clear: both;
	background: #d4d5de;
	overflow: hidden;
}
/* CONTENT COLUMN
--------------------------------------------------------- */
#maincol, #leftcol, #rightcol {float: left;}
#leftcol .padding {padding: 10px 0 0 5px;}
#maincol .padding {padding: 10px;}
#rightcol .padding {padding: 10px 5px 0 0;}
#maincontent { background: #fff; padding: 5px; }

/* FOOTER
--------------------------------------------------------- */
#td-footerwrap {
	padding: 17px 12px 10px;
	background: #222;
	color: #ddd;
}

#td-footer { height: 30px; padding: 10px; }

#td-footer a { color: #ddd; text-decoration: underline;}

#td-footer a:hover,
#td-footer a:active,
#td-footer a:focus { 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; }

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;
}
/* conturfix */
.conturfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

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

* html .conturfix {
	height: 1%;
}
ul.sidenav li.active a{ color: #446380; background-color: #fffce0; text-decoration: none; }
ul.sidenav a:hover, ul.sidenav li.active li a:hover { color: #4c535b; background-color: #fafafa; text-decoration: none; }
ul.sidenav a { padding: 3px; border-bottom: 1px dotted #acb4be; display: block; text-decoration: none;border-bottom: 1px dotted #4c535b; }
/* LR PADD */
#sr-padd { padding: 0; width: 100%; }
#lr-une { padding: 0; width: 100%; }
#lr-padd div.moduletable, #lr-padd1 div.moduletable, #lr-padd2 div.moduletable { margin: 0; padding-top: 2px; padding-bottom: 2px; border-right-width: 10px; }
#lr-padd { padding: 0; width: 100%; }
table.lr-padd { width: 100%; padding: 0; background-color:#fff; }
table.lr-padd a { text-decoration: underline; }
#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:#e2dab6; border:solid 1px #e5e4d8; background-repeat:no-repeat; background-position:left top; color:#000; width: 33%; padding-right: 5px; padding-left: 5px; }
table.lr-padd h3 { padding: 0; border-bottom: 1px dotted #669933; }
#lr-padd1 { padding: 0; width: 100%; }
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/arrow-on.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 50%; }
table.lr-padd1 td.lr-padd1 { width: 25%; }
table.lr-padd2 { clear: both; padding-top: 10px; margin-bottom: 10px;}
table.lr-padd2 a { color: #fff; text-decoration: underline; }
table.lr-padd2 a:hover { text-decoration: none; }
table.lr-padd2 td.lr-padd2 { width: 25%; }
table.lr-padd2 h3 {color: #fff;text-transform:uppercase; padding: 0; margin: 0 0 2px; text-indent: 0; border-bottom: 1px solid #646565; }
#lr-padd, #lr-padd1, #lr-padd2 { padding: 0; width: 100%; }
#td_top a { color: #f5f5f8; text-decoration: none; }
#td_top a:hover { color: #e0e1e8; text-decoration: none; }
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
#td-lartl h3, #td-poshtl h3, #td-posht1l h3 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: none;
	background: transparent;
}
/* Login Module ---*/
#form-login-username .inputbox,
#form-login-password .inputbox {
	background-position: 5px center;
	background-repeat: no-repeat;
	padding: 3px 10px;
}

#form-login-username .inputbox, #form-login-password .inputbox { width: 85%; }

#form-login ul { margin: 0 !important; padding: 0; }

#form-login p { margin: 0 0 5px; }

#form-login .button { margin: 10px 0; }
#mod_login_password, #mod_login_username {
	width: 93%;
}
#mod_login_remember {
	border: none;
	background: none;
}

#td_bottom { color: #333; padding-right: 10px; padding-left: 10px;border-top: 1px solid #f7f6f4; }
/* Sub and Side Menus */
ul.menu {
margin: 0 0 10px;
padding: 0;
}
ul.menu li {
list-style: none;
margin: 0;
padding: 0;
}
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 { outline: none medium; width: 90%; display: block; text-decoration: none; border-bottom: 1px dotted #aca686; }
ul.menu a:hover {  }
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 */
/* @group Mainmenu */

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

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

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

#article-index
{
	width:25%;
	float:right; 
	border:solid 1px #eee;
	padding:5px;
	margin: 10px;
	background:#f9faf9;
}
#article-index h3
{
	margin:0;
	font-size:1em;
}
.ju-drop-default &gt; .ju-toggler { color: #e5e8ed; background-color: #a9946b; }
.ju-drop-default &gt; .ju-toggler:hover { color: #e5e8ed; background-color: #666; }
/* ++++++++++++++  pagination  ++++++++++++++ */

.mainbody .pagination
{
        margin:10px 0 ;
        padding:10px 0 10px 0px;

}

.mainbody .pagination ul
{
        list-style-type:none;
        margin:0;
        padding:0;
        text-align:left;
}

.mainbody .pagination li
{
        display:inline;
        padding:2px 5px;
        text-align:left;
        border:solid 0px #eee;
        margin:0 2px
}

.pagenav
{padding:2px}

.mainbody .pagination li.pagination-start,
.mainbody .pagination li.pagination-next,
.mainbody .pagination li.pagination-end,
.mainbody .pagination li.pagination-prev
{border:0}

.mainbody .pagination li.pagination-start ,
.mainbody .pagination li.pagination-start  span
 {
padding:0

}
p.counter
{
        font-weight:bold;
}
/* pagenav */
.mainbody ul.pagenav {
	list-style-type:none;
	padding:0;
	overflow:hidden
}
ul.pagenav li
{
	display:inline-block;
	padding:0px;
	margin:0;
}
.mainbody ul.pagenav li 
{
	line-height:2em
}
ul.pagenav li a
{color: #fff; padding: 4px 10px!important; padding: 1px 5px; background: #333;
	-webkit-box-shadow: 0px 0px 7px #999;
	-moz-box-shadow: 0px 0px 7px #999;
	box-shadow: 0px 0px 7px #999;
	
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#777), to(#333));
background: -moz-linear-gradient(#777, #333);
-pie-background: linear-gradient(#777, #333); border-color: #dddddd #999999 #999999 #dddddd; border-style: solid; border-width: 1px;
}
ul.pagenav li.pagenav-prev 
{float:left}
ul.pagenav li.pagenav-next 
{float:right}

/* Lytebox
--------------------------------------------------------- */
.album {
	border:3px solid #FFFFFF;
}
.album:hover {
	cursor:pointer;
	border:3px solid #CCCCCC;
}
/* General */
div.login_clear {
	clear: both;
}

table.simplerows thead th { background-color: #a9946b; }

div#float_panel {
	width:22px;
	position:absolute;
	z-index:12;
	top:20px;
	right:-26px;
	padding: 5px;
}
#stylearea {
	margin-bottom:12px;
}
h3.title span.dcolor  {
	color: #f1f1f1;
}
.dark h3.title, .mcolor h3.title {
	color: #bbb;
}
/* contact  plain */
#main .contact h3
{
	border-bottom:solid 1px #ddd;
	margin: 20px 0
}

.form-required
{
	font-weight:bold;
	margin:10px 0;
	background:#fff url(../images/req.png) no-repeat;
	padding:3px 30px

}

.profile-edit select
{
	padding:0px;
	border:solid 1px #ccc;
	background:#f5f5f5;

}
.profile-edit select option
{
	padding:3px

}
/* contact  slider */

.panel
{
	border:solid 1px #ddd;
	margin-top:-1px

}
#main .contact .panel h3
{
	margin:0px 0 0px 0;
	padding: 0;
	background:#eee;
	border:0
}
.panel h3 a
{
	display:block;
	padding:3px 10px;
	text-decoration:none;
}


.panel h3.pane-toggler a
{
	background:#f5f5f5 url(../images/slider_plus.png) right  top no-repeat;
}
.panel h3.pane-toggler-down a
{
	background:#f5f5f5  url(../images/slider_minus.png) right  top no-repeat;
	border-bottom:solid 1px #ddd;
}

.pane-slider
{
	border:solid 0px;
	padding:0px 10px !important;
	margin:0;
}

.panel .contact-form,
.panel  .contact-miscinfo
{
	padding:10px
}

.contact .panel .contact-form form,
.contact .panel .contact-address
{
	margin:20px 0 0 0
}

/*#################### tables ############################ */

table
{
        border-collapse:collapse
}

table.weblinks,
table.category

{
        font-size:1em;
        margin:10px 10px 20px 0px;
        width:99%;
}

table.weblinks td
{
        border-collapse:collapse;
}

table.weblinks td,
table.category td

{
        padding:7px;
}

table.weblinks th,
table.category th

{
        padding:7px;
        text-align:left
}

td.num
{
        vertical-align:top;
        text-align:left;
}

td.hits
{
        vertical-align:top;
        text-align:center
}

td p
{
        margin:0;
        line-height:1.3em
}

.filter
{
        margin:10px 0
}

.display-limit,
.filter
{
        text-align:right;
        margin-right:7px
}

/* Category Table layout */

table.category {
	border: 1px solid #cfcfcf;
	width: 100%;
	margin:10px 0;
}
table.category td {
	padding: 4px 4px !important;
	background: #f4f6f1;
}
table.category td.last {
	padding: 0px 4px 0px 0px !important;
}
table.newsfeeds th, table.weblinks th, table.category th {
	color: #444;
	background: #dedede;
	padding: 8px 5px 8px 5px;
}
table.newsfeeds td, table.weblinks td, table.category td {
	padding:5px;
}

.counter {
	text-align: center;
	margin: 0.5em auto;
	width: 107px;
	background: #cacaca;
	color: #323232;
	border:1px solid #b3b2b2;
}
/* ########################### contacts ########################### */

.contact
{
        padding:0 5px
}

.contact-category
{
        padding:0 10px
}

.contact-category  #adminForm fieldset.filters
{
	border:0;
	padding:0
}

.contact-image
{
	margin:10px 0;
	overflow:hidden;
}

.contact-image img
{
/* as you like
float:right;
float:left */
}


address
{
        font-style:normal;
        margin:10px 0;
        
}

address span
{
        display:block
}
.contact-address

{
margin:20px 0 10px 0;

}


.contact-email div
{
        padding:2px 0;
        margin:0 0 10px 0;
}

.contact-email label
{
        width:17em;
        float:left;

}
span.contact-image
{
    margin-bottom:10px;
    overflow:hidden;
    display:block
}
#contact-textmsg
{padding: 2px 0 10px 0}

#contact-email-copy
{
        float:left;
        margin-right:10px;

}

.contact .button
{
        float:none !important;
        clear:left;
        display:block;
        margin:20px 0 0 0
}



dl.tabs {
    float: left;
    margin: 50px 0 0 0;
    z-index: 50;
    clear:both;


}

dl.tabs dt {
    float: left;
    padding: 4px 10px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-right: 3px;
    background: #f0f0f0;
    color: #666;
}

dl.tabs dt.open {
    background: #F9F9F9;
    border-bottom: 1px solid #F9F9F9;
    z-index: 100;
    color: #000;

}

div.current {
    clear: both;
    border: 1px solid #ccc;
    padding: 10px 10px;
    max-width: 500px;
}


div.current dd {
    padding: 0;
    margin: 0;
}

dl#content-pane.tabs {
    margin: 1px 0 0 0;
}

/* ++++++++++++++  login  ++++++++++++++ */

.login-fields
{
        margin:10px 0
}

.login-fields label
{
        float:left;
        width:9em
}

.login-description img,
.logout-description img
{
        float:left;
        margin-right:20px
}

.login-description,
.logout-description
{
        overflow:hidden;
                padding-left:5px;
                margin:20px 0 10px 0
}

.logout-description
{
        margin-bottom:20px
}

fieldset {
	margin: 10px 0 10px 0;
	padding: 0 10px 10px 10px;
}

legend {
	padding: 0 10px 0 10px;
	background: #ffffff;
}

form div { margin: 10px 0 10px 0; }

textarea { padding: 1px 0 1px 5px; }

option { padding: 0 0 1px 5px; }

input[type='hidden'] { display: none; }

input[type='text'],
input[type='password'] { padding: 1px 0 1px 5px; }

button,
input[type='button'],
input[type='submit'] {
	padding: 2px 4px 2px 1px;
	line-height: 100%;
}

input[type='button'],
input[type='submit'],
input[type='checkbox'],
input[type='image'],
input[type='radio'],
input[type='reset'],
select,
button { cursor: pointer; }

 
textarea,
input[type='text'],
input[type='password'],
select {
	border: 1px solid #c8c8c8;
	background: #ffffff;
}

 
textarea:hover,
input[type='text']:hover,
input[type='password']:hover,
select:hover { border-color: #aaaaaa; }

 
textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
select:focus {
	border-color: #8c8c8c;
	outline: 2px solid #dcdcdc;
}

.tip-wrap {
	display: none;
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	color: #323232;
	font-size: 12px;
}

.tip-title {
	margin-top: -15px;
	padding: 15px 0 5px 0;
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-weight: bold;
	font-size: 13px;
	
}

/* template related fix for tooltips */
.tip-wrap .tip {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	color: inherit;
}
/*menu colors*/

#mx_hor ul li.active, #mx_hor ul li:hover { 
background: #996633;
}

#toTop {
	display: none; 
	margin: 0px;
	padding: 5px 20px 5px 20px; 
	width: auto; 
	background: #181818; 
	color: #fff;
	border: 1px solid #000;
	text-align: center; 
	position: fixed; 
	z-index: 10;
	bottom: 0px; 
	right: 0px; 
	cursor: pointer; 
}
</pre></body></html>