/* VIB MAIN CSS */

/* General */ 

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em; /* don't edit */
	color: #333333;
}

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: 1000px;
	margin: auto;
	text-align: left;
}

#top-area {
	height: 186px;
	width: 1000px;
	overflow: hidden;
	background-image: url(../pics/bg_top_area.jpg);
	background-repeat: no-repeat;	
}

#LANGUAGE {
	padding: 20px 20px 0 0;
	text-align: right;
	float: right;
}
#LANGUAGE img {
	margin-left: 5px;
}

#search-area {
	float: right;
	width: 250px;
	padding-top: 149px;
}

#color-bar {
	background-image: url(../pics/bg_color_bar.gif);
	background-repeat: repeat-x;
	height: 22px;
	clear: both;
}

#COL-LEFT {
	float: left;
	width: 185px;
	height: 200px;
}

#COL-MID {
	float: left;
	width: 584px;
}

#COL-RIGHT {
	float: left;
	width: 220px;
	padding-right: 11px;
}

.clearer {
	display: block;
	height: 1px;
	padding: 0;
	margin: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
}


#main-area {
	margin-top: 10px;
	background-image: url(../pics/bg_main_area.gif);
}


/* LEFT COL */

#CONTENT-LEFT IMG {
	/*border-bottom: 1px solid #FFFFFF;*/
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0 !important;
}


/* MID COL */

#CONTENT-MAIN {
	padding-bottom: 30px;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 50px;
	min-height: 370px;
	line-height: 1.6em;
	font-size: 1.1em;
}
	
	
/* RIGHT COL */

#CONTENT-RIGHT .csc-header h2 {
	line-height: 1.5em;
	margin: 0;
	padding-left: 5px;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;
	background-color: #597CC1;
	margin-bottom: 10px;
	color: #FFFFFF;
}
#CONTENT-RIGHT h2.csc-firstHeader {
	margin-bottom: 0;
}
#CONTENT-RIGHT p {

}


#menu-area {
	height: 2.2em;
}

/* MENU TOP */

#MENU-TOP {
	float: left;
	width: 750px;
	padding-left: 20px;
	color: #4C6AB7;
	font-size: 1.2em;
	line-height: 2em;

}
#MENU-TOP a {
	color: #4C6AB7;
	text-decoration: none;
}
#MENU-TOP a:hover {
	text-decoration: underline;
}
#MENU-TOP a.active {
	font-weight: bold;
}
.menu-top-separator {
	padding-left: 5px;
	padding-right: 5px;
}

/* MENU BASIC */

#MENU-BASIC {
	float: left;
	color: #4C6AB7;
	padding-top: 5px;
}

#MENU-BASIC a {
	color: #4C6AB7;
	text-decoration: none;
}
#MENU-BASIC a:hover {
	text-decoration: underline;
}
#MENU-BASIC a.active {
	font-weight: bold;
}
.menu-basic-separator {
	padding-left: 3px;
	padding-right: 3px;
}

/* MENU MAIN */

#MENU-MAIN {
	padding-left: 20px;
	padding-right: 3px;
	padding-top: 20px;
}

/* level 1 */
#MENU-MAIN ul {

}
#MENU-MAIN ul li {
   	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}
#MENU-MAIN ul li a {
	font-size: 1.1em;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 1.6em;
}
#MENU-MAIN ul li a:hover,
#MENU-MAIN ul li.active a {
	font-weight: bold;
}

/* level 2 */
#MENU-MAIN ul li ul {
	padding-bottom: 5px;
}
#MENU-MAIN ul li ul li {
	margin-left: 20px;
	padding-left: 8px;
	background-image: url(../pics/menu_list_icon.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}
#MENU-MAIN ul li.active ul li a,
#MENU-MAIN ul li ul li a {
	font-size: 1.1em;
	padding-bottom: 3px;
	font-weight: normal;
	color: #FFFFFF;
}
#MENU-MAIN ul li ul li a:hover, 
#MENU-MAIN ul li ul li.active a {
	font-size: 1.1em;
	padding-bottom: 3px;
	font-weight: bold;
	color: #FFFFFF;
}
/*#MENU-MAIN ul li ul li.main-menu-cur a {
	padding-left: 20px;
}*/


/* CONTENT */

#CONTENT-MAIN h1 {
	font-size: 1.2em;
	color: #4C6AB7;
	margin-bottom: 15px;
}


#CONTENT-MAIN p {
	margin: 0;
	padding: 0;
	/*padding-top: 10px;*/
	margin-bottom: 10px;
}

#CONTENT-MAIN ul {
	padding-top: 10px;
	padding-bottom: 10px;
}

#CONTENT-MAIN li {
	padding-left: 0;
	margin-left: 25px;
	list-style-position: outside;
}

.csc-frame-frame1 {
	margin-top: 10px;
	background-color: #F3F7FC;
}

#CONTENT-MAIN p.bodytext img {
	border: 0;
}

.divider {
	margin-top: 12px;
	margin-bottom: 12px;
	background: #CBCBCB;
	height: 1px;
	overflow: hidden;
	font-size: 1px;
}

.contenttable thead th {
	border-bottom: 1px solid #005BAB;
}

.contenttable td,
.contenttable th {
	vertical-align: top;
	padding: 5px;
}

td p.bodytext {
	margin: 0 !important;
	padding: 0 !important;
}

.background-lightblue {
	background-color: #4C6AB7;
	color: #FFFFFF !important;
}
.background-lightblue th,
.background-lightblue p.bodytext {
	color: #FFFFFF !important;
	font-weight: bold !important;
}
.background-lightblue td p.bodytext {
	color: #FFFFFF !important;
	font-weight: bold !important;
}
.background-lightblue td p.bodytext b {
	color: #FFFFFF !important;
	font-weight: bold !important;
}

.background-lightgrey {
	background-color: #F3F6FB;
}


/* SITEMAP */

#CONTENT-MAIN .csc-sitemap {
	padding-left: 20px;
}

#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;
}

#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-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: 30px;
}

#CONTENT-MAIN .csc-sitemap ul ul ul li a {
	padding-left: 0;
	background-image: none;
}

#CONTENT-MAIN .csc-sitemap ul ul ul ul {
	margin-left: 12px;
}


/* MAIL FROM CSS SETTING */

.csc-mailform-field {
	clear: both;
}

.csc-mailform-field label {
	width: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	text-align: right;
	padding-top: 6px;
	margin-right: 10px;
	font-weight: bold;
	display: block;
	float: left;
	color: #0051A8;
}

.csc-mailform-field INPUT, .csc-mailform-field TEXTAREA, .csc-mailform-field SELECT {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.csc-mailform-field TEXTAREA {
	width: 250px;
	margin-top: 5px;
}

.csc-mailform-field INPUT {
	margin-top: 5px;
	width: 250px;
}

.csc-mailform-field SELECT {
	margin-top: 5px;
	width: 170px !important;
}

.csc-mailform-submit {
	clear: both !important;
	border: 1px solid #666;
	width: 30px;
	margin-left: 80px;
	margin-top: 15px;
	padding: 0px;
}

.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;
	margin-left: 12px;
	padding: 0px;
	padding-top: 10px;
}

/*.csc-mailform-check {
	float: left;
	text-align: left !important;
	width: 10px !important;
	margin-top: 0;
	padding-top: 0;
}*/



/* NEWS */

/* news latest view */

.news-latest-item {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;

}
.news-latest-item h3 {
	margin: 0;
	padding: 0;
	color: #4C6AB7;
}
.news-latest-item h3 a {
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;
	color: #4C6AB7;
}
.news-latest-item .morelink {
	padding-left: 5px;
}
.news-latest-item .morelink a {
	font-weight: bold;
	text-decoration: none;
}
.news-latest-item .morelink a {
	font-weight: bold;
	text-decoration: none;
}

/* news list view */

.news-list-item {
	margin-bottom: 15px;
}
.news-list-item h3 a {
	text-decoration: none;
}
.news-list-item h3 a:hover {
	text-decoration: underline;
}
.news-list-item .morelink {
	padding-left: 5px;
}
.news-list-item .morelink a {
	text-decoration: none;
}
.news-list-item .morelink a:hover {
	text-decoration: underline;
}
.news-list-item .morelink IMG {
	margin: 0 !important;
	border: none;
}
.tx-ttnews-browsebox table {
	margin: auto;
	text-align: center;
}
.tx-ttnews-browsebox a {
	padding-left: 3px;
	padding-right: 3px;
}

/* news single view */

.news-single-item h1 {
	font-size: 1.4em;
	padding-bottom: 5px;
}
.news-single-item h3 {
	padding: 0;
	margin: 0;
}
.news-single-backlink {
	margin-top: 15px;
	clear: both;
}

.news-single-backlink a {
}

.news-single-image-outer {
	float: left;
}
.news-single-image-outer IMG {
	margin-right: 10px;
}


/* SEARCH */

#SEARCH {
	padding-top: 18px;
	padding-left: 20px;	
	text-align: left;
}
.tx-indexedsearch-searchbox, .tx-indexedsearch-info {
	display: none;
}
.tx-macinasearchbox-pi1 .searchbox_input {
	color: #0051A8;
	border: 1px solid #E8F0FF;
	background: #FFFFFF;
	width: 95px;
}
.tx-macinasearchbox-pi1 .searchbox_submit {
	color: #0051A8;	
	border: none;
	background: none;
}
.tx-indexedsearch-title A {
	font-family: Verdana, Helvetica, sans-serif;
	color: #024731;
	text-decoration: none;
}
.tx-indexedsearch-title a:hover {
	text-decoration: underline;
}
.tx-indexedsearch-browsebox A {
	color: #0051A8;
}
.tx-indexedsearch-browsebox UL {
	list-style: none;
	padding-left: 0;
}
.tx-indexedsearch-browsebox LI {
	display: inline;
	padding-right: 5px;
}

/* ML MAPS*/
.marker-layer {
	background-color: #FFFFFF;
	border: 1px solid #777777;
	color: #000000;
	padding: 5px;
	text-align: left;
}
.tx-mlmaps-pi1 IMG {
	border: none;
}
.tx-mlmaps-pi1 {
	/*align: center;*/
}
#map_container {

}

/* Location Menu */
#location-header {
    color: #FFFFFF;
    margin: 20px 0 5px 0;
    padding-left: 5px;
    font-size: 1.1em;
    font-weight: bold;
}
#location-header a {
    text-decoration: none;
    color: #FFFFFF;
}
#locations {
    font-size: 0.9em;
    padding: 5px;
    background-color: #799ADA;
    margin-left: 5px;
    margin-right: 5px;
}
#locations a.active,
#locations a.hover {
    font-weight: bold;
}


/* HACKS */

*html #main-area {
	height: 550px;
}
*html #search-area {
	margin: 0;
	padding: 0;
}
*html #BANNER {
	float: left;
	margin: 0;
	padding: 0;
}