@charset "utf-8";


#menu * { -moz-box-sizing: border-box; }

body {
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #c7d3d1;
	color: #343434;
}
body * {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
a:visited, a:link, a:active, a:hover {
	color: #6d88ad;
	text-decoration: underline;
}
p {
	margin: 5px;
}
p:first-letter {
	margin-left: 0px;
}
img {
	border: none;
}
hr {
	background-color: #999999;
	height: 0px;
	border: none;
}
fieldset { border: none; }
fieldset  label {
 display: block;
 width: 80px;
 text-align: right;
 float: left;
 clear: left; }
fieldset  input { width: 180px;  float: left; }
fieldset textarea { float: left; height: 200px; width: 300px; }
fieldset .forminfo { display: block; float: left; vertical-align: super; font-size: 0.83em; color: red; }
.nodisp {
	display: none;
}
.dots {
	height: 15px;
	margin: 5px;
	background-image: url("/images/dots.gif");
	background-repeat: no-repeat;
	background-position: center top;
}
#content {
	position: relative;
	width: 688px;
	margin: 25px auto;
	margin-bottom: 2px;
	border: 1px #006634 solid;
	background-color: #ffffff;
}
#header {
	position: relative
	display: block;
	width: 688px;
	height: 125px;
	padding-bottom: 10px;
	background-image: url("/images/logo.jpg");
	background-repeat: no-repeat;
}
#header a {
	display: block;
	width: 100%;
	height: 100%;
}
#header h1 {
	display: none;
}
#menu {
	/* position: relative; */
	float: left;
	width: 140px;
	margin-left: -6px;
}
#navlist {
	list-style-type: none;
position: relative; /* ngrrrrr, bloody mess,  */
}

#navlist li {
	/* position: relative; */
	margin-top: 5px;
	list-style-type: none;
	/*  */
	border: 1px #006634 solid;
}
#navlist li a { background-color: #ffffff; width: 100%;  }
#navlist li ul {
	display: none;
	position: absolute;
	left: 50px;
	width: 150px;
	margin-top: -20px;
	background-color: #fff;
        }
#navlist ul ul li {
}


#navlist li a, #navlist li a .submenuSwitch_off, #navlist li a .submenuSwitch_on {
	display: block;
	/*width: 100%;*/
	line-height: 20px;
	/* text-indent: 15px; */
	padding-left: 15px;
	color: #006634;
	font-weight: bold;
	text-decoration: none;
}
#address {
	margin: 25px;
	color: #006634;
}
#address a:link, #address a:hover, #address a:visited,  #address a:active {
	color: #006634;
	text-decoration: underline;
}
#maindata {
	margin-left: 150px;
	padding-top: 10px;
}
#maindata li {
	list-style-position: outside;
	list-style-image: url("/images/point.gif");
	margin-left: 15px;
}

#maindata .maiformleft { float: left; width: 100px; }
#maindata .maiformright { clear: both; }

#rightlist {
	float: right;
	width: 190px;
	margin-right: 5px;
	padding: 5px;
	background-color: #f0f6f4;
}
#rightlist .righttile {
	font-weight: bolder;
	display: block;
	text-transform: uppercase;
	padding-bottom: 10px;
}
#rightlist p {
}
.message {
	margin: 5px;
}
.messagetitle {
	height: 30px;
	margin-top: 15px;
	background-image: url("/images/info.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}
.messagetitle div {
	height: 30px;
	margin-left: 35px;
	background-image: url("/images/line.jpg");
	background-repeat: repeat-x;
	background-position: left top;
	text-transform: uppercase;
	font-weight: bolder;
	color: #fe6700;
}
.messagetext {
margin-left: 5px;
}
#subsections { 
	padding-left: 175px; }
#subsections a { 
	display: block;
	float: left;
	padding-right: 3px;
	font-size: 0.8em;
	display: none; }
#footer {
	clear: both;
	width: 688px;
	margin: 0px auto;
	text-align: center;
	color: #fffeff;
}

#multimedia {
text-align: center; }
#multimedia .video td {
padding-bottom: 15px;
}