@charset "utf-8";
/* CSS Document */


body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0;
	background: url(../images/bg_body.png);
}

a:link { text-decoration: none; color: #0066FF; }
a:visited { text-decoration: none; }
a:active { text-decoration: none; }
a:hover { text-decoration: underline; }
.clear { clear:both }

#mainwrapper {
	width: 100%;
}

#wrap-a {
	width: 100%;
	float: left;
	background: url(../images/bg_wrap-a.png) top center repeat-x;
}


#wrap-content {
	width: 960px;
	margin: 0 auto;
}

#header {
	float: left;
	width: 960px;
	margin-top: 10px;
	position: relative;
}

.tagline {
	color: #fff;
	font-size: 11px;
	width: 600px;
	height: 30px;
	position: absolute;
	left: 55px;
	top: 101px;
	z-index: 100;
	line-height: 30px;
}

#header-a {
	float: left;
	width: 960px;
	height: 134px;
	background: url(../images/bg_header-a.png) no-repeat;
}

#logo {
	float: left;
	width: 280px;
	height: 134px;
}

#nav-main {
	float: right;
	width: 670px;
	height: 134px;
	margin-right: 10px;
}

#fb-nav {
	float: left;
	width: 670px;
	height:30px;
	margin-top: 10px;
	overflow:hidden;
}

#menu-nav {
	float: left;
	width: 670px;
	margin-top: 10px;
}

	ul#mainlevel-nav {
		width: 660px;
		margin: 0;
		padding: 0;
		list-style: none;
		font-size: 16px;
	}
	
	ul#mainlevel-nav li {
		background: url(../images/bg_main-li.png) repeat-x top left;
		margin-left: 1px;
		float: right;
	}
	
	ul#mainlevel-nav li a {
		display: block;
		height: 56px;
		line-height: 45px;
		padding: 0 15px;
		color: #fff;
		text-decoration: none;
	}
	
	ul#mainlevel-nav li a:hover, ul#mainlevel-nav li a#active_menu-nav {
		background: url(../images/bg_main-li-hover.png) top left repeat-x;
		text-decoration: none;
	}
	

#presentation {
	float: left;
	width: 950px;
	height: 333px;
	padding-left: 10px;
	background: #402102 url(../images/bg_presentation.png) left bottom no-repeat;
}


#content-body {
	float: left;
	width: 940px;
	padding: 10px;
	background: #fff url(../images/bg_content.png) no-repeat bottom;
}

#left-column {
	float: left;
	width: 270px;
}

div.module_menu {
	width: 270px;
	margin-bottom: 15px;
}

	div.module_menu div {
		background: #728d61 url(../images/bg_module-menu-content.png) 0 45px no-repeat;
	}
	
	div.module_menu div div {
		background: url(../images/bg_module-menu-top.png) 0 0 no-repeat;
	}
	
	div.module_menu div div div {
		background: url(../images/bg_module-menu-bot.png) bottom no-repeat;
		padding: 10px;
	}
	
	div.module_menu h3 {
		font-size: 18px;
		color: #fff;
		font-weight: normal;
		margin: 0 0 10px 20px;
	}

ul.menu {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

	ul.menu li {
		/*background: url(../images/bullet_1.png) 0 5px no-repeat;*/
		line-height: 32px;
		background: url(../images/bg_li_bot.png) bottom no-repeat;
	}
	
	ul.menu li a {
		height: 32px;
		display: block;
		text-decoration: none;
		padding-left: 30px;
		color: #FFFFFF;
		background: url(../images/bullet_1.png) 0 5px no-repeat;
	}
	
	ul.menu li a:hover {
		background: url(../images/bullet_1-a.png) 0 5px no-repeat;
		color: #412506;
	}
	
	ul.menu li.active a {
		background: url(../images/bullet_1-a.png) 0 5px no-repeat;
		color: #412506;
	}
	
		ul.menu li ul {
			list-style: none;
		}
	
		ul.menu li ul li.active a, ul.menu li ul li a:hover {
			color: #FF9900;
			background: url(../images/bullet_1.png) 0 5px no-repeat;
		}
	
	
#rightcolumn {
	float: right;
	width: 660px;
}

#rightcolumn-a {
	float: left;
	width: 660px;
	background: url(../images/bg_rightcolumn-2.png) 0 40px repeat-x;
}

#rightcolumn-b {
	float: left;
	width: 640px;
	padding: 10px;
	background: url(../images/bg_rightcolumn-header.png) top no-repeat;
}


#footer {
	float: left;
	width: 960px;
	height: 61px;
	background: url(../images/bg_footer.png) no-repeat;
	padding-bottom: 15px;
}

.footertxt {
	text-align: center;
	color: #481c07;
	font-style: italic;
	font-size: 11px;
	padding-top: 35px;
}


img { border: none; }

p { margin: 0px; padding: 10px 0; }

.contentheading, .componentheading {
	font-size: 20px;
	font-style: italic;
	padding-bottom: 5px;
}

.componentheading {
	height: 35px;
}

.small, .createdate, .modifydate { 
	font-size: 11px; 
	line-height: 11px; 
	font-style: italic; 
	color: #666666;
}

/*form#form-login .button {
	background: url(../images/btn_login.png);
	font-size: 0px;
	border: none;
	width: 100px;
	height: 25px;
	color: #b16515;
	text-align: left;
}*/

a.readon {
	display: block;
	width: 100px;
	height: 25px;
	line-height: 20px;
	text-align: center;
	background: url(../images/btn_readon_n.png);
	color: #fff;
}

a.readon:hover { 
	text-decoration: none;
	background: url(../images/btn_readon_o.png);
}

#system-message { color: #FF0000 }

h2 {
	color: #65280a;
	font-size: 20px;
	font-weight: normal;
}

#rightcolumn h3 { margin: 20px 0 0 0; padding: 0; }

ul.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	list-style: none;
	margin:0;
	padding:0;
	margin-left: 30px;
	margin-top: 10px;
}

	ul.style1 li:before {
		content: "» ";
	}
	
/*ChronoForms*/
.chronoform { display: none; }
.LV_validation_message { font-size: 11px; }
.cf_label { text-align: right; }


/*page counter*/
.page-counter { display: none; }

/* JB FaQ*/
.answer p {margin:0px; padding:10px 0px;}

-modulefacebook{float:right; font-size:14px !important; color:#FFFFFF !important;}
.pluginLikeboxStream {
height: 468px!important;
}