body {
  text-align: center;
  min-width: 760px;
  font-size: 12px;
  color: #333;
  font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
  margin: 0 0 0 0;
}

h1 {
  padding: .2em 0 0 0;
  color: #a10000;
  font-size: 1.5em;
  font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
}

h2 {
  font-size: 1.2em;
  font-weight: bold;
  color: #222;
}


h2 a:hover {
  text-decoration: underline;
}


h3 {
  font-size: 1.1em;
}

h4 {
  margin-bottom: 0px;
}

a {
  color: #003366;
  text-decoration: none;
}

img {
  border: 0;
}

p a, .p a {
  border-bottom: 1px dotted #003366;
}

blockquote {
  background: url("/images/shaded.jpg") no-repeat;
  font-size: 1em;
  border: 1px solid #DDD;
  padding: 0 15px 0 15px;
}

.didyouknow p {
  background: url("/images/didyouknow.gif") no-repeat;
  padding-top: 22px;
}

hr {
  height: 1px;
  color: #ccc;
  padding: 0;
  margin: 0;
}

.em {
  font-weight: bold;
}

.pa {
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
}

pre {
  background: url("/images/shaded.jpg") no-repeat;
  font-size: 1em;
  border: 1px solid #DDD;
  padding: 10px 15px 10px 15px;
}

/********************* FORMS ******************/

label {
  text-transform: capitalize;
}

input {
  padding: 2px;
  font-weight: bold;
}

.level input {
  padding: 0;
  width: 100px;
}

textarea {
  width: 19em;
  height: 18em;
}

.form dl {
  padding: 15px 5px 10px 10px;
  background: #efefef;
}

.form dt {
  float: left;
  clear: left;
  text-align: right;
  margin: 5px 10px 0 0;
  width: 130px;
  font-size: 1em;
  font-weight: bold;
}

.form dt.left_field {
  float: left;
  clear: left;
  text-align: right;
  margin: 0px 10px 0 0;
  width: 130px;
  font-size: 1em;
  font-weight: bold;
}

.form dd {
  margin-bottom: 5px;
  font-size: 1em;
}

.form dd.left_field {
  margin-bottom: 5px;
  font-size: 1em;
  height: 18px;
  padding-top: 4px;
}

.form {
  clear: left;
}

.form_text {
  display: block;
  padding-bottom: .4em;
  margin-bottom: .7em;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  vertical-align: middle;
}

.num {
  font-size: 1.8em;
  font-weight: bold;
  color: #5B7827;
  font-family: "Georgia", "Times New Roman", Times, serif;
}

.form_note {
  font-size: .9em;
}

.form_note a {
  border-bottom: 1px dotted #003366;
}

#security {
  padding-left: 100px;
  padding-top: 8px;
}

.form_single_column textarea {
  width: 90%;
  margin: 0 5% 0 5%;
  height: 12em;
  padding: 2px;
}

.form_clear_top {
  padding-top: 10px;
}

#mini_view dt {
  width: 70px;
}

#mini_view dd {
  padding-top: 5px;
}

#mini_view_edit {
  display: block;
  float: right;
}

#hosting_plan_partial {
  border: 1px solid #666;
}

/********************* ERRORS ******************/

.fieldWithErrors {
  padding: 2px;
  background-color: #D70000;
  display: table;
}

#ErrorExplanation {
  width: 400px;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  border: 5px solid #D70000;
  background: #efefef;
}

#ErrorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 1.2em;
  margin: 0 -7px -7px -7px;
}

#ErrorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#ErrorExplanation ul li {
  font-size: 12px;
  list-style: disc;
}


#wrapper {
  width: 680px;
  margin: 0 auto;
  text-align: left;
}

#header_notification {
  padding: 8px 20px 8px 20px;
  line-height: 18px;
  border: none;
  border-bottom: 4px solid #F2D397;
  background: #f4eea9;
  color: #000;
}

#header_notification a {
  color: #003366;
  padding: 1px;
  text-decoration: underline;
  font-weight: bold;
}


#header {
  width: 680px;
  font-size: .8em;
  height: 35px;
  margin-top: 25px;
}

#mainNav {
  margin: 0;
  padding: 8px 0 0 0;
  list-style: none;
  vertical-align: bottom;
  font-size: 11px;
  font-family: "Lucida Grande", Arial, sans-serif;
}



#mainNav li {
  float: left;
  border-right: 1px solid #ccc;
  font-weight: bold;
}

#mainNav li.last {
  border-right: none;
}

#mainNav li a:hover {
  color: #000;
  text-decoration: underline;
}

#mainNav li a {
  display: block;
  padding: 0 .8em;
  line-height: 1.5em;
  font-size: 1em;
  color: #333;
  text-decoration: none;
}

#mainNav li.first a {
  padding: 0 .8em 0 0;
}

#logo {
  margin-right: 0px;
  float: right;
}

#logo img {
  border: none;
}

#divider {
  height: 20px;
  background-color: #003366;
  background: url("/images/fade_up.gif") repeat-x;
  border-bottom: 2px solid #003366;
}

#header_left {
  float: left;
  margin-top: 5px;
}

#header_right {
  float: right;
  margin-top: 5px;
}


#pageImage {
  padding: 5px 0 0 0;
  margin: 0;
}

#spacer {
  padding: 3px;
  background: url("/images/spacer.gif") repeat-x;
  clear: both;
}

#content {
  clear: both;
  width: 679px;
  margin-right: 20px;
  border-right: 1px solid #ccc;
}

#footer {
  width: 680px;
  margin-top: 8px;
  border-top: 8px solid #003366;
  clear: both;
  text-align:center;
  font-size: .8em;
}

#footer input {
  font-size: .9em;
}

#primaryContent {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0 15px;
  clear: left;
  width: 461px;
}

html>body #primaryContent {
  width: 429px;
}

#primaryContentAlt {
  border-left: 1px solid #ccc;

  padding: 0 15px;
  clear: left;
  width: 650px;
}

#clear {
  clear: both;
}

/****************** SIDE BAR ******************/

#secondaryContent {
  width: 205px;
  float: right;
  padding-top: 8px;
/*   border: 1px solid #343; */
}

.side_bar_item {
  padding-right: 1em;
  font-size: .9em;
  padding-bottom: 1.5em;
}

.side_bar_blogs {
  padding-right: 1em;
  font-size: .9em;
  padding-bottom: 1.5em;
}

.side_bar_title {
  font-weight: bold;
  font-size: 1.2em;
  color: #5B7827;
}

.side_bar_blogs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog_icon {
  margin: 6px 0 2px 0;
  padding: 0;
  font-weight: bold;
  line-height: 16px;
  background: url("/images/icons/plus_sign.gif");
  background-repeat: no-repeat;
  background-position: 0 50%;
  font-size: 1.1em;
}

.blog_icon a {
  padding-left: 16px;
  text-decoration: none;
}

.newsletter {
  width: 192px;
}

/************ RSS Feeds ***********/

.expand {

}

.blog_container {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog_container li {
  margin: 6px 0px 2px 14px;
  padding: 0;
  line-height: 14px;
  background: url("/images/icons/paper.gif");
  background-repeat: no-repeat;
  background-position: 0 -1px;
  font-size: 1em;
  vertical-align: middle;
}

.blog_container span {
  border-bottom: 1px dotted #c3c3c3;
}

.blog_container li a {
  padding-left: 16px;
  text-decoration: none;
  display: block;
  color: #666;
}

.blog_close {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog_close li {
  margin: 6px 0px 2px 14px;
  padding: 0;
  line-height: 14px;
  background: url("/images/icons/close_sign.gif");
  background-repeat: no-repeat;
  background-position: 0 50%;
  font-size: 1.1em;
  font-weight: bold;
}

.blog_close li a {
  padding-left: 16px;
  text-decoration: none;
  display: block;
  color: #a10000;
}

/*.rssAgg {
  width: 100%;
  margin: 0;
  list-style: none;
  font-size: .9em;
  line-height: 1.6em;
  border-left: 1px solid #DDD;
}

.rssAgg a:link, .rssAgg a:visited {
  color: #666;
  text-decoration: none;
}

.rssAgg a:hover {
  color: #414d63;
  text-decoration: underline;
}*/







/************* HOSTING PLANS *****************/

#hosting_plans div {
  float: left;
  border: 1px solid #ccc;
  padding: 0;
  margin: 0 0 0 11px;
}

.hosting_plans_badge {
  padding: 0 0 4px 4px;
  font-size: .9em;
  font-weight: bold;
  display: block;
}

.hosting_plans_badge a {
  border-bottom: 1px dotted #003366;
}


#business_plan div {
  border: 1px solid #ccc;
  padding: 0;
}

#compare {
  float: left;
}


.hosting_plan {
  font-size: 1.1em;
  margin: 20px 0 30px 0;
}

.plan_name {
  position: relative;
  z-index: 1;
  font-size: 1.1em;
  font-weight: bolder;
  color: #fff;
  border-bottom: 2px solid #003366;
  padding: 2px 6px;
  background: url("/images/fade_up.gif") repeat-x;
  margin: 0;
}

.hosting_plan div.price {
  float: right;
  font-size: 1.2em;
  background: url("/images/shaded.jpg") no-repeat;
  padding: .8em 0 0 .8em;
  font-weight: bold;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.order_compare_plans a {
  display: block;
  font-size: .8em;
  text-decoration: none;
  padding-top: 3px;
  text-transform: uppercase;
}

.order_compare_plans a:hover {
  text-decoration: underline;
}

.plan1 {
  background: url("/images/6months.gif") no-repeat;
  padding: 3px 0 15px 55px;
  font-size: 1em;
}

.plan2 {
  background: url("/images/12months.gif") no-repeat;
  padding: 3px 0 15px 55px;
  margin-right: 18px;
  font-size: 1em;
}

.per_month {
  padding-top: .2em;
  font-size: 9px;
}

.price_per_month {
  color: #5B7827;
  font-weight: bold;
}

.hosting_plan_description p {
  background: url("/images/icons/aarow_right.gif") no-repeat;
  padding-left: 20px;
  margin-left: .5em;
  line-height: 1em;
}

.setup_guarantee {
  margin: 20px 0 17px .5em;
  padding-left: 20px;
  height: 38px;
  line-height: 1.3em;
  vertical-align: middle;
}



#hosting_comparison_chart {
  border-bottom: 5px solid #003366;
  padding-top: 5px;
}

#hosting_comparison_chart td a {
  border-bottom: 1px dotted #003366;
}

#hosting_comparison_chart table {
  font-size: .9em;
  border-top: 5px solid #003366;
  margin-bottom: 10px;
}

#hosting_comparison_chart td, #hosting_comparison_chart th {
  border-bottom: 1px solid #ccc;
}

#hosting {
  padding: 0;
  margin: 0;
  width: 100%;
}

#hosting td {
  padding: 3px 5px;
}

.hosting_top td, .hosting_top th {
  font-weight: bold;
  text-transform: uppercase;
  background: url("/images/fade_down.jpg") repeat-x;
}

#package_top {
  width: 150px;
  text-align: left;
  border-left: 1px solid #ccc;
}

#level_top {
  border-right: 1px solid #ccc;
}

.hosting th {
  background: url("/images/fade_down.jpg") repeat-x;
  padding: 3px 5px;
  border-bottom: 1px solid #c9c9c9;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.package {
  width: 150px;
  text-align: left;
}

.level {
  text-align: center;
}

#hosting_last td {
  border: 0;
}

.more_details {
  display: block;
  margin-bottom: 30px;
  background: url("/images/icons/plus_sign.gif");
}

.close_details {
  background: url("/images/icons/close_sign.gif");
  margin-top: 5px;
}

.more_details, .close_details {
  margin-left: .5em;
  background-repeat: no-repeat;
  background-position: 0 50%;
  font-size: .9em;
  text-transform: uppercase;
  font-weight: 700;
}

.more_details a, .close_details a {
  text-decoration: none;
  padding-left: 20px;
}

.close_details a {
  color: #990000;
}

.hosting_details {
  margin-top: 2em;
  border-top: 5px solid #2F4A68;
  padding-bottom: 1em;
  border-bottom: 5px solid #2F4A68;
}

.hosting_details_list {
  margin-left: -35px;
  margin-right: 15px;
  padding-right: 15px;
}

.hosting_details_list ul li {
  font-weight: bold;
  list-style: none;
  background: url("/images/icons/aarow_down.gif") no-repeat;
  padding-left: 20px;
  line-height: .9em;
  font-size: .9em;
}

.hosting_details_list ul li ul, .hosting_details_extras ul {
  padding-top: .5em;
}

.hosting_details_list ul li ul li, .hosting_details_extras ul li {
  list-style: none;
  background: url("/images/icons/aarows.gif") no-repeat;
  padding-left: 12px;
  line-height: 1.4em;
  margin-left: -3em;
  font-size: .9em;
  font-weight: 400;
}

.hosting_plan_extended {
  display: none;
}

.hosting_details_info {
  padding: 0 10px 0 10px;
  margin: 0 0 0 15px;
  font-size: .9em;
  float: right;
  width: 50%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: url("/images/shaded.jpg") no-repeat;
}

.hosting_details_extras {
  background: #F7E6C1;
  margin: 0 7px;
  padding: 10px;
}

.hosting_details_extras ul {
  margin: -5px 0 -2px 10px;
}

.ruby_gems {
  border: 1px solid #ccc;
  margin-top: 10px;
  padding: 10px 15px;

  background: #efefef;
  float: left;
  width: 615px;
}

.ruby_gems pre {
  padding-left: 5px;
}

/******************NEWS******************/

.news_container_first {
  background: url("/images/shaded.jpg") no-repeat;
  border: 1px solid #DDD;
  padding: 10px 12px;
  margin-bottom: 14px;
}

.news_container{
  padding: 0 12px;
  margin-top: 1.8em;
  margin-bottom: 1.8em;
}

.news_story {
  border-bottom: 1px solid #ccc;
}

.news_story p {
  padding: .3em 0em;
  margin: 0px;
  text-align: justify;
  line-height: 1.5em;
}

.news_title {
  font-family: verdana, arial, sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  color: #003366;
}

.news_title a:hover {
  border-bottom: 1px dotted #003366;
}

.news_container ul, #news_container_first ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news_date, #news_date_first {
  font-size: .8em;
  color: #666;
  margin: 4px 0 0 0;
  line-height: 14px;
  background: url("/images/icons/paper.gif");
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.news_date a, #news_date_first a {
  padding-left: 16px;
  text-decoration: none;
  color: #666;
}

.news_date a:hover, #news_date_first a:hover {
  color: #003366;
}

.news_date span:hover, #news_date_first span:hover {
  border-bottom: 1px dotted #003366;
}

.news_top {
  border: 1px solid #ccc;
  padding: .8em 1em;
  background: url("/images/shaded_small.jpg") no-repeat;
}

.test {
  border: 1px solid #333;
}

/*************** FAQ ******************/

.faq {
  background: none;
  padding: 0;
  margin: 0;
}

.faq dt {
  font-weight: bold;
  font-size: 1.1em;
  margin-top: .8em;
  padding-left: 16px;
  background: url("/images/icons/arrow_down.gif");
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.faq dd {
  margin: .3em 0 .3em 16px;
}

/************** ABOUT *****************/

.team {
  clear: left;
}

.team_photo1 {
  float: left;
  margin: 0 15px 0 0;
}

.team_photo2 {
  float: right;
  margin: 0 0 0 15px;
}


.team_photo1 img {
  margin: 0 0 15px 0;
}

.team_name {
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

/************* CONTACT ****************/

#contact_text {
  margin: 0 15px 15px 0;
  padding-right: 10px;
  float: left;
  border-right: 1px solid #ccc;
  width: 250px;
}

#contact_text p {
  padding: 0;
  margin: 0;
}

#contact {
  font-size: .9em;
}

#contact span {
  display: block;
  padding-bottom: 7px;
}

#contact a {
  display: inline;
  border-bottom: 1px dotted #003366;
  margin-bottom: 5px;

}

#contact_form {
  clear: left;
  margin-top: 1em;
}

.thanks {
  padding: 15px;
  margin-right: 5px;
  margin-bottom: 15px;
  border: 3px solid #F2D397;
}



#pgcart {
  background: url("/images/pgcart.jpg") no-repeat;
  padding-top: 73px;
  padding-right: 13px;
  width: 232px;
  text-align: right;
  float: left;
  margin: 0 15px 10px 0;
}

#programmingrails {
  background: url("/images/programmingrails.jpg") no-repeat;
  padding-top: 72px;
  padding-right: 85px;
  width: 160px;
  height: 18px;
  text-align: right;
  float: left;
  margin: 0 15px 10px 0;
}

#refactoringrails {
  background: url("http://www.refactoringrails.com/refactoringrailssmall.jpg") no-repeat;
  padding-top: 76px;
  padding-right: 13px;
  width: 275px;
  height: 18px;
  text-align: right;
  float: left;
  margin: 15px 15px 10px 0;
}


.announce {
  border: 3px solid #F2D397;
  margin: 0 12px 15px 0;
  padding: 8px 10px 8px 10px;;
}

textarea#hear_about_us {
  height: 40px; 
}

textarea.referral {
  height: 5em;
}

.status_OK { color: green; }
.status_WARNING { color: orange; }
.status_OUTAGE { color: red; }
.status_NOTICE { color: yellow; }

.status_OK, .status_WARNING, .status_OUTAGE, .status_NOTICE { font-weight: bold; }

.table_header_uncentered {
  text-align: left;
}

ul#sidebar_team {
  list-style: none;
  margin: 0;
  padding: 0;
}
