/*body {
    background-color: #444444;
    font-family: Arial, Helvetica;
    font-size: 12px;
    margin: 0px 0px 0px 0px;
    background-image: url('back.jpg');
    background-repeat: no-repeat;
    background-position: top left; 

}

a {
    text-decoration: none;
    color: #0055EA;
}
*/
/* Start Add */
* {
 margin: 0;
 padding: 0;
}

body {
 padding: 2% 0 2%;
 background: #FFF;
 color: #404040;
 font: 62.5% Verdana, Arial, Helvetica, sans-serif;
 text-align: center;
}

h2 {
 clear: both;
 color: #404040;
 font: normal 1.6em Verdana, Arial, sans-serif;
/* text-transform: lowercase;*/
 overflow: visible;
 position: relative;
 left: 0px;
}

h2 a {
 padding: 0 2px;
 color: #F30;
 font-weight: normal;
}

h2 a:hover,
h2 a:focus {
 background: #F30;
 color: #FFF;
 text-decoration: none;
}

h6 {
 margin: 2px 0 0;
 padding: 0 2px;
 color: #6E6E2E;
 font-weight: normal;
 font-size: .8em;
 position: relative;
 left: -10px;
}

a {
 color: #F04124;
 font-weight: bold;
 text-decoration: none;
}

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

a:focus {
 overflow: hidden;
}

p {
 margin: 20px 0;
 line-height: 1.7em;
}

li {
 line-height: 1.7em;
}

ul,ol {
 margin: 20px 0 20px 40px;
}

ul li {
 list-style: url(../img/li.png);
}

dl {
 margin-bottom: 20px;
}

dt {
 margin-top: 20px;
 font-weight: bold;
}

dd {
 margin: 0 10px;
 color: #999;
 font-size: .9em;
 line-height: 1.7em;
}

img {
 border: 0 none;
}

acronym {
 border-bottom: 1px dotted #999;
 cursor: help;
}

fieldset {
 border: 0 none;
}

hr,legend {
 display: none;
}

#Footprint1     { position: absolute; visibility: hidden }
#Footprint2     { position: absolute; visibility: hidden }
#Footprint3     { position: absolute; visibility: hidden }
#Footprint4     { position: absolute; visibility: hidden }

/*--------------------Page--------------------*/
#page-container {
 margin: 0 auto;
 width: 700px;
 background: url(../img/back-bar.png) repeat-y center top;
 position: relative;
}

#page {
 width: 700px; /*IE 5.5*/
 background: url(../img/header.png) no-repeat;
}

/*--------------------Head--------------------*/
#head-container {
 height: 120px;
 position: relative;
}

#head-logo {
 margin: 0;
 width: 168px;
 text-indent: -9999px;
 position: absolute;
 top: 24px;
 left: 48px;
 height: 40px;
}

#head-logo a {
 width: 168px;
 display: block;
 background: url(../img/logo.png);
 height: 40px;
 overflow: hidden;
}

#head-logo a:hover,
#head-logo a:focus {
 background-position: 0 -40px;
}

#head-slogan {
 margin: 0;
 width: 0;
 text-indent: -9999px;
 position: absolute;
 top: 0;
 right: 0;
 height: 0;
}
#head-email {
 margin: 0;
 position: absolute;
 top: 30px;
 right: 60px;
}

/*--------------------Content--------------------*/
#content-container {
 text-align: left;
 overflow: hidden; /*IE 7 clear float*/
}

#content-container:after /*Good browser clear float*/{
 clear: both;
 display: block;
 font: 1px/0px serif;
 content: ".";
 height: 0;
 visibility: hidden;
}

#content-pri {
 width: 700px;
 float: left;
 position: relative;
 left: -2px;
}

#content-sec {
 margin-top: 200px;
 width: 170px;
 float: right;
 position: relative;
 right: 45px;
}

/*--------------------Foot--------------------*/
#foot-container {
 margin: 0 auto;
 clear: both;
 width: 700px;
 background: url(../img/footer.png) no-repeat;
 background-color: #444;
 height: 85px;
 position: relative;
}

#foot-container p {
 margin: 0;
 color: #F90;
 font-weight: bold;
 font-size: .9em;
 line-height: 24px;
 position: absolute;
 bottom: -20px;
 right: 0px;
}

#foot-container a {
 padding: 1px;
 color: #F68977;
}

#foot-container a:hover {
 background: #A1A1FF;
 color: #FFF;
 text-decoration: none;
}

/*--------------------Forms--------------------*/
#head-search {
 width: 150px;
 background: url(../img/search-back.png) no-repeat;
 text-align: left;
 height: 32px;
 position: absolute;
 top: 24px;
 right: 55px;
}

#form-search label {
 display: none;
}

#search-input {
 border: 0 none;
 width: 116px;
 color: #CCC;
 background: transparent;
 font: normal 11px Arial, sans-serif;
 position: relative;
 top: 9px;
 left: 10px;
}

#search-button {
 display: none;
}

#form-contact {
 padding: 0 54px;
}

#zemContactForm #message,
#zemContactForm #name,
#zemContactForm #email {
 border: 1px solid #696969;
 padding: 2px;
 width: 250px;
 background: #585858;
 color: #CCC;
 font: 1em Verdana, Arial, Helvetica, sans-serif;
}

#zemContactForm #message {
 height: 120px;
}

#input-button input,
#zemSubmit {
 border: 1px solid #900;
 padding: 1px;
 background: #F90;
 color: #900;
 font: bold .9em Verdana, Arial, Helvetica, sans-serif;
}

#zemContactForm #message.zemRequirederrorElement,
#zemContactForm #name.zemRequirederrorElement,
#zemContactForm #email.zemRequirederrorElement {
 border: 1px solid #818128;
 background: #815E28;
 color: #F90;
}

ul.zemError {
 margin: 20px;
 border: 4px solid #818128;
 padding: 10px;
 list-style: none none;
 background: #815E28;
 color: #F90;
}

ul.zemError li {
 list-style: none none;
}

/*--------------------Classes--------------------*/
.post {
 padding: 0 0 1px;
 clear: both;
 font-size: 1.1em;
 height: auto !important; /*IE 6 Sucks*/
 height: 1px; /*IE 6 Sucks*/
}

#content-pri h3,
.post h4 {
 margin: 0 0 20px 0;
 background: url(../img/h-border.png) no-repeat left bottom;
 color: #EEE;
 font: normal 1.4em/32px "Century Gothic", "Trebuchet MS", Arial, sans-serif;
 text-indent: 12px;
 text-transform: lowercase;
 min-height: 32px;
 height: auto !important;
 height: 32px;
}

.post h4 a {
 color: #666;
 font-weight: normal;
 text-decoration: none;
}

.post h4 a:hover {
 color: #999;
}

.post-mast {
 margin: 18px 0 30px;
 border: 4px solid #5D5D5D;
 border-width: 4px 0;
 width: 440px;
 background: url(../img/mast-back.jpg) no-repeat bottom;
 background-color: #524738;
 position: relative;
 left: -39px;
}

.post-mast p {
 margin: 0;
 padding: 14px 20px;
 color: #B27821;
 font: 1.4em/1.7em Arial, Helvetica, sans-serif;
}

ul.list-h,
ul.list-h li,
ul.list-h li p {
 margin: 0;
 padding: 0;
 list-style: none none;
 line-height: 0px;
}

ul.list-h {
 margin: 20px 0;
 overflow: hidden; /*IE 7 clear float*/
}

ul.list-h:after /*Good browser clear float*/{
 clear: both;
 display: block;
 font: 1px/0px serif;
 content: ".";
 height: 0;
 visibility: hidden;
}

ul.list-h li {
 width: 50%;
 float: left;
 padding: 10px 0;
 display: inline;
}

ul.list-h li img {
 margin-right: 8px;
 padding: 5px;
 float: left;
 background: url(../img/pic-list-back.png) no-repeat;
}

ul.list-h li a:hover img {
 background-position: 0 -50px;
}

ul.list-h li p {
 padding-right: 8px;
 font-size: .9em;
 line-height: 1.5em;
 text-align: left;
}

ol.code-chunk {
 margin: 20px 0 20px 25px;
}

ol.code-chunk li {
 padding: 4px;
 border-bottom: 1px solid #3E3E3E;
 background: #222;
 color: #EEE;
 font: 1em "Courier New", Courier, monospace;
}

.img {
 padding-bottom: 9px;
 background: url(../img/pic-back.png) no-repeat bottom;
 text-align: center;
 height: auto !important;
 height: 1px; /*IE Sucks*/
}

.img a img {
 border: 1px solid #FFF;
}

.img a:hover img {
 border: 1px solid #F90;
}

.sub-container {
 margin: 0 0 20px;
 clear: both;
}

.sub-container h3 {
 margin: 0;
 padding: 0 0 0 10px;
 background: url(../img/sub-h.png) no-repeat;
 color: #F90;
 font: normal 1.4em/32px "Century Gothic", Arial, sans-serif;
 text-transform: lowercase;
 height: 32px;
}

.sub-container h3 a {
 color: #F90;
 font-weight: normal;
}

.sub-container h3 a:hover {
 color: #FFF;
 text-decoration: none;
}

.sub {
 padding: 6px 0 0;
 font-size: .9em;
}

.sub ul {
 margin: 0 6px;
 padding: 0;
 list-style: none none;
}

.sub li {
 list-style: none none;
 line-height: 2em;
}

.sub li a {
 padding: 0 0 0 12px;
 background: url(../img/li-sub.png) no-repeat 1% 50%;
 color: #AAA;
}

.sub li a:visited {
 background: url(../img/li-sub-v.png) no-repeat 1% 50%;
 color: #888;
}

.sub li a:hover {
 color: #FFF;
}

.sub p {
 margin: 0 6px 15px;
 line-height: 1.6em;
}

.sub p.img {
 margin: 0;
 padding: 0 0 9px 0;
 width: 100%; /*IE Sucks*/
 background: url(../img/sub-pic-back.png) no-repeat bottom;
 line-height: 0px;
 text-align: center;
}

.sub p.img img {
 border: 0 none;
 border-bottom: 1px solid #333;
}

.sub p.img a:hover img {
 border-bottom: 1px solid #4F4F4F;
}

.down,
.url {
 margin: 20px 61px;
 width: 240px;
 background: url(../img/down-back.png) no-repeat;
 font: 1em/32px "Century Gothic", Arial, sans-serif;
 height: 32px;
}

.url {
 background-image: url(../img/url-back.png);
}

.down a,
.url a {
 display: block;
 color: #FFF;
 font-weight: normal;
 text-indent: 30px;
 line-height: 32px; /* Safari */
 height: 32px;
}

.down a:hover,
.url a:hover {
 color: #999;
 text-decoration: none;
}

.alert {
 margin: 20px;
 border: 4px solid #818128;
 padding: 18px 24px;
 background: #815E28;
 color: #F90;
}

.alert a {
 color: #FC0;
 text-decoration: none;
}

.alert a:hover {
 color: #FFF;
 text-decoration: none;
}

img.pic {
 margin: 0 0 5px 5px;
 border: 1px solid #CCC;
 padding: 1px;
 float: right;
}

.work .nth {
 margin: 0 10px;
}

.hide {
 position: absolute;
 top: -9999px;
 left: -9999px;
}


/* Original bits */

#header {
    background-color: #0055EA;
    margin: 0px 0px 0px 0px;
    position: relative;
    top: 0px;
    width: 100%;
    border-top: solid 2px #0144CF;
    border-bottom: solid 1px #FFFFFF;
    color: black;
    height: 40px;
}

#header h1 {
    margin: 0px 0px 0px 10px;
    font-size: 0px;
    height: 10px;
    text-align: left;
}

#header h2 {
    margin: 0px;
    font-style: italic;
    font-size: 0px;
    color: black;
    text-align: right;
}

#menu {
    background-color: #ECE9D8;
    font-size: 12px;
    padding: 5px 15px 5px 5px;
    height: 16px;
    border-top: solid 3px #0144CF;
    border-bottom: solid 1px #ACA899;
    color: #000000;
}

#menu a {
    padding: 5px 5px 5px 5px;
    margin: 0px 10px 0px 10px;
    color: #000000;
}

#menu a:hover {
    padding: 5px 5px 5px 5px;
    margin: 0px 10px 0px 10px;
    background-color: #316AC5;
    color: #FFFFFF;
}

#footer {
    text-align: center;
    background-color: #0055EA;
    position: fixed;
    bottom: 0px;
    width: 100%;
    
    border-top: solid 1px #FFFFFF;
}

#err {
    padding: 0px;
    margin: 0px;
    background-color: #f88;
}

#err ul {
    margin: 3px;
    padding: 0px 0px 0px 20px;
}

.form {
    border: 0px solid #DBDBFF;
    background-color: #BDBDFF;
    margin: 10px auto;
}

.form td {
    border: 2px solid #DBDBFF;
    background-color: #BDBDFF;
    color: #000;
    padding: 3px;
    margin: 3px;
}

.form tr {
    vertical-align: top;
}

.submit {
    text-align: center;
}

.currentaction {
    font-size: 10px;
    color: #ECE9D8;
    display: none;
}

td.header {
    font-weight: bold;
    background-color: #858AC7;
    color: #FFF;
    text-align: center;
}

input.action {
    width: 120px;
    font-size: 10px;
}

.filter {
    width: 200px;
}

.filter input {
    width: 200px;
}

.filter select {
    width: 200px;
}


