﻿body {
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	background-color: #eee;
	line-height: 130%;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	text-align: center;
}

#wrapper-header {	background: #222; }

#header {
/*	background: #222 url('images/website/banner2.jpg') right no-repeat; */
	width: 75%;
	height: 125px;
	line-height: 125px;
	margin: 0 auto;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	text-align: left;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #eee;
	font-size: 100%;
	padding-left: 10px;
	letter-spacing: -1px;
}

#wrapper-menu {
	background: #4676a1 url('images/website/menu-background2.png') top left repeat-x;  /* 88ac0b  */
	float: left;
	width: 100%;
}

#menu {
	width: 75%;
	margin: 0 auto;
	font-size: 95%;
	white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
	padding-right: 2px;	/* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */
}

* html #menu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-left: 1px solid #4676a1;   /*  95bc0e;  */
	border-right: 1px solid #4679a2;   /*  95bf0f;  */
	width: 100%;
}

#menu li { display: inline; }

#menu a:link, #menu a:visited {
	padding: 0.25em 1em;
	background: transparent;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #4676a1; /* #95bc0e; */
}

#menu a:hover {
	background: #4679a2 url('images/website/menu-hover2.png') repeat-x;   /*b6e41c */
	color: #000000;    /*  485b06;  */
}

#content {
	width: 73%; /* 73% because it has 1% padding on each side, which brings it to 75% wide */
	margin: 0 auto;
	padding: 3.5em 1% 20px 1%;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background: white;
	font-size: 90%;
	text-align: left;
}

#table content {
/*	width: 73%; /* 73% because it has 1% padding on each side, which brings it to 75% wide */
	margin: 0 auto;
	padding: 3.5em 1% 20px 1%;
/*	border-left: 1px solid #bbb; */
/*	border-right: 1px solid #bbb; */
	background: white;
	font-size: 90%;
	text-align: left;
}

* html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */

.picchunk {
	clear: right;
}

.picchunk img{
	border: 0px none;
    float: right; padding-left:1%; padding-right:1%; padding-top:0px; padding-bottom:10px
}
    
.picremain {
	clear: right;
	text-align: center;
	
	}
	
p.dhtitle {text-align: center;
      font-weight: bold; }

#footer {
	margin: 0 auto;
	padding: 2px 1%;
	width: 73%;
	text-align: right;
	color: white;
	letter-spacing: 0.15em;
	background: #4676a1 url('images/website/menu-background2.png') top left repeat-x;   /*88ac0b  */
	border: 1px solid #4676a1;     /*  a0c80e;  */
	font-size: 80%;
	clear: right;
}

h2 {
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #2d4676;    /* a0c80e; */
	font-size: 150%;
	letter-spacing: -1px;
	clear: right;
}

h3 {
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px dotted #2d4676;    /* a0c80e; */
	font-size: 120%;
	letter-spacing: -1px;
	clear: right;
}

img { border: 0px none; }

a:link, a:visited {
	color: #2d4676;
	text-decoration: none;
}

a:hover {
	color: #2d4676;
	text-decoration: underline;
}

#footer a:link, #footer a:visited {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	color: black;
	text-decoration: underline;
}

p { margin-left: 1em; }


           
p.dh { text-align: left; 
        }
img.dh { text-align: right;
          }
h4.dh { text-align: center; }

.zg_div {margin:0px 5px 5px 0px; width:117px;
         float: right}
.zg_div_inner {border: solid 1px #000000; background-color:#ffffff;  color:#666666; text-align:center; font-family:arial, helvetica; font-size:11px;}
.zg_div a, .zg_div a:hover, .zg_div a:visited {color:#3993ff; background:inherit !important; text-decoration:none !important;}