@CHARSET "ISO-8859-1";

/***********************************/
/*** General Styles (fonts, etc) ***/
/***********************************/

p {
	/* IE < 7 has a default paragraph spacing is much greater than that of 
	   other browsers (including IE8) */
	margin-top: 11px;
	margin-bottom: 11px;
}

p.contentheading {
	font-weight: bold;
}

.article-meta {
	font-style: italic;
	font-size: 11px;
}

div.contentheading, div.componentheading { /* h1 equvalent */
	font-family: Georgia, Times New Roman, serif;
	color: #1B5225;
	font-size: 22px;
	line-height: 27px;
	font-weight: bold;
	margin: 0.67em 0;
}

.clr {
	clear: both;
}

.center {
	text-align: center;
}

a {
	color: #006600;
	text-decoration: none;
}

a:visited {
	color: #006600;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a img {
	border: 0px;
}

/**********************/
/*** General Layout ***/
/**********************/

/**
 * Note: The home page sets the body class to 'home' so that it can modify the
 * general layout slightly.
 */

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	background-image: url(../images/pagebackground.png);
	background-repeat: repeat;
	color: #626366;
	color: #333333;
}

#tpl_layout {
	width: 882px;
	margin: 0px auto;
	background-color: #FFFFFF;
	height: 100%;
}

#tpl_layout td {
	padding: 0px;
}

#tpl_header {
	background-image: url(../images/mainpagelogo.png);
	background-repeat: no-repeat;
	height: 99px;
	vertical-align: top;
	background-color: #36a34a;
}

#tpl_header_banner {
	position: absolute;
	width: 882px;
}

#tpl_header_content {
	position: absolute;
	width: 882px;
}

#tpl_topnav {
	background-image: url(../images/menubar.png);
	background-repeat: repeat-x;
	height: 23px;
}

#tpl_sidebar {
	width: 200px;
	background-color: #DBE6EF;
	vertical-align: top;
}

#tpl_sidebar_content {
	width: 200px;
}

#tpl_main {
	vertical-align: top;
	width: 682px;
}

#tpl_main_content {
	padding: 15px 23px 0px;
	background: transparent url(../images/content.png) left top repeat-x;
}

#home_spacer {
	display: none
}

#tpl_footer_right {
	font-size: 0px;
	background-color: #DBE6EF;
}

#tpl_footer {
	height: 45px;
}

#tpl_footer_content {
	padding: 5px 23px;
	text-align: right;
}

/**
 * Home Page Overrides
 */

.home .bannergroup {
	visibility: hidden;
}

.home #tpl_header {
	/*background-image: url(../images/mainpagelogo.png);*/
}

.home #tpl_sidebar {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
}

.home #tpl_main {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.home #home_spacer {
	display: block;
	height: 220px;
}

/****************************/
/*** Menu Layout: tabmenu ***/
/****************************/

#tabmenu {
	float: right;
	margin: 0px;
	padding: 0px;
	height: 23px;
	list-style: none;
	font-size: 9px;
	/* Request for a narrower font */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/* Request for a stonger font */
	font-size: 11px;
	font-weight: bold;
}

#tabmenu li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#tabmenu a {
	float:left;
	display:block;
	height: 23px;
	line-height: 23px;
	margin: 0px;
	padding: 0px 13px;
	color: #FFFFFF;
	text-decoration: none;
	border-left: 1px dotted #626366;
}

#tabmenu li:first-child a {
	border-left: none;
}

#tabmenu a:hover, #tabmenu .active a {
	background-image: url(../images/menubar_over.png);
	background-repeat: repeat-x;
}

/*********************************/
/*** Menu Layout: menumainmenu ***/
/*********************************/

.menumainmenu {
	width: 200px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;

	color: #FFFFFF;
	font-family: Georgia, Times New Roman, serif;
	font-size: 18px;
	font-weight: bold;
	background-color: #CBE0BD;
}


.home .menumainmenu {
	background-color: transparent;
}

.menumainmenu li {
	list-style-type: none;
	line-height: 39px;
	display: block;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

.menumainmenu li {
	background-image: url(../images/nav_bg_line.png);
}

.menumainmenu.first li {
	background-image: url(../images/nav_bg_noline.png);
}

.home .menumainmenu li {
	background-image: url(../images/nav_bg_trans_line.png);
}

.home .menumainmenu.first li {
	background-image: url(../images/nav_bg_trans_noline.png);
}

.menumainmenu li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin: 0px 5px 0px 40px;
}

.menumainmenu li a:hover {
	color: #FFFF00;
	color: #EEE949;
}

.menumainmenu ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #1B5225;
	margin: 0px;
	padding: 4px 0px 4px 30px;
}

li.active ul.submenu {
	background: url(../images/submenu.png) left top repeat-x;
}

ul.submenu ul.submenu,
#sidebar_nav li ul.submenu {
	background: none;
}

li.active ul.submenu li {
	display: list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding: 0 0 2px 0;
}

li.active ul.submenu li ul.submenu {
	padding: 4px 0px;
}

li.active ul.submenu li ul.submenu li {
	list-style-type: none;
	list-style-position: inside;
}

.menumainmenu ul li {
	line-height: 12px;
	padding: 0px;
	margin: 4px 0px;
	background-color: transparent;
}

.menumainmenu ul li, .menumainmenu.first ul li {
	background-image: none;
}

.home .menumainmenu ul li, .home .menumainmenu.first ul li {
	background-image: none;
}

.menumainmenu ul li.active {
	font-weight: bold;
}

.menumainmenu ul li.active ul {
	font-weight: normal;
}

.menumainmenu ul li a {
	color: #1B5225;
	display: block;
	margin: 0px 5px 0px 0px;
}

.menumainmenu ul li a:hover {
	color: #1B5225;
	background-color: #FFFF00;
	background-color: #EEE949;
}

.menumainmenu ul ul {
	font-style: italic;
	margin: 2px 0px 0px 15px;
	color: #000000;
}

.menumainmenu ul ul li {
	padding: 2px 0px;
}

.menumainmenu ul ul li a {
	color: #000000;
	/*display: inline;*/
}

.menumainmenu ul ul li a:hover {
	color: #000000;
	background-color: transparent;
	text-decoration: underline;
}

#menumainmenu_top {
	height: 11px;
	background: url(../images/nav_bg_top_shadow.png) left top repeat-x;
}

#menumainmenu_bottom {
	background: url(../images/nav_bg_bottom_shadow.png) left top repeat-x;
	height: 24px;
}

.home #menumainmenu_top {
	background-image: none;
}

.home #menumainmenu_bottom {
	background: url(../images/nav_bg_bottom_shadow_home.png) left bottom repeat-x;
}

/********************************************/
/*** Menu Layout: mainlevelbottommostmenu ***/
/********************************************/

.mainlevelbottommostmenu {
	color: #706F73;
	font-size: 9.5px;
	margin: 0px 2px;
}

a.mainlevelbottommostmenu {
	color: #706F73;
	text-decoration: none;
}

a.mainlevelbottommostmenu:hover {
	text-decoration: underline;
}

/************************************/
/*** Menu Layout: menutopmostmenu ***/
/************************************/

.menutopmostmenu {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 10px;
	color: #A2B8A7;
	list-style-type: none;
}
.menutopmostmenu li {
	display: inline;
	padding: 0px 2px;
}
.menutopmostmenu a {
	color: #A2B8A7;
	text-decoration: none;
}

.menutopmostmenu a:hover {
	text-decoration: underline;
}

/********************************/
/*** Menu Layout: tabmenuleft ***/
/********************************/

#tabmenuleft {
	margin: 10px;
	padding: 0px;
	color: #FFFFFF;
	list-style: none;
}

#tabmenuleft li {
	display: none;
}

#tabmenuleft li a {
	text-decoration: none;
}

#tabmenuleft li a:hover {
	text-decoration: underline;
}

#tabmenuleft li.active {
	display: block;
	font-weight: bold;
	background-color: #7f9fba;
	border: 10px solid #7f9fba;
}

#tabmenuleft li.active a {
	display: block;
	color: #fff200;
	padding: 0px 0px 5px;
}

#tabmenuleft ul {
	padding-left: 15px;
	margin: 2px 0px;
}

#tabmenuleft ul {
	font-weight: normal;
	list-style-type: disc;
}

#tabmenuleft ul li, #tabmenuleft ul li.active {
	display: list-item;
	border: 0px none;
}

#tabmenuleft li.active ul a {
	background-color: transparent;
	color: #FFFFFF;
	padding: 1px 0px;
}

#tabmenuleft ul ul {
	font-style: italic;
	margin-left: -10px;
	list-style-type: square;
}

/***************************/
/*** Menu Layout: toprss ***/
/***************************/

.menutoprss {
	position: absolute;
	left: 810px;
	top: 64px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.menutoprss li {
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}

.menutoprss li img {
	vertical-align: bottom;
	margin-right: 5px;
}

.menutoprss li a {
	color: #FFFFFF;
}

.menutoprss li a:hover {
	text-decoration: none;
}
	
/*****************************/
/*** Other Header Elements ***/
/*****************************/

#jflanguageselection {
	position: absolute;
	right: 260px;
	top: 64px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
	margin: 0px;
}

#jflanguageselection, .jflanguageselection span {
	font-weight: bold;
	color: #FFFF00;
	line-height: 20px;
}

#jflanguageselection ul.jflanguageselection, #jflanguageselection ul.jflanguageselection li {
	/*display: inline;*/
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#jflanguageselection a {
	color: #FFFF00;
	text-decoration: none;
}

#tpl_header_content div.search {
	top: 60px;
	right: 80px;
	position: absolute;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	padding: 0px 10px;
}

#tpl_header_content div.search input {
	margin-top: 3px;
}

#mod_search_searchword {
	color: #666666;
	border: 0px solid #909090;
	width: 120px;
	/*font-size: 8;*/
	background-image: url(../images/magnifyingglass.png);
	background-repeat: no-repeat;
	background-position: center right;
	margin-right: 5px;
	position: relative;
	top: -6px;
	height: 18px;
	padding-left: 3px;
}

.highlight {
	background-color: #DBE6EF;
}

/*********************/
/*** Section Table ***/
/*********************/

#tpl_layout td.sectiontableheader {
	padding: 2px 5px;
	font-weight: bold;
	border: 1px solid #A2B8A7;
	background-color: #A2B8A7;
}

#tpl_layout .sectiontableentry1 td, #tpl_layout .sectiontableentry2 td {
	padding: 2px 5px;
	/*border-bottom: 1px solid #A2B8A7;*/
}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

span.pathway {
	display: block;
	margin: 0 20px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
}

/* Tooltips */

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}

