/* @group Core Elements */

* {
	margin: 0;
	padding: 0;
}
body {
	color: #545C66;
	background: #FFFFFF;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	line-height: 1.5;
}
body#bd { background: #cccccc url(../images/bgr.jpg) repeat-x fixed left top; margin: 0; }
body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
	font-size: 12pt;
	font-family: serif;
	line-height: 140%;
}
body.font1{
	font-size: 9px;
}
body.font2{
	font-size: 10px;
}
body.font3{
	font-size: 11px;
}
body.font4{
	font-size: 12px;
}
body.font5{
	font-size: 13px;
}
body.font6{
	font-size: 14px;
}
body.font7{
	font-size: 15px;
}
/* Normal link */
a {
	color: #CC0000;
	text-decoration: none;
}

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

/* Title text */
.contentheading, .componentheading, div.moduletable h3,
h1, h2, h3 {
}

/* Small text */
.small, .smalldark, .createdate, .modifydate, .mosimage_caption,
.back_button, .pagenavcounter, .pagenav, .pagenavbar, a.readon {
}

/* Heading */
h1 {
	font-size: 150%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p {
	margin: 5px 0 15px;
}

ul {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style: none;
}

ul li { padding-left: 32px; line-height: 160%; background-color: transparent; }

ol {
	margin-top: 5px;
	margin-bottom: 15px;
}

ol li {
	margin-left: 35px;
}

th {
	padding: 4px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #CC0000;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 100%;
}

/* Code text */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #f85703;
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 15px 40px 15px 60px;
	background: url(../images/quote.gif) 20px 10px no-repeat;
	font: italic 1em/1.5 Georgia, Times, serif;
}

.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #F85703;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 25px;
	color: #F85703;
	background: url(../images/bullet-error.gif) no-repeat top left;
}

.message { padding-left: 25px; color: #0324f8; font-size: 1.1em; background: #e3dfda url(../images/bullet-info.gif) no-repeat left top; }

.tips {
	padding-left: 25px;
	color: #F85703;
	background: url(../images/bullet-tips.gif) no-repeat top left;
}

.highlight {
	border-bottom: 1px dotted #999999;
	padding: 0 5px;
	background: #FEFAE1;
	font-weight: bold;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

.bignumber {
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
	padding: 0 2px;
	display: block;
	color: #F85703;
	font: 30px/normal Arial, sans-serif;
	font-weight: bold;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

input, select {
	font: 11px Tahoma, Arial, sans-serif;
}

select, .inputbox {
	padding: 2px;
}

textarea {
	padding-left: 2px;
}

.button, .button:hover { color: #fff; padding: 2px 10px!important; padding: 1px 5px; background: #464646 url(../images/but-bg.gif) repeat-x 50% top; border-color: #dddddd #999999 #999999 #dddddd; border-style: solid; border-width: 1px; }

.button:active, .button:focus { color: #464646; background-color: #e6e6e6; border-color: #999999 #dddddd #dddddd #999999; border-style: solid; border-width: 1px; }

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

.inputbox:hover, .inputbox:focus {
	border: 1px solid #999999;
	background: #FFFFFF;
}

/* MODULE
--------------------------------------------------------- */
/* Module Style */
div.moduletable h3 { padding: 6px; font-size: 1em; line-height: normal; border-bottom: 1px solid #999; }
div.moduletable {
	padding: 0 12px 8px;
	margin: 0;
	clear: both;
}
div.module h3 {
	margin: 0 -3px 5px;
	padding: 2px;
	border-bottom: 1px dotted #999;
	font-size: 1em;
}

div.module, div.module_menu, div.module_text {
	margin-bottom: 5px;
	padding: 0;
	float: left;
	clear: both;
	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: 10px 15px 15px;
	background: url(../images/box-3.jpg) no-repeat top left;
}

div.module div div div div, div.module_menu div div div div, div.module_text div div div div {
	margin: 0;
	padding: 0;
	background: none;
}
/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_seperator {
	display: block;
	background: url(../images/seperator.gif) repeat-x center;
	height: 20px;
}

#ol-left .article_seperator, #ol-right .article_seperator {
	display: none;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 25px;
	background: url(../images/arrow.png) no-repeat 5% 50%;
}

table.contenttoc th {
	padding: 4px;
	text-indent: 5px;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 2px!important;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
	width: 400px!important; /*Control the Frontend Editor area width*/
}

.adminform .inputbox {
}

.blog_more { background-color: #efefef; margin: 10px 0; padding: 10px; border: solid 1px #efefef; }

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	text-transform: uppercase;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 12px;
	background: url(../images/arrow.png) no-repeat 0 8px;
}

td.buttonheading {
	padding: 0 0 0 3px!important;
	text-align: center;
}

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.componentheading { color: #CC0000; padding-bottom: 5px; margin-bottom: 10px; background: url(../images/seperator.gif) repeat-x 50% bottom; font-size: 150%; font-weight: bold; line-height: normal; }

.contentdescription {
	padding-bottom: 30px;
}

table.blog .contentheading {
	font-size: 120%;
	font-weight: bold;
	line-height: normal;
}

.contentheading { color: #CC0000; font-size: 170%; font-weight: bold; line-height: normal; }

a.contentpagetitle {
	text-decoration: none!important;
}

a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none!important;
}

a.readon { background: #ebebeb url(../images/pages.gif) no-repeat 5% 50%; float: right; padding: 1px 5px 1px 22px; display: block; text-transform: lowercase; text-decoration: none; border-color: #c1c1c1 #ddd #ddd #c1c1c1; border-style: solid; border-width: 1px; }

a.readon:hover, a.readon:active, a.readon:focus { background: #e4e4e4 url(../images/pages.gif) no-repeat 5% 50%; text-decoration: none; }

table.contentpaneopen td, table.contentpane td {
}

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

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

.modifydate {
	color: #999999;
	height: 15px;
}

.moduletable {
	padding: 0;
}

.mosimage {
	padding: 0;
	margin: 8px 15px 0 0!important;
	margin: 8px 5px 0 0;
}

.mosimage img {
	padding: 0;
	margin: 0!important;
}

.mosimage_caption {
	margin-top: 5px;
	padding: 1px 2px;
	color: #999999;
}

.pagenav,
.pagenav_prev,
.pagenav_next,
.pagenavbar {
	padding: 0 2px;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	text-decoration: none;
}

a.pagenav:hover, a.pagenav:active, a.pagenav:focus,
.pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,
.pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,
.pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {
	text-decoration: none;
}

.pagenavbar {
	padding-left: 14px;
	background: url(../images/pages.gif) no-repeat center left;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(../images/pages.gif) no-repeat 0 11px;
}

.sectiontabletophead {
	padding: 3px 5px;
	border: solid 1px #c1c1c1;
	background: #999;
	color: #ffffff;
	font-weight: bold;
}

tr.sectiontableentry1 td { background-image: url(../images/seperator.gif); background-repeat: repeat-x; background-attachment: scroll; background-position: 50% bottom; padding: 5px; }

tr.sectiontableentry2 td { background-image: url(../images/seperator.gif); background-repeat: repeat-x; background-attachment: scroll; background-position: 50% bottom; padding: 5px; }

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

.small {
	color: #999999;
}

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

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

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

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#td-base {  width: 790px; margin: 0 auto;  }

.wide #td-base {
	width: 950px;
}

.auto #td-base {
	width: 95%;
}
#td-base-bg { text-align: left; }

#td-basedwrap { background-color: #f7f6f4; text-align: left;) repeat-y right 0; margin: 0; padding: 0; border-top: 1px solid #bdbdbd; border-right: 1px solid #bdbdbd; border-left: 1px solid #bdbdbd; }

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

/* tophead
--------------------------------------------------------- */
#headcol {width: 100%;position: relative;}
#date-format { color: #e8e7e7; z-index: 10; background-color: #0072ba; width: 230px; height: 24px; position: absolute; top: 0; text-align: center; right: 0; padding-top: 8px; }
span.date {text-transform: uppercase;font-size: 90%;font-weight: bold;}
#pathway {width: 100%;display: block;}
span.pathway { display: block; font-weight: normal; line-height: 140%; background-color: #ededed; overflow: hidden; padding-left: 15px; padding-top: 2px; padding-bottom: 2px; }
span.pathway img {padding-right: 5px;width: 5px;background: url(../images/arrow-on.gif) 0 50% no-repeat;}
span.pathway a {float: none;padding: 0 6px 0 0;}

#logo, img#logo { position: absolute; top: 0px; left: 0; z-index: 50; border: 0; }
#td-menuhor { background-color: transparent; position: relative; margin: 0px; padding: 0; height: 37px; }
#td-flashed { background-color: transparent; position: relative; margin: 0 0 5px; padding: 0; }
#td-tophead { clear: both; text-align: left; line-height: normal; background-image: url(../images/topheader.jpg); background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0; position: relative; height: 100px; }
#td-pewrap { line-height: normal; background-color: #f6f5ec; text-align: left; position: relative; clear: both; padding: 5px; border: solid 1px #c3c1a8; }
#logform { line-height: normal; background-color: #d7d7d7; text-align: left; padding: 3px 5px 0; clear: both; }
#td-topnavwrap {
	position: absolute;
	top: 0;
	right: 0;
}
/* Search */
#td-search {position: absolute; right: 0; bottom: 0; width: 100%; width: 200px; z-index: 1; margin: 0; padding: 0; }
#td-search div.search { background: #8c8c8c url(../images/icon-search.gif) no-repeat left center; height: 25px; padding-top: 5px; padding-right: 2px; padding-left: 28px; }
#td-search .inputbox { color: #333; background-color: #efefef; width: 90%; padding-left: 5px; border: solid 1px #999; }
/* User Tools */
#stanhi-4 { font-size: 12px; background-color: #f8f8f8; z-index: 70; float: right; padding-top: 2px; padding-right: 3px; padding-left: 3px; }
#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;
}
/* MAIN NAVIGATION
--------------------------------------------------------- */
#td-subnav {
	padding: 6px 5px;
	margin: 0;
	clear: both;
	border-bottom: 1px solid #ffffff;
	line-height: normal;
	background-color: #f5f5f8; 
}

.td-basicshadow {
	clear: both;
	padding: 1px 0 2px;
	background: url(../images/main-shadow.gif) repeat-x top;
}
/* Sub tophead */
#td-top {
	clear: both;
	background: #d4d5de;
	overflow: hidden;
}

/* CONTENT COLUMN
--------------------------------------------------------- */
#td-basbody, #td-basbody-bodyl, #td-basbody-bodyr, #td-basbody-body {
}

#td-basbody, #td-basbody-bodyr {
	float: right;
	width: 80%;
}
#td-basbody-bodyl {
	float: left;
	width: 100%;
}

#td-basbody-bodyl #td-centrigwrap {
	float: left;
	width: 80%;
	background: none;
}

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

#td-basbody-bodyl #td-right {
	float: right;
	width: 20%;
}

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

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

#td-basbody #td-centrigwrap {
	float: left;
	width: 75%;
}
/* Default Joomla! Menu */
a.mainlevel { padding: 3px 3px 5px; width: 98%; display: block; background-image: url(../images/a-mmenu.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: right bottom; text-decoration: none; }
a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus { background-image: url(../images/a-mmenu2.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: right bottom; text-decoration: none; }
a.mainlevel#active_menu {
	color: #999;
	background: url(../images/a-mmenu3.gif) no-repeat right bottom;
	font-weight: bold;
	text-decoration: none;
}
a.sublevel {
	padding: 2px 4px 2px 15px;
	display: block;
	background: url(../images/arrow.png) no-repeat 2% 50%;
	text-decoration: none;
}
a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	background: url(../images/bullet-list2.gif) no-repeat 2% 50%;
	text-decoration: none;
}
/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#td-left {
	float: left;
	width: 19.9%;
}
#td-left div.moduletable, #td-left div.moduletable_menu { color: #555; background: #e4e4e4; margin: 2px 2px 7px; padding: 0; border: solid 1px #fff; }

#td-right {
	float: right;
	width: 24.9%;
	overflow: hidden;
}
#td-right div.moduletable { color: #333; background-color: #e8e7e7; margin-bottom: 5px; padding: 0 0 10px 3px; width: 98%; border: solid 1px #c8c8c8; }
#td-right h3,#td-left h3 { background-image: url(../images/h3-bgright.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: left center; text-indent: 25px; }

#td-right-inner {
	padding: 0 5px 0 0;
}
div.moduletable-blank {
	background: transparent;
	padding: 0;
	margin-bottom: 2px;
}
#td-left div.module_menu li {
	background: none;
}
#td-left div.moduletable_menu a { padding: 3px 0 5px 0; display: block; background-image: url(../images/a-mmenu.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: right bottom; text-decoration: none; }
#td-left div.moduletable_menu a:hover,#td-left div.moduletable_menu a:active, #td-left div.moduletable_menu a:focus { background-image: url(../images/a-mmenu2.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: right bottom; text-decoration: none; }
#td-left div.moduletable_menu #current a { font-weight: bold; background-image: url(../images/a-mmenu3.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: right bottom; text-decoration: none; }
#td-left 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;
}
#td-left div.module_menu #current ul li a:hover,
a:active,
a:focus {
	text-decoration: none;
}
#td-left table,
#td-right table {
	border-collapse: collapse;
	border-spacing: 0;
}

#td-right ul li {
	padding-left: 10px;
	margin: 0;
	background: url(../images/arrow.png) no-repeat 0 7px;
}

#td-left ul,
#td-right ul {
	margin: 0;
}
/* FOOTER
--------------------------------------------------------- */
#td-footerwrap {
	clear: both;
	padding: 17px 12px 10px;
	background: #616161 url(../images/footer.gif) repeat-x 50% top;
	color: #dee0e6;
}

#td-footer { color: #fff; background-color: #0072ba; height: 35px; overflow: hidden; position: relative; padding: 5px 5px 2px; border-top: 1px solid #f7f6f4; }
#td-footer a {
	color: #f00;
	text-decoration: underline;
}
#td-footer a:hover,
#td-footer a:active,
#td-footer a:focus { color: #a13131; text-decoration: none; }
#td-bottomline {
	float: left;
	margin: 0;
	display: block;
	padding-left: 15px;
}

#td-copyright {
	float: left;
}
#td-cert {
	float: right;
	margin-top: 2px;
	font-size: 11px;
}
#td-cert a {
	padding: 0;
}
/* MISCELLANOUS
----------------------------------------------------------- */
#td-banner { text-align: center; border-top: 1px solid #c1c1c1; }

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

#mod_login_password, #mod_login_username {
	width: 93%;
}

#mod_login_password {
}

#mod_login_username {
}

#mod_login_remember {
	border: none;
	background: none;
}
/* conturfix */
.conturfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .conturfix {
	width: 100%;
	display: block;
}

* html .conturfix {
	height: 1%;
}
/* LR PADD */
#sr-padd { padding: 0; width: 100%; }
#lr-padd, #lr-padd2, #lr-padd1 { padding: 0; width: 100%; }
#lr-padd div.moduletable, #lr-padd2 div.moduletable, #lr-padd1 div.moduletable { margin: 0; padding-top: 0; padding-bottom: 2px; border-right-width: 10px; }
table.lr-padd { 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 { padding-left: 13px; background: url(../images/arrow.png) no-repeat 0 50%; text-decoration: none; }
#lr-padd li a:hover, #lr-padd li a:active, #lr-padd li a:focus { background-image: url(../images/arrow.png); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 50%; }
table.lr-padd a:hover { text-decoration: none; }
table.lr-padd td.lr-padd { background-color:#efefef; border:solid 1px #cecece; background-repeat:no-repeat; background-position:left top; color:#000; width: 25%; }
table.lr-padd td.lr-padd:hover { background-color:#fff; border:solid 1px #c5c5c5; background-repeat:no-repeat; background-position:left top; color:#666; }
table.lr-padd h3 { color: #2b2b2b; padding: 5px; border-bottom: 1px solid #646565; }
table.lr-padd2 h3 { color: #fff; text-transform: uppercase; padding: 5px; border-bottom: 1px solid #fff; }
table.lr-padd1 h3 { color: #555; font-weight: bold; background-color: #dbdbdb; border-bottom: 1px dotted #fff; }
table.lr-padd1 { width: 100%; padding: 0; }
table.lr-padd1 a { text-decoration: underline; }
#lr-padd1 ul {
	padding: 0;
	margin: 0!important;
}
#lr-padd1 li {
	padding: 0;
	margin: 0;
	background: none;
	line-height: 170%;
}
#lr-padd1 li a { padding-left: 13px; background: url(../images/arrow-off.gif) no-repeat 0 50%; text-decoration: none; }
#lr-padd1 li a:hover, #lr-padd li a:active, #lr-padd li a:focus { background-image: url(../images/arrow-on.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 50%; }
table.lr-padd1 a:hover { text-decoration: underline; }
table.lr-padd1 td.lr-padd1 { background-repeat:no-repeat; background-position:left top; color:#555; background-color: #ececec; width: 33%; border: dotted 1px #ced0d6; }
table.lr-padd1 td.lr-padd1:hover { background-color:#e2e2e2; color:#555; }
table.lr-padd2 td.lr-padd2 { color:#ddd; background: #616161 url(../images/footer.gif) repeat-x left top; width: 25%; }
#ol_top a { color: #f5f5f8; text-decoration: none; }
#ol_top a:hover { color: #fff; text-decoration: none; }
#ol_bottom { color: #fff; background:#d33114; padding: 1px; border: solid 1px #c7c7c7; }
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

/* @group Horizontal Menu */

#col-menu { background: #c00 url(../images/m-menu.gif) repeat-x 0 bottom; position: absolute; right: 0; top: 0; height: 37px; }

ul#horiznav.menutop, #col-menu ul.menutop {
	padding: 0;
	margin: 0;
	position: relative;
}

#col-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#col-menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#col-menu a, #col-menu li.active a {
	white-space: nowrap;
	display: block;
	float: left;
	height: 37px;
	line-height: 32px;
	padding: 0 11px;
	font-weight: bold;
	font-size: 100%;
	overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 100;
	color: #e4e4e4;
	background: url(../images/menu-stripe.png) no-repeat 100% 45%;
}

#col-menu li.active a {height: 32px;line-height: 32px;}
#col-menu li:hover {background: url(../images/menu-stripe.png) no-repeat 100% 50%;}

#col-menu li.sfHover a, #col-menu li:hover a { border-bottom: 5px solid #cc0000; color: #fff; line-height: 32px; background-color: #4e545b; height: 32px; }
#col-menu li.sfHover li a:hover, #col-menu li:hover li a:hover {color: #CC0000;}
#col-menu li.active {background: url(../images/menu-stripe.png) no-repeat 100% 50%;}
#col-menu li.sfHover li a, #col-menu li:hover li a 
 { background: transparent; border-bottom:0 none; color:#333; border-top: 1px solid #d7d7d7; }
#col-menu li.active li a, #col-menu li.active.parent li a {font-weight: normal;font-size: 100%;}

#col-menu ul ul {
	margin: 0;
	padding: 0 0 0 0;
	background: #eee;
	border-bottom: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
}

#col-menu li.parent li a.daddy{ background-image: url(../images/olweb1.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: right 50%; }
#col-menu ul ul ul {border-top: 1px solid #d6d6d6;}

#col-menu ul ul li a, #col-menu ul li.active.parent ul a {
	color: #333;
	text-transform: none;
	border-bottom: 1px solid #d6d6d6;
}

/* mouseovers */

#col-menu li li.active, #col-menu li.active li a, #col-menu li.active li a:hover, #col-menu li li a:hover, #col-menu ul li.active.parent ul a {background: none;}

#col-menu li li a {
	font-size: 100%;
	font-weight: normal;
	background: none;
}

/* @group Mainmenu */

#main-content a.mainlevel {
	display: block;
	line-height: 24px;
	text-indent: 18px;
	height: 24px;
	overflow: hidden;
	font-size: 110%;
}

#main-content a.sublevel {
	text-decoration: none;
	line-height: 25px;
	font-size: 110%;
	line-height: 24px;
}

a.mainlevel:hover, a.sublevel:hover {text-decoration: none;}

/* @end */
/* @group Signal Login Styling */
#cus_horiz { height: 22px; margin: 2px 0 0; }
#cus_horiz #greeting {
	float: left;
	height: 22px;
	margin-right: 5px;
}
#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 #ccc; background-color: #f1f0e5; 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 #ccc; line-height: 18px; background-color: #f1f0e5; height: 18px; }
#cus_horiz #cus_rememberme {
	margin-left: 10px;
	float: left;
	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 */
/* @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 { padding: 3px; border-bottom: 1px dotted #acb4be; display: block; text-decoration: none; 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: 3px 3px 5px;  background-image: url(../images/a-mmenu.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: right bottom; text-decoration: none; }
ul.menu li.active a, ul.menu li.active a:hover {  font-weight: bold;  text-decoration: none; }
ul.menu li a:hover {  background:  url(../images/a-mmenu2.gif) no-repeat right bottom; text-decoration: none; }
ul.menu li.active li a,
ul.menu li.active li a:hover { background: transparent; }
/* @end */