body { margin: 0; font: 12px Verdana, Geneva, sans-serif; color: #003300 }

/*Banner*/
div#banner-stretch { width: 100%; height: 129px; background: url(../images/banner-repeat.png) repeat-x;}
div#banner { width: 784px; height: 129px; background: url(../images/banner.png) no-repeat; margin: auto auto; }
div#logo { position: absolute; z-index: 10; margin-left: 10px; }

/*Content*/
div#pageheading { top: 6px; left: 170px; position: absolute; }
div#topnav { position: absolute; top: 38px; display: inline; left: 10px;  }
div#topnav li { display: inline; padding: 0 5px 0 5px; border-right: 1px solid #003300; }
div#topnav li:last-child { border: none; }
div#wrapper { width: 784px; height: auto; margin: auto auto;}

div#content { width: 784px; height: auto; background: url(../images/content-bg.png) repeat-y; float: left; position: relative; }
div#main-content { width: 624px; height: auto; float: left; padding: 0 4px 0 15px; }
div#page-content { padding: 60px 4px 0 0; }
.newsDetails { padding-bottom: 8px; }
.members-table { margin: auto auto; }
.members-table td { border-right: 1px dotted #CCC; border-bottom: 1px dotted #CCC; margin: auto auto; }

/*Navigation*/
div#nav { height: auto; float: left; }
div#nav ul li { list-style-type: none; text-align: center; line-height: 28px; font-weight: bold; font-size: 14px; }
div#nav ul li a { width: 138px; height: 33px; display: block; background: url(../images/nav.png) 0 0 no-repeat; text-decoration: none; color: #003300; }
div#nav ul li a:hover { background: url(../images/nav.png) 0 -33px no-repeat; color: #27910e; }

/*Vacancy*/
.vacancy { width: 276px; height: auto; float:left; border: thin solid #006600; padding: 5px 10px 5px 10px; margin: 5px; }
.filled { background: url(../images/filled.gif) no-repeat top; }
.vacancy p { font-size: 11px; }

/*Footer*/
div#footer-stretch { width: 100%; height: 51px; background: url(../images/footer-repeat.png) repeat-x; float: left;}
div#footer { width: 784px; height: 51px; background: url(../images/footer.png) no-repeat; margin: auto auto; position: relative; font-size: 10px; }
div#copyright { position: absolute; top: 28px; left: 10px; }
div#websiteby { position: absolute; top: 28px; right: 10px; display: none; }

