/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset 
{
 margin: 0;
 padding: 0;
}

body 
{
 color: #000000;
 background-color: #FFFFFF;
 font-family: Arial, Helvetica, sans-serif;
 line-height: 150%;
}

body#bd 
{
 color: #333333;
 background-color: #F2F2F2;
}

body.contentpane 
{
 width: auto;/* Printable Page */

 margin-top: 1em;
 margin-right: 2em;
 margin-bottom: 1em;
 margin-left: 2em;
 line-height: 1.3em;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 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: #460013;
 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%;
}

/* 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-top: 1em;
 margin-right: 0;
 margin-bottom: 1em;
 margin-left: 0;
 padding: 0;
}

ul 
{
 list-style: none;
}

ul li 
{
 padding-left: 30px;
 background-position: 18px 8px;
 background-image: url(../images/bullet.gif);
 background-repeat: no-repeat;
 line-height: 180%;
}

ol li 
{
 margin-left: 35px;
 line-height: 180%;
}

th 
{
 padding: 5px;
 font-weight: bold;
 text-align: left;
}

fieldset 
{
 border-style: none;
 padding-top: 10px;
 padding-right: 5px;
 padding-bottom: 10px;
 padding-left: 5px;
 background-image: url(../images/hdot2.gif);
 background-repeat: repeat-x;
 background-position: top;
}

fieldset a 
{
 font-weight: bold;
}

hr 
{
 border-top-color: #CCCCCC;
 border-top-width: 1px;
 border-top-style: solid;
 border-right-width: 0;
 border-left-width: 0;
 border-bottom-width: 0;
 height: 1px;
}

td, div 
{
 font-size: 100%;
}

img 
{
 border-style: none;
}

/* FORM
--------------------------------------------------------- */
form 
{
 margin: 0;
 padding: 0;
}

form label 
{
 cursor: pointer;
}

input, select, textarea, .inputbox 
{
 padding-top: 3px;
 padding-right: 5px;
 padding-bottom: 3px;
 padding-left: 5px;
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 100%;
}

.button 
{
 padding-top: 3px;
 padding-right: 5px;
 padding-bottom: 3px;
 padding-left: 5px;
 border-color: #333333;
 border-width: 1px;
 border-style: solid;
 background-color: #333333;
 background-image: url(../images/grad1.gif);
 background-repeat: repeat-x;
 background-position: top;
 color: #CCCCCC;
 font-size: 85%;
 text-transform: uppercase;
}

.button:hover, .button:focus 
{
 border-color: #999999;
 border-width: 1px;
 border-style: solid;
 background-color: #333333;
 color: #FFFFFF;
}

* html .button 
{
 padding-top: 2px ! important;
 padding-right: 0 ! important;
 padding-bottom: 2px ! important;
 padding-left: 0 ! important;/*IE 6*/
}

*+html .button 
{
 padding-top: 2px ! important;
 padding-right: 0 ! important;
 padding-bottom: 2px ! important;
 padding-left: 0 ! important;/*IE 7*/
}

.inputbox 
{
 border-color: #CCCCCC;
 border-width: 1px;
 border-style: solid;
 background-color: #FFFFFF;
}

.inputbox:hover, .inputbox:focus 
{
 background-color: #FFFFCC;
}

/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code 
{
 padding-top: 10px;
 padding-right: 15px;
 padding-bottom: 10px;
 padding-left: 15px;
 margin-top: 5px;
 margin-right: 0;
 margin-bottom: 15px;
 margin-left: 0;
 border-left-color: #999999;
 border-left-width: 5px;
 border-left-style: solid;
 background-color: #FFFFFF;
 font-size: 1em;
 line-height: 1.5;
 font-family: "Courier News", monospace;
}

blockquote 
{
 padding-top: 1em;
 padding-right: 40px;
 padding-bottom: 1em;
 padding-left: 15px;
}

blockquote span.open 
{
 padding-top: 0;
 padding-right: 0;
 padding-bottom: 0;
 padding-left: 20px;
 background-image: url(../images/so-q.gif);
 background-repeat: no-repeat;
 background-position: left top;
}

blockquote span.close 
{
 padding-top: 0;
 padding-right: 20px;
 padding-bottom: 0;
 padding-left: 0;
 background-image: url(../images/sc-q.gif);
 background-repeat: no-repeat;
 background-position: bottom right;
}

/* Quote hilight */
.quote-hilite 
{
 padding-top: 10px;
 padding-right: 15px;
 padding-bottom: 10px;
 padding-left: 15px;
 margin: 0;
 border-color: #CACACC;
 border-width: 1px;
 border-style: solid;
 background-color: #FFFFFF;
}

/* Small quote */
.small-quote 
{
 margin: 0;
 padding: 0;
 background-image: none;
}

.small-quote span.open-quote 
{
 margin: 0;
 padding-left: 20px;
 background-image: url(../images/so-q.gif);
 background-repeat: no-repeat;
 background-position: center left;
}

.small-quote span.close-quote 
{
 margin: 0;
 padding-right: 20px;
 background-image: url(../images/sc-q.gif);
 background-repeat: no-repeat;
 background-position: center right;
}

.small-quote span.author 
{
 padding-top: 2px;
 padding-right: 5px;
 padding-bottom: 2px;
 padding-left: 20px;
 border-top-color: #DCDDE0;
 border-top-width: 1px;
 border-top-style: solid;
 margin-top: 0.5em;
 margin-right: 0;
 margin-bottom: 0;
 margin-left: 0;
 display: block;
 background-color: #EAEBEE;
 background-position: 5px 4px;
 background-image: url(../images/author.gif);
 background-repeat: no-repeat;
 font-size: 90%;
 text-transform: uppercase;
}

/* Rropcap */
.dropcap 
{
 float: left;
 padding-top: 4px;
 padding-right: 8px;
 padding-bottom: 0;
 padding-left: 0;
 display: block;
 color: #999999;
 font-size: 50px;
 line-height: 40px;
 font-family: Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
p.error 
{
 padding-left: 25px;
 color: #BF0000;
 background-image: url(../images/icon-error.gif);
 background-repeat: no-repeat;
 background-position: top left;
}

p.message 
{
 padding-left: 25px;
 color: #006699;
 background-image: url(../images/icon-info.gif);
 background-repeat: no-repeat;
 background-position: top left;
}

p.tips 
{
 padding-left: 25px;
 color: #EE9600;
 background-image: url(../images/icon-tips.gif);
 background-repeat: no-repeat;
 background-position: top left;
}

.highlight 
{
 padding-top: 1px;
 padding-right: 5px;
 padding-bottom: 1px;
 padding-left: 5px;
 background-color: #FFFFCC;
 font-weight: bold;
}

/* Note Style */
p.stickynote 
{
 padding-top: 10px;
 padding-right: 0px;
 padding-bottom: 10px;
 padding-left: 40px;
 border-color: #CACACC;
 border-width: 1px;
 border-style: solid;
 background-color: #FFFFFF;
 background-image: url(../images/sticky-bg.gif);
 background-repeat: no-repeat;
 background-position: center 5px;
}

p.download 
{
 padding-top: 10px;
 padding-right: 0px;
 padding-bottom: 10px;
 padding-left: 40px;
 border-color: #CACACC;
 border-width: 1px;
 border-style: solid;
 background-color: #FFFFFF;
 background-image: url(../images/download-bg.gif);
 background-repeat: no-repeat;
 background-position: center 5px;
}

.blocknumber 
{
 clear: both;
 padding-top: 5px;
 padding-right: 15px;
 padding-bottom: 10px;
 padding-left: 15px;
 position: relative;
}

/* Check list */
ul.checklist 
{
 list-style: none;
}

ul.checklist li 
{
 margin-left: 15px;
 padding-top: 0;
 padding-right: 0;
 padding-bottom: 5px;
 padding-left: 20px;
 background-image: url(../images/checklist-bg.gif);
 background-repeat: no-repeat;
 background-position: 0 3px;
}

/* Small checklist */
ul.small-checklist 
{
 list-style: none;
}

ul.small-checklist li 
{
 margin-left: 15px;
 padding-top: 0;
 padding-right: 0;
 padding-bottom: 5px;
 padding-left: 20px;
 background-image: url(../images/icon_list.gif);
 background-repeat: no-repeat;
 background-position: 0 3px;
}

/* Check list */
ul.stars 
{
 list-style: none;
}

ul.stars li 
{
 margin-left: 15px;
 padding-top: 0px;
 padding-right: 0;
 padding-bottom: 5px;
 padding-left: 20px;
 background-image: url(../images/star-bg.gif);
 background-repeat: no-repeat;
 background-position: 0 3px;
}

/* Bignumber */
.bignumber 
{
 float: left;
 margin-right: 8px;
 padding-top: 6px;
 padding-right: 7px;
 padding-bottom: 6px;
 padding-left: 7px;
 display: block;
 background-image: url(../images/ol-bg.gif);
 background-repeat: no-repeat;
 background-position: top left;
 color: #7BA566;
 font-size: 20px;
 line-height: normal;
 font-weight: bold;
 font-family: Arial, sans-serif;
}

/* Talking box. Thinking box. */
div.bubble1, div.bubble2, div.bubble3, div.bubble4 
{
 margin-top: 15px;
 margin-right: 0;
 margin-bottom: 15px;
 margin-left: 0;
}

div.bubble1 span.author, div.bubble2 span.author, div.bubble3 span.author, div.bubble4 span.author 
{
 padding-left: 15px;
 margin-left: 15px;
 background-image: url(../images/author.gif);
 background-repeat: no-repeat;
 background-position: center left;
 font-weight: bold;
}

div.bubble1 div 
{
 margin: 0;
 width: 100%;
 background-image: url(../images/bub1-br.gif);
 background-repeat: no-repeat;
 background-position: bottom right;
}

div.bubble1 div div 
{
 background-image: url(../images/bub1-bl.gif);
 background-repeat: no-repeat;
 background-position: bottom left;
}

div.bubble1 div div div 
{
 background-image: url(../images/bub1-tr.gif);
 background-repeat: no-repeat;
 background-position: top right;
}

div.bubble1 div div div div 
{
 background-image: url(../images/bub1-tl.gif);
 background-repeat: no-repeat;
 background-position: top left;
}

div.bubble1 div div div div div 
{
 margin: 0;
 padding-top: 15px;
 padding-right: 15px;
 padding-bottom: 30px;
 padding-left: 15px;
 width: auto;
}

div.bubble2 div 
{
 margin: 0;
 width: 100%;
 background-image: url(../images/bub2-br.gif);
 background-repeat: no-repeat;
 background-position: bottom right;
}

div.bubble2 div div 
{
 background-image: url(../images/bub2-bl.gif);
 background-repeat: no-repeat;
 background-position: bottom left;
}

div.bubble2 div div div 
{
 background-image: url(../images/bub2-tr.gif);
 background-repeat: no-repeat;
 background-position: top right;
}

div.bubble2 div div div div 
{
 background-image: url(../images/bub2-tl.gif);
 background-repeat: no-repeat;
 background-position: top left;
}

div.bubble2 div div div div div 
{
 margin: 0;
 padding-top: 15px;
 padding-right: 15px;
 padding-bottom: 35px;
 padding-left: 15px;
 width: auto;
}

div.bubble3 div 
{
 margin: 0;
 width: 100%;
 background-image: url(../images/bub3-br.gif);
 background-repeat: no-repeat;
 background-position: bottom right;
}

div.bubble3 div div 
{
 background-image: url(../images/bub3-bl.gif);
 background-repeat: no-repeat;
 background-position: bottom left;
}

div.bubble3 div div div 
{
 background-image: url(../images/bub3-tr.gif);
 background-repeat: no-repeat;
 background-position: top right;
}

div.bubble3 div div div div 
{
 background-image: url(../images/bub3-tl.gif);
 background-repeat: no-repeat;
 background-position: top left;
}

div.bubble3 div div div div div 
{
 margin: 0;
 padding-top: 15px;
 padding-right: 15px;
 padding-bottom: 50px;
 padding-left: 15px;
 width: auto;
}

div.bubble4 div 
{
 margin: 0;
 width: 100%;
 background-image: url(../images/bub4-br.gif);
 background-repeat: no-repeat;
 background-position: bottom right;
}

div.bubble4 div div 
{
 background-image: url(../images/bub4-bl.gif);
 background-repeat: no-repeat;
 background-position: bottom left;
}

div.bubble4 div div div 
{
 background-image: url(../images/bub4-tr.gif);
 background-repeat: no-repeat;
 background-position: top right;
}

div.bubble4 div div div div 
{
 background-image: url(../images/bub4-tl.gif);
 background-repeat: no-repeat;
 background-position: top left;
}

div.bubble4 div div div div div 
{
 margin: 0;
 padding-top: 15px;
 padding-right: 15px;
 padding-bottom: 55px;
 padding-left: 15px;
 width: auto;
}

/* Legend */
.legend-title 
{
 margin: 0;
 padding-top: 0;
 padding-right: 3px;
 padding-bottom: 0;
 padding-left: 3px;
 float: left;
 display: block;
 background-color: #F6F6F6;
 font-weight: bold;
 position: absolute;
 top: -10px;
 left: 7px;
}

.legend 
{
 margin-top: 20px;
 margin-right: 0;
 margin-bottom: 20px;
 margin-left: 0;
 padding-top: 0;
 padding-right: 10px;
 padding-bottom: 0;
 padding-left: 10px;
 border-color: #CACACC;
 border-width: 1px;
 border-style: solid;
 background-color: #FFFFFF;
 position: relative;
}

/* - STYLE
--------------------------------------------------------- */
table.blog 
{
 
}

.article_separator 
{
 clear: both;
 display: block;
 height: 20px;
}

.article_column 
{
 
}

.column_separator 
{
 padding-top: 0;
 padding-right: 25px;
 padding-bottom: 0;
 padding-left: 25px;
}

/* content tables */
td.sectiontableheader 
{
 padding: 4px;
 border-right-color: #fff;
 border-right-width: 1px;
 border-right-style: solid;
}

tr.sectiontableentry0 td, tr.sectiontableentry1 td, tr.sectiontableentry2 td 
{
 padding: 4px;
}

td.sectiontableentry0, td.sectiontableentry1, td.sectiontableentry2 
{
 padding: 3px;
}

table.contentpane 
{
 border-style: none;
 width: 100%;
}

table.contentpaneopen 
{
 border-style: none;
 border-collapse: collapse;
 border-spacing: 0;
}

table.contenttoc 
{
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 10px;
 margin-left: 10px;
 padding: 0;
 width: 35%;
 float: right;
}

table.contenttoc a 
{
 text-decoration: none;
}

table.contenttoc td 
{
 padding-top: 1px;
 padding-right: 5px;
 padding-bottom: 1px;
 padding-left: 25px;
 background-position: 5% 50%;
 background-image: url(../images/bullet-list.gif);
 background-repeat: no-repeat;
}

table.contenttoc th 
{
 padding-top: 0;
 padding-right: 0;
 padding-bottom: 3PX;
 padding-left: 0;
 border-bottom-color: #CCCCCC;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 text-indent: 5px;
}

table.poll 
{
 padding: 0;
 width: 100%;
 border-collapse: collapse;
}

table.pollstableborder 
{
 padding: 0;
 width: 100%;
 border-style: 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-color: #ECECEC;
}

table.searchintro 
{
 padding-top: 10px;
 padding-right: 0;
 padding-bottom: 10px;
 padding-left: 0;
 width: 100%;
}

table.searchintro td 
{
 padding: 5px ! important;
}

table.adminform 
{
 
}

.adminform .inputbox 
{
 
}

.blog_more 
{
 padding-top: 10px;
 padding-right: 0;
 padding-bottom: 10px;
 padding-left: 0;
 background-image: url(../images/hdot.gif);
 background-repeat: repeat-x;
 background-position: top;
}

.blog_more strong 
{
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 5px;
 margin-left: 0;
 display: block;
 font-size: 125%;
}

.blog_more ul 
{
 margin: 0;
 padding: 0;
}

.blog_more ul li 
{
 margin: 0;
 padding-top: 0;
 padding-right: 0;
 padding-bottom: 0;
 padding-left: 17px;
 background-position: 6px 8px;
 background-image: url(../images/bullet.gif);
 background-repeat: no-repeat;
}

.category 
{
 font-weight: bold;
}

h1.componentheading, .componentheading 
{
 padding-top: 5px;
 padding-right: 0;
 padding-bottom: 15px;
 padding-left: 0;
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 10px;
 margin-left: 0;
 background-image: url(../images/hdot.gif);
 background-repeat: repeat-x;
 background-position: bottom;
}

.componentheading 
{
 font-size: 200%;
 font-weight: bold;
}

.contentdescription 
{
 padding-bottom: 30px;
}

h2.contentheading, .contentheading 
{
 padding-top: 5px;
 padding-right: 0;
 padding-bottom: 8px;
 padding-left: 0;
 margin: 0;
 font-weight: normal;
}

table.blog .contentheading 
{
 font-size: 150%;
}

.contentheading 
{
 font-size: 200%;
}

a.contentpagetitle, a.contentpagetitle:hover, a.contentpagetitle:active, a.contentpagetitle:focus 
{
 text-decoration: none ! important;
}

a.readon 
{
 float: left;
 margin-top: 10px;
 padding-top: 1px;
 padding-right: 5px;
 padding-bottom: 1px;
 padding-left: 14px;
 border-color: #F6F6F6;
 border-width: 1px;
 border-style: solid;
 display: block;
 background-position: 5px 48%;
 background-image: url(../images/arrow.png);
 background-repeat: no-repeat;
 color: #006699;
 font-weight: bold;
 text-decoration: none;
 text-transform: uppercase;
}

a.readon:hover, a.readon:active, a.readon:focus 
{
 border-color: #ECECEC;
 border-width: 1px;
 border-style: solid;
 background-color: #FFFFFF;
 background-position: 5px 48%;
 background-image: url(../images/arrow.png);
 background-repeat: no-repeat;
}

table.contentpaneopen td, table.contentpane td 
{
 
}

table.contentpaneopen, table.contentpane, table.blog 
{
 width: 100%;
}

.moduletable 
{
 padding: 0;
}

ul.pagination 
{
 margin-top: 15px;
 margin-right: auto;
 margin-bottom: 15px;
 margin-left: auto;
 padding-top: 10px;
 padding-right: 0;
 padding-bottom: 10px;
 padding-left: 0;
 background-image: url(../images/hdot.gif);
 background-repeat: repeat-x;
 background-position: top;
}

ul.pagination li 
{
 margin: 0;
 padding: 0;
 display: inline;
 background-image: none;
}

ul.pagination li span 
{
 padding-top: 2px;
 padding-right: 5px;
 padding-bottom: 2px;
 padding-left: 5px;
}

ul.pagination a 
{
 padding-top: 2px;
 padding-right: 5px;
 padding-bottom: 2px;
 padding-left: 5px;
 border-color: #F6F6F6;
 border-width: 1px;
 border-style: solid;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus 
{
 border-color: #ECECEC;
 border-width: 1px;
 border-style: solid;
 background-color: #FFFFFF;
}

.pagenavbar 
{
 padding-left: 14px;
}

.pagenavcounter 
{
 padding-top: 8px;
 padding-right: 14px;
 padding-bottom: 0;
 padding-left: 14px;
}

.sectiontableheader 
{
 padding-top: 8px;
 padding-right: 5px;
 padding-bottom: 8px;
 padding-left: 5px;
 background-color: #444444;
 color: #FFFFFF;
}

.sectiontableheader a 
{
 color: #FFFFFF;
}

tr.sectiontableentry1 td 
{
 padding-top: 8px;
 padding-right: 5px;
 padding-bottom: 8px;
 padding-left: 5px;
 background-image: url(../images/hdot2.gif);
 background-repeat: repeat-x;
 background-position: bottom;
}

tr.sectiontableentry2 td 
{
 padding-top: 8px;
 padding-right: 5px;
 padding-bottom: 8px;
 padding-left: 5px;
 background-color: #ECECEC;
 background-image: url(../images/hdot2.gif);
 background-repeat: repeat-x;
 background-position: bottom;
}

tr.sectiontableentry1:hover td, tr.sectiontableentry2:hover td 
{
 background-color: #FFFFCC;
 background-image: url(../images/hdot2.gif);
 background-repeat: repeat-x;
 background-position: bottom;
}

.smalldark 
{
 text-align: left;
}

div.syndicate div 
{
 text-align: center;
}

.pollstableborder tr.sectiontableentry1 td, .pollstableborder tr.sectiontableentry2 td 
{
 background-image: none;
}

/* META
--------------------------------------------------------- */
.article-tools 
{
 border-top-color: #DDDDDD;
 border-top-width: 1px;
 border-top-style: solid;
 width: 100%;
 float: left;
 clear: both;
 margin-bottom: 15px;
 display: block;
 background-color: #ECECEC;
}

.article-meta 
{
 padding: 5px;
 width: 80%;
 float: left;
}

.createby 
{
 padding-top: 3px;
 padding-right: 3px;
 padding-bottom: 3px;
 padding-left: 20px;
 background-image: url(../images/icon-user.gif);
 background-repeat: no-repeat;
 background-position: 0 2px;
}

.createdate 
{
 padding-top: 3px;
 padding-right: 3px;
 padding-bottom: 3px;
 padding-left: 20px;
 background-image: url(../images/icon-date.gif);
 background-repeat: no-repeat;
 background-position: 0 2px;
}

.modifydate 
{
 width: 100%;
 float: left;
}

div.buttonheading 
{
 float: right;
 width: 15%;
}

.buttonheading img 
{
 margin-top: 7px;
 margin-right: 5px;
 margin-bottom: 0;
 margin-left: 0;
 border-width: 0;
 float: right;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper 
{
 width: 100%;
 margin: 0;
}

#ja-containerwrap 
{
 background-image: url(../images/cw-bg1.gif);
 background-repeat: repeat-y;
 background-position: 0 50%;
}

#ja-containerwrap2 
{
 background-image: url(../images/cw-bg2.gif);
 background-repeat: no-repeat;
 background-position: 0 50%;
}

#ja-container 
{
 background-repeat: repeat-y;
 background-position: 0 18%;
 padding: 20px;
}

#ja-container2 
{
 padding-top: 10px;
 padding-right: 0px;
 padding-bottom: 20px;
 padding-left: 0;
 /* background-image: url(../images/c-bg2.gif); */
 /* background-repeat: no-repeat;              */
 /* background-position: 0 18%;                */
}

#ja-mainbody-fr #ja-col1 
{
 width: 15%;
}

#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-top: 0;
 padding-right: 10px;
 padding-bottom: 0;
 padding-left: 0px;
}

#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-color: #F6F6F6;
 background-image: url(../images/cwf-bg.gif);
 background-repeat: repeat-x;
 background-position: top left;
}

#ja-containerwrap-f #ja-containerwrap2 
{
 background-image: none;
}

#ja-containerwrap-f #ja-container, #ja-containerwrap-f #ja-container2 
{
 background-image: none;
}

/* Full left */
#ja-containerwrap-fl 
{
 background-color: #F6F6F6;
 background-image: url(../images/cwf-bg.gif);
 background-repeat: repeat-x;
 background-position: top left;
}

#ja-containerwrap-fl #ja-containerwrap2, #ja-containerwrap-fl #ja-container, #ja-containerwrap-fl #ja-container2 
{
 background-image: none;
}

/* Full right */
#ja-containerwrap-fr 
{
 background-image: url(../images/cw-bg1.gif);
 background-repeat: repeat-y;
 background-position: 0 50%;
}

#ja-containerwrap-fr #ja-containerwrap2 
{
 background-image: url(../images/cw-bg2.gif);
 background-repeat: no-repeat;
 background-position: 0 50%;
}

/* HEADER
--------------------------------------------------------- */
#ja-headerwrap 
{
 background-color: #000000;
 color: #CCCCCC;
 line-height: normal;
 height: 270px;
}

#ja-header 
{
 position: relative;
 height: 270px;
}

.ja-headermask 
{
 width: 602px;
 display: block;
 background-image: url(../images/header-mask.png);
 background-repeat: no-repeat;
 background-position: top right;
 height: 80px;
 position: absolute;
 top: 0;
 right: -1px;
}

#ja-header a 
{
 color: #CCCCCC;
}

h1.logo, h1.logo-text 
{
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 0;
 margin-left: 5px;
 padding: 0;
 font-size: 130%;
 text-transform: uppercase;
 position: absolute;
 top: 10%;
 left: 10px;
}

h1.logo a 
{
 width: 208px;
 display: block;
 background-image: url(../images/logo.png);
 background-repeat: 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-style: none;
}

p.site-slogan 
{
 margin: 0;
 padding: 0;
 padding-top: 2px;
 padding-right: 5px;
 padding-bottom: 2px;
 padding-left: 5px;
 color: #FFFFFF;
 font-size: 92%;
 position: absolute;
 top: 20%;
 left: 0;
}

/* Search */
#ja-search 
{
 padding-left: 20px;
 background-image: url(../images/icon-search.gif);
 background-repeat: no-repeat;
 background-position: center left;
 position: absolute;
 bottom: 15px;
 right: 0;
}

#ja-search .inputbox 
{
 width: 120px;
 border-color: #333333;
 border-width: 1px;
 border-style: solid;
 padding-top: 3px;
 padding-right: 5px;
 padding-bottom: 3px;
 padding-left: 5px;
 color: #999999;
 background-color: #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-top: 1px;
 margin-right: 5px;
 margin-bottom: 1px;
 margin-left: 5px;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable, div.moduletable_text 
{
 padding-top: 0;
 padding-right: 0;
 padding-bottom: 20px;
 padding-left: 0;
 margin-bottom: 15px;
 background-image: url(../images/hdot.gif);
 background-repeat: repeat-x;
 background-position: bottom;
}

div.moduletable_menu 
{
 padding-top: 0;
 padding-right: 0;
 padding-bottom: 0;
 padding-left: 10px;
 margin-bottom: 15px;
}

div.moduletable h3, div.moduletable_menu h3, div.moduletable_text h3 
{
 padding-top: 0;
 padding-right: 0;
 padding-bottom: 8px;
 padding-left: 0;
 margin: 0;
 color: #7BA566;
 font-size: 125%;
 font-weight: bold;
 text-transform: uppercase;
}

/* Module rounded */
div.module h3 
{
 margin-top: 0;
 margin-right: -15px;
 margin-bottom: 10px;
 margin-left: -15px;
 padding-top: 8px;
 padding-right: 15px;
 padding-bottom: 5px;
 padding-left: 15px;
 border-bottom-color: #F6F6F6;
 border-bottom-width: 2px;
 border-bottom-style: solid;
 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-color: #FFFFFF;
 background-image: url(../images/b-br.gif);
 background-repeat: no-repeat;
 background-position: bottom right;
}

div.module div 
{
 background-image: url(../images/b-bl.gif);
 background-repeat: no-repeat;
 background-position: bottom left;
}

div.module div div 
{
 background-image: url(../images/b-tr.gif);
 background-repeat: no-repeat;
 background-position: top right;
}

div.module div div div 
{
 padding-top: 0;
 padding-right: 15px;
 padding-bottom: 10px;
 padding-left: 15px;
 background-image: url(../images/b-tl.gif);
 background-repeat: no-repeat;
 background-position: 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-image: none;
}

div.module_text h3 
{
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 10px;
 margin-left: 0;
 width: 100%;
 clear: both;
 display: block;
 overflow: hidden;
}

div.module_text span 
{
 padding-top: 0;
 padding-right: 3px;
 padding-bottom: 0;
 padding-left: 0;
 float: left;
 clear: both;
 display: block;
 background-color: #F6F6F6;
 font-weight: bold;
}

div.module_text 
{
 margin-bottom: 20px;
 padding: 0;
 float: left;
 clear: both;
 width: 100%;
 background-color: #F6F6F6;
 background-image: url(../images/bt-br.gif);
 background-repeat: no-repeat;
 background-position: bottom right;
}

div.module_text div 
{
 background-image: url(../images/bt-bl.gif);
 background-repeat: no-repeat;
 background-position: bottom left;
}

div.module_text div div 
{
 background-image: url(../images/bt-tr.gif);
 background-repeat: no-repeat;
 background-position: top right;
}

div.module_text div div div 
{
 padding-top: 0;
 padding-right: 15px;
 padding-bottom: 10px;
 padding-left: 15px;
 display: block;
 background-image: url(../images/bt-tl.gif);
 background-repeat: no-repeat;
 background-position: top left;
}

div.banneritem_text 
{
 padding-top: 5px ! important;
 padding-right: 0 ! important;
 padding-bottom: 5px ! important;
 padding-left: 0 ! important;
}

/* red */
div.module_black h3, div.module_green h3, div.module_blue h3, div.module_red h3 
{
 margin-top: 0;
 margin-right: -15px;
 margin-bottom: 10px;
 margin-left: -15px;
 padding-top: 8px;
 padding-right: 15px;
 padding-bottom: 5px;
 padding-left: 15px;
 border-bottom-color: #F6F6F6;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 color: #FFFFFF;
 font-size: 125%;
 font-weight: bold;
 text-transform: uppercase;
}

div.module_red 
{
 background-color: #BF0000;
 background-image: url(../images/br-br.gif);
 background-repeat: no-repeat;
 background-position: bottom right;
 color: #FFFFFF;
}

div.module_red div 
{
 background-image: url(../images/br-bl.gif);
 background-repeat: no-repeat;
 background-position: bottom left;
}

div.module_red div div 
{
 background-image: url(../images/br-tr.gif);
 background-repeat: no-repeat;
 background-position: top right;
}

div.module_red div div div 
{
 padding-top: 0;
 padding-right: 15px;
 padding-bottom: 10px;
 padding-left: 15px;
 background-image: url(../images/br-tl.gif);
 background-repeat: no-repeat;
 background-position: top left;
}

/* blue */
div.module_blue 
{
 background-color: #006699;
 background-image: url(../images/bb-br.gif);
 background-repeat: no-repeat;
 background-position: bottom right;
 color: #FFFFFF;
}

div.module_blue div 
{
 background-image: url(../images/bb-bl.gif);
 background-repeat: no-repeat;
 background-position: bottom left;
}

div.module_blue div div 
{
 background-image: url(../images/bb-tr.gif);
 background-repeat: no-repeat;
 background-position: top right;
}

div.module_blue div div div 
{
 padding-top: 0;
 padding-right: 15px;
 padding-bottom: 10px;
 padding-left: 15px;
 background-image: url(../images/bb-tl.gif);
 background-repeat: no-repeat;
 background-position: top left;
}

/* green */
div.module_green 
{
 background-color: #7BA566;
 background-image: url(../images/bg-br.gif);
 background-repeat: no-repeat;
 background-position: bottom right;
 color: #FFFFFF;
}

div.module_green div 
{
 background-image: url(../images/bg-bl.gif);
 background-repeat: no-repeat;
 background-position: bottom left;
}

div.module_green div div 
{
 background-image: url(../images/bg-tr.gif);
 background-repeat: no-repeat;
 background-position: top right;
}

div.module_green div div div 
{
 padding-top: 0;
 padding-right: 15px;
 padding-bottom: 10px;
 padding-left: 15px;
 background-image: url(../images/bg-tl.gif);
 background-repeat: no-repeat;
 background-position: top left;
}

/* black */
div.module_black 
{
 background-color: #333333;
 background-image: url(../images/bl-br.gif);
 background-repeat: no-repeat;
 background-position: bottom right;
 color: #FFFFFF;
}

div.module_black div 
{
 background-image: url(../images/bl-bl.gif);
 background-repeat: no-repeat;
 background-position: bottom left;
}

div.module_black div div 
{
 background-image: url(../images/bl-tr.gif);
 background-repeat: no-repeat;
 background-position: top right;
}

div.module_black div div div 
{
 padding-top: 0;
 padding-right: 15px;
 padding-bottom: 10px;
 padding-left: 15px;
 background-image: url(../images/bl-tl.gif);
 background-repeat: no-repeat;
 background-position: 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: 140px;
 margin-top: -5px;
 padding-left: 10px;
 overflow: hidden;
}

#ja-col2 
{
 float: left;
 width: 140px;/* added this property to adjust the margin */

 margin-top: -5px;
 margin-left: 28px;
}

#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-image: none;
}

.ja-box-right div.moduletable 
{
 padding-left: 30px;
 background-image: url(../images/vdot2.gif);
 background-repeat: repeat-y;
 background-position: left;
}

.ja-box-center div.moduletable 
{
 padding-top: 0;
 padding-right: 30px;
 padding-bottom: 0;
 padding-left: 30px;
 background-image: url(../images/vdot2.gif);
 background-repeat: repeat-y;
 background-position: left;
}

#ja-botsl h3 
{
 background-image: none;
}

#ja-botslwrap 
{
 border-top-color: #CCCCCC;
 border-top-width: 5px;
 border-top-style: solid;
 background-color: #444444;
 color: #CCCCCC;
}

#ja-botsl 
{
 padding-top: 15px;
 padding-right: 0;
 padding-bottom: 15px;
 padding-left: 0;
}

#ja-botsl div.moduletable 
{
 padding-top: 0;
 padding-bottom: 0;
 margin: 0;
}

#ja-botsl h3 
{
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 12px;
 margin-left: 0;
 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-top: 0;
 padding-right: 0;
 padding-bottom: 0;
 padding-left: 15px;
 margin: 0;
 background-position: 3px 8px;
 background-image: url(../images/bullet2.gif);
 background-repeat: no-repeat;
}

#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 
{
 border-top-color: #CCCCCC;
 border-top-width: 5px;
 border-top-style: solid;
 padding-top: 20px;
 padding-right: 0;
 padding-bottom: 30px;
 padding-left: 0;
 clear: both;
 background-color: #F6F6F6;
 background-image: url(../images/grad3.gif);
 background-repeat: repeat-x;
 background-position: bottom;
}

#ja-footer 
{
 padding: 0;
 color: #666666;
 background-image: url(../images/vdot.gif);
 background-repeat: repeat-y;
 background-position: 0 22%;
 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-top: 0;
 margin-right: 0;
 margin-bottom: 5px;
 margin-left: 0;
 padding: 0;
}

#ja-footer li 
{
 margin: 0;
 padding: 0;
 display: inline;
 background-image: none;
}

#ja-footer li a 
{
 padding-top: 0;
 padding-right: 15px;
 padding-bottom: 0;
 padding-left: 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-top: 0;
 margin-right: 0;
 margin-bottom: 0;
 margin-left: 5px;
 padding: 0;
 border-style: none;
 border-style: none;
 text-decoration: none;
}

.ja-cert a span 
{
 display: none;
}

.ja-cert a img 
{
 border-style: 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-image: none;
}

/*collapsible h3*/
h3.show 
{
 background-position: 90% 60%;
 background-image: url(../images/arrow2.png);
 background-repeat: no-repeat;
 cursor: pointer;
}

h3.hide 
{
 background-position: 90% 60%;
 background-image: url(../images/arrow3.png);
 background-repeat: no-repeat;
 cursor: pointer;
}

/*others*/
#ja-banner 
{
 margin-top: 15px;
 margin-right: 0;
 margin-bottom: 15px;
 margin-left: 0;
 text-align: center;
}

div.back_button a, div.back_button a:hover, div.back_button a:active 
{
 margin-top: 10px;
 margin-right: 0;
 margin-bottom: 10px;
 margin-left: 0;
 display: block;
 background-image: none ! important;
 text-decoration: none ! important;
}

#form-login p 
{
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 5px;
 margin-left: 0;
}



#form-login ul 
{
 margin-top: 10px;
 margin-right: 0;
 margin-bottom: 0;
 margin-left: 0;
}

#form-login .inputbox 
{
 width: 90%;
}

.clr 
{
 clear: both;
}

.hastip img 
{
 margin-top: 10px;
 margin-right: 5px;
 margin-bottom: 0;
 margin-left: 0;
 border-style: none;
}

/* Tooltips */
.tool-tip 
{
 float: left;
 border-color: #D4D5AA;
 border-width: 1px;
 border-style: solid;
 padding: 5px;
 background-color: #FFFFCC;
 max-width: 200px;
}

.tool-title 
{
 padding: 0;
 margin: 0;
 margin-top: -15px;
 padding-top: 15px;
 padding-bottom: 5px;
 background-image: url(../../system/images/selector-arrow.png);
 background-repeat: 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-image: none;
 padding: 5px;
 margin: 0;
 color: #FFFFFF;
}

/* System Standard Messages */
#system-message dd.message ul 
{
 background-color: #006699;
 border-style: none;
}

/* System Error Messages */
#system-message dd.error ul 
{
 background-color: #BF0000;
 border-style: none;
}

/* System Notice Messages */
#system-message dd.notice ul 
{
 background-color: #EE9600;
 border-style: 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;
}
