/* BHB MAIN CSS */

/* General */ 

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em; /* don't edit */
	color: #000000;
}

html {
	font-size: 62.5%; /* don't edit */
}

html, body {
	/*height: 100%;
	min-height: 100%;*/
}

body {
	background: #FFFFFF;
	text-align: center;
	font-size: 1em; /* edit here global size for em, 1em = 10px */
}


/* Basic Layout */

#page-area {
	width: 980px;
	background-color: #FFFFFF;
	margin: auto;
	text-align: left;
	overflow: hidden;
	padding-top: 15px;
}


/* 2 COL LAYOUT */

#col-left {
	float: left;
	width: 195px;
	border: 10px solid #e9ebe8;
	min-height: 490px;
	padding: 0 10px;
}

#col-right {
	float: left;
	width: 724px;
	margin-left: 21px;
}


/* MAIN AREA */

#main-area {
	overflow: hidden;
}

#main-area-left {
	float: left;
	width: 468px;
	padding-top: 10px;
}

#main-area-right {
	float: left;
	width: 215px;
	margin-left: 21px;
	padding: 10px;
	background-color: #e9ebe8;
	min-height: 280px;
}

#top-area {
	height: 214px;
	position: relative;
}

#BANNER {
    position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

#image-cycler {
    padding: 0;
    margin: 0;
}
#image-cycler li {
    list-style: none;
    padding: 0;
    margin: 0;
}


/* MENU AREA */
#MENU-AREA {
	position: absolute;
	z-index: 999;
	top: 180px;
	left: 0;
    /*padding-top: 180px;*/
    height: 20px;
    width: 350px;
}
#MENU-AREA li {
    display: inline;
    padding-right: 15px;
}
#MENU-AREA li a {
    text-transform: uppercase;
    font-size: 1.3em;
    text-decoration: none; 
}
#MENU-AREA li a:hover {
    color: #000;
    font-weight: bold;
}
#MENU-AREA li a.active {
    color: #000;
    font-weight: bold;
}

/* MENU BASIC */
#MENU-BASIC {
	margin-top: 15px;
	border-top: 2px solid #2c4736;
	padding-top: 10px;
	text-align: right;
	font-size: 0.9em;
}
#MENU-BASIC ul {
}
#MENU-BASIC li {
	list-style-type: none;
	display: inline;
	margin: 0;
}
#MENU-BASIC li.last {
	border: none;
}
#MENU-BASIC a {
	text-decoration: none;
	color: #2c4736;
	padding: 0 3px;
}
#MENU-BASIC a.active,
#MENU-BASIC a:hover {
	color: #000000;
}

/* MENU MAIN */
#MENU-MAIN {
	margin-top: 10px;
	border-top: 2px solid #2c4736;
	padding-top: 10px;
}
/* level 1 */
#MENU-MAIN ul {
}
#MENU-MAIN li {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}
#MENU-MAIN li a {
	text-decoration: none;
	font-size: 1.3em;
	text-transform: uppercase;
}
#MENU-MAIN li a:hover,
#MENU-MAIN li a.active {
	font-weight: bold;
}
/* level 2 */
#MENU-MAIN ul ul {
	padding-left: 15px;
	margin-top: 10px;
}
#MENU-MAIN li li {
	margin-bottom: 0;
	margin-top: 3px;
	
}
#MENU-MAIN li li a {
	padding-left: 10px;
	font-size: 1.1em;
	color: #2c4736;
	text-transform: none;
	background-image: url(../pics/icon_menu_main2.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}
#MENU-MAIN li li a:hover,
#MENU-MAIN li li a.active {
}
/* level 3 */
#MENU-MAIN ul ul ul {
	padding-left: 25px;
	margin-top: 0;
	margin-bottom: 5px;
}
#MENU-MAIN li li li a {
	font-size: 0.9em;
	background-image: url(../pics/icon_menu_main3.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
}


/* SPECIAL START PAGE */
#head-start {
    overflow: hidden;
}
#head-start #top-area {
    float: right;
    width: 725px;
    position: relative;
}
#head-start #LOGO {
    width: 195px;
    padding-top: 10px;
    padding-left: 20px;
}
#main-area-start {
    clear: both;
}
#main-area-start #main-area-left {
    width: 725px;
}
#main-area-start #main-area-right {
    margin-left: 20px;
}


/* CONTENT MAIN */
#CONTENT-MAIN {
	border-top: 2px solid #2c4736;
	padding-top: 10px;
	font-size: 1.1em;
	min-height: 350px;
}
#CONTENT-MAIN h1 {
	font-size: 1.1em;
	margin-top: 0;
    margin-bottom: 0.8em;
	color: #2c4736;
	text-transform: uppercase;
}
#CONTENT-MAIN h3 {
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}
#CONTENT-MAIN p {
	margin-bottom: 1em;
	line-height: 1.5em;
}
#CONTENT-MAIN .csc-textpic-caption {
	padding-bottom: 20px;
}
.divider {
	height: 3px;
	background-color: #FFFFFF;
	margin: 20px 0 20px 0;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
#CONTENT-MAIN li {
	list-style-type: disc;
	margin-left: 16px;
}
.csc-textpic-imagerow {
	padding-bottom: 10px;
}


/* CONTENT RIGHT */
#CONTENT-RIGHT {
	border-top: 2px solid #2c4736;
	padding-top: 10px;
	min-height: 240px;
}
#CONTENT-RIGHT h2 {
	color: #2c4736;
	font-size: 1.1em;
	font-weight: normal;
}
#CONTENT-RIGHT h3 {
	color: #2c4736;
}

/* Content table */
.contenttable .tr-even {
    background-color: #eceeeb;
}
.contenttable td {
    vertical-align: top;
    padding: 3px 5px;
}

/* Content Menu */
.csc-menu ul {
	margin-left: 0;
	padding-left: 0;
}
.csc-menu li {
	list-style: outside;
	line-height: 1.5em;
	list-style-type: none;
	margin: 0;
}
.csc-menu li a {
	text-decoration: none;
}
.csc-menu li a:hover {
	font-weight: bold;
}


/* NEWS */
/* latest */
.news-latest-container {
}
.news-latest-item {
	margin-top: 15px;
}
.news-latest-item a {
	text-decoration: none;
	color: #2c4736;
}
.news-latest-item a:hover {
	text-decoration: underline;
}
.news-latest-item h3 a {
	font-size: 1em;
	text-decoration: none;
	color: #2c4736;
}
/* list */
.news-list-container {	
	margin-top: 15px;
	padding: 0;
}
.news-list-item {
	/*clear: both;*/
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 6px;
	padding-top: 5px;
}
.news-list-item p {
	/*padding: 0;
	margin: 0;*/
}
.news-list-item a {
	text-decoration: none;
	font-weight: bold;
	color: #2c4736;
}
.news-list-item a:hover {
	text-decoration: underline;
}
.news-list-item h3 {
	margin-bottom: 0.8em;
	margin-top: 0;
	padding-top: 0;
}
.news-list-item h3 a {
	font-size: 1em;
	text-decoration: none;
	color: #2c4736;
}
.news-list-item h3 a:hover {
	text-decoration: underline;
}
.news-list-image {
	float: right;
	margin-left: 10px;
}
.news-list-item .clearer {
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
/* single */
.news-single-timedata {
	font-weight: bold;
}
.news-single-img {
	float: right;
	margin-left: 10px;
}
.news-single-subheader h3 {
	font-size: 11px;
	margin-bottom: 0;
	margin-top: 10px;
}
.news-single-backlink {
	text-align: right;
}
.news-single-backlink a {
	color: #2c4736;
	text-decoration: none;
	font-weight: bold;
}
.news-single-backlink a:hover {
	text-decoration: underline;
}
.news-single-content p {
	margin-top: 10px;
}



/* SITEMAP */

#CONTENT-MAIN .csc-sitemap {
	padding-left: 20px;
	padding-bottom: 10px;
}

#CONTENT-MAIN .csc-sitemap ul {
	margin-left: 20px;
}

#CONTENT-MAIN .csc-sitemap ul li {
	margin-bottom: 5px;
	list-style-type: square;
}

#CONTENT-MAIN .csc-sitemap ul li a {
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#CONTENT-MAIN .csc-sitemap ul li a:hover,
#CONTENT-MAIN .csc-sitemap ul li a:focus {
	text-decoration: underline;
}

#CONTENT-MAIN .csc-sitemap ul ul {
	margin-bottom: 5px;
	margin-top: 3px;
	margin-left: 20px;
}

#CONTENT-MAIN .csc-sitemap ul ul li {
	margin-bottom: 0;
	list-style-type: disc !important;
}

#CONTENT-MAIN .csc-sitemap ul ul li a {
	font-weight: normal;
}

#CONTENT-MAIN .csc-sitemap ul ul ul {
	margin-left: 20px;
}

#CONTENT-MAIN .csc-sitemap ul ul ul li {
	list-style-type: circle !important;
}

#CONTENT-MAIN .csc-sitemap ul ul ul li a {
	padding-left: 0;
	background-image: none;
	text-transform: none;
}

#CONTENT-MAIN .csc-sitemap ul ul ul ul {
	margin-left: 12px;
}

#CONTENT-MAIN .csc-sitemap ul ul ul ul li {
	list-style-type: none !important;
}


/* MAIL FROM CSS SETTING */

.csc-mailform-field {
	clear: both;
}

.csc-mailform-field label {
	width: 90px;
	font-size: 12px;
	vertical-align: top;
	text-align: left;
	padding-top: 6px;
	margin-right: 10px;
	display: block;
	float: left;
	color: #000000;
}

.csc-mailform-field INPUT, 
.csc-mailform-field TEXTAREA, 
.csc-mailform-field SELECT {
	color: #000000;
	font-size: 12px;
}

.csc-mailform-field TEXTAREA {
	width: 300px;
	margin-top: 5px;
}

.csc-mailform-field INPUT {
	margin-top: 5px;
	width: 300px;
}

.csc-mailform-field SELECT {
	margin-top: 5px;
	width: 170px !important;
}

.csc-mailform-submit {
	clear: both !important;
	border: 1px solid #000;
	width: 80px !important;
	margin-left: 320px;
	margin-top: 15px;
	padding: 0px;
	color: #FFF !important;
	background-color: #2c4736;
	cursor: pointer;
}

.csc-mailform-field-check {
	padding-left: 80px;
	clear: both;
}
.csc-mailform-field-check label {

}
.csc-mailform-field-check .csc-mailform-check {
	display: block;
	padding-bottom: 10px;
	padding-right: 5px;
	float: left;
}

.csc-mailform {
	border: 0px;
	padding-left: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #e9ebe8;
}


/* NEWSLETTER SUBSCRIPTION */
#newsletter_subscription {
    padding: 15px;
	background-color: #e9ebe8;
}
#newsletter_unsubsciption_note {
	margin-top: 15px;
}
.dmail_subscription_field {
    clear: both;
    padding-top: 3px;
}
#newsletter_subscription label {
	width: 70px;
	display: block;
	float: left;
	padding-top: 1px;
	text-align: right;
	padding-right: 10px;
}
.dmail_subscription_field input {
	width: 280px;
	padding: 1px 3px;
	border: 1px solid #999;
}
#newsletter_subscription .error {
    /*border: 1px solid #FF0000;*/
    clear: both;
    color: #FF0000;
    padding-left: 80px;
}
#newsletter_subscription select {
    border: 1px solid #999;
    width: 60px;
}
#newsletter_submit {
	clear: both !important;
	border: 1px solid #000;
	width: 130px !important;
	margin-left: 238px;
	margin-top: 15px;
	padding: 1px 0;
	color: #FFF !important;
	background-color: #2c4736;
	cursor: pointer;
}
.dmail_subscription_note {
	padding-left: 80px;
	padding-top: 10px;
}

#NEWSLETTER-AREA {
    padding: 10px 3px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#NEWSLETTER-AREA h3 {
	font-size: 10px;
	padding: 0;
	margin: 0 0 7px 0;
	text-transform: uppercase;
}
#NEWSLETTER-AREA a {
	text-decoration: none;
	color: #333;
	border: none;
	padding: 1px 5px;
	background-color: #FFF;
}
