body {
	font-size:70%;
	margin:0px;
	background-color:#ffffff;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

img {
	border:0px;
}

form {
	margin:0px;
}

input,select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
}

div#page {
	position:relative;
	width:893px;
	margin: 0 auto;
	background-color:#FFFFFF;
	text-align:left;
}

div#page div#header {
	position:relative;
	clear:both;
	background-image:url(img-bin/bg_header.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}

div#page div#header div#header_left {
	position:relative;
	clear:both;
	background-image:url(img-bin/bg_header_left.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

div#page div#header div#header_left div#header_right {
	position:relative;
	clear:both;
	height:100px;
	background-image:url(img-bin/bg_header_right.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

div#page div#header div#header_left div#header_right div#header_middle {
	position:absolute;
	top:0px;
	left:578px;
	height:100px;
	width:39px;
	background-image:url(img-bin/bg_header_middle.jpg);
	background-repeat:no-repeat;
}

div#page div#header div#header_left div#header_right img.logo {
	position:relative;
	margin-left:16px;
	margin-top:3px;
}

div#page div#header div#header_left div#header_right img.tel {
	position:absolute;
	right:7px;
	top:33px;
}

div#page div#header div#header_left div#header_right div.nav_menu {
	position:absolute;
	top:74px;
	left:0px;
}

div#page div#splash {
	margin-top:5px;
}

h1 {
	height:37px;
	line-height:37px;
	font-size:110%;
	color:#FFFFFF;
	background-image:url(img-bin/bg_h1.gif);
	padding-left:10px;
	width:581px;
}

div.scroller {
	width:590px;
	height:140px;
	overflow-x:hidden;
	overflow-y:auto;
}

h1.small {
	height:38px;
	line-height:38px;
	font-size:110%;
	color:#FFFFFF;
	background-image:url(img-bin/bg_h1small.gif);
	padding-left:10px;
	width:279px;
	margin-left:0px;
	margin-right:0px;
}


div.list {
	color:#797979;
	border-bottom:#787878 1px solid;
	float:left;
	width:288px;
	margin-top:10px;
}

div.list strong {
	font-size:110%;
}


ul.top {
	margin:0px;
	padding:0px;
	position:relative;
	list-style-type:none;
	clear:both;
	width:288px;
}

ul.top li {
	padding-left:72px;
	line-height:27px;
	margin-bottom:4px;
	height:27px;
	background-color:#E3E3E3;
	color:#787878;
	background-image:url(img-bin/bullet.gif);
	background-repeat:no-repeat;
	background-position:44px 50%;
}

div.footer {
	position:relative;
	clear:both;
	border-top:#fffffff 5px solid;
	background-image:url(img-bin/bg_footer.jpg);
	background-repeat:no-repeat;
	height:38px;
	line-height:38px;
	padding-left:10px;
	margin-bottom:10px;
	font-weight:bold;
	font-size:90%;
}

div.footer a {
	color:#000000;
	text-decoration:none;
}






















ul#menu {
	float: left; /* contains floating li */
	width: 100%;
	margin: 0px;
	padding: 0px;
	}

#menu li {
	position: relative; /* c.b. for the a.p. dl */
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	/* IEmac needs a width, but the drop down will not work anyway 
	\*//*/ width:5em;*/
	}
	
#menu a {
	display: block;
	padding: 0 1em;
	color:#FFFFFF;
	height:26px;
	line-height:26px;
	text-decoration:none;
	float:left;
	}

#menu li:hover dl { 
	left: -1px; /* -1px border offset */
	top: 21px; /* here because of IE7 */
	}

#menu dd a {
	height:auto;
	line-height:1;
	float:none;
}

#menu dl {
	position: absolute; /* containing block is established by li */
	/*   top: 2em; */ /* removed here to fix IE7Mar20*/
	left: -999em; /* way off screen */
	width: 30em; /* width is required */
	margin: 5px 0 0 5px; 
	padding: 0; /* tolerance zone */   
	background: #464646;
	}

#menu dl.home {
	position: absolute; /* containing block is established by li */
	/*   top: 2em; */ /* removed here to fix IE7Mar20*/
	left: -999em; /* way off screen */
	width: 13em; /* width is required */
	margin: 5px 0 0 5px; 
	padding: 0; /* tolerance zone */   
	background: #464646;
	}

#menu dl.mail {
	position: absolute; /* containing block is established by li */
	/*   top: 2em; */ /* removed here to fix IE7Mar20*/
	left: -999em; /* way off screen */
	width: 22em; /* width is required */
	margin: 5px 0 0 5px; 
	padding: 0; /* tolerance zone */   
	background: #464646;
	}

#menu dl.about {
	position: absolute; /* containing block is established by li */
	/*   top: 2em; */ /* removed here to fix IE7Mar20*/
	left: -999em; /* way off screen */
	width: 8em; /* width is required */
	margin: 5px 0 0 5px; 
	padding: 0; /* tolerance zone */   
	background: #464646;
	}
   
#menu dt { /* intro text */
	margin: 0; 
	padding: 0.5em;
	}

#menu dd { /* contains links */
	margin: 0; 
	color:#FAF1D2;
	}

#menu dd A { 
	padding: 5px 2px 5px 8px;
color:#FFFFFF;
	font:10px verdana;
	text-decoration:none;
	border-bottom:1px dotted #ffffff;
	}

#menu dd A:hover { 
	border-bottom:1px dotted #ffffff;
	padding: 5px 2px 5px 8px;
color:#FFFFFF;
	text-decoration:none;
	background:#757575;
	}


#menu dt a.copyright {
	position: absolute; /* containing block is established by dl*/
	bottom: 0.75em;
	right: 0.5em; 
	font-size: 0.8em; /*what!*/
	padding: 0;
	color:#FFFFFF;
	white-space: nowrap; 
}

































.splitbox {
height:3px;
}
.splitbox2 {
width:3px;
}
.topbox {
background: url(/gfx/header/bg.gif);
}
.navbox {
background: url(/gfx/header/navbg.gif);
}
.search {
background-image: url(/gfx/header/searchbg.gif);
text-align:left;
height:37;
}

.newsboxed {
text-align:left;
vertical-align: top;
font:11px verdana, Tahoma, Arial;
height:375px;
scrollbar-3dlight-color:#dddddd; 
scrollbar-arrow-color:#8C700D; 
scrollbar-base-color:#ededed; 
scrollbar-darkshadow-color:#a1a1a1; 
scrollbar-face-color:#cccccc; 
scrollbar-highlight-color:#ededed; 
scrollbar-shadow-color:#cccccc; 
margin:4px 6px 4px 6px;
padding:5px;
text-align:justify;
overflow: scroll; 
overflow-y: scroll; 
overflow-x: hidden; 
overflow:-moz-scrollbars-vertical;
}

.newsbox {
background:#F4F4F4;
color:#666;
background-image: url(/gfx/news.jpg);
background-repeat: no-repeat;
text-align:left;
padding-left:-4px;
}

.image {
border:0px;
}

.footer {
margin:10px 0 10px 0;
background-image: url(/gfx/footer/bg.gif);
}

td.footer {
color:#555;
font:0.68em/1.1em "Trebuchet MS", Tahoma, Arial;
letter-spacing: 0.5px;
}

.searchinput {
background:#E7E7E7;
border:0px;
padding:7px 0 0 5px;
height:16px;
font:0.6em/1em "Trebuchet MS", Tahoma, Arial;
color:#333333;
width:120px;
}

.searchbox {
.margin:0 0 -19px 0;
}

.maincontent {
padding:23px 10px 0 8px;
color:#333;
font:11px verdana, Tahoma, Arial;
text-align:justify;
}

.sidecontent {
padding:15px 0 0px 0;
width:290px;
}

.sidebox {
margin-right:4px;
}







.infobox {
margin:13px;
padding-top:-13px;
padding:19px;
background:#E3E3E3;
border:1px dotted #CD9A09;
font:11px verdana, arial;
color:#444444;
}

.infobox  h3 {
color:#404040;
font:bold 16px "Trebuchet MS", Tahoma, Arial;
letter-spacing: 0.5px;
background: #E3E3E3 url(/gfx/infoboxh3.png);
border:0px;
padding:5px;
margin:-19px -19px 8px -19px;
}


.searchresult {
margin:5px;
padding-top:-13px;
padding:5px;
background:#E3E3E3;
border:1px dotted #CD9A09;
font:11px verdana, arial;
color:#444444;
}

.searchresult A {
color:#404040;
font:bold 13px "Trebuchet MS", Tahoma, Arial;
}
.searchresult A:hover {
color:#404040;
font:bold 13px "Trebuchet MS", Tahoma, Arial;
}
.searchresult h1 {
}
.searchresult h3 {
font:bold 11px verdana, Tahoma, Arial;
border:0px;
margin: -33px -7px -22px -7px;
}

.sendbutton {
margin-right:2px;
}

.newsposted {
float:right;
width:200px;
background:#F0EBD5;
border:1px dotted #A99475; 
font:9px Verdana, Tahoma, Arial;
color:#404040;
padding:6px;
margin:-8px 5px 5px 15px;
text-align:left;
}


.forminput {
background:#E3E3E3;
width:200px;
font: 12px/100% "Trebuchet MS", Tahoma, Arial;
color: #666666;
height:14px;
padding:5px;
border:1px dotted #A99475; 
}

.forminput2 {
background:#E3E3E3;
width:200px;
font: 12px/100% "Trebuchet MS", Tahoma, Arial;
color: #666666;
height:100px;
padding:5px;
border:1px dotted #A99475; 
}

.addressbox {
margin:4px;
background:#E3E3E3;
border:1px dotted #A99475; 
padding:4px;
}

.myimg {
border:0px;
margin:5px;
}

.optional {
font:italic 9px verdana;
color:#999999;
}

.split {
height:2px;
width:100%;
color:#A99475;
}






















h2 {
color:#555;
font:bold 16px "Trebuchet MS", Tahoma, Arial;
border-bottom:1px dotted #A99475;
margin:0px 10px 10px 10px;
}

h3 {
margin:-6px -6px -15px -6px;
color:#404040;
background:#E3E3E3;
padding:6px;
font:bold 14px "Trebuchet MS", Tahoma, Arial;
border-top:1px dotted #CD9A09;
margin-bottom:3px;
}

a:link {
	color: #404040;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #404040;
}
a:hover {
	text-decoration: underline;
	color: #808080;
}
a:active {
	text-decoration: none;
	color: #808080;
}