/*------------------------------------------------------------------------
# Joomservices CSS
# ------------------------------------------------------------------------
# Copyright (C) 2009 Joomservices. 
# @license - GPU/GPL
# Websites:  http://www.joomservices.com
# Website designed by Ossolution Group. Contact us :contact@joomservices.com.
-------------------------------------------------------------------------*/	
/* Normal link ---*/
#top li a {
	font-size:18px;
	text-transform:uppercase;
	/*color:#808080;*/
	color: #a51e22;
	display:block;
	padding-right:12px;
	
	
}
#top #current{
	background:url(../images/menu.jpg) no-repeat;
	background-position: center bottom;
}
#top {
	margin-top: 20px;
}
#top li#current a {
	color:#FFF;
	padding-bottom:6px;
}
a {
	color: #b81621;
	text-decoration: none;
}
a:active,a:focus {
	color:#b81621;
}

/*:focus,:active {
	outline: none;
	margin:0;
	
}*/

a:hover, a:focus {
	color: #FFF;
}

/* Title text ---*/
h1, h2, h3, h4, .contentheading, .contentheading_default, .componentheading, .componentheading_default, .blog_more strong, table.contenttoc th, .nftitle {
	font-weight: normal;
	line-height: 1.2;
}

	
/* Small text ---*/
small, .small, .smalldark, .article-tools, .modifydate, .img_caption, span.site-slogan, #pathway, #botsl, #footer {
	font-size: 92%;
}

small, .small, .img_caption {
	color: #999999;
}

/* Heading ---*/
h1 {
	font-size: 200%;
}

h2 {
	font-size: 175%;
}

h3 {
	font-size: 150%;
}

h4, h5, h6 {
	font-size: 125%;
	text-transform: uppercase;
}

h1, h2, h3, p, pre, blockquote, ul, ol {
	margin: 15px 0;
	padding: 0;
}

h4, h5, h6 {
	margin: 1em 0;
}

/* List ---*/
ul {
	list-style: none;
	margin:0;
}

ul li {
	line-height: 160%;
	padding: 2px 0 2px 15px;
	float:left;
}

ol {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: decimal;
}

ol li {
	background: none;
	margin: 0;
	padding: 0;
}

ol li {
	line-height: 180%;
	margin-left: 30px;
}

p {
	margin: 15px 0;
}
p img{
	padding-bottom:12px;
}
/* Others ---*/
fieldset, form {
	border: none;
	padding:0;
	margin:0;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #D5D5D5;
	height: 1px;
}

th {
	font-weight: bold;
	padding: 10px 15px;
	text-align: left;
}

td {
	padding: 0;
}

/* Form ---*/
form label {
	cursor: pointer;
}

input, select, textarea, .inputbox, .button {
	font-family: Arial, sans-serif;
	font-size: 100%;
}

.inputbox {
	background: #FFF;
	border: 1px #c5c5c5 solid;
	color: #5E5E5E;
	height: auto;
	width: 160px;
	padding: 3px 2px;
}

textarea.inputbox,textarea.inputbox:hover {
	padding: 5px;
	height: 125px;
	width: 380px;
}

#modlgn_remember {
	background: none;
	width: auto;
	height: auto;
}

.button {
	background: #e3342e;
	border-top: 1px #b02c29 solid;
	border-left: 1px #b02c29 solid;
	border-right: 1px #bfbec0 solid;
	border-bottom: 1px #bfbec0 solid;
	color: #FFF;
	font-weight: bold;
	padding: 2px;
}

img, a img {
	border: none;
	
}

/* JOOMLA STYLE
--------------------------------------------------------- */
.article_separator,
.article_separator_default {
	background: url(../images/section.png) no-repeat left bottom;
	clear: both;
	display: block;
	line-height: 20px;
}

.leading_separator,
.leading_separator_default {
	background: url(../images/section.png) no-repeat left bottom;
	clear: both;
	display: block;
	line-height: 25px;
}

.article_separator {
	
	clear:both;
	display:block;
	height: 20px;
}

.row_separator,
.row_separator_default {
	display: none;
}

.column_separator,
.column_separator_default {
	padding: 0 5px;
}

.cols2 {
	float: left;
	width: 49.9%;
}

.cols3 {
	float: left;
	width: 33.3%;
}

.cols2 .innerpad {
	padding: 0 15px;
}

.column1 .innerpad {
	padding-left: 0 !important;
}

.column2.cols2 .innerpad {
	padding-right: 0;
}

.cols3 .innerpad {
	padding: 0 10px;
}

.column3 .innerpad {
	padding-right: 0;
}

/* content tables */
.sectiontableheader {
	background: #C4C1D5;
	border-right: 1px solid #717171;
	color: #454545;
	font-weight: bold;
	padding: 5px 5px;
}

.sectiontableheader td {
	padding: 3px 0;
}

.sectiontableheader a {
	color: #C5C5C5 !important;
	font-weight: normal;
}

.sectiontableheader a:hover,
.sectiontableheader a:focus,
.sectiontableheader a:active {
	color: #FFFFFF;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	border-bottom: 1px solid #D5D5D5;
	padding: 8px 5px;
}

tr.sectiontableentry2 td {
	background: #FFFFFF;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	border: 1px solid #D5D5D5;
	float: right;
	margin: 20px 0 10px 20px;
	width: 30%;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	background: url(../images/bullet.gif) no-repeat 10px 7px;
	padding: 1px 5px 1px 20px;
}

table.contenttoc th {
	background: url(../images/sep-dot.gif) repeat-x bottom;
	font-size: 125%;
	padding: 5px 20px;
}

table.poll {
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}

table.pollstableborder {
	border: none;
	padding: 0;
	text-align: left;
	width: 100%;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	background: none;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 4px !important;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #FFFFFF;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

.blog_more h2 {
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
	text-transform: uppercase;
}

.blog_more strong {
	display: block;
	font-size: 125%;
	margin: 0 0 5px;
	
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	background: url(../images/arrow.gif) no-repeat 0px 9px;
	margin: 0;
	padding: 2px 0 2px 10px;
}

.category {
	font-weight: bold;
}

h1.componentheading, .componentheading {
	border-bottom:1px solid #D5D5D5;
	border-top:1px solid #D5D5D5;
	color:#757575;
	font-size:110%;
	margin:0 0 10px !important;
	padding:8px 0 7px;
}

h1.componentheading span, .componentheading span {
	background:url(../images/span-bg.gif) no-repeat scroll right center transparent;
	font-size:92%;
	padding:5px 15px;
	text-transform:uppercase;
}

h2.contentheading {
	text-transform:uppercase;
	color: #808080;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	margin: 0;
	background:url(../images/bt.png) no-repeat scroll left 12px;
}
h2:hover{
	color:#FFF;
}
h3{
	background:url(../images/bt.png) no-repeat scroll 20px 12px;
	text-transform:uppercase;
	color: #808080;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 10px 0px 33px;
	margin: 0;
	height:auto;
	width:200px;
}
a:hover h3{
	color:#FFF;
}
.module_contact{
	width:238px;
	height:92px;
	margin-top:20px;
	background:url(../images/bg_contact.png) no-repeat;
	
}
.module_contact p{
	color:#B3B3B3;
	padding:0 0 0 15px;
}
.contentpaneopen_edit,
.contentpaneopen_edit_default {
	float: left;
}
.module_location{
	width:240px;
	height:250px;
	margin-top:8px;
	background:url(../images/bg_location.png) repeat-y;
	padding-bottom:24px;
	
}
.module_location p{
	color:#B3B3B3;
	padding:0 0 0 15px;
}
a.contentpagetitle {
	color: #B81D57;
}

.contentdescription {
	padding-bottom: 30px;
}

a.readon {
	background: url(../images/readon-bg.gif) no-repeat left top;
	color: #757575;
	display: block;
	float: left;
	font-size: 10px;
	font-weight: normal;
	padding: 3px 10px;
	text-transform: uppercase;
	width: 75px;
}

a.readon:hover, a.readon:focus, a.readon:active {
	color: #B81D57;
	text-decoration: none;
}

p.counter {
	margin:15px 0 0;
	padding:0;
}

ul.pagination {
	margin: 0 auto 5px;
	padding: 5px 0 0;
	text-align: center;
}

ul.pagination li {
	background: none !important;
	display: inline;
	margin: 0;
	padding: 0 !important;
	text-align:center;
}

ul.pagination li span {
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 3px;
	text-decoration: none;
}

.pagenavbar {
	background: url(../images/icon-pages.gif) no-repeat center left;
	font-weight: bold;
	padding-left: 14px;
}

.pagenavcounter {
	background: url(../images/icon-pages.gif) no-repeat 0 11px;
	font-weight: bold;
	padding: 8px 14px 0 14px;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

.img_caption {
	margin-bottom: 10px;
	overflow: hidden;
	text-align: center;
}

.img_caption.left {
	margin-right: 15px;
}

.img_caption.right {
	margin-left: 15px;
}

.img_caption.center {
	margin: 0  auto 10px;
}

.blog .img_caption,
.blog_default .img_caption {
	margin-right: 0;
}

.blog .img_caption {
	margin: 0 5px 0 0;
	padding: 5px;
}

img.caption {
	margin: 10px 0 0;
}

.article-content img {
	margin: 3px 15px 0 0;
	padding: 0;
}

.img_caption p {
	color: #999999;
	margin: 5px 0 0;
}

.paramlist_key {
	width: 120px !important;
}

/* Override fontpage ---*/
.article-content .innerpad p {
	margin: 0 0 1.5em;
}

.img-desc {
	float: left;
}

.innerpad .article-tools .article-meta {
	float: none;
	padding: 0;
	width: auto;
}

.row_separator {
	display: none;
}

.article-tools .article-meta {
	float: left;
	padding: 5px 0 0 0;
	width: 70%;
}

.article-tools .buttonheading {
	float: right;
	width: 30%;
}

.img_caption {
	float: left;
}

.column_separator {
	padding: 0 5px;
}

span.open {
	background: url(../images/so-q.gif) no-repeat  left top;
	padding: 2px 0 2px 10px;
}

span.close {
	background: url(../images/sc-q.gif) no-repeat right bottom;
	padding: 2px 10px 2px 0;
}

/* META
--------------------------------------------------------- */
.article-toolswrap {
	margin: 5px 0 10px;
}

.article-tools {
	color: #4c4c81;
	display: block;
}

.article-meta {
	float: left;
}

.createdby {
	border-left: 1px dotted #999999;
	padding: 0 5px;
}

.createdate, .createdby {
	padding: 0 2px 0 0;
}

.createdby {
	padding-left: 5px;
}

.modifydate {
	color: #999999;
	display: block;
	margin-bottom: 5px;
}

div.buttonheading {
	position: absolute;
	right: 10px;
	top: 0;
}

.buttonheading img {
	border: 0;
	float: right;
	margin: 0 0 0 5px;
	display:none;
}

/* Tooltips */
.tool-tip {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	float: left;
	max-width: 200px;
	padding: 5px;
}

.tool-title {
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	margin-top: -15px;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 15px;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	margin: 0;
	padding: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	color: #FFFFFF;
	margin: 0;
	padding: 5px;
}

/* System Standard Messages */
#system-message dd.message ul {
	background: #666666;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #666666;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #666666;
	border: none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body {
	display: block;
	width: 100%;
}

* html {
	height: 1%;
}
