/* COMMON STYLE
--------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	color: #000000;
	background: #000000;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	line-height: 1.4;
}


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: #000000; text-decoration: none; }
a:hover, a:active, a:focus { color: #0053ab; text-decoration: none; }
/* Small text */
.small, .smalldark, .createdate, .modifydate, .mosimage_caption,
.back_button, .pagenavcounter, .pagenav, .pagenavbar {
}
/* Heading */
h1 {
	font-size: 1.3em;
	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;
}

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: #646E7B;
	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: #62798f;
	background: url(../images/bullet-info.gif) no-repeat left top;
}
.tips {
	padding-left: 22px;
	color: #E86D29;
	background: url(../images/bullet-tips.gif) no-repeat top left;
}
.highlight {
	border-bottom: 1px dotted;
	background: #e0e1e8;
	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: #014e62;
	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: #3c3c3c url(../images/button-bg.gif) repeat-x left top; color: #f3f5f8; border-color: #dfe5ec #8e9cae #8e9cae #dfe5ec; border-style: solid; border-width: 1px; }
.button:active, .button:focus { color: #000; background-color: #d5d7b2; border-color: #8e9cae #dfe5ec #dfe5ec #8e9cae; border-style: solid; border-width: 1px; }
.inputbox {
	border: solid 1px #bfc2c5;
	background: #fefee9;
}
.inputbox:hover, .inputbox:focus { background-color: #fbfbfb; border: solid 1px #9198a0; }
/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}
table.blog .article_seperator {
	display: block;
	background: url(../images/seperator.gif) repeat-x center;
	height: 10px;
}
#td-colum1 .article_seperator, #td-rightcol .article_seperator {
	display: none;
}
table.contentpane {
	border: none;
	width: 50%;
}
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: #f9ffe6;
	color: #646e7b;
	text-indent: 5px;
}
table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}
table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}
table.pollstableborder img {
	vertical-align: baseline;
}
table.pollstableborder td {
	padding: 2px!important;
}
table.searchintro {
	padding: 10px 0;
	width: 100%;
}
table.searchintro td {
	padding: 5px!important;
}
table.adminform {
	width: 400px!important; /*Control the Frontend Editor area width*/
}
.adminform .inputbox {
}
.blog_more {
	margin: 10px 0;
}
.blog_more strong {
	margin: 0 0 5px;
	padding-left: 13px;
	display: block;
	color: #646E7B;
	text-transform: uppercase;
}
td.buttonheading {
	padding: 0 0 0 3px!important;
	text-align: center;
}
.category {
	font-weight: bold;
}
.clr {
	clear: both;
}
.contentheading { padding-bottom: 3px; margin-bottom: 10px; color: #014d99; font-size: 1.7em; font-family: Arial, Georgia, Times, serif; line-height: normal; font-weight: bold; font-style: italic; background-color: transparent; border-bottom: 1px solid #d4d5de; }
.componentheading { padding-bottom: 5px; margin-bottom: 10px; background: url(../images/seperator2.gif) no-repeat right bottom; color: #014d99; font-size: 1.7em; font-family: Arial, Georgia, Times, serif; line-height: normal; font-weight: bold; font-style: italic; }
.contentdescription {
	padding-bottom: 30px;
}
table.blog .contentheading {
	font-size: 1.17em;
	font-weight: bold;
}
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: #298A80; font-size: 0.87em; background: #f5f5f8 url(../images/readon2.gif) no-repeat 5% 55%; text-decoration: none; }
a.readon:hover, a.readon:active, a.readon:focus {
	color: #ffffff;
	background: #4c535b url(../images/readon2.gif) no-repeat 5% 55%;
	text-decoration: none!important;
}
table.contentpaneopen td, table.contentpane td {
}
table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}
.createdate {
	padding-bottom: 10px;
	color: #969696;
	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: #F9FFE6;
	color: #646E7B;
	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;
}
div.wrapper { text-align: left; margin: auto; position: relative; }
/* HEADER
--------------------------------------------------------- */
#date-format { color: #EEEEEE; background-color: #000000; text-align: center; position: absolute; left: 0px; bottom: 0px; z-index: 10; padding: 5px 9px; }
.day { text-transform: uppercase; font-weight: normal; font-size: 180%; letter-spacing: 0.1em; line-height: 100%; }
.dmy {display: block;padding: 0;}
span.date {text-transform: uppercase;font-size: 140%;font-weight: bold;}
#logo, img#logo { position: absolute; top: 0; left: 0; border: 0; }
#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; background: #fff no-repeat; margin: 0; padding: 0; }
#td-header h1 img {
	float: left;
}
#stanhi-4 { font-size: 12px; background-color: #000000; z-index: 5; float: right; padding-top: 4px; padding-bottom: 0px; padding-right: 3px; padding-left: 3px; }
#td-extools {
	padding: 0;
	float: left;
	display: block;
	font-size: 12px;
}
#td-extools span {
	float: left;
	margin: 0 2px;
	display: block;
}
#td-extools img {
	padding: 3px 0 0 0;
}
#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: 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;
}
/* BEGIN: topart */
#td-topnavwrap { position: absolute; top: 0; z-index: 5; right: 0; }
#linetop { height: 33px; }
#td-search { position: absolute; top: 0; right: 0; width: 180px; z-index: 1; margin: 0; padding: 0; }
#td-search div.search { background: url(../images/icon-search.gif) no-repeat left center; height: 25px; padding-top: 5px; padding-right: 2px; padding-left: 28px; }
#td-search .inputbox { color: #fefee9; background-color: #827e5a; width: 90%; padding-left: 5px; border: solid 1px #ece8e5; }

* html #td-search .inputbox, *+html #td-search .inputbox { margin-right: 0; margin-bottom: 0;
	
	!important: ;
}

#td-usertools .inputbox:hover,
#td-usertools .inputbox:focus {
}
/* 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; }
/* TEMPSPLASH
--------------------------------------------------------- */
#td-downts { text-align: center; color: #d5d7b2; background-color: #1a5d56; padding: 10px 20px; border-top: 1px solid #367f77; border-bottom: 1px solid #367f77; }
#td-downts a {
	color: #d5dbe3;
}
.td-box {
	float: left;
	overflow: hidden;
}
#td-downts h3 { color: #d5d7b2; padding: 0; margin: 0 0 5px; 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;
}
/* Right Module Style */
div.module h3 { color: #434952; font-weight: bold; line-height: 25px; margin-bottom: 0; border-bottom: 1px solid #d3d1b3; text-transform: capitalize; text-align: center; text-indent: 5px; height: 25px; }
div.module, div.module_menu, div.module_text {
	margin-bottom: 8px;
	padding: 0;
	float: left;
	width: 100%;
	background: url(../images/box-2.jpg) no-repeat bottom right;
}

div.module div, div.module_menu div, div.module_text div {
	padding: 0;
	background: url(../images/box-1.jpg) no-repeat bottom left;
}

div.module div div, div.module_menu div div, div.module_text div div {
	padding: 0;
	background: url(../images/box-4.jpg) no-repeat top right;
}

div.module div div div, div.module_menu div div div, div.module_text div div div {
	padding: 9px 15px 15px;
	background: url(../images/box-3.jpg) no-repeat top left;
}
/* FOOTER
--------------------------------------------------------- */
#td-footer { background-color: #96653a; clear: both; position: relative; height: 45px; }
#td-footer a {
	color: #eeeeee;
	text-decoration: none;
}
#td-footer a:hover,
#td-footer a:active,
#td-footer a:focus {
	color: #1A5D56;
}
#td-bottomline { position: absolute; left: 15px; padding-top: 5px; padding-bottom: 5px; }
#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;
}
#mod_login_password, #mod_login_username {
	width: 90%;
}
#mod_login_password {
}
#mod_login_username {
}
#mod_login_remember {
	border: none;
	background: none;
}
/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}
* html > body .clearfix {
	width: 100%;
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
/* blank */
ol {
	margin: 10px 10px 10px 20px;
	padding: 0;
}

ol.disc {
	padding: 0 0 0 30px;
}

ol.disc li { font-size: 110%; padding: 0 0 6px 12px; line-height: 28px; }

/*logform*/
.highslide-html {
    background-color: #d5d7b2;
}
.highslide-html-blur {
}
div.highslide-html-content-header {
	height: 20px;
	padding: 2px;
}
.highslide-html-content {
	position: absolute;
    display: none;
}
div.highslide-body {
	padding: 7px 50px 10px 10px;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
a.control { color: #fff; float: right; display: block;
    /*position: relative;*/
	margin: 0 5px; font-size: 9pt; font-weight: bold; text-decoration: none; text-transform: uppercase; }
a.control:hover { color: #0053ab; }
.highslide-move { background-color: #4c535b; cursor: move; border: 0; height: 18px; padding: 2px; }
/* General */
div.login_clear {
	clear: both;
}
/* Link to window open, login and logout link */
div.moduletitle_logo { height: 32px; line-height: 32px; background-image: url(../images/login_moduletitle.gif); background-repeat: no-repeat; background-position: 0 0; text-align: left !important; text-indent: 5px; z-index: 500; }
div.moduletitle_logo a { font-size: 12px; text-decoration: none; text-transform: lowercase; margin-right: 18px; margin-left: 22px; padding: 2px 15px; }
div.moduletitle_logo a:hover { color: #333; text-decoration: none; }
/* Login box */

div.imglogo {
	background-image: url(../images/login_bg.jpg);
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 10px;
}
input#modlgn_remember {
	border: none;
}
input#modlgn_username { background-image: url(../images/login-input-username.png); background-repeat: no-repeat; text-indent: 15px; }
input#modlgn_passwd { background-image: url(../images/login-input-password.png); background-repeat: no-repeat; text-indent: 15px; }

.copyright img { margin-left:5px; margin-top:11px; margin-right: 5px; }
#td-cert { margin-top: 2px; font-size: 11px; position: absolute; top: 5px; right: 10px; }
#td-cert a {
	padding: 0;
}
/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#td-wrapper {
}

#td-poshtl,
#td-posht1l,
#td-footer,
#td-header,
#td-mainnav,
#td-subnav,
#td-mbgr {
	width: 97%;
	margin: 0 auto;
}

.wide #td-poshtl,
.wide #td-posht1l,
.wide #td-footer,
.wide #td-header,
.wide #td-mainnav,
.wide #td-subnav,
.wide #td-mbgr {
	width: 900px;
	margin: 0 auto;
}
.narrow #td-poshtl,.narrow #td-posht1l, .narrow #td-footer, .narrow #td-header, .narrow #td-mainnav, .narrow #td-subnav, .narrow #td-mbgr { margin: 0 auto; width: 750px; }
#td-mbgr {
	background: url(../images/main-bg1.gif) repeat-y 74% 0;
}

#td-mbgr #td-mbgr2 {
	padding: 10px 0;
	background: url(../images/main-bg2.gif) no-repeat 74% 0;
}

#td-midbodwrap {
	padding: 5px 0 10px;
}

#td-midbod {
	padding: 0;
	margin: 0;
	clear: both;
	display: block;
}

/* HEADER
--------------------------------------------------------- */
#td-header { clear: both; text-align: left; line-height: normal; position: relative; }
/* Default Joomla! Menu */
a.mainlevel { padding: 4px 2px 4px 4px; outline: none medium; width: 90%; display: block; text-decoration: none; border-bottom: 1px solid #fff; background: url(../images/bullet-list.gif) no-repeat 3px 10px; text-indent: 10px; }
a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {background: url(../images/bullet-list-on.gif) no-repeat 3px 10px; }
a.mainlevel#active_menu { font-weight: bold; text-decoration: none; }
a.sublevel {
	padding: 2px 4px 2px 15px;
	display: block;
	color: #4F4F4F;
	background: url(../images/arrow.png) no-repeat 4px 8px;
	text-decoration: none;
}
a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	color: #C298A8000;
	text-decoration: none;
}
#active_menu { background: url(../images/arrow.png) no-repeat 4px center; color: #c298A8000; font-weight: bold; text-indent: 10px; }
/* MODULE
--------------------------------------------------------- */
div.moduletable h3 { padding: 1px 0 3px; margin: 0; color: #1a5d56; font-size: 1em; font-family: Tahoma, Arial, Helvetica, sans-serif; background-color: transparent; border-bottom: 1px solid #ccc; }
div.moduletable {
	padding: 10px 10px 0;
}
#td-colum1 div.moduletable, #td-colum1 div.moduletable_menu {
	padding: 10px;
	background: #e76215;
	margin-bottom: 10px;
	border: solid 2px #ffffff;
}
#td-colum2 div.moduletable { background-color: transparent; padding: 15px 10px; margin-bottom: 0; }
div.moduletable-blank {
	background: none;
	padding: 0;
	margin-bottom: 15px;
}

#td-colum1 div.module_menu li {
	background: none;
}
#td-colum1 div.module_menu a { padding: 3px; border-bottom: 1px dotted #acb4be; display: block; text-decoration: none; }
#td-colum1 div.module_menu a:hover,#td-colum1 div.module_menu a:active, #td-colum1 div.module_menu a:focus {color: #4f4f4f; background: #cc9658; text-decoration: none; border-bottom: 1px dotted #afb4bb;
}
#td-colum1 div.module_menu #current a {	padding: 2px 4px 2px 12px;background: url(../images/bullet-list3.gif) no-repeat 2% 50%;
	color: #535a61;
}
#td-colum1 div.module_menu #current ul li a {
		padding: 2px 4px 2px 12px;
	display: block;
	background: url(../images/bullet-list2.gif) no-repeat 2% 50%;
	text-decoration: none;
	color: #646E7B;
}
#td-colum1 div.module_menu #current ul li a:hover,
a:active,
a:focus {
	color: #298A80;
	text-decoration: none;
}
/* SPOTLIGHT
--------------------------------------------------------- */
#td-spotlight {
	margin: 0;
	padding: 0;
}

/* Spotlight Box Style */
.td-box-full, .td-box-left, .td-box-center, .td-box-right {
	float: left;
	overflow: hidden;
}

.td-box-left div.moduletable {
	padding-right: 20px;
}

.td-box-right div.moduletable {
	padding-left: 20px;
}

.td-box-center div.moduletable {
	padding: 0 20px;
}

#td-lartl h3, #td-poshtl h3, #td-posht1l h3 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: none;
	background: transparent;
}

/* Top Spotlight */
#td-lartlwrap {
	clear: both;
	margin: 10px 0 0;
	padding: 5px 0;
}

#td-lartl {
	padding: 0;
}
/* Bottom Spotlight */
#td-poshtlwrap { border-top: 2px solid #9ba4ac; background: #4c535b; color: #eaebee; border-bottom: 1px solid #5f6872; }

#td-poshtl {
	padding: 10px 0;
}

#td-poshtl h3 { color: #ffffff; margin: 0 0 5px; padding: 0 0 5px; border-bottom: 1px dotted #fff; }

#td-poshtl div.moduletable {
	margin: 0;
	padding: 5px 15px;
	background: none;
}

#td-poshtl a, #td-poshtl a:hover, #td-poshtl a:active, #td-poshtl a:focus {
	color: #FFFFFF;
}

#td-lartl ul, #td-poshtl ul, #td-posht1l ul {
	padding: 0;
	margin: 0 !important;
}

#td-lartl li, #td-poshtl li, #td-posht1l li {
	padding: 0 0 0 15px;
	margin: 0;
	background: url(../images/arrow.png) no-repeat 3px 8px;
}

#td-lartl td, #td-poshtl td, #td-posht1l td {
	padding: 0;
}

#td-poshtl .article_seperator,
#td-lartl .article_seperator {
	display: none;
}

#td-posht1l table, #td-poshtl table, #td-lartl table {
	border-spacing: 0;
	border-collapse: collapse;
}
/* Bottom Spotlight */
#td-posht1lwrap { background: #e3e0d2; color: #000; border-top: 2px solid #e0e1e8; border-bottom: 1px solid #eaebee; }

#td-posht1l {
	padding: 5px 0;
}
#td-posht1l h3 { margin: 0 0 5px; padding: 0 0 5px; border-bottom: 1px dotted #000; }
#td-posht1l div.moduletable { margin: 0; padding: 5px 15px; background: transparent; }
#td-posht1l div.hover, #td-posht1l div.moduletable:hover { background: #dadab8; }
#td-posht1l a, #td-posht1l a:hover, #td-posht1l a:active, #td-posht1l a:focus {
	color: #666;
}
#td-posht1l .article_seperator,
#td-lartl .article_seperator {
	display: none;
}
/* PATHWAY
---------------------------------------------------------*/
#td-pathway {
	display: block;
	text-indent: 4px;
	margin-bottom: 3px;
	color: #5b5841;
}
#td-pathway img {
	margin: 0 5px 1px;
}
#td-pathway a {
	font-weight: bold;
}
/* CONTENT COLUMN
--------------------------------------------------------- */
#td-mbgrwrap-bodyl, #td-mbgrwrap {
	background: url(../images/mainbig-bg1.gif) repeat-y 50% 0;
}
#td-mbgrwrap-body, #td-mbgrwrap2 { background: #d5d7b2 url(../images/main-bg.gif) repeat-x; }
#td-mbgrwrap-bodyl div#td-mbgrwrap2,
#td-mbgrwrap div#td-mbgrwrap2 {
	background: url(../images/mainbig-bg2.gif) no-repeat 50% 0;
}
#td-mbgrwrap-body div#td-mbgr2 {
	background: #d5d7b2 url(../images/main-bg.gif) no-repeat 50% 0;
}
#td-mbgrwrap-bodyr div#td-mbgr2 {
	background: #d5d7b2 url(../images/main-bg.gif) no-repeat 50% 0;
}
#td-mainbody, #td-mainbody-bodyl, #td-mainbody-bodyr, #td-mainbody-body {
}
#td-mainbody, #td-mainbody-bodyl {
	float: left;
	width: 74.8%;
}
#td-mainbody #td-midbodwrap {
	float: right;
	width: 66.6%;
}
#td-mainbody-bodyl #td-midbodwrap {
	float: left;
	width: 100%;
	background: none;
}
#td-mainbody-body, #td-mainbody-bodyr  {
	float: none;
	width: 100%;
}
#td-mainbody-bodyr #td-midbodwrap {
	width: 74.8%;
	float: right;
}
#td-mainbody-bodyr #td-colum1 {
	width: 24.9%;
	float: left;
}
#td-mainbody-body #td-midbod {
	padding: 0 !important;
}
/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#td-colum1 {
	float: left;
	width: 33.3%;
	overflow: hidden;
}

#td-colum1 div.innerpad {
	padding: 0 15px 10px 0;
}

#td-colum2 { color: #eaebd0; float: right; width: 24.9%; overflow: hidden; }
#td-colum2 a { color: #000; text-decoration: underline; }
#td-colum2 a:hover { color: #fdffd1; text-decoration: none; }
#td-colum2 h3 { color: #e3e4ea; background-image: url(../images/h3right.gif); background-repeat: no-repeat; background-position: left top; text-indent: 26px; margin-bottom: 5px; border-bottom: 1px dotted #979fa6; }
#td-colum1 h3 { color: #333; background-image: url(../images/h3left.gif); background-repeat: no-repeat; background-position: left top; text-indent: 26px; border-bottom: 1px solid #ccc8b9; }
#td-colum2 div.innerpad { color: #d5d7b2; padding: 0 0 10px 15px; margin-top: -10px; }

#td-colum1 table,
#td-colum2 table {
	border-collapse: collapse;
	border-spacing: 0;
}

#td-colum1 ul li,
#td-colum2 ul li {
	padding-left: 10px;
	margin: 0;
}

#td-colum1 ul,
#td-colum2 ul {
	margin: 0;
}
/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

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

#modlgn_passwd, #modlgn_username {
	width: 80%;
}

#modlgn_remember {
	border: none;
	background: none;
}
#lr-padd 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; }
table.lr-padd a { color: #fff; 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: #000000; padding-left: 13px; background: url(../images/bullet-list.gif) no-repeat 0 50%; text-decoration: none; }
#lr-padd li a:hover, #lr-padd li a:active, #lr-padd li a:focus { color: #8a939a; background-image: url(../images/bullet-list-on.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 50%; }
table.lr-padd a:hover { color: #298A80; text-decoration: none; }
table.lr-padd td.lr-padd { background-color:#e76215; border:solid 2px #ceceaa; color:#333; width: 33%; }
table.lr-padd td.lr-padd:hover { background-color:#f4f1e2; color:#4c535b; border: solid 2px #f4f4e7; }
table.lr-padd h3 { font-weight: bold; color: #000000; font-size: 1.2em; margin-bottom: 5px; margin-top: 0; padding-top: 0; padding-bottom: 3px; border-bottom: 1px dotted #5b5841; }
#td_top a { color: #f5f5f8; text-decoration: none; }
#td_top a:hover { color: #e0e1e8; text-decoration: none; }
.nav, .nav * {
margin:0;
padding:0;
}
.nav {
line-height:1.0;
float:left;
margin-bottom:1.5em;
position: relative;
}
.nav ul {
background:#fff; 
padding: 0;
}
.nav li {
float:left;
list-style:none;
position:relative;
background:none;

}
.nav li li a {
display:block;
padding: 0;
text-decoration:none;
background-image: none;
float:none;
width:135px;
}
.nav li ul { float:none; left:-999em; position:absolute; width: 177px; z-index: 5; }
.nav li:hover ul,
.nav li.sfHover ul {
left:0;
top: 42px;
}
.nav li:hover li ul,
.nav li.sfHover li ul,
.nav li li:hover li ul,
.nav li li.sfHover li ul,
.nav li li li:hover li ul,
.nav li li li.sfHover li ul {
top:-999em;
}
.nav li li:hover ul,
.nav li li.sfHover ul,
.nav li li li:hover ul,
.nav li li li.sfHover ul,
.nav li li li li:hover ul,
.nav li li li li.sfHover ul {
left: 177px;
top:0px;
width: 177px;
}
.nav li li {
position: relative;
float:none;
width: 177px;
}
#td_top a { color: #f5f5f8; text-decoration: none; }
#td_top a:hover { color: #fff; text-decoration: none; }
#td_bottom { color: #545c66; background-color: #fafbea; padding: 1px 7px; border: solid 1px #ddd; }
#td_bottom a { text-decoration: underline; }

/* @group Menus */
#menu-mss { display: block; height: 40px; line-height: 40px; background-color: #000000; margin: 0; padding: 0; }
ul#horiznav.menutop, #menu-mss ul.menutop { padding: 0; margin: 0; position: relative; z-index:7; float: right; }
#menu-mss li, #menu-mss li a, #menu-mss li .separator {z-index:200;position:relative;}
#menu-mss span {height: 40px;}
#menu-mss a, #menu-mss .separator {color: #fff; white-space: nowrap;display: block;float: left;height: 40px;line-height: 40px;font-weight: normal;font-size: 125%;overflow: hidden;text-decoration: none;z-index: 100;cursor: pointer;padding: 0 15px;}
#menu-mss li.active a, #menu-mss li.active .separator {z-index: 100;cursor: pointer;height: 40px;}
#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: url(../images/menu-rg.png) 100% 4px no-repeat; display: block;float: left;margin: 0 4px 0 0;padding: 0;font-weight: bold;}
#menu-mss li a, #menu-mss li .separator {background: url(../images/menu-le.png) 0 4px 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: url(../images/menuover-rg.png) 100% 4px 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/menuover-le.png) 0 4px no-repeat;color: #21607F;}
#menu-mss li.active a { color: #21607f; font-weight: bold; }
#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 { background: #1a5d56; }
#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;}

/* 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 #fff;
	background: url(../images/bullet-list.gif) no-repeat 3px 10px;
}
ul.menu a:hover { background: url(../images/bullet-list-on.gif) no-repeat 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;}
/* @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;}

/* @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: #298a80; 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: #e6e6ca; }

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:3px solid #FFFFFF;
}
.album:hover {
	cursor:pointer;
	border:3px solid #CCCCCC;
}