/* 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: #f1f1f1 url(../images/bg.gif) repeat-x 50% top; }
body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
	font-size: 12pt;
	font-family: serif;
	line-height: 140%;
}
body.font1{
	font-size: 9px;
}
body.font2{
	font-size: 10px;
}
body.font3{
	font-size: 11px;
}
body.font4{
	font-size: 12px;
}
body.font5{
	font-size: 13px;
}
body.font6{
	font-size: 14px;
}
body.font7{
	font-size: 15px;
}
/* Normal link */
a {
	color: #cc0000;
	text-decoration: underline;
}
a:hover, a:active, a:focus { color: #b8a0a1; text-decoration: none; }
/* Small text */
.small, .smalldark, .creatEADEEAte, .modifydate, .mosimage_caption,
.back_button, .pagenavcounter, .pagenav, .pagenavbar {
}
/* Heading */
h1 {
	font-size: 1.5em;
	font-weight: normal;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.17em;
}
h4 {
	font-size: 1em;
	text-transform: uppercase;
}
p {
	margin: 5px 0 15px;
}
ul {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style: none;
}
ul li { background-color: transparent; background-attachment: scroll; background-position: 20px 6px; padding-left: 35px; }
ol {
	margin-top: 5px;
	margin-bottom: 15px;
}
ol li {
	margin-left: 35px;
}
th {
	padding: 4px;
	font-weight: bold;
	text-align: left;
}
fieldset {
	border: none;
}
fieldset a {
	font-weight: bold;
}
hr {
	border-top: 1px solid #C6CED9;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}
img {
	border: 0;
}
td, div {
	font-size: 1em;
}
/* Code text */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #8E9CAE;
	background: #ECF0F4;
	font: 1em/1.5 "Courier News", monospace;
}
blockquote {
	padding: 15px 40px;
	background: url(../images/quote.gif) 10px 10px no-repeat;
	font: italic 1em/1.5 Georgia, Times, serif;
}
.dropcap {
	float: left;
	padding: 3px 3px 0 0;
	display: block;
	color: #555555;
	font: 50px/40px Georgia, Times, serif;
}
/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 22px;
	color: #E50000;
	background: url(../images/bullet-error.gif) no-repeat top left;
}
.message {
	padding-left: 22px;
	color: #cc0000;
	background: url(../images/bullet-info.gif) no-repeat top left;
}
.tips {
	padding-left: 22px;
	color: #E86D29;
	background: url(../images/bullet-tips.gif) no-repeat top left;
}
.highlight {
	border-bottom: 1px dotted;
	background: #F4EBD3;
	font-weight: bold;
}
.blocknumber {
	position: relative;
	clear: both;
	padding: 5px 10px 10px; 
}
.bignumber {
	float: left;
	font: 30px/normal Arial, sans-serif;
	font-weight: bold;
	color: #cc0000;
	display: block;
	margin-right: 5px;
	margin-bottom: 5px;
}
/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}
input, select {
	font: 11px/normal Tahoma, Arial, Helvetica, sans-serif;
}
select, .inputbox {
	padding: 2px;
}
textarea {
	padding-left: 2px;
}
textarea.inputbox {
	width:95%;
}
.button, .button:hover { padding: 1px 10px!important; padding: 1px 5px; background: #d8dce1 url(../images/button-bg.gif) repeat-x left top; color: #646e7b; border-color: #f4ebd3 #8e9cae #8e9cae #f4ebd3; border-style: solid; border-width: 1px; }
.button:active, .button:focus {
	border-top: 1px solid #8E9CAE;
	border-right: 1px solid #F4EBD3;
	border-bottom: 1px solid #F4EBD3;
	border-left: 1px solid #8E9CAE;
}
.inputbox {
	border: 1px solid #F4EBD3;
	background: #FFFFFF;
}
.inputbox:hover, .inputbox:focus { background-color: #f5f6f8; border: solid 1px #8e9cae; }
/* MODULE
--------------------------------------------------------- */
div.moduletable h3 {
	margin: 0 -10px 5px;
	padding: 2px 10px;
	color: #555555;
	font-size: 1em;
}
div.moduletable {
	padding: 10px;
}
/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}
table.blog .article_seperator {
	display: block;
	background: url(../images/seperator.gif) repeat-x center;
	height: 10px;
}
#td-leftcol .article_seperator, #td-rightcol .article_seperator {
	display: none;
}
table.contentpane {
	border: none;
	width: 100%;
}
table.contentpaneopen {
	border: none;
}
table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}
table.contenttoc a {
	text-decoration: none;
}
table.contenttoc td {
	padding: 1px 5px 1px 22px;
	background: url(../images/bullet-list.gif) no-repeat 5% 50%;
}
table.contenttoc th {
	padding: 4px;
	border-bottom: 5px solid #FFFFFF;
	background: #F4EBD3;
	color: #555555;
	text-indent: 5px;
}
table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}
table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}
table.pollstableborder img {
	vertical-align: baseline;
}
table.pollstableborder td {
	padding: 2px!important;
}
table.searchintro {
	padding: 10px 0;
	width: 100%;
}
table.searchintro td {
	padding: 5px!important;
}
table.adminform {
	width: 400px!important; /*Control the Frontend Editor area width*/
}
.adminform .inputbox {
}
.blog_more {
	margin: 10px 0;
}
.blog_more strong {
	margin: 0 0 5px;
	padding-left: 13px;
	display: block;
	color: #555;
	text-transform: uppercase;
}
td.buttonheading {
	padding: 0 0 0 3px!important;
	text-align: center;
}
.category {
	font-weight: bold;
}
.clr {
	clear: both;
}
.componentheading {
	padding-bottom: 5px;
	margin-bottom: 10px;
	background: url(../images/seperator2.gif) no-repeat right bottom;
	color: #cc0000;
	font-size: 1.7em;
	line-height: normal;
	font-weight: bold;
}
.contentdescription {
	padding-bottom: 30px;
}
table.blog .contentheading {
	font-size: 1.17em;
	font-weight: bold;
}
.contentheading {
	color: #cc0000;
	font-size: 1.7em;
}
a.contentpagetitle {
	text-decoration: none!important;
}
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none!important;
}
a.readon { float: right; padding: 1px 5px 1px 16px; display: block; color: #cc0000; font-size: 0.87em; background: #f3f3f3 url(../images/readon2.gif) no-repeat 5% 55%; text-decoration: none; }
a.readon:hover, a.readon:active, a.readon:focus {
	color: #ffffff;
	background: #b8a0a1 url(../images/readon2.gif) no-repeat 5% 55%;
	text-decoration: none!important;
}
table.contentpaneopen td, table.contentpane td {
}
table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}
.creatEADEEAte {
	padding-bottom: 10px;
	color: #8E9CAE;
	font-weight: bold;
	line-height: 10px;
}
.modifydate {
	color: #8E9CAE;
	height: 15px;
}
.moduletable {
	padding: 0;
}
.mosimage {
	padding: 0;
	margin: 8px 15px 0 0!important;
	margin: 8px 5px 0 0;
}
.mosimage img {
	padding: 0;
	margin: 0!important;
}
.mosimage_caption {
	margin-top: 2px;
	padding: 1px 2px;
	color: #8E9CAE;
}
.pagenav,
.pagenav_prev,
.pagenav_next,
.pagenavbar {
	padding: 0 2px;
}
a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	text-decoration: none;
}
a.pagenav:hover, a.pagenav:active, a.pagenav:focus,
.pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,
.pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,
.pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {
	text-decoration: none;
}
.pagenavbar {
	padding-left: 14px;
	background: url(../images/pages.gif) no-repeat center left;
}
.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(../images/pages.gif) no-repeat 0 11px;
}
.sectiontableheader {
	padding: 5px;
	background: #F4EBD3;
	color: #555555;
	font-weight: bold;
}
tr.sectiontableentry1 td {
	padding: 5px;
	background: url(../images/seperator.gif) repeat-x bottom;
}
tr.sectiontableentry2 td {
	padding: 5px;
	background: url(../images/seperator.gif) repeat-x bottom;
}
.small {
	color: #8E9CAE;
}
.smalldark {
	text-align: left;
}
div.syndicate div {
	text-align: center;
}
.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}
/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#td-mainbd { background-image: url(../images/left-sh.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: left top; margin: 0 auto; padding: 0; width: 95%; text-align: left; min-width: 800px; max-width: 2000px; padding-left: 15px;}
.narrow #td-mainbd {
	width: 800px;
}
.wide #td-mainbd {
	width: 930px;
}
#td-mainbd-bg { background-image: url(../images/right-sh.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: right top; padding-right: 15px; text-align: left; }
#td-container,
#td-container-bodyr,
#td-container-bodyl,
#td-container-body {
	clear: both;
	padding: 0;
}
#td-container,
#td-container-bodyr { background-color: #f7f4e9; background-attachment: scroll; background-position: 0 0; }
#td-container-bodyl,
#td-container-body {
	background: #f7f4e9;
}
#td-contentwrap {
	background: #f7f4e9 url(../images/top-bg.gif) repeat-x 50% top;
}
#td-content {
	padding: 10px 15px 20px;
}
/* HEADER
--------------------------------------------------------- */
#td-header_2 { 	position: absolute;
	top: 3px;
	right: 0;
}
#td-header h1 { font-size: 2em; position: absolute; left: 0; bottom: 0; }
#td-flashed { font-size: 12px; width: 785px; height: 250px; float: right; margin: 0;
	background: url(../images/header/header02.jpg) no-repeat top left; }
#logo, img#logo { position: absolute; top: 38px; left: 0; border: 0; }
div.wrapper { text-align: left; margin: auto; position: relative; }
#headflash { background: #cdcdcd url(../images/flash.jpg) no-repeat; height: 250px; }
#td-header h1 img {
	float: left;
}

#td-extoolswrap {
	position: absolute;
	top: 0;
	right: 15px;
	font-size: 11px;
}

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

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

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

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

#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;
}
#td-search { font-size: 12px; position: absolute; top: 1px; left: 0; margin: 0; padding: 0; }
#td-search div.search { font-size: 12px; line-height: 26px; padding-left: 18px; background: url(../images/icon-search.gif) no-repeat left center; width: 130px; height: 26px; }
#td-search .inputbox { border: none!important; width: 100px; color: #333; font-size: 12px; background: #eadeea; margin-top: 4px; padding-left: 5px; }

div#coolhead { color: #fff; background-color: #555; position: absolute; top: 0; left: 0; width: 100%; z-index: 1; margin: 0; padding-top: 4px; padding-bottom: 5px; padding-left: 5px; }
div#coolhead a { color: #fff; }

/* MAIN NAVIGATION
--------------------------------------------------------- */
#td-mainnav { float: left; width: 100%; font-size: 1em; line-height: normal; background: #fff; border-top: 5px solid #fff; border-bottom: 5px hidden #fff; }
#td-maintool { float: left; width: 100%; font-size: 1em; line-height: normal; background-color: #51596a; background-attachment: scroll; background-position: 0 0; position: relative; height: 30px; }
#td-maindate { color: #3a4048; font-size: 1em; line-height: normal; position: absolute; top: 30px; left: 5px; float: left; padding-top: 7px; }
/* Default Joomla! Menu */
a.mainlevel { 	padding: 4px 2px 4px 14px;
	outline: none medium;
	width: 90%;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #deddcb;
	background: url(../images/bullet.gif) no-repeat 2px 11px; }
a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus { color: #8a6c69; text-decoration: none; padding-right: 5px; border-bottom: 1px dotted #f4ebd3; }
a.mainlevel#active_menu { text-decoration: none; }
a.mainlevel#active_menu:hover { text-decoration: none; text-align: left; border-bottom: 1px solid #deddcb; }
a.sublevel {
	padding: 2px 4px 2px 12px;
	display: block;
	background: url(../images/bullet-list2.gif) no-repeat 2% 50%;
	text-decoration: none;
}
a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	text-decoration: none;
	background: url(../images/bullet-list3.gif) no-repeat 2% 50%;
	color: #5b5b5b;
}
#td-rightcol a.mainlevel {
	border: none;
}
/*End: Default Joomla! Menu  */
/* TEMPSPLASH
--------------------------------------------------------- */
#td-downts { text-align: center; color: #ebeff4; background-color: #555; padding: 15px 20px; }
#td-downts a {
	color: #d5dbe3;
}
.td-box {
	float: left;
	overflow: hidden;
}
#td-downts h3 {
	padding: 0;
	margin: 0 0 5px;
	color: #FFFFFF;
	font-size: 1em;
}
#td-downts div.moduletable {
	margin: 0 20px 0 0;
	padding: 0;
}
#td-downts td {
	padding: 0;
}
#td-downts .article_seperator,
#td-upts .article_seperator {
	display: none;
}
#td-downts table,
#td-upts table {
	border-spacing: 0;
	border-collapse: collapse;
}
.box-ended div.moduletable {
	margin-right: 0!important;
	border: none!important;
}
/* PATHWAY
---------------------------------------------------------*/
#td-pathway {
	padding: 7px 0 0 ;
	text-indent: 10px;
}
#td-pathway strong {
	margin-right: 10px;
}
#td-pathway img {
	margin: 0 5px;
}
#td-pathway a {
	text-decoration: none;
}
#td-pathway a:hover, #td-pathway a:active {
	color: #bcc3cc;
	text-decoration: none;
}
/* CONTENT COLUMN
--------------------------------------------------------- */
#td-mainbody, #td-mainbody-bodyl, #td-mainbody-bodyr, #td-mainbody-body { background-repeat: no-repeat; background-attachment: scroll; background-position: center 0; }
#td-mainbody {
	float: left;
	width: 80%;
}
#td-mainbody #td-contentwrap {
	float: right;
	width: 75%;
}
#td-mainbody-bodyl {
	float: left;
	width: 80%;
}
#td-mainbody-bodyl #td-contentwrap {
	float: left;
	width: 100%;
}
#td-mainbody-bodyr {
	float: left;
	width: 100%;
}
#td-mainbody-bodyr #td-contentwrap {
	float: right;
	width: 80%;
}
#td-mainbody-bodyr #td-leftcol {
	width: 20%;
}
#td-mainbody-body {
	float: left;
	width: 100%;
}
/* LEFT COLUMN
--------------------------------------------------------- */
#td-leftcol {
	float: left;
	width: 24.99%;
}
#td-leftcol div.moduletable h3 {
	margin: 0 -10px 5px;
	padding: 5px 10px;
	background: #f3f5f8 url(../images/h3-bg.gif) no-repeat right center;
	color: #646e7b;
	font-size: 1em;
}
#td-leftcol div.moduletable {  padding: 0 10px 10px; }
/* RIGHT COLUMN
--------------------------------------------------------- */
#td-rightcol {
	float: left;
	width: 20%;
	background: url(../images/top-bg.gif) repeat-x 50% top;
}
#td-rightcol div.moduletable h3 {
	margin: 0 0 5px;
	padding: 0 10px 4px 14px;
	/*color: #646E7B;*/
	color: #3a4048;
	background: url(../images/h3right.gif) no-repeat left bottom;
	font-size: 1em;
}
#td-rightcol div.moduletable {
	margin-bottom: 5px;
	padding: 5px 0 10px;
	width: 92%;
}
#td-rightcol div.module div div { color: #ced5de; background-color: #333; }
#td-rightcol div.module h3 { color: #cc0000; font-size: 0.98em; font-weight: bold; background: #d3d6da url(../images/h3-bgright.gif) no-repeat left center; text-transform: capitalize; margin: -6px -6px 10px; padding: 4px 4px 4px 23px; border-bottom: 1px solid #757575; }
/* Right Module Style */
div.module h3, div.module_menu h3 {  padding: 4px 4px 4px 23px; margin: -6px -6px 10px; color: #555; font-size: 0.98em; font-weight: bold; background: #e9e9e9 url(../images/h3-bgright.gif) no-repeat left center; text-transform: capitalize; border-bottom: 1px solid #ccc; }
div.module, div.module_menu, div.module_text {
	margin-bottom: 5px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
}
div.module div, div.module_menu div, div.module_text div, div.frame { background-color: #fff; padding: 2px; border: solid 1px #d5c9cd; }
div.module div div, div.module_menu div div, div.module_text div div { color: #333; background-color: #FBE7E7; border-style: none; padding: 0; }
div.module div div div, div.module_menu div div div, div.module_text div div div {
	padding: 5px;
}
div.module div div div div, div.module_menu div div div div, div.module_text div div div div {
	margin: 0;
	padding: 1px;
	background: transparent;
}
/* FOOTER
--------------------------------------------------------- */
#td-footer {
	clear: both;
	background: #000 url(../images/footer-bg.gif) repeat-x 50% top;
	color: #eff1f4;
	position: relative;
	height: 40px;
}
#td-footer a {
	color: #fff;
	text-decoration: none;
}
#td-footer a:hover,
#td-footer a:active,
#td-footer a:focus {
	color: #f1f4f7;
}
#td-bottomline { position: absolute; left: 15px; padding-top: 8px; padding-bottom: 8px; }
#td-cert {
	position: absolute;
	top: 15px;
	right: 15px;
}
#td-cert a {
	padding-left: 5px;
}
/* MISCELLANOUS
----------------------------------------------------------- */
div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;
	color: #8E9CAE;
	background: none!important;
	text-decoration: none!important;
}
#modlgn_passwd, #modlgn_username, #mod_login_password, #mod_login_username {
	width: 90%;
}
#modlgn_passwd, #mod_login_password {
}
#modlgn_remember {
	border: none;
	background: none;
}
/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}
* html > body .clearfix {
	width: 100%;
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
/* BEGIN: topart */
#stanhi-4, #stanhi-1 { font-size: 12px; float: right; padding-top: 2px; }
/*DIV 3 -----------------------------------------------------------------------*/
#td_border_2 { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin-top: 0; margin-bottom: 5px; padding: 2px; border: solid 1px #cb8; }
#td_border_1 { background: #fff; margin: 5px 1px; padding: 2px; border: solid 1px #cdd3da; }
table.moduletable { width: 100%; }
table.moduletable th { font-weight: bold; color: #3a4048; background-color: #cb8; text-indent: 10px; width: 100%; padding-top: 3px; padding-bottom: 3px; }
table.lr-padd2 { background-color: #fff; width: 100%; padding: 0; }
table.lr-padd2 a { color: #b8a0a1; }
table.lr-padd2 a:hover { color: #c9cbb9; text-decoration: underline; }
table.lr-padd2 td.lr-padd2 { background-color:#c00; border:solid 1px #cc0000; color:#ffffff; width: 25%; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; }
table.lr-padd2 td.lr-padd2:hover { color: #ffffff; background-color: #555; border: solid 1px #5b5b5b; }
table.lr-padd2 h3 { font-weight: bold; color: #fff; text-indent: 10px; margin-bottom: 4px; margin-top: 0; border-bottom: 1px dotted #fff; }
#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-padd2, #lr-padd1, #lr-padd { padding: 0; width: 100%; }
table.lr-padd1 { width: 100%; padding: 0; }
table.lr-padd1 a { color: #d8d8d8; }
table.lr-padd1 a:hover { color: #c6c8b8; text-decoration: none; }
table.lr-padd1 td.lr-padd1 { border:solid 1px #414141; color:#ffffff; background-color: #555; width: 50%; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; }
table.lr-padd1 td.lr-padd1:hover { background-color:#cf252c; color:#ffffff; }
table.lr-padd1 h3 { font-weight: bold; color: #efefef; text-indent: 10px; margin-bottom: 4px; margin-top: 0; border-bottom: 1px dotted #000; }

table.lr-padd { background-color: #fff; width: 100%; padding: 0; }
#lr-padd ul {
	padding: 0;
	margin: 0!important;
}
#lr-padd li {
	padding: 0;
	margin: 0;
	background: none;
	line-height: 170%;
}
#lr-padd li a { color: #6f4f3a; padding-left: 18px; background: url(../images/pages.gif) no-repeat 0 50%; text-decoration: none; }
#lr-padd li a:hover, #lr-padd li a:active, #lr-padd li a:focus { color: #555; background-image: url(../images/bullet.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 50%; }

table.lr-padd a { color: #999; text-decoration: underline; }
table.lr-padd a:hover { color: #f5f5f5; text-decoration: none; }
table.lr-padd td.lr-padd { background-color:#e9e9e9; border:1px solid #FF7800; color:#333; width: 50%; border: solid 1px #bfbebd; }
table.lr-padd h3 { font-weight: bold; color: #fff; background-color: #c00; text-indent: 10px; margin-bottom: 2px; margin-top: 0; border-bottom: 1px dotted #fff; }
.copyright img { margin-left:5px; margin-top:12px; margin-right: 5px; }
/* @group Menus */
#menu-mss-bar { background: url(../images/menu-m.png) repeat-x; position: relative; z-index: 1; border-top: 1px solid #fff; }
#menu-mss {
	display: block;
	height: 37px;
	line-height: 37px;
	width: 100%;
	padding: 0;
}
ul#horline.menutop, #menu-mss ul.menutop {padding: 0;margin: 0;position: relative;}
#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 4px 0 0; }
#menu-mss a, #menu-mss .separator { color: #fff; white-space: nowrap; display: block; float: left; height: 37px; line-height: 37px;; overflow: hidden; text-decoration: none; z-index: 5; padding-right: 15px; padding-left: 15px; cursor: pointer; }
#menu-mss li a span, #menu-mss li .separator span {display: block;padding: 0;}
#menu-mss li.active a, #menu-mss li.active .separator { color: #fff; background: #333 url(../images/dropdown-child.png) no-repeat 50% top; z-index: 100; cursor: pointer; }
#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: #f5f5f5;}
#menu-mss ul ul {background: url(../images/menu-transbg.png) 50% 100%;}
#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 { background: #f1f1f1 url(../images/dropdown-child.png) no-repeat 50% top; padding:0; left: 6px; }
.menutop .submenu-animation-left { background-color: #c00; margin-right: 9px; }
.menutop .submenu-animation-right { background-color: #c00; height: 100%; width: 9px; position: absolute; right: 5px; margin-right: -9px; }
/* Menu Dropdowns */
 #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 { color: #000; }
#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 { color: #efefef; 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 span { line-height: 18px; display: block; height: 18px; }
ul.menu ul {
margin: 4px 0;
}
ul.menu ul li a {
text-indent: 7px;
}
ul.menu ul a {
background: none;
text-indent: 0;
}
ul.menu ul {
margin-left: 5px;
padding: 0;
}
ul.menu ul ul {
padding: 0;
margin-left: 10px;
}
ul.menu li li {
padding: 0;
margin: 0;
}
ul.menu ul a {
text-indent: 0;
}
ul.menu li a { padding: 3px 3px 5px 15px; text-decoration: none; }
ul.menu li.active a, ul.menu li.active li.active a, a#active_menu.mainlevel, a#active_menu.sublevel, ul.menu li.active .separator, ul.menu li.active li.active .separator {font-weight: bold;}
ul.menu li.active li a, ul.menu li.active li.active li a, ul.menu li.active li .separator, ul.menu li.active li.active li .separator {font-weight: normal;}
ul.menu li a:hover { background-color: transparent; text-decoration: none; }
ul.menu li.active li a,
ul.menu li.active li a:hover { background: transparent; }
ul.menu a {
	padding: 4px 2px 4px 4px;
	outline: none medium;
	width: 90%;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #deddcb;
	background: url(../images/bullet.gif) no-repeat 3px 10px;
}
ul.menu a:hover { background-color: transparent; background-position: 3px 10px; }
ul.menu ul li a, ul.menu ul li .separator {text-indent: 2px;}
ul.menu ul li ul li a, ul.menu ul li ul li .separator {text-indent: 5px;}
ul.menu ul li ul li ul li a, ul.menu ul li ul li ul li .separator {text-indent: 10px;}
/* @end */

#ceol { background: #ffffff; padding: 0; }
#ol-sitenam { background-color: #cc0000; position: absolute; top: 0; width: 100%; height: 100%; z-index: 0; overflow: hidden; border: 0; }
#ol-sitenamin { z-index: 0; top: 0; width: 100%; height: 100%; overflow: hidden; border: 0; }
#lr-supfla { position: absolute; top: 45px; left: 250px; right: 50px; padding: 0; }
#td_top a { color: #f5f5f8; text-decoration: none; }
#td_top a:hover { color: #e0e1e8; text-decoration: none; }
.modulelogin { color: #e0e1e8; text-decoration: none; }
#top-bar { position: relative; height: 30px; overflow: hidden; }
#td_top a { color: #f5f5f8; text-decoration: none; }
#td_top a:hover { color: #fff; text-decoration: none; }
#td_bottom { color: #f4f4f4; background:#c00; padding: 1px 7px; border: solid 1px #ddd; }
#td_bottom a { color: #cecece; text-decoration: underline; }
/* Lytebox
--------------------------------------------------------- */
.album {
	border:2px solid #999;
}
.album:hover {
	cursor:pointer;
	border:2px solid #CCCCCC;
}
/*********login form *************************/
#logBar{position: absolute;width: auto;height: auto;top: 38px;right:0;z-index:9;}
#logBarTab{float:left;height:130px;width:28px;}
#logBarTab img{border:0px solid #FFFFFF;}
#logBarContents{ color: #f7f6f4; overflow:hidden !important; background:url(../images/logpanel.png) no-repeat left bottom; filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; }
#logBarContentsInner{ width:195px; padding-left: 5px; }
#logBar h2{color:#222222;font-size:90%;font-family:arial;margin:0px 10px 10px 0px;	font-weight:bold;}
#logBar h2 span{font-size:105%;font-weight:normal;}
#logBar ul{margin:0px 0px 0px 0px;	padding:0px 0px 0px 0px;}
#logBar li{margin:0px 0px 0px 0px;	padding-left:10px;	list-style-type:none;display:block;/*background-color:#DA1074;*/width:185px;}
#logBar li a{ color: #f1f1f1; width:100%; }
#logBar li a:link,#logBar li a:visited{font-family:verdana;font-size:90%;text-decoration:none;	display:block;	margin:5px 0 0;	padding:0;width:100%;}
#logBar li a:hover{color:#d1d0cc;text-decoration:none;}
/* @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-color: #5b5b5b; background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0; text-indent: 10px; margin-bottom: 1px; cursor: pointer; }
div.default div.drop-down dt:hover.toggler, div.default div.drop-down dt.sfhover { color: #222; background-color: #d3d6da; }
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;
}