/*
Project:        railsboxcar.com
Last Changed:   2009-03-11
                http://planetargon.com
-------------------------------------------------------------------------------------
TABLE OF CONTENTS

1) general styles
2) helper styles
3) layout structure
4) view components
5) overrides

*/

@import url("/stylesheets/boxcar_mortar/library.css");
@import url("/stylesheets/boxcar_mortar/grid.css");
@import url("/stylesheets/boxcar_mortar/reset.css");



/*##################################################################################
=1) general styles
##################################################################################*/

/* body styles, links headings, other elements, tags go here. */

/*----------------------------------------------------------------------------------
=body
----------------------------------------------------------------------------------*/

html {
  font: 62.5% Helvetica, Arial, sans-serif;
}

body {
  background: #0058af url(/images/body_bg.png) repeat-x;
  color: #fff;
  font-size: 1.4em;
  margin: 40px 0 0 0;
}

/*----------------------------------------------------------------------------------
=links
----------------------------------------------------------------------------------*/

/*a:focus {
  outline: 1px dotted invert;
}*/

a {
  color:#e7d9bc;
  font-size: 1.0em;
  text-decoration:underline;
}

a:visited {
}

a:hover {
  color: #fff;
}

a:active {
}

/* =link classes
--------------------------------------------------------------*/

a.destroy {
  color: #f00;
}

/*----------------------------------------------------------------------------------
=headings
----------------------------------------------------------------------------------*/

h1 {
  clear:both;
  display:block;
  font-size: 4.7em;
  padding-bottom: 10px;
  padding-top: 40px;
  text-align: center;
}

h2 {
  color: #e7d9bc;
  font-size: 3.9em;
  font-weight: bold;
  padding: 20px 0 5px 0;

}

h3 {
  color: #91beef;
  font-size: 1.9em;
  margin: 25px 0 15px 0;
  text-align: left;
  font-weight:bold;
}

h4 {
  color: #91beef;
  font-size: 1.3em;
  padding: 15px 0 15px 0;
  text-align: left;
  font-weight:bold;
}

h5 {
  font-size:1.0em;
  font-weight:bold;
  padding:20px 0 10px 20px;
}

h6 {
  font-size: 1.0em;
  font-weight: bold;
  margin-bottom: 0;
}


/*----------------------------------------------------------------------------------
=HTML tags
----------------------------------------------------------------------------------*/

p {
  font-size: 1.1em;
  line-height: 1.7em;
}

hr {
  background: url(/images/hr_bg.png) no-repeat center 0;
  border: none;
  height: 1px;
  margin: 20px 0 15px 0;
}

small {
}

blockquote {
  margin-bottom:50px;
}

/*----------------------------------------------------------------------------------
=utility classes
----------------------------------------------------------------------------------*/

/* =self-clear floats */
.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear:after {
  clear: both;
  content: '.';
  display: block;
  visibility: hidden;
  height: 0;
}

.clear {
  display: inline-block;
}

* html .clear {
  height: 1%;
}

.clear {
  display: block;
}

/*##################################################################################
=2) helper styles
##################################################################################*/

/* forms, consistent items with just one class go here */

h2 span {
  color: #fff;
  display: block;
  font-size: 0.5em;
  padding-bottom: 10px;
}

.newsletter h4{
  color: #fff;
  margin-left: 22px;
  padding-bottom:10px;
}

.primary_content p {
  font-size: 1.1em;
  font-weight: normal;
  padding: 0 0 20px 0;
}

p.summary {
  color: #c0d2e5;
  font-size: 1.5em;
  line-height:1.5em;
  margin: 5px 0;
  padding-bottom: 35px;
  text-align: center;
}

a.order_now {
  background:url(/images/order_now_button.png) no-repeat;
  display: block;
  height: 52px;
  margin: 0 auto;
  margin-top: 15px;
  text-indent: -9999px;
  width: 174px;
}

a.order_now_sm {
  background:url(/images/order_now_button_sm.gif) no-repeat;
  display: block;
  height: 39px;
  margin: 0 auto;
  margin-top: 15px;
  text-indent: -9999px;
  width: 131px;
}

a.product_argon {
  background: url(/images/product_of_planet_argon_button.png) no-repeat;
  display: block;
  height: 18px;
  margin: 0 auto;
  margin-top: 15px;
  text-indent: -9999px;
  width: 263px;
}

ul.horizontal {
  display:block;
  float: right;
}

ul.horizontal li a{
  color: #fff;
  font-weight: normal;
}

ul.horizontal li a:hover{
  color: #e7d9bc;
  text-decoration:underline;
}

ul.chat_list {
  list-style:none;
  margin: 10px 0;
}

ul.chat_list li {
  font: 0.8em Monaco, Courier New, Courier;
  margin-left: 30px;
  line-height:23px;
}

div.contact_info_container {
  background: #0c63b9 url(/images/info_box_bg.png) repeat-x;
  font-size:1.1em;
  margin-bottom:20px;
}

div.contact_info_container p {
  padding: 20px;
}

div.contact_info_container img{
  padding: 10px 0 20px 20px;
}

div.contact_info_container ul {
  font-size:1.0em;
  line-height:1.2em;
  padding: 0 20px 10px 20px;
}

div.contact_info_container ul li {
  list-style:none;
  margin:10px 0;
}

div.contact_info_container ul li.contact_last{
  padding-bottom:20px;
}

div.tour_info_container {
  background: #0c63b9 url(/images/info_box_bg.png) repeat-x;
  font-size:1.1em;
  margin-bottom:20px;
  overflow: hidden;
}


div.tour_info_container p {
  padding: 0 0 20px 20px;
}

div.tour_info_container p.tour_plans {
  clear:both;
  font-size: 1em;
  font-weight: bold;
  padding: 0 0 0 20px;
}

div.tour_info_container p.tour_plans span{
  color: #e7d9bc;
}

div.tour_info_container h2{
  float:left;
  font-size: 1.4em;
  margin-left: 15px;
}

div.tour_info_container img {
  float:left;
  padding: 20px 0 10px 20px;
}

div.tour_info_container img.order {
  display:block;
  padding: 10px 150px 30px 20px;
}

div.tour_info_container ul {
  font-size:1.0em;
  line-height:1.5em;
  padding: 20px;
}

div.tour_info_container ul li {
  background: url(/images/checkbox.gif) no-repeat 0 0;
  list-style-type: none;
  margin: 0 10px 20px 0;
  padding-left:25px;
}

div.tour_info_container ul li.sub {
  list-style-type: none;
  margin: 0 10px 20px 0;
  padding-left:25px;
}

div.tour_info_container ul li.sub ul {
  padding-bottom: 0;
  margin-left: -35px;
  margin-bottom: 0px;
}

div.tour_info_container ul li.sub ul li {
  list-style: square inside;
  background-image: none;
}

ul.util_nav {
  font-size: 0.9em;
  padding-bottom:5px;
}

ul.util_nav li span {
  font-weight:bold;
}

ul.util_nav li {
  color: #fff;
  list-style: disc;
  margin-left: 20px;
}

ul.util_nav li a {
  text-decoration: none;
}

ul li a.rss {
  background: url(/images/icon-rss.png) no-repeat left;
  padding: 2px 0;
  padding-left: 18px;
}

ul.util_nav li a:hover {
  color:#fff;
}

ul.util_nav li.first {
  background:#135a9f;
  list-style: none;
}

ul.util_nav li.first a {
  background:#135a9f;
  list-style: none;
  padding: 5px 5px 2px;
}

ul.util_nav li.first a:hover {
  background:#238918;
  color: #fff;
  list-style: none;
  text-decoration: none;
}

ul.util_nav li.first img {
  padding-right:5px;
  vertical-align:text-top;
}

ul.main_nav {
  clear: right;
  display: block;
  font-size: 1.6em;
  margin-top: 15px;
  width: 511px;  /* ie */
}

ul.main_nav li {
  color: #fff;
  margin-left: 12px;
  margin-bottom:15px;
  padding:6px 6px;
}

ul.main_nav li:hover {
  color: #fff;
  margin-left: 12px;
  margin-bottom:15px;
  padding:6px 6px;
}

ul.main_nav li.active {
  color: #fff;
  margin-left: 12px;
  margin-bottom:15px;
  padding:6px 6px;
}

ul.main_nav li.active a {
  color: #fff;
  display: block;
  text-decoration:none;
}

ul.main_nav li.active a:hover {
  color: #e7d9bc;
  text-decoration:underline;
}

ul.main_nav li a {
  color:#e7d9bc;
  display: block;
  text-decoration: underline;
}

ul.main_nav li a:hover {
  color:#fff;
  text-decoration: underline;
}

ul.vertical {
  list-style: square;
}

ul.vertical li{
  line-height: 1.5em;
  margin-bottom:8px;
  margin-left:30px;
}

.plan_box p {
  font-size: 1.2em;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

.plan_box p span{
  color: #e7d9bc;
}

div.primary_content img.plan_header {
  padding: 15px 0 10px 0;
}

/*----------------------------------------------------------------------------------
= form tags
----------------------------------------------------------------------------------*/



/* =form classes
--------------------------------------------------------------*/
form {
  padding: 10px 0 5px 0;
}

form p.contact_info {
  font-size:1.8em;
}


form input {
  border: none;
  color: #555;
  cursor: text;
  display: block;
  font: 1.2em Arial, sans-serif;
  height: 25px;
  margin: 8px 0 20px 0;
  padding: 4px;
  text-align: left;
  width: 280px;

}

form input.checkbox {
  border: none;
  display: inline;
  margin: 20px 0 5px 0;
  text-align: left;

}

form#contact {
  background: #004b95 url(/images/footer_newsletter_form_bg.png) repeat-x;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 20px;
}

form#contact * {
/*  border: 1px solid pink; */
}

form#contact label {
  color: #c0d2e5;
  display:block;
  float: left;
  font-size: 1.1em;
  width: 290px;
}

form#contact label.right {
  float: right;
}

form#contact label#referral {
  clear: both;
  display: block;
  float: left;
  width: 580px;
}

form#contact label#referral input{
  width: 580px;
}

form#contact fieldset{
  margin-top:5px;
}

form#contact textarea {
  border: none;
  clear:both;
  color: #444;
  cursor: text;
  display: block;
  font: 1.2em Arial, sans-serif;
  margin: 8px 0 20px 0;
  padding: 4px;
  width:580px;
}

form#contact input {
  display:block;
}

form#contact input[type="hidden"] {
  display: none;
}

div.fieldWithErrors input {
  display:block;
  float:left;
  width:100%;
}


.form_submit {
  background: #333;
  clear: both;
  margin: 0;
  padding: 10px;
}

form#contact input.message_submit {
  clear:both;
  cursor: pointer;
  height: 39px;
  margin: 0 20px;
  width: 201px;
}

.newsletter form {
  padding: 0 10px 10px 10px;
  margin: 0;
  text-align: center;
  width: auto;
}

.newsletter form input {
  display: block;
  font-size: 1em;
  height: 20px;
  margin-bottom: 15px;
  margin-left: 12px;
  text-align: left;
  width: 170px;
}

.newsletter form input.subscribe {
  border:none;
  cursor:pointer;
  height:39px;
  padding:0;
  width:131px;
}


/*##################################################################################
=3) layout structure
##################################################################################*/

/* skeleton and page furniture goes here */

div#header #logo{
  margin-top:25px;
}

div#logo {
  float:left;
}

div.plan_box {
  background: #0c63b9 url(/images/plan_box_bg.png) repeat-x;
  min-height:250px;
  text-align:center;
  margin-bottom:20px;
}

div.custom_plan_box {
  background: #0c63b9 url(/images/plan_box_bg.png) repeat-x;
  margin-bottom:50px;
  padding: 20px;
}

div.custom_plan_box h3 {
  color: #fff;
  margin-bottom: 0 0 10px 0;
}

div.plan_box_sm {
  background: #0c63b9 url(/images/plan_box_bg.png) repeat-x;
  min-height:200px;
  width:290px;
  text-align:center;
}


div.plan_sm {
  float:left;
  margin: 5px 10px;
  width:290px;
}


div.plan_sm img {
  display:block;
  margin:0 auto;
}


div.plan img {
  display:block;
  margin:0 auto;
}

div.action_box {
  background: #014990;
  clear:both;
  margin:30px 0 0 0;
  padding:20px;
}

div.action_box h3 {
  margin: 0 0 10px 0;
}

#thirty_day_guarantee {
  margin-bottom: 40px;
  position: relative;
}

#thirty_day_guarantee p.copy {
  font-size: 1.4em;
  margin-left: 140px;
  padding-bottom: 0;
  text-align: right;
}

#thirty_day_guarantee p.seal {
  background: url(/images/guarantee.png);
  height: 169px;
  left: 0;
  margin-top: -70px;
  padding: 0;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 174px;
}

.secondary_content #thirty_day_guarantee {
  margin-bottom: 20px;
}

.secondary_content #thirty_day_guarantee p.copy {
  font-size: 1em;
  margin-left: 110px;
}

.secondary_content #thirty_day_guarantee p.seal {
  left: -20px;
}

/*----------------------------------------------------------------------------------
=footer
----------------------------------------------------------------------------------*/

#footer {
  margin: 50px 0;
}

#footer a {

}

#footer a:hover {

}

#footer p {
  clear: both;
  color: #81a8cf;
  display: block;
  font-size: 1.0em;
  padding-top: 40px;
  text-align:center;
}

#footer p.blurb {
  color:#fff;
  font-size: 0.95em;
  padding: 0 10px 20px 0;
  text-align:left;
}

#footer p span {
  font-weight: bold;
}

#footer ul {
  text-align: left;
  margin: 0;
  list-style: none;
  padding: 0;
}

#footer ul li {
  margin-bottom: 10px;
  list-style: none;
}

#footer ul li img {
  padding-left:5px;
}

#footer div.newsletter {
  background: #004b95 url(/images/HBBG1.png) repeat-x;
  height: 235px;
  text-align: center;
}

#footer div.newsletter form p {
  color: #81a8cf;
  font-size: 0.95em;
  margin: 0 25px 25px;
  padding: 0;
  /*padding: 0 0 25px 12px;*/
  text-align: left;
  width:180px;

}

/*##################################################################################
=4) view components
##################################################################################*/

/* view components that are used globally go here */

/*----------------------------------------------------------------------------------
=typography
----------------------------------------------------------------------------------*/

.extra {
  float: right;
}

/* heading spacing */

.zero {/* no bottom margin*/
  margin-bottom: 0;
}

.half {/* half of the normal bottom margin */
  margin-bottom: 9px;
}

.double {/* double bottom margin */
  margin-bottom: 36px;
}

/* for page descrption */

p.desc {
  color: #666;
}

/* footnote */

p.footnote {
  color: #666;
  font-size: 10px;
}


/*##################################################################################
=5) overrides
##################################################################################*/

.container_12_gutter_10,
.container_16_gutter_10 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 955px;
}

.container_12_gutter_10 .grid_4
{
  width: 300px;
}

.container_12_gutter_10 .grid_8 {
  width: 630px;
}

img a {
  border:none;
}

.support {
  height: 452px;
  position: relative;
}

a.action {
  bottom: 20px;
  display: block;
  position: absolute;
}

img.quote_begin {
  float:left;
  padding-right:15px;
}

img.quote_end {
  float:right;
  padding-left:15px;
}

p.quote {
  background: url(/images/quote_begin.png) no-repeat top left;
}

.contact_info_container .name {
  float: left;
  margin-right: 20px 0;
  width: 125px;
}

.contact_info_container .name h6 {
  line-height: 1.4em;
  padding: 0 20px;
}

div.contact_info_container .title {
  border-left: 1px solid #5b98da;
  color: #c0d2e5;
  float: right;
  min-height: 40px;
  margin: 20px 0;
  width: 174px;
}

div.contact_info_container .title p {
  font-size: .8em;
  padding: 0 20px;
}

div.contact_info_container .title p a {
  display: block;
}

p.thanks {
  text-align:center;
}

div#error {
  margin: 0 auto;
  text-align: center;
}

div#error h1 {
  font-size: 3.8em;
}

div#error h4 {
  text-align:center;
}

div#error ul {
  font-size: 1.1em;
  margin:0 auto;
  padding-top: 10px;
}

div#error ul li {
  margin-bottom: 10px;
}

/* Everything that is "one-off" will go here. The goal is using this area as a last resort, any patterns or reusable CSS should not go here */

div#news_announcement {
  padding: 8px;
  line-height: 12px;
  border: none;
  background: #FFFF99;
  color: #000;
  margin-bottom: 10px;
}

div#news_announcement p {
 padding-bottom: 0px;
 text-align: center;
}

div#news_announcement a {
  color: #333;
}