/* ------------------------------------------------------------------
[Table of contents]

1.  BASE
2.  TYPOGRAPHY
3.  LAYOUT
9.  SPLASH

[Measurements]
  Content Container: 990px (extra padding for background images)
  Nav:     260px 
  Content: 700px 

[Color Scheme]

----------------------------------------------------------------*/

/*************************
 * BASE                  *
 *************************/
html,body {
  background: #fff;
  color: #1C2122;
}

body {
  background: #fff url('../images/front/header_bck.jpg') repeat-x 0 0;
}

#left {
  position:relative;
}

#left p {
  margin: 4px 0 16px;
  position:relative;
}

#left p a {
  padding: 24px 0;
}

/*Sigh, we have to do it like this b/c of IE6*/

#content.application {
  background:none;
}

#container.application {
  background: #fff;
}

.container-thin {
  background: none;
}

.content-thin {
  background: #fff;
}

#splash-logo {
  background: url('../images/front/logo.gif') no-repeat 90% 60px;
  margin: 0 auto;
  width:960px;
  height:120px;
}

#header {
  background:none;
  margin:0 auto;
  padding:0;
  height:100px;
}

#sub-header {
  width:990px;
  background:none;
  margin-top:0;
}

#splash {
  position:relative;
  padding:0;
  /*padding-left:18px;*/
  margin:0 auto;
  /*width:956px;*/
  width:990px;
  height:582px;
  height:auto;
  overflow:visible;
  float:none;
}

#container {
  position:relative;
  width:990px;
  color: #1C2122;
}

#splash-container {
  position:relative;
  width:100%;
  margin:0 auto;
  color: #1C2122;
  background: #fff url(../images/splash_menu_bck_repeat.png) repeat-x 0 391px;
}

#content.application {
  position:relative;
  z-index:100;
}

#left {
  z-index:100;
}

#splash-menu {
  position:relative;
  margin:0 auto;
  top:-247px;
  right: 0;
  background: #1C2122 url(../images/splash_menu_bck_repeat.png) repeat-x;
  color:#fff;
  height:40px;
  width:960px;
}

/*Make IE6 and IE7 behave*/
*:first-child+html #splash-menu {
  top:-250px;
}

* html #splash-menu {
  top:-250px;
}

#splash-menu ul {
  text-align:right;
}

#splash-menu ul li {
  width:240px;
  position:relative;
  float:left;
  display:inline;
  font-size:20px;
  color:#333b3d;
  height:40px;
}

#splash-menu ul li a {
  display:block;
  height:34px;
  width:234px;
  padding-top:6px;
  padding-right:5px;
  font-size:20px;
  color:#fff;
  border-right: 1px solid #333b3d;
}

/*Hide from IE*/
#splash-menu > ul li a {
  padding-right:6px;
}

#splash-menu ul li.last a{
  border: none;
}

#splash-menu ul li a:hover {
  background: #1C2122 url(../images/splash_menu_bck_repeat_active.png) repeat-x;
}

#section-title {
  border-top:none;
  border-bottom:2px solid #4D320F;
}

#section-title.normal {
  width:440px;
  margin-left:120px;
}

#section-title.thin {
  margin: 0 auto;
}

#section-title h2 {
  margin-top:0;
  padding-left:26px;
  color:#FD5C11;
  font-size:30px;
  background:transparent url('../images/header_icon.png') no-repeat 0 14px;
  padding-bottom:0;
}

.page-description ,
.form-description {
  color:#444;
}

.page-description {
  border-bottom:1px solid #D6DEE1;
  padding:6px 0;
  margin-bottom:20px;
  font-style:italic;
  font-size:12px;
}

.menu-user-account ul#slide-pager li {
  font-size:40px;
  height:48px;
  border-bottom:1px solid #D6DEE1;
  padding-bottom:3px;
}

.menu-user-account ul#slide-pager li a{
  color: #1C2122;
  font-size:16px;
}

.menu-user-account ul#slide-pager li a:hover {
  color:#666;
}
.menu-user-account ul#slide-pager li a.active{
  color:#657F08;
}

.step-image {
  background:transparent url('../images/front/step_bck.png') no-repeat;
  position:relative;
  width: 690px;
  height: 530px;
  z-index:100;
}

.step-image .image-container {
  position:relative;
  border:1px solid #2D2319;
  top:20px;
  left: 25px;
  height:480px;
  width:640px;
  background:#fff;
}

.step-image .image-container img {
  display:block;
}

.prev-next {
  position:relative;
  width: 700px;
  height:22px;
  margin:30px 0 20px;
  padding-bottom:6px;
  border-bottom: 1px solid #D6DEE1;
}

#prev-next-story {
  position:absolute;
  width: 620px;
  height:22px;
  left:-124px;
  top:14px;
}

.prev-next .right{
  position: absolute;
  right:0;
}

.clock-next {
  background:transparent url('../images/clock_next.png') no-repeat 0 0;
  height:24px;
  width:73px;
  position: absolute;
  right:0;
}

.clock-previous {
  background:transparent url('../images/clock_previous.png') no-repeat 0 0;
  height:24px;
  width:100px;
  position: absolute;
  left:0;
}

a.clock-next:hover,
a.clock-previous:hover {
  background-position: 0 -24px;
}

#slide-spinner {
  position:absolute;
  top:230px;
  left:226px;
  display:none;
}

#slide-currentstep {
  background: #AFADAA;
  color:#fff;
  font-weight:bold;
  padding:8px 8px 3px;
  position:absolute;
  top:516px;
  right:317px;
  z-index:0;
  text-align:right;
}

#slide-currentstep p{
  background: #AFADAA; 
  color:#fff;
  font-weight:bold;
  text-align:right;
}

.reading {
  line-height:20px;
}

/*************************
 * ITEMS                 *
 *************************/

img.item-map {
  position:absolute;
  right:0;
  top:500px;
  z-index:0;
}

img.item-papers {
  position:absolute;
  left:-160px;
  top:160px;
  z-index:2;
}

img.item-stamp {
  position:absolute;
  top:0;
  left:30px;
  z-index:2;
}

img.item-pens-1 {
  position:absolute;
  top: 220px;
  right:-240px;
  z-index:0
}

img.item-pens-2 {
  position:absolute;
  top: -30px;
  left:-140px;
  z-index:0
}

img.item-book {
  position:absolute;
  right:-300px;
  top:170px;
}

/*************************
 * SECTION MENU          *
 *************************/

#menu ul li.active a {
  color:#fff;
  font-weight:bold;
}

#section-menu {
 position:relative;
 padding-top:3px;
 text-align:right;
 clear:both;
}

#section-menu li{
  display:inline;
  padding-left:12px;
}

#section-menu li a {
  color:#1C2122;
}

#section-menu li a:hover {
  color:#666;
}

#section-menu li.active a {
  color:#657F08;
  font-weight:bold;
}

#logo {
  position:absolute;
  top:10px;
  left:0;
}

.b1 {
  background:#3D3735;
}

.b2 {
	background: #1C2122;
	border-right:2px solid #3D3735;
	border-left:2px solid #3D3735;
}

.b3 {
	background: #1C2122;
	border-right:1px solid #3D3735;
	border-left:1px solid #3D3735;
}

.b4 {
	background: #1C2122;
	border-right:1px solid #3D3735;
	border-left:1px solid #3D3735;
}

.contentb {
	background: #1C2122;
	border-right:1px solid #3D3735;
	border-left:1px solid #3D3735;
}
