html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

h1, h2, h3 { font-size: 100%; }

img {border: none;}

*{padding: 0px; margin: 0px;}

.clear {margin: 0px; padding: 0px; clear: both;}

body {
	margin: 0px;
	padding: 0px;	
	font-size: 12px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background: #f3efe8; 
}

a,
a.visited {
	color: #333333;
}




#Wrapper {
	display: block;
	width: 910px; 
	background: url(../images/bg/bg-wrapper.jpg) repeat-y;
	margin: 0 auto;
	padding: 15px 0 0 20px;
	}

#header {
	display: block; 
	width: 899px;
	margin: 0 auto;
	overflow: hidden;
	}
	#header h1 {
		display: block;
		float: left;
		width: 176px;
		height: 80px;
		background: url(../images/logos-land.jpg) no-repeat;
		}
		#header h1 a {
			display: block;
			width: 176px; 
			height: 80px;
			text-decoration: none;
		}
		#header h1 span {
			visibility: hidden;
		}
		#header img {
			float:left;
			margin: 0 5px;
		}

	#header h2 {
		display: block;
		font-size: 18px;
		float: left;
		margin: 0 0 10px 0;
		clear:right;
	}

	#header ul.info {
		display: block;
		float: left;
		/*width: 340px;*/
		margin: 0;
		font-size: 14px;
	}
		#header ul.info li {
			display: block;
			float: left;
			/*width: 170px;*/
			text-align: right; 
			list-style: none;
			margin-right: 15px;
		}
		#header .info li a {
			text-decoration: none;
			color: #000;
		}

.topBanner {
	display: block;
	width: 899px;
	background: url(../images/banner/banner-top.jpg) no-repeat;
	height: 257px;
	margin: 0px auto;
	border-bottom: 3px solid #ffcc00; 
}


/*-- navigation --*/

#navigation {
	display: block;
	float: left;
	width: 228px; 
	margin: -33px 0 0;
	overflow: hidden;
	}
	#navigation .topNav {
		display: block;
		width: 228px; 
		height: 33px;
		background: url(../images/bg/bg-headLeft.png) no-repeat;
		margin:0;
		}
	#navigation .menu {
		display:block;
		width: 228px;
		margin: 0 0 10px 0; 
		background: url(../images/bg/bg-leftside.jpg) repeat-y;
		overflow: hidden;
		padding-bottom: 235px;
		height: 115px;
		}
		#navigation .menu li {
			display:block;
			width: 200px; 
			margin: 5px auto 0px;
			background: url(../images/bg/bg-nav.jpg) no-repeat;
			list-style: none;
			height: 30px!important;
			}
		
		#navigation .menu li a {
			display: block;
			width: 180px;
			padding: 7px 0 0 20px;
			text-decoration: none;
			color: #3f3f3f;
			height: 23px;
			}
		#navigation .menu li a:hover {
			color: #6fb6ed;
			}
		#navigation .menu li .footernav {
			display: block;
			width: 200px;
			height: 8px;
			background: url(../images/bg/bg-navfoot.jpg) no-repeat;
			margin: 0px auto 5px;
			}


		.vertical ul{
			list-style-type: none;
			padding-bottom: 90px;
		
		}
		.vertical li a{
			display: block;
			width: 200px;
			text-decoration: none;
			height: 1em;
			padding: .1em 1px;
		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		.double {
			display:block;
			width: 200px; 
			margin: 5px auto 0px;
			background: url(../images/bg/bg-nav2.jpg) no-repeat;
			list-style: none;
			height: 43px!important;
		}
		.vertical li ul{
			width: 220px;
			position: absolute;
			margin-left: 212px;
			background: url(../images/bg/bg-leftside.jpg) repeat-y;
			margin-top: -30px;
			padding: 2px 0px 0px;
			border: 2px solid #fff;
		}
		.vertical li ul li {
			overflow: hidden!important;
			display: table-cell;
			padding: 1px 0px!important;
			height: auto!important;
			border-bottom: 1px dotted #fff;
			background: none!important;
			}
		.vertical li ul li a {
			display: table-cell;
			vertical-align: middle;
			width: 200px;
			margin-left: 0px;
			padding: 0px 0px 0px 10px!important;
			color: #000!important;
			font-weight: bold;
			}


/*end navigation*/


#detailInformation {
	display: block;
	float: righ;
	/*width: 650px; /*663*/ 
	margin: 5px 0 3px;
	padding: 0; 
	overflow: hidden;
	}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h3, h4 {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}



/*-- footer --*/
div#footer {
	
/*	width: 879px;*/
	width: 100%;
	height: 45px;
	margin: 30px auto 0;
	background: url(../images/bg/bg-footer.jpg) no-repeat;
	padding: 10px;
	text-align: center;
	}
	#footer ul {
		display: block;
		
		margin: auto;
		text-align: center;
		}
	#footer ul li {
		display: inline;
	
		padding-right: 20px;
		text-align: left;
		list-style: none;
		}
	#footer ul li a {
		color: #666;
		text-decoration: none;
		}
	#footer p {
		display:block;
		clear: both;
		}



.breadcrumbs {
}

.breadcrumbs a {
	float: right;
}

.breadcrumbs img {
	float: right;
	margin-top: 10px;
	padding-top: 5px;
} 

#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;
}
 


 /* 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%;
}


p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
} 



table.blog {
}

.article_separator {
	clear: both;
	display: block;
	height: 20px;
}

.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: ulr(../images/hdot.gif) repeat-x bottom;
}

.componentheading {
	font-size: 200%;
	font-weight: bold;
}

.contentdescription {
	padding-bottom: 30px;
}

h2.contentheading, .contentheading {
	padding: 5px 0 8px;
	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: 1px 5px 1px 14px;
	border: 1px solid #F6F6F6;
	display: block;
	background: ulr(../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: ulr(../images/arrow.png) no-repeat 5px 48% #FFFFFF;
}

table.contentpaneopen td, table.contentpane td {
}

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

.moduletable {
	padding: 0;
}

ul.pagination {
	margin: 15px auto;
	padding: 10px 0;
	background: ulr(../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 14px;
}

.sectiontableheader {
	padding: 8px 5px;
	background: #444444;
	color: #FFFFFF;
}

.sectiontableheader a {
	color: #FFFFFF;
}

tr.sectiontableentry1 td {
	padding: 8px 5px;
	background: ulr(../images/hdot2.gif) repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
	background: ulr(../images/hdot2.gif) repeat-x bottom #ECECEC;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: ulr(../images/hdot2.gif) repeat-x bottom #FFFFCC;
}

.smalldark {
	text-align: left;
}

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

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

/* META
--------------------------------------------------------- */
.article-tools {
	border-top: 1px solid #DDDDDD;
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 15px;
	display: block;
	background: #ECECEC;
}

.article-meta {
	padding: 5px;
	width: 80%;
	float: left;
}

.createby {
	padding: 3px 3px 3px 20px;
	background: ulr(../images/icon-user.gif) no-repeat 0 2px;
}

.createdate {
	padding: 3px 3px 3px 20px;
	background: ulr(../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: 100%;
	margin: 0;
	background: #F2F2F2;
}

#ja-containerwrap {
	background: ulr(../images/cw-bg1.gif) repeat-y 50% 0;
}

#ja-containerwrap2 {
	background: ulr(../images/cw-bg2.gif) no-repeat 50% 0;
}

#ja-container {
	background: ulr(../images/c-bg1.gif) repeat-y 18% 0;
}

#ja-container2 {
	padding: 20px 0;
	background: ulr(../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: ulr(../images/cwf-bg.gif) repeat-x top left #F6F6F6;
}

#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: ulr(../images/cwf-bg.gif) repeat-x top left #F6F6F6;
}

#ja-containerwrap-fl #ja-containerwrap2,
#ja-containerwrap-fl #ja-container,
#ja-containerwrap-fl #ja-container2 {
	background: none;
}

/* Full right 
#ja-containerwrap-fr {
	background: ulr(../images/cw-bg1.gif) repeat-y 50% 0;
}

#ja-containerwrap-fr #ja-containerwrap2 {
	background: ulr(../images/cw-bg2.gif) no-repeat 50% 0;
}


/* HEADER
--------------------------------------------------------- 
#ja-headerwrap {
	background: #333333;
	color: #CCCCCC;
	line-height: normal;
	height: 80px;
}

#ja-header {
	position: relative;
	height: 80px;
}

.ja-headermask {
	width: 602px;
	display: block;
	background: ulr(../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: 208px;
	display: block;
	background: ulr(../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: ulr(../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: ulr(../images/b-br.gif) no-repeat bottom right #FFFFFF;
}

div.module div {
	background: ulr(../images/b-bl.gif) no-repeat bottom left;
}

div.module div div {
	background: ulr(../images/b-tr.gif) no-repeat top right;
}

div.module div div div {
	padding: 0 15px 10px;
	background: ulr(../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: ulr(../images/bt-br.gif) no-repeat bottom right #F6F6F6;
}

div.module_text div {
	background: ulr(../images/bt-bl.gif) no-repeat bottom left;
}

div.module_text div div {
	background: ulr(../images/bt-tr.gif) no-repeat top right;
}

div.module_text div div div {
	padding: 0 15px 10px;
	display: block;
	background: ulr(../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: ulr(../images/br-br.gif) no-repeat bottom right #BF0000;
	color: #FFFFFF;
}

div.module_red div {
	background: ulr(../images/br-bl.gif) no-repeat bottom left;
}

div.module_red div div {
	background: ulr(../images/br-tr.gif) no-repeat top right;
}

div.module_red div div div {
	padding: 0 15px 10px;
	background: ulr(../images/br-tl.gif) no-repeat top left;
}

/* blue */
div.module_blue {
	background: ulr(../images/bb-br.gif) no-repeat bottom right #006699;
	color: #FFFFFF;
}

div.module_blue div {
	background: ulr(../images/bb-bl.gif) no-repeat bottom left;
}

div.module_blue div div {
	background: ulr(../images/bb-tr.gif) no-repeat top right;
}

div.module_blue div div div {
	padding: 0 15px 10px;
	background: ulr(../images/bb-tl.gif) no-repeat top left;
}

/* green */
div.module_green {
	background: ulr(../images/bg-br.gif) no-repeat bottom right #7BA566;
	color: #FFFFFF;
}

div.module_green div {
	background: ulr(../images/bg-bl.gif) no-repeat bottom left;
}

div.module_green div div {
	background: ulr(../images/bg-tr.gif) no-repeat top right;
}

div.module_green div div div {
	padding: 0 15px 10px;
	background: ulr(../images/bg-tl.gif) no-repeat top left;
}

/* black */
div.module_black {
	background: ulr(../images/bl-br.gif) no-repeat bottom right #333333;
	color: #FFFFFF;
}

div.module_black div {
	background: ulr(../images/bl-bl.gif) no-repeat bottom left;
}

div.module_black div div {
	background: ulr(../images/bl-tr.gif) no-repeat top right;
}

div.module_black div div div {
	padding: 0 15px 10px;
	background: ulr(../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;
} 


ul.newsfeed {
	list-style: none;
/*	height:30px;*/
	padding:0;
	margin:0;
}

ul.newsfeed li {
/*	padding-left: 30px;*/
	display: block;

	margin-bottom:18px;

/*	background: url(../images/bullet.gif) no-repeat 18px 8px;*/
/*	line-height: 150%;*/
}

ul.newsfeed li a {
	text-decoration: underline;
}