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

html, body, form, fieldset {
	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%;
}
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;
}
body.font8{
	font-size: 16px;
}
body.font9{
	font-size: 17px;
}
body.font10{
	font-size: 18px;
}
body.font11{
	font-size: 19px;
}

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

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

.menufooter {
    margin: 4px 0 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.menufooter li {
    padding: 0;
    line-height: 10px;
    font-size: 10px;
    height: 12px;
    border-right: 1px solid transparent;
    display: inline;
    padding: 0 5px;
}

.menufooter li:last-child {
    border-right: 0;
}

/* 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;

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

	-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: #333;
	margin: 0 auto 10px auto;
	color: #ddd;
	padding: 5px 10px;
	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(#444444), to(#121212));
background: -moz-linear-gradient(#444444, #121212);
-pie-background: linear-gradient(#444444, #121212);
}

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

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

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

	-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;
	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  { margin: 0 auto; position: relative; }
#td-basetop { height: 75px;}
#td-basedwrap { padding: 0; padding: 0; }
#td-based { padding: 0; }
#td-based-bodyr {  padding: 0; }
#td-centrigwrap { background-color: transparent; }
#td-topbgr { background-color: transparent; padding-left: 5px; }
#td-base
{
	z-index:1;
}

/* 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: 12; border: 0; }
#logo-text { position: absolute; top: 0px; left: 0px; z-index: 9; 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 > 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; }
/* @group Menus */

/* @group Menus */
#menu-mss { height:40px; position: relative; width: 100%;}
ul#horline.menutop, #menu-mss ul.menutop { padding: 0; margin: 0; position: relative; float: left; }
#menu-mss ul {list-style: none;padding: 0;margin: 0;}
#menu-mss li { display: block; float: left; padding: 0; letter-spacing: 0.1em; margin: 0; }
#menu-mss a, #menu-mss .separator { color: #f2f2f2; list-style:none; font: bold 14px Arial,Helvetica,sans-serif; white-space: nowrap; display: block; float: left; height: 40px; line-height: 40px; text-decoration: none; z-index: 5; padding-right: 15px; padding-left: 15px; cursor: pointer; text-shadow: #000 0px 1px 0px;}
#menu-mss li a span, #menu-mss li .separator span {display: block;padding: 0;}
#menu-mss li.active a,
#menu-mss li.active .separator,
.menutop li:hover a {
	color: #ccc;
	z-index: 100;
	cursor: pointer;
	background-attachment: scroll;
	background-color: #9d794d;
	background-image: url(../images/menubg.png);
	background-repeat: repeat-x;
}
.menutop > li,
.menutop > li > a {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    line-height: 19px;
    letter-spacing: 1px;
    font-size: 12px;
}
.menutop li ul li a {
    padding-right: 4px !important;
}
.menutop li:hover ul {
    -webkit-transform: scaleY(1);
    -webkit-transform-origin: top center;
    -webkit-transition: -webkit-transform 0.2s linear;
    -moz-transform: scaleY(1);
    -moz-transform-origin: top center;
    -moz-transition: -moz-transform 0.2s linear;
    transform: scaleY(1);
    transform-origin: top center;
    transition: transform 0.2s linear;
}
.menutop li ul {
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
}

.item-page {
    padding-left: 2px;
}

.item-page > h2 {
    color: #990000;
    text-decoration: none;
    font-size: 170%;
    font-weight: bold;
    line-height: normal;
    margin-top: 0.2em;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

#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%;}
#menu-mss li a:hover, #menu-mss li .separator:hover {color: #fff;}
#menu-mss ul ul { background-image: url(../images/menu-transbg.png); background-repeat: repeat; background-position: 0 0; margin: 0; padding: 0; }
#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 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) 95% 60% no-repeat;}
.menutop .animated-bg {
	padding:0;
	left: 6px;
	background-attachment: scroll;
	background-color: #9d794d;
	background-image: url(../images/menubg.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.menutop .submenu-animation-left { background-color: #9d794d; margin-right: 9px; }
.menutop .submenu-animation-right { background-color: #9d794d; height: 100%; width: 9px; position: absolute; right: 5px; margin-right: -9px; }
/* 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 {background: none;border: 0;padding: 0;margin: 0;}
#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 { 
		font-weight:normal !important;
		text-indent: 15px; }
/* 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: #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.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;
}


/* Lytebox
--------------------------------------------------------- */
.album {
	border:2px solid #999;
}
.album:hover {
	cursor:pointer;
	border:2px solid #CCCCCC;
}

#td-base, #td-basefooter {
	border: 1px solid #d7d7d7;

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

h3.title span.color  {
	color: #9d794d;
}
h3.title span.dcolor  {
	color: #f1f1f1;
}
	
.dark h3.title {
    color: #999;
}

div.jwts_content p {margin: 7px 4px;}
.slider-img-right {float:right;}