/* ====== Morgan Steel styles ====== */

body, html, a, p, h1, h2, h3, h4, h5, h6, ul, ol, li, img, table, tr, td, form, div, span, address {
  margin: 0;
  padding: 0;
  border: none;
  }

body {
  color: #444;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 74%;
  background-color: #fff;
  }
	
textarea, select, input {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  }
	
/* ====== general ====== */

.hidden {
  display: none;
  }

a {
  color: #0C6885;
  text-decoration: none;
  }

a:hover {
  text-decoration: underline;
  }

.clearall {
  clear: both;
  height: 0;
  line-height: 0;
  }

sup {
  color: #999;
  vertical-align: top;
  font-style: normal;
  }

div#wrapper {
	position: relative;
	width: 825px;
	margin-left: auto;
	margin-right: auto;
	height: 856px;

  }

/* ====== basic page structures ====== */

div#masthead {
  width: 805px;
  padding-left: 10px;
  padding-right: 10px;
  }
  
div#masthead img#phone {
  float: left;
  margin-top: 18px;
  }
  
div#masthead img#logo {
  float: right;
  margin-top: 13px;
  }
  
ul#nav {
  clear: both;
  width: 805px;
  padding: 0 10px 0 10px;
  height: 29px;
  border-top: 8px solid #fff;
  background-image: url(images/bg_nav.gif);
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #666;
  list-style-type: none;
  }

ul#nav li {
  position: relative;
  display: block;
  float: left;
  }
  
ul#nav li a {
  position: relative;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  height: 29px;
  display: block;
  }
  
ul#nav li a span {
  position: relative;
  display: none;
  }
  
ul#nav li.on a {
  background-position: 9px 12px;
  background-color: #666;
  height: 32px;
  margin-top: -8px;
  border-bottom: 5px solid #FF3364;
  }
  
ul#nav li a:hover {
  background-position: 10px 10px;
  height: 24px;
  border-bottom: 5px solid #91BBC7;
  }
  
ul#nav li.on a:hover {
  background-position: 9px 12px;
  height: 32px;
  border-bottom: 5px solid #FF3364;
  }
    
ul#nav li.on a span.left {
  background-image: url(images/bg_corner_topleft.gif);
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  height: 32px;
  }
   
ul#nav li.on a span.right {
  background-image: url(images/bg_corner_topright.gif);
  background-position: right top;
  background-repeat: no-repeat;
  display: block;
  height: 32px;
  }

ul#nav li a#jobsearch {
  background-image: url(images/nav_jobsearch.gif);
  width: 86px;
  }
  
ul#nav li a#postyourcv {
  background-image: url(images/nav_postyourcv.gif);
  width: 102px;
  }
  
ul#nav li a#postajob {
  background-image: url(images/nav_postajob.gif);
  width: 82px;
  }
  
ul#nav li a#services {
  background-image: url(images/nav_services.gif);
  width: 67px;
  }
  
ul#nav li a#about {
  background-image: url(images/nav_about.gif);
  width: 59px;
  }
  
ul#nav li a#contactus {
  background-image: url(images/nav_contactus.gif);
  width: 93px;
  }
  
ul#nav_services {
  width: 100%;
  height: 23px;
  list-style-type: none;
  background-image: url(images/bg_nav_services.gif);
  background-repeat: repeat-x;
  background-position: 0px 22px;
  margin-bottom: 15px;
  }

ul#nav_services li {
  position: relative;
  display: block;
  float: left;
  padding-left: 4px;
  }
  
ul#nav_services li a {
  display: block;
  height: 23px;
  }
  
ul#nav_services li a span {
  display: none;
  }
  
ul#nav_services li a#services_client {
  background-image: url(images/nav_services_client_off.gif);
  width: 101px;
  }
  
ul#nav_services li a#services_candidate {
  background-image: url(images/nav_services_candidate_off.gif);
  width: 121px;
  }
  
ul#nav_services li.on a#services_client {
  background-image: url(images/nav_services_client_on.gif);
  width: 101px;
  }
  
ul#nav_services li.on a#services_candidate {
  background-image: url(images/nav_services_candidate_on.gif);
  width: 121px;
  }
  
div#threeboxes {
  width: 100%;
  background-image: url(images/bg_threeboxes.gif);
  background-position: left top;
  background-repeat: repeat-y;
  margin-top: 10px;
  font-size: 90%;
  }
  
div#searchforjobs {
  float: left;
  width: 248px;
  padding: 4px 10px 4px 10px;
  margin-right: 10px;
  }
  
div#searchforjobs span.header {
  background-image: url(images/bg_searchforjobs.gif);
  background-position: left top;
  background-repeat: no-repeat;
  width: 100%;
  height: 19px;
  display: block;
  margin-bottom: 9px;
  }
  
div#searchforjobs span.header strong {
  display: none;
  }
  
div#searchforjobs div.row {
  width: 100%;
  clear: both;
  }

div#searchforjobs div.row input {
  float: right;
  }
   
div#searchforjobs input.text {
  width: 242px;
  margin: 0 0 10px 0;
  border: 1px solid #ADADAD;
  padding: 2px 2px 2px 2px;
  color: #666;
  width: 162px;
  }
  
div#searchforjobs label {
  color: #759702;
  padding-top: 2px;
  float: left;
  }
  
div#searchforjobs p {
  color: #fff;
  padding-left: 83px;
  padding-bottom: 4px;
  clear: both;
  }
  
div#hotjobs {
  float: left;
  width: 248px;
  padding: 4px 10px 4px 10px;
  margin-right: 10px;
  }
  
div#hotjobs span.header {
  background-image: url(images/bg_hotjobs.gif);
  background-position: left top;
  background-repeat: no-repeat;
  width: 100%;
  height: 19px;
  display: block;
  }
  
div#hotjobs span.header strong {
  display: none;
  }
  
div#hotjobs ul {
  list-style-type: none;
  margin-top: 9px;
  }
  
div#hotjobs ul li {
  color: #fff;
  }
  
div#hotjobs ul li a {
  color: #FEBECE;
  line-height: 126%;
  }
  
div#hotjobs ul li a strong {
  font-weight: normal;
  color: #fff;
  }
  
div#graduates {
  float: left;
  width: 248px;
  padding: 4px 10px 4px 10px;
  }
  
div#graduates span.header {
  background-image: url(images/bg_graduates.gif);
  background-position: left top;
  background-repeat: no-repeat;
  width: 100%;
  height: 19px;
  display: block;
  margin-bottom: 9px;
  }
  
div#graduates span.header strong {
  display: none;
  }
  
div#graduates p {
  color: #fff;
  line-height: 122%;
  margin-bottom: 5px;
  }
  
div#graduates a {
  position: relative;
  display: block;
  border-top: 1px solid #91BBC9; /* fixes float problem in IE6 */
  }
  
div#graduates a img {
  float: right;
  }
  
div#maincontent {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  }
  
div#maincontent h1 {
  color: #9BCC01;
  font-size: 148%;
  font-weight: bold;
  margin-bottom: 20px;
  }
  
div#maincontent p.error {
  color: #FF2F63;
  font-weight: bold;
  margin-bottom: 20px;
  margin-left: 20px;
  }
  
div#maincontent ul.error {
  color: #FF2F63;
  font-weight: bold;
  margin-bottom: 20px;
  margin-left: 36px;
  }
  
div#maincontent a.topbutton {
  display: block;
  margin-bottom: 12px;
  }
  
div#maincontent div.buttonrow {
  width: 374px;
  clear: both;
  margin-top: 10px;
  }
  
div#maincontent div.buttonrow .button {
  display: block;
  margin: 8px 10px 2px 0;
  float: left;
  }
  
div.onethird {
  float: left;
  width: 248px;
  padding: 4px 10px 0 0;
  }
  
div.twothirds {
  float: left;
  width: 537px;
  padding: 4px 10px 0 10px;
  }
  
div.twothirds h2 {
  color: #91BBC9;
  font-size: 124%;
  font-weight: bold;
  }
  
div.twothirds p {
  margin-bottom: 16px;
  }
  
div.twothirds p.halfmargin{
  margin-bottom: 8px;
  }
  
div.twothirds p span.hiliteblue {
  font-size: 120%;
  color: #91BBC9;
  font-weight: bold;
  }
  
div.twothirds ul.hiliteblue {
  font-size: 120%;
  color: #91BBC9;
  font-weight: bold;
  margin-bottom: 16px;
  padding-left: 16px;
  }
  
div.twothirds p span.hilitegreen {
  color: #9BCC01;
  font-weight: bold;
  }
  
div.jobbrief {
  width: 785px;
  padding-left: 10px;
  border-left: 10px solid #E6E6E6;
  margin-bottom: 30px;
  }
  
div.jobbrief h2 {
  color: #91BBC9;
  font-size: 120%;
  }
  
div.jobbrief h2 span {
  font-weight: normal;
  font-size: 84%;
  }
  
div.jobbrief p.salary {
  margin-top: 14px;
  margin-bottom: 14px;
  font-weight: bold;
  }
  
div.jobbrief a.button {
  display: block;
  margin-top: 10px;
  }
  
div.jobfull {
  width: 785px;
  padding-left: 10px;
  border-left: 10px solid #E6E6E6;
  margin-bottom: 30px;
  }
  
div.jobfull h2 {
  font-size: 100%;
  font-weight: bold;
  }
  
div.jobfull h2.padded {
  margin-top: 30px;
  }
  
div.jobfull p,
div.jobfull address {
  margin-bottom: 14px;
  }
  
div.jobfull p.address {
  margin-bottom: 0;
  }
   
div.jobfull p.reference span {
  font-weight: bold;
  }
  
div.jobfull a.button {
  display: block;
  margin-top: 10px;
  }
  
div.jobfull ol li {
  list-style-position: inside;
  margin-top: 16px;
  font-weight: bold;
  }
  
div.jobfull ol li.first {
  margin-top: 0px;
  }
  
div.jobfull ol li span {
  font-weight: normal;
  }
  
div.jobsnippet {
  width: 785px;
  padding-left: 10px;
  border-left: 10px solid #E6E6E6;
  margin-bottom: 30px;
  }
  
div.jobsnippet h2 {
  color: #91BBC9;
  font-size: 120%;
  margin-bottom: 10px;
  }
  
div.adminmenu {
  width: 785px;
  padding-left: 10px;
  border-left: 10px solid #E6E6E6;
  margin-bottom: 30px;
  }
  
div.adminmenu h2 {
  color: #91BBC9;
  font-size: 120%;
  }

div.adminmenu ul {
  list-style-type: none;
  margin-top: 10px;
  }
  
div.adminmenu ul li {
  margin-bottom: 8px;
  }
  
form.login {
  padding-left: 10px;
  border-left: 10px solid #E6E6E6;
  margin-bottom: 30px;
  }
  
form.login div.row {
  width: 250px;
  clear: both;
  }
   
form.login input.text { 
  float: right;
  width: 150px;
  margin-bottom: 8px;
  padding: 2px 2px 2px 2px;
  color: #666;
  }
  
form.login input.button { 
  margin: 0 0 0 94px;
  }
  
form.login label {
  float: left;
  }

table#jobsadmin {
  width: 805px;
  margin-bottom: 20px;
  }
  
table#jobsadmin th, table#jobsadmin td {
  padding: 4px;
  border-bottom: 1px solid #E6E6E6;
  text-align: left;
  vertical-align: top;
  }
  
table#jobsadmin th {
  background-color: #E6E6E6;
  font-weight: bold;
  }
  
table#jobsadmin th.jobtitle {
  width: 30%;
  }
  
table#jobsadmin th.actions {
  width: 12%;
  }
  
form#twohalves {
  width: 825px;
  margin: 0 10px 30px 0;
  }
  
form#twohalves div#formleft, form#twohalves div#formright {
  width: 373px;
  border-left: 10px solid #E6E6E6;
  padding-left: 10px;
  float: left;
  }
  
form#twohalves div#formright {
  width: 373px;
  margin-left: 19px;
  }
  
form#twohalves h2 {
  color: #91BBC9;
  font-size: 120%;
  margin-bottom: 10px;
  }
  
form#twohalves h2.lower {
  clear: both;
  border-top: 20px solid #fff;
  }
  
form#twohalves h2 span {
  font-weight: normal;
  font-size: 84%;
  }
  
form#twohalves p.note {
  margin-bottom: 14px;
  }
  
form#twohalves p.salary {
  margin-top: 14px;
  margin-bottom: 14px;
  font-weight: bold;
  }
  
form#twohalves div.row {
  width: 100%;
  clear: both;
  }
  
form#twohalves div.row span.note {
  width: 200px;
  display: block;
  float: right;
  padding: 2px;
  color: #A5ACB4;
  font-size: 84%;
  }
   
form#twohalves input {
  width: 200px;
  margin: 4px 0 2px 0;
  padding: 2px 2px 2px 2px;
  color: #666;
  float: right;
  }
  
form#twohalves input.getfile {
  width: 208px;
  }
  
form#twohalves div.buttonrow {
  width: 100%;
  clear: both;
  margin-top: 0px;
  }
  
form#twohalves div.buttonrow input {
  width: auto;
  border: none;
  float: left;
  padding: 0px;
  }
  
form#twohalves div.buttonrow span {
  color: #999;
  font-style: italic;
  padding-top: 8px;
  float: right;
  font-size: 84%;
  }
  
form#twohalves textarea {
  width: 365px;
  height: 100px;
  margin: 4px 0 2px 0;
  padding: 2px 2px 2px 2px;
  color: #666;
  }
  
form#twohalves label {
  float: left;
  margin-top: 6px;
  }
  
form#single {
  width: 785px;
  margin: 0 10px 30px 0;
  border-left: 10px solid #E6E6E6;
  padding-left: 10px;
  }
  
form#single h2 {
  color: #91BBC9;
  font-size: 120%;
  }
  
form#single div.row {
  width: 374px;
  clear: both;
  margin-top: 10px;
  }
   
form#single div.row input {
  width: 242px;
  margin: 4px 0 2px 0;
  padding: 2px 2px 2px 2px;
  color: #666;
  float: right;
  }
  
form#single div.row span {
  width: 244px;
  margin: 4px 0 2px 0;
  padding: 2px 2px 2px 2px;
  color: #666;
  float: right;
  }
  
form#single textarea {
  width: 777px;
  height: 100px;
  margin: 4px 0 2px 0;
  padding: 2px 2px 2px 2px;
  color: #666;
  }
  
form#single label {
  float: left;
  margin-top: 6px;
  }
  
div#footer {
  width: 805px;
  padding: 0 10px 0 10px;
  background-image: url(images/bg_footer.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-color: #ADADAD;
  height: 29px;
  clear: both;
  margin-bottom: 10px;
  }
  
div#footer a#credit {
  color: #fff;
  font-size: 84%;
  float: left;
  padding-top: 7px;
  margin-left: 9px;
  }
  
div#footer ul {
  list-style-type: none;
  float: right;
  }
  
div#footer ul li {
  float: left;
  }
  
div#footer ul li a {
  background-position: 9px 11px;
  background-repeat: no-repeat;
  height: 29px;
  padding: 0 9px 0 9px;
  display: block;
  }
  
div#footer ul li a#about {
  background-image: url(images/nav_about.gif);
  width: 41px;
  }
  
div#footer ul li a#legal {
  background-image: url(images/nav_legal.gif);
  width: 35px;
  }
  
div#footer ul li a span {
  display: none;
  }
  
div#quote {
  width: 248px;
  background-image: url(images/bg_quote_body.gif);
  background-repeat: repeat-y;
  background-position: left top;
  }
  
div#quotetop {
  width: 248px;
  background-image: url(images/bg_quote_top.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding: 12px 0 0 0;
  }
  
span#quotetopleft {
  width: 64px;
  height: 48px;
  float: left;
  display: block;
  }
  
div#quotetop p {
  font-style: italic;
  width: 211px;
  padding: 0 16px 4px 20px;
  padding: 0 16px 4px 20px;
  color: #999;
  line-height: 156%;
  background-image: url(images/bg_quotes.gif);
  background-repeat: no-repeat;
  background-position: 217px bottom;
  min-hxeight: 266px;
  }
  
div#quotebottom {
  background-image: url(images/bg_quote_bottom.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 248px;
  height: 26px;
  height: 10px;
  clear: both;
  }
  
#quoteprop {
  width: 1px;
  height: 266px;
  float: right;
  display: block;
  line-height: 1px;
  }
  
span.who {
  width: 211px;
  padding: 12px 16px 0 20px;
  display: block;
  text-align: right;
  font-style: normal; 
  color: #999;
  clear: both;
  }

