.condensedbold { font-family: "HelveticaNeueLTStdCnBold"; }
.roundmed {
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.roundsmall {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.roundtiny {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.caps { text-transform: uppercase; }
.posrel { position: relative; }
.posabs { position: absolute; }
.nospace {
  padding: 0;
  margin: 0;
}
.center { text-align: center; }
.clear { clear: both; }
.hide, .hidden { display: none; }
.right { text-align: right; }
.floatright {
  float: right;
  clear: right;
  margin: 0 0 1.1em 16px;
}
.floatleft {
  float: left;
  clear: left;
  margin: 0 16px 1.1em 0;
}
.floatleft_soft { float: left; }
.floatright_soft { float: right; }
.notalist {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.nooverflow { overflow: hidden; }
.shadow {
  background: transparent url(../img/3px_vert_shadow.png) repeat-x top left;
  height: 3px;
}
.on_top { z-index: 250; }
html, body {
  padding: 0;
  margin: 0;
}
body {
  color: #3a3a3a;
  background: #d2d2d2 url(../img/bg_gradient.png) repeat-x top left;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 16px;
  line-height: 120%;
}
@font-face {
  font-family: 'HelveticaNeueLTStdCnBold';
  src: url('helveticaneueltstd-bdcn.eot');
  src: local('✓Execelente'), url('helveticaneueltstd-bdcn.woff') format('woff'), url('helveticaneueltstd-bdcn.ttf') format('truetype'), url('helveticaneueltstd-bdcn.svg#webfont') format('svg');
}
#top, #nav, #footer { clear: both; }
#nav a:link { text-decoration: none; }
#nav a:visited { text-decoration: none; }
#footer a:link { text-decoration: none; }
#footer a:visited { text-decoration: none; }
#top, #nav, #footer, #content {
  padding-left: 10px;
  padding-right: 10px;
}
.sec {
  position: relative;
  text-align: left;
  margin: 0 auto;
  width: 960px;
}
#top { background: transparent none; }
#top .sec {
  position: relative;
  height: 94px;
}
#top .sec h1 {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 15px;
  left: 8px;
}
#top .sec h1 a {
  display: block;
  line-height: 1.5em;
  padding: 74px 0 0 0;
  height: 0;
  width: 306px;
  background: transparent url(../img/logo.png) no-repeat top left;
  overflow: hidden;
}
#top .sec .search_form_wrap {
  position: absolute;
  right: 10px;
  top: 64px;
  width: 480px;
  text-align: right;
}
#top .sec .search_form_wrap input {
  padding: 0;
  margin: 0;
}
#top .sec .search_form_wrap input + input { margin-left: 1.2em; }
#top .sec .search_form_wrap .search_box { width: 142px; }
#top .sec #header_request_more_info {
  display: block;
	width: 258px;
  /*width: 480px;*/
  position: absolute;
  text-align: right;
  right: 10px;
  top: 28px;
}
#top .sec #spanish_link {
  display: block;
  width: 480px;
  position: absolute;
  text-align: right;
  right: 10px;
  top: 34px;
}
#top .sec #home_header_login {
  text-align: right;
  display: block;
  position: relative;
  top: 5px;
  font-weight: bold;
  padding-right: 10px;
}
#top .sec #home_header_login a:link { text-decoration: underline; }
#nav {
  height: 50px;
  margin-bottom: -10px;
  padding: 0;
}
#nav .sec {
  position: relative;
  height: 50px;
  text-align: center;
  background: transparent url(../img/nav_solid_bg.png) repeat-x top left;
  padding-top: 0px;
}
#nav a {
  text-shadow: #20344e 1px 1px 1.5px;
  -moz-text-shadow: #20344e 1px 1px 1.5px;
  -ms-text-shadow: #20344e 1px 1px 1.5px;
  -o-text-shadow: #20344e 1px 1px 1.5px;
  -webkit-text-shadow: #20344e 1px 1px 1.5px;
}
#nav #nav_nub_r {
  position: absolute;
  z-index: 250;
  overflow: hidden;
  display: block;
  content: "\A0";
}
#nav #nav_nub_l {
  position: absolute;
  z-index: 250;
  overflow: hidden;
  display: block;
  content: "\A0";
}
#nav #nav_btm {
  position: absolute;
  z-index: 250;
  overflow: hidden;
  display: block;
  content: "\A0";
}
#nav #nav_nub_r {
  bottom: 0;
  height: 10px;
  width: 10px;
  background: transparent none no-repeat top center;
}
#nav #nav_nub_l {
  bottom: 0;
  height: 10px;
  width: 10px;
  background: transparent none no-repeat top center;
}
#nav #nav_nub_l {
  background-image: url(../img/nav_3d_l.png);
  left: 0;
}
#nav #nav_nub_r {
  background-image: url(../img/nav_3d_r.png);
  right: 0;
}
#nav #nav_btm {
  background: transparent url(../img/3px_vert_shadow.png) repeat-x top left;
  height: 3px;
  left: 10px;
  right: 10px;
  bottom: 7px;
}
#nav .sec:after {
  background: transparent url('../img/nav_end_r.png');
  width: 30px;
  left: auto;
  right: 0;
}
#nav .sec .aftershiv {
  background: transparent url('../img/nav_end_r.png');
  width: 30px;
  left: auto;
  right: 0;
}
#nav li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#nav #nav_root { z-index: 500; }
#nav #nav_root > li {
  padding: 0;
  margin: 0;
  position: relative;
  width: 192px;
}
#nav #nav_root > li.has_submenu > a {
  background-image: url(../img/submenu_down_arrow/9x7.png);
  background-position: 176px 17px;
  background-repeat: no-repeat;
}
#nav #nav_root > li {
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
}
#nav #nav_root > li > a {
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
}
#nav .nav_divider { display: none; }
#nav li { font-size: 16px; }
#nav a { font-size: 16px; }
#nav #nav_root > li > a {
  padding: 11px 0;
  width: 190px;
  height: 18px;
  border-left: 1px solid #3c6492;
  border-right: 1px solid #20364e;
}
#nav #nav_root li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
  width: 190px;
  background: #2e4b70 none;
  border-left: 1px solid #375a86;
  border-right: 1px solid #20344e;
  border-top: 1px solid #3c6492;
  border-bottom: 1px solid #20364e;
  z-index: 450;
  -moz-box-shadow: #000000 0 2px 4px;
  -webkit-box-shadow: #000000 0 2px 4px;
  -ms-box-shadow: #000000 0 2px 4px;
  -o-box-shadow: #000000 0 2px 4px;
  box-shadow: #000000 0 2px 4px;
}
#nav #nav_root li ul li {
  width: auto;
  position: relative;
}
#nav #nav_root li ul li a {
  display: block;
  text-align: left;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 80%;
  line-height: 1.1em;
  padding: 5px 18px 5px 7px;
}
#nav #nav_root li ul li a.fly {
  background-image: url(../img/more_arrow/9x7.png);
  background-position: right center;
  background-repeat: no-repeat;
}
#nav #nav_root li ul li ul {
  position: absolute;
  left: 191px;
  top: -1px;
  background: #20344e none;
  z-index: 550;
}
#nav #nav_root li ul li ul ul { z-index: 560; }
#nav #nav_root li ul li ul ul ul { z-index: 570; }
#nav #nav_root li ul li ul ul ul ul { z-index: 580; }
#nav #nav_root li ul li + li > a { border-top: 1px solid #27405f; }
#nav #nav_root.nojs li:hover > ul { display: block; }
#nav #nav_root li.open > ul { display: block; }
#nav a:link {
  font-family: "HelveticaNeueLTStdCnBold";
  color: #ffffff;
  background: #2e4b70 none;
}
#nav a:visited {
  font-family: "HelveticaNeueLTStdCnBold";
  color: #ffffff;
  background: #2e4b70 none;
}
#nav a:hover { background-color: #375a86; }
#nav a:focus { background-color: #375a86; }
#nav a:active { background-color: #294465; }
#nav a.current { background-color: #294465; }
#nav a.current:link { color: #dae2eb; }
#nav a.current:visited { color: #dae2eb; }
#content .sec { background: transparent url(../img/content_bg_with_sidebar.png) repeat-y center top; }
#content .sec #sidebar {
  padding: 0;
  margin: 0;
  overflow: hidden;
  float: left;
  width: 200px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 91px;
}
#content .sec #sidebar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#content .sec #sidebar li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#content .sec #sidebar h2 {
  color: #ffffff;
  font-weight: bold;
  background: #2e4b70 none;
  padding: 8px 8px 8px 8px;
  margin: 0;
  line-height: 19px;
  font-size: 12px;
}
#content .sec #sidebar h2 a {
  color: #ffffff;
  display: block;
  padding: 8px 8px 8px 8px;
  margin: -8px -8px -8px -8px;
  text-decoration: none;
}
#content .sec #sidebar h2 a:hover { background-color: #375a86; }
#content .sec #sidebar h3 {
  color: #ffffff;
  font-weight: bold;
  background: #2e4b70 none;
  padding: 8px 8px 8px 8px;
  margin: 0;
  line-height: 19px;
  font-size: 12px;
}
#content .sec #sidebar h3 a {
  color: #ffffff;
  display: block;
  padding: 8px 8px 8px 8px;
  margin: -8px -8px -8px -8px;
  text-decoration: none;
}
#content .sec #sidebar h3 a:hover { background-color: #375a86; }
#content .sec #sidebar h4 {
  color: #ffffff;
  font-weight: bold;
  background: #2e4b70 none;
  padding: 8px 8px 8px 8px;
  margin: 0;
  line-height: 19px;
  font-size: 12px;
}
#content .sec #sidebar h4 a {
  color: #ffffff;
  display: block;
  padding: 8px 8px 8px 8px;
  margin: -8px -8px -8px -8px;
  text-decoration: none;
}
#content .sec #sidebar h4 a:hover { background-color: #375a86; }
#content .sec #sidebar h5 {
  color: #ffffff;
  font-weight: bold;
  background: #2e4b70 none;
  padding: 8px 8px 8px 8px;
  margin: 0;
  line-height: 19px;
  font-size: 12px;
}
#content .sec #sidebar h5 a {
  color: #ffffff;
  display: block;
  padding: 8px 8px 8px 8px;
  margin: -8px -8px -8px -8px;
  text-decoration: none;
}
#content .sec #sidebar h5 a:hover { background-color: #375a86; }
#content .sec #sidebar li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #3a3a3a;
  border-bottom: 1px dotted #cbcbcb;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 8px 8px 8px;
}
#content .sec #sidebar li a.toggleable { padding-right: 35px; }
#content .sec #sidebar li a:hover { background-color: #e1e1e1; }
#content .sec #sidebar li li a { padding-left: 16px; }
#content .sec #sidebar li li a:before { content: "\00BB\A0"; }
#content .sec #sidebar li li li a { padding-left: 24px; }
#content .sec #sidebar li li li a:before { content: "\B7\A0"; }
#content .sec #sidebar .current_page_item > a { background: #c3cdda; }
#content .sec #sidebar .current_page_item > a:hover { background: #9bacc2; }
#content .sec #sidebar #spanish_link { padding: 8px 8px 8px 8px; }
#content .sec #sidebar .sidebar_more {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  bottom: 0;
  width: 11px;
  overflow: hidden;
  background: transparent url(../img/submenu_down_arrow_black/9x7.png) no-repeat center center;
  -moz-opacity: 0.4;
  -webkit-opacity: 0.4;
  -o-opacity: 0.4;
  -ms-opacity: 0.4;
  padding: 8px 8px 8px 8px;
  cursor: pointer;
  opacity: 0.4;
}
#content .sec #sidebar .active > a > .sidebar_more { background-image: url(../img/submenu_up_arrow_black/9x7.png); }
#content .sec #sidebar .sidebar_more:hover {
  background-color: #9d9d9d;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
  -o-opacity: 0.7;
  -ms-opacity: 0.7;
  opacity: 0.7;
}
#content .sec #title_box {
  width: 650px;
  padding: 24px 45px 0px 45px;
  margin-right: 10px;
  float: right;
}
#content .sec .content_wrap {
  width: 650px;
  padding: 24px 45px 0px 45px;
  margin-right: 10px;
  float: right;
}
#content .sec #title_box {
  font-family: "HelveticaNeueLTStdCnBold";
  font-weight: normal;
  min-height: 38px;
  color: #98042e;
}
#content .sec #title_box a { color: inherit; }
#content .sec .content_wrap { padding: 35px 45px; }
#content .sec .content_wrap h1 { font-weight: bold; }
#content .sec .content_wrap h2 { font-weight: bold; }
#content .sec .content_wrap h3 { font-weight: bold; }
#content .sec .content_wrap h4 { font-weight: bold; }
#content .sec .content_wrap h5 { font-weight: bold; }
#content .sec .content_wrap h6 { font-weight: bold; }
#content .sec .content_wrap p {
  background: white none;
  max-width: 100%;
}
#content .sec .content_wrap ul {
  background: white none;
  max-width: 100%;
}
#content .sec .content_wrap table p { background-color: transparent; }
#content .sec .content_wrap table ul { background-color: transparent; }
#content .sec .content_wrap #title_box {
  margin: -35px -45px 35px -45px;
  width: auto;
  float: none;
  position: relative;
}
#content .sec .content_wrap h1.page_title {
  color: #98042e;
  text-shadow: #790320 1px 1px 1px;
}
#content .sec .content_wrap .search_form { margin: 1em 0; }
#content .sec .content_wrap #spanish_link {
  margin-top: -30px;
  position: relative;
  top: -24px;
}
#content .sec table.showy_and_centered { border-collapse: collapse; }
#content .sec table.showy_and_centered td {
  border: 1px solid #dddddd;
  padding: 1em;
  text-align: center;
  vertical-align: middle;
}
#content .sec table.horiz_padding { border-collapse: collapse; }
#content .sec table.horiz_padding td {
  padding-left: 0.4em;
  padding-right: 0.4em;
}
#content.home .sec {
  background: transparent url(../img/content_bg_home.png) repeat-y center top;
  padding-top: 25px;
}
#content.home .sec .content_wrap {
  float: none;
  width: auto;
  margin-right: 0;
  padding: 0 45px;
  background: transparent none;
}
#content.home .sec .content_wrap p { background: transparent none; }
#content.home .sec .content_wrap ul { background: transparent none; }
#content.home .sec .content_wrap #spanish_link {
  padding-top: 1em;
  text-align: right;
}
#content.home #home_actual_page_content {
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 20px;
  margin-top: 0;
}
#content > .sec > .content_wrap > table { width: 100%; }
#footer {
  font-size: 12px;
  color: #ffffff;
}
#footer .footer_nav { margin-bottom: 0.5em; }
#footer .sec {
  position: relative;
  text-align: center;
  background: transparent url(../img/nav_solid_bg.png) repeat-x 5px 0;
  height: 77px;
}
#footer .sec div { padding-top: 11px; }
#footer a:link { color: #ffffff; }
#footer a:visited { color: #baf2ff; }
#footer a:hover { text-decoration: underline; }
#footer #foot_fake_paper {
  overflow: hidden;
  height: 30px;
  padding-top: 7px;
  display: block;
  content: "\A0";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent url(../img/content_bg_home.png) repeat-y top center;
}
#footer #foot_fake_paper .footer_copyright {
  display: block;
  text-align: center;
}
#footer #foot_fake_paper .footer_urn {
  display: block;
  padding-right: 18px;
}
#footer #foot_fake_paper span { color: #7c7c7c; }
#footer #foot_fake_paper span a { color: #7c7c7c; }
#footer #foot_nub_r {
  position: absolute;
  z-index: 250;
  overflow: hidden;
  display: block;
  content: "\A0";
}
#footer #foot_nub_l {
  position: absolute;
  z-index: 250;
  overflow: hidden;
  display: block;
  content: "\A0";
}
#footer #foot_btm {
  position: absolute;
  z-index: 250;
  overflow: hidden;
  display: block;
  content: "\A0";
}
#footer #foot_nub_r {
  top: 40px;
  height: 10px;
  width: 10px;
  background: transparent none no-repeat top center;
}
#footer #foot_nub_l {
  top: 40px;
  height: 10px;
  width: 10px;
  background: transparent none no-repeat top center;
}
#footer #foot_nub_l {
  background-image: url(../img/nav_3d_l.png);
  left: 0;
}
#footer #foot_nub_r {
  background-image: url(../img/nav_3d_r.png);
  right: 0;
}
h1, h2, h3, h4 { font-weight: normal; }
h1 {
  padding: 0;
  margin: 0;
  font-size: 34px;
  line-height: 38px;
  color: #3a3a3a;
}
h2 {
  padding: 0;
  margin: 0;
  font-size: 24px;
  line-height: 28px;
  color: #3a3a3a;
  margin-top: 28px;
  padding-bottom: 28px;
}
h3 {
  padding: 0;
  margin: 0;
  font-size: 24px;
  line-height: 32px;
  padding: 0 0 12px 0;
  color: #3a3a3a;
}
p + h3 { margin-top: 14px; }
a:link { color: #20344e; }
a:visited { color: #19293e; }
a:link:hover { color: #2a4567; }
a:visited:hover { color: #2a4471; }
ul ul { margin-bottom: 2px; }
ol ol { margin-bottom: 2px; }
ul ol { margin-bottom: 2px; }
ol ul { margin-bottom: 2px; }
ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
.two_col .col_a {
  float: left;
  width: 467px;
}
.two_col .col_b {
  float: left;
  width: 467px;
}
.two_col .col_b { margin-left: 26px; }
.two_col .two_col .col_a { width: 220.5px; }
.two_col .two_col .col_b { width: 220.5px; }
.three_col .col_a {
  float: left;
  width: 250px;
  padding: 15px 20px 15px 20px;
}
.three_col .col_b {
  float: left;
  width: 250px;
  padding: 15px 20px 15px 20px;
}
.three_col .col_c {
  float: left;
  width: 250px;
  padding: 15px 20px 15px 20px;
}
.three_col .col_b { margin-left: 0; }
.three_col .col_c { margin-left: 0; }
.three_col h3 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}
.admin_only {
  text-align: right;
  float: right;
  clear: right;
  margin: 0 0 1.1em 16px;
  opacity: 0.6;
  -webkit-transition: all 0.22s linear;
  -moz-transition: all 0.22s linear;
  transition: all 0.22s linear;
}
.admin_only:hover { opacity: 1; }
.two_thirds { width: 622.666666666667px; }
.one_third { width: 311.333333333333px; }
.previous {
  float: left;
  clear: left;
  margin: 0 16px 1.1em 0;
}
.next {
  text-align: right;
  float: right;
  clear: right;
  margin: 0 0 1.1em 16px;
}
.children_list li {
  list-style-type: square;
  font-size: 1.2em;
}
.children_list li li {
  list-style-type: disc;
  font-size: 0.833333333333333em;
  color: #757575;
}
.children_list li li li {
  list-style-type: circle;
  font-size: 1em;
}
.date_posted {
  font-size: 0.8em;
  padding-bottom: 0.25em;
  color: #757575;
}
#spanish_link a { text-decoration: none; }
#spanish_link a span { text-decoration: underline; }
/*#spanish_link a:before {
  content: url(../img/flag_es.png);
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}*/
img { vertical-align: middle; }
tr, td { vertical-align: top; }
.content_wrap table td { padding: 8px; }
.contact-form td { padding: 5px; }
.contact-form td label { font-weight: bold; }
.contact-form td.nobold label { font-weight: normal; }
#green-container {
  background: url(../img/green-bg.jpg) no-repeat;
  width: 625px;
  height: 540px;
}
#green-container #green-content p {
  margin: 20px 0;
  padding: 0;
  background-color: transparent;
}
#green-content {
  width: 390px;
  padding: 100px 0 0 70px;
}
.green.awesome { background-color: #91bd09; }
.green.awesome:visited { background-color: #91bd09; }
.green.awesome:hover { background-color: #749a02; }
.large.awesome {
  font-size: 14px;
  padding: 8px 14px 9px;
  font-weight: bold;
  line-height: 1;
}
.large.awesome:visited {
  font-size: 14px;
  padding: 8px 14px 9px;
  font-weight: bold;
  line-height: 1;
}
.grnini-btn {
  display: inline-block;
  padding: 5px 10px 6px;
  color: #ffffff !important;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  cursor: pointer;
  background: #91bd09 url(../img/overlay-button.png) repeat-x;
}
.grnini-btn:visited {
  display: inline-block;
  padding: 5px 10px 6px;
  color: #ffffff !important;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  cursor: pointer;
  background: #91bd09 url(../img/overlay-button.png) repeat-x;
}
#sidebar .gen_call_to_action { padding: 0 8px 8px 8px; }
#bottom_gen_call_to_action {
  margin-top: auto; /*didn't exist*/
  display: block;
  padding: 18px 8px 2px 2px;
  position: relative; /*was absolute*/
  bottom: 8px;
  left: 8px; /*was 16*/
  clear: right;/*added*/
}
#home_touts {
  position: relative;
  overflow: hidden;
  border: 9px solid #2e4b70;
  background: #375a86;
  padding: 1px;
  height: 287px;
/*  height: 287px;*/
  box-shadow: #000000 0 0 2px;
  -moz-box-shadow: #000000 0 0 2px;
  -webkit-box-shadow: #000000 0 0 2px;
}
#home_touts #home_tout_text {
  font-family: "HelveticaNeueLTStdCnBold";
  text-transform: uppercase;
  position: absolute;
  color: #ffffff;
  top: 15px;
  left: 15px;
  text-shadow: #000000 0 0 4px;
  -webkit-text-shadow: #000000 0 0 4px;
  -moz-text-shadow: #000000 0 0 4px;
}
#home_touts #home_tout_text h3 {
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-size: 42px;
  line-height: 44px;
}
#home_touts #home_tout_text h4 {
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.1em;
}
#home_touts #home_tout_image { height: 287px; }
#home_touts #home_tout_list {
  position: absolute;
  list-style-type: none;
  padding: 0;
  margin: 0;
  top: 1px;
  right: 1px;
  width: 270px;
  height: 287px;
  background: #2e4b70 none;
}
#home_touts #home_tout_list li {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
  padding: 10px 15px;
  border-top: 1px solid #375a86;
  border-bottom: 1px solid #20344e;
  cursor: pointer;
  height: 35.5px;
/*  height: 50px;*/
}
#home_touts #home_tout_list li .tout_title {
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-family: "HelveticaNeueLTStdCnBold";
  font-weight: normal;
  height: 18px;
}
#home_touts #home_tout_list li .tout_title a {
  text-decoration: none;
  color: #ffffff;
}
#home_touts #home_tout_list li .tout_title a:hover { text-decoration: underline; }
#home_touts #home_tout_list li .tout_desc {
  overflow: hidden;
  /*font-size: 10px;*/
  font-size: 12px;
  line-height: 14px;
  height: 28px;
}
#home_touts #home_tout_list li.active {
  background-color: #98042e;
  border-color: #c5053b transparent #790320 transparent;
}
#home_touts #home_tout_list li.active .tout_title a { text-decoration: underline; }
#home_touts #home_tout_list li.active:before {
  position: absolute;
  overflow: hidden;
  content: "\A0";
  width: 37px;
  height: 56px;
  /*height: 70px;*/
  left: -37px;
  bottom: 0;
  background: transparent url(../img/tout_triangle.png) no-repeat right bottom;
}
/*customized*/
.tout_h, .tout_d {
	display: inline;
}
#home_touts #home_tout_list:first-child { border-top: none; }
#home_touts #home_tout_list .first-child-shiv { border-top: none; }
.wpcf7-list-item { display: block; }
.call_to_actions { margin-top: 25px; }
.call_to_actions .col_a {
  float: left;
  width: 250px;
  height: 104px;
  padding: 17px 20px 17px 20px;
}
.call_to_actions .col_b {
  float: left;
  width: 250px;
  height: 104px;
  padding: 17px 20px 17px 20px;
}
.call_to_actions .col_c {
  float: left;
  width: 250px;
  height: 104px;
  padding: 17px 20px 17px 20px;
}
.call_to_actions .col_b { margin-left: 0; }
.call_to_actions .col_c { margin-left: 0; }
.call_to_actions div { background: transparent url(../img/call_to_action_bg.png) no-repeat top left; }
.call_to_actions div a {
  text-decoration: none;
  display: block;
  padding: 17px 20px 17px 20px;
  margin: -17px -20px -17px -20px;
  color: inherit;
}
.call_to_actions div a h3 { padding-bottom: 0.4em; }
.call_to_actions div a:hover { color: inherit; }
.call_to_actions div a:hover h3 { text-decoration: underline; }
.call_to_actions div a:hover .clicky { text-decoration: underline; }
.three_col.details {
  margin-top: 25px;
  background: #bebebe none;
}
.three_col.details .col_a {
  position: relative;
  background: #bebebe none;
  min-height: 85px;
}
.three_col.details .col_b {
  position: relative;
  background: #bebebe none;
  min-height: 85px;
}
.three_col.details .col_c {
  position: relative;
  background: #bebebe none;
  min-height: 85px;
}
.three_col.details .col_a { background: #bebebe url(../img/gray_divider.png) no-repeat center right; }
.three_col.details .col_b { background: #bebebe url(../img/gray_divider.png) no-repeat center right; }
.three_col.details p {
  padding: 0;
  margin: 0;
}
.three_col.details div.clear {
  height: 1px;
  overflow: hidden;
}
.three_col.details #home_clientquote { position: relative; }
.three_col.details #home_clientquote #home_clientquote_cite {
  font-style: normal;
  position: absolute;
  right: 0;
  bottom: 0;
}
.individual_post_dates {
  font-weight: bold;
  margin-bottom: 14px;
}
#content .sec p.return_to_tradeshow { margin-bottom: 14px; }
#content .sec .calendar_month_group {
  margin: 14px 0;
  padding-bottom: 0;
  color: #7c7c7c;
}
#content .sec .tradeshow_summary { margin: 0px 0px 28px 28px; }
#content .sec .tradeshow_summary h3 {
  font-size: 20px;
  padding-bottom: 8px;
}
#content .sec .tradeshow_summary + .tradeshow_summary { margin-top: -14px; }
a { outline: none; }
a.tooltip { z-index: 10; }
a.tooltip:hover {
  position: relative;
  z-index: 100;
}
a.tooltip span { display: none; }
a.tooltip:hover span {
  display: block;
  position: absolute;
  float: left;
  white-space: nowrap;
  top: -2.2em;
  left: 0.5em;
  background: #fffcd1;
  border: 1px solid #444444;
  color: #444444;
  padding: 1px 5px;
  z-index: 10;
  font-weight: normal;
  font-style: normal;
}
div#regnotice {
	margin-top: 20px;
}

form.loginform {
	padding: 20px 0 20px 20px;
	margin: 8px 0 40px 60px;
	width: 350px;
	border: 1px solid #dcdcdc;
}

form#your-profile h3 {
	margin-top: 20px;
}

#profile-note {
	margin-left: 4px;
	font-size: 12px;
	color: #9c2f2d;
}

#required-field {
	font-size: 10px;
	color: #9c2f2d;
}


/*custom*/
/*autothickbox*/
#TB_overlay {
	z-index: 1000;
}
#TB_window {
	z-index: 1002;
}

#showbanner {
	position: absolute;
    height: 60px;
    width: 279px;
    left: 374px;
    top: 22px;
	border: 2px solid #969696;
}

.home-intro {
	height: 80px;
	width: 100%;
	clear: both;
}

#content.home #home_actual_page_content {
    float: left;
    width: 794px;
}

#content.home #home_actual_page_content p {
	margin: 0px;
}

#content.home .sec .content_wrap #spanish_link {
    float: right;
    margin-top: 0px;
    width: 144px;
}

#home_touts {
	width: 850px;
}

.social-icons {
	text-align: right;
	height: 50px;
		width: 76px;
/*	width: 144px;
*/	float: right;
}

.social-icons a {
	padding: 4px;
}

