/* override defaults */

#content_container {
  padding: 0;
}

/* HTMl fallback for Flash introduction */

#fallback h2 {
	font-size: 2.0em;
  font-weight: normal;
  color: #666;
  background: none;
  line-height: normal;
  height: auto;
  padding: 0;
  margin: 0 0 10px 0;
}

#fallback h3 {
	font-size: 1.0em;
  font-weight: normal;
  color: #666;
  background: none;
  line-height: normal;
  height: auto;
  padding: 0;
  margin: 0 0 10px 0;
}

#fallback .role_face {
  clear: both;
  float: left;
  padding: 80px 0 120px 0;
  background: transparent url(/images/intro/separator_dotted.gif) repeat-x left bottom;
}

#fallback .role_face img.face {
  float: left;
}

#fallback .role_face .face_label {
  float: left;
  padding: 30px 0 0 10px;
}

#fallback .role_face h2 {
	font-size: 1.0em;
  font-weight: bold;
  color: #f49000;
  background: none;
  line-height: normal;
  height: auto;
  padding: 0;
  margin: 0;
}

#fallback .role_face h3 {
	font-size: 1.0em;
  font-weight: bold;
  color: #333;
  background: none;
  line-height: normal;
  height: auto;
  padding: 0;
  margin: 0;
}

#fallback .role_box {
  width: 499px;
  float: right;
  margin: 0 0 10px 0; 
}

#fallback .role_box h3 {
  background: transparent url(/images/intro/box_header.png) no-repeat;
  height: 36px;
  padding: 10px 0 0 17px;
  margin: 0;
  line-height: normal;
  font-size: 2.0em;
  color: #333;
  font-weight: normal;
}

#fallback .role_box .body {
  background: transparent url(/images/intro/box_body.png) no-repeat;
  height: 238px;
  padding: 14px 30px 0 18px;
}

#fallback .role_box .body table {
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}

#fallback .role_box .body table td {
  font-size: 1.2em;
  border: none;
  border-bottom: 3px solid #fff;
}

#fallback .role_box .body table .number {
  color: #333;
  text-align: center;
  padding: 4px 4px 4px 4px;
  font-weight: bold;
  font-size: 1.2em;
  width: 9px;
}

#fallback .role_box .body table .blue_light {
  background: #dee8ec;
}

#fallback .role_box .body table .green_light {
  background: #e1e7d5;
}

#fallback .role_box .body table .magenta_light {
  background: #e1d1d9;
}

#fallback .role_box .body table .description {
  color: #fff;
  padding: 4px 10px 4px 17px;
  font-weight: normal;
  font-size: 1.2em;
}

#fallback .role_box .body table .blue {
  background: #90b0bf;
}

#fallback .role_box .body table .green {
  background: #9bae76;
}

#fallback .role_box .body table .magenta {
  background: #b16981;
}

#fallback .role_box .body p {
  color: #333;
  padding: 10px 0 25px 0;
}

#fallback .role_box .body a.registration {
  float: right;
}
