body {
	background-color: #fff;
	font: normal 11px/1.5em Verdana, Tahoma, Lucida, Helvetica, Arial, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}

/* TinyMCE specific rules */
body.mceContentBody {
	background: #fff;
	text-align: left;
}

#containerAll, #containerFooter, #containerMenu {
	width: 942px;
}




/* ALL */
#containerAll {
	background-image: url("background_all.gif");
	background-repeat: repeat-y;
	background-position: top left;
	
	display: block;
	position: relative;
	z-index: 1;
	
	background-color: #ffffff;

	margin-left: auto;
	margin-right: auto;

	cursor: default;
	padding: 0 6px 0 6px;
}




/* HEADER */
#containerHeader {
	background-image: url("background_header.gif");
	background-repeat: no-repeat;
	background-position: top left;

	position: relative;
	z-index: 2;
	height: 91px;
	text-align: left;
}


/* LOGO */
#containerLogo {
	position: relative;
	z-index: 3;
	width: 300px;

	padding: 14px 0 0 24px;
	margin: 0px;
	text-align: left;
}

	#containerLogo a {
		text-decoration: none; 
		border: 0px;
		padding: 0px;
	}

	#containerLogo a img {
		text-decoration: none; 
		border: 0px;
	}

#containerHeaderLinks {
	position: absolute;
	top: 0px;
	height: 20px;
	right: 15px;
	font-size: 0.9em;
}

#containerHeaderLinks a {
	color: #000;
	text-decoration: none;
}

#containerHeaderLinks a:hover {
	text-decoration: underline;
}


/* MENU */
#containerMenu {
	background-image: url("background_menu.gif");
	background-repeat: no-repeat;
	background-position: top left;
	
	z-index: 9999;

	position: absolute;

	top: 91px;
	left: 0px;
	
	float: left;
	
	margin: 0px;
	padding: 0px;

	margin-left: 6px;
	margin-right: 6px;
	
	height: 30px;
}



/* ADMIN MAIN */
#containerAdmin {
	background: #fff;
	
	position: relative;
	top: 0px;
	float: left;

	padding-left: 20px;
	padding-right: 20px;
	text-align: left;

	min-height:400px;
	height:auto !important;
	height:400px;
	
	text-align: left;
	
	margin-top: 30px;
	z-index: 2;

	width: 892px;
}


/* MAIN */
#containerMain { 
	position: relative;
	top: 45px;
	float: left;

	text-align: left;

	min-height:500px;
	height:auto !important;
	height:500px;

	margin: 0px;
	padding: 20px 20px 0 20px;

	margin-bottom: 50px;
	
}

	#containerMain img.leftAlign{ 
		float: left;
		margin-right: 20px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#containerMain img.rightAlign{ 
		float: right;
		margin-left: 20px;
		margin-top: 10px;
		margin-bottom: 10px;
	}


















/* SECONDARIES */
#containerSecondary1 {
	margin-bottom: 50px;	
}

#containerSecondary1 div.containerArticles ul.vertical {
	list-style: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}

#containerSecondary1 div.containerArticles ul.vertical h1 {
	font-size: 1.2em;
	font-weight: bold;
}

#containerSecondary2 {
	margin-bottom: 50px;
}

#containerSecondary3 {
	margin-bottom: 50px;
	text-align: left;
}




/* FOOTER */
#containerFooter {
	background-color: #fff;
	
	background-image: url("background_footer.gif");
	background-repeat: no-repeat;

	position: relative;
	z-index: 2;
	height: 43px;
	padding: 0;
	
	left: -6px;
	
}

	#containerFooter hr {
		display: none;
	}

	#containerFooter p {
		color: #000;
		line-height: 40px;
		padding: 0;
		margin: 0;
	}

	#containerFooter p a {
		color: #000;
		font-weight: normal;
		text-decoration: underline;
	}


#containerProducer {
	background: #fff;
	margin-left: -10px;
}

	#containerProducer p a,
	#containerProducer p {
		padding-top: 10px;
		color: #aaa;
	}


/* SLIDESHOW */
#slideshow {
	width: 931px;
	height: 222px;
	display: block;
	overflow: hidden;
	text-align: left;
}

#slideshow .pics {
    width:   931px;  
    height:  222px;  
    padding: 0;  
    margin:  0;
    z-index: 1;
    text-align: left;
} 

#slideshow .pics img {  
    padding: 0px;  
    border:  none;  
    background-color: #fff;  
    width:  931px; 
    height: 222px; 
}

/* NAVIGATION MENU */

#containerNavigationmenu { 
	position: absolute;
	top: 0px;
	
	height: 30px;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
}

	#containerNavigationmenu p { 
		color: #777777;
		font-size: 0.9em;
		margin: 0px;
		padding: 0px;
		text-align: left;
	}

	#containerNavigationmenu p a { 
		font-weight: normal;
		text-decoration: underline;	
	}










/* ARTICLES */

#containerArticles {
	clear: both;
}

	#containerArticles ul {
		margin: 0px;
		padding: 0px;
		text-align: left;
		list-style: none;
		clear: both;
	}

	img.articleImage {
		width: 100px;
		float: left;
		margin-right: 10px;
	}

	div.articleItem {
		padding-bottom: 10px;
	}

	li.articleItem {
		font-size: 1em;
		position: relative;
		MARGIN: 5px 0 5px 0;
		border-bottom: 1px solid #999999;
		padding-bottom: 10px;
	}

	span.articleTitle {
		display: block;
		font-weight: bold;
		font-size: 1.1em;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	span.articleTitle a:link {
		text-decoration: none;
	}

	span.date {
		color: #888888;
		font-size: 0.9em;
		margin-right: 5px;
	}

	span.text {
		color: #000000;
		font-size: 1em;
	}

	/*
	span.articleTextShort {
		display: block;
		color: #000000;
		font-size: 1em;
	}
	*/

	span.articleReadMore {
	}





/* NAVLIST */

#navlist {
	height: 30px;
	list-style: none;

	padding: 0;
	MARGIN: 0 0 0 8px;
	z-index:9999;
}

	#navlist li {
		text-align: left;
		position:relative;
		DISPLAY: block;

		padding: 0;
		margin: 0;

		FLOAT: left;
		TEXT-ALIGN: left; 

		HEIGHT: 30px;
		
		line-height: 30px;
		width: 120px;
	}

	#navlist li a {
		background-image: url("menu_item.gif");
		background-repeat: no-repeat;
		background-position: top right;

		padding-left: 10px;
		display: block;

		padding: 0 10px 0 10px;
		margin: 0;

		width: 100%;
		height: 100%;

		text-decoration: none;
		font-size: 1.1em;
		font-weight: normal;
		color: #000000;
	}

	#navlist li a:hover {
		background-image: url("menu_item.gif");
		background-repeat: no-repeat;
		background-position: center right;

		text-decoration: underline;
	}


	/* Selected (only on top level) */
	#navlist li.selected {
		background-image: url("menu_item.gif");
		background-repeat: no-repeat;
		background-position: -60px 0px;
	}

	#navlist li.selected a {
		color: #000000;
	}

	#navlist li.selected a:hover {
		background-color: #555500;
		color: #000000;
	}

	/* Main item with sub menu */
	#navlist li.folder {
		height: 30px;
	}



	/* drop down */
	#navlist li.folder ul {
		background-color: #fff;
		background-image: none;

		position: absolute;
		top: 30px;
		left: 0px;
		margin: 0;
		padding: 0;

		width: 197px;
		border: 1px;
		border-style: solid none solid none;
		border-color: #999;
		
	}

	/* menu item on drop down */
	#navlist li.folder ul a {
		background-image: none;
		background-color: #fff;
		
		border: 1px;
		border-style: none solid none solid;
		border-color: #999;

		height: 30px;
		padding-left: 10px;
		padding-right: 5px;
		color: #000000;
		font-size: 1.0em;
		width: 180px;
	}

	/* Item which has submenu */
	#navlist li.folder ul a:hover {
		background-image: none;
		background-color: #C2D83B;

		color: #000000;
	}		

	#navlist ul li a.submenu {
		background-image: none;
		background-color: #fff;
	}

	/* Sub menu */
	#navlist li.folder ul li.folder ul {
		background-image: none;
		background-color: #fff;

		position: absolute;
		left: 165px;
		top: 0px;
	}

	/* IE */
	#navlist a {
		width: 100%;
	}
	/* others */
	#navlist li>a {
		width: auto;
	}

	/* regular hovers */
	#navlist li.folder a:hover {
	}

	/*
		filter:alpha(opacity=60);
		-moz-opacity:0.60;
		opacity: 0.60;
	*/


	/* hovers with specificity */
	#navlist li.folder:hover {
		z-index: 10;
	}

	ul ul, li:hover ul ul {
		display: none;
	}

	li:hover ul, li:hover li:hover ul {
		display: block;
	}











/* Top of page link */

#topOfPageLink {
	display: none;
	text-align: left;
	margin-top: 20px;
	clear: both;
}

#topOfPageLink hr {
	padding: 0px;
	margin: 0 0 5px 0;
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	width: 200px;
	text-align: left;
}

#topOfPageLink p {
	background-image: url("icon_topofpage.gif");
	background-repeat: no-repeat;
	background-position: center left;
	margin: 0px;
}









/* Content elements */
p {
	cursor: default;
	color: #000000;
	line-height: 17px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-top: 0px;
}

blockquote {
	background-color: #f5f5f5;
	margin: 10px 20px 10px 20px;
	padding: 10px 20px 10px 20px;
	border: 1px;
	border-style: solid none solid none;
	border-color: #cccccc;
	line-height: 1.9em;
	font-size: 1.1em;
	color: #777;
}

p b {
	font-weight: bold;
}

p em {
}

p sup {
}

ul {
	list-style-position: outside;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

h1, h2, h3, h4, h5, h6, span.articleTitle {
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-top: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetia;
	letter-spacing: 0em;
	line-height: 1.2em;
	font-weight: normal;
}

h1 {
	font-size: 2.1em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.1em;
}

hr {
	padding: 0px;
	margin: 0 0 5px 0;
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	text-align: left;
}

.mceContentBody a {
	color: #698206 !important; /* FF requires a important here */
	font-weight: normal;
	text-decoration: underline;
}

a:link, a:active, a:visited {
	color: #698206;
	text-decoration: underline;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a.linkIcon {
	padding: 0 0 0 15px;
	background-repeat: no-repeat;
	background-position: center left;
}

a.linkIconBack {
	background-image: url("icon_previous.gif");
}

a.linkIconNext {
	background-image: url("icon_next.gif");
}

a.linkIconTop {
	background-image: url("icon_top.gif");
}

a.linkIconMap {
	background-image: url("icon_map.gif");
}

a.linkIconType1 {
	background-image: url("icon_external.gif");
	background-position: center right;
	padding: 0 15px 0 0;
}

a.linkIconType2 {
	background-image: url("icon_top.gif");
}

a.linkIconType3 {
	background-image: url("icon_top.gif");
}


img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}




/* FORMS */


/* Contact */
form.webForm {
	padding-top: 20px;
}

form.webForm input.textbox, form.webForm textarea {
	background-image: url("form_input_background.gif");
	background-repeat: no-repeat;

	font-size: 1.5em;
	border: 1px solid #888888;

	height: 22px;

	padding: 3px;
	margin: 0;

	color: #000;
}

form.webForm input.button {
	background-color: transparent;
	background-image: url("form_input_button.gif");
	background-repeat: no-repeat;

	font-size: 1.5em;

	border: 0px none;

	height: 30px;
	width: 100px;

	padding: 0;
	margin: 0;

	color: #000;
}

form.webForm textarea {
	width: 300px;
	height: 100px;
}

form.webForm label {
	width: 130px;
	float: left;
	text-align: left;
	padding-right: 10px;
}

form.webForm sup.mandatory {
	color: #f00;
}






/* Search */

div.resultItem {
	padding: 5px 0 5px 0;
}

span.searchWordHighlight {
	font-weight: bold;
	color: #990000;
}



/* Special */

#top {
	display: none;
}







/* Page Toolbar */

#pageToolbar {
	background-color: #ffffff;

	position: absolute;
	top: 0px;
	right: 20px;
	
	font-size: 0.9em;
	color: #999999;

	padding: 5px 0 0 0;
}

	#pageToolbar a {
		color: #999999;
		text-decoration: none;
		padding: 0 0 0 10px;
	}

	#pageToolbar a:hover {
		color: #000000;
		text-decoration: underline;
	}







/* Tables */

table.table_full_width {
	width: 100%;

	border: 0;
	padding: 0;
	margin: 0;
	border-spacing: 0; 
}

td.column, td.column_leftmost50, td.column_leftmost, td.column_rightmost50, td.column_rightmost {
	vertical-align: top;
	border: 0;
	margin: 0;
}

td.column_leftmost50 {
	padding: 0 10px 0 0;
}

td.column_leftmost {
	padding: 0 13px 0 0;
}

td.column {
	padding: 0 7px 0 7px;
}

td.column_rightmost50 {
	padding: 0 0 0 10px;
}

td.column_rightmost {
	padding: 0 0 0 13px;
}

.width_20 { width: 20%; }
.width_25 { width: 25%; }
.width_30 { width: 30%; }
.width_33 { width: 33%; }
.width_50 { width: 50%; }
.width_60 { width: 60%; }
.width_70 { width: 70%; }
.width_80 { width: 80%; }
