/**************************************************
 TEMPLASUP - MAIN CSS
***************************************************/



* {
	margin:0;
	padding:0;
	}
	
html {
	width:100%;
	height:100%;
	}

body {
	width:100%;
	height:100%;
	font-family:Tahoma,Arial,sans-serif;
	font-size:0.8em;
	}
	
html>body #main {
	height:auto;
	}
	
#main {
	min-height:100%;
	_height:100%;
	}
	
.clear { clear:both; }

a {
	text-decoration:underline;
	}
	
a:hover {
	text-decoration:none;
	}
	
a:focus {
	outline-style:none;
	}
	
li { list-style:none; }

img,
fieldset.input {
	border:none;
	}

legend {
	font-weight:bold;
	padding:5px;
	}
	
label {
	padding-top:3px;
	margin-bottom:3px;
	}

#main button,
#main .button {
	font-size:0.8em;
	font-weight:bold;
	padding:1px 3px;
	}
	
	
	
/* Submenu
***************************************************/
	
	
.topmod_module ul ul,
#inset ul ul,
.right_col_modules ul ul,
#right_col_right ul ul,
.footer_module_start ul ul,
.footer_module ul ul {
	padding-left:10px;
	padding-bottom:3px;
	}
	
	
	
/* Page Layout
***************************************************/
	
	
#main_inner,
#main_inner_1 {
	clear:both;
	width:100%;
	}
	
	

/* Headings & Fonts
***************************************************/


H1 { font-size:1.5em; }
	
H2 { font-size:1.27em; }
	
H3 { font-size:1.17em; }
	
H4 { font-size:1.06em; }
	
H5 { 
	font-size:1em;
	font-weight:bold;
	}
	
H6 { 
	font-size:0.9em;
	text-transform:uppercase;
	}
	
#component H1,
#component H2,
#component H3,
#component H4,
#component H5,
#component H6 {
	font-weight:normal;
	margin-top:14px;
	margin-bottom:11px;	
	}
	
#component H1 { font-size:200%; }

#component H2 { font-size:180%; }

#component H3 { font-size:160%; }

#component H4 { font-size:140%; }

#component H5 { font-size:120%; }

#component H6 { font-size:100%; }

#checkcol span { background-color:#000389; }

#topmod,
#right_col,
#footer { line-height:1.4em; }



/* Header Area
***************************************************/


#header {
	width:100%;
	height:120px;
	margin-bottom:10px;
	}
	
#SiteWidth,
#header_inner {
	width:990px;
	margin:0 auto;
	}
	
#logo {
	float:left;
	width:540px;
	height:80px;
	margin-top:24px;
	margin-left:24px;
	}
	
#fontchanger {
	float:right;
	width:11px;
	text-align:center;
	margin-top:27px;
	margin-right:22px;
	}

#fontb,
#fontm,
#fonts { clear:none; }
	
	
	
/* Login and JLogin Forms
***************************************************/


#login {
	float:right;
	font-size:0.85em;
	width:450px;
	height:115px;
	padding:0 0 5px 24px;
	}
	
#login H3 {
	width:94px;
	font-size:1em;
	text-align:center;
	margin-top:5px;
	margin-bottom:22px;
	margin-left:-5px;
	}
	
#login .inputbox {
	height:17px;
	margin-right:9px;
	}
	
#login ul li {
	margin-right:7px;
	padding-left:8px;
	}
	
#main_inner form#login {
	background:none;
	width:auto;
	}

#login ul.menu {
	width:40%;
	}

#login ul.menu li {
	float:left;
	width:25%;
	}
	
#login #jlogin {
	float:left;
	width:100%;
	text-align:left;
	}
	
#jlogin_avatar {
	margin-top:16px;
	}
	
#login #jlogin_avatar {
	float:right;
	position:relative;
	right:73px;
	bottom:41px;
	margin-top:0;
	}
	
#login #jlogin_avatar img {
	width:96px;
	height:96px;
	}
	
#username_greeting {
	margin-bottom:3px;
	}
	
#login #username_greeting {
	margin-bottom:7px;
	}
	

	
/* Main Menu
***************************************************/


#menu_layout {
	height:60px;
	margin-bottom:25px;
	}
	
#menu {
	position:absolute;
	z-index:50;
	}
	
#menu_inner {
	float:left;
	position:relative;
	width:47px;
	height:60px;
	}
	
#menu_inner_1 {
	float:right;
	position:relative;
	width:47px;
	height:60px;
	}
	
#menu_inner_2 {
	margin-left:47px;
	margin-right:47px;
	position:relative;
	}
	
div#menu_inner_3 {
	width:100%;
	text-align:left;
	}
	
div#menu_inner_3 ul {
	float:left;
	position:relative;
	height:60px;
	left:16px;
	}

div#menu_inner_3 ul ul,
div#menu_inner_3 li li {
	height:auto;
	}
	
div#menu_inner_3 ul li {
	float:left;
	padding:17px 14px;
	}

div#menu_inner_3 ul li a {
	display:block;
	width:100%;
	height:100%;
	font-size:1.6em;
	}
	
div#menu_inner_3 ul li a {
	text-decoration:none;
	}

	
	
/* Huge Top Module
***************************************************/


#topmod {
	width:100%;
	z-index:40;
	margin-top:-85px;
	margin-bottom:5px;
	}
	
#topmod_inner {
	width:100%;
	height:35px;
	}
	
#topmod_lefttop {
	float:left;
	width:10px;
	height:31px;
	margin-top:10px;
	}
	
#topmod_righttop {
	float:right;
	width:10px;
	height:31px;
	margin-top:10px;
	}
	
#topmod_inner_1 {
	margin:10px 10px 0 10px;
	}
	
#topmod_inner_2 {
	margin-top:-35px;
	padding:71px 47px 3px 47px;
	}
	
#topmod_inner_4 {
	height:22px;
	margin:0 32px;
	}
	
#topmod_leftbottom {
	float:left;
	position:relative;
	width:22px;
	height:22px;
	top:-23px;
	right:-11px;
	}
	
#topmod_rightbottom {
	float:right;
	position:relative;
	width:22px;
	height:22px;
	top:-23px;
	left:-11px;
	}
	
.topmod_module {
	float:left;
	padding-right:12px;
	}
	
.topmod_module H3 {
	clear:both;
	margin-bottom:7px;
	padding:10px 36px 9px 36px;
	}
	
	
	
/* Breadcrumb
***************************************************/
	
	
#breadcrumb_area {
	clear:both;
	width:100%;
	font-size:0.85em;
	padding:0 0 2px 36px;
	}
	
#breadcrumb_area #home {
	float:left;
	width:27px;
	height:28px;
	margin-top:-6px;
	margin-right:11px;
	}

	
	
/* Joomla! Message Area
***************************************************/


#message {
	margin:16px 13px;
	}
	

	
/* Container, i.e. Main Column
***************************************************/
	
	
#main_col {
	clear:both;
	width:100%;
	}
	
#main_col button,
#main_col .button {
	margin:6px auto;
	}
	
	

/* Left Top Column
***************************************************/
	
	
#left_col {
	float:left;
	margin-left:10px;
	}
	
#left_col_inner {
	float:right;
	width:22px;
	height:22px;
	}
	
#left_col_inner_1 {
	height:22px;
	margin-right:22px;
	}

#left_col_inner_2 {
	margin-right:0;
	}
	
#left_col_inner_3 {
	padding:0 20px 0 20px;
	}
	
#left_col_inner_4 {
	float:right;
	width:22px;
	height:22px;
	}
	
#left_col_inner_5 {
	height:22px;
	margin-right:22px;
	}
	
#left_col_inner_3 H3 {
	display:block;
	width:238px;
	height:44px;
	margin-left:-20px;
	margin-bottom:0;
	padding:13px 0 0 20px;
	}
	
#left_col_inner_3 div.module,
#left_col_inner_3 div.module_menu {
	padding-bottom:14px;
	}
	
#left_col_inner_3 .menu li,
#left_col_inner_3 div.module_menu ul li {
	padding-bottom:4px;
	}
	
#left_col_inner_3 .menu a,
#left_col_inner_3 div.module_menu a {
	font-size:1.1em;
	text-decoration:none;
	display:block;
	line-height:22px;
	padding-bottom:5px;
	}
	
#left_col_inner_3 .menu li#current,
#left_col_inner_3 div.module_menu li#current {
	font-weight:bold;
	}
	
#left_col_inner_3 .menu li#current li,
#left_col_inner_3 div.module_menu li#current li {
	font-weight:normal;
	}
	
#left_col_inner_3 .menu ul,
#left_col_inner_3 div.module_menu ul ul {
	font-size:0.85em;
	margin-left:10px;
	margin-top:5px;
	}
	
#left_col_inner_3 .menu li li,
#left_col_inner_3 div.module_menu li li {
	padding-left:10px;
	}
	
#left_col_inner_3 .menu ul ul,
#left_col_inner_3 div.module_menu ul ul ul {
	font-size:1em;
	}
	
	
	
/* Left Bottom Column
***************************************************/


#left_col2 {
	line-height:1.8em;
	padding:0 20px 0 20px;
	}
	
#left_col2 H3 {
	margin-bottom:14px;
	padding-bottom:8px;
	}
	
#left_col2 .menu {
	margin-left:22px;
	}
	
#left_col2 .menu li a {
	font-weight:bold;
	padding-left:17px;
	}
	
#left_col2 div.module,
#left_col2 div.module_menu {
	padding:28px 0;
	}
	
	
	
/* Inset Position
***************************************************/


#inset {
	margin-bottom:15px;
	}
	
#inset H3 {
	padding-bottom:3px;
	}
	
#inset div.module {
	padding-bottom:15px;
	}
	

	
/* Joomla! Component Area
***************************************************/
	
	
#component {
	margin-top:-10px;
	}

#component p {
	margin-top:12px;
	margin-bottom:12px;
	}
	
	

/* Joomla! Stuff
***************************************************/


#main .sectiontableheader,
#main .sectiontableentry0 td,
#main .sectiontableentry1 td,
#main .sectiontableentry2 td {
	padding:5px;
	padding-top:9px;
	padding-bottom:9px;
	}
	
#main td.sectiontableentry0,
#main td.sectiontableentry1,
#main td.sectiontableentry2 {
	padding:2px;
	padding-top:3px;
	padding-bottom:3px;
	}
	
.contentpane ul li {
	line-height:1.7em;
	}
	
#component fieldset {
	margin:14px 0;
	padding:9px 12px;
	}
	
center {
	margin-top:4px;
	margin-bottom:4px;
	}
	
.componentheading {
	font-size:190%;
	line-height:130%;
	padding-top:5px;
	padding-bottom:12px;
	}
	
.contentheading {
	font-size:165%;
	line-height:115%;
	padding-bottom:7px;
	}
	
#component td.article_column img {
	margin:4px 11px 4px 0;
	}

.small,
.createdate,
.modifydate {
	font-size:85%;
	padding:2px 8px;
	}
	
.readon {
	float:left;
	font-style:italic;
	margin-top:9px;
	}
	
.contenttoc {
	margin-top:9px;
	margin-bottom:9px;
	}
	
.pagenavcounter {
	margin-bottom:9px;
	}
	
.blog_more {
	margin-top:19px;
	margin-bottom:19px;
	}
	
.blog_more li,
#footer li,
#topmod li,
#right_col li {
	margin-top:4px;
	margin-bottom:4px;
	}
	
table.poll tr td {
	text-align:left;
	}
	
form table tr td {
	padding-top:7px;
	padding-bottom:7px;
	}
	
#component .buttonheading img,
#component td.article_column .buttonheading img,
#component span.hasTip img {
	border:none;
	margin:0;
	}
	
#header .tag,
#topmod .tag,
#left_col .tag,
#right_col .tag,
#footer .tag {
	background:none;
	margin:0; padding:0;
	}
	
u:hover {
	text-decoration:none;
	}
	
.article_column {
	padding-right:10px;
	}

.column_separator {
	padding-left:15px;
	}
	

	
/* Compatibility with JS Components
***************************************************/
	
	
#jsc_tag {
	float:left;
	height:18px;
	font-size:0.85em;
	padding-top:2px;
	}
	
#jsc_tag_left {
	float:left;
	width:10px;
	height:18px;
	}
	
#jsc_tag_right {
	float:left;
	width:10px;
	height:18px;
	}
	
#jsc_tag a {
	text-decoration:none;
	zoom:1;
	}
	
#jsc_tag a:before {
	content:"|";
	padding:0 4px;
	}
	
	
	
/* Right Column
***************************************************/
	
	
#right_col {
	float:right;
	margin-right:10px;
	margin-bottom:21px;
	}

.right_col_lefttop {
	float:left;
	position:relative;
	width:22px;
	height:22px;
	top:-22px;
	}
	
.right_col_righttop {
	float:right;
	position:relative;
	width:22px;
	height:22px;
	top:-22px;
	}
	
.right_col_inner {
	height:22px;
	margin:0 22px;
	}
	
.right_col_inner_1 {
	padding:0 20px;
	}
	
.right_col_leftbottom {
	float:left;
	position:relative;
	width:22px;
	height:22px;
	}
	
.right_col_rightbottom {
	float:right;
	position:relative;
	width:22px;
	height:22px;
	}
	
.right_col_inner_2 {
	height:22px;
	margin:0 22px;
	top:22px;
	}
	
	
	
/* Left-side Modules in Right Column
***************************************************/
	
	
#right_col_left {
	padding-top:12px;
	overflow:hidden;
	}
	
.right_col_modules {
	width:100%;
	margin-bottom:14px;
	padding-bottom:8px;
	}
	
.right_col_modules div.module,
.right_col_modules div.module_menu,
.right_col_modules div.module_hlight {
	float:left;
	width:47%;
	margin-bottom:38px;
	margin-left:1px; /* overflow:hidden fix */
	margin-right:9px;
	}
	
.right_col_modules div.module H3,
.right_col_modules div.module_menu H3 {
	margin-left:-5px;
	margin-bottom:12px;
	padding-bottom:16px;
	padding-left:22px;
	}
	
.right_col_modules div.module_hlight H3 {
	margin-left:-6px;
	margin-bottom:12px;
	padding-bottom:16px;
	padding-left:23px;
	}
	
#right_col_botmods {
	clear:both;
	width:100%;
	}
	
#right_col_botmods .right_col_modules {
	margin-top:18px;
	padding-top:39px;
	margin-bottom:0;
	padding-bottom:0;
	}
	
	
	
/* Right-side Modules in Right Column, i.e. RMRC
***************************************************/
	
	
#right_col_right {
	float:right;
	width:31%;
	margin-left:15px;
	}
	
#right_col_right * {
	margin:0; padding:0;
	}
	

	
/* RMRC Standard Class Module
***************************************************/
	
	
#right_col_right div.module {
	margin-bottom:11px;
	zoom:1;
	}
	
#right_col_right div.module:before,
#right_col_right div.module:after {
	display:block;
	}
	
#right_col_right div.module div {
	margin-bottom:-13px;
	}
	
#right_col_right div.module div div {
	margin-top:13px;
	}
	
#right_col_right div.module div div div {
	margin-top:-38px;
	padding:10px 9px;
	padding-bottom:15px;
	}
	
#right_col_right div.module div div div div {
	background:none;
	margin:0;
	padding:0;
	}
	
	
	
/* RMRC "hlight" Class Module
***************************************************/
	
	
#right_col_right div.module_hlight {
	margin-bottom:11px;
	zoom:1;
	}
	
#right_col_right div.module_hlight:before,
#right_col_right div.module_hlight:after {
	display:block;
	}
	
#right_col_right div.module_hlight div {
	margin-bottom:-13px;
	}
	
#right_col_right div.module_hlight div div {
	margin-top:13px;
	}
	
#right_col_right div.module_hlight div div div {
	margin-top:-38px;
	padding:10px 9px;
	padding-bottom:15px;
	}
	
#right_col_right div.module_hlight div div div div {
	background:none;
	margin:0;
	padding:0;
	}
	
	
	
/* RMRC "hlight1" Class Module
***************************************************/


#right_col_right div.module_hlight1 {
	margin-bottom:11px;
	zoom:1;  
	}
	
#right_col_right div.module_hlight1:before,
#right_col_right div.module_hlight1:after {
	display:block;
	}
	
#right_col_right div.module_hlight1 div {
	margin-bottom:-13px;
	}
	
#right_col_right div.module_hlight1 div div {	
	margin-top:13px;
	}
	
#right_col_right div.module_hlight1 div div div {
	margin-top:-38px;
	padding:10px 9px;
	padding-bottom:15px;
	}
	
#right_col_right div.module_hlight1 div div div div {
	background:none;
	margin:0;
	padding:0;
	}

#right_col_right H3 {
	margin-top:-7px;
	margin-bottom:15px;
	padding-bottom:8px;
	}
	
	
	
/* Style Changer
***************************************************/


#style_changer {
	text-align:center;
	}
	

	
/* Huge Bottom Module
***************************************************/
	
	
#footer-repeat {
	width:100%;
	}

#footer {
	width:990px;
	margin:0 auto;
	}

#footer_inner {
	width:100%;
	}
	
#footer_inner_1 {
	margin:0 9px;
	}
	
#footer_inner_6 {
	padding:16px 47px 20px 47px;
	}
	
.footer_module_start {
	float:left;
	padding-right:17px;
	padding-bottom:10px;
	}
	
.footer_module {
	float:left;
	padding-left:17px;
	padding-right:17px;
	padding-bottom:10px;
	}
	
.footer_module_start H3,
.footer_module H3 {
	clear:both;
	display:block;
	padding:10px 36px 9px 36px;
	}
	
	
	
/* Bottom Menu
***************************************************/
	
	
#MainWidth {
	width:990px;
	margin:40px auto;
	}

#bottom_menu {
	width:100%;
	text-align:center;
	padding-bottom:20px;
	}

#bottom_menu li {
	display:inline;
	margin:0 10px;
	}
	
#bottom_menu li#current {
	padding-bottom:12px;
	}
	
#bottom_menu ul ul {
	display:none;
	}
	
	
	
/* Logo in the Footer Area
***************************************************/
	
	
#bottom_logo {
	width:100%;
	height:43px;
	text-align:center;
	margin-top:30px;
	padding-bottom:20px;
	}