html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent}                  
blockquote, q {quotes:none}
blockquote:before, blockquote:after,
q:before, q:after {content:''; content:none}
a {margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent}
ins {background-color:#ff9; color:#000; text-decoration:none}
mark {background-color:#ff9; color:#000; font-style:italic; font-weight:bold}
del {text-decoration:line-through}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help}
/* tables still need cellspacing="0" in the markup */
table {border-collapse:collapse; border-spacing:0}
hr {display:block; height:2px; background:#fbfbfb; color:#fbfbfb; border:0; border-top:1px solid #c8c8c8; border-bottom:1px solid #fbfbfb; margin:14px 0 20px; padding:0}
html>body hr {height:0px !important; box-sizing:content-box}
input, select {vertical-align:middle}
/* END RESET CSS */

/* fonts.css from the YUI Library:developer.yahoo.com/yui/
   Refer to developer.yahoo.com/yui/3/cssfonts/ for font sizing percentages*/
body {font:13px/1.231 sans-serif; *font-size:small} /* hack retained to preserve specificity */
select, input, textarea, button {font:99% sans-serif}

/* 
 * minimal base styles 
 */
body, select, input, textarea {
  /* #444 looks better than black:twitter.com/H_FJ/statuses/11800719859 */ 
 color:#444; 
 font-family:verdana,arial,helvetica,clean,sans-serif; font-size-adjust:none; font-style:normal; font-variant:normal}

/* Accessible focus treatment:people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active, #header a:focus {outline:none}

ul, ol {margin-left:1.8em; list-style:square outside}
ol {list-style-type:decimal}
li {margin:0.4em 0}
/* Remove margins for navigation lists */
strong, th {font-weight:bold}
td, td img {vertical-align:top} 
textarea {overflow:auto} /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

/* align checkboxes, radios, text inputs with their label
   by:Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] {vertical-align:text-bottom}
input[type="checkbox"] {vertical-align:bottom}
.ie7 input[type="checkbox"] {vertical-align:baseline}
.ie6 input {vertical-align:text-bottom}

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button {cursor:pointer}
 
/* webkit browsers add a 2px margin outside the chrome of form elements */  
button, input, select, textarea {margin:0}

/*  j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color:#FF5E99} 

.clear,#footer,.wrap  {clear:both}


/* TYPOGRAPHY */
/* ----------------------------------------- */
p {letter-spacing:0.03em; color:#444; margin:0.75em 0; line-height:1.3em}


/*[variables]
colors	{
	@00: #FFF;
}
*/
/*[fmt]9A90-1A0A-3*/
/*----------------------------------------------------------------------------
++ EXTERNaL SOURCE: structure.css
++ Structural Style Sheet - contains core structural css for layout
------------------------------------------------------------------------------*/


/* LOGO image on H1 tag: */
/*#jjTop h1 a	{background: transparent url(../images/neolitdnepr-logo.png) no-repeat; width: 510px;height: 60px;*/
#jjTop h1 a	{background: transparent url(../images/logo-2.png) no-repeat; width: 510px;height: 90px;
/*background: transparent url(../images/logotp.gif) no-repeat; width: 510px;height: 116px; margin: 15px 0 0 8px;*/
padding: 0;margin: 25px 0 0 8px;text-indent: -7887px;display: block;float: left;}
/* end logo image */




body	{
	text-align: center;
}
html	{
	background: #f0f9ff url(../images/body-bg.png) repeat-x scroll 0 0px;
	/*background: #F9F8F4 url(../images/body-bg.png) repeat-x scroll 0 0px;*/
}
/*Start global resets*/
*	{
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6	{
	padding: 0.3em 0 0.6em;
	color:#053d5e
}
blockquote, ul, ol, dl, fieldset, address	{
	margin: 0.5em 0;
}
p	{
	padding-bottom: 1.2em;
}
fieldset	{
	padding: 0.5em;
}
img	{
	border: 0;
}
a img	{
	border: 0;
}
label	{
	text-align: left;
}
select option	{
	padding: 0 3px;
}
/*This helps fix the relative font sizing problem with tables in internet explorer*/
table	{
	font-size: 1em;
	border-collapse: collapse;
	border-spacing: 0;
}
.hidden	{
	display: none;
}
.clearer	{
	clear: both;
}
.left	{
	float: left;
}
.right	{
	float: right;
}
/*End global resets
Control Styles*/
.jjOuterBrdr	{
	border: 1px solid #B8CBD9;
}
.jjInnerBrdr	{
	border: 1px solid white;
	border-bottom: none;
}
.jjCenter	{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
/*Clear Fix*/

#jjPathway	{
	height: 15px;
	font-size: 0.9em;
	padding: 0 20px 10px 0px;
    color: #333;
}
#jjPathway a:link, #jjPathway a:visited, #jjPathway a:hover	{
	padding: 0 2px 0 5px;
	text-decoration: underline;
	font-size: 1em; color: #000;
}


.jjClear:after	{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
/*Hides From IE Mac \*/
* html .jjClear	{
	height: 1%;
}
.jjClear	{
	display: block;
}
/*End Hide from IE Mac
End Control Styles*/
#jjToolbar	{
	background: transparent url(../images/toolbar-bg.png) repeat-x top left;
	height: 26px;
	line-height: 21px;
	color: #000;
	font-size: 0.9em;
	padding-top: 2px;
}
/*Remove padding from all elements in Toolbar
**********************************************/
#jjToolbar p, #jjToolbar h1, #jjToolbar h1, #jjToolbar h1, #jjToolbar h1, #jjToolbar h1, #jjToolbar h1, #jjToolbar ul	{
	margin: 0;
	padding: 0;
}
#jjToolbar h6 {
	display: inline;
	float: left;
	color: #000;
	margin: 0;
	padding: 0;
}
#jjToolsWrap	{
}
#jjNewsticker	{
	float: left;
	width: 480px;
}
#jjMininav	{
	float: right;
}
#jjTop	{
	height: 116px;
	overflow: hidden;
	line-height: 90px;
}
#jjTop h1	{
	margin: 0;
	padding: 0;
}
#jjTop h1	{
	float: left;
}
#jjTopOptions	{
	float: right;
	padding-top: 10px;
}
#jjHeader	{
	background: white;
}
#jjUser1	{
	background: #B9E5FB /*url(../images/inset-bg.jpg) repeat-x top left*/;
	height: 100%;
	padding: 0;
}
#jjNavigation	{
	background: #2D2513;
	background-image: url(../images/menu-bg.png);
	background-repeat: repeat-x;
	height: 33px;
	line-height: 32px;
	width: 100%;
}
#jjNav	{
	float: left;
	color: white;
	height: auto;
/* this is dedicated to my friend, internet exploder the 6th */
	/*width: 585px !important; */
}
#jjSearch	{
	float: right;
	height: 60px;
	margin: 10px 0 0;
	width: 180px;
	color:	#005387;
	line-height:18px
}
#jjSearch input.inputbox	{
	background: none;
	border: none;
	color: #372C10;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	margin: 1px 0 0 6px;
	padding: 4px 0 0;
	width: 113px;
}


#jjMain	{
	height: 100%;
	background: #f0f9ff url(../images/content-bg.png) repeat-x top left;
	/*background: #FBFBFB url(../images/content-bg.jpg) repeat-x top left;*/
	position: relative;
}

#jjSecondary	{
	display: inline;
}
#jjBtmShelf	{
	margin-top: 15px;
	line-height: 140%;
	position: relative;
}
#jjUser2	{
	height: 100%;
	padding: 0px;
	background: #F2F1EC url(../images/inset-bg.jpg) repeat-x bottom left;
}
#jjFooter	{
	position: relative;
	top: 12px;
	font-size: 1.1em;
	background: none;
	margin: 0 auto;
	clear: both;
	height: 63px;
	font-size: 0.9em;
	color: #053d5e;
	margin-top: 1px;
}
#joomlajunkie-swish a:link, #joomlajunkie-swish a:visited	{
	float: left;
	background: url(../images/jjswish.png) no-repeat 0px 0px;
	width: 53px;
	height: 50px;
	margin: 0;
	padding: 0;
	text-indent: -7887px;
	z-index: 100;
	outline: 0;
	margin: -5px 0 0px 10px;
}
#joomlajunkie-swish a:hover {
	background: url(../images/jjswish.png) no-repeat 0px -50px;
}


#nav-and-credits	{
	line-height: 20px;
	position: relative;
}
#nav-and-credits .left, #copyright .left	{
	float: left;
	clear: right;
	padding: 0;
	margin: 0;
	padding-left: 10px;
}
#nav-and-credits .right, #copyright .right	{
	float: right;
	padding: 0;
	margin: 0;
	padding-right: 20px;
}
#copyright .right a	{
	text-decoration: underline;
	color: #333;
}
a.w3c-valid-xhtml, a.w3c-valid-css, a.footer-rss	{
	padding-left: 30px;
	text-transform: uppercase;
}
#nav-and-credits a.w3c-valid-xhtml	{
	color: #8C7F5D;
	background: url(../images/tickle_red.gif) no-repeat 10px 1px;
}
#nav-and-credits a.w3c-valid-css	{
	color: #8C7F5D;
	background: url(../images/tickle_blue.gif) no-repeat 10px 1px;
}
#nav-and-credits a.footer-rss	{
	color: #8C7F5D;
	background: url(../images/tickle_orange.gif) no-repeat 10px 1px;
}
span.jjDate	{
	margin: 0 0 0 830px;
}
/*Intelli Mods Code
*****************************************/
.jjSpan1 div.moduletable, .jjSpan2 div.moduletable, .jjSpan3 div.moduletable, .jjSpan4 div.moduletable, .jjSpan1 div.module, .jjSpan2 div.module, .jjSpan2 div.module, .jjSpan3 div.module, .jjSpan4 div.module	{
	float: left;
	margin: 0 0.9%;
	padding: 15px 0 10px;
	display: inline;
}
.jjSpan1 div.module, .jjSpan1 div.moduletable	{
	width: 98%;
}
.jjSpan2 div.module, .jjSpan2 div.moduletable	{
	width: 48%;
}
.jjSpan3 div.module, .jjSpan3 div.moduletable	{
	width: 31.2%;
}
.jjSpan4 div.module, .jjSpan4 div.moduletable	{
	width: 23%;
}
/*Collapsable and configurable columns
****************************************
NOTE: jjPrimary refers to the  main content
NOTE: jjSecondary refers to the sidebar
*** Sidebar on the Left ****/
#jjWrapper.scheme_2 #jjSecondary.first-in-scheme	{
	float: left;
	width: 246px;
	border: 1px solid #b8cbd9;
	background: #E1F5FF /*dae8f2*/;
	/*background: #EFECE0; border: 1px solid #CCC9BE;*/
	display: inline;
}
#jjWrapper.scheme_2 #jjPrimary.second-in-scheme	{
	display: inline;
	float: left;
	width: 680px;
	margin: 5px 0 10px 20px;
}
/**** Sidebar on the Right ****/
#jjWrapper.scheme_2 #jjSecondary.second-in-scheme	{
	width: 196px;
	float: right;
	border: 1px solid #CCC9BE;
	background: #F2EFE1;
	display: inline;
}
#jjWrapper.scheme_2 #jjPrimary.first-in-scheme	{
	display: inline;
	float: left;
	width: 725px;
	margin: 5px 0 15px 15px;
}
/**** No Sidebar ****/
#jjWrapper.scheme_1 .first-in-scheme	{
	width: 920px;
	margin: 0 auto;
	display: block;
	padding: 5px 20px;
}


#Mod21 {text-align:center; margin-top:10px}
#Mod23 {border-top:2px solid #B6D9F2; margin-top:10px}
#Mod23 .jjmod-title {border-top:1px solid #fff}
#Mod27, #Mod27 div {background:transparent; width:auto}

.border img {border:3px solid #C1AB86; padding:0 !important}


a.addbox {display:block; width:180px; padding:20px; margin:0 0 20px 20px; float:right; text-align:center; background:#E1F5FF; border:2px solid #fff; font-size:14px; color:#053D5E}
a.addbox span {margin:12px 0 0 0; font-weight:bold; display:block }

h2.basket {background:url(../images/Sparta-Logo.png) 0 0 no-repeat; padding-left:100px !important; padding-bottom:40px !important}/*[variables]
colors {
	@00: #053D5E;
}
*/
/*[fmt]1A90-1A0A-3*/
/*----------------------------------------------------------------------------
++ EXTERNaL SOURCE: typography.css
++ Typography Style Sheet
------------------------------------------------------------------------------*/
body {
	font: normal 78%/160% Arial, Helvetica, sans-serif;
	color: #3C372B;
}
h1 {
	font-size: 2em;
}
h2 {
	color: #053D5E;
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	color: #053D5E; /*[e]@00*/
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	color: #053D5E; /*[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: #053D5E; /*[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: #2D2513 url("../images/menu-bg.png") repeat-x center center;
	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 { background: #B3C4DC  }

/* 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;}/*[fmt]1A90-1A0A-3*/
/*----------------------------------------------------------------------------
++ EXTERNaL SOURCE: joomla.css
++ Joomla Specific Style Sheet - general Joomla styles
------------------------------------------------------------------------------
Joomla Specific
*****************************************/
.contentheading {
	width: 100%;
	color: #053d5e;
}
.contentheading, .componentheading {
	font-size: 2em;
	line-height: 1.2em;
	font-weight: bold;
	padding: 1.2em 0 0.8em;
}

.blog .contentheading, .blog .componentheading {
	font-size: 1.4em; padding:10px 0 2px 0}

.blog .contentheading a, .blog .componentheading a {
	color:#053D5E}


.contentpaneopen img {
	padding: 0 10px 0 0;
}
.contentpaneopen, .contentpane {
	font-size: 1em;
	line-height: 150%;
}
#jjPrimary .contentpaneopen p, #jjPrimary .contentpane p {
	/*margin: 10px 24px 0 1px;*/
	margin: 10px 0 0 1px;
}
#jjSecondary .contentpaneopen, #jjSecondary .contentpane {
	margin: 0 0 20px;
}
.moduletable .contentpaneopen, .moduletable .contentpane {
	line-height: 135%;
}
/*Section Table Headers*/
.sectiontableheader {
	background:#d7caa8 url(../images/menu-bg.png) repeat-x;
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
	
}
.sectiontableheader a {color:#fff}
.sectiontableheader1{
	color: #005387;
	text-align: left;
	font-weight: bold;
	line-height: 20px;
}
.sectiontableheader1 td{
	background-color: #acd8e9;
	border: 1px solid #005387;
	text-align: center;
	font-weight: bold;
	padding: 2px;
}
.sectiontableheader,.sectiontableheader1, tr.sectiontableentry1 td, tr.sectiontableentry2 td, td.sectiontableentry1, td.sectiontableentry2 {
	padding: 4px 0 5px;
}
.sectiontableheader ,.sectiontableheader 1{
	font-weight: bold;
}
.sectiontableentry1 {
	background: #f3fbfe;
	color: #333;
	font-size: 11px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #acd8e9;
}
.sectiontableentry2 {
	background: #cce8f2;
	color: #333;
	font-size: 11px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #acd8e9;
}
.sectiontableentry1 td, .sectiontableentry2 td{
	text-align:center;
	border: 1px solid #005387;
	padding: 2px;
}
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;
}
.author {
	background: transparent url(../images/author.gif) no-repeat 0 50%;
	padding: 4px 0pt 5px 0px;
	text-indent: 20px;
	color: #999;
	font-size: 1em;
	padding:3px 2px 3px 5px;
    margin: 0;
    line-height: 1.2em;
    display:block;
}
.createdate {
	background: transparent url(../images/date.gif) no-repeat 0 45%;
	padding: 4px 0pt 5px 0px;
	text-indent: 20px;
	color: #999;
	font-size: 1em;
	padding:3px 2px 3px 5px;
    margin: 0;
    line-height: 1.2em;
    display:block;
}
.modifydate {
	border-top: 1px solid #efefef;
	margin-top: 10px;
	color: #cccccc;
	text-align: right;
	font-size: 1em;
	padding:5px 2px 3px 5px;
    line-height: 1.2em;
    display:block;
}
table.contentpane {
	border: none;
	width: 100%;
}
table.contentpaneopen {
	border: none;
}
table.searchintro {
	padding: 10px 0;
	width: 100%;
}
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 {
	margin: 7px;
	margin-right: 0;
	border: 1px solid #DACCAF;
	width:150px;
	float: right;
}
table.contenttoc td {
	padding: 5px 7px;
	background: #fff;
}
table.contenttoc th {
	background: url(../images/modules/h3style-03.jpg) repeat-x;
	padding: 0 10px;
	font-size: 1em;
	color: #000;
	text-align: center;
	height: 27px;
}
.pagenav {
	border: 1px solid #dedede;
	font-weight: bold;
	margin: 5px 1px;
	padding: 1px 10px;
	text-align: center;
	width: auto;
	color: #ccc;
	background: #efefef;
}
a.pagenav {
	border: 1px solid #0077BC;
	color: #053D5E;
	background: #E1F5FF;
}
.pagination-links {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
	color: #ccc;
}
.pagination-counter {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}
.blog_more {
	float: left;
	clear: both;
	padding: 10px 0 0 10px;
	width: 97%;
	/*background: #EAE6DA url(../images/inset-bg.jpg) repeat-x;
	border-bottom: 1px solid #DACCAF;
	border-top: 1px solid #DACCAF;*/
	margin-bottom: 20px;
}
p.more-link {
	margin: 0;
	padding: 0;
}

p.more_link {
	margin: 0;
	text-transform: uppercase;
}
.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*/
}
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
*****************************************/
#jjSearch input.button {
	background: none;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	float: left;
	padding: 4px 0;
	text-indent: -7887px;
	width: 33px;
	line-height: 100em;
}
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: block;
	float:right;
	text-decoration: none;
	background: #2D2513 url("../images/menu-bg.png") repeat-x center center;
	padding: 1px 8px 2px 10px;
	margin: 2px 0 6px 0;
	color: #FFF;
	border: 1px solid #413B33;
}
blockquote {
	border: 1px solid #E9E5D9;
	padding: 10px 60px 10px 10px;
	background: #F2EFE1;
}
#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;
}
.cols_1 {
	width: 98%;
}
.cols_2 {
	width: 47.5%;
}
.cols_3 {
	width: 30%;
}
.cols_4 {
	width: 22%;
}
.article-options {
float:right;
height:24px;
margin-top:0px;
}
.article-options li {
margin: 0;
padding: 0;
list-style: none;display: inline-block;
}
.article-options a{
padding-right: 5px;
}

.article_column{
padding-right: 1em; float: left; clear: none;
}
.column_separator{
padding: 0 0 0 1.5em;
}
.article_separator {
display: block;
clear:both;
margin-top: 2em;
height: 2em;
border-top:1px dotted #0077BC}
/*background: url(../images/article_separator.png) repeat-x top left; */
}
.tool-tip {
	background:#000;
	text-align:left;
}

.tool-title {
	color:#fff;
	font-weight:bold;
	border-bottom:1px solid #333;
	background:#121212;
	padding:5px 5px 0px;
	text-transform:uppercase;
}

.tool-text {
	color:#999;
	padding:0 5px 5px;
	font-weight:normal;
}/*[fmt]9A90-1A0A-3*/
/*----------------------------------------------------------------------------
++ EXTERNaL SOURCE: modules.css
++ Module Style Sheet - styling for joomla modules
------------------------------------------------------------------------------
Normal Module Styles
*************************************/
.module h3, .moduletable h3, .module-sfx h3, .module_menu h3	{
	font-size: 15px;
	margin: 0 -10px;
	height: 37px;
	padding: 8px 0 6px 10px;
	line-height: 37px;
}
/*footer and top shelf module adjustments*/
#jjBtmShelf .moduletable h3, #jjUser1 .moduletable h3, #jjUser5 .moduletable h3, #jjUser6 .moduletable h3, #jjUser7 .moduletable h3, #jjUser8 .moduletable h3, #jjUser9 .moduletable h3	{
	margin: 0;
	padding: 0;
	line-height: 20px;
}
#jjUser1 .moduletable	{
	padding-bottom: 0px;
}
#jjBtmShelf .moduletable, #jjUser1 .moduletable	{
	margin-bottom: 0px;
	margin-top: 0px;
}
#jjBtmShelf .moduletable ul, #jjUser1 .moduletable ul	{
	margin-top: -6px;
}
#jjBtmShelf .moduletable ul {
	border-top: 1px solid #DACDAD;
    border-bottom: 1px solid #fff;
}

#jjBtmShelf .moduletable ul li, #jjUser1 .moduletable ul li	{
	list-style-type: none;
	border-top: 1px solid #FFF;
	line-height: 24px;
	border-bottom: 1px solid #DACDAD;
	/*[disabled]height:24px;*/
}
#jjBtmShelf .moduletable ul li a, #jjUser1 .moduletable ul li a	{
	padding: 0 0 0 10px;
	color: inherit;
	display: block;
}
#jjBtmShelf .moduletable ul li a:hover, #jjUser1 .moduletable ul li a:hover	{
	background: #FFFCF3;
	display: block;
}
.module, .module-sfx, .module_menu	{
	margin: 3px 10px 0px;
}
table.contentpaneopen-sfx td	{
	padding-bottom: 8px;
}
div.moduletable-sfx.nopadding	{
	padding: 0;
	width: auto;
}
/*Module Header Background Options
*************************************/
.h3style-01 h3	{
	background: url(../images/modules/h3style-01.jpg) repeat-x; height: 33px; padding-top: 0px; line-height: 33px;
}
.h3style-02 h3	{
	background: url(../images/modules/h3style-02.jpg) repeat-x; height: 33px; padding-top: 0px; line-height: 33px; border-bottom: 1px solid #333;
}
.h3style-03 h3	{
	background:#dacdaf url(../images/modules/h3style-03.jpg) repeat-x top left;
}
.h3style-04 h3	{
	background: #b3d5e5 /*url(../images/modules/h3style-04.jpg) repeat-x top left*/;
}
.h3style-05 h3	{
	background: url(../images/modules/h3style-05.png) repeat-x;
	/*background: url(../images/modules/h3style-05.jpg) repeat-x;*/
}
.h3style-06 h3	{
	background: url(../images/modules/h3style-06.jpg) repeat-x;
}
.h3style-07 h3	{
	background: url(../images/modules/h3style-07.jpg) repeat-x; height: 33px; line-height: 33px;
}
.h3style-08 h3	{
	background: url(../images/modules/h3style-08.jpg) repeat-x; height: 33px; line-height: 33px;
}
.h3style-03 h3, .h3style-04 h3, .h3style-05 h3{
	color: #053d5e;
	padding: 0px 10px;
	margin-bottom: 3px;
}
.h3style-01 h3, .h3style-02 h3, .h3style-06 h3, .h3style-07 h3 {
	color: #FFFFFF;
	padding: 0px 10px;
	margin-bottom: 3px;
}
.h3style-08 h3 {
	color: #000;
	padding: 0px 10px;
	margin-bottom: 3px;
}
.h3style-03 h3, .h3style-04 h3 {
  padding: 10px 10px 7px 10px; height:25px; margin-bottom: 0;
}



/*Module Background Suffix Colors
*************************************/
.inset	{
	color: red;
}
.bgstyle-01 div, .bgstyle-02 div,
.bgstyle-03 div, .bgstyle-04 div,
.bgstyle-05 div, .bgstyle-06 div,
.bgstyle-07 div, .bgstyle-08 div,
.bgstyle-09 div {
	color: #FFF;
	margin: 0 -10px;
	padding: 0 10px;
	display: inline-block;
	width: 100%;
}
.bgstyle-01 div div div div, .bgstyle-02 div div div div,
.bgstyle-03 div div div div, .bgstyle-04 div div div div,
.bgstyle-05 div div div div, .bgstyle-06 div div div div, 
.bgstyle-07 div div div div, .bgstyle-08 div div div div, 
.bgstyle-09 div div div div{
	background: transparent; padding: 0; margin: 0; border: none; clear: both;
}
/*@group background colors*/
.bgstyle-01 div div div	{
	background: #645636 url(../images/modules/bgstyle-01.jpg) repeat-x top left;
}
.bgstyle-02 div div div	{
	background: #D7DBC0 url(../images/modules/bgstyle-02.jpg) repeat-x top left;
    color: #333;
}
.bgstyle-03 div div div	{
	background: #dacdaf url(../images/modules/bgstyle-03.jpg) repeat-x bottom left;
    padding-bottom: 20px; color: #000; margin-bottom: 20px;
}
.bgstyle-04 div div div	{
	background: #b3d5e5;
	/*background: #ddd7bf url(../images/modules/bgstyle-04.jpg) repeat-x bottom left;*/
    padding-bottom: 20px; color: #000; margin-bottom: 20px;
}
.bgstyle-05 div div div	{
	background: #ffffff url(../images/modules/bgstyle-05.jpg) repeat-x top left;
    color: #666;
}
.bgstyle-06 div div div	{
	background: #101010 url(../images/modules/bgstyle-06.jpg) repeat-x top left;
    color: #ccc;
}
.bgstyle-07 div div div	{
	background: #7d7254 url(../images/modules/bgstyle-07.jpg) repeat-x top left;
}
.bgstyle-08 div div div	{
	background: #ada187 url(../images/modules/bgstyle-08.jpg) repeat-x top left;
}
.bgstyle-09 div div div	{
	background: #f2efe0 url(../images/modules/bgstyle-09.jpg) repeat-x top left;
    color: #666;
}

#jjInset .module div div div	{
	background:#eae6da url(../images/inset-bg.jpg) repeat-x top left;
	color: #3D382B;
	padding: 8px 20px 10px;
	border: 1px solid white;
}
#jjInset .module	{
	border: 1px solid #E1E0DD;
	margin: 0;
}
.inset div div div, .brownbg div div div, .greenbg div div div, .litebg div div div, .darkbg div div div	{
	padding-bottom: 15px;
	border-bottom: 1px solid white;
}
/*@end*/
/*@group icons */
.icon-01 h3 span{
	float: left;
	/*background: url(../images/icons/trailer.png) no-repeat 0 50%;*/
	background: url(../images/icons/neolit.png) no-repeat 0 50%;
	width: 24px; height: 37px;
}
.icon-02 h3 span{
	float: left;
	background: url(../images/icons/icon-02.png) no-repeat 0 50%;
	width: 24px; height: 37px;
}
.icon-03 h3 span{
	float: left;
	background: url(../images/icons/icon-03.png) no-repeat 0 50%;
	width: 24px; height: 37px;
}
.icon-04 h3 span{
	float: left;
	background: url(../images/icons/icon-04.png) no-repeat 0 50%;
	width: 24px; height: 37px; 
}
.icon-05 h3 span{
	float: left;
	background: url(../images/icons/icon-05.png) no-repeat 0 50%;
	width: 24px; height: 37px;
}
.icon-06 h3 span{
	float: left;
	background: url(../images/icons/icon-06.png) no-repeat 0 50%;
	width: 24px; height: 37px;
}
.icon-07 h3 span{
	float: left;
	background: url(../images/icons/icon-07.png) no-repeat 0 50%;
	width: 24px; height: 37px;
}
.icon-08 h3 span{
	float: left;
	background: url(../images/icons/icon-08.png) no-repeat 0 50%;
	width: 24px; height: 37px;
}
.icon-09 h3 span{
	float: left;
	background: url(../images/icons/icon-09.png) no-repeat 0 50%;
	width: 24px; height: 37px;
}
.icon-10 h3 span{
	float: left;
	background: url(../images/icons/icon-10.png) no-repeat 0 50%;
	width: 24px; height: 37px;
}
.icon-11 h3 span{
	float: left;
	background: url(../images/icons/icon-11.png) no-repeat 0 50%;
	width: 24px; height: 37px;
}
.icon-12 h3 span{
	float: left;
	background: url(../images/icons/icon-12.png) no-repeat 0 50%;
	width: 24px; height: 37px;
}
.icon-13 h3 span{
	float: left;
	background: url(../images/icons/icon-13.png) no-repeat 0 50%;
	width: 24px; height: 37px;
}
.icon-14 h3 span{
	float: left;
	background: url(../images/icons/icon-14.png) no-repeat 0 50%;
	width: 24px; height: 37px;
}
.icon-15 h3 span{
	float: left;
	background: url(../images/icons/icon-15.png) no-repeat 0 50%;
	width: 24px; height: 37px;
}
.icon-16 h3 span{
	float: left;
	background: url(../images/icons/icon-16.gif) no-repeat 0 50%;
	width: 24px; height: 37px;
}
/*end*/


/*@group newsticker -override styles*/
#jjToolsWrap .newsticker li a strong	{
	font-weight: bold;
	color: #000;
}
#jjToolsWrap #news.newsticker li a	{
	font: normal 11px Arial;
	text-decoration: none;
	color: #000;
	height: 20px;
	line-height: 20px;
}
/*@end
Rss Module Styling*/
.blog-rss	{
	background: transparent url(../images/rssicon.png) no-repeat scroll 98% 30%;
	padding-right: 70px;
}
.clubTestimonial .quoteName	{
	background: transparent url(http://joomlajunkie.com/templates/madeyourweb/images/mitch-quote.jpg) no-repeat scroll 0 0;
	font-size: 11px;
	padding: 5px 0 26px 93px;
}
div.clubTestimonial p	{
	font-size: 0.9em;
	font-style: italic;
	line-height: 140%;
	margin: 10px 0;
}


.h3style-05 h3 {
 padding-top: 0px; height: 40px;
}
div.icon-01 h3.jjmod-title span.icon {
 padding-top: 0px; height: 40px;
}
/*[fmt]1A90-1A0A-3*/
/*----------------------------------------------------------------------------
++ EXTERNaL SOURCE: form.css
++ Forms Style Sheet
------------------------------------------------------------------------------*/
input, textarea {
	background-color: #FAF9F9;
	border: 1px solid #DDD7CB;
	padding: 2px 10px 2px 5px;
	color: #5D5545;
	margin: 2px 0;
}
/*----------------------------------------------------------------------------
++ EXTERNaL SOURCE: menucore.css
++ Menu Core Style Sheet
------------------------------------------------------------------------------
Footer Menu*/
#jjFooter UL.menu
{
	margin: 0;
	padding: 0;
	width: 485px;
	height: 20px;
}
#jjFooter UL.menu LI
{
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	padding-right: 10px;
}
#jjFooter UL.menu LI A:link, #jjFooter UL.menu LI A:visited
{
	text-decoration: none;
	font: normal 1em Arial, serif;
	padding: 2px 2.5px;
	color: #333;
}
/*Mini Nav
*****************************************/
#jjMininav UL#mainlevel-nav
{
	margin: 0;
	padding: 0;
	border-right: 1px solid #f8f7f4;
	overflow: auto;
	border-left: 1px solid #c6c3b9;
}
#jjMininav UL#mainlevel-nav LI
{
	float: left;
	padding: 0 10px;
	list-style: none;
	border-left: 1px solid #f8f7f4;
	border-right: 1px solid #c6c3b9;
}
#jjMininav UL#mainlevel-nav A
{
	color: #000;
	text-decoration: none;
}
#jjMininav UL#mainlevel-nav A:hover
{
	text-decoration: underline;
}
/*Sidenav
*****************************************/
#jjSecondary SPAN.separator
{
	background: transparent url(../images/isparent.png) no-repeat 10px 8px;
	text-indent: 20px;
}
#jjSecondary .separator.active
{
	background: transparent url(../images/openparent.png) no-repeat 10px 8px;
	text-indent: 20px;
}
#jjSecondary .separator.active .seperator.active
{
	background: none;
}
LI.parent UL LI A.jjSideNavActive
{
	background: none;
}
#jjSecondary UL.menu
{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #DBD7C6;
	margin: -3px -10px 0;
}
#jjSecondary UL.menu LI
{
	list-style-type: none;
	border-top: 1px solid #b6d9f2;
	line-height: 27px;
}
#jjSecondary UL.menu LI A
{
	background: transparent url(../images/sidenav-bullet.png) no-repeat 10px 8px;
	text-indent: 20px;
	text-decoration: none;
	font-size: 12px;
	color: #053d5e;
	border-top: 1px solid #FFF;
	padding: 0 0 0 10px;
	display: block;
}
#jjSecondary SPAN.separator
{
	text-decoration: none;
	font-size: 12px;
	color: #333;
	border-top: 1px solid #FFF;
	padding: 0 0 0 10px;
	display: block;
	cursor: pointer;
}
#jjSecondary UL.menu LI.active
{
	background: #FAF9F9;
	margin-right: -2px;
}
#jjSecondary UL.menu LI A:hover
{
	background-color: #FAF9F9/*def0fa*/;
	/*background-color: #EDE9DD;*/
}
#jjSecondary UL.menu LI UL
{
	margin: 0;
}
#jjSecondary UL.menu LI UL
{
	margin-left: 12px;
}
/*If using Joomla module menu
*****************************************/
#jjNavigation UL#mainlevel-nav
{
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#jjNavigation #mainlevel-nav LI
{
	float: left;
	padding: 0 18px;
}
#jjNavigation A.mainlevel-nav
{
	color: white;
	font-size: 14px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	display: block;
	font-weight: bold;
}
/*----------------------------------------------------------------------------
++ EXTERNaL SOURCE: superfish.css
++ Menu Style Sheet
------------------------------------------------------------------------------
GENERAL SETTINGS*/
#jjNavigation {
position: relative;
z-index: 99;
}
#jjNavigation * {padding:0; margin:0; border:0}

#jjNav ul#jjSuperfish {
padding: 0;
margin: 0;
list-style: none;
float: left;
left: 0;
/*border-right: 1px solid #053d5e;
border-left: 1px solid #053d5e;
width:958px; /*height:32px; overflow:hidden*/
}
#jjNav ul#jjSuperfish li, #jjNav ul#jjSuperfish ul li {
margin: 0;
}
#jjNav a:link, #jjNav a:visited, #jjNav a:hover {
text-decoration: none;
}
ul#jjSuperfish li a span {
color: white;
font-size: 12px;
font-family: arial, Helvetica, sans-serif;
display: block;
}
ul#jjSuperfish li#sfhover a:link span, ul#jjSuperfish li#sfhover a:visited span {
position: relative;
}
ul#jjSuperfish li a:hover, ul#jjSuperfish li a.active {
background: #053d5e url(../images/menu-bg.png) repeat-x;
color: #000;
}
ul#jjSuperfish li a:hover, ul#jjSuperfish li a.active span {
color: #000;
}
ul#jjSuperfish li {
float: left;
list-style: none;
padding: 0;
margin: 0;
position: relative;
border: 0;
border-left: 1px solid #096fab;
border-right: 1px solid #053d5e;
}
ul#jjSuperfish li.jjLast {border-right:none}

#jjSuperfish li.jjNav-active a span, #jjSuperfish li a:hover span {
color: #372C10;
}
ul#jjSuperfish li a span {
display: block;
position: relative;
}
ul#jjSuperfish li.separator {
font-weight: bold;
line-height: 32px;
cursor: default;
display: block;
padding: 0 10px;
}
ul#jjSuperfish li#sfhover a.active:hover {
border: none;
}
ul#jjSuperfish li.jjNav-first-active {
border-left: 0;
}
ul#jjSuperfish li a:link, ul#jjSuperfish li a:visited, ul#jjSuperfish li a:hover {
font-weight: bold;
font-size: 12px;
font-family: arial, Helvetica, sans-serif;
background-color: transparent;
display: block;
float: left;
clear: left;
}
ul#jjSuperfish li#sfhover a:link, 
ul#jjSuperfish li#sfhover a:visited, 
ul#jjSuperfish li#sfhover a:hover {
display: block;
color: #FFF;
text-decoration: none;
}
ul#jjSuperfish li a:link span, 
ul#jjSuperfish li a:visited span, 
ul#jjSuperfish li a:hover span {
width: auto;
padding: 0 20.5px !important;
/*padding: 0 7px;*/
position: relative;
cursor: pointer;
font-size:12px !important;
letter-spacing:0 !important;
font-weight:normal !important;
font-size: 12px;
font-size-adjust: 0.54;
font-style: normal;
font-variant: normal;
font-weight: 400;
}
ul#jjSuperfish li.jjNav, 
ul#jjSuperfish li#sfhover.jjNav, 
ul#jjSuperfish li#sfhover, 
ul#jjSuperfish li.sfHover, 
ul#jjSuperfish li.jjNav-child-active, 
ul#jjSuperfish li.jjNav-last-child-active, 
ul#jjSuperfish li.jjNav-first-child-active, 
ul#jjSuperfish li#sfhover.jjNav-child-active, 
ul#jjSuperfish li#sfhover.jjNav-last-child-active, 
ul#jjSuperfish li#sfhover.jjNav-first-child-active, 
ul#jjSuperfish li.jjNav-first-active, 
ul#jjSuperfish li.jjNav-last-active, 
ul#jjSuperfish li.jjNav-active, 
ul#jjSuperfish li#sfhover.jjNav-first-active, 
ul#jjSuperfish li#sfhover.jjNav-last-active, 
ul#jjSuperfish li#sfhover.jjNav-active, 
ul#jjSuperfish li#sfhover.jjNav-child-active, 
ul#jjSuperfish li#sfhover.jjNav-last-child-active, 
ul#jjSuperfish li#sfhover.jjNav-first-child-active, 
ul#jjSuperfish li#sfhover.jjNav-active {
position: relative;
}
ul#jjSuperfish li a:hover, 
ul#jjSuperfish li#sfhover a:hover, 
ul#jjSuperfish li.sfHover a:link, 
ul#jjSuperfish li.sfHover a:visited, 
ul#jjSuperfish li a.active:link, 
ul#jjSuperfish li a.active:visited, 
ul#jjSuperfish li a.active:hover {
background: #0069a6 url(../images/nav-active-bg.png) repeat-x 0 1px;
display: block;
}
ul#jjSuperfish ul li.jjNav.jjActive a{
background-color: #005387;
}
ul#jjSuperfish li#sfhover a.active:hover, ul#jjSuperfish li.sfHover a.active:hover {
text-decoration: none;
}
.jjNav.jjChild a span,
.jjNav.jjChild.sfHover a span{
background: url(../images/child.gif) no-repeat 50% 26px;
}

.jjNav.jjChild.jjActive,
.jjNav.jjChild.sfHover.jjActive{
background: #005387 url(../images/nav-active-bg.png) repeat-x 0 1px;
}

.jjNav.jjChild.jjActive a span,
.jjNav.jjChild.sfHover.jjActive a span{
background: url(../images/child-over.gif) no-repeat 50% 26px;
}

.jjNav.jjChild.jjActive a,
.jjNav.jjChild.sfHover.jjActive a,
.jjNav.jjChild.jjActive a:hover,
.jjNav.jjChild.sfHover.jjActive a:hover{
background: url(../images/child-over.gif) no-repeat 50% 26px;
}

ul#jjSuperfish li.sfHover.jjChild a span,
ul#jjSuperfish li#sfhover.jjNav-child-active span,
ul#jjSuperfish li#sfhover.jjNav-first-child-active span,
ul#jjSuperfish li#sfhover.jjNav-last-child-active span,
ul#jjSuperfish li#sfhover.jjNav-child span,
ul#jjSuperfish li#sfhover.jjNav-first-child span,
ul#jjSuperfish li#sfhover.jjNav-last-child span,
ul#jjSuperfish li.jjNav-child-active a.active span, 
ul#jjSuperfish li.jjNav-first-child-active a.active span, 
ul#jjSuperfish li.jjNav-last-child-active a.active span {
background: url(../images/child-over.gif) no-repeat 50% 26px;
}
/*ul#jjSuperfish li span, 
ul#jjSuperfish li.sfHover a:hover span,
ul#jjSuperfish li.sfHover.jjNav a span {
	background: none;
	text-decoration: none;
}*/
ul#jjSuperfish ul {
display: none;
position: absolute;
top: 27px;
left: -1px;
float: none;
width: 200px;
line-height: 30px;
background: #ddeff7 url(../images/suckerfish-bg.png) repeat-x bottom left;
border: 1px solid #053d5e;
border-top: 0;
border-bottom: 0;
color: #333;
}
#jjNavigation ul#jjSuperfish ul li {
border: 0;
border-top: 1px solid #FFF;
border-bottom: 1px solid #053d5e;
}
#jjNavigation ul#jjSuperfish li li a:hover,
#jjNavigation #jjNav ul#jjSuperfish ul li.jjNav.active {
background-color: #0069a6;
color: white !important;
}
#jjNavigation #jjNav ul#jjSuperfish ul li.jjNav-active a {
color: white !important;
}
#jjNavigation ul#jjSuperfish .jjNav.jjChild.sfHover a span {
color: #444;
}
ul#jjSuperfish li ul li ul {
display: none;
top: -1px;
left: 200px;
}
ul#jjSuperfish li ul li {
margin: 0;
line-height: 30px;
display: block;
width: 200px;
float: left;
background: transparent none;
cursor: pointer;
}
#jjNavigation #jjSuperfish ul li.jjNav-first {
border-top: none;
}
ul#jjSuperfish li#sfhover ul li a.active:hover,
ul#jjSuperfish li.sfHover ul li a.active:hover {
text-decoration: none;
}
ul#jjSuperfish li#sfhover ul li a:link,
ul#jjSuperfish li#sfhover ul li a:visited,
ul#jjSuperfish li.sfHover ul li a:link,
ul#jjSuperfish li.sfHover ul li a:visited {
display: block;
background: transparent;
line-height: 30px;
padding: 0 10px;
font-weight: normal;
width: 180px;
}
ul#jjSuperfish li ul li#sfhover {
background: transparent;
}
ul#jjSuperfish li ul li.separator, 
ul#jjSuperfish li ul li#sfhover.separator {
line-height: 30px;
height: 30px;
padding: 0;
color: black;
}
ul#jjSuperfish li ul li.separator span, 
ul#jjSuperfish li ul li#sfhover.separator span {
padding: 0 10px;
margin: 0;
color: black;
height: 30px;
line-height: 30px;
}
ul#jjSuperfish li.sfHover ul li {
line-height: 30px;
background: none;
}
/*arrows for subchilds*/
ul#jjSuperfish li ul li.jjNav.jjSubchild {
background: transparent url(../images/subchild-off.gif) no-repeat 180px 50%;
}
/**** Sub Items Hover ***/
ul#jjSuperfish li li a:hover,
ul#jjSuperfish li li.jjActive a:hover {
background: #0069a6;
}
ul#jjSuperfish ul li.jjNav.jjSubchild a:hover,
ul#jjSuperfish ul li.jjNav.jjSubchild li.jjNav.jjSubchild a:hover {
background: #0069a6 url(../images/subchild.gif) no-repeat 180px 50%;
}
ul#jjSuperfish ul li.jjNav.jjSubchild li a:hover{
background-color: #0069a6;
0069a6-image: none!important;
}
ul#jjSuperfish li#sfhover ul li#sfhover.jjNav-first-subchild, ul#jjSuperfish li#sfhover ul li#sfhover.jjNav-last-subchild, ul#jjSuperfish li#sfhover ul li#sfhover.jjNav-subchild, #jjSuperfish li#sfhover ul li.jjNav-first-subchild-active, #jjSuperfish li#sfhover ul li.jjNav-last-subchild-active, #jjSuperfish li#sfhover ul li.jjNav-subchild-active, #jjSuperfish li#sfhover ul li#sfhover.jjNav-first-subchild-active, #jjSuperfish li#sfhover ul li#sfhover.jjNav-last-subchild-active, #jjSuperfish li#sfhover ul li#sfhover.jjNav-subchild-active, #jjSuperfish li ul li.jjNav-first-subchild-active, #jjSuperfish li ul li.jjNav-last-subchild-active, #jjSuperfish li ul li.jjNav-subchild-active {
0069a6-image: url(../images/subchild.gif);
0069a6-repeat: no-repeat;
0069a6-position: 180px 50%;
}
ul#jjSuperfish li ul li#sfhover a:link, ul#jjSuperfish li ul li#sfhover a:visited, ul#jjSuperfish li ul li#sfhover a:hover {
0069a6: none;
}
ul#jjSuperfish li.separator span, ul#jjSuperfish li#sfhover.separator, ul#jjSuperfish li#sfhover.separator span {
0069a6: none;
color: #FFFFFF;
cursor: default;
line-height: 42px;
height: 42px;
padding: 0 10px;
display: block;
float: left;
}
ul#jjSuperfish li.separator {
0069a6: none;
color: #FFFFFF;
cursor: default;
line-height: 42px;
height: 42px;
padding: 0 10px;
}
#jjWrapper #jjNavigation ul#jjSuperfish li a, #jjWrapper #jjNavigation ul#jjSuperfish li a:link, #jjWrapper #jjNavigation ul#jjSuperfish li a:hover, #jjWrapper #jjNavigation ul#jjSuperfish li a:focus {
color: #444;
}
#jjSuperfish li.jjNav-child.sfHover a span {
color: #444;
}
ul#jjSuperfish li.jjNav-first-active span {
color: #444;
}
ul#jjSuperfish li.jjNav li.jjNav a{
0069a6: none;
}
ul#jjSuperfish li.jjActive a span{color:#000;}
