/********************************************************************
*      File: jmp.css - CSS for Wall Street Journal                  *
*            Journal Mentoring Program site                         *
*      Date Created: 3/24/07                                        *
*********************************************************************/

/******************
*  Global Styles  *
*******************/

body {
  font-family: arial, helvetica, sans serif;
  font-size: 11px;
  margin: 0px;
}

#logo_header {
  background-image: url(images/header_back.gif);
}

/*******************
* Container Styles *
********************/

#container {
  width: 100%;
  height: 100%;
}

h1{
  color: #fff;
}

h2 {
  font-family: helvetica, sans serif;
  font-size: 12px;
  color: #bc441f;
  font-weight: bold;
  text-transform:uppercase;
}

a {
  text-decoration:none;
  font-family: arial, helvetica, sans-serif;
}

/****************
* Header Styles *
*****************/

#nav_header, #nav_header a {
  font-family: helvetica, sans serif;
  font-size: 12px;
  color: #bc441f;
  font-weight: bold;
  text-transform:uppercase;
}

#header-left, #header-right {
  height:100px;
}

#header-left {
  float: left;
  height: 80px;
  width: 20%;
  background-color: #1a2a63;
  border-bottom: 3px solid #525583;
  background-image: url(images/header-bg-grad.jpg);  
  background-position: bottom center;
}

#header-right {
  float: right;
  height: 80px;
  width: 80%;
  margin-left: -3px;
  background-color: #6a8899;
  border-bottom: 3px solid #b1c0c9;
  background-image: url(images/jmp_header_tr.gif);
  background-repeat: no-repeat;
}

#wsj-logo {

  z-index: 19;
}

#wsj-logo img{
  position:absolute;
  top: 60px;
  height: 40px;
  width: 100%;
  max-width: 20%;
  overflow:hidden;
}

#header-right h1, #wsj-logo h1 {
  display:none;
}

/*****************
* Sidebar Styles *
******************/

#sidebar {
  float: left;
  width: 180px;
  min-height: 1000px;
  height: auto;
  height: 1000px;
  background-color: #edecec;
}

#faq #sidebar {
  min-height: 2000px;
  height: auto;
  height: 2000px;
}

#sidebar div {
  padding: 2%;
}

#sidebar ul {
  margin-top: 4px;
  margin-bottom: 2px;
  list-style-image: url(images/side-bullet.jpg);
}

#sidebar ul li {
  margin-left:-15px;
  margin-bottom: 1px;
  color: #1a2a63;
}

#sidebar h2 {
  margin: 10px 0px 0 6px;
}

#djlogo {  
  margin-top: 20px;
  background-image: url('images/dow-logo.jpg');
  background-repeat: no-repeat;
  background-position:10% 0%;
  font-size: 9px;
  color: #515252;
}

#sidebar a {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  color: #1a2a63;
}

#sidebar a:hover, 
body#overview #s-overview, 
body#tools #s-tools, 
body#testimonials #s-testimonials, 
body#faq #s-faq, 
body#info #s-info
{
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  color: #6a8899;
}

#login_required {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  color: #bc441f;
  padding-left: 23px;
  margin-top: -50px;
  margin-bottom: -20px;
}

/*****************
* Content Styles *
******************/

#content {
  float: left;
  width: 600px;
  padding-top: 20px;
  padding-left: 50px;
  background-color: #fff;
}

#info #content, #tools #content {
  width: 75%;
}

#content a {
  text-decoration: underline;
}

.intro {
  font-size: 120%
}

#tools .intro, 
#testimonials .intro,
#faq .intro 
{
  font-size:150%;
  color:#bcbcbc;
}
 
#testimonials .marquee,
#faq .marquee 
{
/*float:left;*/
padding-right:5px;
color: #bc441f;

}

#info-intro {
  float:left;
  width:40%
}

.buttons-left {
  padding-top:120px;
  float:left;
  width: 45%;
}

.left-col {
  float:left;
  width: 40%;
}

.right-col {
  background-image: url('images/relax.jpg') no-repeat;
  float:right;
  margin:-20px 0 0 0px;
  width:50%;
  overflow:hidden;
}

.index-left {
  float: left;
  width: 40%;
}

.index-right {
  float: right;
  width: 40%;
  padding-right: 15%;
}

.index-left li, .index-right li {
  margin-left: -25px;
}

.index-left ul, .index-right ul {
  list-style-image: url(images/index-li.gif);
}

.message {
  clear: both;
  width: 85%;
}

.subhead {
  width: 100%;
  margin-top: 20px;
  padding-left: 16px;
  padding-top: 6px; 
  padding-bottom: 6px; 
  background-color: #6a889a;
  font: arial, helvetica, sans-serif;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  font-weight:bold;
}

.message a {
  color: #6a889a;
}

.message #headshot {
  float:left;
  padding-right: 10px;
}

.message p {
  font-family: miller;
  margin-top: 20px;
}

.message #signature {
  padding: 10px 0 0 30px;
}

#also-phone {
  padding-top: 40px;
  text-align:center;
  font-size: 140%;
}

#also-phone .contact, #also-phone a {
  color: #1a2a63;
  font-weight: bold;
}

#thanks {
  background-image: url(images/thanks-bg.jpg);
  background-repeat:repeat-x;
  background-position: bottom center;
}

#thanks img {
  vertical-align: -20%;
}

.marquee {
  font-family: helvetica condensed, sans serif;
  font-size:160%;
  font-weight:bold;
}

#content li {
  margin: 0 0 6px -25px;
}

#inforequest {
  padding-top: 20px;
  padding-left:15%;
}

.testimonial {
  margin-top:30px;
}

.attribution {
  margin: 10px 0 0 40px;
  color:#1a3571;
  font-style:italic; 
}

.qanda {
  margin-top:40px;
}

.qa {
  font-size:110%;
  font-weight:bold;
  padding-right:4px;
  color: #bc441f;
}

/**************
* Form Styles *
***************/

#form-container {
  clear: both;
}

#form-container h2 {
  font-family: helvetica condensed, sans serif;
  font-size: 14px;
}

form {
  width: 300px;
  float: left;
}

input {
  width: 200px;
}

input#state, input#zip {
  text-align: left;
  width: 60px;
}

input.submit {
  margin-left:35%;
  padding-top:10px;
  height: 35px;
  width: 79px;
}


