/*COMMON STYLE
---------------------------------------------------------*/
HTML, BODY, FORM, FIELDSET
{
	margin: 0;
	padding: 0;
}
BODY
{
	color: #000000;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
}
BODY#bd
{
	color: #333333;
	background: #F2F2F2;
}
BODY.contentpane
{
	width: auto;
/*Printable Page*/
	margin: 1em 2em;
	line-height: 1.3em;
	margin: 0px;
	font-size: 12px;
	color: #333;
}
BODY.fs1
{
	font-size: 10px;
}
BODY.fs2
{
	font-size: 11px;
}
BODY.fs3
{
	font-size: 12px;
}
BODY.fs4
{
	font-size: 13px;
}
BODY.fs5
{
	font-size: 14px;
}
BODY.fs6
{
	font-size: 15px;
}
/*Normal link*/
A
{
	color: #006699;
	text-decoration: underline;
}
A:hover, A:active, A:focus
{
	color: #333333;
	text-decoration: underline;
}
/*Title text*/
.contentheading, .componentheading, .blog_more STRONG, H1, H2, H3, H4
{
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}
/*Small text*/
SMALL, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, A.readon, .img_caption
{
	color: #666666;
	font-size: 92%;
	font-size: 100%;
}
/*Heading*/
H1
{
	font-size: 180%;
}
H2
{
	font-size: 150%;
}
H3
{
	font-size: 125%;
}
H4
{
	font-size: 100%;
	text-transform: uppercase;
}
P, PRE, BLOCKQUOTE, UL, OL, H1, H2, H3, H4, H5, H6
{
	margin: 1em 0;
	padding: 0;
}
UL
{
	list-style: none;
}
UL LI
{
	padding-left: 30px;
	background: url(../images/bullet.gif) no-repeat 18px 8px;
	line-height: 180%;
}
OL LI
{
	margin-left: 35px;
	line-height: 180%;
}
TH
{
	padding: 5px;
	font-weight: bold;
	text-align: left;
}
FIELDSET
{
	border: none;
	padding: 10px 5px;
	background: url(../images/hdot2.gif) repeat-x top;
}
FIELDSET A
{
	font-weight: bold;
}
HR
{
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}
TD, DIV
{
	font-size: 100%;
}
IMG
{
	border: none;
}
/*FORM
---------------------------------------------------------*/
FORM
{
	margin: 0;
	padding: 0;
}
FORM LABEL
{
	cursor: pointer;
}
INPUT, SELECT, TEXTAREA, .inputbox
{
	padding: 3px 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.button
{
	padding: 3px 5px;
	border: 1px solid #333333;
	background: #333333 url(../images/grad1.gif) repeat-x top;
	color: #CCCCCC;
	font-size: 85%;
	text-transform: uppercase;
}
.button:hover, .button:focus
{
	border: 1px solid #999999;
	background: #333333;
	color: #FFFFFF;
}
* HTML .button
{
	padding: 2px 0 !important;
/*IE 6*/
}
*+HTML .button
{
	padding: 2px 0 !important;
/*IE 7*/
}
.inputbox
{
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}
.inputbox:hover, .inputbox:focus
{
	background: #FFFFCC;
}
/*BONUS TYPOGRAPHY STYLES
---------------------------------------------------------*/
PRE, .code
{
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #999999;
	background: #FFFFFF;
	font: 1em/1.5 "Courier News", monospace;
}
BLOCKQUOTE
{
	padding: 1em 40px 1em 15px;
}
BLOCKQUOTE SPAN.open
{
	padding: 0 0 0 20px;
	background: url(../images/so-q.gif) no-repeat left top;
}
BLOCKQUOTE SPAN.close
{
	padding: 0 20px 0 0;
	background: url(../images/sc-q.gif) no-repeat bottom right;
}
/*Quote hilight*/
.quote-hilite
{
	padding: 10px 15px;
	margin: 0;
	border: 1px solid #CACACC;
	background: #FFFFFF;
}
/*Small quote*/
.small-quote
{
	margin: 0;
	padding: 0;
	background: none;
}
.small-quote SPAN.open-quote
{
	margin: 0;
	padding-left: 20px;
	background: url(../images/so-q.gif) no-repeat center left;
}
.small-quote SPAN.close-quote
{
	margin: 0;
	padding-right: 20px;
	background: url(../images/sc-q.gif) no-repeat center right;
}
.small-quote SPAN.author
{
	padding: 2px 5px 2px 20px;
	border-top: 1px solid #DCDDE0;
	margin: 0.5em 0 0;
	display: block;
	background: #EAEBEE url(../images/author.gif) no-repeat 5px 4px;
	font-size: 90%;
	text-transform: uppercase;
}
/*Rropcap*/
.dropcap
{
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #999999;
	font: 50px/40px Georgia, Times, serif;
}
/*Tips, Error, Message, Hightlight*/
P.error
{
	padding-left: 25px;
	color: #BF0000;
	background: url(../images/icon-error.gif) no-repeat top left;
}
P.message
{
	padding-left: 25px;
	color: #006699;
	background: url(../images/icon-info.gif) no-repeat top left;
}
P.tips
{
	padding-left: 25px;
	color: #EE9600;
	background: url(../images/icon-tips.gif) no-repeat top left;
}
.highlight
{
	padding: 1px 5px;
	background: #FFFFCC;
	font-weight: bold;
}
/*Note Style*/
P.stickynote
{
	padding: 10px 0px 10px 40px;
	border: 1px solid #CACACC;
	background: #FFFFFF url(../images/sticky-bg.gif) no-repeat 5px center;
}
P.download
{
	padding: 10px 0px 10px 40px;
	border: 1px solid #CACACC;
	background: #FFFFFF url(../images/download-bg.gif) no-repeat 5px center;
}
.blocknumber
{
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}
/*Check list*/
UL.checklist
{
	list-style: none;
}
UL.checklist LI
{
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/checklist-bg.gif) no-repeat 0 3px;
}
/*Small checklist*/
UL.small-checklist
{
	list-style: none;
}
UL.small-checklist LI
{
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/icon_list.gif) no-repeat 0 3px;
}
/*Check list*/
UL.stars
{
	list-style: none;
}
UL.stars LI
{
	margin-left: 15px;
	padding: 0px 0 5px 20px;
	background: url(../images/star-bg.gif) no-repeat 0 3px;
}
/*Bignumber*/
.bignumber
{
	float: left;
	margin-right: 8px;
	padding: 6px 7px;
	display: block;
	background: url(../images/ol-bg.gif) no-repeat top left;
	color: #7BA566;
	font: normal bold 20px Arial, sans-serif;
}
/*Talking box. Thinking box.*/
DIV.bubble1, DIV.bubble2, DIV.bubble3, DIV.bubble4
{
	margin: 15px 0;
}
DIV.bubble1 SPAN.author, DIV.bubble2 SPAN.author, DIV.bubble3 SPAN.author, DIV.bubble4 SPAN.author
{
	padding-left: 15px;
	margin-left: 15px;
	background: url(../images/author.gif) no-repeat center left;
	font-weight: bold;
}
DIV.bubble1 DIV
{
	margin: 0;
	width: 100%;
	background: url(../images/bub1-br.gif) no-repeat bottom right;
}
DIV.bubble1 DIV DIV
{
	background: url(../images/bub1-bl.gif) no-repeat bottom left;
}
DIV.bubble1 DIV DIV DIV
{
	background: url(../images/bub1-tr.gif) no-repeat top right;
}
DIV.bubble1 DIV DIV DIV DIV
{
	background: url(../images/bub1-tl.gif) no-repeat top left;
}
DIV.bubble1 DIV DIV DIV DIV DIV
{
	margin: 0;
	padding: 15px 15px 30px;
	width: auto;
}
DIV.bubble2 DIV
{
	margin: 0;
	width: 100%;
	background: url(../images/bub2-br.gif) no-repeat bottom right;
}
DIV.bubble2 DIV DIV
{
	background: url(../images/bub2-bl.gif) no-repeat bottom left;
}
DIV.bubble2 DIV DIV DIV
{
	background: url(../images/bub2-tr.gif) no-repeat top right;
}
DIV.bubble2 DIV DIV DIV DIV
{
	background: url(../images/bub2-tl.gif) no-repeat top left;
}
DIV.bubble2 DIV DIV DIV DIV DIV
{
	margin: 0;
	padding: 15px 15px 35px;
	width: auto;
}
DIV.bubble3 DIV
{
	margin: 0;
	width: 100%;
	background: url(../images/bub3-br.gif) no-repeat bottom right;
}
DIV.bubble3 DIV DIV
{
	background: url(../images/bub3-bl.gif) no-repeat bottom left;
}
DIV.bubble3 DIV DIV DIV
{
	background: url(../images/bub3-tr.gif) no-repeat top right;
}
DIV.bubble3 DIV DIV DIV DIV
{
	background: url(../images/bub3-tl.gif) no-repeat top left;
}
DIV.bubble3 DIV DIV DIV DIV DIV
{
	margin: 0;
	padding: 15px 15px 50px;
	width: auto;
}
DIV.bubble4 DIV
{
	margin: 0;
	width: 100%;
	background: url(../images/bub4-br.gif) no-repeat bottom right;
}
DIV.bubble4 DIV DIV
{
	background: url(../images/bub4-bl.gif) no-repeat bottom left;
}
DIV.bubble4 DIV DIV DIV
{
	background: url(../images/bub4-tr.gif) no-repeat top right;
}
DIV.bubble4 DIV DIV DIV DIV
{
	background: url(../images/bub4-tl.gif) no-repeat top left;
}
DIV.bubble4 DIV DIV DIV DIV DIV
{
	margin: 0;
	padding: 15px 15px 55px;
	width: auto;
}
/*Legend*/
.legend-title
{
	margin: 0;
	padding: 0 3px;
	float: left;
	display: block;
	background: #F6F6F6;
	font-weight: bold;
	position: absolute;
	top: -10px;
	left: 7px;
}
.legend
{
	margin: 20px 0;
	padding: 0 10px;
	border: 1px solid #CACACC;
	background: #FFFFFF;
	position: relative;
}
/*JOOMLA STYLE
---------------------------------------------------------*/
TABLE.blog
{
}
.article_separator
{
	clear: both;
	display: block;
	height: 20px;
	background: url(../images/hdot.gif) repeat-x center;
}
.article_column
{
}
.column_separator
{
	padding: 0 25px;
}
/*content tables*/
TD.sectiontableheader
{
	padding: 4px;
	border-right: 1px solid #FFF;
}
TR.sectiontableentry0 TD, TR.sectiontableentry1 TD, TR.sectiontableentry2 TD
{
	padding: 4px;
}
TD.sectiontableentry0, TD.sectiontableentry1, TD.sectiontableentry2
{
	padding: 3px;
}
TABLE.contentpane
{
	border: none;
	width: 100%;
}
TABLE.contentpaneopen
{
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
TABLE.contenttoc
{
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
	float: right;
}
TABLE.contenttoc A
{
	text-decoration: none;
}
TABLE.contenttoc TD
{
	padding: 1px 5px 1px 25px;
	background: url(../images/bullet-list.gif) no-repeat 5% 50%;
}
TABLE.contenttoc TH
{
	padding: 0 0 3px;
	border-bottom: 1px solid #CCCCCC;
	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: 4px !important;
	border-collapse: collapse;
	border-spacing: 0;
}
TABLE.pollstableborder TR.sectiontableentry1 TD
{
	background: #ECECEC;
}
TABLE.searchintro
{
	padding: 10px 0;
	width: 100%;
}
TABLE.searchintro TD
{
	padding: 5px !important;
}
TABLE.adminform
{
}
.adminform .inputbox
{
}
.blog_more
{
	padding: 10px 0;
	background: url(../images/hdot.gif) repeat-x top;
}
.blog_more STRONG
{
	margin: 0 0 5px;
	display: block;
	font-size: 125%;
}
.blog_more UL
{
	margin: 0;
	padding: 0;
}
.blog_more UL LI
{
	margin: 0;
	padding: 0 0 0 17px;
	background: url(../images/bullet.gif) no-repeat 6px 8px;
}
.category
{
	font-weight: bold;
}
H1.componentheading, .componentheading
{
	padding: 5px 0 15px;
	margin: 0 0 10px;
	background: url(../images/hdot.gif) repeat-x bottom;
}
.componentheading
{
	font-size: 200%;
	font-weight: bold;
	color: #7ba566;
}
.contentdescription
{
	padding-bottom: 30px;
}
H2.contentheading, .contentheading
{
	//padding: 3px 0 0 5px;
	margin: 5px;
	margin: 0;
	font-weight: normal;
}
TABLE.blog .contentheading
{
	color: #BF0000;
	font-size: 170%;
	//padding: 3px 0px 0px 5px;
	padding-top: 6px;
	//padding-left: 6px;
	padding-bottom: 8px;
}
.contentheading
{
	font-size: 170%;
	padding-top: 6px;
	//padding-left: 6px;
	padding-bottom: 8px;
	text-align: left;
	font-weight: bold;
	color: #BF0000;
}
A.contentpagetitle, A.contentpagetitle:hover, A.contentpagetitle:active, A.contentpagetitle:focus
{
	text-decoration: none !important;
}
A.readon
{
	float: left;
	margin-top: 10px;
	padding: 1px 5px 1px 14px;
	border: 1px solid #F6F6F6;
	display: block;
	background: url(../images/arrow.png) no-repeat 5px 48%;
	color: #006699;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
A.readon:hover, A.readon:active, A.readon:focus
{
	border: 1px solid #ECECEC;
	background: #FFFFFF url(../images/arrow.png) no-repeat 5px 48%;
}
TABLE.contentpaneopen TD, TABLE.contentpane TD
{
	//width: 100%;
}
TABLE.contentpaneopen, TABLE.contentpane, TABLE.blog
{
	width: 100%;
}
.moduletable
{
	padding: 0;
}
UL.pagination
{
	margin: 15px auto;
	padding: 10px 0;
	background: url(../images/hdot.gif) repeat-x top;
}
UL.pagination LI
{
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}
UL.pagination LI SPAN
{
	padding: 2px 5px;
}
UL.pagination A
{
	padding: 2px 5px;
	border: 1px solid #F6F6F6;
}
UL.pagination A:hover, UL.pagination A:active, UL.pagination A:focus
{
	border: 1px solid #ECECEC;
	background: #FFFFFF;
}
.pagenavbar
{
	padding-left: 14px;
}
.pagenavcounter
{
	padding: 8px 14px 0;
}
.sectiontableheader
{
	padding: 8px 5px;
	background: #444444;
	color: #FFFFFF;
}
.sectiontableheader A
{
	color: #FFFFFF;
}
TR.sectiontableentry1 TD
{
	padding: 8px 5px;
	background: url(../images/hdot2.gif) repeat-x bottom;
}
TR.sectiontableentry2 TD
{
	padding: 8px 5px;
	background: #ECECEC url(../images/hdot2.gif) repeat-x bottom;
}
TR.sectiontableentry1:hover TD, TR.sectiontableentry2:hover TD
{
	background: #FFFFCC url(../images/hdot2.gif) repeat-x bottom;
}
.smalldark
{
	text-align: left;
}
DIV.syndicate DIV
{
	text-align: center;
}
.pollstableborder TR.sectiontableentry1 TD, .pollstableborder TR.sectiontableentry2 TD
{
	background: none;
}
#mod_ulti_clocks
{
	width: 100%;
	text-align: center;
}
/*META
---------------------------------------------------------*/
.article-tools
{
	border-top: 1px solid #FFFFFF;
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 15px;
	display: block;
	//background: #FFFFFF;
}
.article-meta
{
	//padding-left: 6px;
	width: 80%;
	float: left;
}
.createby
{
	padding: 3px 3px 3px 20px;
	padding: 0px;
	background: url(../images/icon-user.gif) no-repeat 0 2px;
}
.createdate
{
	padding: 3px 3px 3px 20px;
	background: url(../images/icon-date.gif) no-repeat 0 2px;
}
.modifydate
{
	width: 100%;
	float: left;
}
DIV.buttonheading
{
	float: right;
	width: 15%;
}
.buttonheading IMG
{
	margin: 7px 5px 0 0;
	border: 0;
	float: right;
}
/*MAIN LAYOUT DIVS
---------------------------------------------------------*/
#ja-wrapper
{
	//width: 1064px;
	width: 1024px;
	margin: 0;
	background: #F2F2F2;
	margin-left: auto;
	margin-right: auto;
}
#ja-containerwrap
{
	background: url(../images/cw-bg1.gif) repeat-y 50% 0;
}
#ja-containerwrap2
{
	background: url(../images/cw-bg2.gif) no-repeat 50% 0;
}
#ja-container
{
	background: url(../images/c-bg1.gif) repeat-y 18% 0;
}
#ja-container2
{
	padding: 20px 0;
	background: url(../images/c-bg2.gif) no-repeat 18% 0;
}
#ja-mainbody-fr #ja-col1
{
	width: 20%;
}
#ja-mainbody-fr #ja-contentwrap
{
	width: 80%;
}
#ja-mainbody, #ja-mainbody-fl
{
	float: left;
	width: 80%;
}
#ja-mainbody #ja-contentwrap
{
	float: right;
	width: 75%;
}
#ja-mainbody-fl #ja-contentwrap
{
	float: left;
	width: 100%;
}
#ja-mainbody-f, #ja-mainbody-fr
{
	float: none;
	width: 100%;
}
#ja-mainbody-fr #ja-contentwrap
{
	width: 74.8%;
	float: right;
}
#ja-mainbody-fr #ja-col1
{
	width: 20%;
	float: left;
}
#ja-mainbody-fr #ja-contentwrap
{
	width: 80%;
}
#ja-content
{
	padding: 0 20px 0 40px;
}
#ja-contentwrap
{
	min-height: 300px;
	height: auto;
}
* HTML #ja-contentwrap
{
	height: 300px;
}
#ja-mainbody-fl #ja-content
{
	padding-left: 0;
}
#ja-mainbody-f #ja-content
{
	padding: 0;
}
/*Full*/
#ja-containerwrap-f
{
	background: #F6F6F6 url(../images/cwf-bg.gif) repeat-x top left;
}
#ja-containerwrap-f #ja-containerwrap2
{
	background: none;
}
#ja-containerwrap-f #ja-container, #ja-containerwrap-f #ja-container2
{
	background: none;
}
/*Full left*/
#ja-containerwrap-fl
{
	background: #F6F6F6 url(../images/cwf-bg.gif) repeat-x top left;
}
#ja-containerwrap-fl #ja-containerwrap2, #ja-containerwrap-fl #ja-container, #ja-containerwrap-fl #ja-container2
{
	background: none;
}
/*Full right*/
#ja-containerwrap-fr
{
	background: url(../images/cw-bg1.gif) repeat-y 50% 0;
}
#ja-containerwrap-fr #ja-containerwrap2
{
	background: url(../images/cw-bg2.gif) no-repeat 50% 0;
}
/*HEADER
---------------------------------------------------------*/
#ja-headerwrap
{
	background: #333333;
	color: #CCCCCC;
	line-height: normal;
	height: 80px;
	border-top: 1px solid #444444;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
}
#ja-header
{
	position: relative;
	height: 80px;
}
.ja-headermask
{
	width: 602px;
	display: block;
	background: url(../images/header-mask.png) no-repeat top right;
	height: 80px;
	position: absolute;
	top: 0;
	right: -1px;
}
#ja-header A
{
	color: #CCCCCC;
}
H1.logo, H1.logo-text
{
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 180%;
	text-transform: uppercase;
}
H1.logo A
{
	width: 501px;
	display: block;
	background: url(../images/logo.png) no-repeat;
	height: 80px;
	position: relative;
	z-index: 100;
}
H1.logo A SPAN
{
	position: absolute;
	top: -1000px;
}
H1.logo-text A
{
	color: #CCCCCC !important;
	text-decoration: none;
	outline: none;
	position: absolute;
	bottom: 40px;
	left: 5px;
}
P.site-slogan
{
	margin: 0;
	padding: 0;
	padding: 2px 5px;
	color: #FFFFFF;
	background: #444444;
	font-size: 92%;
	position: absolute;
	bottom: 20px;
	left: 0;
}
/*Search*/
#ja-search
{
	padding-left: 20px;
	background: url(../images/icon-search.gif) no-repeat center left;
	position: absolute;
	bottom: 15px;
	right: 0;
}
#ja-search .inputbox
{
	width: 120px;
	border: 1px solid #333333;
	padding: 3px 5px;
	color: #999999;
	background: #444444;
	font-size: 92%;
}
/*MAIN NAVIGATION
---------------------------------------------------------*/
#ja-pathway
{
	font-size: 92%;
}
#ja-pathway STRONG
{
	margin-right: 5px;
	font-weight: normal;
}
#ja-pathway A
{
	text-decoration: none;
}
#ja-pathway IMG
{
	margin: 1px 5px;
}
/*MODULE
---------------------------------------------------------*/
DIV.moduletable, DIV.moduletable_menu, DIV.moduletable_text
{
	padding: 0 0 20px;
	margin-bottom: 15px;
	//background: url(../images/hdot.gif) repeat-x bottom;
}
DIV.moduletable H3, DIV.moduletable_menu H3, DIV.moduletable_text H3
{
	padding: 0 0 8px;
	margin: 0;
	color: #7BA566;
	font-size: 125%;
	font-weight: bold;
	text-transform: uppercase;
}
/*Module rounded*/
DIV.module H3
{
	margin: 0 -15px 10px;
	padding: 8px 15px 5px;
	border-bottom: 2px solid #F6F6F6;
	color: #7BA566;
	font-size: 125%;
	font-weight: bold;
	text-transform: uppercase;
}
DIV.module_black, DIV.module_green, DIV.module_blue, DIV.module_red, DIV.module
{
	margin-bottom: 20px;
	float: left;
	clear: both;
	width: 100%;
	background: #FFFFFF url(../images/b-br.gif) no-repeat bottom right;
}
DIV.module DIV
{
	background: url(../images/b-bl.gif) no-repeat bottom left;
}
DIV.module DIV DIV
{
	background: url(../images/b-tr.gif) no-repeat top right;
}
DIV.module DIV DIV DIV
{
	padding: 0 15px 10px;
	background: url(../images/b-tl.gif) no-repeat top left;
}
DIV.module_black DIV DIV DIV DIV, DIV.module_green DIV DIV DIV DIV, DIV.module_blue DIV DIV DIV DIV, DIV.module_red DIV DIV DIV DIV, DIV.module_text DIV DIV DIV DIV, DIV.module DIV DIV DIV DIV
{
	margin: 0;
	padding: 0;
	float: none;
	width: 99%;
	background: none;
}
DIV.module_text H3
{
	margin: 0 0 10px;
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
}
DIV.module_text SPAN
{
	padding: 0 3px 0 0;
	float: left;
	clear: both;
	display: block;
	background: #F6F6F6;
	font-weight: bold;
}
DIV.module_text
{
	margin-bottom: 20px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: #F6F6F6 url(../images/bt-br.gif) no-repeat bottom right;
}
DIV.module_text DIV
{
	background: url(../images/bt-bl.gif) no-repeat bottom left;
}
DIV.module_text DIV DIV
{
	background: url(../images/bt-tr.gif) no-repeat top right;
}
DIV.module_text DIV DIV DIV
{
	padding: 0 15px 10px;
	display: block;
	background: url(../images/bt-tl.gif) no-repeat top left;
}
DIV.banneritem_text
{
	padding: 5px 0 !important;
}
/*red*/
DIV.module_black H3, DIV.module_green H3, DIV.module_blue H3, DIV.module_red H3
{
	margin: 0 -15px 10px;
	padding: 8px 15px 5px;
	border-bottom: 1px solid #F6F6F6;
	color: #FFFFFF;
	font-size: 125%;
	font-weight: bold;
	text-transform: uppercase;
}
DIV.module_red
{
	background: #BF0000 url(../images/br-br.gif) no-repeat bottom right;
	color: #FFFFFF;
}
DIV.module_red DIV
{
	background: url(../images/br-bl.gif) no-repeat bottom left;
}
DIV.module_red DIV DIV
{
	background: url(../images/br-tr.gif) no-repeat top right;
}
DIV.module_red DIV DIV DIV
{
	padding: 0 15px 10px;
	background: url(../images/br-tl.gif) no-repeat top left;
}
/*blue*/
DIV.module_blue
{
	background: #006699 url(../images/bb-br.gif) no-repeat bottom right;
	color: #FFFFFF;
}
DIV.module_blue DIV
{
	background: url(../images/bb-bl.gif) no-repeat bottom left;
}
DIV.module_blue DIV DIV
{
	background: url(../images/bb-tr.gif) no-repeat top right;
}
DIV.module_blue DIV DIV DIV
{
	padding: 0 15px 10px;
	background: url(../images/bb-tl.gif) no-repeat top left;
}
/*green*/
DIV.module_green
{
	background: #7BA566 url(../images/bg-br.gif) no-repeat bottom right;
	color: #FFFFFF;
}
DIV.module_green DIV
{
	background: url(../images/bg-bl.gif) no-repeat bottom left;
}
DIV.module_green DIV DIV
{
	background: url(../images/bg-tr.gif) no-repeat top right;
}
DIV.module_green DIV DIV DIV
{
	padding: 0 15px 10px;
	background: url(../images/bg-tl.gif) no-repeat top left;
}
/*black*/
DIV.module_black
{
	background: #333333 url(../images/bl-br.gif) no-repeat bottom right;
	color: #FFFFFF;
}
DIV.module_black DIV
{
	background: url(../images/bl-bl.gif) no-repeat bottom left;
}
DIV.module_black DIV DIV
{
	background: url(../images/bl-tr.gif) no-repeat top right;
}
DIV.module_black DIV DIV DIV
{
	padding: 0 15px 10px;
	background: url(../images/bl-tl.gif) no-repeat top left;
}
DIV.module_blue UL, DIV.module_blue OL, DIV.module_red UL, DIV.module_red OL, DIV.module_black UL, DIV.module_black OL, DIV.module_green UL, DIV.module_green OL
{
	margin: 0;
	padding: 0;
}
DIV.module_blue LI, DIV.module_red LI, DIV.module_black LI, DIV.module_green LI
{
	margin-left: 20px;
	padding: 0;
	line-height: 150%;
}
DIV.module_blue A, DIV.module_red A, DIV.module_black A, DIV.module_green A
{
	color: #FFFFFF;
}
DIV.advs
{
	float: left;
	width: 100%;
	clear: both;
	display: block;
}
/*LEFT COLUMN + RIGHT COLUMN
---------------------------------------------------------*/
#ja-col1
{
	float: left;
	width: 24.99%;
	padding-top: 10px;
	overflow: hidden;
}
#ja-col2
{
	float: right;
	width: 20%;
	overflow: hidden;
}
#ja-col1 TABLE, #ja-col2 TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}
#ja-col1 UL LI, #ja-col2 UL LI
{
	padding-left: 15px;
	margin: 0;
	background: url(../images/bullet.gif) no-repeat 5px 50%;
}
#ja-col1 UL, #ja-col2 UL
{
	margin: 0;
}
#ja-col1 OL, #ja-col2 OL
{
	margin-left: 5px;
}
#ja-col1 .article_separator, #ja-col2 .article_separator
{
	display: none;
}
/*SPOTLIGHT
---------------------------------------------------------
Spotlight Box Style*/
.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right
{
	float: left;
	overflow: hidden;
}
.ja-box-left DIV.moduletable, .ja-box-full DIV.moduletable
{
	padding-right: 30px;
	background: none;
}
.ja-box-right DIV.moduletable
{
	padding-left: 30px;
	background: url(../images/vdot2.gif) repeat-y left;
}
.ja-box-center DIV.moduletable
{
	padding: 0 30px;
	background: url(../images/vdot2.gif) repeat-y left;
}
#ja-botsl H3
{
	background: none;
}
#ja-botslwrap
{
	/*[disabled]border-top:5px solid #CCCCCC;*/
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	background: #444444;
	color: #CCCCCC;
}
#ja-botsl
{
	padding: 15px 0;
}
#ja-botsl DIV.moduletable
{
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
}
#ja-botsl H3
{
	margin: 0 0 12px;
	padding: 0;
	color: #FFFFFF;
}
#ja-botsl A
{
	color: #CCCCCC;
}
#ja-botsl A:hover, #ja-botsl A:active, #ja-botsl A:focus
{
	color: #FFFFFF;
}
#ja-botsl UL, #ja-botsl P, #ja-botsl OL
{
	padding: 0;
	margin: 0 !important;
}
#ja-botsl UL LI
{
	padding: 0 0 0 15px;
	margin: 0;
	background: url(../images/bullet2.gif) no-repeat 3px 8px;
}
#ja-botsl OL LI
{
	margin-left: 25px;
	padding: 0 !important;
}
#ja-botsl TD
{
	padding: 0;
}
#ja-botsl .article_separator
{
	display: none;
}
#ja-botsl TABLE
{
	border-spacing: 0;
	border-collapse: collapse;
}
/*FOOTER
---------------------------------------------------------*/
#ja-footerwrap
{
	/*[disabled]border-top:5px solid #CCCCCC;*/
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	padding: 20px 0 30px;
	clear: both;
	//background: #F6F6F6 url(../images/grad3.gif) repeat-x bottom;
	background-color: #FFFFFF;
	//width: 1062px;
	width: 1022px;
	margin-left: auto;
	margin-right: auto;
}
#ja-footer
{
	padding: 0;
	color: #666666;
	background: url(../images/vdot.gif) repeat-y 22% 0;
	position: relative;
}
#ja-footer .copyright
{
	clear: both;
	display: block;
	padding-left: 25%;
	color: #666666;
	font-style: normal;
	font-size: 92%;
}
#ja-footnav
{
	padding-left: 25%;
}
#ja-footer UL
{
	margin: 0 0 5px;
	padding: 0;
}
#ja-footer LI
{
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}
#ja-footer LI A
{
	padding: 0 15px 0 0;
	display: inline;
	color: #666666;
	font-weight: bold;
	font-size: 92%;
	line-height: normal;
	text-decoration: none;
	text-transform: uppercase;
}
#ja-footer LI A:hover, #ja-footer LI A:active, #ja-footer LI A:focus
{
	color: #333333;
	text-decoration: none;
}
.ja-cert
{
	font-size: 92%;
	position: absolute;
	right: 0;
	top: 18px;
}
.ja-cert A
{
	margin: 0 0 0 5px;
	padding: 0;
	border: none;
	border: none;
	text-decoration: none;
}
.ja-cert A SPAN
{
	display: none;
}
.ja-cert A IMG
{
	border: none;
}
.banneritem
{
	display: block;
	margin-top: 15px;
}
/*MISCELLANOUS
-----------------------------------------------------------*/
UL.accessibility
{
	position: absolute;
	top: -100%;
}
/*usertool*/
UL.ja-usertools-font
{
	font-size: 11px;
	position: absolute;
	top: 8px;
	right: 70px;
}
UL.ja-usertools-font LI
{
	padding: 0;
	margin: 0;
	display: inline;
	background: none;
}
/*collapsible h3*/
H3.show
{
	background: url(../images/arrow2.png) no-repeat 90% 60%;
	cursor: pointer;
}
H3.hide
{
	background: url(../images/arrow3.png) no-repeat 90% 60%;
	cursor: pointer;
}
/*others*/
#ja-banner
{
	margin: 15px 0;
	text-align: center;
}
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;
}
#form-login P
{
	margin: 0 0 5px;
}
#form-login UL
{
	margin: 10px 0 0;
}
#form-login .inputbox
{
	width: 90%;
}
.clr
{
	clear: both;
}
.hasTip IMG
{
	margin: 10px 5px 0 0;
	border: none;
}
/*Tooltips*/
.tool-tip
{
	float: left;
	border: 1px solid #D4D5AA;
	padding: 5px;
	background: #FFFFCC;
	max-width: 200px;
}
.tool-title
{
	padding: 0;
	margin: 0;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
}
.tool-text
{
	margin: 0;
	font-size: 100%;
}
#system-message DD.message UL, #system-message DD.error UL, #system-message DD.notice UL
{
	padding: 0;
	margin: 0;
}
#system-message DD.message UL LI, #system-message DD.error UL LI, #system-message DD.notice UL LI
{
	background: none;
	padding: 5px;
	margin: 0;
	color: #FFFFFF;
}
/*System Standard Messages*/
#system-message DD.message UL
{
	background: #006699;
	border: none;
}
/*System Error Messages*/
#system-message DD.error UL
{
	background: #BF0000;
	border: none;
}
/*System Notice Messages*/
#system-message DD.notice UL
{
	background: #EE9600;
	border: 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;
}
