/* basics */
body
{
  background: #fff url('/images/gradient.gif') 0 0 repeat-x;
  text-align: center;
  font-family: Georgia, Times, sans-serif;
  color: #000;
  margin: 0;
  padding: 0;
}

a, 
a:link,
a:visited
{
  color: #0071BC;
}

a:hover
{
  background: #ccc;
  text-decoration: none;
}


/* structure */
div#page {
  width: 700px;
  margin: 0 auto;
  text-align: left;
}

div#side {
  width: 150px;
  margin: 0;
  padding: 0;
  float: left;
  text-align: right;
}

div#main {
  width: 550px;
  margin: 0;
  padding: 0;
  float: left;
}

/* navigation, header, footer */
  
div#logo a:hover {
  background-color: inherit;
}

div#logo img {
  border: 0;
  text-align: right;
}

div#nav {
  padding-right: 2em;
  text-align: right;
  font-size: 0.85em;
  font-family: helvetica, arial, sans-serif;
}

div#nav a,
div#nav a:link,
div#nav a:visited {
  padding: 0.2em;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}

div#nav a:hover {
  background-color: #F0B528;  
  text-decoration: none;
}

/* automagically select current section in nav */
body.index #nav a.index,
body.learn #nav a.learn,
body.testimonials #nav a.testimonials,
body.start #nav a.start,
body.application #nav a.application,
body.news #nav a.news,
body.contact #nav a.contact,
body.testimonials #nav a.testimonials,
body.news #nav a.news,
body.faq #nav a.faq
{
  text-decoration: none;
  color: #D18D2C;
}

#header {
  text-align: center;
  margin-bottom: 2em;
}

#header h1 {
  padding-top: 0.5em;
}

#header p {
  padding: 0px 10px;
  color: #555;
  font-size: 1.2em;
}

#header p.steps {
  color: #000;
  text-align: left;
  line-height: 1.2em;
}

p.steps a {
  color: #bbb;
}

p.steps a.done {
  text-decoration: line-through;
}

#footer {
  text-align: center;
  margin-top: 1em;
}

#footer p {
  color: #aaa;
  font-size: 0.8em;
  text-align: center;
}

/* content */
div#content {
  margin: 0;
  text-align: left;
  clear: both;
}

#content h2 {
  color: #DB961B;
  font-family: helvetica, arial, sans-serif;
  text-align: center;
  padding-top: 1em;
}    

#content h3 {
  margin-bottom: 0;
}

img.right {
  float: right;
  padding-left: 1em;
}

img.left {
  float: left;
  padding-right: 1em;
}



/* forms */
label {
  font-weight: bold;
  color: #333;
}

input, select, textarea {
  border: 1px #333 solid;
}


/* news */
table.news td {
  padding: 0.5em;
  border-top: 1px #ccc solid;
}

table.news th {
  padding: 0.5em;
  border-top: 1px #ccc solid;
  font-weight: normal;
  width: 5em;
  vertical-align: top;
}

table.news a {
  font-weight: bold;
}

table.news strong {
  color: #0071BC;
}

/* index page */
body.index #content {
  text-align: center;
}

#shortcuts td {
  margin: 0;
  padding: 0.5em;
  width: 33%;
  vertical-align: top;
}

#shortcuts td h2 {
  margin: 0;
  padding: 0;
}

#shortcuts td p {
  margin: 0;
  padding: 0;
}

img.front {
  margin-bottom: 1em;
}
  
p.disclaimer {
  text-align: left;
  margin-top: 2em;
  font-size: 0.8em;
  color: #888;
}

/* recruits pages */
table.recruit_info {
  border-right: 1px solid #666;
  border-top: 1px solid #666;
}

table.recruit_info td {
  vertical-align: top;
  width: 50%;
  padding: 0.5em;
  font-size: 0.9em;
  font-family: helvetica, arial, sans-serif;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
}

table.recruit_info h2 {
  margin-top: 0;
}

table.recruit_info strong {
  color: #666;
}