/* COMMON STYLE
--------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body { color: #333; font-family: Verdana, Arial, Helvetica, sans-serif; background: #f8e8a0; line-height: 1.5; }
body#bd { background: #ffffff url(../images/bg.gif) repeat scroll 0 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;
}

/* ---------Custom------------*/

.tableref {
    border-collapse: collapse;
    padding: 3px 5px 3px 5px;
    border: 2px solid #C6C7C8;
    background: #f8e8a0;
    color: #090909;
}
.tableref2 {
    border-collapse: collapse;
    padding: 2px 5px 2px 5px;
    border: 1px solid #FFFFFF;
}
.tableref3 {
    border-collapse: collapse;
    padding: 2px 5px 2px 5px;
    border: 1px solid #5E92C4;
    background: #E5F1FE;
}
.tdtitle1_75 {
    padding: 2px 2px 2px 2px;
    border: 1px solid #5E92C4;
    width: 65px;
}
.tdtitle1_300 {
    padding: 0;
    border: 1px solid #5E92C4;
    width: 300px;
}
.tdtitle1 {
    padding: 2px 5px 2px 5px;
    border: 1px solid #C6C7C8;
    background: #f8e8a0;
    color: #090909;
}
.tdtitle1b {
    padding: 2px 5px 2px 5px;
    border: 1px solid #5E92C4;
}
.tdtitle1hd {
    padding: 2px 5px 2px 5px;
    border-top: 1px dotted #5E92C4;
    border-bottom: 1px dotted #5E92C4;
    color: #FFFFFF;
    background-color: #195A9B;
}
.tdtitle1gr {
    padding: 2px 5px 2px 5px;
    border-top: 1px dotted #5E92C4;
    border-bottom: 1px dotted #5E92C4;
    color: inherit;
    background-color: #FFFFFF;
}
.tdtitle1bl {
    padding: 2px 5px 2px 5px;
    border-top: 1px dotted #5E92C4;
    border-bottom: 1px dotted #5E92C4;
    color: inherit;
    background-color: #C1E7FA;
}
.list1 {
    text-align: left;
    list-style-position: outside;
    list-style-image: url(../images/bull_orange.gif);
    line-height: 16px;
    padding: 0;
    margin-top: 0px;
    margin-right: 15px;
    margin-left: 25px;
}
.list1 a:link, .list1 a:visited {
    color: #0281FF;
}
.list1 a:hover  {
    background-color: inherit;
    color: #5BCA02;
}
.list2 {
    text-align: left;
    list-style-position: outside;
    list-style-image: url(../images/bull_blue.gif);
    line-height: 16px;
    margin-top: 0px;
    margin-right: 15px;
    margin-left: 15px;
}
.list2 a:link, .list2 a:visited {
    color: #FFFFFF;
}
.list2 a:hover  {
    background-color: inherit;
    color: #5BCA02;
}
/* ----------------------------*/


/* Normal link */
a {
	color: #FF9900;
	text-decoration: underline;
}
a:hover, a:active, a:focus { color: #c30000; 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 #818181;
	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: #DFE5EC;
	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; color: #f3f5f8; background-color: #434952; background-repeat: repeat-x; background-attachment: scroll; background-position: left top; border-style: solid; border-width: 1px; }
.button:active, .button:focus { color: #434952; background-color: #f1f3f5; border-style: solid; border-width: 1px; }
.inputbox {
	border: solid 1px #b7b7b7;
	background: #f1f3f5;
}
.inputbox:hover, .inputbox:focus { background-color: #eceff1; border: solid 1px #b7b7b7; }
/* MODULE
--------------------------------------------------------- */
div.moduletable h3 {
	margin: 0 -10px 5px;
	padding: 2px 10px;
	color: #c30000;
	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: #DFE5EC;
	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: #C30000;
	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: #F87820;
	font-size: 1.7em;
	border-bottom: 1px solid #F87820;
}
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: #C30000; 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: #ffffff;
	background: #f90 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: #818181;
	font-weight: bold;
	line-height: 10px;
}
.modifydate {
	color: #818181;
	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: #818181;
}
.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: #ebe8db;
	color: #f90;
	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: #818181;
}
.smalldark {
	text-align: left;
}
div.syndicate div {
	text-align: center;
}
.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}
/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#td-mainbcentre { background-color: #f8e8a0; border-left: 1px solid #C6C7C8; border-right: 1px solid #C6C7C8; margin: 0 auto; padding: 0; width: 95%; text-align: left; min-width: 750px; max-width: 2000px; }
.narrow #td-mainbcentre {
	width: 750px;
}
.wide #td-mainbcentre {
	width: 930px;
}
#td-mainbcentretop { background-color: #e2dbd3; text-align: left; margin: 0 auto; padding: 0; width: 95%; min-width: 750px; max-width: 2000px; }
.narrow #td-mainbcentretop { width: 750px; }
.wide #td-mainbcentretop { width: 930px; }
#td-container,
#td-container-bodyr,
#td-container-bodyl,
#td-container-body {
	clear: both;
	padding: 0;
}
#td-container,
#td-container-bodyr {  background-attachment: scroll; background-position: 0 0; }
#td-container-bodyl,
#td-container-body {
	background: #FFFFFF;
}
#td-contentwrap {
}
#td-content {
	padding: 10px 15px 20px;
	background: #ffffff url(../images/top-bg.gif) repeat-x top;
	border-left: 1px solid #C6C7C8;
}
/* HEADER
--------------------------------------------------------- */
#td-header_2 { 	position: absolute;
	top: 3px;
	right: 0;
}
#td-header h1 { font-size: 2em; position: absolute; left: 0; bottom: 0; }
#td-header h1 img {
	float: left;
}
#td-extoolswrap {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 0 0 3px;
}
#td-extools {
	padding: 0;
	float: left;
	display: block;
	font-size: 12px;
}
#td-extools span {
	float: left;
	margin: 0 5px 0 5px;
	display: block;
}
#td-extools img {
	padding: 3px 0 0 0;
}
#td-exrtools a {
}
#td-extools a:hover, #td-extools a:active, #td-extools a:focus {
}
#td-search { font-size: 12px; margin: 5px 15px 5px 10px; }
#td-search div.search { font-size: 12px; padding-left: 18px; background: url(../images/icon-search.gif) no-repeat left center; }
#td-search .inputbox { border: none!important; width: 100px; color: #423d38; font-size: 12px; background: #f7f6f2; padding-left: 5px; }
#td-usertools .inputbox:hover,
#td-usertools .inputbox:focus {
}
#td-logform { font-size: 12px; margin: 5px 15px 5px 10px; }
/* 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 */

#active_menu { color:#51618a; font-weight: bold; background-color: #f8e8a0; background-image: url(../images/menu_bg.png); background-repeat: no-repeat; background-position: 0 -50px; text-indent: 30px; }
a#active_menu:hover { color: #51618a; background-position: 0 -50px; cursor: default; }
/* --Default Class Settings-- */
a.mainlevel  { margin: 0; padding: 0; font-size: 11px; background-color : #f8e8a0; vertical-align: middle; }
a.mainlevel: link { padding: 0; font-size: 11px; background-color : #f8e8a0; text-indent: 10px; vertical-align: middle; }
a.mainlevel:link, a.mainlevel:visited { background: #f8e8a0 url(../images/menu_bg.png) no-repeat; vertical-align: middle; font-size: 11px; font-weight: normal; color: #F87820; line-height: 25px; text-align: left; overflow: hidden; text-decoration: none; text-indent: 30px; height: 25px; border-bottom: 1px dotted #ffffff; display: block; }
a.mainlevel:hover { background-position: 0 -25px; text-decoration: none; color: #ffffff; background-color: #f8e8a0; }
a.mainmenu:link, a.mainmenu:visited {
color: #ffffff;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 10px;

}
a.mainmenu:hover {
color: #af3239;
}

/*
a.mainlevel { color: #F87820; padding: 3px; border-bottom: 1px dotted #acb4be; display: block; text-decoration: none; }
a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus { color: #f8e8a0; background: #F87820; text-decoration: none; padding-right: 5px; border-bottom: 1px dotted #afb4bb; }
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; }
*/

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: #494e53;
}
/*#active_menu {
	background: url(../images/bullet-list3.gif) no-repeat 2% 50%;
	color: #8c1717;
}*/
#td-rightcol a.mainlevel {
	border: none;
}
/*End: Default Joomla! Menu  */
/* TEMPSPLASH
--------------------------------------------------------- */
#td-downts { text-align: center; color: #343229; padding: 10px 0 15px; }
#td-downts a {
	color: #312b22;
}
.td-box {
	float: left;
	overflow: hidden;
}
#td-downts h3 {
	padding: 0;
	margin: 0 0 5px;
	color: #3b3326;
	font-size: 1em;
}
#td-downts div.moduletable {
	margin: 0 20px 0 0;
	padding: 0;
}
#td-downts td { color: #222; 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 {  }
#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: 77%;
}
#td-mainbody-bodyr #td-leftcol {
	width: 23%;
}
#td-mainbody-body {
	float: left;
	width: 100%;
}
/* LEFT COLUMN
--------------------------------------------------------- */
#td-leftcol { float: left; width: 24.99%; padding-top: 10px; }
#td-leftcol div.moduletable h3 { margin: 0 -10px 5px; padding: 5px 10px; color: #f7f6f2; font-size: 1em; background-color: #c30000; }
#td-leftcol div.moduletable {  padding: 0 10px 10px; }
/* RIGHT COLUMN
--------------------------------------------------------- */
#td-rightcol {
	float: left;
	width: 20%;
	padding-top: 10px;
}
#td-rightcol a { color: #dadde2; }
#td-rightcol div.moduletable h3 {
	margin: 0 0 5px;
	padding: 4px 10px 4px 20px;
	/*color: #646E7B;*/
	color: #e2dbd3;
	background: #616976 url(../images/h3right.gif) no-repeat 5px bottom;
	font-size: 1em;
}
#td-rightcol div.moduletable { color: #e2dbd3; background-color: #c30000; margin-bottom: 5px; width: 92%; padding: 0 0 10px; }
/* Right Module Style */
div.module h3 { color: #f8e8a0; font-weight: bold; background-color: #F87820; background-repeat: repeat; background-attachment: scroll; background-position: left center; margin-bottom: 0; margin-top: 0; border-bottom: 1px dotted #c8be9b; text-transform: capitalize; text-indent: 15px; padding-top: 2px; padding-bottom: 2px; }
div.module a {
	}
div.module {
	margin-bottom: 8px;
	padding: 0;
	float: left;
	width: 100%;
	/*background: url(../images/box-2.jpg) no-repeat bottom right;*/
}

div.module div {
	padding: 0;
	/*background: url(../images/box-1.jpg) no-repeat bottom left;*/
}

div.module div div {
	padding: 0;
	/*background: url(../images/box-4.jpg) no-repeat top right;*/
}

div.module div div div {
	padding: 9px 5px 15px;
	/*background: url(../images/box-3.jpg) no-repeat top left;*/
}

div.module div div div div {
	margin: 0;
	padding: 0;
	background: none;
}
/* FOOTER
--------------------------------------------------------- */
#td-footer { clear: both; color: #fff; background-color: #F87820; background-repeat: repeat-x; background-attachment: scroll; background-position: 50% top; border-top: 1px solid #fff; border-bottom: 2px solid #C6C7C8; position: relative; height: 35px; }
#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: 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: #818181;
	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;
}
/*DIV 3 -----------------------------------------------------------------------*/
#td_border_2 { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin-top: 5px; margin-bottom: 5px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; border: hidden 1px #cdd3da; }
#td_side_2 { background-color: #51596a; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; padding: 5px; }
#td_side_2 td { color: #f3f5f8; }
#td_side_2 a { color: #3a4048; background-color: #e9ecf1; }
#td_side_2 a:hover { color: #fff; background-color: #9ea6b7; text-decoration: none; }
#td_border_1 { background: #fff; margin: 5px 1px; padding: 2px; border: solid 1px #cdd3da; }
#td_side_1 { background: #e9ecf1; padding: 5px; }
table.moduletable { width: 100%; }
table.moduletable th { font-weight: bold; color: #3a4048; background-color: #ebe8db; 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: #fff; text-decoration: underline; }
table.lr-padd2 a:hover { color: #000; }
table.lr-padd2 td.lr-padd2 { background-color:#FF9900; background-repeat:repeat; background-position:left top; color:#ffffff; width: 25%; }
table.lr-padd2 h3 { font-family: arial, verdana, Helvetica, sans-serif; font-weight: bold; color: #fff; font-size: 1.4em; text-align: center; margin-bottom: 4px; vertical-align:middle; 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-padd, #lr-padd2 { padding: 0; width: 100%; }
table.lr-padd { width: 100%; padding: 0; }
table.lr-padd a { color: #616976; 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: #c30000; 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: #616976; background-image: url(../images/bullet.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 50%; text-decoration: underline; }
table.lr-padd a:hover { color: #616976; text-decoration: none; }
table.lr-padd td.lr-padd { color:#423d38; width: 50%; }
/* BEGIN: topart */
#td-flashed { background: #c30000 url(../images/top.jpg) repeat-x; border-bottom: 20px solid #fff; }
#topart { background: #c30000 url(../images/top.jpg) repeat-x; padding: 0; margin: 0; }

#topart .sl-wrapper { color: #fff; }

#topart ul.tophi-wrapper {
	margin: 0;
	padding: 0;
	list-style: none;
	background: transparent;
	text-align: center;
	height: 20px;
}

#topart li.tophi {
	margin: 0 2px;
	float: right;
	padding: 0;
	display: block;
	background: transparent;
	font-size: 11px;
}

#topart li.tophi-current {
	margin: 0;
	float: right;
	padding: 0;
	display: block;
	background: transparent;
	font-size: 11px;
}

#topart li.tophi a { width: 100px; display: block; background: #434952; color: #f4f6f7; line-height: 20px; text-decoration: none; text-align: center; height: 20px; cursor: pointer; }

#topart li.tophi a:hover {
	color: #f4f6f7;
	background: #616976;
	text-decoration: none;
}

#topart li.tophi-current a {
	width: 100px;
	display: block;
	background: #c30000;
	color: #eceef1;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	height: 20px;
	cursor: pointer; 
}

#topart .article_seperator {
	visibility: hidden;
}

#topart .contentheading { color: #484848; background-color: #e2e5e8; }

#topart .moduletable { color: #fff; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; border: none; margin: 0 2px; padding-top: 0; }

#topart .moduletable a { color: #eceef1; font-size: 11px; text-decoration: underline; }

#topart .moduletable h3 { color: #fff; line-height: 20px; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; height: 20px; border-bottom: 1px dotted #eceef1; }

#topart .stanhi div.col {
	width: 32%!important;
	width: 30%;
	float: left;
	margin-right: 6px;
}
#headflash { background-image: url(../images/header6.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; }