/*  http://meyerweb.com/eric/tools/css/reset/
 *  v2.0 | 20110126
 *  License: none (public domain) */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none outside;
  padding: 0 0 0 25px;
  margin: 0 0 10px;
}
ol li, ul li {
  font-size: 12px;
  line-height: 15px;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong, b, strong *, b * {
  font-weight: bold !important;
}

em, i, em *, i * {
  font-style: italic !important;
}

a:link, a:visited, a:active, a:hover {
  color: #676767;
  text-decoration: none;
}
a:hover {
  color: black;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  margin: 0 0 10px;
}

h1 {
  font-size: 26px;
  line-height: 31px;
}

h2 {
  font-size: 22px;
  line-height: 26px;
}

h3 {
  font-size: 18px;
  line-height: 22px;
}

h4 {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}

h5, h6 {
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
}

p {
  font-size: 12px;
  margin: 0 0 10px;
}

.clear_both {
  clear: both;
}

body {
  background: url(images/body_bg.png) repeat 0 0 #dedede;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.25em;
}
body .site_wrapper {
  margin: 0 auto 10px;
  background: white;
  width: 990px;
  -webkit-box-shadow: 0 0 12px 0 #c5c5c5;
  -moz-box-shadow: 0 0 12px 0 #c5c5c5;
  box-shadow: 0 0 12px 0 #c5c5c5;
}
body .site_wrapper > .header {
  position: relative;
  padding: 0 20px;
  min-height: 60px;
}
body .site_wrapper > .header > .SearchContainer {
  position: absolute;
  border: 1px solid #c7c7c7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #e6e6e6;
  -webkit-box-shadow: inset 1px 1px 5px -3px black;
  -moz-box-shadow: inset 1px 1px 5px -3px black;
  box-shadow: inset 1px 1px 5px -3px black;
  -moz-box-shadow: inset 1px 1px 3px -3px black;
  padding: 0;
  margin: -14px 0 0;
  top: 50%;
  right: 20px;
}
body .site_wrapper > .header > .SearchContainer a {
  text-indent: -10000px;
  display: block;
  height: 26px;
  width: 34px;
  background: url(images/search_button.png) no-repeat 0 0 white;
  padding: 0;
  margin: 0;
  border: 0;
  float: left;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -webkit-transition: background-position 200ms ease;
  -moz-transition: background-position 200ms ease;
  -o-transition: background-position 200ms ease;
  transition: background-position 200ms ease;
}
body .site_wrapper > .header > .SearchContainer a:hover {
  background-position: 0 -26px;
  -webkit-transition: background-position 200ms ease;
  -moz-transition: background-position 200ms ease;
  -o-transition: background-position 200ms ease;
  transition: background-position 200ms ease;
}
body .site_wrapper > .header > .SearchContainer > .SearchBorder {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  width: 150px;
  height: 26px;
}
body .site_wrapper > .header > .SearchContainer > .SearchBorder > .SearchTextBox {
  padding: 0;
  margin: 0;
  width: 125px;
  height: 26px;
  background: transparent;
  font-size: 12px;
  color: #555555;
}
body .site_wrapper > .header > .SearchContainer > .SearchBorder > .SearchIcon {
  width: 22px;
  height: 26px;
  background-position: center center;
}
body .site_wrapper > .header > .SearchContainer > .SearchBorder > .SearchIcon img {
  display: none;
}
body .site_wrapper > .header > .image_logo {
  line-height: 0;
  font-size: 0;
}
body .site_wrapper > .header > .right_side {
  position: absolute;
  top: 50%;
  left: auto;
  right: 230px;
  padding: 5px 0;
  margin: -16px 0 0;
}
body .site_wrapper > .header > .right_side > .links {
  margin: 4px 15px 0 0;
  float: right;
  position: relative;
  z-index: 9010;
}
body .site_wrapper > .header > .right_side > .links p, body .site_wrapper > .header > .right_side > .links a {
  color: #646464;
}
body .site_wrapper > .header > .right_side > .links p {
  margin: 0;
}
body .site_wrapper > .header > .right_side > .links a:hover {
  color: black;
}
body .site_wrapper > .header > .right_side > .auth {
  float: right;
}
body .site_wrapper > .header > .right_side > .auth > a {
  display: inline-block;
  border: 1px solid #dfdfdf;
  background: url(images/header_auth_btn.png) repeat-x #e7e7e7;
  padding: 3px 12px 2px;
  margin: 0px 0 0 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 11px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-box-shadow: inset 0 7px 9px -11px white;
  -moz-box-shadow: inset 0 7px 9px -11px white;
  box-shadow: inset 0 7px 9px -11px white;
}
body .site_wrapper > .header > .right_side > .auth > a:hover {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  background-color: #515151;
  color: white;
  border-color: #5e5e5e;
  text-shadow: 0 1px 0 #393939;
}
body .site_wrapper > .footer {
  clear: both;
}
body .site_wrapper > .footer.small > p {
  padding: 18px 20px;
  color: #828282;
  margin: 0;
}
body .site_wrapper > .footer.small > p a {
  color: #a9a9a9;
}
body .site_wrapper > .footer.small > p a:hover {
  color: #656565;
}
body .site_wrapper > .footer.small > p.terms_and_privacy {
  float: right;
}
body .site_wrapper > .footer.big {
  background: url(images/big_footer_bg.png) repeat #3e3e3e;
  padding: 25px 1px 0;
  margin: 0 20px 0 20px;
  border-radius: 5px;
}
body .site_wrapper > .footer.big > .box {
  border-left: 1px solid #555555;
  margin: 0 0 25px;
  padding: 0 24px 0 25px;
  width: 187px;
  min-height: 150px;
  float: left;
}
body .site_wrapper > .footer.big > .box h1, body .site_wrapper > .footer.big > .box h2, body .site_wrapper > .footer.big > .box h3, body .site_wrapper > .footer.big > .box p, body .site_wrapper > .footer.big > .box li {
  color: white;
}
body .site_wrapper > .footer.big > .box a {
  color: white;
  text-decoration: underline;
}
body .site_wrapper > .footer.big > .box a:hover {
  text-decoration: none;
}
body .site_wrapper > .footer.big > .box .dnnActionMenu a {
  font-size: 11px;
  color: #328dde;
  text-decoration: none;
}
body .site_wrapper > .footer.big > .box .dnnActionMenu a:hover {
  color: #1b4d79;
}
body .site_wrapper > .footer.big > .box ul {
  padding: 0 0 0 20px;
}
body .site_wrapper > .footer.big > .box ul li {
  margin: 0 0 0 3px;
  list-style-type: disc;
  font-size: 12px;
}
body .site_wrapper > .footer.big > .box ol {
  padding: 0 0 0 20px;
}
body .site_wrapper > .footer.big > .box ol li {
  margin: 0 0 0 3px;
  font-size: 12px;
}
body .site_wrapper > .footer.big > .box h1 {
  font-size: 22px;
  line-height: 1.25em;
  margin: 0 0 5px;
}
body .site_wrapper > .footer.big > .box h2 {
  font-size: 18px;
  margin: 0 0 5px;
}
body .site_wrapper > .footer.big > .box h3 {
  font-size: 16px;
  margin: 0 0 5px;
}
body .site_wrapper > .footer.big > .box p {
  font-size: 13px;
  line-height: 1.25em;
  margin: 0 0 10px;
}
body .site_wrapper > .footer.big > .box:first-child {
  border: 0;
  width: 188px;
}
body .site_wrapper > .footer.big > .box.globe {
  background: url(images/globe_map.png) no-repeat bottom;
}
body .site_wrapper > .main_menu_container {
  position: relative;
  padding: 0 20px;
  margin: 0 0 10px;
  z-index: 9000;
}
body .site_wrapper > .main_menu_container > .SearchContainer {
  float: right;
  position: absolute;
  border: 1px solid #aeaeae;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #585858;
  -webkit-box-shadow: inset 0 0 5px -2px black;
  -moz-box-shadow: inset 0 0 5px -2px black;
  box-shadow: inset 0 0 5px -2px black;
  -moz-box-shadow: inset 0 0 4px -3px black;
  padding: 1px;
  margin: 0;
  top: 9px;
  right: 30px;
}
body .site_wrapper > .main_menu_container > .SearchContainer a {
  text-indent: -10000px;
  display: block;
  height: 26px;
  width: 34px;
  background: url(images/search_button.png) no-repeat 0 0 #e7e7e7;
  padding: 0;
  margin: 0;
  border: 0;
  float: left;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -webkit-transition: background-position 200ms ease;
  -moz-transition: background-position 200ms ease;
  -o-transition: background-position 200ms ease;
  transition: background-position 200ms ease;
}
body .site_wrapper > .main_menu_container > .SearchContainer a:hover {
  background-position: 0 -26px;
  -webkit-transition: background-position 200ms ease;
  -moz-transition: background-position 200ms ease;
  -o-transition: background-position 200ms ease;
  transition: background-position 200ms ease;
}
body .site_wrapper > .main_menu_container > .SearchContainer > .SearchBorder {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  width: 172px;
  height: 26px;
}
body .site_wrapper > .main_menu_container > .SearchContainer > .SearchBorder > .SearchTextBox {
  padding: 0;
  margin: 0;
  width: 145px;
  height: 26px;
  background: transparent;
  font-size: 12px;
  color: white;
}
body .site_wrapper > .main_menu_container > .SearchContainer > .SearchBorder > .SearchIcon {
  width: 22px;
  height: 26px;
  background-position: center center;
}
body .site_wrapper > .main_menu_container > .SearchContainer > .SearchBorder > .SearchIcon img {
  display: none;
}
body .site_wrapper > .main_menu_container > #dnn_main_menu {
  background: #333333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  position: relative;
}
body .site_wrapper > .main_menu_container > #dnn_main_menu a, body .site_wrapper > .main_menu_container > #dnn_main_menu li.disabled > span {
  font-size: 12px;
  line-height: 1.3em;
  color: white;
}
body .site_wrapper > .main_menu_container > #dnn_main_menu ul, body .site_wrapper > .main_menu_container > #dnn_main_menu li {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
body .site_wrapper > .main_menu_container > #dnn_main_menu > ul {
  background: url(images/main_menu_bg.png) repeat-x bottom left #4e4e4e;
  color: white;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  position: relative;
  height: 34px;
  padding: 8px 8px 4px;
  border-bottom: 1px solid #8c8c8c;
}
body .site_wrapper > .main_menu_container > #dnn_main_menu > ul > li {
  list-style: none;
  float: left;
  margin-right: 2px;
}
body .site_wrapper > .main_menu_container > #dnn_main_menu > ul > li > a {
  font-size: 14px;
  line-height: 25px;
  font-family: Arial, Helvetica, sans-serif;
  text-shadow: 0 1px 2px #484848;
  border: 1px solid transparent;
  background: transparent;
  display: inline-block;
  color: white;
  padding: 2px 11px 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}
body .site_wrapper > .main_menu_container > #dnn_main_menu > ul > li ul {
  display: none;
}
body .site_wrapper > .main_menu_container > #dnn_main_menu > ul > li > ul {
  position: absolute;
  top: auto;
  left: 0;
  height: 25px;
  padding: 0;
  border-top: 17px solid transparent;
  margin: 0;
  width: 100%;
}
body .site_wrapper > .main_menu_container > #dnn_main_menu > ul > li > ul > li {
  list-style: none;
  float: left;
  margin: 0 -9px 0 19px;
  position: relative;
  display: block;
  height: 25px;
}
body .site_wrapper > .main_menu_container > #dnn_main_menu > ul > li > ul > li ul {
  position: absolute;
  background: url(images/main_menu_dropdown_bg.png) repeat transparent;
  left: 0;
}
body .site_wrapper > .main_menu_container > #dnn_main_menu > ul > li > ul > li a {
  display: block;
  padding: 3px;
  color: #d7d7d7;
}
body .site_wrapper > .main_menu_container > #dnn_main_menu > ul > li > ul > li a:hover {
  color: white;
}
body .site_wrapper > .main_menu_container > #dnn_main_menu > ul > li > ul > li.disabled > span {
  display: block;
  padding: 3px 3px 1px;
  color: #818181;
  cursor: default;
}
body .site_wrapper > .main_menu_container > #dnn_main_menu > ul > li > ul > li > ul {
  top: 25px;
  left: -5px;
}
body .site_wrapper > .main_menu_container > #dnn_main_menu > ul > li > ul > li > ul li {
  position: relative;
  list-style: none;
  width: 180px;
  display: block;
}
body .site_wrapper > .main_menu_container > #dnn_main_menu > ul > li > ul > li > ul li a {
  padding: 3px 8px;
}
body .site_wrapper > .main_menu_container > #dnn_main_menu > ul > li > ul > li > ul li ul {
  top: 0;
  left: 100%;
}
body .site_wrapper > .main_menu_container > #dnn_main_menu > ul > li > ul > li > ul li.hover {
  background: #6d6d6d;
}
body .site_wrapper > .main_menu_container > #dnn_main_menu > ul > li > ul > li > ul li.active > a {
  font-weight: bold;
}
body .site_wrapper > .main_menu_container > #dnn_main_menu > ul > li > ul > li > a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
body .site_wrapper > .main_menu_container > #dnn_main_menu > ul > li > ul > li.active > a {
  font-weight: bold;
  color: white;
  background: url(images/main_menu_l2_bg.png) repeat-x left top #707070;
  padding: 3px 8px 2px;
}
body .site_wrapper > .main_menu_container > #dnn_main_menu > ul > li.active > a, body .site_wrapper > .main_menu_container > #dnn_main_menu > ul > li.hover > a {
  border-color: #aeaeae;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: url(images/main_menu_item_hover_bg.png) repeat-x top left #4c4c4c;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}
body .site_wrapper > .main_menu_container > #dnn_main_menu > ul > li.active > ul {
  display: block;
}
body .site_wrapper > .main_menu_container > #dnn_main_menu > ul > li.disabled span {
  font-size: 18px;
  line-height: 25px;
  font-family: Arial, Helvetica, sans-serif;
  text-shadow: 0 1px 2px #484848;
  border: 1px solid transparent;
  background: transparent;
  display: inline-block;
  color: #d5d5d5;
  padding: 2px 11px 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 1.3em;
  cursor: default;
}
body .site_wrapper > .main_menu_container > #dnn_main_menu .level2_placeholder {
  height: 30px;
  padding: 0;
  margin: 0;
  width: 100%;
  border: none;
  border-top: 4px solid #6f6f6f;
}
#dnn_main_menu1 {
  list-style-type: none;
  background: url("images/main_menu_bg.png") repeat-x #565656;
  height: 33px;
  width: 980px;
  padding: 0;
  position: relative;
  z-index: 1000;
}
#dnn_main_menu1 ul.top_level {
  height: 28px;
  padding: 5px 0 0 10px;
  list-style-type: none;
  margin: 0 auto;
  width: 970px;
}
#dnn_main_menu1 ul.top_level li.root {
  float: left;
  background: none;
  list-style-type: none;
  position: relative;
}
#dnn_main_menu1 ul.top_level li.root a.root {
  background: url(images/main_menu_hover_right.png) no-repeat right 100px;
  display: block;
  cursor: pointer;
  margin: 0 10px 0 0;
}
#dnn_main_menu1 ul.top_level li.root a.root span {
  background: url(images/main_menu_hover_left.png) no-repeat 0 100px;
  color: white;
  font-weight: normal;
  font-size: 13px;
  font-family: Verdana;
  text-decoration: none;
  padding: 4px 5px 6px 10px;
  margin: 0 5px 0 0;
  display: inline-block;
  height: auto;
}
#dnn_main_menu1 ul.top_level li.root a.root:hover {
  background-position: right 0;
  text-decoration: none;
}
#dnn_main_menu1 ul.top_level li.root a.root:hover span {
  background-position: 0 0;
}
#dnn_main_menu1 ul.top_level li.root .sub_level {
  position: absolute;
  top: 28px;
  left: 0;
  display: none;
  margin: 0;
  padding: 0;
  background: url(images/main_menu_dropdown_bg.png) repeat;
}
#dnn_main_menu1 ul.top_level li.root .sub_level ul {
  padding: 0 0 8px 10px;
  margin: 0;
  list-style-position: inside;
}
#dnn_main_menu1 ul.top_level li.root .sub_level ul li {
  display: block;
  list-style-type: none;
  background: url(images/main_menu_bullet.png) no-repeat 0 center;
  padding: 0 10px 0 15px;
  margin: 8px 0 0;
  min-width: 150px;
}
#dnn_main_menu1 ul.top_level li.root .sub_level ul li a {
  display: inline;
  background: none;
  text-decoration: none;
  border: 0;
}
#dnn_main_menu1 ul.top_level li.root .sub_level ul li a span {
  color: white;
  font-size: 12px;
  display: inline;
  background: none;
  font-weight: normal;
  margin: 0;
  padding: 0;
  border: 0;
}
#dnn_main_menu1 ul.top_level li.root .sub_level ul li a:hover span {
  text-decoration: underline;
}
#dnn_main_menu1 ul.top_level li.root .sub_level ul li > .sub_level_right {
  display: none;
  position: absolute;
  left: 100%;
  top: -6px;
  margin: 0;
  background: url(images/main_menu_dropdown_bg.png) repeat;
}
#dnn_main_menu1 ul.top_level li.root .sub_level ul li.hover {
  position: relative;
}
#dnn_main_menu1 ul.top_level li.root .sub_level ul li.hover > .sub_level_right {
  display: block;
}
#dnn_main_menu1 ul.top_level li.root.hover a, #dnn_main_menu ul.top_level li.root.selected a {
  background-position: right 0;
}
#dnn_main_menu1 ul.top_level li.root.hover a span, #dnn_main_menu ul.top_level li.root.selected a span {
  background-position: 0 0;
}
#dnn_main_menu1 ul.top_level li.root.hover .sub_level {
  display: block;
}


body .site_wrapper > .bread_crumbs_and_social {
  margin: -4px 0 6px;
  padding: 0 20px;
  overflow: hidden;
}
body .site_wrapper > .bread_crumbs_and_social > .language-object {
  float: right;
  margin: 2px 5px 0 0;
}
body .site_wrapper > .bread_crumbs_and_social > .language-object span {
  margin: 0 5px 0 0;
  border: 1px solid transparent;
  padding: 0;
  opacity: 0.5;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
body .site_wrapper > .bread_crumbs_and_social > .language-object span img {
  border: 0;
}
body .site_wrapper > .bread_crumbs_and_social > .language-object span:hover {
  opacity: 1;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
body .site_wrapper > .bread_crumbs_and_social > .language-object span.selected {
  border-color: black;
  opacity: 1;
}
body .site_wrapper > .bread_crumbs_and_social > .social {
  float: right;
  margin: 2px 0 1px;
  padding: 0;
}
body .site_wrapper > .bread_crumbs_and_social > .social > li {
  float: left;
  margin: 0 0 0 4px;
  list-style-type: none;
}
body .site_wrapper > .bread_crumbs_and_social > .social > li a {
  display: inline-block;
  width: 23px;
  height: 23px;
  text-indent: -10000px;
  background: no-repeat 0 0;
  -webkit-transition: background-position 200ms ease;
  -moz-transition: background-position 200ms ease;
  -o-transition: background-position 200ms ease;
  transition: background-position 200ms ease;
}
body .site_wrapper > .bread_crumbs_and_social > .social > li a.facebook {
  background-image: url(images/icons/facebook.png);
}
body .site_wrapper > .bread_crumbs_and_social > .social > li a.google {
  background-image: url(images/icons/g_plus.png);
}
body .site_wrapper > .bread_crumbs_and_social > .social > li a.linked_in {
  background-image: url(images/icons/linked_in.png);
}
body .site_wrapper > .bread_crumbs_and_social > .social > li a.twitter {
  background-image: url(images/icons/twitter.png);
}
body .site_wrapper > .bread_crumbs_and_social > .social > li a:hover {
  background-position: 0 -23px;
  -webkit-transition: background-position 200ms ease;
  -moz-transition: background-position 200ms ease;
  -o-transition: background-position 200ms ease;
  transition: background-position 200ms ease;
}
body .site_wrapper > .bread_crumbs_and_social > .bread_crumbs {
  background: url(images/icons/location_marker.png) no-repeat left top;
  height: 20px;
  padding: 6px 0 0 23px;
  margin: 0;
  color: #adadad;
  font-size: 12px;
}
body .site_wrapper > .bread_crumbs_and_social > .bread_crumbs span.separator {
  margin: 0 5px;
}
body .site_wrapper > .bread_crumbs_and_social > .bread_crumbs a {
  color: #7d7d7d;
}
body .site_wrapper > .bread_crumbs_and_social > .bread_crumbs a:hover {
  color: #333333;
}
body .site_wrapper > .bread_crumbs_and_social > .bread_crumbs a:last-child {
  color: black;
  font-weight: bold;
}
body .site_wrapper > .content_top, body .site_wrapper > .content_bottom {
  margin: 0 0 10px;
  padding: 0 20px;
}
body .site_wrapper > .content_top.DNNEmptyPane, body .site_wrapper > .content_bottom.DNNEmptyPane {
  margin: 0;
}
body .site_wrapper > .main {
  margin: 0 0 20px;
  padding: 0 20px;
}
body .site_wrapper > .main > .main_content {
  margin: 0;
  padding: 0;
  float: left;
  display: block;
}
body .site_wrapper > .main > .main_content.left, body .site_wrapper > .main > .main_content.right {
  width: 695px;
}
body .site_wrapper > .main > .main_content.center {
  width: 450px;
}
body .site_wrapper > .main > .main_content.full {
  float: none;
  width: 940px;
}
body .site_wrapper > .main > .sidebar {
  float: left;
  width: 230px;
  margin: 0;
  padding: 0;
}
body .site_wrapper > .main > .sidebar.left {
  margin-right: 20px;
}
body .site_wrapper > .main > .sidebar.left.margin_left {
  margin: 0 0 0 10px;
}
body .site_wrapper > .main > .sidebar.right {
  margin-left: 20px;
}
body .site_wrapper > .main > .sidebar.right.margin_right {
  margin: 0 10px 0 0;
}
body .site_wrapper .skin_container {
  border: 1px solid #cdcdcd;
  background: #f6f6f6;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 10px;
}
body .site_wrapper .skin_container > .padded {
  padding: 10px;
}
body .site_wrapper .skin_container > .content_arrows {
  float: right;
  position: relative;
  top: 8px;
  right: 10px;
  overflow: hidden;
}
body .site_wrapper .skin_container > .content_arrows > span {
  text-indent: -10000px;
  display: block;
  float: left;
  width: 21px;
  height: 21px;
  background: url(images/silver_arrows.png) no-repeat 0 0;
  cursor: pointer;
  margin: 0 0 0 6px;
}
body .site_wrapper .skin_container > .content_arrows > span.right {
  background-position: -21px 0;
}
body .site_wrapper .skin_container > h1 {
  font-size: 20px;
  line-height: 26px;
  margin: 1px 1px 0;
  padding: 5px 10px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
body .site_wrapper .skin_container > h1 span {
  font-size: 20px;
  line-height: 26px;
  color: #4e4e4e;
  text-shadow: 1px 1px 1px white;
}
body .site_wrapper .skin_container.silver > h1 {
  background: url(images/container_mesh_box_silver.png) repeat-x;
}
body .site_wrapper.ie7 > .main_menu_container > .SearchContainer > .SearchBorder > .SearchTextBox, body .site_wrapper.ie8 > .main_menu_container > .SearchContainer > .SearchBorder > .SearchTextBox {
  padding: 6px 0 0;
  height: 20px;
}
body .site_wrapper.ie7 > .content_top.DNNEmptyPane, body .site_wrapper.ie7 > .content_bottom.DNNEmptyPane {
  font-size: 0;
  line-height: 0;
}
body .site_wrapper.ie7 > .header > .right_side {
  margin-top: -55px;
}
body .site_wrapper.ie7 > .header > .right_side > .auth a {
  padding: 2px 12px 3px;
}
body .site_wrapper.ie7 > .main_menu_container > #dnn_main_menu > ul > li > ul {
  top: 38px;
  padding: 0 0 0 19px;
  z-index: 9002;
}
body .site_wrapper.ie7 > .main_menu_container > #dnn_main_menu > ul > li > ul > li {
  height: 26px;
  margin: 0 10px 0 0;
  z-index: 9003;
}
body .site_wrapper.ie7 > .main_menu_container > #dnn_main_menu > ul > li > ul > li > ul {
  top: 26px;
  z-index: 9004;
}
body .site_wrapper.ie7 > .main_menu_container > #dnn_main_menu > ul > li > ul > li > ul li, body .site_wrapper.ie7 > .main_menu_container > #dnn_main_menu > ul > li > ul > li > ul ul {
  z-index: 9005;
}
body .site_wrapper.ie7 > .bread_crumbs_and_social > .social > li > a {
  display: block;
}
body .site_wrapper.ie7 > .main > .main_content.DNNEmptyPane {
  display: none;
}
body .site_wrapper.ie7 > .main > .sidebar.DNNEmptyPane {
  display: none;
}

