/*
 * General
 */

body {
  background-color: #fff;
  font-family: arial, helvetica, sans-serif;
  font-size: 11pt;
}

fieldset {
  border: solid 0 transparent;  /* To turn off fieldset borders in Opera 7 and below, make them transparent */
  margin: 5px 0 0 0;
  padding: 0px;
}

form {
  margin: 0;
  padding: 0;
}

h1 {
  color: #444;
  font-family: arial, helvetica, sans-serif;
  font-size: 20pt;
  font-weight: normal;
}

h2 {
  color: #333;
  font-family: arial, helvetica, sans-serif;
  font-size: 16pt;
  font-weight: bold;
}

h3 {
  color: #333;
  font-family: arial, helvetica, sans-serif;
  font-size: 14pt;
  font-weight: bold;
}

img {
  border: none;
}

label {
  display: block;
  margin-top: 5px;
}

legend {
  border: solid 1px red;
  display: none;
}

select {
  background-color: #ffffd0;
  font-size: 9pt;
  width: 150px;
}

/*
 * General by class
 */

a.link_button {
  background-color: #22325e;
  border: solid 1px #22325e;
  color: #fff;
  display: block;
  font-weight: bold;
  line-height: 1.5em;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

a.link_button:hover {
  background-color: #32426e;
  font-weight: bold;
  text-decoration: underline;
}

span.requiredAsterisk {
  color: blue;
  font-weight: bold;
}

div.fieldSet {
  clear: both;
  display: inline-block;
}

div.fieldSet div {
  float: left;
}

div.field {
  padding: 2px;
}

div.fieldSet div.label {
  width: 170px;
  text-align: right;
  padding: 2px;
  font-size: 9pt;
}

div.support_page {
  background-color: #efefff;
  padding: 10px 150px 10px 150px;
}

div.support_page h1 {
  margin-bottom: 10px;
}

span.image_caption {
  font-size: 24px;
  font-style: italic;
}

table.notifications {
  border: solid 1px black;
  border-collapse: collapse;
}
table.notifications th {
  background-color: #22325e;
  border: solid 1px black;
  color: white;
  padding: 4px 7px 4px 3px; 
}
table.notifications td {
  border: solid 1px black;
  padding: 4px 7px 4px 3px; 
}
  
/*
 * Specific
 */

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-left: 150px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}



#layout_wrapper {
  background-color: #ffffff;
  margin: 0 auto;
  width: 950px;
}

/*
 * Header 
 */

#layout_header {
}

/*
 * Navigation
 */

#layout_navigation {
}

#layout_navigation ul {
  background-color: #22325e;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 950px;
}

#layout_navigation ul a {
  color: #fff;
  display: block;
  line-height: 2.1em;
  padding: 0 12px;
  text-decoration: none;
}

#layout_navigation ul a:hover {
  color: #ddd;
  text-decoration: underline;
}

#layout_navigation ul li {
  float: left;
}

/*
 * Content 
 */

#layout_content {
  background-color: #d8e6ff;
  float: left;
  width: 950px;
}

/*
 * Home Page 
 */

#home_wrapper {
  float: left;
  padding-bottom: 20px;
  position: relative;
  width: 950px;
}

#home_wrapper div {
  background-color: #c0cee8;
  border: solid 1px #22325e;
}

#home_wrapper h1.main {
  font-size: 11pt;
  margin: 10px 0 0 40px;
}

#home_employment_wrapper {
  display: inline; /* Prevent the double-margin float bug in IE */
  float: left;
  height: 310px;
  margin: 20px 0px 10px 40px;
  padding: 5px 7px 5px 10px;
  position: relative;
  width: 275px;
}

#home_sell input.search_submit {
  margin: 5px 0px 3px 0px;
}

#home_sell {
  display: inline; /* Prevent the double-margin float bug in IE */
  float: left;
  height: 310px;
  margin: 20px 0px 10px 40px;
  padding: 5px 7px 5px 10px;
  position: relative;
  width: 310px;
}

#home_sell p {
}

#home_login {
  float: left;
  font-size: 9pt;
  font-style: italic;
  margin: 0;
  padding: 3px 2px 2px 4px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 160px;
}

#header_image {
  float: left;
}

#account_login {
  display: inline;
  float: left;
  font-size: 9pt;
  font-style: italic;
  margin: 40px 0 0 475px;
  text-align: right;
}

#home_login h1 {
  font-size: 9pt;
  font-style: normal;
}

#home_login input.login_text_field {
  background: #ffc;
  font-size: 9pt;
  width: 150px;
}

#home_login input.login_submit {
  margin: 3px 0px 3px 2px;
}

/*
 * Contact us page
 */

#contact_us_wrapper div {
  padding: 7px;
}

#contact_us_wrapper div#contact_us_form {
  clear: both; 
}

#contact_us_form fieldset {
  clear: both;
}

#contact_us_form label {
  float: left;
  margin-right: 5px;
  text-align: right;
  width: 95px;
}

/*
 * Footer 
 */

#layout_footer {
  clear: both;
  color: #777;
  font-size: 9pt;
  padding-top: 10px;
  text-align: center;
}

#layout_footer a {
  color: #888;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

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

#layout_footer p {
  border-top: solid 1px #777;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  width: 800px;
}
