<!--

/* CSS Document */

/*
 * These are the default settings for the C Card design.
 */
body {
  background-color: #74005f;
  text-align: center;
  font-family: arial, sans-serif, helvetica;
  font-size: 12px;
  color: #333333;
  margin: 0;
  padding: 0;
}

/*
 * Default classes for links.
 */
a {
  color: #ffffff;
  text-decoration: none;
}

a:link {
  color: #ffffff;
  text-decoration: none;
}

a:visited {
  color: #ffffff;
  text-decoration: none;
}

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

/*
 * Classes for main navigation links.
 */
a.main_navigation {
  font-size: 14px;
}

a.main_navigation:link {
  font-size: 14px;
}

a.main_navigation:visited {
  font-size: 14px;
}

a.main_navigation:hover {
  font-size: 14px;
}

.main_navigation_greyed {
  font-size: 14px;
  text-decoration: underline
}

.header_nav_sep {
  font-size: 13px;
  padding-left: 4px;
  padding-right: 4px;
  color: #d7df23;
}

/*
 * Classes for left navigation links.
 */
a.left_navigation {
  font-size: 13px;
}

a.left_navigation:link {
  font-size: 13px;
}

a.left_navigation:visited {
  font-size: 13px;
}

a.left_navigation:hover {
  font-size: 13px;
  color: #d7df23;
  text-decoration: none;
}

.left_navigation_greyed {
  font-size: 13px;
  color: #d7df23;
}

/*
 * Classes for links in the main content.
 */
a.content {
  color: #74005f;
}

a.content:link {
  color: #74005f;
}

a.content:visited {
  color: #74005f;
}

a.content:hover {
  color: #74005f;
}

/*
 * Classes for 'cube' link.
 * IE needs all states to be explicit if there is a difference from the default classes.
 */
a.cube {
  font-size: 11px;
  color: #d7df23;
  text-decoration: none;
}

a.cube:link {
  font-size: 11px;
  color: #d7df23;
  text-decoration: none;
}

a.cube:visited {
  font-size: 11px;
  color: #d7df23;
  text-decoration: none;
}

a.cube:hover {
  font-size: 11px;
  color: #d7df23;
  text-decoration: none;
}


/*
 * All divs will be left aligned unless otherwise specified.
 */
div {
  text-align: left;
  background-color: transparent;
}

/*
 * Forms will not have margins.
 */
form {
  margin: 0px;
}

/*
 * Images will not have borders.
 */
img {
  border: none;
}

/*
 * Class for unordered lists.
 */
ul, ol {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

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

h1 {
  font-size: 19px;
  color: #d7df23;
  margin: 30px 0 0 28px;
}

h2 {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #ffffff;
  margin: 10px 0 0 28px;
}

h3 {
  font-size: 14px;
  font-weight: bold;
  color: #74005f;
  margin: 15px 0 0 0;
}

/* MAIN PAGE CLASSES */

/*
 * The page id which controls the content within the browser window.
 */
#page {
  margin-right: auto;  /* required to center the page in Mozilla */
  margin-left: auto;   /* required to center the page in Mozilla */
  width: 1000px;
}

/* BRANDING AT TOP OF PAGE */

/* 
 * The branding id.
 */
#branding {
  width: 1000px;
  height: 184px;
  float: left;
}

.branding_left {
  float: left;
  width: 117px;
  height: 184px;
  background-image: url(../images/branding-hearts.gif);
  background-repeat: no-repeat;
}

.branding_right {
  float: right;
  width: 883px;
}

.branding_top {
  float: left;
  width: 100%;
  margin: 5px 0 0 0;
}

.branding_top_left {
  float: left;
  margin: 2px 25px 0 5px;
}

.branding_top_right {
  float: right;
  margin: 0 20px 0 0;
}

img.strapline {
  width: 387px;
  height: 28px;
}

.branding_bottom {
  float: left;
}

.branding_bottom_left {
  float: left;
}

.branding_bottom_right {
  float: right;
  width: 685px;
  height: 142px;
  background-image: url(../images/header-bg.gif);
  background-repeat: no-repeat;
  margin: 6px 0 0 15px;
}

img.logo {
  width: 181px;
  height: 101px;
  margin: 28px 0 0 0;
}

/* MAIN CONTENT AREA */

#content {
  float: left;
}

.content_left {
  float: left;
  width: 117px;
  height: 1198px;
  background-image: url(../images/content-hearts.gif);
  background-repeat: repeat-y;
}

.content_right {
  float: right;
  width: 870px;
}

.content_column_1 {
  float: left;
  width: 206px;
}

.content_column_2 {
  float: left;
  width: 664px;
  line-height: 22px;
  background-color: #ffffff;
}

.content_column_2_left {
  float: left;
  width: 472px;
}

.content_column_2_right {
  float: left;
  width: 192px;
}

img.safe_fob {
  position: relative;
  z-index: 1;
  width: 192px;
  height: 212px;
  margin-top: -56px;
}

#left_nav {
  float: left;
}

.left_nav_list li {
  margin: 0 0 0 5px;
  list-style: none;
  padding-bottom: 10px;
}

.arrows {
  font-size: 10px;
  margin: 0 8px 0 0;
  color: #d7df23;
}

.text {
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

li.content_list {
  margin: 0 0 0 15px;
}

.disclaimer_text {
  padding: 10px;
  color: #74005f;
  background-color: #f8f8f8;
}

.fact {
  float: left;
}

.ruthinking {
  float: left;
  margin: 0 0 20px 0;
}

.voluntary {
  float: left;
  width: 432px;
}

.contact_form {
  font-size: 12px;
}

.assessment_text, .news_text, .where_to_go_text {
  margin: 10px 10px 20px 10px;
}

.error {
  color: #ff0000;
}

/*
 * Classes for the contacts on youthworkers.php
 */
.contacts-left {
  width: 50%;
  float: left;
}

.contacts-right {
  width: 50%;
  float: right;
}

#flash_content {
  float: left;
  width: 472px;
  margin-top: 1px;
}

img.no-flash {
  width: 472px;
  height: 362px;
  margin-bottom: 10px;
}

.footer {
  float: right;
  width: 664px;
}

.footer_top {
  float: left;
  width: 664px;
  height: 20px;
  background-image: url(../images/footer-top.gif);
  background-repeat: no-repeat;
}

.footer_bottom {
  float: left;
  margin: 10px 0 30px 10px;
  color: #ffffff;
}

.nav_sep_foot {
  padding-left: 3px;
  padding-right: 3px;
  color: #d7df23;
}

#certificate {
  background-color: #ffffff;
}

.certificate_panel {
  float: left;
  height: 400px;
  width: 500px;
  background-color: #ffffff;
}

.certificate_error {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 1.75em;
  color: #ff0000;
  font-weight: bold;
  margin-top: 200px;
}

.certificate_heading {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
}

.certificate_code {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 2.00em;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}

.certificate_instructions {
  float: left;
  width: 100%;
}

.free_links {
  float: left;
  width: 100%;
}

.free_links_left {
  float: left;
  width: 49%;
}

.free_links_right {
  float: right;
  width: 49%;
}

-->