/*----------------------------------------------------------------------------
PRINT STYLESHEET
------------------------------------------------------------------------------*/
body {
	font: normal 78%/160% Arial, Helvetica, sans-serif;
	color: #000;
	background:#fff;
}
h1 {
	font-size: 2em;
}
h2 {
	color: #736644;
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	color: #736644; /*[e]@00*/
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	color: #736644; /*[e]@00*/
	font-size: 1em;
}
a {
	color: #504527;
}
pre {
	background: #F2EFE1;
	border-left: 3px solid #BEB18F;
    padding: 5px 5px 5px 10px;
	margin: 10px 0px 15px;
	width: 96%;
	font-size: 11px;
	/*[empty]padding:;*/
}
#jjPrimary table.contentpaneopen pre p {
	margin: 0;
	padding: 10px 10px 10px 20px;
	font-size: 12px;
}
p.color-green {
	display: block;
	padding: 8px 10px;
	margin: 15px 0;
	border-top: 3px solid #98CB00;
	border-bottom: 3px solid #98CB00;
	background: #FFFFFF;
	color: #010101;
}
p.color-blue {
	display: block;
	padding: 8px 10px;
	margin: 15px 0;
	border-top: 3px solid #7DB6FB;
	border-bottom: 3px solid #7DB6FB;
	background: #ECF2FE;
	color: #010101;
}
p.color-orange {
	display: block;
	padding: 8px 10px;
	margin: 15px 0;
	border-top: 3px solid #F18B41;
	border-bottom: 3px solid #F18B41;
	background: #FDF6E4;
	color: #010101;
}
p.color-pink {
	display: block;
	padding: 8px 10px;
	margin: 15px 0;
	border-top: 3px solid #D5688F;
	border-bottom: 3px solid #D5688F;
	background: #FAE8E8;
	color: #010101;
}
p.color-grey {
	display: block;
	padding: 8px 10px;
	margin: 15px 0;
	border-top: 3px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
	background: #FAFAFA;
	color: #010101;
}
/*@group Notice Styles*/
p.error, p.tips, p.info {
	display: block;
	padding: 8px 10px 8px 35px;
	margin: 15px 0;
}
p.error {
	color: #CD3301;
	border-top: 3px solid #CD3301;
	border-bottom: 3px solid #CD3301;
	background: #FAE8E8 url(../images/icon-typo-error.jpg) no-repeat 10px 50%;
}
p.tips {
	color: #2D84E3;
	border-top: 3px solid #ADCEFB;
	border-bottom: 3px solid #ADCEFB;
	background: #ECF2FE url(../images/icon-typo-tips.jpg) no-repeat 10px 50%;
}
p.info {
	color: #CA6701;
	border-top: 3px solid #F2A378;
	border-bottom: 3px solid #F2A378;
	background: #FDF6E4 url(../images/icon-typo-info.jpg) no-repeat 10px 50%;
	/*[empty]width:;*/
}
/*@end*/
.highlight {
	background: #736644; /*[e]@00*/
	color: #FFF;
}
/*Lists Style
*****************************************/
#jjPrimary ul, #jjSecondary ul {
	list-style-position: inside;
}
#jjPrimary ol, #jjSecondary ol {
	padding: 0;
	list-style-position: inside;
}
#jjPrimary ol li {
	padding: 2px 0 2px 5px;
}
#jjPrimary ul ul, #jjPrimary ul ul ul, #jjPrimary ul ul ul ul {
	margin-left: 25px;
}
#jjPrimary ol ol, #jjPrimary ol ol ol, #jjPrimary ol ol ol ol li, ul.li-style1, ul.li-style2, ul.li-style3, ul.li-style4 {
	padding-left: 2px;
	margin-left: 0;
}
ul.li-style1 li, ul.li-style2 li, ul.li-style3 li, ul.li-style4 li {
	list-style: none;
	margin-left: 0;
	padding-bottom: 3px;
	margin-bottom: 5px;
	padding-left: 21px;
}
ul.li-style1 li {
	background: url(../images/li-style1.jpg) no-repeat -1px 1px;
}
ul.li-style2 li {
	background: url(../images/li-style2.jpg) no-repeat 0px 2px;
}
ul.li-style3 li {
	background: url(../images/li-style3.jpg) no-repeat 0px 1px;
}
ul.li-style4 li {
	background: url(../images/li-style4.jpg) no-repeat 0px 1px;
}
/*Latest News Module*/
#content ul.latestnews li, #content ul.mostread li {
	list-style-type: none;
	margin: 0;
	font-size: 1.2em;
}
/*UL.mostread-news L*/
ul.mostread-news li a:link, ul.mostread-news li a:visited {
	color: white;
	display: block;
}
/*Horizontal Rules
*****************************************/
hr {
	border: none;
	height: 1px;
	margin: 10px 0;
	border-top: 1px solid #EBE3D1;
	width: 96%;
}
/*Links Styling
*****************************************/
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
a.readon:link, a.readon:visited, a.readon:hover {
	display: inline-block;
	text-decoration: none;
	background: #413B33 url(../images/button-bg.jpg) repeat-x;
	padding: 1px 8px 2px 10px;
	margin-top: 13px;
	color: #FFF;
	border: 1px solid #413B33;
}
li span.small {
	font-size: 0.9em;
}
li br {
	display: none;
}
/*System Messages
*****************************************/
/* OpenID icon style */
input.system-openid {
   background: url(http://openid.net/login-bg.gif) no-repeat;
   background-color: #fff;
   background-position: 0 50%;
   color: #000;
   padding-left: 18px;
}


/* Unpublished */
.system-unpublished {
background: #e8edf1;
border-top: 1px solid #c4d3df;
border-bottom: 1px solid #c4d3df;
}

/* System Messages */
#system-message    { margin-bottom: 10px; padding: 0;}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; text-indent: 30px; }
#system-message dd ul { color: #0055BB; margin-bottom: 10px; list-style: none; padding: 10px; border-top: 1px solid #84A7DB; border-bottom: 1px solid #84A7DB;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }

/* System Error Messages */
#system-message dt.error { background: url(../images/icons/icon-05.png) no-repeat; padding-left: 20px; color: #f00; text-transform: uppercase; font-size: 1.2em; }
#system-message dd.error ul { color: #c00; background-color: #E6C0C0; border-top: 1px solid #DE7A7B; border-bottom: 1px solid #DE7A7B;}

/* System Notice Messages */
#system-message dt.notice {  background: url(../images/icons/icon-05.png) no-repeat; padding-left: 20px; color: #F0DC7E; text-transform: uppercase; font-size: 1.2em;  }
#system-message dd.notice ul { color: #c00; background: #EFE7B8; border-top: 1px solid #F0DC7E; border-bottom: 1px solid #F0DC7E;}

/* Debug */
#system-debug     { color: #ccc; background-color: #fff; padding: 10px; margin: 10px; }
#system-debug div { font-size: 11px;}

Joomla Specific
*****************************************/
.contentheading {
	width: 100%;
	color: #333;
}
td.contentheading, div.componentheading {
	font-size: 1.7em;
	line-height: 2em;
	font-weight: bold;
	padding: 5px 0 0px;
}
table.contentpaneopen tbody tr td img {
	padding: 0 10px 0 0;
}
table.contentpaneopen, table.contentpane {
	font-size: 1em;
	line-height: 150%;
}
#jjPrimary table.contentpaneopen p, #jjPrimary table.contentpane p {
	margin: 10px 24px 0 1px;
}
#jjSecondary table.contentpaneopen, #jjSecondary table.contentpane {
	margin: 0 0 20px;
}
.moduletable .contentpaneopen, .moduletable .contentpane {
	line-height: 135%;
}
/*Section Table Headers*/
.sectiontableheader {
	background:#d7caa8 url(../images/toolbar-bg.png) repeat-x;
	color: #736644;
	text-align: left;
	font-weight: bold;
	line-height: 20px;
}
.sectiontableheader, tr.sectiontableentry1 td, tr.sectiontableentry2 td, td.sectiontableentry1, td.sectiontableentry2 {
	text-indent: 5px;
	padding: 4px 0 5px;
}
.sectiontableheader {
	font-weight: bold;
}
.sectiontableentry1 {
	background: #F2EFE1;
	color: #333;
	font-size: 11px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #D7CAA8;
}
.sectiontableentry2 {
	background: #F8F5E8;
	color: #333;
	font-size: 11px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #D7CAA8;
}
table.poll-sfx td {
	font-size: 12px;
	padding: 2px 3px;
}
table.poll-sfx thead tr td {
	font-size: 12px;
}
span.small {
	color: #333;
	font-size: 11px;
}
td.createdate {
	background: transparent url(../images/date.gif) no-repeat 0 45%;
	color: #333;
	padding: 4px 0pt 5px 0px;
	text-indent: 20px;
}
td.modifydate {
	background: transparent url(../images/update.gif) no-repeat 5px 90%;
	text-indent: 25px;
	color: #898989;
	font-size: 0.9em;
	padding-left: 0px;
	padding: 10px 0 0;
}
table.contenttoc {
/*NOTE: Keeps the blog tables from crowding*/
	margin: 5px;
	padding: 0px;
	float: right;
}
table.contentpane {
	border: none;
	width: 100%;
}
table.contentpaneopen {
	border: none;
}
table.searchintro {
	padding: 10px 0;
	width: 100%;
}
.blog_more {
	margin: 10px 0;
}
.blog_more strong {
	margin: 0 0 5px;
	padding-left: 13px;
	display: block;
	color: #666666;
	text-transform: uppercase;
}
td.buttonheading a {
	background: none;
}
.mosimage {
	padding: 0;
	margin: 2px 10px 6px 3px;
	border: 3px solid #F4F4F4;
}
.mosimage img {
	padding: 0;
	margin: 0 !important; /*[e]0*/
}
.mosimage_caption {
	margin-top: 2px;
	padding: 1px 2px;
	color: #333;
	background: #F2EFE1;
}
.fleftimgtc, .fleftimg {
	display: inline;
	float: left;
	margin: 5px 0pt 10px 10px;
	padding-right: 15px;
}
/*Article Index*/
table.contenttoc {
	background: #FFF;
	margin: 7px;
	margin-right: 0;
	padding: 2px;
	border: 1px solid #CCC;
}
table.contenttoc td {
	padding: 0 7px;
}
table.contenttoc th {
	padding: 0 10px;
	font-size: 1em;
	color: #FFF;
	background: #CCC;
}
.pagenav {
	border: 1px solid #E3D4B0;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	margin: 1px;
	padding: 4px 10px;
	text-align: center;
	width: auto;
	color: #675B3E;
	background: #F7EFDE;
}
.article_seperator {
	border-top: 1px solid #E9E5E5;
	border-bottom: 1px solid #FFF;
	height: 0px;
	display: block;
	margin: 2% 10%;
	width: 80%;
}
/*Remove Article Seperator in Sidebar*/
#jjSecondary .article_seperator {
	display: none;
}
.moduletable span.article_seperator, #inset .moduletable .article_seperator {
	display: none !important; /*[e]none*/
}
.blog_more {
	font-size: 1.1em;
}
th.pagenav_prev, th.pagenav_next {
	width: 79%;
}
th.pagenav_prev a:link, th.pagenav_prev a:visited, th.pagenav_next a:link, th.pagenav_next a:visited {
	padding: 5px 14px;
	color: #716956;
	text-decoration: none;
	background: #E3DAC5;
}
th.pagenav_prev a:hover, th.pagenav_next a:hover {
	color: #FFF;
	text-decoration: none;
}
.back_button {
	margin: 16px 10px;
}
.back_button a {
	padding: 5px 12px;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #E5E5E5;
	background: #716956;
}
.back_button a:hover {
	color: #FFF;
	text-decoration: none;
	border: 1px solid #E5E5E5;
}
/*Send to a Friend Popup*/
body.contentpane form table {
	margin: 20px;
	font-size: 12px;
}
body.contentpane form table .inputbox {
	width: 200px;
	margin-bottom: 5px;
}
body.contentpane form table input.button {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	padding: 3px 7px;
	background: #EEE;
	color: #999;
}
/*Print Styling
*****************************************/
body.contentpane {
	background: #FFF;
}
body.contentpane table.contentpaneopen {
	padding: 20px;
	background: #FFF;
}
body.contentpane a span.small {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
/*Form Styling
*****************************************/
input.button {
	background: #29200B url(../images/modules/h3style-01.jpg) repeat-x scroll 0pt 50%;
	color: #FFF;
	padding: 4px 15px;
	cursor: pointer;
	border: 1px solid white;
}
select, select.inputbox {
	border: 1px solid #D8C69D;
	background-color: #FAF9F9;
	color: #302A1A;
}
#jjPrimary fieldset {
	border: 1px solid #E3D4B0;
}
#form-login fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
#form-login fieldset #form-login-remember label {
	padding: 0 10px 0 0;
	margin: 0;
}
#form-login-username {
	border: none;
	margin: 0;
	padding: 4px 0;
}
a.readon:link, a.readon:visited, a.readon:hover {
	display: inline-block;
	text-decoration: none;
	padding: 1px 8px 2px 10px;
	margin-top: 13px;
	color: #000;
}
blockquote {
	border: 1px solid #E9E5D9;
	padding: 10px 60px 10px 10px;
}
#jjBtmShelf a.readon:link, #jjBtmShelf a.readon:visited, #jjBtmShelf a.readon:hover, #jjUser1 a.readon:link, #jjUser1 a.readon:visited, #jjUser1 a.readon:hover {
	text-decoration: none;
	background: none;
	font-weight: bold;
	margin-top: 3px;
	color: #333333;
	border: none;
	font-size: 1em;
}

