/* normalize css */
/*---------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
}
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}

a {
  color: #f28f08;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #000000;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 4px;
  border: 0;
  margin: 1em 0.5em 1em 0;
  padding: 0;
  background: url("../../../images/body/block-div-h.png") repeat-x scroll 0 0
    transparent;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}

form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
table button,
table input {
  *overflow: auto;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/*input:valid, textarea:valid {  }*/
input:invalid,
textarea:invalid {
  background-color: #fffaf3;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}

/*template style*/
/*--------------------*/
::selection {
  background: #f28f08;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #f28f08;
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: #f28f08;
  color: #fff;
  text-shadow: none;
}
.slogan {
  border-left-color: #f28f08;
}

/*css button color. all other csbutton settings in general.css*/
.csbutton-color,
.page-navigate .current,
.error,
label.error-tip,
.highlight {
  border-color: #ff7f01;
  color: #ffffff;
  text-shadow: none;
}
.csbutton-color:hover,
.page-navigate .current,
.jqTransformSelectWrapper ul a.selected {
  border-color: #ff8d1b;
  color: #ffffff;
  text-shadow: none;
  background: #ff8d1b;
  background: -moz-linear-gradient(top, #ffc077 0%, #ff8d1b 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffc077),
    color-stop(100%, #ff8d1b)
  );
  background: -webkit-linear-gradient(top, #ffc077 0%, #ff8d1b 100%);
  background: -o-linear-gradient(top, #ffc077 0%, #ff8d1b 100%);
  background: -ms-linear-gradient(top, #ffc077 0%, #ff8d1b 100%);
  background: linear-gradient(top, #ffc077 0%, #ff8d1b 100%);
  -pie-background: linear-gradient(#ffc077, #ff8d1b);
}
.error em,
label.error-tip,
label.error-tip:after {
  border-color: #ff7f01 transparent transparent !important;
}
.csbutton,
a.csbutton,
a.csbutton:hover,
a.csbutton:active,
.tagline strong {
  color: #f28f08 !important;
}
.event-time .month,
.block-number .bottom,
.th .bottom {
  border-top: 1px solid #ff7f01 !important;
  color: #ffffff;
  text-shadow: none;
}
.csbutton-color,
.event-time .month,
.block-number .bottom,
.th .bottom,
.error,
.highlight {
  background: #ffb868;
  background: -moz-linear-gradient(top, #ffb868 0%, #ff7f01 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffb868),
    color-stop(100%, #ff7f01)
  );
  background: -webkit-linear-gradient(top, #ffb868 0%, #ff7f01 100%);
  background: -o-linear-gradient(top, #ffb868 0%, #ff7f01 100%);
  background: -ms-linear-gradient(top, #ffb868 0%, #ff7f01 100%);
  background: linear-gradient(top, #ffb868 0%, #ff7f01 100%);
  -pie-background: linear-gradient(#ffb868, #ff7f01);
}

/* begin top section */
.top-section {
  color: #ffffff;
  border-bottom: 1px solid #101010;
  background: url("../../../images/skins/orange/footer.png") repeat scroll 0 0
    transparent;
  -moz-box-shadow: 0 0 15px #ffffff, -1px 0 2px #808080;
  -webkit-box-shadow: 0 0 15px #ffffff, -1px 0 2px #808080;
  -ms-box-shadow: 0 0 15px #ffffff, -1px 0 2px #808080;
  -o-box-shadow: 0 0 15px #ffffff, -1px 0 2px #808080;
  box-shadow: 0 0 15px #ffffff, -1px 0 2px #808080;
}
.top-section a {
  color: #ff7d09;
}
.top-section a:hover {
  color: #c0c0c0;
}
.top-input {
  border: 1px solid #151716;
  border-bottom: 1px solid #404040;
  background-color: #000000;
  -webkit-box-shadow: inset 0 0 5px #000000;
  -moz-box-shadow: inset 0 0 5px #000000;
  -o-box-shadow: inset 0 0 5px #000000;
  -ms-box-shadow: inset 0 0 5px #000000;
  -khtml-box-shadow: inset 0 0 5px #000000;
  box-shadow: inset 0 0 5px #000000;
  color: #ff7d09;
}
.top-input:hover {
  background-color: #202020;
  color: #c0c0c0;
  border-bottom: 1px solid #808080;
}
.top-input:focus {
  background-color: transparent;
  color: #ffffff;
  border-bottom: 1px solid #909090;
}
.form-subscr-field input,
.form-subscr-field select,
.form-subscr-field textarea,
#search_box,
fieldset input,
fieldset textarea {
  border-left-color: #f28f08;
}
.disclaimer {
  font-size: 10px;
  color: #808080;
}
/*end top section*/

/*begin top links*/
#top-date,
.top-links,
.top-contact {
  color: #404040;
}
#top-date:hover,
.top-links:hover,
.top-contact:hover {
  color: #404040;
}

/*lite overides*/
.nivo-shadow,
.kwik-shadow,
.coin-shadow,
.header-shadow,
.ws_shadow {
  background: url("../../../images/widget/shadow-lite.png") repeat scroll left
    100% transparent !important;
}
.slidetabs a {
  background: url("../../../images/widget/slidetabs_normal_white.png") no-repeat
    scroll left center transparent !important;
}
.slidetabs a.current {
  background-position: -16px 0 !important;
}

/*forms*/
.jqTransformSelectWrapper ul a:hover,
.jqTransformSelectWrapper ul a.selected:hover {
  background: #ededed;
  color: #333333;
}
.jqTransformSelectWrapper ul a.selected {
  border-width: 1px;
  border-style: solid;
  color: #ffffff;
  text-shadow: none !important;
}
.jqTransformRadio {
  background: transparent url(../../../images/skins/orange/inputs.png) no-repeat
    0 top !important;
}
a.jqTransformCheckbox {
  background: transparent url(../../../images/skins/orange/inputs.png) no-repeat -15px
    top !important;
}
.jqTransformRadio.jqTransformChecked {
  background-position: 0 -19px !important;
}
.jqTransformCheckbox.jqTransformChecked {
  background-position: -15px -19px !important;
}

/* begin Page */

#main,
table {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

.componentheading,
.th .title strong,
.price-tag {
  color: #f28f08 !important;
  text-shadow: 0 1px 0 #ffffff;
}
.underline {
  border-color: #f28f08;
  border-bottom-width: 3px;
  border-bottom-style: solid;
}

.postcontent,
.postheadericons,
.postfootericons,
.blockcontent-body {
  text-align: left;
}

.postcontent,
.postcontent li,
.postcontent table,
.postcontent a,
.postcontent a:link,
.postcontent a:visited,
.postcontent a.visited,
.postcontent a:hover,
.postcontent a.hovered {
  line-height: 150%;
  text-shadow: 0 1px 0 #ffffff;
}

.postcontent p {
  margin: 12px 0;
}

.postcontent {
  margin: 4px 10px 0;
}
.postcontent h1,
.postcontent h1 a,
.postcontent h1 a:link,
.postcontent h1 a:visited,
.postcontent h1 a:hover,
.postcontent h2,
.postcontent h2 a,
.postcontent h2 a:link,
.postcontent h2 a:visited,
.postcontent h2 a:hover,
.postcontent h3,
.postcontent h3 a,
.postcontent h3 a:link,
.postcontent h3 a:visited,
.postcontent h3 a:hover,
.postcontent h4,
.postcontent h4 a,
.postcontent h4 a:link,
.postcontent h4 a:visited,
.postcontent h4 a:hover,
.postcontent h5,
.postcontent h5 a,
.postcontent h5 a:link,
.postcontent h5 a:visited,
.postcontent h5 a:hover,
.postcontent h6,
.postcontent h6 a,
.postcontent h6 a:link,
.postcontent h6 a:visited,
.postcontent h6 a:hover,
.blockheader .t,
.blockheader .t a,
.blockheader .t a:link,
.blockheader .t a:visited,
.blockheader .t a:hover,
.show-title,
.mugshot-title,
.show-title a,
.show-title a:link,
.show-title a:visited,
.show-title a:hover,
.show-text,
.mugshot-text,
.show-text a,
.show-text a:link,
.show-text a:visited,
.show-text a:hover,
.postheader,
.postheader a,
.postheader a:link,
.postheader a:visited,
.postheader a:hover {
  font-style: normal;
  font-size: 32px;
  text-decoration: none;
}

h1.show-title,
h1.show-title a,
h1.show-title a:link,
h1.show-title a:visited,
h1.show-title a:hover,
h1.contact,
.show-title,
.show-text,
.show-text a,
#top-date,
.top-links,
.top-contact,
.mugshot-text,
.mugshot-title {
  text-shadow: 0 1px 0 #ffffff !important;
}

.page-navigate a,
.postcontent a {
  text-decoration: none;
  color: #f28f08;
}

.postcontent a:link {
  text-decoration: none;
  color: #f28f08;
}

.page-navigate a:visited,
.postcontent a:visited,
.postcontent a.visited {
  color: #414141;
}

.page-navigate a:hover,
.postcontent a:hover,
.postcontent a.hover {
  color: #818181;
}

.postcontent h1 {
  color: #f28f08;
  margin: 30px 0;
  padding-bottom: 15px;
}

.blockcontent h1 {
  margin: 25px 0;
}

.postcontent h2 {
  color: #f28f08;
  margin: 19px 0;
  font-size: 27px;
  padding-bottom: 12px;
}

.blockcontent h2 {
  margin: 19px 0;
  font-size: 27px;
}

.postcontent h2 a,
.postcontent h2 a:link,
.postcontent h2 a:hover,
.postcontent h2 a:visited,
.blockcontent h2 a,
.blockcontent h2 a:link,
.blockcontent h2 a:hover,
.blockcontent h2 a:visited {
  font-size: 27px;
}

.postcontent h3 {
  color: #f28f08;
  font-size: 24px;
  margin: 10px 0 15px;
  padding-bottom: 10px;
}

.blockcontent h3 {
  margin: 19px 0;
  font-size: 19px;
}

.postcontent h3 a,
.postcontent h3 a:link,
.postcontent h3 a:hover,
.postcontent h3 a:visited,
.blockcontent h3 a,
.blockcontent h3 a:link,
.blockcontent h3 a:hover,
.blockcontent h3 a:visited {
  font-size: 19px;
}

.postcontent h4 {
  color: #f28f08;
  margin: 20px 0;
  font-size: 20px;
  padding-bottom: 8px;
}

.reasons h4 {
  margin: 7px 0;
}

.blockcontent h4 {
  margin: 10px 0;
  font-size: 16px;
}

.postcontent h4 a,
.postcontent h4 a:link,
.postcontent h4 a:hover,
.postcontent h4 a:visited,
.blockcontent h4 a,
.blockcontent h4 a:link,
.blockcontent h4 a:hover,
.blockcontent h4 a:visited {
  font-size: 16px;
}

.postcontent h5 {
  color: #f28f08;
  margin: 16px 0;
  font-size: 13px;
}

.blockcontent h5 {
  margin: 26px 0;
  font-size: 13px;
}

.postcontent h5 a,
.postcontent h5 a:link,
.postcontent h5 a:hover,
.postcontent h5 a:visited,
.blockcontent h5 a,
.blockcontent h5 a:link,
.blockcontent h5 a:hover,
.blockcontent h5 a:visited {
  font-size: 13px;
}

.postcontent h6 {
  color: #f28f08;
  margin: 15px 0;
  font-size: 11px;
}

.blockcontent h6 {
  margin: 35px 0;
  font-size: 11px;
}

.postcontent h6 a,
.postcontent h6 a:link,
.postcontent h6 a:hover,
.postcontent h6 a:visited,
.blockcontent h6 a,
.blockcontent h6 a:link,
.blockcontent h6 a:hover,
.blockcontent h6 a:visited {
  font-size: 11px;
}

ul {
  list-style-type: none;
}

ol {
  list-style-position: inside;
}

html,
body {
  height: 100%;
}

#main {
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  cursor: default;
  overflow: hidden;
}

#page-background-glare-wrapper {
  position: absolute;
  width: 100%;
}

#page-background-glare {
  position: relative;
  top: -8px;
  /* max-width: 900px; */
  /* min-width: 1000px; */
  height: 212px;
  margin: 0 auto;
  background-image: url("../../../images/skins/orange/page_gl.png");
  background-repeat: no-repeat;
  background-position: center top;
}

body {
  padding: 0;
  margin: 0;
  color: #464646;
  background-color: #ffffff;
  background-image: url("../../../images/skins/orange/Bottom_texture.jpg");
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: top left;
}

.full-image {
  background: url("../../../images/background/full_image/Bottom_texture.jpg")
    repeat-x fixed center top #2e363d;
}
.cleared {
  display: block;
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 0;
  height: 0;
  overflow: hidden;
}

.reset-box {
  overflow: hidden;
  display: table;
}

form {
  padding: 0 !important;
  margin: 0 !important;
}

table.position {
  position: relative;
  width: 100%;
  table-layout: fixed;
}

/* Start Box */
.box,
.box-body {
  margin: 0 auto;
  position: relative;
}
.box:before,
.box:after,
.box-body:before,
.box-body:after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: " ";
  background-repeat: no-repeat;
  line-height: 0;
}
.box:before,
.box-body:before {
  left: 0;
}
.box:after,
.box-body:after {
  right: 0;
}
.box:before {
  overflow: hidden;
  background-position: bottom left;
  direction: ltr;
  z-index: -3;
}
.box:after {
  background-position: bottom right;
  z-index: -3;
}
.box-body:before,
.box-body:after {
  background-repeat: repeat-y;
}
.box-body:before {
  background-position: top left;
  z-index: -3;
}
.box-body:after {
  background-position: top right;
  z-index: -3;
}

.box .box:before,
.box .box:after,
.box-body .box-body:before,
.box-body .box-body:after {
  z-index: -2;
}
.box .box .box:before,
.box .box .box:after,
.box-body .box-body .box-body:before,
.box-body .box-body .box-body:after {
  z-index: -1;
}
/* End Box */

/* Start Bar */
.bar {
  position: relative;
}
.bar:before,
.bar:after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: " ";
  background-repeat: repeat;
  z-index: -1;
}
.bar:before {
  left: 0;
  background-position: top left;
}
.bar:after {
  right: 0;
  background-position: top right;
}
/* End Bar */

li h1,
.postcontent li h1,
.blockcontent-body li h1 {
  margin: 1px;
}
li h2,
.postcontent li h2,
.blockcontent-body li h2 {
  margin: 1px;
}
li h3,
.postcontent li h3,
.blockcontent-body li h3 {
  margin: 1px;
}
li h4,
.postcontent li h4,
.blockcontent-body li h4 {
  margin: 1px;
}
li h5,
.postcontent li h5,
.blockcontent-body li h5 {
  margin: 1px;
}
li h6,
.postcontent li h6,
.blockcontent-body li h6 {
  margin: 1px;
}
li p,
.postcontent li p,
.blockcontent-body li p {
  margin: 1px;
}

/* end Page */

/* begin Header */
div.header {
  margin: 0 auto;
  position: relative;
  width: 1000px;
  height: 482px;
  margin-top: 40px;
  margin-bottom: 0;
}
.header-position {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.header-wrapper {
  position: relative;
  top: 0;
  width: 1000px;
  margin: 0 auto;
}
.header-inner {
  position: relative;
  margin: 0 1px;
}

.header:after,
.header-jpeg {
  position: absolute;
  z-index: -1;
  display: block;
  content: " ";
  top: 0;
  left: 1px;
  right: 1px;
  height: 478px;
  background-image: url("../../../images/skins/orange/header.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #e4e4e4;
  border-width: 1px 1px 0 1px;
}

.header-content,
.header-content p {
  color: #000000;
  line-height: 1.5em;
  text-shadow: 0 1px 0 #ffffff;
}

.header-content p {
  margin-top: 15px;
}

/*child page header*/
.child .header,
.child .header:after,
.child .header:before,
.child .header-jpeg {
  height: 250px;
}
.child .header:after,
.child .header:before,
.child .header-jpeg {
  background-position: center 100%;
}
.child div.logo {
  top: 140px;
}

/* end Header */

/* begin Logo */
div.logo {
  display: block;
  position: absolute;
  top: 222px;
  left: 5%;
  margin-left: -22px;
}

.show-title,
.mugshot-title {
  display: block;
  text-align: left;
  font-size: 36px;
  padding: 0;
  margin: 0;
  color: #ff7f01 !important;
}
.show-title a,
.show-title a:link,
.show-title a:visited,
.show-title a:hover {
  font-size: 36px;
  padding: 0;
  margin: 0;
  color: #ff7f01 !important;
}

.show-text,
.mugshot-text {
  display: block;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  padding: 0;
  margin: 0;
  color: #000000 !important;
}
.show-text a,
.show-text a:link,
.show-text a:visited,
.show-text a:hover {
  font-weight: normal;
  font-size: 16px;
  padding: 0;
  margin: 0;
  color: #000000 !important;
}

#headline,
#slogan {
  display: block;
  min-width: 150px;
  text-align: left;
}
/* end Logo */

/*begin breadcrumbs*/
.breadcrumbs.home a,
#follow,
#breadcrumbs {
  color: #404040 !important;
  text-shadow: 0 1px 0 #ffffff;
  text-decoration: none;
}
.breadcrumbs.home a {
  color: #ff7f01 !important;
}
.breadcrumbs.home a:hover {
  color: #c0c0c0 !important;
}

.pathway {
  background: url("../../../images/skins/orange/breadcrumb-sep.png") no-repeat
    scroll 100% 40% transparent;
}
/* begin Box, Sheet */
.sheet {
  max-width: 1000px;
  margin-top: 40px;
  margin-bottom: 0;
  cursor: auto;
  width: 1000px;
}
.sheet-body {
  padding: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.sheet:before,
.sheet:after {
  content: url("../../../images/skins/orange/sheet_t.png");
  font-size: 0;
  background-image: url("../../../images/skins/orange/sheet_b.png");
}

.sheet > .box-tl,
.sheet > .box-tr {
  background: url("../../../images/skins/orange/sheet.png");
}

.sheet:after {
  clip: rect(auto, auto, auto, 999px);
}
.sheet:before,
.sheet-body:before {
  right: 1px;
}
.sheet-body:after {
  width: 1px;
  top: 1px;
  bottom: 1px;
  background-image: url("../../../images/skins/orange/sheet.png");
}
.sheet-body:before {
  top: 1px;
  bottom: 1px;
  background-image: url("../../../images/skins/orange/sheet.png");
}

/* end Box, Sheet */

/* begin Layout */
.layout-wrapper {
  position: relative;
  margin: 0 auto 0 auto;
}

.content-layout {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.content-layout-row {
  display: table-row;
  background: url("../../../images/body/content-row-b.png") left bottom repeat-x;
  margin-bottom: 10px;
}

.layout-cell {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 20px;
}
/* end Layout */

/* begin Box, Block */
.block {
  max-width: 998px;
  margin: 15px;
}
.block-body {
  padding: 0;
}

div.block img {
  /* WARNING do NOT collapse this to 'border' - inheritance! */
  border-width: 0;
  margin: 5px;
}

/* end Box, Block */

/* begin BlockHeader */
.blockheader {
  margin-bottom: 0;
  min-height: 38px;
  line-height: 38px;
}

.blockheader .t {
  min-height: 38px;
  line-height: 24px;
  color: #f28f08;
  font-size: 24px;
  margin-right: 11px;
  padding: 0;
  white-space: nowrap;
  font-weight: normal;
  text-shadow: 0 1px 0 #ffffff;
  background: url("../../../images/body/dot.png") repeat-x scroll 0 100%
    transparent;
}

.blockheader .t a,
.blockheader .t a:link,
.blockheader .t a:visited,
.blockheader .t a:hover {
  color: #f28f08;
  font-size: 22px;
}

/* end BlockHeader */

/* begin Box, BlockContent */
.blockcontent {
  max-width: 998px;
}
.blockcontent-body {
  padding: 7px 0;
  color: #464646;
  font-size: 13px;
  line-height: 150%;
}
.postcontent .blockcontent-body,
aside .blockcontent-body {
  text-shadow: 0 1px 0 #ffffff;
}
.blockcontent-body table,
.blockcontent-body li,
.blockcontent-body a,
.blockcontent-body a:link,
.blockcontent-body a:visited,
.blockcontent-body a:hover {
  color: #464646;
  font-size: 13px;
  line-height: 150%;
}

.blockcontent-body p {
  margin: 6px 0;
}

.blockcontent-body a,
.blockcontent-body a:link {
  color: #ff7f01;
  text-decoration: none;
}
.blockcontent-body a:hover,
.blockcontent-body a.hover {
  color: #2d0b0b;
}
.blockcontent-body a:visited {
  color: #ff7f01;
  text-decoration: none;
}
.blockcontent-body ul li {
  color: #d6d6d6;
  padding: 2px 0 3px 9px;
  line-height: 1.5em;
}

.footer-row .blockcontent-body {
  color: #ffffff;
}
/* end Box, BlockContent */

/* begin Box, Post */
.post {
  max-width: 998px;
  margin: 5px;
}
.post-body {
  padding: 7px;
}

a img {
  border: 0;
}

.article img,
img.article,
.block img,
.footer img {
  border-color: #f7f7f7;
  border-style: solid;
  border-width: 0;
  margin: 4px 5px 4px 0;
}

.metadata-icons img {
  border: none;
  vertical-align: middle;
  margin: 2px;
}

.article table,
table.article {
  border-collapse: collapse;
  margin: 1px;
}

.post .content-layout-br {
  height: 0;
}

.article th,
.article td {
  padding: 2px;
  border: solid 1px #a3a3a3;
  vertical-align: top;
  text-align: left;
}

.article th {
  text-align: center;
  vertical-align: middle;
  padding: 7px;
}

pre {
  overflow: visible;
  padding: 0.1em;
}

#preview-image {
  float: left;
}

.preview-cms-logo {
  border: 0;
  margin: 1em 1em 0 0;
  float: left;
}

.preview-sharepoint-logo {
  border: 0;
  margin: 5px;
  float: left;
}
/* end Box, Post */

/* begin PostHeaderIcon */
.postheader {
  color: #464646;
  margin: 5px 0;
  line-height: 1em;
  font-size: 26px;
}

.postheader a,
.postheader a:link,
.postheader a:visited,
.postheader a.visited,
.postheader a:hover,
.postheader a.hovered {
  font-size: 26px;
}

.postheader a,
.postheader a:link {
  text-align: left;
  text-decoration: none;
  color: #545454;
}

.postheader a:visited,
.postheader a.visited {
  color: #545454;
}

.postheader a:hover,
.postheader a.hovered {
  color: #818181;
}

/* end PostHeaderIcon */

/* begin PostIcons, PostHeaderIcons */
.postheadericons,
.postheadericons a,
.postheadericons a:link,
.postheadericons a:visited,
.postheadericons a:hover {
  color: #f28f08;
}

.postheadericons {
  padding: 1px;
}

.postheadericons a,
.postheadericons a:link {
  text-decoration: none;
  color: #f28f08;
}

.postheadericons a:visited,
.postheadericons a.visited {
  font-weight: normal;
  color: #f28f08;
}

.postheadericons a:hover,
.postheadericons a.hover {
  font-weight: normal;
  text-decoration: underline;
  color: #1f1f1f;
}

/* end PostIcons, PostHeaderIcons */

/* begin PostBullets */
.postcontent ol,
.postcontent ul {
  margin: 1em 0 1em 0;
  padding: 0;
}

.postcontent li {
  font-size: 13px;
  color: #464646;
  padding: 0 0 0 12px;
}

.postcontent li ol,
.post li ul {
  margin: 0.5em 0 0.5em 2em;
  padding: 0;
}

.postcontent ol > li {
  background: none;
  padding-left: 0;
  /* overrides overflow for "ul li" and sets the default value */
  overflow: visible;
}

.postcontent ul > li {
  padding-left: 22px;
  /* makes "ul li" not to align behind the image if they are in the same line */
  overflow-x: visible;
  overflow-y: hidden;
}

/* end PostBullets */

/* begin PostQuote */
.postcontent blockquote,
.postcontent blockquote a,
.postcontent blockquote a:link,
.postcontent blockquote a:visited,
.postcontent blockquote a:hover {
  color: #464646;
}

.postcontent blockquote p {
  margin: 0;
  margin: 3px;
}

.postcontent blockquote {
  margin: 10px 10px 20px 20px;
  padding: 5px 5px 5px 38px;
  background-color: transparent;
  /* makes block not to align behind the image if they are in the same line */
  overflow: auto;
  clear: both;
  border-left: 5px solid #f28f08;
}

.blockcontent-body blockquote {
  margin: 10px 10px 20px 0;
}
/* end PostQuote */

/*spotlight*/
.spot-bg {
  background: url("../../../images/skins/orange/spot_bg.png") repeat scroll 100%
    top transparent;
  border: 1px solid #dfdfdf;
  text-shadow: 0 1px 0 #ffffff;
}

.spotlight {
  text-shadow: 0 1px 0 #ffffff;
  border-bottom: 1px solid #fefefe;
  background: url("../../../images/skins/orange/spotlight.png") repeat-x scroll
    100% bottom transparent;
}

/* begin Footer */
.footer {
  position: relative;
  margin-top: 40px;
  margin-bottom: 0;
  width: 100%;
}

.footer-body {
  position: relative;
  padding: 15px;
  color: #161616;
}

.footer-body ul li {
  font-size: 13px;
  line-height: 125%;
  color: #5d5d5d;
  border-bottom: 1px solid transparent;
}

.footer-body ul li:hover {
  background: #000000;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border-bottom: 1px solid #404040;
  cursor: pointer;
  box-shadow: 1px 0 5px #000000 inset;
}

.footer-body ul li:hover a {
  color: #ffffff !important;
}

.footer-top {
  background-image: url("../../../images/new_footer.png");
  background-position: bottom left;
  background-repeat: repeat-x;
  height: 75px;
  -moz-box-shadow: 0 -25px 50px #ffffff;
  -webkit-box-shadow: 0 -25px 50px #ffffff;
  -ms-box-shadow: 0 -25px 50px #ffffff;
  -o-box-shadow: 0 -25px 50px #ffffff;
  box-shadow: 0 -25px 50px #ffffff;
  position: relative;
}

.footer_inner {
  width: 1000px;
  margin: 0 auto;
}

.footer-top p {
  position: absolute;
  bottom: 10px;
  text-shadow: 1px 1px 1px black;
  color: #e5e5e5;
}

.footer-top p strong,
.footer-top p a {
  font-weight: normal;
  color: #f28f08;
}

.f-top-inner {
  width: 1000px;
  display: block;
  margin: auto;
  color: #ffffff;
  padding: 21px 0;
}

.footer-overlay {
  background-image: url("../../../images/skins/orange/footer-ov.png");
  background-repeat: repeat-x;
  height: 94px;
  margin-bottom: -94px;
}

.footer-body:before {
  position: absolute;
  content: " ";
  z-index: -2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 50px;
  background-image: url("../../../images/skins/orange/footer.png");
  background-position: bottom left;
}

.footer-t {
  background-image: url("../../../images/skins/orange/footer.png");
}

.footer-row .t {
  background: url("../../../images/body/dot-dark-block.png") repeat-x scroll 0
    100% transparent;
  text-shadow: 4px 4px 1px #000000;
}

.footer-r {
  background-image: url("../../../images/skins/orange/footer_b.png");
}
.footer:before {
  left: 0;
  right: 0;
  background-position: bottom left;
}

.footer:after {
  right: 0;
  width: 0;
  background-position: bottom right;
}

.footer-text p {
  padding: 0;
  margin: 0;
  text-align: left;
}

.footer-text p,
.footer-text .t {
  color: #ffffff;
}
.footer-text .t {
  color: #f28f08;
}
.footer-body a,
.footer-body a:link,
.footer-body a:visited,
.footer-body a:hover,
.footer-body td,
.footer-body th,
.footer-body caption {
  color: #161616;
}

.footer-text {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}

.footer-body a,
.footer-body a:link {
  color: #ff7f01;
  text-decoration: none;
}

.footer-body a:visited {
  color: #ff7f01;
}

.footer-body a:hover {
  color: #ffffff;
}

.footer-wrapper {
  margin: 0 1px;
}
.footer-center {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

.twit-feed a,
.tweeter_widget a {
  color: #ff7f01 !important;
  text-decoration: none;
}
.twit-feed a:hover,
.tweeter_widget a:hover {
  color: #ffffff !important;
}
div.footer img {
  /* WARNING do NOT collapse this to 'border' - inheritance! */
  border-width: 0;
  margin: 0;
} /* end Footer */

/* begin PageFooter */
.page-footer,
.page-footer a,
.page-footer a:link,
.page-footer a:visited,
.page-footer a:hover,
.bottom-links a {
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #ff7f01;
  text-shadow: 0 1px 0 #fff !important;
}

.bottom-links a:hover {
  color: #808080 !important;
}

.page-footer {
  padding: 1em 0;
  position: relative;
  text-align: left;
  bottom: -19px;
  text-decoration: none;
  color: #626262;
  width: 30%;
  float: left;
}
.footer-overlay-bottom {
  background: url("../../../images/skins/orange/Bottom_texture.jpg") repeat
    scroll bottom right transparent;
}

.bottom-links {
  height: 50px;
  display: block;
  float: right;
  margin-top: 13px;
  text-shadow: 0 1px 0 #fff !important;
}

.bottom-links a {
  padding: 20px 15px;
  display: block;
  float: left;
  text-shadow: none !important;
  color: #ff7f01 !important;
  text-shadow: 0 1px 0 #fff !important;
  background: url("../../../images/skins/orange/menuseparator.png") no-repeat
    scroll 100% 50% transparent;
}
/* end PageFooter */

/* begin LayoutCell, sidebar1 */
.content-layout .sidebar1 {
  width: 27%;
  background: url("../../../images/body/sidebar-l.png") repeat-y scroll 100% 0
    transparent;
  border-right: 1px solid #fafafa;
}
/* end LayoutCell, sidebar1 */

/* begin LayoutCell, sidebar2 */
.content-layout .sidebar2 {
  width: 30%;
}
.content-layout .sidebar3 {
  width: 25%;
}

.content-layout .sidebar2,
.content-layout .sidebar3 {
  background: url("../../../images/body/sidebar.png") repeat-y scroll 0 0
    transparent;
  border-left: 1px solid #fafafa;
}
/* end LayoutCell, sidebar2 */

.footer-body {
  -webkit-box-shadow: 2px 1px 5px #000000;
  -moz-box-shadow: 2px 1px 5px #000000;
  -ms-box-shadow: 2px 1px 5px #000000;
  -o-box-shadow: 2px 1px 5px #000000;
  box-shadow: 2px 1px 5px #000000;
}

/*menu skin and color */
.nav:before,
.nav:after,
.nav-png {
  background-image: url("../../../images/skins/orange/nav.png");
}
.nav-inner {
  border-bottom: 1px solid transparent;
}
#menu span {
  color: #202020 !important;
}
#menu ul ul a span {
  color: #fff !important;
}
#menu ul ul a:hover span {
  color: #202020 !important;
}
.animate-color {
  color: #fbd92c;
}
#menu ul.menu > li:hover > a span {
  color: #24c9ff;
}
#menu li.nolink span {
  color: #f6f6f6 !important;
  border-bottom: 2px solid #f6f6f6;
  text-shadow: none !important;
  background: rgba(255, 255, 255, 0.1) !important;
}
#menu ul ul a.parent {
  background: url(../../../images/skins/orange/submenu-pointer.png) no-repeat
    97% center;
  _background-image: url(../../../images/skins/orange/submenu-pointer.gif);
}
#menu ul ul a:hover {
  background-color: #f6f6f6 !important;
}
#menu ul ul a.parent:hover {
  background: url(../../../images/skins/orange/submenu-pointer-hover.png)
    no-repeat 98% center;
  _background: url(../../../images/skins/orange/submenu-pointer-hover.gif)
    no-repeat 98% center;
  background-color: #202020;
}
#menu li.back .left {
  background: url(../../../images/skins/orange/selected-right-sub.png) repeat-x
    right 0;
}
#menu li div {
  background: url(../../../images/skins/orange/drop-submenu.png) no-repeat -227px
    0;
  _background: url(../../../images/skins/orange/drop-submenu.gif) no-repeat -227px
    0;
}
#menu ul ul {
  background: url(../../../images/skins/orange/drop-submenu.png) no-repeat 0
    bottom;
  _background: url(../../../images/skins/orange/drop-submenu.gif) no-repeat 0
    bottom;
}
/*end menu skin*/

.tagline_top h3 {
  font-size: 350%;
  font-weight: normal;
  padding: 0 0 0 30px;
  margin: 0;
}

#facebook_wrapper {
  position: relative;
}

#facebook_wrapper .fb-like {
  position: absolute;
  right: 10px;
  top: 0;
}

#facebook {
  margin-top: 10px;
}

.viewport {
  margin-top: 10px;
  height: 400px;
  width: 258px;
  overflow: auto;
}

#facebook a {
  color: #f28f08;
}

#facebook h3 {
  color: #f28f08;
  font-size: 18px;
}

#facebook p {
  line-height: 1.4;
}

#facebook p.read_more {
  margin-top: 10px;
  padding-bottom: 10px;
}

hr.big_dotted {
  background: url("../../../images/body/dot.png") repeat-x scroll 0 100%
    transparent;
  height: 8px;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  background: #cbcbcb;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: #cbcbcb;
}

.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #cbcbcb;
  position: relative;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.jspDrag {
  background: #f28f08;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

blockquote {
  background: url("../../../images/icons/custom_sprite_2a2f35.png") no-repeat 0 -619px;
}

.spotlight {
  position: relative;
}

.header-content img,
.spotlight img {
  padding-top: 20px;
}

.spotlight img {
  padding-left: 20px;
}

.header-content strong,
.spotlight strong {
  font-weight: normal;
  color: #f28f08;
}

.header-content p {
  line-height: 0.8em;
  float: left;
  width: 680px;
  color: #464646;
}

.spotlight p {
  line-height: 1.5em;
  float: left;
  width: 680px;
  color: #464646;
}

.header-content p.top,
.spotlight p.top {
  padding-top: 20px;
}

.header-content p.top span.title,
.spotlight p.top span.title {
  font-size: 3em;
}

.header-content p.top span.phone_number,
.spotlight p.top span.phone_number {
  display: block;
  position: absolute;
  right: -20px;
  top: 10px;
  background: url("../../../images/phone_number.png") 0 0 no-repeat;
  width: 219px;
  height: 53px;
}

.spotlight p.top span.phone_number {
  right: 5px;
}

.header-content p.center,
.spotlight p.center {
  width: 600px;
  text-align: right;
  font-size: 1.8em;
}

.header-content p.center_next,
.spotlight p.center_text {
  width: 700px;
  padding-left: 40px;
}

.header-content p.bottom,
.spotlight p.bottom {
  text-align: right;
  font-size: 2em;
}

.spotlight p.bottom {
  margin-bottom: 25px;
}

.checkbox_image {
  display: block;
  background: url("../../../images/icons/check_mark.png") center top no-repeat;
  width: 44px;
  height: 44px;
  float: left;
  margin: 0 12px 0 0 !important;
  padding: 0;
}

hr.no_show {
  padding: 15px 0;
}

h3.card_accept {
  float: left;
  margin-right: 15px;
}

.credit_cards img {
  padding: 0;
}

.contact_overview {
  padding: 10px 15px;
}

.contact_overview h5 {
  font-size: 130%;
  margin-bottom: 10px;
}

.contact_overview p {
  margin-bottom: 10px;
}
