body { color: #000000;
width: 800px;
background-color: #ffffff;
margin: 5px;
padding-left: 2px;
border-style: none;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0.8em;
line-height: 1.4em}

div#header {padding-top: 90px;;
width: 530px;
float:left;
text-align: left;
height: 1.5em;

}

div#logo {padding: 5px;
width: 217px;
float:left;
margin-bottom: 10px}

img {border:none;}

#top{
width: 800px;
border: solid thin red;
}

div#maincontent {padding: 0;
width: 576px;
min-height: 400px;
/*IE Min-height hack*/
_height:auto;
_height: 400px;
float: left;
text-align: left; 
padding-bottom: 10px;
border-bottom-width: 576px;
border-bottom: 5px solid #9999FF;}

div#maincontainer{
clear:both;
width:800px
}


div#footer {padding: 0;
width: 576px;
border-top: 7px dotted #ff9900;
clear: left;
font-size:9px;}


h1 {font-size: 1.6em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
font-style: italic;
text-align: left;
color: #000000;
background-color: #FFFFFF;
}
/*IE 6 requires a space between selector and { for it to work*/
h1:first-letter { 
border-right:1px solid grey;
border-bottom:1px solid grey;
font-size:1.8em;
color: #ff9900;
background-color: #9999FF;}

h2 {font-size: 1.3em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: left;}

h3 {font-size: 1.2em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: left;}

h4 {font-size: 1.1em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: left;}

h5 {font-size: 1em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: left;}

li{
list-style-type:none;
margin-left: 0;
padding-left: 0;
margin-bottom: 0;
padding-bottom: 0;
}


a:link {color: #ff9900;
background-color: #FFFFFF;
text-decoration: none}

a:visited {color: #ff9900;
background-color: #FFFFFF;
text-decoration: none}

a:hover {color: #7008c5;
background-color: #FFFFFF;
text-decoration: underline}



/*need ie hack*/
.buttonscontainer {width: 150px;
margin-top: 68px;
padding-top: 0;
padding-right: 0;
padding-left: 27px;
padding-bottom: 0; 
float: left;
}

/*need ie hack*/
.buttonscontainer{
width:150px;}



.navigation-title{
background-color:#ffffff;
color: #ff9900;
width: 150px;
border: #ffffff solid 1px;
margin-bottom: 0;
padding-bottom:0;
}

ul.buttons{
margin:0;
padding:0;
list-style-type:none;}

ul.buttons a{
display:block;
font-size: 0.9em;
font-weight:bolder;
width:150px;
height:40px;
line-height:40px;
color: #000;
text-decoration: none;
background-color: #ff9900;
border: red solid 1px;
text-indent:0.75em;}


ul.buttons a:visited{
display:block;
font-size: 0.9em;
font-weight:bolder;
width:150px;
height:40px;
line-height:40px;
color: #000;
text-decoration: none;
background-color: #ff9900;
border: red solid 1px;
text-indent:0.75em;}

ul.buttons a:hover{
display:block;
font-size: 0.9em;
font-weight:bolder;
width:150px;
height:40px;
line-height:40px;
color: #000;
text-decoration: none;
background-color:  #9999FF;
border: blue solid 1px;
text-indent:0.75em;}

/*You are here effect */
#home .buttonscontainer .home a,
#employers .buttonscontainer .employers a,
#candidates .buttonscontainer .candidates a,
#secretarial .buttonscontainer .secretarial a,
#helpdesk .buttonscontainer .helpdesk a,
#financial .buttonscontainer .financial a{
width:150px;
font-size: 0.9em;
font-weight:bolder;
height:40px;
line-height:40px;
color: #000;
text-decoration: none;
background-color:#FFCC00;   
border: blue solid 1px;
text-indent:0.75em;
cursor: default;}


.credit{margin-left:400px;}

 #navcontainer { margin-left: 167px;
 padding-top:5px;
 }
 #navcontainer_footer {  padding-top:5px; 
  border-bottom: 3px dotted #ff9900; 

 }
/*Fat Erik's Pipelist*/
#navlist
{list-style: none;
padding: 0;
margin: 0;
font-size: 9px;
text-align: left;

}

#navlist li
{
display: inline;
padding: 0;
margin: 0;
}

#navlist li:before { content: "| "; }
#navlist li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #navlist li
{
border-left: 1px solid black;
padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #navlist { height: 1%; }

* html #navlist li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #navlist li:first-child { border-left: 0; }
/*vacancies*/
/*Fat Erik's Pipelist*/
#navlist_footer
{list-style: none;
padding: 0;
margin: 0;
font-size: 9px;
text-align: left;

}

#navlist_footer li
{
display: inline;
padding: 0;
margin: 0;
}

#navlist_footer li:before { content: "| "; }
#navlist_footer li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #navlist_footer li
{
border-left: 1px solid black;
padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #navlist_footer { height: 1%; }

* html #navlist_footer li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #navlist_footer li:first-child { border-left: 0; }
/*end job listings*/

fieldset p{margin-top: 2px;
padding-top: 0;
margin-bottom: 0;
padding-bottom: 0;}

#end-information p
{
margin-top: 1em;
}

  label{
  margin-right:0.5em;
  padding-top:0.2em;
  font-weight:bolder;
  }

 legend {
  padding: 0.5em 0.5em;
  font-size:95%;
  font-style:normal;
  text-align:left;
  }
fieldset{
background-color: #FFFFFF;
width: 90%;
padding: 0.5em;
padding-right: 0;
font-size:90%;
border:1px solid #9999FF;}






