/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.6;
}

body#bd {
	color: #666666;
	background: #FFFFFF url(../../images/bkg-blue.png) no-repeat right top;
}

body.contentpane {
	color: #000000;
	font-size: 12px;
	line-height: 1.3em;
	margin: 0;
	margin: 1em 2em;
	width: auto; /* Printable Page */
}


body.fs4 {font-size: 13px;}

/* Normal link */
a {
	color: #1C64A5;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #1C64A5;
	text-decoration: underline;
}

a img {
	border: none;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	line-height: normal;
	color: #333333;
}	

/* Small text */
small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption p,
a.readon, p.site-slogan, #ja-pathway, #ja-footer {
	color: #999999;
	font-size: 85%;
}

img {
	margin: 0;
	padding: 0;
}

.img_caption.left, .img_caption.right {
	margin-top: 3px;
}

/* Heading */
h1 {font-size: 200%;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	background: url(../../images/bullet.gif) no-repeat 22px 8px;
	line-height: 160%;
	padding-left: 30px;
}

ol li {
	line-height: 180%;
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 8px;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;
	background: url(../../images/dot.gif) repeat-x top;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
	background: none;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #E6E6E6;
	height: 1px;
}

br {
	height: 1px;
	font-size: 1px;
}

td, th, div {
	font-size: 100%;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox, .button {
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #666666;
}

.inputbox {
	padding: 2px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.button {
	padding: 2px 8px;
	border: 1px solid #1C64A5;
	background: #1C64A5;
	font-weight: bold;
	color: #FFFFFF;
}

* html .button { /*IE 6*/
	padding: 0 5px !important;
}

*+html .button { /*IE 7*/
	padding: 0 5px !important;
}


/* MAIN LAYOUT DIVS
--------------------------------------------------------- */

#wrapper
{
	margin: auto;
	width: 961px;
}

#wrapper-header
{
	margin-top: 60px;
	background: url(../../images/hdr.png);
	height: 288px;
}

#wrapper-mid
{
	background: url(../../images/mid.png) repeat-y;	
}

#wrapper-inner
{
	width: 959px;	
	margin-left: 1px;
}

#wrapper-footer
{
	background: url(../../images/foot.png);	
	height: 27px;
}

#ja-header,
#ja-container,
#ja-footer {
	width: 950px;
	margin: 0 auto;
	clear: both;
}

.narrow #ja-header,
.narrow #ja-container,
.narrow #ja-footer {
	width: 750px;
}

#ja-container {
}

#ja-mainbody {
	width: 74.9%;
	float: left;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
#ja-content {
	clear: both;
	display: block;
	float: right;
	width: 70%;
	min-height: 400px;
	padding-bottom: 30px;
	padding-right: 30px;
}

#ja-current-content {
	padding: 0 40px 20px;
}

/* COLUMNS
--------------------------------------------------------- */
#ja-col1 {
	float: left;
	overflow: hidden;
	width: 22.9%;
	padding: 0 10px 0 10px;
}

#ja-col1 div.ja-innerpad {
}

#ja-col2 {
	float: right;
	overflow: hidden;
	width: 24.9%;
}

#ja-col2 div.ja-innerpad {
}

/*common style for column*/
#ja-col1 a {
}

#ja-col1 a:hover, #ja-colwrap a:active, #ja-colwrap a:focus {
}

#ja-col1 table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-col1 .article_separator {
	display: none;
}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#ja-containerwrap,
#ja-containerwrap-fr,
#ja-containerwrap-fl,
#ja-containerwrap-f {
	padding: 0;
	margin: 0;
	background: url(../images/grad-1.gif) repeat-x bottom;
}

/*content + left*/
#ja-containerwrap-fr #ja-mainbody {
	width: 100%;
}

#ja-containerwrap-fr #ja-col1 {
	width: 20.9%;
	padding-top: 30px;
}

#ja-containerwrap-fr #ja-content {
	width: 71%;
}

#ja-containerwrap-fr #ja-current-content {
	padding-right: 0;
}

/*content + right*/
#ja-containerwrap-fl #ja-content {
	width: 100%;
}

#ja-containerwrap-fl #ja-current-content {
	padding-left: 5px;
}

/*full*/
#ja-containerwrap-f #ja-mainbody {
	width: 100%;
}

#ja-containerwrap-f #ja-content {
	width: 100%;
}

#ja-containerwrap-f #ja-current-content {
	padding-left: 5px;
	padding-right: 5px;
}


/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
	background: url(../../images/header-bg.jpg) repeat-x top;
	z-index: 999;
	position: relative;
	width:100%;
}

#ja-header {
	height: 100px;
	line-height: normal;
	position: relative;
}

h1.logo, div.logo-text h1 {
	margin: 0;
	padding: 0;
	font-size: 200%;
}

h1.logo a {
	width: 230px;
	height: 100px;
	display: block;
	background: url(../../images/logo.gif) no-repeat;
	float: left;
	margin-top: 15px;
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

div.logo-text {
	width: 24.9%;
	height: 100px;
	outline: none;
	float: left;
}

div.logo-text h1 {
	padding-top: 30px;
}

p.site-slogan {
	margin: 0;
	padding: 0;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
	height: 100px;
	width: 75%;
	background: url(../../images/mainnav-sep.gif) no-repeat left;
	float: left;
}

.narrow #ja-mainnav {
	width: 65%;
}

#ja-mainnav a, #ja-subnav a {
	outline: none;
}

#ja-mainnav a span.menu-title {
	padding: 30px 15px 5px 15px;
	display: block;
}

#ja-mainnav a span.menu-desc {
	display: none;
	text-transform: none;
	font-weight: normal;
	font-size: 85%;
	color: #999999;
	padding: 0 15px;
	line-height: normal;
}

#ja-subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#ja-subnav li {
	background: none;
	margin: 0;
	padding: 1px 0;
}

#ja-subnav a {
	display: block;
	outline: none;
	padding: 7px 5px 9px;
	margin: 0;
	text-decoration: none;
	color: #666666;
	background: url(../../images/dot.gif) repeat-x bottom;
}

#ja-subnav a:hover,
#ja-subnav a:active,
#ja-subnav a:focus {
	color: #1C64A5;
	text-decoration: underline;
}

#ja-subnav li.active a {
	color: #1C64A5;
	font-weight: bold;
}



/* Default Menu */
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

ul.menu li {
	display: block;
	background: none;
	margin: 0;
	padding: 0;
	line-height: normal;
}

ul.menu li a {
	display: block;
	outline: none;
	padding: 7px 5px 9px;
	margin: 0;
	text-decoration: none;
	color: #666666;
	background: url(../../images/dot.gif) repeat-x bottom;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	color: #1C64A5;
	background: url(../../images/dot.gif) repeat-x bottom #F2F2F2;
	text-decoration: none;
}

ul.menu li.active a {
	font-weight: bold;
	color: #1C64A5;
}

ul.menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li li {
	border: none;
}

ul.menu li li a {
	border: none;
	padding-left: 26px !important;
	text-transform: none;
	font-weight: normal !important;
	background: url(../../images/bullet.gif) no-repeat 15px 13px !important;
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	color: #1C64A5;
	text-decoration: underline;
}

ul.menu li li.active a {
	color: #1C64A5;
	font-weight: bold;
}

ul.menu li li li a {
	color: #666666 !important;
	font-weight: normal !important;
	padding-left: 38px !important;
	background: url(../../images/bullet.gif) no-repeat 30px 13px !important;
}

ul.menu li li li.active a {
	font-weight: bold !important;
}


/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	position: relative;
	clear: both;
	padding: 15px 0 30px;
}

#ja-footer small {
	font-size: 100%;
	padding: 0;
	float: left;
}

#ja-footer ul {
	margin: 0;
	padding: 0;
	float: right;
}

#ja-footer li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	background: url(../../images/vline.gif) no-repeat center left;
}

#ja-footer li a {
	display: inline;
	padding: 0 10px;
}

li.ja-firstitem {
	background: none !important;
}

#ja-footer2
{
	display: inline;
	margin-top: 30px;
	height: 300px;
	float: left;
	width: 100%;
	font-size: 8pt;
}

#ja-footer2 b
{
	color: #084ca1;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}


/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}

#buildtopper
{
	width: 227px;
	height: 223px;
	position: absolute;
	margin-top: 10px;
	margin-left: -60px;
}