html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

body#bd {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../skin/bd-bg.gif) #E6E6E6;
}
.pageContent   {
	margin-top:3.25pt;
	margin-right:0cm;
	margin-bottom: 3.25pt;
	margin-left:0cm;
	text-align:justify;
	text-indent:27.0pt;
	}
.headContent   {
	margin-top:3.25pt;
	margin-right:0cm;
	margin-bottom: 3.25pt;
	margin-left:0cm;
	text-align:justify;
	text-indent:27.0pt;
	text-decoration:none;
	}
.pricename {
	background-color:#CCC;
	font-size:13px;
	font-weight: bold;
	color:#FFF;
}
.price {
	background-color: #999; 
	font-size:14px;
	font-weight: bold;
	color:#FFF;
}
.tableprice {
	font-size: 12px;
	height: 20px;
	text-decoration: none;
}
body.contentpane {
	width: auto;
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
}

body.fs1{
	font-size: 10px;
}

body.fs2{
	font-size: 11px;
}

body.fs3{
	font-size: 12px;
}

body.fs4{
	font-size: 13px;
}

body.fs5{
	font-size: 14px;
}

body.fs6{
	font-size: 15px;
}

.galerytd{
	width:150px;
	height:150px;
	border:0;
}
.imgcontent{
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
}
.titlecontent {
	font-size:14px;
	text-align:center;
	position:absolute;
	line-height:25px;
	top:80px;
	right:493px;
	width:190px;
	margin-bottom:20px;
	height:170px;
}
.titlecontactskode {
	font-size:14px;
	vertical-align: super;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.titlecontactsphone {
	font-size:24px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.titlename {
	font-size:16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000;	
}
.titleaction {
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000;	
}
.contentaction {
	font-size:14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#F00;
}

/* Normal link */
a {
	color: #6DA43A;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #D25D23;
	text-decoration: underline;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4, h5, h6 {
}

/* Small text */
small, .small, .smalldark, .mosimage_caption, .smalldark, .smalldark:hover, #rem-pathway {
	font-size: 90%;
	color: #333;
	text-decoration: none;
}
a#smalldark {
	font-size: 90%;
	color: #333;
}
/* Heading */
h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 10px;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 15px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 35px;
	line-height: 150%;
	background: url(../skin/arrow.png) no-repeat 25px 8px;
}

ol li {
	margin-left: 35px;
	line-height: 150%;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 100%;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

select, textarea, .inputbox {
	background: #FFFFFF;
	color: #4F4F4F;
}

.button {
	background: url(../skin/but-bg.gif) repeat-x top #D25D23;
	color: #FFFFFF;
	border: 1px solid #D25D23;
	padding: 1px 5px;
	font-weight: bold;
}

* html .button { /*IE 6*/
	padding: 1px 3px !important;
}

*+html .button { /*IE 7*/
	padding: 1px 3px !important;
}

.inputbox {
	border: 1px solid #CCCCCC;
	margin-bottom: 1px;
	padding: 3px 5px;
}

.inputbox:hover, .inputbox:focus {
}

/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-top: 3px solid #CCCCCC;
	background: url(../skin/code-bg.gif) no-repeat right top #F8F8F8;
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 15px 40px 15px 60px;
	background: url(../skin/open_quotes.gif) 20px 10px no-repeat;
	font: 1em/1.5 Georgia, Times, serif;
}

p.quote {
	margin: 0;
	padding: 0;
	background: url(../skin/close_quotes.gif) bottom right no-repeat;
}

/* Quote hilight */
div.quote-grey {
	background: url(../skin/q1_std.gif) no-repeat 20px 10px #F8F8F8;
	padding : 0;
	margin: 0;
	border: 1px dotted #929292;
}

div.quote-grey blockquote {
	background: url(../skin/q2_std.gif) no-repeat right bottom;
	margin: 0;
}

div.quote-hilite {
	background: url(../skin/q1_std2.gif) no-repeat 20px 10px #EBF4E2;
	padding : 0;
	margin-top: 20px;
	border:1px dotted #92BF68;
}

div.quote-hilite blockquote {
	color: #609133;
	background: url(../skin/q2_std2.gif) no-repeat right bottom;
	margin: 0;
}

/* Rropcap */
.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #999999;
	font: 50px/40px Georgia, Times, serif;
}

.dropcap-hilite {
	float: left;
	padding: 4px 3px 0 3px;
	margin: 0 4px 0 0;
	display: block;
	color: #FFFFFF;
	background: #6DA43A;
	font: 50px/40px Georgia, Times, serif;
}

/* Note Style */
div.stickynote {
	margin-top: 20px;
	padding: 0;
	border: 1px solid #E2E2E2;
}

div.stickynote p {
	background: url(../skin/sticky-bg.gif) no-repeat left center #FFFFFF;
	margin: 0;
	padding: 10px 15px 10px 55px;
	border: 2px solid #F3F3F3;
}

div.pinnote {
	margin-top: 20px;
	padding: 0;
	background: #F5FAF0;
	border: 1px solid #F2CAB7;
}

div.pinnote p {
	background: url(../skin/pin-bg.gif) no-repeat left center #FFFFFF;
	margin: 0;
	color: #D25D23;
	padding: 10px 15px 10px 55px;
	border: 2px solid #FCF4F0;
}

div.contact {
	margin-top: 20px;
	padding: 0;
	background: #F5FAF0;
	border: 1px solid #B5E9F6;
}

div.contact p {
	background: url(../skin/contact-bg.gif) no-repeat left center #FFFFFF;
	margin: 0;
	color: #18B8DF;
	padding: 10px 15px 10px 55px;
	border: 2px solid #F0FBFD;
}

div.download {
	margin-top: 20px;
	padding: 0;
	background: #F5FAF0;
	border: 1px solid #D7EAC6;
}

div.download p {
	background: url(../skin/download-bg.gif) no-repeat left center #FFFFFF;
	margin: 0;
	color: #609133;
	padding: 10px 15px 10px 55px;
	border: 2px solid #F5FAF0;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 3px;
	padding: 0px 0 5px 30px;
	background: url(../skin/checklist-bg.gif) no-repeat 0px 0px;
}

/* Bignumber */
.bignumber {
	float: left;
	margin-right: 8px;
	padding: 6px 7px;
	display: block;
	color: #FFFFFF;
	background: url(../skin/ol-bg.gif) no-repeat top left;
	font: 20px/normal Arial, sans-serif;
	font-weight: bold;
}

/* Talking box. Thinking box. */
div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
}

div.bubble1 div {
	margin: 0;
	width: 100%;
	background: url(../skin/bub-br-bg.gif) no-repeat bottom right;
}

div.bubble1 div div {
	background: url(../skin/bub-bl-bg.gif) no-repeat bottom left;
}

div.bubble1 div div div {
	background: url(../skin/bub-tr-bg.gif) no-repeat top right;
}

div.bubble1 div div div div {
	background: url(../skin/bub-tl-bg.gif) no-repeat top left;
}

div.bubble1 div div div div div {
	margin: 0;
	padding: 15px 15px 30px 15px;
	width: auto;
}

div.bubble2 div {
	margin: 0;
	width: 100%;
	background: url(../skin/bub2-br-bg.gif) no-repeat bottom right;
}

div.bubble2 div div {
	background: url(../skin/bub2-bl-bg.gif) no-repeat bottom left;
}

div.bubble2 div div div {
	background: url(../skin/bub2-tr-bg.gif) no-repeat top right;
}

div.bubble2 div div div div {
	background: url(../skin/bub2-tl-bg.gif) no-repeat top left;
}

div.bubble2 div div div div div {
	margin: 0;
	padding: 15px 15px 35px 15px;
	width: auto;
}

div.bubble3 div {
	margin: 0;
	width: 100%;
	background: url(../skin/bub3-br-bg.gif) no-repeat bottom right;
}

div.bubble3 div div {
	background: url(../skin/bub3-bl-bg.gif) no-repeat bottom left;
}

div.bubble3 div div div {
	background: url(../skin/bub3-tr-bg.gif) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(../skin/bub3-tl-bg.gif) no-repeat top left;
}

div.bubble3 div div div div div {
	margin: 0;
	padding: 15px 15px 50px 15px;
	width: auto;
}

div.bubble4 div {
	margin: 0;
	width: 100%;
	background: url(../skin/bub4-br-bg.gif) no-repeat bottom right;
}

div.bubble4 div div {
	background: url(../skin/bub4-bl-bg.gif) no-repeat bottom left;
}

div.bubble4 div div div {
	background: url(../skin/bub4-tr-bg.gif) no-repeat top right;
}

div.bubble4 div div div div {
	background: url(../skin/bub4-tl-bg.gif) no-repeat top left;
}

div.bubble4 div div div div div {
	margin: 0;
	padding: 15px 15px 55px 15px;
	width: auto;
}

/* Box style */
.box-grey,
.box-hilite {
	border: 1px solid #CCCCCC;
	background: url(../skin/grad2.gif) repeat-x bottom #FFFFFF;
	margin: 20px 0 0 0;
	padding: 15px;
}

.box-hilite {
	border: 1px solid #CCCCCC;
	background: White;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3 {
	background: url(../skin/h3-bg-narrow.gif) no-repeat;
	margin: 0 -10px 5px;
	padding: 0 5px 0 10px;
	line-height: 35px;
}

.wide div.moduletable h3 {
	background: url(../skin/h3-bg.gif) no-repeat;
}

div.moduletable {
	padding: 5px 10px;
}

div.module h3 {
	margin: 0 0 5px;
	padding: 0;
	line-height: normal;
}

div.module {
	margin: 0 0 10px;
	padding: 0;
	background: url(../skin/box-br.gif) no-repeat bottom right;
	float: left;
	width: 100%;
	clear: both;
}

div.module div {
	margin: 0;
	background: url(../skin/box-bl.gif) no-repeat bottom left;
}

div.module div div {
	background: url(../skin/box-tr.gif) no-repeat top right;
}

div.module div div div {
	padding: 15px 15px 20px;
	background: url(../skin/box-tl.gif) no-repeat top left;
}

div.module div div div div {
	margin: 0;
	padding: 0;
	background: none;
	float: none;
}

/* Right module */
div.module-brick h3,
div.module-green h3,
div.module-cyan h3 {
	margin: 0 0 5px;
	padding: 0;
	line-height: normal;
}

div.module-brick,
div.module-green,
div.module-cyan {
	margin: 0 0 10px;
	padding: 0;
	background: url(../skin/box-circle-br.gif) no-repeat bottom right;
	float: left;
	width: 100%;
	clear: both;
}

div.module-brick div,
div.module-green div,
div.module-cyan div {
	margin: 0;
	background: url(../skin/box-bl.gif) no-repeat bottom left;
}

div.module-brick div div,
div.module-green div div,
div.module-cyan div div {
	background: url(../skin/box-tr.gif) no-repeat top right;
}

div.module-brick div div div,
div.module-green div div div,
div.module-cyan div div div {
	padding: 15px;
	background: url(../skin/box-tl.gif) no-repeat top left;
}

div.module-brick div div div div,
div.module-green div div div div,
div.module-cyan div div div div {
	margin: 0;
	padding: 15px 15px 20px;
	background: none;
	float: none;
}

/* Module Brick */
div.module-brick {
	background: url(../skin/box-hl-br.gif) no-repeat bottom right;
	color: #FFFFFF;
}

div.module-brick div {
	background: url(../skin/box-hl-bl.gif) no-repeat bottom left;
}

div.module-brick div div {
	background: url(../skin/box-hl-tr.gif) no-repeat top right;
}

div.module-brick div div div {
	background: url(../skin/box-hl-tl.gif) no-repeat top left;
}

/* Module Green */
div.module-green {
	background: url(../skin/box-green-br.gif) no-repeat bottom right;
	color: #FFFFFF;
}

div.module-green div {
	background: url(../skin/box-green-bl.gif) no-repeat bottom left;
}

div.module-green div div {
	background: url(../skin/box-green-tr.gif) no-repeat top right;
}

div.module-green div div div {
	background: url(../skin/box-green-tl.gif) no-repeat top left;
}

/* Module Blue */
div.module-cyan {
	background: url(../skin/box-cyan-br.gif) no-repeat bottom right;
	color: #FFFFFF;
}

div.module-cyan div {
	background: url(../skin/box-cyan-bl.gif) no-repeat bottom left;
}

div.module-cyan div div {
	background: url(../skin/box-cyan-tr.gif) no-repeat top right;
}

div.module-cyan div div div {
	background: url(../skin/box-cyan-tl.gif) no-repeat top left;
}

/* Module Blank */
div.module-blank {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	clear: both;
}

div.module-brick a,
div.module-green a,
div.module-cyan a {
	color: #FFFFFF;
}

div.module-brick li,
div.module-green li,
div.module-cyan li {
	background-image: url(../skin/arrow4.gif) !important;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_separator {
	display: block;
	height: 30px;
	background: url(../skin/sep.gif) no-repeat center right;
}

#rem-col1 .article_separator, #rem-col2 .article_separator {
	display: none;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
}

table.contentpane, table.contentpaneopen {
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0 0 5px 0;
	width: 35%;
	background: #F8F8F8;
}

table.contenttoc td {
	padding: 5px 5px 0 20px;
	background: url(../skin/arrow.png) no-repeat 3% 60%;
}

table.contenttoc th {
	padding: 5px;
	background: #E6E6E6;
	text-indent: 5px;
	border-bottom: 5px solid #FFFFFF;
}

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;
	border-collapse: collapse;
	border-spacing: 0;
}

table.pollstableborder tr.sectiontableentry1 td {
	border: none;
	background: White;
}

table.pollstableborder tr.sectiontableentry2 td {
	border: none;
}

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;
	display: block;
	color: #4F4F4F;
	font-size: 125%;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 12px;
	background: url(../skin/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 {
	padding: 0 0 5px 0;
	margin-bottom: 15px;
	background: url(../skin/sep.gif) no-repeat bottom right;
	font-size: 150%;
	font-weight: bold;
}
.componentheading1, .componentheading1:hover {
	padding: 0 0 5px 0;
	margin-bottom: 15px;
	font-weight: bold;
	text-align:center;
	color: #333;
	text-decoration: none;
}
.componentheading2, .componentheading1:hover {
	padding: 0 0 5px 0;
	margin-bottom: 15px;
	background: url(../skin/sep.gif) no-repeat bottom right;
	font-weight: bold;
	text-align:center;
	color: #333;
	text-decoration: none;
}
.componentheading3 {
	padding: 0 0 5px 0;
	margin-bottom: 15px;
	background: url(../skin/sep.gif) no-repeat bottom right;
	font-weight: bold;
	text-align:left;
	color: #333;
	text-decoration: none;
}

.more{
	text-align: right;
}
.contentdescription {
	padding-bottom: 30px;
}

table.blog .contentheading {
	font-size: 120%;
}

.contentheading {
	font-size: 150%;
	font-weight: bold;
	line-height: normal;
	color: #D25D23;
}

a.contentpagetitle {
}

a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none;
}

a.readon {
	float: left;
	display: block;
	background: url(../skin/readon.gif) no-repeat top;
	width: 74px;
	height: 18px;
	text-indent: -5000px;
	outline: none;
}

a.readon:hover, a.readon:active, a.readon:focus {
	background: url(../skin/readon.gif) no-repeat bottom;
}

div.back_button a {
	margin: 10px 0;
	display: block;
	background: url(../skin/but-back.gif) no-repeat top;
	height: 18px;
	width: 49px;
	outline: none;
	text-indent: -300%;
}

div.back_button a:hover,
div.back_button a:active,
div.back_button a:focus {
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.createdate {
	padding: 0 1px;
	color: #999999;
	text-transform: uppercase;
	font-size: 90%;
}

.modifydate {
	color: #999999;
	height: 15px;
	padding-top: 15px;
}

.moduletable {
	padding: 0;
}

.mosimage {
	margin: 15px 10px 5px 0;
	padding: 5px;
}

* html .mosimage { /*IE 6*/
	padding: 5px 0 !important;
	margin: 15px 10px 5px 0;
}

*+html .mosimage { /*IE 7*/
	padding: 5px 0 !important;
}

.mosimage img {
	padding: 0 !important;
	margin: 0 !important;
}

.mosimage_caption {
	margin-top: 3px;
	padding: 1px 2px;
	color: #999999;
	font-size: 90%;
}

.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(../skin/pages.gif) no-repeat center left;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(../skin/pages.gif) no-repeat 0 11px;
}

.sectiontableheader {
	padding: 5px;
	border: 1px solid #FFFFFF;
	background: #666666;
	color: #FFFFFF;
	font-weight: bold;
}

tr.sectiontableentry1 td {
	padding: 8px 5px;
	border-bottom: 1px solid #DDDDDD;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
	border-bottom: 1px solid #DDDDDD;
	background: #F8F8F8;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	border-bottom: 1px solid #CCCCCC;
}

.small {
	color: #999999;
}

.smalldark {
	color: #333;
	text-align: center;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#rem-wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}

.wide #rem-wrapper {
	width: 1024px;
}

#rem-container,#rem-container-fr {
	background: url(../skin/container-bg.gif) repeat-y 170px 0;
}

.wide #rem-container,.wide #rem-container-fr {
	background: url(../skin/container-bg.gif) repeat-y 214px 0;
}

#rem-container-f, #rem-container-fl {
	background: none;
}

#rem-contentwrap {
}

#rem-content {
	padding: 15px 10px 20px;
	margin: 0;
	clear: both;
	display: block;
}

.wide #rem-content {
	padding: 15px 20px 20px;
}

/* HEADER
--------------------------------------------------------- */
#rem-header {
	clear: both;
	text-align: right;
	background: url(../skin/mainnav-bg.gif) repeat-x top;
}

#rem-header h1 {
	margin: 0;
	padding: 0;
	font-size: 2em;
	float: left;
	width: 220px;
	height: 46px;
	background: url(../skin/logo.gif) no-repeat;
}

#rem-header h1 a {
	width: 220px;
	height: 46px;
	display: block;
	text-indent: -300%;
}

#rem-header h1 a {
	text-decoration: none;
	text-transform: uppercase;
}

#rem-header h1 img {
	float: left;
}

div.header-sep {
	background: url(../skin/subnav-bg-wide.gif) no-repeat top left;
	padding: 4px 0;
	clear: both;
}

/* Search */
#rem-search {
	background: url(../skin/search-bg-narrow.gif) no-repeat left;
	width: 160px;
	height: 28px;
	margin-bottom: 5px;
}

.wide #rem-search {
	background: url(../skin/search-bg-wide.gif) no-repeat left;
	width: 200px;
}

#rem-search .inputbox {
	margin-top: 4px;
	margin-left: 30px;
	border: none;
	width: 100px;
}

.wide #rem-search .inputbox {
	width: 130px;
}

#rem-subhead {
	height: 205px;
        background: url(../skin/header-bg.jpg) no-repeat bottom right;
	position: relative;
}

#rem-subhead div.innerpad {
	position: absolute;
	top: 115%;
	left: 30px;
	padding: 0 0 0 0;
	width: 100%;
}

.wide #rem-subhead div.innerpad {
	background: url(../skin/top-bg.png) repeat-y top left;
}

#rem-subhead div.moduletable {
	color: #FFFFFF;
	padding-left: 0px;
}

#rem-subhead div.moduletable h3 {
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-size: 225%;
	text-decoration: none;
	background: none;
}

#rem-subhead div.moduletable a {
	color: #FFFFFF;
}

#rem-subhead .article_separator {
	display: none;
}

#rem-subhead ul {
	margin: 0;
}

#rem-subhead li {
	margin: 0;
	padding: 0 0 0 15px;
	background: url(../skin/arrow4.gif) no-repeat 5px 8px;
}

/* NAVIGATION
--------------------------------------------------------- */
#rem-mainnavwrap {
	width: 550px;
	height: 46px;
	float: left;
}

.wide #rem-mainnavwrap {
	width: 730px;
}

#rem-mainnav {
	width: 520px;
	float: left;
}

.wide #rem-mainnav {
	width: 700px;
}

#rem-mainnav a {
	color: #4F4F4F;
	outline: none;
	font-weight: bold;
	font-size: 100%;
	text-transform: uppercase;
	padding: 0 18px 3px 20px;
	border-left: 2px solid #E6E6E6;
	display: block;
}

#rem-mainnav a:hover, #rem-mainnav a:active, #rem-mainnav a:focus {
	text-decoration: none;
}

#rem-subnav {
	clear: both;
	background: url(../skin/subnav-bg-wide.gif) no-repeat top left;
	line-height: normal;
}

/* Default Joomla! Menu */
a.mainlevel {
	padding: 5px;
	width: 90%;
	display: block;
	color: #4F4F4F;
	text-decoration: none;
	border-bottom: 1px solid #DDDDDD;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	color: #4F4F4F;
	background: #F8F8F8;
	text-decoration: none;
}

a.mainlevel#active_menu {
	background: #F8F8F8;
	color: #6DA43A;
	font-weight: bold;
	text-decoration: none;
}

a.sublevel {
	padding: 2px 4px 2px 13px;
	display: block;
	color: #999999;
	background: url(../skin/arrow.png) no-repeat 5px 8px;
	text-decoration: none;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	color: #4F4F4F;
	text-decoration: none;
}

#active_menu {
	background: url(../skin/arrow.png) no-repeat 5px 8px;
	color: #6DA43A;
}

#rem-botnavwrap {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	position: relative;
	background: #F8F8F8;	
	overflow: hidden;
}

#rem-botnav {
	padding: 0 15px;
	background: url(../skin/botnav-bg.gif) repeat-y top left #F1F1F1;
	overflow: hidden;
}

#rem-botnav ul {
	margin: 0;
	padding: 0;
}

#rem-botnav li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	display: inline;
}

#rem-botnav a {
	color: #999999;
	display: block;
	float: left;
	padding: 5px 10px;
	text-decoration: none;
}

#rem-botnav a:hover, #rem-botnav a:active, #rem-botnav a:focus {
	background: url(../skin/botnav-a-hover.gif) repeat-x center top;
	color: #4F4F4F;
}

#rem-botnavwrap small {
	width: 170px;
	float: left;
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 90%;
	text-align: center;
	margin-top: 7px;
}

* html #rem-botnavwrap small { /* IE 6 */
	width: 167px;
}

.wide #rem-botnavwrap small {
	width: 214px;
	letter-spacing: 3px;
}

* html .wide #rem-botnavwrap small { /* IE 6 */
	width: 211px;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.rem-box-full, .rem-box-left, .rem-box-center, .rem-box-right {
	float: left;
	overflow: hidden;
}

.rem-box-left div.moduletable {
	padding: 0 10px 10px 0;
}

.rem-box-right div.moduletable {
	padding: 0 0 10px 10px;
}

.rem-box-center div.moduletable {
	padding: 0 5px 10px;
}

/* Top Spotlight */
#rem-topslwrap {
	padding: 0;
	margin-bottom: 10px;
}

div.sep {
	display: block;
	height: 10px;
	background: url(../skin/sep2.gif) no-repeat top right;
}

#rem-topsl h3, #rem-botsl h3 {
	background: none;
}

#rem-topsl div.moduletable h3 {
	margin: 0;
	padding: 0;
}

#rem-topsl div.rem-box-left,
#rem-topsl div.rem-box-center,
#rem-topsl div.rem-box-right {
	padding: 0 !important;
}

#rem-topsl div.rem-box-left,
#rem-topsl div.rem-box-center {
}

/* Bottom Spotlight */
#rem-botsl {
	padding: 15px 0;
	color: #999999;
	border-top: 1px solid #CCCCCC;
}

#rem-botsl a {
	color: #999999;
}

#rem-botsl a:hover, #rem-botsl a:active, #rem-botsl a:focus {
	color: #4F4F4F;
}

#rem-topsl ul,
#rem-botsl ul {
	padding: 0;
	margin: 0 !important;
}

#rem-topsl li,
#rem-botsl li {
	padding: 0 0 0 12px;
	margin: 0;
	background: url(../skin/arrow.png) no-repeat 2px 7px;
}

#rem-topsl td,
#rem-botsl td {
	padding: 0;
}

#rem-botsl .article_separator,
#rem-topsl .article_separator {
	display: none;
}

#rem-botsl table,
#rem-topsl table {
	border-spacing: 0;
	border-collapse: collapse;
}

/* PATHWAY
---------------------------------------------------------*/
#rem-pathway {
	display: block;
	float: left;
	font-size: 90%;
	padding: 0 8px 0 0;
	margin-bottom: 2px;
	background: url(../skin/pathway-r.gif) no-repeat center right #E6E6E6;
	line-height: 23px;
}

#rem-pathway div.innerpad {
	display: block;
	float: left;
	padding: 0 0 0 8px;
	margin: 0;
	background: url(../skin/pathway-l.gif) no-repeat center left;
}

#rem-pathway img {
	margin: 0 5px 1px;
}

#rem-pathway a {
	color: #4F4F4F;
}

/* CONTENT COLUMN
--------------------------------------------------------- */
#rem-mainbody, #rem-mainbody-fl, #rem-mainbody-fr, #rem-mainbody-f {
	background: url(../skin/mainbody-bg.gif) repeat-x top;
}

#rem-mainbody, #rem-mainbody-fr {
	float: right;
	width: 794px;
}

.wide #rem-mainbody, .wide #rem-mainbody-fr {
	width: 804px;
}

#rem-mainbody-fl {
	float: left;
	width: 100%;
}

#rem-mainbody-fl #rem-contentwrap {
	float: left;
	width: 80%;
	background: none;
}

#rem-mainbody-fl #rem-col2 {
	float: right;
	width: 20%;
}

#rem-mainbody-f {
	float: none;
	width: 100%;
}

#rem-mainbody #rem-contentwrap {
	float: left;
	width: 75%;
}

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#rem-col1 {
	float: left;
	width: 175px;
	overflow: hidden;
}

.wide #rem-col1 {
	width: 220px;
}

#rem-col1 div.innerpad {
	padding: 85px 7px 15px; 
}

.wide #rem-col1 div.innerpad {
	padding: 85px 15px 15px; 
}

#rem-col2 {
	float: right;
	width: 24.9%;
	overflow: hidden;
	padding: 15px 0;
}

#rem-col2 div.innerpad {
	padding: 0 7px 0 0; 
}

.wide #rem-col2 div.innerpad {
	padding: 0 15px 0 0; 
}

#rem-col1 table,
#rem-col2 table {
	border-collapse: collapse;
	border-spacing: 0;
}

#rem-col1 ul li,
#rem-col2 ul li {
	padding-left: 10px;
	margin: 0;
	background: url(../skin/arrow.png) no-repeat 0 8px;
}

#rem-col1 ul,
#rem-col2 ul {
	margin: 0;
}

/* FOOTER
--------------------------------------------------------- */
#rem-footer {
	padding: 10px 0;
	background: url(../skin/container-bg.gif) repeat-y 170px 0;
}

.wide #rem-footer {
	background: url(../skin/container-bg.gif) repeat-y 214px 0;
}

#rem-footer a {
	color: #999999;
}

#rem-footer a:hover,
#rem-footer a:active,
#rem-footer a:focus {
	color: #4F4F4F;
}

#rem-footer small {
	padding: 0 15px;
	margin-left: 180px;
	display: block;
}

.wide #rem-footer small {
	margin-left: 225px;
}

div#logo-ext {
	padding-top: 18px;
	width: 170px;
	float: left;
	text-align: center;
}

.wide div#logo-ext {
	width: 220px;
}

/* MISCELLANOUS
----------------------------------------------------------- */
/* User Tools */
#rem-usertoolswrap {
	float: right;
	margin-top: 8px;
	width: 30px;
	height: 30px;
	display: block;
	background: url(../skin/sitetool-bg1.gif) no-repeat center left;
	position: relative;
	z-index: 99;
}

span.rem-sitetool {
	margin: 0;
	width: 30px;
	height: 30px;
	display: block;
	cursor: pointer;
}

#rem-usertoolswrap:hover, #rem-usertoolswrap.rem-toolswraphover {
	background: url(../skin/sitetool-bg2.gif) no-repeat center left;
}

#rem-usertoolswrap:hover #rem-usertools,
#rem-usertoolswrap.rem-toolswraphover #rem-usertools {
	display: block;
	top: 30px;
}

#rem-usertools {
	padding: 0;
	float: right;
	display: none;
	background: url(../skin/usertool-bg.gif) repeat-x top #DDDDDD;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	position: absolute;
	top: 100%;
}

#rem_header_jsfade {
	z-index: 1;
}

#rem-usertools ul {
	float: left;
	margin: 0;
	padding: 7px 5px 0;
}

#rem-usertools li {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

#rem-usertools img {
	padding: 0 2px;
}

ul.accessibility {
	position: absolute;
	top: -100%;
}

#rem-botnav ul.accessibility {
	float: right;
	position: relative;
	top: auto;
}

#rem-banner {
	text-align: center;
}

#modlgn_passwd, #modlgn_username{
	width: 88%;
}

#modlgn_passwd {
}

#modlgn_username{
}

#modlgn_remember {
	border: none;
	background: none;
}

/* rem CoolAds Module */
#rem-coolads {
	height: 0;
	overflow: hidden;
	position: relative;
}

#rem-coolads-container {
	margin-right: 5%;
	overflow: hidden;
}

#rem-coolads-container div.moduletable {
	overflow: hidden;
}

/* SLWI */
.rem-slwi-container {
	width: 100%;
}

.rem-slwi-container h3 {
	margin: 0 !important;
	padding: 7px 10px !important;
	font-size: 100% !important;
	line-height: normal !important;
}

.rem-slwi-text p {
	padding: 0 10px;
	margin: 0;
}

/* 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;
}
.ebul_cbindex, .ebul_cbindex ul {
  background-color: #FFFFFF;
  border: 1px solid #646464;
  display: block;
  font-size: 1px;
  margin: 0px;
  overflow: auto;
  padding: 1px;
  position: absolute;
  visibility: hidden;
}

.ebul_cbindex_shadow {
	background-color: #CCC;
	display: block;
	margin: 0px;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
}

.ebul_cbindex table {
  border-collapse: separate;
}

.ebul_cbindex tr {
  background-color: #FFFFFF;
  cursor: pointer;
  font-size: 1px;
}

.ebul_cbindex td {
  border: 1px solid #FFFFFF;
  padding: 1px;
  text-align: right;
}

.ebul_cbindex td a {
  color: #000000;
  font-family: "Tahoma", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

.ebul_cbindex tr.hot, .ebul_cbindex tr.expanded {
  background-color: #F0F0F0;
}

.ebul_cbindex tr.hot td, .ebul_cbindex tr.expanded td {
  border-color: #8C8C8C;
}
.ebul_cbindex tr.hot a, .ebul_cbindex tr.expanded a {
  color: #000000;
  font-family: "Tahoma", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

ul.ebul_cbindex {
  position: absolute;
  visibility: hidden;
}                               

.cbindexebul_menulist .spaced_li {
  padding: 0px 1px 0px 0px;
  width:100px;
  height:46px;
  vertical-align:bottom;
  border:0;
}

.cbindexebul_menulist li {
  list-style-type: none;
  float: left;
}

.cbindexebul_menulist img {
  vertical-align: bottom;
  
}

.cbindexebul_menulist {
  margin: 0px;
  padding: 0px;
  line-height: 0px;
}
/*Menu*/
.ebul_cbindex, .ebul_cbindex ul {
  background-color: #FFFFFF;
  border: 1px solid #646464;
  display: block;
  font-size: 1px;
  margin: 0px;
  overflow: auto;
  padding: 1px;
  position: absolute;
  visibility: hidden;
}

.ebul_cbindex_shadow {
  background-color: #777777;
  display: block;
  margin: 0px;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
}

.ebul_cbindex table {
  border-collapse: separate;
}

.ebul_cbindex tr {
  background-color: #FFFFFF;
  cursor: pointer;
  font-size: 1px;
}

.ebul_cbindex td {
  border: 1px solid #FFFFFF;
  padding: 1px;
  text-align: right;
}

.ebul_cbindex td a {
  color: #000000;
  font-family: "Tahoma", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

.ebul_cbindex tr.hot, .ebul_cbindex tr.expanded {
  background-color: #F0F0F0;
}

.ebul_cbindex tr.hot td, .ebul_cbindex tr.expanded td {
  border-color: #8C8C8C;
}
.ebul_cbindex tr.hot a, .ebul_cbindex tr.expanded a {
  color: #000000;
  font-family: "Tahoma", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

ul.ebul_cbindex {
  position: absolute;
  visibility: hidden;
}                               

.cbindexebul_menulist .spaced_li {
  padding: 0px 1px 0px 0px;
  width:100px;
  height:46px;
  vertical-align:bottom;
  border:0;
}

.cbindexebul_menulist li {
  list-style-type: none;
  float: left;
}

.cbindexebul_menulist img {
  vertical-align: bottom;
  
}

.cbindexebul_menulist {
  margin: 0px;
  padding: 0px;
  line-height: 0px;
}<!--Array
(
    [label01] =>    0.00000
    [label02] =>    0.00112
    [label03] =>    0.02252
    [label04] =>    0.02252
    [label05] =>    0.02253
)
-->