html,body {
	height: 100%;
}
body{
	background-color: #fff;
	min-width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	color: #555;
	margin: 0;
	padding: 0;
}

a {
	color: #76b31e;
}
#myGallery {
	width: 180px;
	height: 150px;
	border: 1px solid #ccc;

}
#centerBox {
	width: 800px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#parentBox {
	width: 800px;
	height: 100%;
	border: 1px solid #aaa;
	overflow: visible;
}
.tableBorder {
	border: 1px solid #ddd;
	padding: 0;
	margin: 0;
	width: 802px;
	margin-top: 30px;
}
.tableBorder td {
	padding: 0;
	margin: 0;
}
.tableBorder tr {
	padding: 0;
	margin: 0;
}
#headerBox {
	width:100%;
	height: 269px;
	text-align:left;
	background-image: url(images/004-header.png);
}
#navBar {
	width:100%;
	height: 50px;
	padding-top: 175px;
}
#textBox {
	width: 100%;
	height: auto;
}
#colImages {
	width: 180px;
	height: auto;
	float: left;
}
#colText {
	width: 340px;
	height: auto;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
}
#colSubnav {
	width: 180px;
	height: auto;
	float: left;
	padding-top: 50px;
}

/* nav ul/li classes */
#navButton {
	width:180px;
	height:30px;
	float: left;
}

#navList {
	width: 100%;
	font-weight: bold;
	color: #FFF;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#navList li {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
#navList li a {
	display: block;
	height: 28px;
	text-decoration: none;
	color: #fff;
	background-image: url(images/navbar-bg.png);
	padding-left: 6px;
	padding-top: 6px;
}
#navList li a:hover {
	background-image: url(images/navbar-bg-on.png);
	color: #76b31e;
}
#navList li a.active {
	background-image: url(images/navbar-bg-on.png);
	color: #76b31e;
}



/* subnav ul/li classes */

#subnavList {
	width: 180px;
	height: auto;
	font-weight: bold;
	color: #FFF;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#subnavList li {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
#subnavList li a {
	display: block;
	text-decoration: none;
	color: #76b31e;
	background-color: #fdeb27;
	border-left: 5px #fef593 solid;
	padding-left: 10px;
	padding-top: 3px;
	border-bottom: 1px solid #fff;

}
#subnavList li a:hover {
	color: #fff;
	background-color: #76b31e;
	border-left: 10px #fef593 solid;
	padding-left: 5px;
}
#subnavList li a.active {
	color: #fff;
	background-color: #76b31e;
	border-left: 10px #fef593 solid;
	padding-left: 5px;
}

#imagerow {
	width: 100%;
	float: left;
}
#imagerowElement {
	width: 180px;
	float: left;
}

#bottomLine {
	width: 100%;
	height: 5px;
	background-color: #76b31e;
	float:left;
}

#footer {
	width: 800px;
	height: 30px;;
	padding-bottom: 15px;
	margin-top: 10px;
	float: left;
	text-align: center;
	font-size: 9px;
	color: #bbb;
}
#footer a {
	color: #bbb;
}
#footer a:link {
	color: #bbb;
}
#footer a:hover {
	color: #bbb;
}
#footer a:active {
	color: #bbb;
}
#footer a:visited {
	color: #bbb;
}

img {
	border: none;
}


/* TYPO */

.titel {
	font-size: 24px;
	line-height: 23px;
}

.alternate {
	color: #76b31e;
}

.important {
	color: #FF0000;
	font-weight: bold;
	font-size: 13px;
}

ul li ul li {
	padding-left: 1px;
	margin-left: 1px;
}
ul li ul {
	padding-left: 20px;
	margin-left: 1px;
}

p {
	margin-top: 0;
	padding-top: 0;
}



/* spacers */
#spacer10 {
	width:10px;
	height:30px;
	float: left;
}
#spacer20 {
	width:20px;
	height:30px;
	float: left;
}
#spacer40 {
	width:40px;
	height:30px;
	float: left;
}
#spacerVertical20{
	width:180px;
	height:20px;
}
#spacerVerticalImage{
	width:180px;
	height:50px;
}
