/* COMMON STYLE
--------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	color: #545C66;
	background: #FFFFFF;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	line-height: 1.5;
}
body#bd { background: #fff url(../images/bg.jpg) no-repeat fixed left top; margin: 20px 0 0; }
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;
}
.ol-ccenter
{
	position:absolute;
	z-index:-1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url('../images/Sheet-c.png');
}

.ol-greycenter
{
	position:absolute;
	z-index:-1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: #f3f4f8;
}

.tdw-body
{
	position: relative;
	z-index:1;
	padding: 15px;
}
.tdw-body h3
{
 margin: 0 0px 5px; padding: 0 0 0 27px; color: #555; font-weight: bold; font-size: 125%; line-height: 26px; background-image: url(../images/h3divw.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: left center; border-bottom: 1px solid #c5c5c5; text-shadow: 0px 1px 0px #ffffff, 0px 1px 4px #c8c8c8;
}

.tdw-tr, .tdw-tl, .tdw-br, .tdw-bl, .tdw-tc, .tdw-bc,.tdw-cr, .tdw-cl
{
	position:absolute;
	z-index:-1;
}

.tdw-tr, .tdw-tl, .tdw-br, .tdw-bl
{
	width: 48px;
	height: 48px;
	background-image: url('../images/Sheet-ws.png');
}

.tdw-tl
{
	top:0;
	left:0;
	clip: rect(auto, 24px, 24px, auto);
}

.tdw-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 24px, 24px);
}

.tdw-bl
{
	bottom: 0;
	left: 0;
	clip: rect(24px, 24px, auto, auto);
}

.tdw-br
{
	bottom: 0;
	right: 0;
	clip: rect(24px, auto, auto, 24px);
}

.tdw-tc, .tdw-bc
{
	left: 24px;
	right: 24px;
	height: 48px;
	background-image: url('../images/Sheet-wh.png');
}

.tdw-tc
{
	top: 0;
	clip: rect(auto, auto, 24px, auto);
}

.tdw-bc
{
	bottom: 0;
	clip: rect(24px, auto, auto, auto);
}

.tdw-cr, .tdw-cl
{
	top: 24px;
	bottom: 24px;
	width: 48px;
	background-image: url('../images/Sheet-wv.png');
}

.tdw-cr
{
	right:0;
	clip: rect(auto, auto, auto, 24px);
}

.tdw-cl
{
	left:0;
	clip: rect(auto, 24px, auto, auto);
}

.tdw-cc
{
	position:absolute;
	z-index:-1;
	top: 24px;
	left: 24px;
	right: 24px;
	bottom: 24px;
	background-image: url('../images/Sheet-wc.png');
}


.tdw
{
	margin-top: 10px !important;
}

.td-body
{
	position: relative;
	z-index:1;
	padding: 15px;
}
.td-body h3
{
 margin: 0 0px 5px; padding: 0 0 0 27px; color: #555; font-weight: bold; font-size: 125%; line-height: 26px; background-image: url(../images/h3div.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: left center; border-bottom: 1px solid #c5c5c5; text-shadow: 0px 1px 0px #999, 0px 1px 2px #ddd;
}

.td-tr, .td-tl, .td-br, .td-bl, .td-tc, .td-bc,.td-cr, .td-cl
{
	position:absolute;
	z-index:-1;
}

.td-tr, .td-tl, .td-br, .td-bl
{
	width: 48px;
	height: 48px;
	background-image: url('../images/Sheet-s.png');
}

.td-tl
{
	top:0;
	left:0;
	clip: rect(auto, 24px, 24px, auto);
}

.td-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 24px, 24px);
}

.td-bl
{
	bottom: 0;
	left: 0;
	clip: rect(24px, 24px, auto, auto);
}

.td-br
{
	bottom: 0;
	right: 0;
	clip: rect(24px, auto, auto, 24px);
}

.td-tc, .td-bc
{
	left: 24px;
	right: 24px;
	height: 48px;
	background-image: url('../images/Sheet-h.png');
}

.td-tc
{
	top: 0;
	clip: rect(auto, auto, 24px, auto);
}

.td-bc
{
	bottom: 0;
	clip: rect(24px, auto, auto, auto);
}

.td-cr, .td-cl
{
	top: 24px;
	bottom: 24px;
	width: 48px;
	background-image: url('../images/Sheet-v.png');
}

.td-cr
{
	right:0;
	clip: rect(auto, auto, auto, 24px);
}

.td-cl
{
	left:0;
	clip: rect(auto, 24px, auto, auto);
}

.td-cc
{
	position:absolute;
	z-index:-1;
	top: 24px;
	left: 24px;
	right: 24px;
	bottom: 24px;
	background-image: url('../images/Sheet-c.png');
}


.td
{
	margin-top: 10px !important;
}

.tdb-body
{
	position: relative;
	z-index:1;
	padding: 15px;
}
.tdb-body h3
{
 margin: 0 0px 5px; padding: 0 0 0 27px; color: #f1f1f1; font-weight: bold; font-size: 125%; line-height: 26px; background-image: url(../images/h3div.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: left center; border-bottom: 1px solid #ddd; text-shadow: 0px 1px 0px #000, 0px 1px 4px #999;
}

.tdb-tr, .tdb-tl, .tdb-br, .tdb-bl, .tdb-tc, .tdb-bc,.tdb-cr, .tdb-cl
{
	position:absolute;
	z-index:-1;
}

.tdb-tr, .tdb-tl, .tdb-br, .tdb-bl
{
	width: 48px;
	height: 48px;
	background-image: url('../images/Sheet-bs.png');
}

.tdb-tl
{
	top:0;
	left:0;
	clip: rect(auto, 24px, 24px, auto);
}

.tdb-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 24px, 24px);
}

.tdb-bl
{
	bottom: 0;
	left: 0;
	clip: rect(24px, 24px, auto, auto);
}

.tdb-br
{
	bottom: 0;
	right: 0;
	clip: rect(24px, auto, auto, 24px);
}

.tdb-tc, .tdb-bc
{
	left: 24px;
	right: 24px;
	height: 48px;
	background-image: url('../images/Sheet-bh.png');
}

.tdb-tc
{
	top: 0;
	clip: rect(auto, auto, 24px, auto);
}

.tdb-bc
{
	bottom: 0;
	clip: rect(24px, auto, auto, auto);
}

.tdb-cr, .tdb-cl
{
	top: 24px;
	bottom: 24px;
	width: 48px;
	background-image: url('../images/Sheet-bv.png');
}

.tdb-cr
{
	right:0;
	clip: rect(auto, auto, auto, 24px);
}

.tdb-cl
{
	left:0;
	clip: rect(auto, 24px, auto, auto);
}

.tdb-cc
{
	position:absolute;
	z-index:-1;
	top: 24px;
	left: 24px;
	right: 24px;
	bottom: 24px;
	background-image: url('../images/Sheet-bc.png');
}


.tdb
{
	margin-top: 10px !important;
}

#td-fixmodul{ position:relative; }
#td-fixmodulb{ color: #f1f1f1; position:relative; }
#td-fixmodulb a:hover, #td-fixmodulb a:active,#td-fixmodulb a:focus { color: #e8eff7; }
/* Normal link */
a {
	color: #a74605;
	text-decoration: none;
}

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

/* Small text */
.small, .smalldark, .create4a6e7a, .modify4a6e7a, .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;
	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%;
}

/* 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: #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;
}

.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;
}
a.readon, a.readmore {

	display: block;
	width: 100px;
	height: 20px;
	background: url(../images/readmore.png) 0 0 no-repeat;
	float: right;
	line-height: 20px;
	text-indent: 10px;
	font-size: 90%;
	text-decoration: none;
	text-shadow: 0px 1px 0px #FFFFFF;

}

a.readon:link, a.readon:visited, a.readmore:link, a.readmore:visited { color: #505050; }

a.readon:hover, a.readmore:hover {
	background-position: 0 -25px;
	color: #ffffff;
	text-shadow: 0px 1px 1px #646464;
}

/* 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; padding: 2px 10px!important; padding: 1px 5px; background: #a74605 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: #646565; background-color: #f0edea; border-color: #999999 #dddddd #dddddd #999999; border-style: solid; border-width: 1px; }

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

.inputbox:hover, .inputbox:focus {
	border: 1px solid #999999;
	background: #FFFFFF;
}
/* MODULE
--------------------------------------------------------- */
div.module h3,
div.module_text h3,
div.module_menu h3 { margin: 0 -12px 5px; padding: 0 0 0 22px; color: #a74605; font-weight: bold; font-size: 115%; line-height: 26px; background-image: url(../images/h3div.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: left bottom; border-bottom: 1px solid #c5c5c5; }
div.module,
div.module_text,
div.module_menu,
div.ol-square1 {
	margin-bottom: 10px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: #f0f0e3 url(../images/square1.gif) no-repeat right bottom;
	color: #444;
	overflow: hidden;
}
div.module div,
div.module_text div,
div.module_menu div,
div.ol-square2 {
	padding: 0;
	background: url(../images/square2.gif) no-repeat bottom left;
}
div.module div div,
div.module_text div div,
div.module_menu div div,
div.ol-square3 {
	padding: 0;
	background: url(../images/square3.gif) no-repeat top right;
}
div.module div div div,
div.module_text div div div,
div.module_menu div div div{
	padding: 10px 20px 15px;
	background: url(../images/square4.gif) no-repeat left top;
}
div.ol-square4 { background: url(../images/square4.gif) no-repeat left top; padding: 15px; }
div.module div div div div,
div.module_text div div div div,
div.module_menu div div div div {
	margin: 0;
	padding: 0;
	background: none;
}
/* Heds*/
#ol-heds { margin: 0; }

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

.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;
	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: #f0f0f0; 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, .pagetitle { color: #444; padding-bottom: 5px; margin-bottom: 10px; font-size: 190%; font-weight: bold; line-height: normal;  text-shadow: 0px 1px 0px #ffffff, 0px 1px 4px #c8c8c8;}
.contentheading { color: #a74605; font-size: 170%; font-weight: bold; line-height: normal; text-shadow: 0px 1px 0px #f1f1f1, 0px 1px 3px #999; }

.contentdescription {
	padding-bottom: 30px;
}

table.blog .contentheading {
	font-size: 120%;
	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;
}

table.contentpaneopen td, table.contentpane td {
}

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

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

.modifydate {
	color: #333;
	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: #333;
}

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

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

.small {
	color: #333;
}

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

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

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

/* MAIN LAYOUT DIVS */

#ol-base { width: 760px; margin: 0 auto; }

.wide #ol-base {
	width: 990px;
}

.auto #ol-base {
	width: 96%;
}
#ol-basedwrap { padding: 0; padding: 0; }

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

/* tophead
--------------------------------------------------------- */
#date-format { color: #fff; text-align: center; position: absolute; bottom: 0px; right: 0; z-index: 2; padding: 5px 12px; }
#txt-format {  position: absolute; top: 0px; right: 0px; left: 250px; z-index: 1; padding: 0px; }
#logo, img#logo { position: absolute; top: 0; left: 0; z-index: 12; border: 0; }
#ol-header2 { padding: 0; position: relative; height: 300px; margin: 0 0 5px; }
#ol-tophead { clear: both; text-align: left; line-height: normal; position: relative; height: 77px; background: #a74605 url(../images/head.png) repeat 0 0px;}
#ol-banner { text-align: center; position: absolute; right: 0px; bottom: 10px; }
#ol-pewrap { line-height: normal; background-color: #f6f5ec; text-align: left; position: relative; clear: both; padding: 5px; border: solid 1px #c3c1a8; }

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

#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;
}
/* MAIN NAVIGATION
--------------------------------------------------------- */
#ol-subnav {
	padding: 6px 5px;
	margin: 0;
	clear: both;
	border-bottom: 1px solid #ffffff;
	line-height: normal;
	background-color: #f5f5f8; 
}

/* Sub tophead */
#ol-top {
	clear: both;
	background: #d4d5de;
	overflow: hidden;
}
/* CONTENT COLUMN
--------------------------------------------------------- */

#ol-basbody, #ol-basbody-bodyr {
	float: right;
	width: 75%;
}

#ol-basbody-bodyl {
	float: left;
	width: 100%;
}

#ol-basbody-bodyl #ol-centrigwrap {
	float: left;
	width: 75%;
	background: none;
}

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

#ol-basbody-bodyl #ol-right {
	float: right;
	width: 25%;
}

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

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

#ol-basbody #ol-centrigwrap {
	float: left;
	width: 70%;
}

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#ol-left {
	float: left;
	width: 24.9%;
}
#ol-left div.moduletable, #ol-left div.moduletable_menu { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; padding: 1px 0; }
div.moduletable h3 { line-height: 30px; text-indent: 12px; height: 30px; border-bottom: 1px solid #fff; }
div.moduletable-blank {
	background: transparent;
	padding: 0;
	margin-bottom: 2px;
}
#ol-right {
	float: right;
	width: 29.9%;
	overflow: hidden;
}

#ol-right-inner {
	padding: 0 0 0 0;
}
#ol-left table,
#ol-right table {
	border-collapse: collapse;
	border-spacing: 0;
}
#ol-right ul li {
	padding-left: 10px;
	margin: 0;
	background: url(../images/arrow.png) no-repeat 0 7px;
}

#ol-left ul,
#ol-right ul {
	margin: 0;
}
/* FOOTER
--------------------------------------------------------- */

#ol-footer {  overflow: hidden; position: relative; padding: 7px; }

#ol-footer a {
	text-decoration: underline;
}

#ol-footer a:hover,
#ol-footer a:active,
#ol-footer a:focus { color: #e2dab6; text-decoration: none; }

#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
----------------------------------------------------------- */
#modlgn_passwd, #modlgn_username, #mod_login_password, #mod_login_username {
	width: 90%;
}

#modlgn_remember {
	border: none;
	background: none;
}
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 > 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 #a74605; }
#lr-padd1 { padding: 0; width: 100%; }
table.lr-padd1 h3 {  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-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 { color: #000; background-image: url(../images/arrow-on.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 {  width: 33%; }
table.lr-padd2 { clear: both; padding-top: 2px; }
table.lr-padd2 td.lr-padd2 { width: 25%; }
#lr-padd, #lr-padd1, #lr-padd2 { padding: 0; width: 100%; }
#ol_top a { color: #f5f5f8; text-decoration: none; }
#ol_top a:hover { color: #e0e1e8; text-decoration: none; }
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
#ol-lartl h3, #ol-poshtl h3, #ol-posht1l h3 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: none;
	background: transparent;
}
#ol_bottom { color: #e3e3e3; background:#a74605; border-top: 1px solid #f7f6f4; }
/* @group Menus */
#menu-mss { background: #d7d1bf url(../images/menu.png) repeat-x; display: block; height: 38px; line-height: 36px; width: 100%; border-bottom: 5px solid #a74605; }
ul#horiznav.menutop, #menu-mss ul.menutop { padding: 0; margin: 0; position: relative; z-index:15;float: left; }
#menu-mss li, #menu-mss li a, #menu-mss li .separator {z-index:15;position:relative;}
#menu-mss span {height: 38px;}
#menu-mss a, #menu-mss .separator {color: #fff; white-space: nowrap;display: block;float: left;height: 38px;line-height: 38px;font-weight: normal;font-size: 130%;overflow: hidden;text-decoration: none;z-index: 100;cursor: pointer;padding: 0 22px; text-shadow: 0px 1px 0px #777, 0px 1px 2px #000;}
#menu-mss li.active a, #menu-mss li.active .separator {z-index: 100;cursor: pointer;height: 38px;}
#sub-menu a:hover, #sub-menu ul.menusub li.active a {font-weight: normal;}
#menu-mss ul {list-style: none;padding: 0;margin: 0;}
#menu-mss li {background: #f5711b url(../images/menu-rg.png) no-repeat 100% 0; display: block;float: left;margin: 0 4px 0 0;padding: 0;}
#menu-mss li a, #menu-mss li .separator {background: url(../images/menu-le.png) 0 0px no-repeat;}
#menu-mss li a span, #menu-mss li .separator span {display: block;padding: 0;}
#sub-menu li {display: block;float: left;margin: 0;padding: 0;border: 0;}

/* Menu Dropdowns */

#menu-mss li li.active, #menu-mss li.active li a, #menu-mss li.active li a:hover, #menu-mss li li a:hover, #menu-mss ul li.active.parent ul a, #menu-mss li.active li .separator, #menu-mss li.active li .separator:hover, #menu-mss li li .separator:hover, #menu-mss ul li.active.parent ul .separator {border: 0;padding: 0;margin: 0;}
#menu-mss li li {width: 178px;}
#menu-mss li li a, #menu-mss li li .separator {font-size: 100%;font-weight: normal;background: none;padding: 0;margin: 0;}
#menu-mss li li, #menu-mss li li a span, #menu-mss li li .separator span {background: none;padding: 0;margin: 0;}
#menu-mss li li a span, #menu-mss li li .separator span {padding: 0;}
#menu-mss li.sfHover li a, #menu-mss li:hover li a, #menu-mss ul li.active ul li.active li a, #menu-mss ul li.active.parent ul li a, #menu-mss li.sfHover li .separator, #menu-mss li:hover li .separator, #menu-mss ul li.active.parent ul li .separator, #menu-mss ul li.active.parent ul li .seperator {text-indent: 20px;background: none;}
#menu-mss li.active li a, #menu-mss li.active.parent li a, #menu-mss li.active li .separator, #menu-mss li.active.parent li .separator {font-weight: normal;font-size: 100%;background: none;}
#menu-mss ul ul {margin: 0;padding: 0 0 2px;border: 0;}
#menu-mss ul ul li:hover, #menu-mss ul ul li.sfHover {background-image: none;}
#menu-mss ul ul li a, #menu-mss ul li.active.parent ul a, #menu-mss ul li.active.parent ul a span, #menu-mss ul ul li .separator, #menu-mss ul li.active.parent ul .separator, #menu-mss ul li.active.parent ul .separator span {text-transform: none;background: none;}
#menu-mss ul ul li.active {background: none;}

#menu-mss ul ul li a.daddy, #menu-mss ul ul li a.daddy:hover, #menu-mss ul li.active.parent ul li a.daddy, #menu-mss ul ul li .separator.daddy, #menu-mss ul ul li .separator.daddy:hover, #menu-mss ul li.active.parent ul li .separator.daddy {background: url(../images/mover.gif) no-repeat 95% center;}
#menu-mss li.active, #menu-mss li.active:hover, #menu-mss li.active.sfHover, #menu-mss li:hover, #menu-mss li.sfHover {background: #ccc url(../images/menu-rg.png) 100% 0px no-repeat;}
#menu-mss li.active a, #menu-mss li.active .separator, #menu-mss li.active a:hover, #menu-mss li.active .separator:hover, #menu-mss li:hover a, #menu-mss li:hover .separator, #menu-mss li.sfHover a, #menu-mss li.sfHover .separator {background: url(../images/menu-le.png) 0 0px no-repeat;color: #555;}
#menu-mss li.active a { }
#menu-mss ul ul li a:hover, #menu-mss ul ul li .separator:hover, #menu-mss ul ul li.parent a:hover, #menu-mss ul ul li.parent .separator:hover, #menu-mss ul ul li:hover, #menu-mss ul ul li.active:hover, #menu-mss ul ul li.sfHover, #menu-mss ul ul li.active.sfHover {  }
#menu-mss ul ul li, #menu-mss ul ul li.active, #menu-mss li.active li a:hover, #menu-mss li.active li a.sfHover, #menu-mss li a.separator {background: url(../images/blank.gif) 10px 12px no-repeat;color: #fff;}
#menu-mss ul ul {background: url(../images/menu-transbg.png) 50% 100% no-repeat;}
#menu-mss ul ul a, #menu-mss li:hover li a, #menu-mss ul ul .separator, #menu-mss li:hover li .separator, #menu-mss li.sfHover li a, #menu-mss li.sfHover li .separator, #menu-mss li:hover li:hover a, #menu-mss li:hover li:hover .separator, #menu-mss li.sfHover li.sfHover a, #menu-mss li.sfHover li.sfHover .separator {color: #fff;}

.menutop .submenu-animation-left { background-color: #a74605; margin-right: 7px; }
.menutop .submenu-animation-right { background-color: #a74605; height: 100%; width: 7px; position: absolute; right: 6px; margin-right: -9px; }
/* 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 */

div.default div.drop-down {  }

div.default div.drop-down dt.toggler { color: #000; background: #d3d2d2 url(../images/ol_tabr.png) repeat-x; height: 30px; line-height: 28px; font-size: 110%; font-weight: bold;  text-indent: 10px; margin-bottom: 1px; cursor: pointer;text-shadow: 0px 1px 0px #ffffff, 0px 1px 4px #c8c8c8; }

div.default div.drop-down dt:hover.toggler, div.default div.drop-down dt.sfhover { color: #f7f6f4; background: #313131 url(../images/ol_tabr_link.png) repeat-x;text-shadow: 0px 1px 0px #999, 0px 1px 4px #bbb;}

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;
}
/* Lytebox
--------------------------------------------------------- */
.album {
	border:2px solid #999;
}
.album:hover {
	cursor:pointer;
	border:2px solid #CCCCCC;
}
.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:#fff;
background:#a74605;
}
.moovert { margin-bottom: 5px; }

p.readmore { overflow: hidden; }

div.module p.readmore {	margin-bottom: 0px; }

div.joomla h1 { letter-spacing: -1px; }

div.joomla h1.title { color: #a74605; text-shadow: 0px 1px 0px #ffffff, 0px 1px 4px #c8c8c8; }

div.joomla h1.pagetitle { margin-top: 0px; }

div.joomla table.joomlatable th {

	padding: 5px 5px 5px 5px;

	background: #ebebeb;

	border-bottom: 1px solid #b4b4b4;

	font-weight : bold;

}

div.joomla table.joomlatable tr.even td {

	padding: 5px 5px 5px 5px;

	background: #f0f0f0;

	border-bottom: 1px solid #dcdcdc;

}

div.joomla table.joomlatable tr.odd td {

	padding: 5px 5px 5px 5px;

	background: #fafafa;

	border-bottom: 1px solid #dcdcdc;

}

div.joomla span.number {

	color: #969696;

	font-style: italic;

}

/*

 * com_content

 * blog layout (frontpage, category, section)

 * sub selectors: blog

 */ 

div.joomla div.blog div.description {  

	margin: 10px 0px 15px 0px;

	padding-bottom: 20px;

	background: url(../images/article_separator.png) 50% 100% no-repeat;

}
div.joomla div.leadingarticles { overflow: hidden; }

div.joomla div.teaserarticles { overflow: hidden; }

div.joomla div.item { margin-bottom: 15px; }

div.joomla div.item-bg {

	padding-bottom: 5px;

	background: url(../images/article_separator.png) 50% 100% no-repeat;

	overflow: hidden;

}

div.joomla div.multicolumns div.item { margin: 0px 15px 15px 15px; }

div.joomla div.multicolumns div.first div.item { margin-left: 0px; }

div.joomla div.multicolumns div.last div.item { margin-right: 0px; }

div.joomla div.morearticles { margin: 10px 0px 10px 0px; }

div.joomla div.pagination { text-align: center; }

div.joomla div.pagination p.results {}


/*

 * com_content

 * list layout (frontpage, category, section)

 * sub selectors: sectionlist, categorylist

 */

div.joomla div.headline {

	overflow: hidden;

	margin-top: 5px;

	padding-bottom: 2px;  

}

div.joomla h1.title {

	margin: 0px;

	float: left;

}

div.joomla div.multicolumns h1.title {

	font-size: 200%;

	letter-spacing: -1px;

}

div.joomla div.icons { float: right; }

div.joomla div.icon {

	margin-top: 10px;

	float: right;

}

div.joomla div.multicolumns div.icon { margin-top: 5px; }

div.joomla div.edit {

	margin-left: 10px;

	float: left;

}

div.joomla div.pdf { margin-right: 5px; }

div.joomla div.print { margin-right: 5px; }

div.joomla div.email {}

div.joomla div.printscreen {}

div.joomla p.iteminfo {	margin: 0px 0px 15px 0px; }

div.joomla p.articleinfo {

	margin-top: 0px;

	text-transform: uppercase;

	font-size: 80%;

	letter-spacing: 1px;

	line-height: 150%;

}

div.joomla p.articleinfo span.modified,

div.joomla p.articleinfo span.author,

div.joomla p.articleinfo span.created,

div.joomla p.articleinfo span.url {	white-space: nowrap; }

/*

 * com_wrapper

 */


iframe.wrapper {

	width: 100%;

}

/* Unpublished */

.system-unpublished {

background: #e8edf1;

border-top: 4px solid #c4d3df;

border-bottom: 4px solid #c4d3df;

}



/* System Messages */

#system-message    { margin-bottom: 10px; padding: 0;}

#system-message dt { font-weight: bold; }

#system-message dd { margin: 0; font-weight: bold; text-indent: 30px; padding: 0;}

#system-message dd ul { color: #0055BB; margin-bottom: 10px; list-style: none; padding: 10px; border-top: 3px solid #84A7DB; border-bottom: 3px solid #84A7DB;}



/* System Standard Messages */

#system-message dt.message { display: none; }

#system-message dd.message {  }



/* System Error Messages */

#system-message dt.error { display: none; }

#system-message dd.error ul { color: #c00; background-color: #E6C0C0; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}



/* System Notice Messages */

#system-message dt.notice { display: none; }

#system-message dd.notice ul { color: #c00; background: #EFE7B8; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}



/* Debug */

#system-debug     { color: #ccc; background-color: #fff; padding: 10px; margin: 10px; }

#system-debug div { font-size: 11px;}



 /* Form validation */

.invalid { border-color: #ff0000; }

label.invalid { color: #ff0000; }
/* floating panel
-------------------------------------------------------------------------------*/
div#float_panel {
	width:17px;
	overflow:hidden;
	position:absolute;
	z-index:12;
	top:20px;
	right:-22px;
	padding: 5px;
	background: #555;
}

#stylearea {
	margin-bottom:12px;
}
