/* 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: #eda url(../images/main_1.jpg) 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: #014e62;
	text-decoration: underline;
}
a:hover, a:active, a:focus { color: #4F7B81; text-decoration: none; }
/* Small text */
.small, .smalldark, .createdate, .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: #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: #014e62;
	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: #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 {
	border-top: 1px solid #F4EBD3;
	border-right: 1px solid #8E9CAE;
	border-bottom: 1px solid #8E9CAE;
	border-left: 1px solid #F4EBD3;
	padding: 1px 10px!important;
	padding: 1px 5px;
	background: url(../images/button-bg.gif) repeat-x top left #ECF0F4;
	color: #646E7B;
}
.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: #646e7b;
	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: #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;
}
.componentheading {
	padding-bottom: 5px;
	margin-bottom: 10px;
	background: url(../images/seperator2.gif) no-repeat right bottom;
	color: #4f7b81;
	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: #4F7B81;
	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: #4F7B81; font-size: 0.87em; background: #eff1f4 url(../images/readon2.gif) no-repeat 5% 55%; text-decoration: none; }
a.readon:hover, a.readon:active, a.readon:focus {
	color: #555;
	background: #f4ebd3 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: #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: #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;
}
/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#td-mainbd { margin: 0 auto; padding: 0; width: 95%; text-align: left; min-width: 750px; max-width: 2000px; }
.narrow #td-mainbd {
	width: 750px;
}
.wide #td-mainbd {
	width: 930px;
}
#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; background: #555 url(../images/header1.jpg) no-repeat; margin: 0; }
#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: 240px; right: 0; margin: 5px 15px 5px 10px; }
#td-search div.search { font-size: 12px; line-height: 26px; padding-left: 18px; background: url(../images/icon-search.gif) no-repeat left center; height: 26px; }
#td-search .inputbox { border: none!important; width: 100px; color: #333; font-size: 12px; background: #eda; 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: 3px; border-bottom: 1px dotted #4F7B81; display: block; text-decoration: none; }
a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus { color: #F4EBD3; background: #537D82; text-decoration: none; padding-right: 5px; border-bottom: 1px dotted #F4EBD3; }
a.mainlevel#active_menu { color: #333; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-decoration: none; }
a.mainlevel#active_menu:hover { color: #333; text-decoration: none; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-align: left; border-bottom: 1px dotted #4F7B81; }
a.sublevel {
	padding: 2px 4px 2px 12px;
	display: block;
	background: url(../images/bullet-list2.gif) no-repeat 2% 50%;
	text-decoration: none;
	color: #646E7B;
}
a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	text-decoration: none;
	background: url(../images/bullet-list3.gif) no-repeat 2% 50%;
	color: #014e62;
}
#active_menu {
	background: url(../images/bullet-list3.gif) no-repeat 2% 50%;
	color: #014e62;
}
#td-rightcol a.mainlevel {
	border: none;
}
/*End: Default Joomla! Menu  */
/* TEMPSPLASH
--------------------------------------------------------- */
#td-downts {
	text-align: center;
	background: #555 url(../images/downts-bg.gif) repeat-x left top;
	color: #ebeff4;
	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;
	color: #eef1f4;
}
#td-pathway strong {
	margin-right: 10px;
}
#td-pathway img {
	margin: 0 5px;
}
#td-pathway a {
	color: #ced5de;
	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; }
#td-leftcol div.module_menu a { padding: 3px; border-bottom: 1px dotted #acb4be; display: block; text-decoration: none; }
#td-leftcol div.module_menu a:hover,#td-leftcol div.module_menu a:active, #td-leftcol div.module_menu a:focus {color: #F4EBD3; background: #537D82; text-decoration: none; border-bottom: 1px dotted #afb4bb;
}
#td-leftcol div.module_menu #current a {	padding: 2px 4px 2px 12px;background: url(../images/bullet-list3.gif) no-repeat 2% 50%;
	color: #535a61;
}
#td-leftcol 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-leftcol div.module_menu #current ul li a:hover,
a:active,
a:focus {
	color: #888a9b;
	text-decoration: none;
}
/* 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: #333; background-color: #eda; }
#td-rightcol div.module h3 { color: #4f7b81; font-size: 0.98em; font-weight: bold; background: #f4ebd3 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 #c7ced7; }
/* Right Module Style */
div.module h3, div.module_menu h3 {  padding: 4px 4px 4px 23px; margin: -6px -6px 10px; color: #4e6685; font-size: 0.98em; font-weight: bold; background: #eda url(../images/h3-bgright.gif) no-repeat left center; text-transform: capitalize; border-bottom: 1px solid #cb8; }
div.module a {
	color: #4f7b81
}
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 #e2d09c; }
div.module div div, div.module_menu div div, div.module_text div div { color: #333; background-color: #f4ebd3; 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: #333333 url(../images/footer-bg.gif) repeat-x 50% top;
	color: #eff1f4;
	border-bottom: 2px solid #c7ced7;
	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 {
	width: 90%;
}
#modlgn_passwd {
}
#modlgn_username {
}
#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 { font-size: 12px; float: right; margin: 0; padding: 0; }
/*DIV 3 -----------------------------------------------------------------------*/
#ol_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; }
#ol_side_2 { background-color: #666; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; padding: 5px; }
#ol_side_2 td { color: #f3f5f8; }
#ol_side_2 a { color: #dfae48; }
#ol_side_2 ul, #ol_side_1 ul {
	padding: 0;
	margin: 0!important;
}
#ol_side_2 li, #ol_side_1 li {
	padding: 0;
	margin: 0;
	background: none;
	line-height: 170%;
}
#ol_side_2 li a, #ol_side_1 li a { padding-left: 13px; background: url(../images/bullet-list.gif) no-repeat 0 50%; text-decoration: none; }
#ol_side_2 li a:hover, #ol_side_2 li a:active, #ol_side_2 li a:focus { color: #c8cca6; background-image: url(../images/bullet.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 50%; }
#ol_side_2 a:hover { color: #fff; text-decoration: none; }
#ol_border_1 { background: #fff; margin: 5px 1px; padding: 2px; border: solid 1px #cdd3da; }
#ol_side_1 { background: #f4ebd3; padding: 5px; }
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: #4f7b81; }
table.lr-padd2 a:hover { color: #c8cca6; text-decoration: underline; }
table.lr-padd2 td.lr-padd2 { background-color:#537d82; border:solid 1px #365a5f; background-image:url(../images/main_2.jpg); background-repeat:no-repeat; background-position:left top; color:#ffffff; width: 25%; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; }
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-padd2 div.moduletable { margin: 0; padding-top: 2px; padding-bottom: 2px; border-right-width: 10px; }
#lr-padd2, #lr-padd { padding: 0; width: 100%; }
table.lr-padd { background-color: #fff; width: 100%; padding: 0; }
table.lr-padd a { color: #fff; text-decoration: underline; }
table.lr-padd a:hover { color: #f5f5f5; text-decoration: none; }
table.lr-padd td.lr-padd { background-color:#f4e8c7; border:1px solid #FF7800; background-image:url(../images/main_3.jpg); background-repeat:no-repeat; background-position:left top; color:#333; width: 50%; border: solid 1px #cb8; }
table.lr-padd h3 { font-weight: bold; color: #fff; background-color: #4f7b81; 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; }
#logo, img#logo { position: absolute; top: 20px; left: 0; border: 0; }
#headflash { color: #757575; background-image: url(../images/header3.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; }
div.wrapper { text-align: left; margin: auto; position: relative; }
/*menu-ms Styles */
#menu-ms { background: #4f7b81 url(../images/menu-bg.gif) repeat-x; height: 38px; }
#menu-ms ul.menu {
	
}
#menu-ms ul { z-index: 1000; list-style: none; margin: 0; padding: 0; }
#menu-ms li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#menu-ms a { color: #fff; white-space: nowrap; display: block; float: left; height: 38px; line-height: 38px; padding: 0 17px; font-size: 1em; text-decoration: none; }
#menu-ms li li a, 
#menu-ms li li a:hover,
#menu-ms li:hover li a,
#menu-ms li.sfHover li a,
#menu-ms li.parent:hover li a,
#menu-ms li.parent.sfHover li a,
#menu-ms li.active.parent:hover li a,
#menu-ms li.active.parent.sfHover li a {
	background: none;
}
#menu-ms li li.parent:hover,
#menu-ms li li.parent.sfHover,
#menu-ms li li.active.parent:hover,
#menu-ms li li.active.parent.sfHover {
	background: none;
}
#menu-ms li:hover a,
#menu-ms li.sfHover a,
#menu-ms li:hover a.topdaddy,
#menu-ms li.sfHover a.topdaddy,
#menu-ms a.topdaddy:hover,
#menu-ms li li:hover a:hover,
#menu-ms li li.sfHover a:hover {
	color: #f1ebdd;
}
#menu-ms li:hover li a,
#menu-ms li.sfHover li a,
#menu-ms li.active:hover a,
#menu-ms li.active.sfHover a {
	color: #fff;
}
#menu-ms li.active,
#menu-ms.splitmenu li.active:hover,
#menu-ms.splitmenu li.active.sfHover,
#menu-ms li.active.parent:hover,
#menu-ms li.active.parent.sfHover,
#menu-ms li.active:hover,
#menu-ms li.active.sfHover {
	background: url(../images/menu-act-r.png) 100% 0 no-repeat;
}
#menu-ms li.active a,
#menu-ms.splitmenu li.active:hover a,
#menu-ms.splitmenu li.active.sfHover a,
#menu-ms li.active.parent:hover a,
#menu-ms li.active.parent.sfHover a,
#menu-ms li.active:hover a,
#menu-ms li.active.sfHover a {
	background: url(../images/menu-act-l.png) 0 0 no-repeat;
}
#menu-ms li:hover a,
#menu-ms li.sfHover a,
#menu-ms li.parent:hover,
#menu-ms li.parent.sfHover {
	background: url(../images/menu-over.gif) no-repeat center 32px;	
}
#menu-ms li li a:hover {
	color: #f1ebdd;
}
#menu-ms li.active a {
	color: #fff;
}
#menu-ms li li.parent a.daddy,
#menu-ms li.active li.parent a.daddy {
	background: url(../images/dropdown-child.png) 95% 50% no-repeat;
}
#menu-ms li li, 
#menu-ms li:hover li,
#menu-ms li.sfHover li,
#menu-ms li.parent:hover li,
#menu-ms li.parent.sfHover li,
#menu-ms li.active.parent:hover li,
#menu-ms li.active.parent.sfHover li { background-color: transparent; border-top: 1px solid #666; border-bottom: 1px solid #333; }
#menu-ms ul ul { background-color: #555; background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; border-left: 1px solid #333; border-right: 1px solid #666; }
#menu-ms ul ul ul {
	background: #555;
	border-left: 1px solid #333;
	border-right: 1px solid #666;
}
/* mouseovers */
#menu-ms li li a:hover {
	background: none;
}
#menu-ms li li.active,
#menu-ms li.active li a,
#menu-ms li.active li a:hover {
	background: none;
}
#menu-ms li li a { font-family: Helvetica, Arial, sans-serif; font-size: 100%; font-weight: normal; line-height: 28px; height: 28px; }
#menu-ms a:hover {
	text-decoration: none;
}
/* @group Sub Menu */
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 a { display: block; line-height: 18px; text-indent: 10px; height: 18px; cursor: pointer; }
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-left: 5px;
}
ul.menu li.active a,
ul.menu li a:hover,
ul.menu li.active a:hover {
	text-decoration: none;
}
ul.menu li.active li a,
ul.menu li.active li a:hover {
	background: none;
}
/* @end */
/* @end */
/*logform*/
.highslide-html { font-size: 11px; background-color: #eda; }
.highslide-html-blur {
}
div.highslide-html-content-header {
	height: 20px;
	padding: 2px;
}
.highslide-html-content {
	position: absolute;
    display: none;
}
div.highslide-body {
	padding: 7px 10px 10px;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

a.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #fefefe !important;
}
a.control:hover {
	color: #eaebee !important;
}
.highslide-move { background-color: #494e53; 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: 26px; line-height: 26px; background-image: url(../images/login_moduletitle.gif); background-repeat: no-repeat; background-position: 0 0; text-align: left !important; position: absolute; top: 0; right: 0; z-index: 8; margin-top: 1px; }
div.moduletitle_logo a { color: #333; font-size: 12px; text-decoration: none; text-transform: lowercase; margin-right: 13px; margin-left: 22px; padding: 2px 10px 2px 15px; }
div.moduletitle_logo a:hover { color: #4f7b81; text-decoration: none; }
.copyright img { margin-left:5px; margin-top:11px; margin-right: 5px; }
.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:145px;
}
.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: 36px;
}
.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;
}
#lr-supfla { position: absolute; top: 45px; left: 250px; right: 50px; padding: 0; }
#ol_top a { color: #f5f5f8; text-decoration: none; }
#ol_top a:hover { color: #e0e1e8; text-decoration: none; }
/* @group Signal Login Styling */
#cus_horiz { height: 22px; float: left; margin: 0; }
#cus_horiz #greeting {
	float: left;
	height: 22px;
	margin-right: 10px;
}
#cus_horiz .button {
	background-color: #131313;
	border: solid thin #333;
	font-size: 100%;
	font-weight: normal;
	color: #ccc;
	height: 22px;
	cursor: pointer;
}
#cus_horiz #cus_username {
	float: left;
}
#cus_horiz #cus_username input { padding-left: 10px; overflow: hidden; width: 110px; font-size: 100%; font-weight: normal; border: solid 1px #333; color: #ccc; background-color: #131313; height: 18px; }
#cus_horiz #cus_pass {
	margin-left: 10px;
	float: left;
}
#cus_horiz #cus_pass input { padding-left: 10px; overflow: hidden; width: 110px; font-size: 100%; font-weight: normal; border: solid 1px #333; color: #ccc; line-height: 18px; background-color: #131313; height: 18px; }
#cus_horiz #cus_rememberme {
	margin-left: 10px;
	float: left;
	color: #ccc;
	line-height: 22px;
}
#cus_horiz #cus_submitbutton {
	margin-left: 10px;
	float: left;
}
#cus_horiz #cus_lostpass,
#cus_hoziz #cus_lostname {
	margin-left: 10px;
	float: left;
	line-height: 22px;
}
#cus_horiz #cus_register {
	margin-left: 10px;
	float: left;
}
#cus_horiz #cus_posttext {
	margin-left: 10px;
	float: left;
}
/* @end */

