* {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
}

body#bd {
	background: #f2f2ee;
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
	font-size: 12pt;
	font-family: serif;
	line-height: 140%;
}

body.fs1{
	font-size: 9px;
}

body.fs2{
	font-size: 10px;
}

body.fs3{
	font-size: 11px;
}

body.fs4{
	font-size: 12px;
}

body.fs5{
	font-size: 13px;
}

body.fs6{
	font-size: 14px;
}

/* Normal link */
a {
	color: #77c936;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #333333;
	text-decoration: none;
}

/* Title text */
.contentheading, .componentheading, div.moduletable h3,
h1, h2, h3 {
	color: #77c936;
}

/* Small text */
.small, .smalldark, .createdate, .modifydate, .mosimage_caption,
.back_button, .pagenavcounter, .pagenav, .pagenavbar, a.readon {
}

/* Heading */
h1 {
	color: #999999;
	font-size: 140%;

}

h2 {
	font-size: 140%;
	color: #333333;
	margin-bottom: 10px;
}

h3 {
	color: #77c936;
	font-size: 120%;
	text-transform: uppercase;
}

h4 {
	color: #333333;
	font-size: 120%;
	text-transform: uppercase;
}
h5 {
	color: #77c936;
	font-size: 125%;
	text-transform: none;
	font-weight: normal;
}
h6 {
	color: #000000;
	font-size: 100%;
	text-transform: none;
	font-weight: normal;
	margin-top: 20px;
}
p {
	margin: 0 0 15px;
}

ul {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style: none;
}

ul li {
	padding-left: 35px;
        background: url(/images/template/bullet.gif) no-repeat 0px 15px;
	line-height: 170%;
}
ul {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style: none;
}

ul li {
	padding-left: 35px;
        background: url(/images/template/bullet.gif) no-repeat 0px 15px;
	line-height: 170%;
}
ol {
	margin-top: 5px;
	margin-bottom: 15px;
}

ol li {
	margin-left: 5px;
	line-height: 170%;

}

th {
	padding: 4px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #999999;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 10px;
        margin-top: 10px;
}
a img {
	border: none;
        padding-bottom: 7px;

}
hr2 {
	border-top: 1px solid #666666;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 10px;
        margin-top: 10px;
}


td, div {
	font-size: 100%;
}

/* Code text */
pre, .code {
	padding: 10px 15px;
	margin: 5px 15px 15px;
	border-left: 3px solid #59B2C4;
	background: url(/images/template/body-bg.jpg);
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 15px 40px 15px 60px;
	background: url(/images/template/quote.gif) 20px 10px no-repeat;
	font: italic 1em/1.5 Georgia, Times, serif;
}

.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #59B2C4;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 25px;
	color: #CC786F;
	background: url(/images/template/bullet-error.gif) no-repeat top left;
}

.message {
	padding-left: 25px;
	color: #59B2C4;
	background: url(/images/template/bullet-info.gif) no-repeat top left;
}

.tips {
	padding-left: 25px;
	color: #E0AB66;
	background: url(/images/template/bullet-tips.gif) no-repeat top left;
}

.highlight {
	border-bottom: 1px dotted #999999;
	padding: 0 5px;
	background: #FEFAE1;
	font-weight: bold;
}

p.stickynote {
	padding: 28px 80px 15px 25px;
	background: url(/images/template/sticky-bg.gif) no-repeat top right #EDECEC;
	border-bottom: 3px solid #DDDDDD;
}

p.pinnote {
	padding: 28px 60px 15px 25px;
	background: url(/images/template/pin-bg.gif) no-repeat top right #EDECEC;
	border-bottom: 3px solid #DDDDDD;
}

p.clipnote {
	padding: 28px 60px 15px 25px;
	background: url(/images/template/clip-bg.gif) no-repeat top right #EDECEC;
	border-bottom: 3px solid #DDDDDD;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

.bignumber {
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
	padding: 0 2px;
	display: block;
	color: #59B2C4;
	font: 30px/normal Arial, sans-serif;
	font-weight: bold;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

input, select {
	font: 11px/normal Tahoma, Arial, sans-serif;
	color: #545454;
}

select, .inputbox {
	padding: 2px;
}

textarea {
	padding-left: 2px;
}

.button, .button:hover {
	padding: 2px 10px!important;
	padding: 1px 5px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #DDDDDD;
	background: #EDECEC;
}

.button:active, .button:focus {
	border-top: 1px solid #999999;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #999999;
}

.inputbox {
	border: 1px solid #C0C0C0;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #999999;
	background: #FFFFFF;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3 {
	margin: 0 0 5px;
	padding: 4px 2px 4px;
	border-bottom: 1px solid #C0C0C0;
	font-size: 1em;
	text-transform: uppercase;
}

div.moduletable {
	margin: 0 0 15px;
	padding: 0;
}

div.module-orange h3,
div.module-green h3,
div.module-blue h3,
div.module h3 {
	margin: 0 0 10px 0;
	padding-bottom: 6px;
	font-size: 1em;
	text-transform: uppercase;
}

div.module-orange,
div.module-green,
div.module-blue,
div.module {
	margin-bottom: 15px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(/images/template/box-br.gif) no-repeat bottom right;
}

div.module-orange div,
div.module-green div,
div.module-blue div,
div.module div {
	padding: 0;
	background: url(/images/template/box-bl.gif) no-repeat bottom left;
}

div.module-orange div div,
div.module-green div div,
div.module-blue div div,
div.module div div {
	padding: 0;
	background: url(/images/template/box-tr.gif) no-repeat top right;
}

div.module-orange div div div,
div.module-green div div div,
div.module-blue div div div,
div.module div div div {
	padding: 8px 15px 15px 15px;
	background: url(/images/template/box-tl.gif) no-repeat top left;
}

div.module-orange div div div div,
div.module-green div div div div,
div.module-blue div div div div,
div.module div div div div {
	margin: 0;
	padding: 0;
	background: none;
}

div.module-orange a, div.module-orange a:hover, div.module-orange a:active,
div.module-green a, div.module-green a:hover, div.module-green a:active,
div.module-blue a, div.module-blue a:hover, div.module-blue a:active {
	color: #FFFFFF;
}

/* orange module */
div.module-orange h3 {
	color: #FFFFFF;
}

div.module-orange {
	color: #FFFFFF;
	background: url(/images/template/box-orange-br.gif) no-repeat bottom right;
}

div.module-orange div {
	background: url(/images/template/box-orange-bl.gif) no-repeat bottom left;
}

div.module-orange div div {
	background: url(/images/template/box-orange-tr.gif) no-repeat top right;
}

div.module-orange div div div {
	background: url(/images/template/box-orange-tl.gif) no-repeat top left;
}

/* Blue hilite module */
div.module-blue h3 {
	color: #FFFFFF;
}

div.module-blue {
	color: #FFFFFF;
	background: url(/images/template/box-blue-br.gif) no-repeat bottom right;
}

div.module-blue div {
	background: url(/images/template/box-blue-bl.gif) no-repeat bottom left;
}

div.module-blue div div {
	background: url(/images/template/box-blue-tr.gif) no-repeat top right;
}

div.module-blue div div div {
	background: url(/images/template/box-blue-tl.gif) no-repeat top left;
}

/* Green hilite module */
div.module-green h3 {
	color: #FFFFFF;
}

div.module-green {
	color: #FFFFFF;
	background: url(/images/template/box-green-br.gif) no-repeat bottom right;
}

div.module-green div {
	background: url(/images/template/box-green-bl.gif) no-repeat bottom left;
}

div.module-green div div {
	background: url(/images/template/box-green-tr.gif) no-repeat top right;
}

div.module-green div div div {
	background: url(/images/template/box-green-tl.gif) no-repeat top left;
}

/* STYLE
--------------------------------------------------------- */
table.blog {

}

.article_separator {
	display: block;
    border-bottom: 1px solid #77c936;
	height: 1px;
}

#ja-leftcol .article_separator, #ja-rightcol .article_separator {
	display: none;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 25px;
	background: url(/images/template/bullet-list.gif) no-repeat 5% 50%;
}

table.contenttoc th {
	padding: 4px;
	background: url(/images/template/pat-bg1.gif);
	text-indent: 5px;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 5px!important;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #F2F2F2;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
	width: 400px!important; /*Control the Frontend Editor area width*/
}

.adminform .inputbox {
}

.blog_more {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #EDECEC;
	background: url(/images/template/pat-bg1.gif) #F2F2F2;
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	color: #545454;
	text-transform: uppercase;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 12px;
	background: url(/images/template/bullet-list.gif) no-repeat 0 8px;
}

td.buttonheading {
	padding: 0 0 0 3px!important;
	text-align: center;
}

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.componentheading {
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 200%;
	font-weight: bold;
	line-height: normal;
}

.contentdescription {
	padding-bottom: 30px;
	color: #999999;
}

table.blog .contentheading {
	font-size: 120%;
	line-height: normal;
	font-weight: bold;
}

.contentheading {
	padding-top: 15px;
	text-transform: uppercase;
	font-size: 130%;
	line-height: normal;
	color: #333333;
	font-weight: bold;
}

a.contentpagetitle {
	text-decoration: none!important;
}

a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none!important;
}

a.readon {
        margin-right: 10px;
        margin-top: 10px;
	float: right;
	padding: 1px 5px 1px 10px;
	display: block;
	background: url(/images/template/readon-bg.gif) no-repeat center left #8cc63f;
	color: #FFFFFF;
	text-decoration: none;
}

a.readon:hover, a.readon:active, a.readon:focus {
	color: #FFFFFF;
	background: url(/images/template/readon-bg.gif) no-repeat center left #4d4f3a;
	text-decoration: none;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.createdate {
	padding: 2px 0 10px 0;
	color: #999999;
	line-height: 10px;
}

.modifydate {
	color: #999999;
	height: 15px;
}

.moduletable {
	padding: 0;
}

.mosimage {
	padding: 0;
	margin: 5px 15px 0 0!important;
	margin: 5px 5px 0 0;
}

.mosimage img {
	padding: 0;
	margin: 0!important;
}

.mosimage_caption {
	margin-top: 5px;
	padding: 1px 2px;
	color: #999999;
}

.pagenav,
.pagenav_prev,
.pagenav_next,
.pagenavbar {
	padding: 0 2px;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	text-decoration: none;
}

a.pagenav:hover, a.pagenav:active, a.pagenav:focus,
.pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,
.pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,
.pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {
	text-decoration: none;
}

.pagenavbar {
	padding-left: 14px;
	background: url(/images/template/pages.gif) no-repeat center left;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(/images/template/pages.gif) no-repeat 0 11px;
}

.sectiontableheader {
	padding: 7px 5px;
	border: 1px solid #DDDDDD;
	background: url(/images/template/pat-bg2.jpg) repeat-x bottom #FFFFFF;
	font-weight: bold;
}

tr.sectiontableentry1 td {
	padding: 7px 5px;
	background: url(/images/template/seperator2.gif) repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 7px 5px;
	background: url(/images/template/seperator2.gif) repeat-x bottom #F2F2F2;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: url(/images/template/seperator2.gif) repeat-x bottom #FEFAE1;
}

tr.sectiontableentry1 a:hover, tr.sectiontableentry1 a:active, tr.sectiontableentry1 a:focus,
tr.sectiontableentry2 a:hover, tr.sectiontableentry2 a:active, tr.sectiontableentry2 a:focus {
	background: none;
}

.small {
	color: #999999;
}

.smalldark {
	color: #999999;
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
	width: 760px;
	margin: 0 auto;
}

.wide #ja-wrapper {
	background: #FFFFFF;
	width: 960px;
}

.auto #ja-wrapper {
	width: 95%;
}

#ja-containerwrap {
	text-align: left;
	background: #FFFFFF;
}

#ja-container {
	padding: 0;
	background: url(/images/template/leftcol-right-bg.gif) repeat-y 60% 0%;
}

#ja-container-fr, #ja-container-f {
	background-color: #FFFFFF;
}

#ja-container-fr {
	padding: 0;
	background: url(/images/template/leftcol-left-bg.gif) repeat-y 20% 0% #FFFFFF;
}

#ja-contentwrap {
}

#ja-content {
	padding: 0 30px 0px;
	margin: 0;
	clear: both;
	display: block;
	float:left;
}
.page-title {
	float:left;
	width:900px;
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:1px solid #77C936;
}
.left-column {
	width:525px;
	padding-right:80px;
	float:left;
}
.right-column {
	width:295px;
	float:left;
}

/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {

}

#ja-header {
        margin-top: -4px;

	clear: both;
	float: right;
	line-height: normal;
	position: relative;
}



/* Top Menu in Header */
#ja-topnavwrap {
	padding-left: 5px;
	position: absolute;
	top: 12px;
	right: 5px;
	height: 26px;
}

#ja-topnavwrap ul {
	margin: 0;
	padding: 0;
	float: left;
	height: 26px;
}

#ja-topnavwrap li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

#ja-topnavwrap li a {
	padding: 0 0 0 20px;
	text-decoration: none;
	line-height: 24px;
}

#ja-topnavwrap li a:hover,
#ja-topnavwrap li a:active,
#ja-topnavwrap li a:focus {
	background: none;
}

/* User Tools */
#ja-usertoolswrap {
	float: right;
	width: 100px;
	display: block;
	background: url(/images/template/sitetool-bg1.gif) no-repeat top left;
	position: relative;
	z-index: 999;
}

span.ja-sitetool {
	margin: 0;
	padding: 12px 0 11px 23px;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: url(/images/template/mainnav-sep.gif) repeat-y top left;
	cursor: pointer;
}

#ja-usertoolswrap:hover, #ja-usertoolswrap.ja-toolswraphover {
	background: url(/images/template/sitetool-bg2.gif) no-repeat top left #60B071;
}

#ja-usertoolswrap:hover #ja-usertools,
#ja-usertoolswrap.ja-toolswraphover #ja-usertools {
	display: block;
	top: 30px;
}

#ja-usertools {
	padding: 5px 0 2px;
	float: left;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #DDDDDD;
	display: none;
	background: #FFFFFF;
	font-size: 11px;
	position: absolute;
	top: 100%;
	line-height: normal;
}

#ja-usertools span {
	float: left;
	padding: 0 8px;
	margin: 0;
	display: block;

}

#ja-usertools img {
	padding: 0 2px;
	margin: 0;
}

#ja-usertools a {
	background: none;
}
/* Search */
#ja-search {
	position: absolute;
	top: 40px;
	right: 0;
}

#ja-search div.search {
	padding-left: 18px;
	background: url(/images/template/icon-search.gif) no-repeat center left;
}

#ja-search .inputbox {
	width: 200px;
	padding-left: 5px;
	border: 1px solid #C0C0C0;
	background: #FFFFFF;
}

#ja-usertools .inputbox:hover,
#ja-usertools .inputbox:focus {
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnavwrap {
	width:900px;
	margin-left: 30px;
       /* border-top: 10px solid #77c936;*/
	background: url(/images/template/top_header.gif) repeat-x top left #ffffff;
}

#ja-mainnav {
        margin-top:40px;
	margin-left: 0px;
	font-size: 1em;
	line-height: normal;
	width:960px;
	/*hainn add */
	float:left;
	/*hainn end add */
}
#ja-mainnav a {
}



ul.menu-nsmenu a {
}

ul.menu-nsmenu {
	margin: 0; /* all lists */
	float: left;
}

ul.menu-nsmenu ul {
	margin: 0; /* all lists */
	padding: 0;
}

ul.menu-nsmenu li {
	margin: 0; /* all list items */
	padding: 0;
	float: left;
	display: block;
	background: none;
	cursor: pointer;
}

ul.menu-nsmenu li ul {
	width: 16.4em;
	position: absolute; /* second-level lists */
	z-index: 99;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	height: auto;
	w\idth: 15.9em;
}

ul.menu-nsmenu li ul ul {
	margin: -1.5em 0 0 12em; /* third-and-above-level lists */
}

ul.menu-nsmenu li li {
	
	margin: 0;
	width: 14.9em;
}

ul.menu-nsmenu ul a {
	width: 14.8em;
	w\idth: 10.8em;
}

ul.menu-nsmenu li:hover ul ul, ul.menu-nsmenu li:hover ul ul ul,
ul.menu-nsmenu li.sfhover ul ul, ul.menu-nsmenu li.sfhover ul ul ul {
	left: -999em;
}

/* This "unhides" the sub-menus (left: -999em is what hides them) */
ul.menu-nsmenu li:hover ul, ul.menu-nsmenu li li:hover ul, ul.menu-nsmenu li li li:hover ul,
ul.menu-nsmenu li.sfhover ul, ul.menu-nsmenu li li.sfhover ul, ul.menu-nsmenu li li li.sfhover ul {
left:auto;  
}

/* STYLING THE MENU
-----------------------------------*/
ul.menu-nsmenu li ul {
	max-width: 175px;
	background-color: #f4f4f1;
}

ul.menu-nsmenu li ul li {
	max-width: 175px;
	border-top: 1px solid #e3e3df;
}

ul.menu-nsmenu li ul a {
	border-right: none;
	padding: 4px 25px;
	border-top: none;
	background: none;
	font-weight: normal;
	text-transform: none;
	text-align: left;
	font-size: 93%;
	}

ul.menu-nsmenu li ul a:hover,
ul.menu-nsmenu li ul a:active,
ul.menu-nsmenu li ul a:focus {
	color: #4d4f3a;
}

ul.menu-nsmenu li a {
	min-width: 35px;
	margin: 0;
	padding: 10px 23px 10px;
	display: block;
	color: #b3b2a0;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 93%;
}

ul.menu-nsmenu li a:hover {
		color:#000;
}

ul.menu-nsmenu li a.active {
	color:#000;
}

ul.menu-nsmenu li a.active:hover,
ul.menu-nsmenu li a.active:active,
ul.menu-nsmenu li a.active:focus {
	color: #4d4f3a;
}

ul.menu-nsmenu li li a.active {
	border-top: none;
	background: none;
	color: #b3b2a0;
	font-weight: bold;
}

ul.menu-nsmenu li.havechild {
}

ul.menu-nsmenu li.havesubchild {
	background: url(img/arrowchild.gif) no-repeat 94% 50%;
}

ul.menu-nsmenu li:hover ,
ul.menu-nsmenu li.sfhover {
	
	
}

ul.menu-nsmenu ul li:hover, #ja-cssmenu ul ul li:hover,
ul.menu-nsmenu ul li.sfhover, #ja-cssmenu ul ul li.sfhover {
	
	background: url(/images/template/bullet2.gif) no-repeat 4% 50% #ffffff;
}



#ja-subnav {
	padding: 6px 0;
	margin: 3px 0 0;
	clear: both;
	line-height: normal;
}

/* Default Joomla! Menu */
a.mainlevel {
	padding: 5px 3px 7px 12px;
	width: 90%;
	display: block;
	background: url(/images/template/a-mainlevel-bg.gif) no-repeat bottom left;
	color: #545454;
	text-decoration: none;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	color: #545454;
	text-decoration: none;
	background: url(/images/template/a-mainlevel-bg.gif) no-repeat bottom left #F2F2F2;
}

a.mainlevel#active_menu {
	color: #60B071;
	background: url(/images/template/a-mainlevel-bg.gif) no-repeat bottom left #F2F2F2;
	font-weight: bold;
	text-decoration: none;
}

a.sublevel {
	padding: 4px 4px 4px 13px;
	display: block;
	color: #545454;
	background: url(/images/template/bullet-list2.gif) no-repeat 2% 50%;
	text-decoration: none;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	color: #59B2C4;
	background: url(/images/template/bullet-list2.gif) no-repeat 2% 50%;
	text-decoration: none;
}

#active_menu {
	background: url(/images/template/bullet-list2.gif) no-repeat 2% 50%;
	color: #59B2C4;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Sub Header */
#ja-sh {
	clear: both;
	overflow: hidden;
	background: #ffffff;
	margin-top: 0px;
        padding-right: 28px;
        float: right;
}

/* Spotlight Box Style */
.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {
        height: 133px;
	float: left;
	overflow: hidden;

}

.ja-box-left div.moduletable {


}

.ja-box-right div.moduletable {
        margin-bottom: 42px;
        height: 177px;
	background: url(/images/template/v_sep.gif) top left repeat-y;
        padding-left: 10px;
}

.ja-box-center div.moduletable {
        height: 133px;
	background: url(/images/template/v_sep.gif) top left repeat-y;
        padding-left: 10px;
    
}

/* Top Spotlight */
#ja-topslwrap {
	clear: both;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#ja-topsl {
	padding: 0;
}

#ja-topsl h3 {
}

#ja-topsl div.moduletable {
}

#ja-topsl div.ja-box-left,
#ja-topsl div.ja-box-center,
#ja-topsl div.ja-box-right {
	padding: 0 0 3px;
	overflow: hidden;
}

#ja-topsl div.ja-box-left,
#ja-topsl div.ja-box-center {
        height: 177px;
	background: url(/images/template/v-sep.gif) repeat-y top right;
}

/* Bottom Spotlight */
#ja-botsl {
	color: #999999;
        width: 920px;
}

#ja-botsl-left {
	background: #ffffff;
	color: #000000;
}

#ja-botsl-right {
        margin-bottom: 45px;
	width: 18%;
	float: right;
	color: #000000;
	padding: 15px 10px;
	background: #ffffff;
}

#ja-botsl a {
}

#ja-botsl h3 {
	padding: 0;
	margin: 0 0 5px;
	border: none;
	background: none;
	text-indent: 0;
}

#ja-botsl div.moduletable {
	margin: 0;	
}

#ja-topsl ul,
#ja-botsl ul {
	padding: 0;
	margin: 0!important;
}

#ja-topsl li,
#ja-botsl li {
	padding: 0 0 0 0px;
	margin: 0;
	background: url(/images/template/bullet-list.gif) no-repeat 0 5px;
}

#ja-topsl li a,
#ja-botsl li a {
	color: #545454;
	text-decoration: none;
}

#ja-topsl li a:hover, #ja-topsl li a:active, #ja-topsl li a:focus,
#ja-botsl li a:hover, #ja-botsl li a:active, #ja-botsl li a:focus {
	color: #545454;
	text-decoration: none;
}

#ja-topsl td,
#ja-botsl td {
	padding: 0;
}

#ja-botsl .article_seperator,
#ja-topsl .article_seperator {
	display: none;
}

#ja-botsl table,
#ja-topsl table {
	border-spacing: 0;
	border-collapse: collapse;
}

/* PATHWAY
---------------------------------------------------------*/
#ja-pathway {
	margin: 0 -20px 10px;
	padding: 7px 6px;
	display: block;
	background: url(/images/template/pat-bg2.jpg) repeat-x bottom left #FFFFFF;
	font-size: 1em;
	line-height: normal;
	text-indent: 15px;
	border-bottom: 1px solid #DDDDDD;
}

#ja-pathway img {
	margin: 0 5px 1px;
}

#ja-pathway strong {
	margin-right: 5px;
}

#ja-pathway a {
	color: #545454;
}

/* CONTENT COLUMN
--------------------------------------------------------- */
#ja-mainbody, #ja-mainbody-fl, #ja-mainbody-fr, #ja-mainbody-f {

}

#ja-mainbody {
	float: left;
	width: 80%;
}

#ja-mainbody #ja-contentwrap {
	float: left;
	width: 75%;
}

#ja-mainbody-fl {
	float: left;
	width: 80%;
}

#ja-mainbody-fl #ja-contentwrap {
	float: left;
	width: 100%;
}

#ja-mainbody-fr {
	float: left;
	width: 100%;
}

#ja-mainbody-fr #ja-contentwrap {
	float: right;
	width: 80%;
}

#ja-mainbody-fr #ja-leftcol {
	width: 20%;
}

#ja-mainbody-f {
	float: left;
	width: 100%;
}

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#ja-leftcol {
	float: left;
	width: 24.9%;
}

#ja-leftcol-inner {
	padding: 4px 15px 0 15px;
}

#ja-rightcol {
        padding-right:30px;
	float: right;
	width: 16%;
        background: transparent;
}

#ja-leftcol table,
#ja-rightcol table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-leftcol ul li,
#ja-rightcol ul li {
	padding-left: 0px;
	margin: 0;
        background: #ffffff;
}

#ja-leftcol ul,
#ja-rightcol ul {
	margin: 0;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
    border-top:1px solid #77C936;
	clear:both;
	color:#999999;
	margin-left:30px;
	padding-top:10px;
	margin-top:20px;
	text-align:left;
	width:900px;
}

#ja-footer {
    width: 900px;
    margin-left: 30px;
	height: 50px;
    padding-top: 10px;
	overflow: hidden;
	position: relative;
	color: #999999;
	text-align: center;
        border-bottom: 5px solid #77c936;
}
#ja-footer1 {
    margin-top: 15px;
    width: 900px;
    margin-left: 30px;
	height:35px;
	overflow: hidden;
	position: relative;
	color: #999999;
	text-align: right;
        border-bottom: 1px solid #77c936;
}
#ja-footer1 a {
	color: #999999;
	text-decoration: none;
}
#ja-footer a {
	color: #999999;
	text-decoration: none;
}

#ja-footer1 a:hover,
#ja-footer1 a:active,
#ja-footer1 a:focus {
	color: #77c936;
}
#ja-footer a:hover,
#ja-footer a:active,
#ja-footer a:focus {
	color: #77c936;
}

#ja-bottomline {
	float: right;
}

#ja-cert {
	float: right;
	margin-top: 15px;
	font-size: 11px;
}

#ja-cert a, #ja-cert a:hover, #ja-cert a:active, #ja-cert a:focus {
	padding-left: 5px;
	background: none;
}

/* MISCELLANOUS
----------------------------------------------------------- */
#ja-banner {
	text-align: center;
	overflow: hidden;
	width: 98%;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;
	background: none!important;
	text-decoration: none!important;
}

#mod_login_password, #mod_login_username {
	width: 93%;
}

#mod_login_password {
}

#mod_login_username {
}

#modlgn_remember {
	border: none;
	background: none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

		a.askaquestion {
			display: inline-block;
			width: 100px;
			height: 20px;
			background: url('/images/template/main/askaquestion.gif') top left no-repeat;
/*			padding-right: 5px!important;
*/			text-align:center!important;
			text-indent: -99999px!important;
			}
		a:hover.askaquestion{
		background-position: 0 -20px;
		}

		.lawnGuruArticle {
		width: 452px;
		border:none;	
		}
		.columnArticle {
		width: 452px;
		margin: 0;
		padding: 0;
		float: left;	
		}

#homepage-content {
	padding: 10px 30px;
}

#homepage-left {
	float: left;
	width: 577px;
	padding-right: 20px;
}

#homepage-right {
	float: left;
	padding-left:10px;
	width: 293px;
}