html, body, div.page, div.lt-ie7 {
	margin: 0;
	padding: 0;
	height: 100%;
}

#e_content {
	position: relative;
	min-height: 100.0%;
}
* html #e_content {
	height: 100%;
}

#footer {
	position: relative;
	margin-top: -100px;
	height: 100px;
}

#e_header {
}

#e_column_0 {
	padding-bottom: 100px;
}

#header {
}

#nav {
}

#slider {
}

#int_nav {
}

#column1 {
}

#column2 {
}
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */

/* ==========================================================================
HTML5 display definitions
========================================================================== */

/**
* Correct `block` display not defined in IE 8/9.
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
* Correct `inline-block` display not defined in IE 8/9.
*/

audio,
canvas,
video {
    display: inline-block;
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
* Address styling not present in IE 8/9.
*/

[hidden] {
    display: none;
}

/* ==========================================================================
Base
========================================================================== */

/**
* 1. Prevent system color scheme's background color being used in Firefox, IE,
* and Opera.
* 2. Prevent system color scheme's text color being used in Firefox, IE, and
* Opera.
* 3. Set default font family to sans-serif.
* 4. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/

html {
    background: #fff; /* 1 */
    color: #000; /* 2 */
    font-family: sans-serif; /* 3 */
    -ms-text-size-adjust: 100%; /* 4 */
    -webkit-text-size-adjust: 100%; /* 4 */
}

/**
* Remove default margin.
*/

body {
    margin: 0;
}

/* ==========================================================================
Links
========================================================================== */

/**
* Address `outline` inconsistency between Chrome and other browsers.
*/

a:focus {
    outline: thin dotted;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
Typography
========================================================================== */

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari 5, and Chrome.
*/

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
* Address styling not present in IE 8/9, Safari 5, and Chrome.
*/

abbr[title] {
    border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
*/

b,
strong {
    font-weight: bold;
}

/**
* Address styling not present in Safari 5 and Chrome.
*/

dfn {
    font-style: italic;
}

/**
* Address differences between Firefox and other browsers.
*/

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
* Address styling not present in IE 8/9.
*/

mark {
    background: #ff0;
    color: #000;
}

/**
* Correct font family set oddly in Safari 5 and Chrome.
*/

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
* Improve readability of pre-formatted text in all browsers.
*/

pre {
    white-space: pre-wrap;
}

/**
* Set consistent quote types.
*/

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
* Address inconsistent and variable font size in all browsers.
*/

small {
    font-size: 80%;
}

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
Embedded content
========================================================================== */

/**
* Remove border when inside `a` element in IE 8/9.
*/

img {
    border: 0;
}

/**
* Correct overflow displayed oddly in IE 9.
*/

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
Figures
========================================================================== */

/**
* Address margin not present in IE 8/9 and Safari 5.
*/

figure {
    margin: 0;
}

/* ==========================================================================
Forms
========================================================================== */

/**
* Define consistent border, margin, and padding.
*/

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
* 1. Correct font family not being inherited in all browsers.
* 2. Correct font size not being inherited in all browsers.
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
*/

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/

button,
input {
    line-height: normal;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
* Correct `select` style inheritance in Firefox 4+ and Opera.
*/

button,
select {
    text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
* 1. Address box sizing set to `content-box` in IE 8/9.
* 2. Remove excess padding in IE 8/9.
*/

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
* (include `-moz` to future-proof).
*/

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
* Remove inner padding and border in Firefox 4+.
*/

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
* 1. Remove default vertical scrollbar in IE 8/9.
* 2. Improve readability and alignment in all browsers.
*/

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
Tables
========================================================================== */

/**
* Remove most spacing between table cells.
*/

table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
  background: #f3f1f0;
  margin: 0;
  height: auto;
  font-size: 13px;
  font-family: arial,helvetica,sans-serif;
  color: #9a9188;
}

#e_header{
  background: center -1px #fff url(/resources/dyn/files/1019599z67be011/_fn/bg.png) no-repeat;
}

#e_header-wc-0,
#e_column_0-wc-0,
#footer-wc-0 {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

#e_column_0 {
  padding: 10px 0 220px;
}

#footer {
  height: 200px;
  margin-top: -200px;
}

#header {
  padding-top: 25px;
}

#header p {
  margin: 0;
}

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

a:hover {
  text-decoration: underline;
}

a img {
  border: 0;
}

#esl {
  position: absolute;
  top: 25px;
  right: 0;
}

#search .site_search_form {
  position: relative;
}

#search input[type="text"] {
  border-left: 1px solid #828280;
  border-top: 1px solid #828280;
  border-right: 0;
  border-bottom: 0;
  padding: 3px;
  height: 20px;
  width: 215px;
}

#search input[type="submit"] {
  background: center center transparent url(/resources/dyn/files/1019558zddc99f8b/_fn/icon-search.png) no-repeat;
  border: 0;
  display: block;
  width: 26px;
  height: 26px;
  text-indent: -9999em;
  position: absolute;
  right: 0;
  top: 0; 
  cursor: pointer;
}

#ie7only #search input[type="submit"] {
  font-size: 0;
  color: #fff;
  text-indent: 0;
}

#email a {
  display: block;
  background: left top transparent url(/resources/dyn/files/1022057zdb1cbd20/_fn/icons-contact.png) no-repeat;
  width: 28px;
  height: 20px;
  text-indent: -9999em;
}

#email,
#search,
#projects {
  display: inline-block;
  *display: inline;
  zoom:1;
  margin-left: 15px;
}

#projects a {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: #F12536;
  font-size: 14px;
  padding: 5px 10px;
  text-decoration: none;
  font-family: proxima-nova,arial,sans-serif;
  display: block;
}

#projects a:hover {
  background: #FE6E1B;
}

#nav {
  padding-left: 37px;
  position: relative;
  z-index: 1000;
}

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

#nav ul ul {
  display: none;
}

#nav > .menubean > ul > li {
  display: inline-block;
  *display: inline;
  zoom:1;
  vertical-align: top;
  font-family: proxima-nova,arial,sans-serif;
  font-weight: bold;
  font-size: 23px;
  text-transform: uppercase;
  padding: 23px 45px 0 0;
  background: right 27px transparent url(/resources/dyn/files/1020219zf14549c6/_fn/nav-arrow.png) no-repeat;
}

#nav ul > li.last {
  padding-right: 45px;
  background-position: 120px 27px;
}

#nav > .menubean > ul > li > a {
  color: #9a9188;
  text-decoration: none;
}

#nav ul > li.locate > a {
  color: #ee0026;
}

#nav ul > li.start > a {
  color: #fe6426;
}

#nav ul > li.expand > a {
  color: #ffa400;
}

#nav > .menubean > ul > li.over,
#nav > .menubean > ul > li.mi-active {
  background-position: right -614px;
}

#nav > .menubean > ul > li.last.over,
#nav > .menubean > ul > li.last.mi-active {
  background-position: 120px -614px;
}

#nav ul > li.locate.over,
#nav ul > li.locate.mi-active {
  background-position: right -141px;
}

#nav ul > li.start.over,
#nav ul > li.start.mi-active {
  background-position: right -298px;
}

#nav ul > li.expand.over,
#nav ul > li.expand.mi-active {
  background-position: right -454px;
}

#nav li.over ul {
  display: block;
}

#nav ul > li {
  position: relative;
}

#nav ul ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 400;
}

#nav ul ul li {
  text-transform: none;
  font-family: arial,helvetica,sans-serif;
  font-weight: normal;
  font-size: 13px;
  width: 100%;
  display: block;
  white-space: nowrap;
}

#nav ul ul li a {
  text-decoration: none;
  color: #fff;
  padding: 7px;
  display: block;
  width: 100%;
  background: rgb(136,136,136);
  background: rgba(136,136,136,0.8);
  border-bottom: 1px solid #fff;
  zoom:1;
}

.ieonly #nav ul ul li a:hover {
  filter: alpha(opacity=60);
}

#ie7only #nav ul ul li a {
  width: 205px;
}

#nav ul ul li.last a {
  border: 0;
}

#nav ul ul li.over a,
#nav ul ul li a:hover {
  background: rgb(136,136,136);
}

#nav ul .locate ul li a {
  background: rgb(239,39,56);
  background-color: rgba(239,39,56,0.8);
}

#nav ul .locate ul li.over a,
#nav ul .locate ul li a:hover {
  background-color: rgb(239,39,56);
}

#nav ul .start ul li a {
  background: rgb(254,100,38);
  background-color: rgba(254,100,38,0.8);
}

#nav ul .start ul li.over a,
#nav ul .start ul li a:hover {
  background-color: rgb(254,100,38);
}

#nav ul .expand ul li a {
  background: rgb(255,165,0);
  background-color: rgba(255,164,0,0.8);
}

#nav ul .expand ul li.over a,
#nav ul .expand ul li a:hover {
  background-color: rgb(255,164,0);
}

#slider {
  position: relative;
  height: 340px;
  overflow: hidden;
  z-index: 200;
}

#slider p {
  margin: 0;
}

#footer {
  background: #fff;
  color: #4c3d39;
}

#footer-wc-0 {
  background: 574px top transparent url(/resources/dyn/files/1020374zd86cf8ca/_fn/footer-triangle.png) no-repeat;;
}

#footer_logo {
  padding-top: 15px;
}

#footer_logo p {
  margin: 0;
}

#copyright {
  font-size: 10px;
}

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

#footer_links li {
  display: inline-block;
  *display: inline;
  zoom:1;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #4c3d39;
  font-size: 12px;
}

#footer_links li.last {
  margin: 0;
  padding: 0;
  border: 0;
}

#footer_links li a {
  color: #4c3d39;
  text-decoration: none;
}

#footer_links li a:hover {
  color: #fe6426;
}

.landing_links ul {
  margin: 30px 0 0 0;
  padding: 0 0 0 20px;
  list-style-type: none;
}

.landing_links li {
  display: inline-block;
  *display: inline;
  zoom:1;
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 18px;
}

.landing_links a {
  padding-left: 22px;
  width: 250px;
  display: block;
  text-decoration: none;
  font-family: proxima-nova,arial,sans-serif;
  font-weight: bold;
  background: left top transparent url(/resources/dyn/files/1021965z35b1bae/_fn/arrow-sm-red.png) no-repeat;
  color: #9a9188;
}

.landing_links a:hover {
  color: #EE0026;
}

.module .heading {
  margin: 0 0 20px;
  font-family: proxima-nova,arial,sans-serif;
  text-transform: uppercase;
  color: #4c3d39;
  padding-bottom: 10px;
  border-bottom: 2px solid #c5b9b2;
  font-size: 16px;
  font-weight: bold;
}

.module .heading h2,
.module .heading h3 {
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.module {
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
  position: relative;
}

.primary.module {
  padding-top: 45px;
}

.primary.module .heading {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  border: 0;
  color: #fff;
  background: #EE0026;
  padding: 10px 20px;
}

.primary.module .heading h2,
.primary.module .heading h3 {
  font-size: 18px;
}

.primary.module .heading:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #F3F1F0;
  top: 0;
  left: -10px;
}

#connect {
  padding-top: 60px;
  color: #4C3D39;
}
#connect .address td {
  vertical-align: top;
}

#connect .address p {
  margin: 0;
}

#connect .address a {
  color: #4c3e39;
  text-decoration: none;
}

#connect .address a:hover {
  color: #EE0026;
}

#connect .address .street {
  width: 160px;
  line-height: 2;
}

#connect .address .phone,
#connect .address .email {
  background: url("/resources/dyn/files/1022057zdb1cbd20/_fn/icons-contact.png") no-repeat scroll left top transparent;
  padding: 10px 0 10px 40px;
  font-weight: bold;
}

#connect .address .phone {
  background-position: 2px -148px;
}

#connect .address .email {
  background-position: left 7px;
}

#social ul {
  margin: 0;
  padding: 0 20px 0 0;
  list-style-type: none;
  text-align: right;
}

#social li {
  display: inline-block;
  *display: inline;
  zoom:1;
  vertical-align: middle;
  margin-left: 7px;
}

#social a {
  display: block;
  background: left top transparent url(/resources/dyn/files/1022057zdb1cbd20/_fn/icons-contact.png) no-repeat;
  width: 25px;
  height: 25px;
}

#social a .mil {
  display: none;
}

#social .youtube a {
  background-position: -2px -309px;
}

#social .linkedin a {
  background-position: -2px -464px;
}

#social .flickr a {
  background-position: -2px -620px;
}

#social .facebook a {
  background-position: -2px -775px;
}

#social .twitter a {
  background-position: -2px -930px;
}

#social .instagram a {
  background-position: -1px -1075px;
}

#newsletter label,
#newsletter .label {
  display: none;
}

#newsletter .default_text {
  display: none;
  position: absolute;
  left: 6px;
  top: 4px;
  color: #c5b9b2;
}

#newsletter .default_text.novalue {
  display: block;
}

#newsletter .default_text_con {
  position: relative;
  display: block;
}

.genform input[type="text"] {
  border: 1px solid #c5b9b2;
  padding: 3px;
  box-shadow: inset 1px 1px 1px #d5d5d4;
}

#newsletter .part,
#newsletter .form_field {
  display: inline-block;
  *display: inline;
  zoom:1;
}

#newsletter .form_field{
  margin-bottom: 13px;
}

#newsletter .name_form input[type="text"] {
  width: 145px;
}

#newsletter .name_form .part.first {
  margin-right: 13px;
}

#newsletter .email_field input[type="text"] {
  width: 310px;
}

#newsletter span.submit_button {
  text-align: right;
  display: block;
}

.cc_form {
  width: 320px;
}

.fsBody .fsRowBody {
  padding: 0!important;
  margin-bottom: 10px!important;
}

.fsForm .fsSubmit {
  background: #fff!important;
}

.fsBody .fsForm {
  border: 0 none!important;
}

.fsSubmit input.fsSubmitButton {
  background: none repeat scroll 0 0 #EE0026!important;
  border: 0 none!important;
  color: #FFFFFF!important;
  font-weight: bold!important;
  padding: 5px 20px!important;
  font-size: 13px!important;
}

#newsletter button,
.genform button,
.genform input[type="submit"] {
  color: #fff;
  font-weight: bold;
  border: 0;
  background: #EE0026;
  padding: 5px 20px;
}

.genform .message-container {
  color: #EE0026;
  margin-bottom: 15px;
  font-style: italic;
}

#newsfeed .heading {
  background-color: #fe6426;
}

#newsfeed {
  color: #9a9188;
}

#newsfeed a {
  color: #fe6426;
  text-decoration: none;
}

#newsfeed .ac_item {
  padding: 15px 0;
  border-bottom: 1px solid #9a9188;
}

#newsfeed .ac_item.last {
  border: 0;
}

#newsfeed .ac_item .article_post_label {
  display: none;
}

#newsfeed .ac_item .timestamp {
  font-weight: bold;
}

#newsfeed .ac_item .article_heading,
#newsfeed .ac_item .article_link_read_more { 
  display: inline-block;
  *display: inline;
  zoom:1;
  vertical-align: baseline;
}

#newsfeed .ac_item .article_heading {
  width: 235px;
  margin-right: 15px;
}

#newsfeed .ac_item .article_links_read_more {
  width: 68px;
}

#newsfeed a:hover {
  text-decoration: underline;
}

#newsfeed .more_news {
  text-align: right;
  font-style: italic;
}

#newsfeed .more_news p {
  margin: 0;
}

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

#quicklinks li {
  margin: 15px 0;
}

#quicklinks a {
  background: left -350px transparent url(/resources/dyn/files/1022704z3a2d0e5a/_fn/arrow-sm-gray.png) no-repeat;
  color: #FE6426;
  text-decoration: none;
  padding: 5px 0 5px 20px;
}

#quicklinks a:hover {
  text-decoration: underline;
}

#column1,
#column2 {
  display: table-cell;
  vertical-align: top;
  background: #fff;
}

#column1 {
  width: 595px;
}

#column2 {
  width: 350px;
  border-left: 15px solid #F3F1F0;
}

.primary.module.last-child {
  margin-bottom: 0;
}

.module {
  margin: 0;
  border-bottom: 15px solid #f3f1f0;
}

.module.last-child {
  border: 0;
}

#int_footer {
  border-top: 15px solid #f3f1f0;
}

#ie7only #column1,
#ie7only #column2 {
  *display: inline;
  zoom:1;
  vertical-align: top;
}
#int_nav ul {
  margin: 0 0 10px;
  padding: 0;
  list-style-type: none;
}

#int_nav li {
  display: inline-block;
  *display: inline;
  zoom:1;
  margin-right: 3px;
}

#int_nav li.last {
  margin: 0;
}

#int_nav a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-family: proxima-nova,arial,sans-serif;
  font-weight: bold;
  background: #9a9188;
  padding: 10px 7px;
  font-size: 12px;
}

.ieonly #int_nav a {
  font-size: 11px;
  padding: 10px 6px;
}

#int_nav .mi-active a,
#int_nav a:hover {
  background: #EE0026;
}

#int_subnav {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

#column1 #int_subnav img {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
}

#column1 #int_subnav p {
  margin: 0;
}

#int_subnav .menubean {
  position: relative;
  float: right;
}

#int_subnav .menubean ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#int_subnav .menu li {
  border-bottom: 1px solid #fff;
}

#int_subnav .menu li.last {
  border: 0;
}

#int_subnav .menu a {
  color: #fff;
  text-decoration: none;
  padding: 5px 5px 5px 35px;
  display: block;
  width: 150px;
  font-weight: bold;
  font-size: 12px;
  background: 10px center rgb(0,0,0) url(/resources/dyn/files/1024195zbd0ea6eb/_fn/arrow-subnav.png) no-repeat;
  background: 10px center rgba(0,0,0,0.8) url(/resources/dyn/files/1024195zbd0ea6eb/_fn/arrow-subnav.png) no-repeat;
}

#int_subnav .menu .mi-active a {
  background-position: -782px center;
  background-color: #EE0026;
}

#content {
  clear: both;
}

#column1 {
  padding: 15px;
  width: 565px;
}

#column1 .textbean h1,
#column1 .textbean.heading h2,
.article .article_heading {
  margin: 0 0 20px;
  font-family: proxima-nova,arial,sans-serif;
  color: #4c3d39;
  border-bottom: 2px solid #c5b9b2;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
}

#column1 h2,
#column1 h3,
#column1 h4 {
  font-family: proxima-nova,arial,sans-serif;
  color: #4c3d39;
}

#column1 h2 {
  font-size: 17px;
  margin: 0;
}

#column1 h3 {
  font-size: 16px;
  margin: 0;
}

#column1 h4 {
  font-size: 14px;
  margin: 0;
}

#column1 p {
  line-height: 1.5;
  margin:0 0 20px;
}

#column1 .textbean a {
  color: #FE6426;
  text-decoration: none;
}

#column1 .textbean a:hover {
  text-decoration: underline;
}

#column1 img {
  max-width: 565px;
  height: auto;
}

#column1 .textbean table {
  width: 100%!important;
  margin-bottom: 20px;
}

#column1 .textbean table td,
#column1 .textbean table th {
  padding: 8px 5px;
  font-size: 12px;
}

#column1 .textbean table .even td {
  background: #f3f1f0;
}

#column1 .textbean table th {
  text-align: left;
  color: #fff;
  background: #EE0026;
  font-family: proxima-nova,arial,sans-esrif;
  font-size: 14px;
}

#column1 table td h6 {
  white-space: nowrap;
  font-size: 12px;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

#column1 .textbean ul li {
  margin-bottom: 10px;
}

/* Content Slider */
#content_slider.scrollable {
  position: relative;
  margin-bottom: 20px;
}

#content_slider.scrollable .swindow {
  width: 565px;
  height: 335px;
  position: relative;
  overflow: hidden;
}

#content_slider.scrollable .content {
  position: absolute;
  z-index: 15;
  right: 0;
  top: 166px;
  width: 313px;
  height: 130px;
  padding: 2px 25px 25px;
}

#content_slider.scrollable .content .bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: 0 0 transparent url(/resources/dyn/files/1025628z9db8727d/_fn/content-slider-bg.png) no-repeat;
  height: 156px;
}

#content_slider.scrollable .captions {
  color: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 145px;
  overflow: hidden;
  position: relative;
}

#content_slider.scrollable .caption {
  position: absolute;
  top: 0;
  left: 100%;
  width: 400px;
  height: 125px;
  font-size: 13px;
}

#content_slider.scrollable .caption .title {
  position: absolute;
  top: 0;
  left: 0;
}

#content_slider.scrollable .caption h2 {
  padding; 0;
  color: #ffb512;
  font-size: 16px;
  margin: 14px 0;
}

#content_slider.scrollable .caption h2 a {
  color: #ffb512;
}

#content_slider.scrollable .caption .description {
  left: 0;
  position: absolute;
  top: 62px;
  width: 313px;
}

#content_slider.scrollable .caption p {
  margin-top: 0;
}

#content_slider.scrollable .caption .title .name {
  color: #ffa400;
  font-size: 20px;
  display: block;
  overflow: hidden;
  width: 350px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#content_slider.scrollable .items {
  position: absolute;
  top: 0;
  left: 0;
  width: 1000em;
  z-index: 5;
}

#content_slider.scrollable .slide {
  position: absolute;
  top: 0;
  left: 565px;
  width: 565px;
  height: 335px;
  overflow: hidden;
}

#content_slider.scrollable .nav {
  position: absolute;
  z-index: 20;
  color: #fff;
  right: 10px;
  top: 180px;
}

#content_slider.scrollable .nav a.browse {
  border-left: 10px solid #ffa400;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  height: 2px;
  display: inline-block;
}

#content_slider.scrollable .nav a.browse:focus {
  outline: 0;
}

#content_slider.scrollable .nav a span {
  display: none;
}

/* Interior Feature Slider */
#slider .feature_slider {
  position: relative;
  padding: 0 0 50px;
}

#slider .feature_slider .swindow {
  width: 960px;
  height: 340px;
  position: relative;
  overflow: hidden;
}

#slider .slide,
#slider .caption {
  left: 0!important;
}
#slider .scrollable {
  position: relative;
  padding: 0 0 50px;
}

#slider .scrollable .swindow {
  width: 960px;
  height: 340px;
  position: relative;
  overflow: hidden;
}

/*#slider .overlay {
  bottom: 50px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

#slider .overlay .bl {
  position: absolute;
  background: right top transparent url(/resources/dyn/files/1020238zb4741bd2/_fn/slide-corner.png) no-repeat;
  width: 156px;
  height: 154px;
  left: 0;
  bottom: -2px;
}*/

#slider .content {
  position: absolute;
  z-index: 15;
  right: 0;
  top: 166px;
  width: 313px;
  height: 130px;
  padding: 2px 25px 25px;
}

#slider .content .bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: 0 0 transparent url(/resources/dyn/files/1025507z3d77b337/_fn/feature-slider-content.png) no-repeat;
  height: 156px;
}

#slider .captions {
  color: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 145px;
  overflow: hidden;
  position: relative;
}

#slider .caption {
  position: absolute;
  top: 0;
  left: 100%;
  width: 400px;
  height: 125px;
  font-size: 13px;
}

#slider .caption .title {
  position: absolute;
  top: 0;
  left: 0;
}

#slider .caption h2 {
  margin: 5px 0 2px;
  padding; 0;
  color: #ffb512;
  font-size: 16px;
}

#slider .caption h2 a {
  color: #ffb512;
}

#slider .caption h3 {
  margin: 0;
  font-size: 12px;
}

#slider .caption .description {
  left: 0;
  position: absolute;
  top: 62px;
  width: 313px;
}

#slider .scrollable .caption p {
  margin-top: 0;
}

#slider .caption .title .name {
  color: #ffa400;
  font-size: 20px;
  display: block;
  overflow: hidden;
  width: 350px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#slider .scrollable .caption .title .date {
}

#slider .items {
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  z-index: 5;
}

#slider .slide {
  position: absolute;
  top: 0;
  left: 960px;
  width: 960px;
  height: 340px;
  overflow: hidden;
}

#slider .nav {
  position: absolute;
  z-index: 20;
  color: #fff;
  right: 10px;
  top: 180px;
}

#slider .nav a.browse {
  border-left: 10px solid #ffa400;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  height: 2px;
  display: inline-block;
}

#slider .nav a.browse:focus {
  outline: 0;
}

#slider .nav a span {
  display: none;
}

#slider .slider_bar {
  position: absolute;
  width: 960px;
  height: 30px;
  background: #ffa400;
  bottom: 10px;
}

#slider .slider_bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 10px solid #f3f1f0;
  border-right: 10px solid #ffa400;
}

#slider .slider_bar:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 10px solid #f3f1f0;
  border-left: 10px solid #ffa400;
}

.hide_box .content {
  display: none;
}
