/* COMMON STYLE
--------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	color: #484848;
	background: #FFFFFF;
	font-family: Tahoma, Arial, sans-serif;
	line-height: 150%;
}

body#bd {
	background: #EFEFEF;
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
	font-size: 12pt;
	font-family: serif;
	line-height: 140%;
}

body.fs1{
	font-size: 9px;
}

body.fs2{
	font-size: 10px;
}

body.fs3{
	font-size: 11px;
}

body.fs4{
	font-size: 12px;
}

body.fs5{
	font-size: 13px;
}

body.fs6{
	font-size: 14px;
}

/* Normal link */
a {
	/*color: #F85703;*/
	color: #0264B0;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #F85703;
	text-decoration: none;
}

/* 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;
}

.listing li {
	padding-left: 32px;
	background: url(../images/skin/bullet-list.gif) no-repeat 20px 5px;
	line-height: 160%;
}

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 #484848;
	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;
	background: url(../images/skin/stripe2.gif);
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 15px 40px 15px 60px;
	background: url(../images/skin/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/skin/bullet-error.gif) no-repeat top left;
}


.tips {
	padding-left: 25px;
	color: #F85703;
	background: url(../images/skin/bullet-tips.gif) no-repeat top left;
}

.highlight {
	border-bottom: 1px dotted #999999;
	padding: 0 5px;
	background: #FEFAE1;
	font-weight: bold;
}

p.stickynote {
	padding: 20px 80px 10px 20px;
	background: url(../images/skin/sticky-bg.gif) no-repeat top right #FEFAE1;
}

p.pinnote {
	padding: 20px 60px 10px 20px;
	background: url(../images/skin/pin-bg.gif) no-repeat top right #FEFAE1;
}

p.clipnote {
	padding: 20px 60px 10px 20px;
	background: url(../images/skin/clip-bg.gif) no-repeat top right #FEFAE1;
}

.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/normal Tahoma, Arial, sans-serif;
	color: #484848;
}

select, .inputbox {
	padding: 2px;
}

textarea {
	padding-left: 2px;
}

.button, .button:hover {
	padding: 2px 10px!important;
	padding: 1px 5px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #DDDDDD;
	background: url(../images/skin/but-bg.gif) repeat-x bottom #EFEFEF;
}

.button:active, .button:focus {
	border-top: 1px solid #999999;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #999999;
}

.inputbox {
	border: 1px solid #CCCCCC;
	background: url(../images/skin/stripe1.gif) #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #999999;
	background: #FFFFFF;
}

/* MODULE
--------------------------------------------------------- */
/* Left Module Style */
div.moduletable h3 {
	margin: 0 -10px 5px;
	padding: 6px;
	border-top: 1px solid #EFEFEF;
	background: url(../images/skin/h3-bg.gif) no-repeat bottom left;	
	font-size: 1em;
	text-indent: 20px;
	line-height: normal;			
}
/*
div.moduletable h3 {
	margin: 0 -12px 5px;
	padding: 6px;
	border-top: 1px solid #EFEFEF;
	background: url(../images/skin/h3-bg.gif) no-repeat bottom left;
	font-size: 1em;
	text-indent: 25px;
	line-height: normal;
}
*/
div.moduletable {
	padding: 0 10px 8px;
	margin: 0;
	clear: both;
}

/* Right Module Style */
div.module h3 {
	margin: 0 -3px 5px;
	padding: 2px;
	border-bottom: 3px solid #DDDDDD;
	font-size: 1em;
}

div.module {
	margin-bottom: 5px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/skin/box-br.gif) no-repeat bottom right;
}

div.module div {
	padding: 0;
	background: url(../images/skin/box-bl.gif) no-repeat bottom left;
}

div.module div div {
	padding: 0;
	background: url(../images/skin/box-tr.gif) no-repeat top right;
}

div.module div div div {
	padding: 15px 15px 15px;
	background: url(../images/skin/box-tl.gif) no-repeat top left;
	/*font-size:12px;*/
	/*border: 1px solid red;*/
}

div.module div div div div,
div.module-hilite div div div div {
	margin: 0;
	padding: 0;
	background: none;
}

//* MODULE HILITE GREEN
--------------------------------------------------------- */
div.module-blue h3,
div.module-green h3,
div.module-orange h3 {
	text-transform: uppercase;
	font-size: 1em;
	margin: 0 0 5px;
	color:#FFFFFF;
}

div.module-green {
	margin-bottom: 0px;
	padding: 0;	
	background: url(../images/skin/box-br-green.gif) no-repeat bottom right;
	color: #FFFFFF;
}

div.module-green a {
	color: #FFFFFF;
}

div.module-green div {
	padding: 0;
	background: url(../images/skin/box-bl-green.gif) no-repeat bottom left;
}

div.module-green div div {
	padding: 0;
	background: url(../images/skin/box-tr-green.gif) no-repeat top right;
}

div.module-green div div div {
	padding: 9px 15px 5px;
	background: url(../images/skin/box-tl-green.gif) no-repeat top left;
}

/* MODULE HILITE BLUE
--------------------------------------------------------- */
div.module-blue {
	margin-bottom: 5px;
	padding: 0;	
	background: url(../images/skin/box-br-blue.gif) no-repeat bottom right;
	color: #FFFFFF;
}

div.module-blue a {
	color: #FFFFFF;
}

div.module-blue div {
	padding: 0;
	background: url(../images/skin/box-bl-blue.gif) no-repeat bottom left;
}

div.module-blue div div {
	padding: 0;
	background: url(../images/skin/box-tr-blue.gif) no-repeat top right;
}

div.module-blue div div div {
	padding: 9px 15px 15px;
	background: url(../images/skin/box-tl-blue.gif) no-repeat top left;
}

/* MODULE HILITE ORANGE
--------------------------------------------------------- */
div.module-orange {
	margin-bottom: 5px;
	padding: 0;	
	background: url(../images/skin/box-br-orange.gif) no-repeat bottom right;
	color: #FFFFFF;
}

div.module-orange a {
	color: #FFFFFF;
}

div.module-orange div {
	padding: 0;
	background: url(../images/skin/box-bl-orange.gif) no-repeat bottom left;
}

div.module-orange div div {
	padding: 0;
	background: url(../images/skin/box-tr-orange.gif) no-repeat top right;
}

div.module-orange div div div {
	padding: 9px 15px 15px;
	background: url(../images/skin/box-tl-orange.gif) no-repeat top left;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_seperator {
	display: block;
	background: url(../images/skin/seperator.gif) repeat-x center;
	height: 20px;
}

#leftcol .article_seperator, #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 25px;
	background: url(../images/skin/bullet-list.gif) no-repeat 5% 50%;
}

table.contenttoc th {
	padding: 4px;
	background: url(../images/skin/stripe2.gif);
	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;
	padding: 10px;
	border: 1px solid #EFEFEF;
	background: url(../images/skin/stripe2.gif) #F2F2F2;
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	color: #484848;
	text-transform: uppercase;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 12px;
	background: url(../images/skin/bullet-list.gif) no-repeat 0 8px;
}

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/skin/seperator.gif) repeat-x bottom;
	font-size: 200%;
	font-weight: bold;
	line-height: normal;
}

.contentdescription {
	padding-bottom: 30px;
}

table.blog .contentheading {
	font-size: 120%;
	font-weight: bold;
	line-height: normal;
}

.contentheading {
	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 {
	float: right;
	padding: 1px 5px 1px 22px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	border-left: 1px solid #DDDDDD;
	/*display: block;*/
	background: url(../images/skin/readon.gif) no-repeat 5% 50%;
	color: #484848;
	/*text-transform: lowercase;*/
	text-decoration: none;
	border:0px;	
}

a.readon:hover, a.readon:active, a.readon:focus {
	color: #F85703;
	/*background: url(../images/skin/bullet-title2.gif) no-repeat 5% 50% #FFFFFF;*/
	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/skin/pages.gif) no-repeat center left;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(../images/skin/pages.gif) no-repeat 0 11px;
}

.sectiontableheader {
	padding: 3px 5px;
	border: 1px solid #484848;
	background: #484848;
	color: #FFFFFF;
	font-weight: bold;
}

tr.sectiontableentry1 td {
	padding: 5px;
	background: url(../images/skin/seperator.gif) repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 5px;
	background: url(../images/skin/seperator.gif) repeat-x bottom #F2F2F2;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: url(../images/skin/seperator.gif) repeat-x bottom #FEFAE1;
}

.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
--------------------------------------------------------- */
#wrapper {
	width: 760px;
	margin: 0 auto;
	padding-left: 8px;
	background: url(../images/skin/shadowleft-bg.gif) repeat-y top left #FFFFFF;
	text-align: center;
}

.wide #wrapper {
	width: 950px;
}

.auto #wrapper {
	width: 90%;
}

#wrapper-inner {
	padding-right: 8px;
	background: url(../images/skin/shadownright-bg.gif) repeat-y top right #FFFFFF;
	text-align: left;
}

#containerwrap {
	padding: 0;
	background: url(../images/skin/stripe1.gif) #FFFFFF;
}

#container {
	padding: 0;
}

#contentwrap {
	background: url(../images/skin/leftcol-bg.gif) no-repeat top left;
}

#content {
	/*padding: 0 20px 15px;*/
	padding: 0 5px 5px 10px;
	margin: 0;
	clear: both;
	display: block;
	min-height: 300px;
	/*border:1px solid #333333;*/
}

/* HEADER
--------------------------------------------------------- */
#headerwrap {
	/*background: url(../images/skin/top2.gif) repeat-x top #F85703;*/
	/*background: url(../images/skin/header-bg2.gif) repeat-x top #0264B0;*/
	background: url(../images/skin/header_bg.gif) repeat-x top #73aed7;
}

#header {
	clear: both;
	background: url(../images/skin/headerright-bg.gif) no-repeat top right;
	text-align: left;
	line-height: normal;
	/*height: 80px;*/
	height:130px;
	position: relative;
}

#header h1 {
	font-size: 2em;
	position: absolute;
	top: 0;
	left: 0;
}

#header h1 a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

#header h1 img {
	float: left;
}

/* Top Menu in Header */
#topnavwrap {
	padding-left: 5px;
	/*background: url(../images/skin/topnav-left-bg.gif) no-repeat top left;*/
	position: absolute;
	top: 0;
	right: 10px;
	height: 26px;
	color:#FFFFFF;
}

#topnavwrap ul {
	margin: 0;
	padding: 0;
	float: left;
	/*background: url(../images/skin/topnav-right-bg.gif) no-repeat top right;*/
	height: 26px;
}

#topnavwrap li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

#topnavwrap li a {
	/*padding: 0 10px;*/
	color: #DDDDDD;
	text-decoration: none;
	line-height: 24px;
}

#topnavwrap li a:hover,
#topnavwrap li a:active,
#topnavwrap li a:focus {
	color: #FFFFFF;
}

/* User Tools */
#usertoolswrap {
	float: right;
	width: 100px;
	display: block;
	background: url(../images/skin/sitetool-bg1.gif) no-repeat top left;
	position: relative;
}

span.sitetool {
	margin: 0;
	padding: 8px 0 7px 23px;
	display: block;
	color: #F85703;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

#usertoolswrap:hover, #usertoolswrap.toolswraphover {
	background: url(../images/skin/sitetool-bg2.gif) no-repeat top left #FFFFFF;
}

#usertoolswrap:hover #usertools,
#usertoolswrap.toolswraphover #usertools {
	display: block;
	top: 30px;
	left: -120px;
}

#usertools {
	padding: 0;
	float: left;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #DDDDDD;
	display: none;
	background: url(../images/skin/grad1.gif) repeat-x bottom #FFFFFF;
	font-size: 11px;
	position: absolute;
	top: 100%;
}

#usertools span {
	float: left;
	padding: 8px 8px 2px;
	display: block;
}

#usertools img {
	padding: 0 2px;
}

/* Search */
#search {
	position: absolute;
	top: 90px;
	right: 10px;
}

#search div.search {
	padding-left: 18px;
	background: url(../images/skin/icon-search.gif) no-repeat center left;
}

#search .inputbox {
	width: 170px;
	padding: 3px 5px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

#usertools .inputbox:hover,
#usertools .inputbox:focus {
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#mainnavwrap {
	background: url(../images/skin/mainnav-bg.gif) repeat-x top #FFFFFF;
}

#mainnav {
	clear: both;
	float: left;
	font-size: 1em;
	line-height: normal;
}

#subnav {
	padding: 6px 5px;
	margin: 0;
	clear: both;
	border-bottom: 1px solid #FFFFFF;
	background: url(../images/skin/stripe2.gif) #F2F2F2;
	line-height: normal;
}

.mainnavshadow {
	clear: both;
	padding: 1px 0 2px;
	background: url(../images/skin/shadow.gif) repeat-x top;
}

/* Default Joomla! Menu */
a.mainlevel {
	padding: 3px 3px 5px 3px;
	width: 98%;
	display: block;
	background: url(../images/skin/a-mainlevel-bg.gif) no-repeat bottom right;
	color: #484848;
	text-decoration: none;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	color: #484848;
	background: url(../images/skin/a-mainlevel-bg2.gif) no-repeat bottom right #EFEFEF;
	text-decoration: none;
}

a.mainlevel#active_menu {
	color: #F85703;
	background: url(../images/skin/a-mainlevel-bg3.gif) no-repeat bottom right #EFEFEF;
	font-weight: bold;
	text-decoration: none;
}

a.sublevel {
	padding: 2px 4px 2px 15px;
	display: block;
	color: #484848;
	background: url(../images/skin/bullet-list.gif) no-repeat 2% 50%;
	text-decoration: none;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	color: #F85703;
	background: url(../images/skin/bullet-list2.gif) no-repeat 2% 50%;
	text-decoration: none;
}

#active_menu {
	background: url(../images/skin/bullet-list2.gif) no-repeat 2% 50%;
	color: #F85703;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Sub Header */
#sh {
	clear: both;
	/*border-bottom: 3px solid #F85703;
	background: #484848;
	background: url(../images/skin/leftcol-bg.gif) no-repeat top left #fff;
	height: 150px;*/
	overflow: hidden;	
	/*border: 1px solid red;*/
}
/*#sh div{
	padding-left: 5px;
}*/

/* Spotlight Box Style */
.box-full, .box-left, .box-center, .box-right {
	float: left;
	overflow: hidden;
}

.box-left div.moduletable {
	padding-right: 20px;
}

.box-right div.moduletable {
	padding-left: 20px;
}

.box-center div.moduletable {
	padding: 0 20px;
}

/* Top Spotlight */
#topslwrap {
	clear: both;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(../images/skin/seperator.gif) repeat-x bottom;
}

#topsl {
	padding: 0;
}

#topsl h3 {
	border: 1px solid #EFEFEF;
}

#topsl div.moduletable {
}

#topsl div.box-left,
#topsl div.box-center,
#topsl div.box-right {
	padding: 0 0 5px;
}

#topsl div.box-left,
#topsl div.box-center {
	background: url(../images/skin/v-seperator.gif) repeat-y top right;
}

/* Bottom Spotlight */
#botsl {
	margin-bottom: 10px;
	padding-bottom: 15px;
	background: url(../images/skin/seperator.gif) repeat-x bottom;
	color: #999999;
}

#botsl a {
}

#botsl h3 {
	padding: 0;
	margin: 0 0 5px;
	border: none;
	background: none;
	text-indent: 0;
}

#botsl div.moduletable {
	margin: 0;
	padding: 0 10px;
}

#topsl ul,
#botsl ul {
	padding: 0;
	margin: 0!important;
}

#topsl li,
#botsl li {
	padding: 0 0 0 12px;
	margin: 0;
	background: url(../images/skin/bullet-list.gif) no-repeat 0 5px;
}

#topsl li a,
#botsl li a {
	color: #484848;
	text-decoration: none;
}

#topsl li a:hover, #topsl li a:active, #topsl li a:focus,
#botsl li a:hover, #botsl li a:active, #botsl li a:focus {
	color: #F85703;
	text-decoration: none;
}

#topsl td,
#botsl td {
	padding: 0;
}

#botsl .article_seperator,
#topsl .article_seperator {
	display: none;
}

#botsl table,
#topsl table {
	border-spacing: 0;
	border-collapse: collapse;
}

/* PATHWAY
---------------------------------------------------------*/
#pathway {
	margin: 0 -10px 7px;
	padding: 7px 3px;
	display: block;
	background: url(../images/skin/pathway-bg.gif) repeat-y top left #F2F2F2;
	font-size: 1em;
	line-height: normal;
	text-indent: 10px;
}

#pathway img {
	margin: 0 5px 1px;
}

#pathway strong {
	margin-right: 5px;
}

#pathway a {
}

#pathway a:hover, #pathway a:active {
	text-decoration: none;
}

/* CONTENT COLUMN
--------------------------------------------------------- */
#mainbody, #mainbody-fl, #mainbody-fr, #mainbody-f {
}

#mainbody, #mainbody-fr {
	float: right;
	width: 80%;
}

#mainbody-fl {
	float: left;
	width: 100%;
}

#mainbody-fl #contentwrap {
	float: left;
	width: 80%;
	background: none;
}

#mainbody-fl #pathway,
#mainbody-f #pathway {
	background: url(../images/skin/stripe2.gif);
}

#mainbody-fl #rightcol {
	float: right;
	width: 20%;
}

#mainbody-f {
	float: left;
	width: 100%;
}

#mainbody-f #contentwrap {
	background: none;
}

#mainbody #contentwrap {
	float: left;
	width: 75%;
}

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#leftcol {
	float: left;
	width: 19.9%;
}

#rightcol {
	float: right;
	width: 24.9%;
	overflow: hidden;
}

#rightcol-inner {
	padding: 0 5px 0 0;
}

#leftcol table,
#rightcol table {
	border-collapse: collapse;
	border-spacing: 0;
}

#leftcol ul li,
#rightcol ul li {
	padding-left: 10px;
	margin: 0;
	background: url(../images/skin/bullet-list.gif) no-repeat 0 7px;
}

#leftcol ul,
#rightcol ul {
	margin: 0;
}

#leftcol li a,
#rightcol li a{
	/*color: #484848;*/
	font-size:12px;
	color: #FF0000;
}

/* FOOTER
--------------------------------------------------------- */
#footerwrap {
	clear: both;
	padding: 17px 12px 10px;
	background: url(../images/skin/footer-bg.gif) repeat-x top #DDDDDD;
	color: #666666;
}

#footer {
	height: 35px;
	overflow: hidden;
	position: relative;
}

#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover,
#footer a:active,
#footer a:focus {
	color: #999999;
}

#bottomline {
	float: left;
	margin: 0;
	display: block;
	padding-left: 15px;
}

#sublogo {
	float: left;
	width: 20%;
	background: url(../images/skin/v-seperator.gif) repeat-y top right;
	text-align: center;
}

#cert {
	float: right;
	margin-top: 2px;
	font-size: 11px;
}

#cert a {
	padding: 0;
}

/* MISCELLANOUS
----------------------------------------------------------- */
#banner {
	text-align: center;
}

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;
}

/* JA CoolAds Module */
#coolads {
	height: 0;
	overflow: hidden;
	position: relative;
}

#coolads-container {
	margin-right: 5%;
	overflow: hidden;
}

#coolads-container div.moduletable {
	overflow: hidden;
}

/* 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;
}
/**********lines***************/
.line {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;
	clear: both;
	width: 100%;
	border-top: 1px solid #F5F5F5;
	padding-top: 5px;
}
.line0{
 	height:1px;
	line-height:1px;
	font-size:1px;	
	width:100%;
	padding-top:5px;	
}
.line1{
 	border-top: 1px dashed #E2E2E2;
	padding-top:5px;
	padding-bottom:5px;
}
.line2{
 	height:1px;
	line-height:1px;
	font-size:1px;	
	width:100%;
	border-bottom: 1px solid #E2E2E2;
	padding-top:5px;	
}
.line3 {
	height:1px;
	line-height:1px;
	font-size:1px;
	overflow:hidden;
	clear:both;
	width:90%;
	border-top: 1px solid #E2E2E2;
	padding-top:5px;
}
/**********************************/
#feature {	
	color: #FFF;
	font-family: "Lucida Grande", Lucida, Arial, sans-serif;
	font-size: 1em;
	height: 25px;
	margin: 5px 5px 0px 7px;
	
	text-indent: 10px;	
	padding-top: 5px;
	background: url(../images/skin/sidebar.png) no-repeat left center;
	line-height: normal;	
}
#feature-tips {			
	color: #FFF;
	font-family: "Lucida Grande", Lucida, Arial, sans-serif;
	font-size: 1em;
	height: 25px;
	margin: 5px 5px 0px 7px;
	
	text-indent: 10px;	
	padding-top: 5px;
	background: url(../images/skin/sidebar-tips.png) no-repeat left center;
	line-height: normal;		
}
a.more {
	text-decoration: none;
	padding-left: 15px;
	background: url(../images/skin/readon-blue.gif) left center no-repeat;
	font-weight: bold;
	color: #3F89C3;
}

a.more:hover, a.more:active, a.more:focus {
	text-decoration: none!important;
}
ul.latest li {
	background-image: url(../images/skin/bullet-list5.gif) !important; 
}
ul.top5 li {
	background-image: url(../images/skin/bullet-list.gif) !important; 
}
a.members{
	text-decoration: none;
	padding-left: 15px;
	background: url(../images/skin/sub-arrow.gif) left center no-repeat;
	font-weight: bold;
	color: #3F89C3;
}
a.members:hover {
	color: #5392D7;
}
a.login,a.login:hover {
	text-decoration: none;
	padding-left: 15px;
	background: url(../images/skin/readon-blue.gif) left center no-repeat;
	font-weight: bold;
	color: #3F89C3;
}
a.join,a.join:hover {
	text-decoration: none;
	padding-left: 15px;
	background: url(../images/skin/readon-blue.gif) left center no-repeat;
	font-weight: bold;
	color: #3F89C3;
}
a.submit,a.submit:hover {
	text-decoration: none;
	padding-left: 15px;
	background: url(../images/skin/readon-blue.gif) left center no-repeat;
	font-weight: bold;
	color: #3F89C3;
}
a.stats,a.stats:hover {
	text-decoration: none;
	padding-left: 15px;
	background: url(../images/skin/readon-blue.gif) left center no-repeat;
	font-weight: bold;
	color: #3F89C3;
}
a.notify,a.notify:hover {
	text-decoration: none;
	padding-left: 15px;
	background: url(../images/skin/readon-blue.gif) left center no-repeat;
	font-weight: bold;
	color: #3F89C3;
}
/*LEFT MODULES*/

#leftcol .moduletableOrange, #leftcol .moduletableS1, #leftcol .moduletableS2, #leftcol .moduletableS3
#leftcol-2 .moduletableGREY, #leftcol-2 .moduletableS1, #leftcol-2 .moduletableS2, #leftcol-2 .moduletableS3
#leftcol .moduletable, #leftcol-2 .moduletable {
	/*width: 200px;
	margin: 0px 0px 15px 0px;*/
	padding: 0 10px 8px;
	margin: 0;
	clear: both;
	margin-top:5px;	
}
#leftcol h3 {
	color: #FFF;
	font-family: "Lucida Grande", Lucida, Arial, sans-serif;
	font-size: 1em;
	height: 28px;
	margin: 0 -2px 0px;
	text-indent: 10px;	
	padding-top:5px;
}

/*MODULE HEADERS*/
.moduletableOrange h3 {
	background: url(../images/skin/sidebar.png) no-repeat left center;	
}

.moduletableS1 h3 {
	background: url(../images/skin/sidebarS1.png) no-repeat left center;	
}

.moduletableS2 h3 {
	background: url(../images/skin/sidebarS2.png) no-repeat left center;	
}

.moduletableS3 h3 {
	background: url(../images/skin/sidebarS3.png) no-repeat left center;	
}

#lang {
	margin: 0px -10px 7px;
	/*padding: 2.5px 13px;*/
	padding-top:3px;
	padding-bottom:2px;
	padding-right:13px;
	display: block;
	background: url(../images/skin/pathway-bg.gif) repeat-y top left #F2F2F2;
	font-size: 1em;
	line-height: normal;	
}

#current_click {
	background-color: #EEEEEE;
	text-decoration: none;
}


.sectiontableheader {
	padding: 3px 5px;
	border: 1px solid #4682B4;
	background: #4682B4;
	color: #FFFFFF;
	font-weight: bold;
}

tr.sectiontableentry1 td {
	padding: 5px;
	background: #F5F5F5;
}

tr.sectiontableentry2 td {
	padding: 5px;
	background: #F0F0F0;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: #FEFAE1;
}

#pagelist {
	clear: both;
	/*font-size: 10px;*/
	margin-top: 10px;
	text-align:center;
}

#pagelist a {
	border: 1px solid #BBBBBB;
	padding: 3px 6px;
	height: 18px;
	text-decoration:none;
}
#pagelist a:visited {
	border: 1px solid #BBBBBB;
	padding: 3px 6px;
	height: 18px;
	text-decoration:none;
}

#pagelist a:hover {
	border: 1px solid #BBBBBB;
	padding: 3px 6px;
	background: #6699CC;
	color: #FFFFFF;
}

span.curPage {
	background: #F5F5F5;
	border: 1px solid #BBBBBB;
	padding: 3px 6px;
}

div.warning {
	border: solid red 2px;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	background: #FDD;
	font: 0.85em Tahoma,Arial, Helvetica, sans-serif;
}

div.message {
    background-color: #ffce7b;
    border: 1px solid #ffa500;
    color: #000;   
    margin: 2px;
    padding: 1.5em 1em;
    vertical-align: middle;
	font: 0.85em Tahoma,Arial, Helvetica, sans-serif;
}

h1.orange{
	color:#FF6600;
	font-weight: bold;
}

a.print {
	font-weight: bold;
	color: #3F89C3;
}

.blood_red {
	color:#CC3300;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/skin/arrow_down.gif);
	background-repeat: no-repeat;
	padding-left:16px;
}