/* 
    AUTHOR: Dieter Randolph
*/

/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
html {  }
body { 
  background-color: #e3e3e3;
/*   color: #3c3c3c; */
  color: #272727;
	font: 62.5% arial, helvetica, garuda, sans-serif; 
	text-align: center;
}
p {  }
.required_indicator {
  color: #ff4300;
}
a { outline: none; }
a img { border: none; }
a:link, a:visited {
/*   color: #406281; */
  color: #364e6d;
  text-decoration: none;
}
a:hover {
  color: #0065e8;
  text-decoration: underline;
}
a.current:link, a.current:visited {
  color: #ff4300;
}
.alt_links a:link, .alt_links a:visited {
  border-bottom: none;
  color: #ff4300;
}
.alt_links a:hover {
  color: #0072dc;
}
a.twitter_link {
  background: transparent url(../images/twitter_logo.jpg) no-repeat 0 50% !important;
  padding-left: 2.2em;
}
.blog_block a.twitter_link {
  background: transparent url(../images/twit_icon.png) no-repeat 0 50% !important;
  padding-left: 1.5em;
  font-weight: bold;
}
.blog_block a.rss_link {
  background: transparent url(../images/rss_icon.png) no-repeat 0 50% !important;
  padding-left: 2em;
  font-weight: bold;
}
a.publish_link {
  background: transparent url(../images/publish_unselected.png) no-repeat 0 50% !important;
  padding-left: 2.9em;
  line-height: 20px;
}
a.manage_link {
  background: transparent url(../images/manage_unselected.png) no-repeat 0 50% !important;
  padding-left: 2.5em;
  line-height: 20px;
}
a.publish_link .selected {
  background: transparent url(../images/publish_selected.png) no-repeat 0 50% !important;
}
a.manage_link .selected {
  background: transparent url(../images/manage_selected.png) no-repeat 0 50% !important;
}
a.top_link {
  font-weight: bold;
  background: transparent url(../images/up_arrow.png) no-repeat 100% 50% !important;
  padding-right: 1em;
}
a.top_anchor {
  font-size: 110%;
  padding-bottom: 1em;
}
a.button_big, a.button_small {
  display: block;
  border: 1px solid #9d2700;
  color: #fff;
  font-weight: bold;
  padding: 0 1em;
}
a.button_big:link, a.button_big:visited {
  background: #9d2700 url(../images/button_big.jpg) repeat-x 0 0;
  text-decoration: none;
  line-height: 24px;
  font-size: 120%;
  color: #fff;
}
a.button_big:hover {
  background: #9d2700 url(../images/button_big_rollover.jpg) repeat-x 0 0;
  text-decoration: none;
}
.blog_block a.button_small {
  width: 22%;
}
a.button_small:link, a.button_small:visited {
  background: #9d2700 url(../images/button_small.jpg) repeat-x 0 0;
  text-decoration: none;
  line-height: 18px;
  color: #fff;
}
a.button_small:hover {
  background: #9d2700 url(../images/button_small_rollover.jpg) repeat-x 0 0;
  text-decoration: none;
}
img.detail_arrow {
  background: transparent url(../images/detail_arrow.png) no-repeat 100% 50%;
  width: 8px;
}

#fdbk_container a:link, #fdbk_container a:visited, #fdbk_container a:hover {
  border-bottom: none !important;
}

.background_grey { color: #e3e3e3; }
.white { color: #fff; }
.red { color: #ff4300; }
.blue { color: #406281; }
.darkest_grey { color: #3c3c3c; }
.dark_grey { color: #efeeed; }
.medium_grey { color: #b1ada9; } 
.light_grey { color: #f8f7f6; }
.border_grey { color: #d6d6d6; }
.passive_border_grey { color: #c9c9c9; }
.passive_grey { color: #d8d7d7; }
.active_blue { color: #0065e8; }
.button_border { color: #9d2700; }

.main_width { width: 970px; }
.header_height { height: 46px; }
.footer_height { height: 38px; }
.input_width { width: 214px; }
.block_border_height { height: 4px; }

/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.float_left { float: left; }
.float_right { float: right; }
.clear { clear: both; }
.align_left { text-align: left; }
.align_right { text-align: right; }
.main {
  font-size: 120%;
}
.no_show {
  display: none;
}
.no_case {
  text-transform: none !important;
}
.lighter_sup {
  color: #898989;
  font-weight: normal;
}
.breadcrumb_separator {
  background: transparent url(../images/breadcrumb_arrow.png) no-repeat 0 50%;
  padding: 0 4px 0 0;
}
/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
#outer_left {
  margin: 0 auto;
  width: 101.8em;
  background: transparent url(../images/outer_border_left.jpg) repeat-y 0 0;
  padding-left: .4em;
}
#outer_right {
  margin: 0 auto;
  width: 101.4em;
  background: #fff url(../images/outer_border_right.jpg) repeat-y 100% 0;
  padding-right: .4em;
}

#container, #header div, #footer div {
	margin: 0 auto;
	width: 97em;
}
#container {
  padding: 4em 0 3.5em 0;
}
#header div, #footer div {
  text-align: left;
}
#header ul, #footer ul {
  list-style-type: none;
}
#header ul li, #footer ul li {
  display: block;
  float: left;
  padding: 0 1em;
}
#header ul li.first, #footer ul li.first {
  padding: 0 1em 0 0;
  background: none !important;
}
#header ul li.last, #footer ul li.last {
  float: right;
  padding: 0;
}
#header ul li a:link, #header ul li a:visited, #footer ul li a:link, #footer ul li a:visited {
  display: block;
}
#header ul li a:hover, #footer ul li a:hover {
  text-decoration: none;
}
#header {
  height: 46px;
  background: transparent url(../images/header_back.jpg) repeat-x 0 0;
}
#header ul li {
  line-height: 46px;
  font-size: 120%;
  background: transparent url(../images/header_spacer.jpg) no-repeat 0 50%;
}
#header ul li.last {
  background: transparent url(../images/header_logo.png) no-repeat 100% 50%;
  width: 66px;
}
#header ul li a:link, #header ul li a:visited {
  font-weight: bold;
  text-transform: uppercase;
}
#header ul li a.current:link, #header ul li a.current:visited {
  background: transparent url(../images/header_current.jpg) repeat-x 0 0;
}
#main_content, #main_content_head, #main_content_detail, #main_content_blog, #main_content_table, #main_content_thanks, #main_content_maintenance, #main_content_signup, #main_content_catchall {
  font-size: 120%;
  text-align: left;
  margin-bottom: 2.5em;
}
#main_content_blog {
  margin-bottom: 0;
}
#main_content_table {
  margin-bottom: 15px;
}
#main_content_head h1 {
  font-weight: normal;
  font-size: 208%;
  padding: .3em 0 0 0;
  width: 60%;
}
#main_content .sidebar {
  width: 29%;
}
#main_content .sidebar h1 {
  font-weight: normal;
  font-size: 165%;
  padding: .5em 0;
}
#main_content .sidebar p {
  font-size: 120%;
  line-height: 1.4;
  padding: 1em 0 2em 0;
}
#main_content .mainbar {
  width: 69%;
} 
#main_content_detail .inner_container {
  background: transparent url(../images/detail_back.png) no-repeat 0 100%;
  border-top: 1px solid #c9c9c9;
}
#main_content_blog .inner_container {
  background: transparent url(../images/blog_back.png) no-repeat 0 100%;
  border-top: 1px solid #c9c9c9;
}
#main_content_table .inner_container {
  background: transparent url(../images/pricing_back.png) no-repeat 0 100%;
  border-top: 1px solid #c9c9c9;
}
#main_content_thanks .inner_container {
  background: transparent url(../images/thanks_back.png) no-repeat 0 100%;
  border-top: 1px solid #c9c9c9;
  margin-bottom: -15px;
}
#main_content_signup .inner_container {
  background: transparent url(../images/signup_back.png) no-repeat 0 100%;
  border-top: 1px solid #c9c9c9;
  margin-bottom: -15px;
}
#main_content_maintenance .inner_container {
  background: transparent url(../images/maintenance_back.png) no-repeat 0 100%;
  border-top: 1px solid #c9c9c9;
}
#main_content_catchall .inner_container {
  background: transparent url(../images/catchall_back.png) no-repeat 0 100%;
  border-top: 1px solid #c9c9c9;
}
#main_content_detail .sidebar, #main_content_detail .mainbar, #main_content_signup .sidebar, #main_content_signup .mainbar, #main_content_catchall .sidebar, #main_content_catchall .mainbar {
  padding: 2.5em 1em 1em 1em;
}
#main_content_blog .mainbar {
  padding: 2.5em 1em 1em 1.5em;
}
#main_content_detail h1, #main_content_blog h1, #main_content_table h1, #main_content_signup h1, #main_content_catchall h1 {
  font-weight: normal;
  font-size: 208%;
  padding: .3em 0 2px 0;
  border-bottom: 4px solid #3c3c3c;
}
#main_content_table h1 {
  width: 970px;
}
#main_content_blog h1 .subhead {
  display: block;
  font-size: 60%;
  padding-top: .5em;
}
#main_content_blog .mainbar .blog_post ul, #main_content_blog .mainbar .blog_post ol {
  padding: 0 0 0 1.3em;
}
#main_content_detail .sidebar, #main_content_signup .sidebar {
  width: 285px;
}
#main_content_catchall .sidebar {
  width: 115px;
}
#main_content_detail .sidebar ul, #main_content_catchall .sidebar ul {
  list-style-type: none;
  line-height: 1.5em;
  padding-bottom: 1.5em;
}
#main_content_catchall .sidebar ul li {
  font-weight: bold;
  font-size: 14px;
  padding: 0 0 6px 0;
}
#main_content_blog .sidebar {
  width: 310px;
}
#main_content_detail .sidebar ul li strong, #main_content_catchall .sidebar ul li strong {
  font-size: 110%;
}
#main_content_detail .mainbar, #main_content_signup .mainbar {
  margin-left: 33%;
  font-size: 107%;
  line-height: 1.5em;
}
#main_content_catchall .mainbar {
  margin-left: 140px;
  padding-left: 20px;
  font-size: 107%;
  line-height: 1.5em;
}
#main_content_blog .mainbar {
  margin-right: 315px;
  font-size: 107%;
  line-height: 1.5em; 
}
#main_content_blog .mainbar .links {
  border-top: 1px solid #c9c9c9;
  font-size: 87%;
  padding-bottom: 6em;
  padding-top: 5px;
}
#main_content_blog .mainbar .footer_links {
  text-align: right;
  font-size: 125%;
  padding: 0 0 1em 0;
  margin-top: -2.5em;
}
#main_content_detail .mainbar p, #main_content_detail .mainbar ul, #main_content_detail .mainbar ol, #main_content_catchall .mainbar p, #main_content_catchall .mainbar ul, #main_content_catchall .mainbar ol {
  padding-bottom: 1.5em;
}
#main_content_detail .mainbar ul, #main_content_catchall .mainbar ul {
  padding-left: 1.25em;
}
#main_content_detail .mainbar ol, #main_content_catchall .mainbar ol {
  padding-left: 1.75em;
}
#main_content_catchall li {
  color: #b1ada9;
}
#main_content_catchall li span {
  color: #3c3c3c;
}
#main_content_detail .mainbar h2, #main_content_catchall .mainbar h2 {
  font-weight: normal;
  color: #ff4300;
  padding-bottom: 1em;
  padding-top: 2.5em;
}
#main_content_catchall .mainbar h2 {
  padding-top: 1.25em
}
#main_content_detail .mainbar h2.first, #main_content_catchall .mainbar h2.first {
  padding-top: 0;
}
#main_content_signup .sidebar .bar_content {
  padding: 0 50px 0 0;
}
#main_content_signup .sidebar h2 {
  font-weight: bold;
  font-size: 18px;
  color: #3c3c3c;
  line-height: 23px;
}
#main_content_signup .sidebar p {
  color: #3c3c3c;
  font-size: 12px;
  line-height: 1.5em;
  padding: 14px 0 0 0;
}
#main_content_signup .mainbar {
  padding: 2.5em 1em 0 25px;
}
#main_content_signup .mainbar h2 {
  color: #3c3c3c;
  font-size: 15px;
  font-weight: bold;
  padding: 0 0 35px 0;
}
#main_content_signup .mainbar p {
  color: #3c3c3c;
  font-weight: normal;
  font-size: 11px;
}
#main_content_signup .mainbar form input {
  font-size: 12px;
  font-weight: normal:
  color: #010101;
}
#main_content_signup .mainbar form input.example_input {
  color: #b1ada9;
}
#main_content_signup .mainbar form .short_text, #main_content_signup .mainbar form .medium_text, #main_content_signup .mainbar form .long_text {
  line-height: 17px;
  padding: 0 6px;
}
#main_content_signup .mainbar form .short_text {
  width: 150px;
}
#main_content_signup .mainbar form .medium_text {
  width: 260px;
}
#main_content_signup .mainbar form .long_text {
  width: 308px;
}
#main_content_signup .mainbar form textarea.long_text {
  height: 100px;
  border: auto !important;
  resize: none;
}
#main_content_signup .mainbar form input.right_pad {
  margin: 0 .5em 0 0;
}
#main_content_signup .mainbar form div {
  padding: 0 12px 25px 0;
}
#main_content_signup .mainbar form div.half_pad {
  padding: 0 12px 15px 0;
}
#main_content_signup .mainbar form div.last {
  padding: 0 12px 20px 0 !important;
}
#main_content_signup .mainbar form label {
  font-weight: bold;
  color: #3c3c3c;
  font-size: 12px;
}
#main_content_signup a.button_big {
  font-size: 18px;
  font-weight: bold;
  padding: 0 12px;
  width: 84px;
}
#main_content_signup a.button_big span {
  display: block;
  background: transparent url(../images/detail_arrow.png) no-repeat 100% 50%;
}
#main_content_simple {
  font-size: 125%;
  min-height: 450px;
  margin: 25px;
  padding: 10px 150px;
  text-align: left;
  line-height: 1.3em;
}
#main_content_table table {
  border-collapse: collapse;
  width: 970px;
}
#main_content_table table tr.first {
  border-right: 1px solid #dad9d9;
}
#main_content_table table td, #main_content_table table th {
  border-left: 1px solid #aeaeae;
  padding: 10px 1em 10px 22px;
  vertical-align: top;
  line-height: 1.7em;
}
#main_content_table table th {
  padding-top: 38px;
}
#main_content_table table th.first {
  width: 141px;
  padding: 0;
}
#main_content_table table th.first, #main_content_table table td.first {
  border-left: none;
}
#main_content_table table th.first {
  background: #efefee url(../images/tab_border.jpg) repeat-y 0 0;
}
#main_content_table table td {
  border-top: 1px solid #dad9d9;
  font-size: 116%;
}
#main_content_table table td.first {
  background-color: transparent;
  color: #808080;
  font-weight: bold;
  font-size: 100%;
}
#main_content_table table th {
  background-color: #efefee;
}
#main_content_table a.button_big:link, #main_content_table a.button_big:visited {
  font-size: 130%;
  padding: 0 .75em;
  margin: 5px 0;
}
#main_content_table .button_big img.detail_arrow {
  border: 1px solid transparent;
}
#main_content_table tr.focus td {
  font-size: 150%;
  font-weight: bold;
  line-height: .9em;
  padding-top: 15px;
  padding-bottom: 15px;
}
#main_content_table tr.focus td em {
  font-weight: normal;
  font-size: 67%;
  color: #898989;
}
#main_content_table tr.focus td.first {
  font-size: 100%;
}
#main_content_thanks h1, #main_content_maintenance h1 {
  color: #3c3c3c;
  font-weight: normal;
  border-bottom: 4px solid #3c3c3c;
}
#main_content_thanks .sidebar {
  width: 310px;
}
#main_content_thanks .sidebar h1 {
  color: #3c3c3c;
  font-weight: bold;
  font-size: 150%;
  padding: 30px 20px;
  line-height: 1.3em;
  border-bottom: none;
}
#main_content_thanks .mainbar {
  margin-left: 310px;
  min-height: 450px;
}
#main_content_thanks .mainbar .bar_content {
  padding: 30px 20px;
}
#main_content_thanks .mainbar h1 {
  font-weight: normal;
  color: #ff4300;
  font-size: 250%;
  padding: 0 0 30px 0;
  border-bottom: none;
}
#main_content_thanks .mainbar h2 {
  font-weight: normal;
  color: #3c3c3c;
  font-size: 166%;
  padding: 0 0 55px 0;
}
#main_content_thanks .mainbar p {
  font-size: 134%;
  padding: .4em 0;
}
#main_content_thanks .mainbar a {
  font-weight: bold;
}
#main_content_maintenance .sidebar {
  width: 204px;
}
#main_content_maintenance .sidebar h1 {
  border-bottom: none;
  padding-top: 23px;
  font-weight: bold;
  color: #3c3c3c;
  font-size: 150%;
}
#main_content_maintenance .sidebar h1 em {
  font-size: 67%;
  display: block;
  font-weight: normal;
}
#main_content_maintenance .sidebar h2 {
  font-weight: bold;
  font-size: 117%;
  padding-bottom: 5px;
}
#main_content_maintenance .sidebar .left_block {
  padding: 15px;
  border-bottom: 1px solid #d6d6d6;
}
#main_content_maintenance .sidebar .maintenance_green, #main_content_maintenance .sidebar .maintenance_red {
  width: 172px;
  height: 55px;
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 4px 6px;
  margin-left: 1px;
}
#main_content_maintenance .sidebar .maintenance_green h3, #main_content_maintenance .sidebar .maintenance_red h3 {
  font-size: 192%;
}
#main_content_maintenance .sidebar .maintenance_green h4, #main_content_maintenance .sidebar .maintenance_red h4 {
  font-size: 117%;
}
#main_content_maintenance .sidebar .maintenance_green {
  background: transparent url(../images/maintenance_green.png) no-repeat 0 0;
}
#main_content_maintenance .sidebar .maintenance_red {
  background: transparent url(../images/maintenance_red.png) no-repeat 0 0;
}
#main_content_maintenance .mainbar {
  margin-left: 204px;
  min-height: 450px;
  margin-bottom: -6px;
}
#main_content_maintenance .mainbar .bar_content {
  padding: 38px 65px;
}
#main_content_maintenance .mainbar h1 {
  border-bottom: none;
  font-size: 167%;
  font-weight: none;
}
#main_content_maintenance .mainbar p {
  font-size: 125%;
  padding: 25px 0 0 0;
  line-height: 1.3em;
}
#main_content_maintenance .mainbar .breakdown {
  margin: 25px 15px 0 15px;
  border-top: 1px solid #e8e8e8;
}
#main_content_maintenance .mainbar .breakdown strong {
  width: 80px;
  float: left;
}
#main_content_maintenance .mainbar .breakdown p {
  font-size: 100%;
  margin-left: 80px;
  padding: 0;
  line-height: 1.5em;
}
#main_content_maintenance .mainbar .breakdown div {
  border-bottom: 1px solid #e8e8e8;
  padding: 15px;
}
#main_content_detail, #main_content_blog, #main_content_thanks, #main_content_maintenance, #main_content_signup, #main_content_catchall {
  width: 970px;
}
.comments_content {
  padding: 1.5em 0;
}
.comments_content h2 {
  font-weight: normal;
  font-size: 125%;
  border-bottom: 1px solid #272727;
  padding-bottom: 2px;
}
.comments_content h2 a {
  font-size: 82%;
}
.comment h3, .comment_form h3 {
  font-size: 109%;
  line-height: 1.75em;
  padding: 0 .5em;
}
.comment h3 {
  border: 1px solid #d5d5d5;
  background-color: #f2f1f0;
  margin: 1.5em 0 .5em 0;
}
.comment_form h3 {
  border: 1px solid #a1b3c4;
  background-color: #c8d6e3;
  margin: 1.5em 0 0 0;
}
.comment h3 .subhead, .comment_form h3 .subhead {
  font-weight: normal;
  font-size: 88%;
}
.comment p {
  padding: .5em .75em;
  line-height: 1.6em;
}
.comment_form p {
}
.comment_form p.last {
  padding-bottom: 0;
}
.comment_form input {
  width: 45%;
  line-height: 20px;
  padding: 0 5px;
  margin: 0;
}
.comment_form p input, .comment_form p textarea {
  margin-bottom: 15px;
}
.comment_form input.submit_button, .comment_form a.button_small  {
  width: 18%;
  margin-left: 15%;
}
.comment_form textarea {
  width: 70%;
  height: 150px;
  resize: none;
  padding: 0 5px;
}
.comment_form form {
  padding: 1.5em;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  background-color: #f2f1f0; 
}
.comment_form label {
  font-size: 95%;
  font-weight: bold;
  width: 15%;
  display: block;
  float: left;
  line-height: 20px;
}
.blog_post h2 {
  font-weight: normal;
  font-size: 185%;
}
.blog_post .byline {
  font-size: 87%;
  padding-bottom: 1.25em;
}
.blog_post p {
  padding: 1em 0;
}
.blog_block {
  border-bottom: 1px solid #c9c9c9;
  padding: 30px 20px;
}
.blog_block p {
  padding-bottom: 1.1em;
}
.blog_block p.last {
  padding-bottom: 0;
}
.blog_block p.head {
  font-size: 117%;
}
.blog_block .block_callout {
  font-size: 117%;
}
.blog_block input.email_field {
  line-height: 20px;
  padding: 0 5px;
}
.tab_viewer {
  width: 650px;
  float: right;
}
.tab_viewer .tabs {
  background: transparent url(../images/tab_border.jpg) repeat-x 0 100%;
  margin: 0 4px;
}
.tab_viewer .tabs .tab {
  display: inline;
  float: left;
  font-size: 120%;
  padding-right: .25em;
}
.tab_viewer .tabs .tab a:link, .tab_viewer .tabs .tab a:visited {
  color: #3c3c3c;
}
.tab_viewer .tabs .tab a:hover {
  color: #0065e8;
  text-decoration: none;
}
.tab_viewer .tabs .active_tab .tab_main {
  padding: 2px 25px 2px 4px;
  margin-top: -3px;
  background: none;
  background-color: #efeeed;
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
}
.tab_viewer .tabs .passive_tab .tab_main {
  padding: 2px 25px 2px 4px;
  margin-top: -3px;
  background: none;
  background-color: #d8d7d7;
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
}
.tab_viewer .top {
  margin-top: -1px;
}
.tab_viewer_bottom .left_corner, .tab_viewer_bottom .right_corner, .tab_viewer_top .left_corner, .tab_viewer_top .right_corner, .tab_top .left_corner, .tab_top .right_corner {
  height: 4px;
  width: 4px;
}
.tab_viewer_bottom .left_corner {
  float: left;
  background: transparent url(../images/corner_bl.jpg) no-repeat 100% 0;
}
.tab_viewer_bottom .right_corner {
  float: right;
  background: transparent url(../images/corner_br.jpg) no-repeat 100% 100%;
}
.tab_viewer_top .left_corner, .active_tab .tab_top .left_corner {
  float: left;
  background: transparent url(../images/corner_tl.jpg) no-repeat 0 100%;
}
.tab_viewer_top .right_corner, .active_tab .tab_top .right_corner {
  float: right;
  background: transparent url(../images/corner_tr.jpg) no-repeat 100% 100%;
}
.passive_tab .tab_top .left_corner {
  float: left;
  background: transparent url(../images/passive_corner_tl.jpg) no-repeat 0 100%;
}
.passive_tab .tab_top .right_corner {
  float: right;
  background: transparent url(../images/passive_corner_tr.jpg) no-repeat 100% 100%;
}
.tab_viewer_bottom .bottom {
  border-bottom: 1px solid #c9c9c9;
  background-color: #efeeed;
  height: 4px;
  margin: 0 4px;
}
.tab_viewer_top .top {
  background-color: #efeeed;
  height: 4px;
  margin: 0 4px;
}
.active_tab .tab_top .top {
  background-color: #efeeed;
  border-top: 1px solid #c9c9c9;
  height: 4px;
  margin: 0 4px;
}
.passive_tab .tab_top .top {
  background-color: #d8d7d7;
  border-top: 1px solid #c9c9c9;
  height: 4px;
  margin: 0 4px;
}
.tab_viewer_main {
  background-color: #efeeed;
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  padding: 0 4px;
  margin: -1px 0 -3px 0;
}
#blocks {
  text-align: center;
}
.block {
  width: 31em;
  margin: 0 auto;
  text-align: left;
}
.side_block {
  margin: 0;
}
.block h2 {
  display: block;
  border-bottom: 4px solid #3c3c3c;
  font-weight: normal;
  line-height: 1.8em;
  font-size: 170%;
}
.block h2 span, .block h2 a {
  margin-left: -1px;
}
.block h2.callout {
  color: #ff4300;
  border-bottom: 4px solid #ff4300;
}
.block .main {
  background-color: #f8f7f6;
  border: 1px solid #d6d6d6;
  padding-bottom: 0;
}
#callout_blocks {
  margin-bottom: -1.5em;
}
#callout_blocks .block h2 {
  border-bottom: none;
  font-weight: bold;
  font-size: 160%;
}
.block_inner {
  height: auto !important;
}
.block_inner div {
  padding: 20px 1em 0 1em;
}
.block dt {
  float: left;
  width: 15%;
  font-weight: bold;
  color: #b1ada9;
  font-size: 105%;
}
.block dt.big {
  font-size: 150%;
}
.block dd {
  margin-left: 16%;
  line-height: 1.4em;
}
.block_inner label {
  width: 28%;
  font-size: 85%;
  font-weight: normal;
  float: left;
}
.block_inner input, .block_inner textarea {
  width: 68%;
  font-size: 110%;
  border: 1px solid #3c3c3c;
  resize: none;
}
.block_inner textarea {
  height: 4em;
}
.block_inner p {
  padding-bottom: 15px;
}
.block_footer .main {
  background-color: #efeeed;
  border: 0;
  padding: 16px 1em 12px 1em;
  line-height: 1.2em;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  font-weight: bold;
}
.block_footer .main input {
  margin: -3px;
}
.block_footer .left_corner, .block_footer .right_corner {
  height: 4px;
  width: 4px;
}
.block_footer .left_corner {
  float: left;
  background: transparent url(../images/corner_bl.jpg) no-repeat 100% 0;
}
.block_footer .right_corner {
  float: right;
  background: transparent url(../images/corner_br.jpg) no-repeat 100% 100%;
}
.block_footer .bottom {
  background-color: #efeeed;
  border-bottom: 1px solid #d6d6d6;
  height: 4px;
  margin: 0 4px;
}
#main_content_head, .padded {
  margin-left: 5px;
  margin-right: 5px;
}
#main_content_blocks .block {
  margin-bottom: 2.5em;
  float: left;
  width: 310px;
  background: #f8f7f6 url(../images/block_top.png) no-repeat 0 0;
  margin: 0 5px 2.5em 5px;
}
#main_content_blocks .block h3 {
  font-size: 160%;
  padding-bottom: .5em;
  text-align: left;
}
#main_content_blocks .block div {
  text-align: center;
  background: #f8f7f6 url(../images/block_bottom.png) no-repeat 0 100%;
  padding: 1em 1em 4px 1em;
  margin-top: 4px;
}
#main_content_blocks .block img {
  width: 279px;
  margin: 0 auto;
}
#main_content_blocks .block p {
  text-align: left;
  font-size: 130%;
  padding: .75em .5em;
  line-height: 1.4em;
}
.block_header .left_corner, .block_footer .right_corner {
  height: 4px;
  width: 4px;
}
.block_header .left_corner {
  float: left;
  background: transparent url(../images/corner_tl.jpg) no-repeat 0 0;
}
.block_header .right_corner {
  float: right;
  background: transparent url(../images/corner_tr.jpg) no-repeat 100% 0;
}
#footer {
  height: 38px;
  background: transparent url(../images/footer_back.jpg) repeat-x 0 0;
}
#footer ul li {
  line-height: 38px;
  font-size: 120%;
  background: transparent url(../images/footer_spacer.jpg) no-repeat 0 50%;
}
#footer ul li.last {
  background: transparent url(../images/footer_logo.png) no-repeat 100% 50%;
  width: 46px;
}
/* END STRUCTURE */