/******************************************************************/
/*** Copyright (c) 2007-2008 Webplus, Inc. All rights reserved. ***/
/******************************************************************/

/*
  Description: defines style for individual ids and classes
                  not covered in base.css, layout.css, and forms.css
*/

/* palette info:
   
   HARD GREEN :  #090;
   soft green :  #efa;
    highlight :  #f8ffdd;   << ONLY use as highlight

    HARD BLUE :  #259;
    soft blue :  #ccddf4;
    link blue :  #00f;      << ONLY use as hover/active

     !ORANGE! :  #f91;

    HARD GREY :  #eee;      << borders, lines
    soft grey :  #f9f9f9;   << backgrounds

	    !RED! :  #c00;      << error
*/


/**  general/global  **/

body {
  /* background: -color -image -repeat -attachment -position; */
}

.error { color:#c00; }

.center { text-align: center; }

.buffer { margin-top: 12pt; }

.no-buffer { margin-top: 0 !important; padding-top: 0 !important; }

.headline {
  color: #090;
  cursor: default;
  font-family: arial, helvetica, sans-serif;
  font-size: 1.25em;
  font-weight: bold;
}

.highlight {
  background-color: #f8ffdd;
  letter-spacing: .3px;
}

.box_cold {
  background-color: #f9f9f9;
  border: 1px solid #259;
}
.box_warm {
  background-color: #f9f9f9;
  border: 1px solid #090;
}
.box_hot {
  background-color: #f9f9f9;
  border: 2px solid #f91;
}

.group {
  margin: 0 !important;
  padding: 0 !important;
}

.narrow_column {
  margin-left: auto;
  margin-right: auto;
  width: 700px;
}

/**  header  **/

#header table { width: 960px; }

td.header_logo {
  text-align: center;
  padding: 10px 0;
  vertical-align: middle;
}
td.header_logo a {
  display: block;
}

td.header_boilerplate h1 {
  color: #259;
  cursor: default;
  font-family: arial, helvetica, sans-serif;
  font-size: 18pt;
  font-weight: bold;
  margin: 0;
  padding: 10px 15px;
  text-align: center;
}

td.header_contact {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
}
.header_contact_heading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
}
.header_contact_instructions {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}
.header_contact_phone {
  color: #090;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt;
  font-weight: bold;
  letter-spacing: .5px;
}
.header_contact_phone_intl {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

.header_contact a:link,
.header_contact a:visited {
  color: #00f; /* hard blue so it shows up */
  text-decoration: none;
}
.header_contact a:hover,
.header_contact a:active {
  outline: none;
  text-decoration: underline;
}
.header_contact a:focus {
  -moz-outline-style: none;
}


/**  nav  **/

#nav {
  background: #fff url('/media/nav-bg.png') repeat-x bottom;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 38px;
  list-style-type: none;
  margin: 0 0 5px;
  padding: 0 0 0 20px;
  width: 940px; /* page width less padding sides */
}
#nav li {
  float: left;
  line-height: 38px;
  margin: 0;
  padding: 0;
  text-align: center;
}
#nav li.current {
  background: #fff url('/media/nav-tab-right.png') no-repeat bottom right;
}
#nav li.current a {
  background: transparent url('/media/nav-tab-left.png') no-repeat bottom left;
}
#nav li.passive {
  background: #fff url('/media/nav-tab2-right.png') no-repeat bottom right;
}
#nav li.passive a {
  background: transparent url('/media/nav-tab2-left.png') no-repeat bottom left;
}
#nav a {
  display: block;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  outline: 0;
  padding: 0 20px;
}
#nav a:link,
#nav a:visited {
  color: #259;
  text-decoration: none;
}
#nav a:hover,
#nav a:active {
  color: #00f;
  text-decoration: underline;
}

#nav_sub {
  border-bottom: 1px solid #ccddf4;
  height: 37px;
  list-style-type: none;
  padding: 0;
  width: 960px;
}
#nav_sub li {
  float: left;
  line-height: 24px;
  padding: 5px 15px 8px;
}
#nav_sub a {
  display: block;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}
#nav_sub a:link,
#nav_sub a:visited {
  color: #259;
  text-decoration: underline;
}
#nav_sub a:hover,
#nav_sub a:active {
  color: #00f;
  text-decoration: underline;
}
#nav_sub li.current {
  background: #fff url('/media/nav-sub-indicator.png') no-repeat center 27px ;
}
#nav_sub li.current a {
  color: #090 !important;
  text-decoration: none;
}

.header_page_title {
  cursor: default;
  font-family: arial, helvetica, sans-serif;
  font-size: 18pt;
  font-weight: bold;
  margin: 0;
  padding: 9pt 0;
  text-align: left;
}

/**  special message  **/

#special_msg {
  cursor: default;
  padding: 12pt 0 3pt;
}
#special_msg fieldset {
  border-top: 2px solid #f91;
  border-bottom: 2px solid #f91;
}
#special_msg legend {
  border: 2px solid #f91;
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  margin-left: 18pt;
  padding: 3pt 6pt;
}
#special_msg p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  line-height: 16pt;
  padding: 4.5pt 9pt 9pt;
}

#special_msg a {
  color: #00f;
}

/**  content  **/

#content {
  /* layout is defined in #layout_content in layout.css */
  font-family: arial, helvetica, sans-serif;
  font-size: 12pt;
  font-size: .9em;
  line-height: 1.5em;
}

#content a:link,
#content a:visited {
  color: #259;
  font-weight: bold;
  text-decoration: none;
}
#content a:hover,
#content a:active {
  color: #00f;
  outline: none;
  text-decoration: underline;
}
#content a:focus {
  -moz-outline-style: none;
}

#content dd {
  padding-bottom: 9pt;
}

/**  footer  **/

#footer {
  clear: both;
  float: none;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 8pt;
  line-height: 12pt;
  margin-top: 15pt;
}

#footer .footer_group {
  float: left;
  padding: 0 15px 20pt 10px;
  padding-bottom: 20pt;
}

#footer a:link,
#footer a:visited {
  color: #259;
  text-decoration: none;
}
#footer a:hover,
#footer a:active {
  color: #00f;
  text-decoration: underline;
}



/**  funnel pages  **/

.funnel_page_list {
  font-size: 12pt;
}
.funnel_page_list li {
  /* text defined here controls the bullets/numbers of the list */
  color: #090;
  font-weight: bold;
  margin-bottom: 9pt;
}
.funnel_page_list li span {
  /* text defined here controls the content of the list */
  color: #000;
  font-weight: normal;  
}
.funnel_page_list li span strong {
  /* these are the "headlines" for each list item */
  color: #090;
}



/**  business agreement pages  **/

address.business_agreement_address {
  margin: 10px 35px;
}

.business_agreement_actions {
  font-size: 16pt;
  text-align: center;
}
.business_agreement_actions a {
  font-weight: normal !important;
}
.business_agreement_next:link,
.business_agreement_next:visited {
  background-image: url('/media/Learn_next.gif');
  background-position: top left;
  display: block;
  height: 52px;
  margin: 10px auto;
  text-indent: -9999px;
  width: 303px;
}
.business_agreement_next:hover,
.business_agreement_next:active {
  background-position: 0 52px;
}