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

audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
html {
  text-rendering: optimizeLegibility;
  font-size: 100%;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

#supersized {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: -999;
  height: 100%;
  width: 100%;
}
#supersized img {
  width: auto;
  height: auto;
  position: relative;
  outline: none;
  border: none;
}
#supersized a {
  z-index: -30;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
  display: block;
}
#supersized a.image-loading {
  background: #111111 url("../images/classic-loader.gif") no-repeat center center;
  width: 100%;
  height: 100%;
}


body,
button,
input,
select,
textarea {
  font-family: Tahoma, Geneva, sans-serif;
  color: #444;
}

::-webkit-selection {
  color: #3d4e5b;
  background: #fe57a1;
  text-shadow: none;
}

::-moz-selection {
  color: #3d4e5b;
  background: #fe57a1;
  text-shadow: none;
}

::selection {
  color: #3d4e5b;
  background: #fe57a1;
  text-shadow: none;
}

a {
  color: #d02c2c;
  text-decoration: none;
}
a:focus {
  color: #1a1a1a;
}
a:hover {
  color: #1a1a1a;
}
a:active {
  color: #1a1a1a;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
}
a:active {
  outline: 0;
}

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

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1.5em 3em;
}

dfn {
  font-style: italic;
}

hr {
  border: 0;
  padding: 0;
  display: block;
  height: 1px;
  border-top: 1px solid #ccc;
  margin: 1.5em 0;
}

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-size: 1em;
  _font-family: 'courier new', monospace;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small, .smaller {
  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 {
  padding: 0;
  margin: 0;
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

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

/* =============================================================================
   Figures
   ========================================================================== */
figure,
form {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */
legend {
  border: 0;
  padding: 0;
  *margin-left: -7px;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  *vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */
button,
input {
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */
button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="search"] {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* Colors for form validity */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}

/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

form .input {
  margin-left: 150px;
}
form .error > label,
form .error .help-block,
form .error .help-inline {
  color: #b94a48;
}
form .error input,
form .error textarea {
  color: #b94a48;
  border-color: #ee5f5b;
}
form .error input:focus,
form .error textarea:focus {
  -moz-box-shadow: 0 0 6px #f8b9b7;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -o-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
  border-color: #e9322d;
}
form .error .input-prepend .add-on, form .error .input-append .add-on {
  color: #b94a48;
  background-color: #fce6e6;
  border-color: #b94a48;
}
form .warning > label,
form .warning .help-block,
form .warning .help-inline {
  color: #c09853;
}
form .warning input,
form .warning textarea {
  color: #c09853;
  border-color: #ccae64;
}
form .warning input:focus,
form .warning textarea:focus {
  -moz-box-shadow: 0 0 6px #e5d6b1;
  -webkit-box-shadow: 0 0 6px #e5d6b1;
  -o-box-shadow: 0 0 6px #e5d6b1;
  box-shadow: 0 0 6px #e5d6b1;
  border-color: #be9a3f;
}
form .warning .input-prepend .add-on, form .warning .input-append .add-on {
  color: #c09853;
  background-color: #d2b877;
  border-color: #c09853;
}
form .success > label,
form .success .help-block,
form .success .help-inline {
  color: #468847;
}
form .success input,
form .success textarea {
  color: #468847;
  border-color: #57a957;
}
form .success input:focus,
form .success textarea:focus {
  border-color: #458845;
  -moz-box-shadow: 0 0 6px #9acc9a;
  -webkit-box-shadow: 0 0 6px #9acc9a;
  -o-box-shadow: 0 0 6px #9acc9a;
  box-shadow: 0 0 6px #9acc9a;
}
form .success .input-prepend .add-on, form .success .input-append .add-on {
  color: #468847;
  background-color: #bcddbc;
  border-color: #468847;
}

input[type=checkbox], input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  line-height: normal;
  border: none;
  /* IE6-7 */
  *margin-top: 0;
}
input[type=checkbox]:focus, input[type=radio]:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  outline: 1px dotted #666;
}
input[type=file] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  padding: initial;
  border: initial;
  line-height: initial;
}
input[type=button], input[type=reset], input[type=submit] {
  width: auto;
  height: auto;
}

input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #808080;
  border: 1px solid #ccc;
}
input[disabled], input[readonly],
textarea[disabled],
textarea[readonly],
select[disabled],
select[readonly],
.uneditable-input[disabled],
.uneditable-input[readonly] {
  background-color: #f5f5f5;
  border-color: #ddd;
  cursor: not-allowed;
}

select {
  padding: initial;
}
select[multiple] {
  height: inherit;
  background-color: #ffffff;
}

select,
input[type=file] {
  height: 27px;
  line-height: 27px;
  /* For IE7, add top margin to align select with labels */
  *height: auto;
  *margin-top: 4px;
}
select:focus,
input[type=file]:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  outline: 1px dotted #666;
}

textarea {
  height: auto;
}
textarea.xxlarge {
  overflow-y: auto;
}

.uneditable-input {
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  background-color: #ffffff;
  display: block;
  border-color: #eee;
  cursor: not-allowed;
}

:-moz-placeholder {
  color: #bfbfbf;
}

::-webkit-input-placeholder {
  color: #bfbfbf;
}

input,
textarea {
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input:focus,
textarea:focus {
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -o-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
}

.input-mini, input.mini,
textarea.mini,
select.mini,
.uneditable-input.mini {
  width: 60px;
}

.input-small, input.small,
textarea.small,
select.small,
.uneditable-input.small {
  width: 90px;
}

.input-medium, input.medium,
textarea.medium,
select.medium,
.uneditable-input.medium {
  width: 150px;
}

.input-large, input.large,
textarea.large,
select.large,
.uneditable-input.large {
  width: 210px;
}

.input-xlarge, input.xlarge,
textarea.xlarge,
select.xlarge,
.uneditable-input.xlarge {
  width: 270px;
}

.input-xxlarge, input.xxlarge,
textarea.xxlarge,
select.xxlarge,
.uneditable-input.xxlarge {
  width: 530px;
}

@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts-new/bebas-neue/BebasNeue-webfont.eot");
  src: url("../fonts-new/bebas-neue/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts-new/bebas-neue/BebasNeue-webfont.woff") format("woff"), url("../fonts-new/bebas-neue/BebasNeue-webfont.ttf") format("truetype"), url("../fonts-new/bebas-neue/BebasNeue-webfont.svg#BebasNeueRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
}

/* ==========================================================================
   Default typo, such as heading, paragraph, article, etc.
   ========================================================================== */
h1, h2, h3 {
  letter-spacing: -1px;
}

h1 {
  font-size: 3em;
  line-height: 1.5em;
  padding-top: 0.188em;
  z-index: 10;
}

h2 {
	font-size: 2.625em;
	line-height: 1em;
	padding-top: 0.15em;
}

h3 {
  font-size: 2.25em;
  line-height: 1.333em;
  padding-top: 0.112em;
}

h4 {
  font-size: 1.875em;
  line-height: 1.6em;
  padding-top: 0.188em;
}

h5 {
  font-size: 1.1em;
  line-height: 2.0em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  text-transform:uppercase;
}

h6 {
  font-size: 1.125em;
  line-height: 1.333em;
  padding-top: 0.375em;
}

h4, h5, h6 {
  font-family: serif;
  font-style: italic;
}

hgroup h1, hgroup h2, hgroup h3, hgroup h4, hgroup h5, hgroup h6 {
  padding: 0;
}

section h1, section h2, section h3 {
  padding: 0;
}

p {
  margin-bottom: 1.425em;
  margin-top: 0.3em;
  line-height: 1.425em;
}

article p {
  margin-top: 1.2em;
}
article h4, article h5, article h6 {
  padding-top: 0.338em;
}

/* Style begin ------------------------------------------------------------------ */
body {
	background: #FFF;
	font-size: 100%;
	line-height: 1.3em;
}

html > body {
  font-size: 16px;
}

#container {
  *zoom: 1;
	width: 75.85em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container:after {
  content: "";
  display: table;
  clear: both;
}
#container .inner-container {
  clear: both;
  margin-left: 1.912%;
  margin-right: 1.912%;
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
  zoom: 1;
}
#container .inner-container:before {
  content: "";
  display: table;
}
#container .inner-container:after {
  clear: both;
  content: "";
  display: table;
}

.btn {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(25%, #ffffff), color-stop(100%, #e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  -moz-transition-property: 0.9s linear all;
  -webkit-transition-property: 0.9s linear all;
  -o-transition-property: 0.9s linear all;
  transition-property: 0.9s linear all;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6');
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  padding: 5px 14px 6px;
  color: #888;
  font-size: 13px;
  line-height: normal;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
}
.btn:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
.btn:focus {
  outline: 1px dotted #666;
}
.btn.primary {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF049CDB', endColorstr='#FF0064CD');
  background-color: #0064cd;
  background-repeat: repeat-x;
  color: #ffffff;
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.candyblue {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4481e6), color-stop(100%, #3267b8));
  background-image: -webkit-linear-gradient(top, #4481e6, #3267b8);
  background-image: -moz-linear-gradient(top, #4481e6, #3267b8);
  background-image: -o-linear-gradient(top, #4481e6, #3267b8);
  background-image: -ms-linear-gradient(top, #4481e6, #3267b8);
  background-image: linear-gradient(top, #4481e6, #3267b8);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF4481E6', endColorstr='#FF3267B8');
  background-color: #3267b8;
  background-repeat: repeat-x;
  color: #ffffff;
  border-color: #2147a7 #2147a7 #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn.candyred {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #800), color-stop(100%, #800));
  background-image: -webkit-linear-gradient(top, #D00, #800);
  background-image: -moz-linear-gradient(top, #D00, #800);
  background-image: -o-linear-gradient(top, #D00, #800);
  background-image: -ms-linear-gradient(top, #D00, #800);
  background-image: linear-gradient(top, #D00, #800);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF4481E6', endColorstr='#FF3267B8');
  background-color: #800;
  background-repeat: repeat-x;
  color: #ffffff;
  border-color: #2147a7 #2147a7 #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn.active, .btn:active {
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn[disabled] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn.large {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  font-size: 125%;
  line-height: normal;
  padding: 9px 14px 9px;
}
.btn.small {
  font-size: 85%;
  padding: 7px 9px 7px;
}
:root .btn {
  border-radius: 0 \0;
}

button::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
button.btn::-moz-focus-inner,
input[type=submit].btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}

form {
  zoom: 1;
  margin-bottom: 1.5em;
}
form:before {
  content: "";
  display: table;
}
form:after {
  clear: both;
  content: "";
  display: table;
}

fieldset {
  margin-bottom: 1.5em;
  padding-top: 1.5em;
}
fieldset legend {
  display: block;
  padding-left: 150px;
  font-size: 19.5px;
  line-height: 1;
  color: #404040;
  /* IE6-7 */
  *line-height: 1.5;
  *padding: 0 0 5px 145px;
}

label,
input,
select,
textarea {
  font-weight: normal;
  line-height: normal;
}

body {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1.5em;
	padding-left: 0;
}

.bg-container {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.pattern.pat-a {
  background: transparent url(../images-new/pattern-a.png) 0 0 repeat;
}

.pattern.pat-b {
  background: transparent url(../images-new/pattern-b.png) 0 0 repeat;
}

.shading {
  background: transparent url(../images-new/shading-gradient-header.png) top center no-repeat;
}

header {
  zoom: 1;
}
header:before {
  content: "";
  display: table;
}
header:after {
  clear: both;
  content: "";
  display: table;
}
header#header {
	background-color: #069;
	color: white;
}
header#header a {
	color: white;
}
header#header .header-container {
  background: transparent url(../images-new/shading-folded-header.png) bottom center no-repeat;
}
header#header #logo {
	display: inline;
	float: left;
	width: 30.507%;
	margin-right: 1.988%;
}
header#header #logo a {
  display: block;
}
header#header .search {
	display: inline;
	float: left;
	width: 35.008%;
	margin:0;
	margin-right: 1.988%;
	margin-top:3px;
	padding:0;	
}
header#header .search p.options-text {
  display: inline-block;
}
header#header .login-panel {
	display: inline;
	float: left;
	width: 29.509%;
	display: inline;
	float: right;
	margin-right: 0;


	margin-top: 0.150em;
}
header#header .search p,
header#header .login-panel p {
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
  zoom: 1;
  margin: 0;
}
header#header .search p:before,
header#header .login-panel p:before {
  content: "";
  display: table;
}
header#header .search p:after,
header#header .login-panel p:after {
  clear: both;
  content: "";
  display: table;
}
header#header .search p.options-text,
header#header .login-panel p.options-text {
	font-size: 0.688em;
	line-height: 1.882em;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
header#header .search p.options-input,
header#header .login-panel p.options-input {
	font-size: 0.813em;
	line-height: 1.846em;
	background-color: rgba(0, 0, 0, 0.2);
	padding-top: 0.4em;
	padding-right: 0.45em;
	padding-bottom: 0.37em;
	padding-left: 0.4em;
}
header#header .inner-container {
	padding: 0em;
}
#container .bg-container #header .header-container .pattern.pat-a .shading .inner-container #logo #logo_g {
	float: left;
}
#container .bg-container #header .header-container .pattern.pat-a .shading .inner-container #logo #logo_g img{
	margin-top:3px;
}
#container .bg-container #header .header-container .pattern.pat-a .shading .inner-container #logo #logo_t {
	float: left;
	margin: 0px;
	padding: 0px;
}
#container .bg-container #header .header-container .pattern.pat-a .shading .inner-container #logo #logo_t p {
	font-size: 18px;
	padding: 0px;
	line-height: 18px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	text-transform: uppercase;
	color: #DD0000;
}
#container .bg-container #header .header-container .pattern.pat-a .shading .inner-container #logo #logo_t p span {
	font-size: 22px;
	padding: 0px;
	line-height: 24px;
	display: block;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 41px;
}

.search form
{
  margin: 0;
  padding: 0;
}
.search input.input-text-search
{
  padding: 0;
  padding-left: 7.066%;
  padding-right: 0.75em;
  height: 2.805em;
  width: 55.421%;
}
.search input[type=submit].input-button
 {
  display: inline;
  float: left;
  width: 33.619%;
  margin-right: 6.21%;
  display: inline;
  float: right;
  margin-right: 0;
  #margin-left: -1.45em;
  font-size: 85%;
  height: 3em;
  color: #333333;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(5%, #ffffff), color-stop(100%, #aaaaaa));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff 5%, #aaaaaa);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 5%, #aaaaaa);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff 5%, #aaaaaa);
  background-image: -ms-linear-gradient(top, #ffffff, #ffffff 5%, #aaaaaa);
  background-image: linear-gradient(top, #ffffff, #ffffff 5%, #aaaaaa);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
  -moz-transition-property: 0.5s linear all;
  -webkit-transition-property: 0.5s linear all;
  -o-transition-property: 0.5s linear all;
  transition-property: 0.5s linear all;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFAAAAAA');
  background-color: #aaaaaa;
  background-repeat: no-repeat;
}
.search input[type=submit].input-button:hover
 {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
.search input[type=submit].input-button:focus
{
  outline: 1px dotted #666;
}
.search input[type=submit].input-button:active
{
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
:root .search input[type=submit].input-button {
  border-radius: 0 \0;
}
.search input.input-text-search,
.search input[type=submit].input-button {
	font-size: 85%;
	border: 1px solid rgba(0, 0, 0, 0.7);
}

nav.primary-navigation {
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
nav.primary-navigation .primary-nav > li > a {
  padding-top: 0.075em;
  padding-bottom: 0.075em;
  padding-left: 0.675em;
  padding-right: 0.675em;
  font-family: "Bebas Neue", arial, sans-serif;
  font-size: 20px;
}
nav.primary-navigation .primary-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.primary-navigation .primary-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.primary-navigation .primary-nav ul {
  position: absolute;
  top: -999em;
  width: 10em;
  /* left offset of submenus need to match (see below) */
}
nav.primary-navigation .primary-nav ul li {
  width: 100%;
}
nav.primary-navigation .primary-nav li {
  display: inline;
  float: left;
  position: relative;
  z-index: 2;
}
nav.primary-navigation .primary-nav li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */
}
nav.primary-navigation .primary-nav a {
  display: block;
  position: relative;
  text-decoration: none;
  color: white;
}
nav.primary-navigation .primary-nav li:hover ul, nav.primary-navigation .primary-nav li.sfHover ul {
  left: 0;
  top: 2.738em;
  /* match top ul list item height */
  z-index: 9;
}
nav.primary-navigation ul.primary-nav li:hover li ul, nav.primary-navigation ul.primary-nav li.sfHover li ul {
  top: -999em;
}
nav.primary-navigation ul.primary-nav li.current-menu > ul {
  top: 2.095em;
  display: block !important;
  visibility: visible !important;
}
nav.primary-navigation ul.primary-nav li li:hover ul, nav.primary-navigation ul.primary-nav li li.sfHover ul {
  /* match ul width */
  left: 14em;
  top: 0;
}
nav.primary-navigation ul.primary-nav li li:hover li ul, nav.primary-navigation ul.primary-nav li li.sfHover li ul {
  top: -999em;
}
nav.primary-navigation ul.primary-nav li li li:hover ul, nav.primary-navigation ul.primary-nav li li li.sfHover ul {
  /* match ul width */
  left: 14em;
  top: 0;
}
nav.primary-navigation .primary-nav {
  zoom: 1;
  margin-bottom: 1.95em;
  background: transparent url("../images-new/shading-gradient-primary-nav.png") left bottom repeat-x;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
nav.primary-navigation .primary-nav:before {
  content: "";
  display: table;
}
nav.primary-navigation .primary-nav:after {
  clear: both;
  content: "";
  display: table;
}
nav.primary-navigation .primary-nav a {
  font-size: 0.813em;
  line-height: 1.500em;
  padding: 0.375em 0.9em;
}
nav.primary-navigation .primary-nav li li {
  font-weight: bold;
}
nav.primary-navigation .primary-nav li:hover, nav.primary-navigation .primary-nav li.sfHover {
  outline: 0;
}
nav.primary-navigation .primary-nav a:focus, nav.primary-navigation .primary-nav a:hover, nav.primary-navigation .primary-nav a:active {
  outline: 0;
}
nav.primary-navigation .primary-nav a.sf-with-ul {
  /* trigger IE7 hasLayout so spans position accurately */
  padding-right: 2.25em;
  min-width: 1px;
}
nav.primary-navigation .primary-nav a.sf-with-ul:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 9px;
  background: transparent url("../images-new/arrow-primary-nav-child.png") left top no-repeat;
  bottom: 0px;
  left: 35.7%;
  z-index: 5;
  display: none;
  visibility: hidden;
}
nav.primary-navigation .primary-nav > li > a.sf-with-ul {
  padding-right: 0.9em;
}
nav.primary-navigation .primary-nav > li > a.sf-with-ul .sf-sub-indicator {
  right: 44.5%;
  top: -4px;
}
nav.primary-navigation .primary-nav > li.current-menu > a.sf-with-ul:before, nav.primary-navigation .primary-nav > li.sfHover:hover > a.sf-with-ul:before, nav.primary-navigation .primary-nav > li:hover > a.sf-with-ul:before, nav.primary-navigation .primary-nav > li.sfHover > a.sf-with-ul:before {
  display: block;
  visibility: visible;
}
nav.primary-navigation .sf-sub-indicator {
  position: absolute;
  display: block;
  right: .75em;
  top: 1.05em;
  /* IE6 only */
  width: 10px;
  height: 10px;
  text-indent: -999em;
  overflow: hidden;
  /* 8-bit indexed alpha png. IE6 gets solid image only */
  /*background: url("../images-new/arrows.png") no-repeat -10px -100px;*/
}
nav.primary-navigation a > .sf-sub-indicator {
  top: .8em;
  /* give all except IE6 the correct values */
  background-position: 0 -100px;
  /* use translucent arrow for modern browsers*/
}
nav.primary-navigation a:focus > .sf-sub-indicator, nav.primary-navigation a:hover > .sf-sub-indicator, nav.primary-navigation a:active > .sf-sub-indicator {
  background-position: -10px -100px;
  /* arrow hovers for modern browsers*/
}
nav.primary-navigation li:hover > a > .sf-sub-indicator, nav.primary-navigation li.sfHover > a > .sf-sub-indicator {
  background-position: -10px -100px;
  /* arrow hovers for modern browsers*/
}
nav.primary-navigation .primary-nav ul .sf-sub-indicator {
  background-position: -10px 0;
}
nav.primary-navigation .primary-nav ul a > .sf-sub-indicator {
  background-position: 0 0;
}
nav.primary-navigation .primary-nav ul a:focus > .sf-sub-indicator, nav.primary-navigation .primary-nav ul a:hover > .sf-sub-indicator, nav.primary-navigation .primary-nav ul a:active > .sf-sub-indicator {
  background-position: -10px 0;
  /* arrow hovers for modern browsers*/
}
nav.primary-navigation .primary-nav ul li:hover > a > .sf-sub-indicator, nav.primary-navigation .primary-nav ul li.sfHover > a > .sf-sub-indicator {
  background-position: -10px 0;
  /* arrow hovers for modern browsers*/
}
nav.primary-navigation .sf-shadow ul {
  background: url("../images-new/shadow.png") no-repeat bottom right;
  padding: 0 8px 9px 0;
}
nav.primary-navigation .sf-shadow ul.sf-shadow-off {
  background: transparent;
}
nav.primary-navigation .primary-nav {
	position: relative;
	height:4.2em;
}
nav.primary-navigation .primary-nav li {
  position: static;
}
nav.primary-navigation .primary-nav li ul {
  width: 100%;
}
nav.primary-navigation .primary-nav li li {
  position: relative;
}
nav.primary-navigation .primary-nav li li ul {
  width: 18em;
  border-top: none;
  z-index: 2;
}
nav.primary-navigation .primary-nav li li li {
  width: 100%;
}
nav.primary-navigation .primary-nav li.current-menu, nav.primary-navigation .primary-nav li:hover, nav.primary-navigation .primary-nav li.sfHover,
nav.primary-navigation .primary-nav li li.current-menu {
	background-color: transparent;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images-new/shading-gradient-primary-nav-active.png);
background:#871D1B;
}
nav.primary-navigation .primary-nav li:first-child > a {
  border-left: none;
}
nav.primary-navigation .primary-nav li:last-child > a {
  border-right: none;
}
nav.primary-navigation .primary-nav a {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
nav.primary-navigation .primary-nav ul li {
  display: inline;
  float: left;
  width: auto;
}
nav.primary-navigation .primary-nav ul li:hover, nav.primary-navigation .primary-nav ul li.sfHover {
	z-index: 100;
	background-color: #871D1B;
}
nav.primary-navigation .primary-nav ul > li:first-child > a {
  padding-left: 2.25em;
}
nav.primary-navigation .primary-nav ul ul a {
  padding-left: 1.125em !important;
}
nav.primary-navigation ul.primary-nav ul li:hover li, nav.primary-navigation ul.primary-nav ul li.sfHover li {
	background-color: #871D1B;
}
nav.primary-navigation .primary-nav ul a:focus, nav.primary-navigation .primary-nav ul a:hover, nav.primary-navigation .primary-nav ul a:active {
  background: #871D1B;
}
nav.primary-navigation ul.primary-nav li li li:hover, nav.primary-navigation ul.primary-nav li li li.sfHover {
	background-color: #871D1B;
}
nav.primary-navigation .primary-nav li li.current-menu li.current-menu {
  background: #871D1B;
}
nav.primary-navigation .primary-nav ul li li a {
  border-left: none;
  border-right: none;
  border-top: 1px solid #515151;
  border-bottom: 1px solid #313131;
}
nav.primary-navigation .primary-nav ul li li a:focus, nav.primary-navigation .primary-nav ul li li a:hover, nav.primary-navigation .primary-nav ul li li a:active {
  background: #871D1B;
  text-align: left;
  border-left: 15px solid #515151;
  padding-right: 2.625em;
}
nav.primary-navigation .primary-nav ul li li:first-child {
  border-top: 1px solid #515151;
}
nav.primary-navigation .primary-nav ul li li:last-child {
  border-bottom: 1px solid #515151;
}
nav.primary-navigation ul.primary-nav .current-menu ul {
  left: 0;
}
nav.primary-navigation ul.primary-nav ul li:hover ul, nav.primary-navigation ul.primary-nav ul li.sfHover ul {
	left: 0px;
	top: 1.605em;
	z-index: 100;
  /* match top ul list item height */
}
nav.primary-navigation ul.primary-nav ul li:hover ul li:hover ul, nav.primary-navigation ul.primary-nav ul li:hover ul li.sfHover ul, nav.primary-navigation ul.primary-nav ul li.sfHover ul li:hover ul, nav.primary-navigation ul.primary-nav ul li.sfHover ul li.sfHover ul {
  left: 18.04em;
  top: -1px;
}
nav.primary-navigation ul.primary-nav .current-menu ul ul {
  top: -999em;
}
nav.primary-navigation .primary-nav li li.current-menu > a {
  font-weight: bold;
}
nav.primary-navigation .primary-nav ul .sf-sub-indicator {
  background-position: -10px -102px;
}
nav.primary-navigation .primary-nav ul a > .sf-sub-indicator {
  background-position: -10px -102px;
}
nav.primary-navigation .primary-nav ul a:focus > .sf-sub-indicator, nav.primary-navigation .primary-nav ul a:hover > .sf-sub-indicator, nav.primary-navigation .primary-nav ul a:active > .sf-sub-indicator {
  background-position: -10px -102px;
  /* arrow hovers for modern browsers*/
}
nav.primary-navigation .primary-nav ul li:hover > a > .sf-sub-indicator, nav.primary-navigation .primary-nav ul li.sfHover > a > .sf-sub-indicator {
  background-position: -10px -102px;
  /* arrow hovers for modern browsers*/
}
nav.primary-navigation .primary-nav ul ul .sf-sub-indicator {
  background-position: -10px -102px;
}
nav.primary-navigation .primary-nav ul ul a > .sf-sub-indicator {
	background-position: 0px -2px;
}
nav.primary-navigation .primary-nav ul ul a:focus > .sf-sub-indicator, nav.primary-navigation .primary-nav ul ul a:hover > .sf-sub-indicator, nav.primary-navigation .primary-nav ul ul a:active > .sf-sub-indicator {
  background-position: -10px -2px;
  /* arrow hovers for modern browsers*/
}
nav.primary-navigation .primary-nav ul ul li:hover > a > .sf-sub-indicator, nav.primary-navigation .primary-nav ul ul li.sfHover > a > .sf-sub-indicator {
  background-position: -10px -2px;
  /* arrow hovers for modern bpxrowsers*/
}
nav.primary-navigation .primary-nav > li > ul {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #004262), color-stop(25%, #004262), color-stop(100%, #00364F));
  background-image: -webkit-linear-gradient(top, #004262, #004262 25%, #00364F);
  background-image: -moz-linear-gradient(top, #004262, #004262 25%, #00364F);
  background-image: -o-linear-gradient(top, #004262, #004262 25%, #00364F);
  background-image: -ms-linear-gradient(top, #004262, #004262 25%, #00364F);
  background-image: linear-gradient(top, #004262, #004262 25%, #00364F);
  -moz-transition-property: 0.9s linear all;
  -webkit-transition-property: 0.9s linear all;
  -o-transition-property: 0.9s linear all;
  transition-property: 0.9s linear all;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#004262', endColorstr='#00364f');
  background-color: #00364f;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  border: none;
  height: 4.15em;
}
nav.primary-navigation .primary-nav > li > ul a {
  font-size: 0.580em;
  line-height: 1.922em;
  padding: 0.225em 1.125em;
}
nav.primary-navigation .primary-nav li.icon-home > a {
  padding-right: 0.375em !important;
  padding-left: 2.625em !important;
  background: transparent url("../images-new/icon-home.png") center center no-repeat;
  text-indent: -9999px;
}
nav#nav-page {
  *zoom: 1;
  margin: 0;
  width: 75.85em;
  height:22px;
  color: #1a1a1a;
  background-color: #f2f2f2;
  padding: 0;
}
nav#nav-page:after {
  content: "";
  display: table;
  clear: both;
}
nav#nav-page:before {
  position: absolute;
  height: 22px;
  bottom: 0;
  border-top: 1px solid #d4d4d4;
  content: "";
}
nav#nav-page .inner-container {
  font-size: 0.688em;
  padding: 0;
}
nav#nav-page div.breadcrumb {
  display: inline;
  float: left;
  margin-right:0;
  position: relative;
}
nav#nav-page div.breadcrumb span.info {
  font-weight: bold;
}
nav#nav-page div.breadcrumb span.here {
  padding-left: 0.45em;
  padding-right: 0.45em;
  color: #4d4d4d;
}
nav#nav-page div.breadcrumb a {
  padding-left: 0.45em;
  padding-right: 0.45em;
  color: #1a1a1a;
  font-weight: bold;
}
nav#nav-page div.breadcrumb:before {
  position: absolute;
  width: 24px;
  height: 17px;
  content: "";
  background: transparent url("../images-new/arrow-breadcrumb.png") center center no-repeat;
  bottom: -12px;
  left: 30px;
}
nav#nav-page div.site-time {
  margin-right: 0;
  float: right;
  text-align: right;
  color: #4d4d4d;
  display: inline;
}


/* for sticky breadcrumb on top */
#nav-pageStickyWrapper {
  position: relative;
  z-index: 2;
}

/* Login Panel on Header */
.login-panel {
  position: relative;
}
.login-panel .form-login-panel {
  display: none;
  position: absolute;
  right: 0;
  width: 100%;
  padding-top: 26px;
  z-index: 1000;
}
.login-panel .reg-login-panel {
  zoom: 1;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0.338em;
}
.login-panel .reg-login-panel:before {
  content: "";
  display: table;
}
.login-panel .reg-login-panel:after {
  clear: both;
  content: "";
  display: table;
}
.login-panel .reg-link,
.login-panel .login-link {
	display: inline;
	float: left;
	text-shadow: 1px -1px 0 rgba(0, 0, 0, 0.4);
	width: 33.33%;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	position: relative;
	z-index: 6;
	background-color: #B52423;
	background-image: url(../images-new/shading-gradient-primary-nav.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.login-panel .reg-link span,
.login-panel .login-link span {
  font-size: 0.688em;
  line-height: 2.182em;
  line-height: 2.775em;
  height: 31px;
  display: block;
  border: 1px solid #521111;
}
.login-panel .reg-link:hover, .login-panel .reg-link:focus,
.login-panel .login-link:hover,
.login-panel .login-link:focus {
	background-image: none;
	color: #333;
	text-decoration: none;
	background-color: #871D1B;
}


.login-panel .reg-link1 {
	display: inline;
	float: left;
	text-shadow: 1px -1px 0 rgba(0, 0, 0, 0.4);
	width: 33.33%;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	position: relative;
	z-index: 6;
	background-color: #999;
	background-image: url(../images-new/shading-gradient-primary-nav.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.login-panel .reg-link1 span 
{
  font-size: 0.688em;
  line-height: 2.182em;
  line-height: 2.775em;
  height: 31px;
  display: block;
  border: 1px solid #521111;
}
.login-panel .reg-link1:hover, .login-panel .reg-link1:focus 
{
	background-image: none;
	color: #333;
	text-decoration: none;
	background-color: #666;
}

.login-panel .login-link {
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.login-panel .login-link span {
  border-left: none;
}
.login-panel .login-link.highlight {
  text-shadow: none;
  background-color: #fff;
  background-image: none;
  color: #1a1a1a;
}
.login-panel .login-link.highlight span {
  border-bottom: none;
  color: #d4d4d4 !important;
}
.login-panel form {
  zoom: 1;
  background-color: #fff;
  border: 1px solid #521111;
  margin: 0.338em;
  padding: 10px;
}
.login-panel form:before {
  content: "";
  display: table;
}
.login-panel form:after {
  clear: both;
  content: "";
  display: table;
}
.login-panel form label,
.login-panel form input {
  font-size: 0.813em;
  line-height: 1.846em;
}
.login-panel form input {
  font-size: 12px;
}
.login-panel form a,
.login-panel form button {
  font-size: 0.688em;
  line-height: 2.182em;
}
.login-panel form button.submit {
  padding: 0.3em 3em;
  text-transform: uppercase;
}
.login-panel form label {
  margin-bottom: 0.375em;
  color: #4d4d4d;
  display: block;
}
.login-panel form label.remember {
  margin: 0;
  margin-top: 0.375em;
}
.login-panel form a {
  color: #d02c2c !important;
  text-decoration: underline;
}
.login-panel form .divider {
  margin: 0.75em 0;
  display: block;
  height: 0;
  border-top: 1px dotted #d4d4d4;
}
.login-panel form input.js-username-field,
.login-panel form input.js-password-field {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5em;
  padding: 7px;
  height: auto;
  display: block;
  width: 100%;
  margin: 0;
}
.login-panel form fieldset {
  zoom: 1;
  margin: 0;
  padding: 0;
}
.login-panel form fieldset:before {
  content: "";
  display: table;
}
.login-panel form fieldset:after {
  clear: both;
  content: "";
  display: table;
}
.login-panel form .subchck {
  margin-top: 0.75em;
}
.login-panel form .subchck label.remember {
  display: inline;
  float: left;
}
.login-panel form .subchck button {
  display: inline;
  float: right;
}

span.input-wrapper {
  display: block;
  background-color: #f2f2f2;
  padding: 5px;
}

/* more link text, with an arrow */
.more-link {
  position: relative;
  font-style: italic;
}
.more-link:before {
  position: absolute;
  content: "";
  background: transparent url("../images-new/rarr.png") left bottom no-repeat;
  width: 12px;
  height: 5px;
  top: 0.45em;
  right: -20px;
  border: none;
  margin: 0;
  padding: 0;
}
.more-link:hover:before, .more-link:focus:before {
  background-position: left top;
}

.widget, .featured-news,
.archive-latest-articles, .latest-news-homepage {
  font-family: Tahoma, Geneva, sans-serif;
}
.widget ul, .featured-news ul,
.archive-latest-articles ul, .latest-news-homepage ul, .widget ol, .featured-news ol,
.archive-latest-articles ol, .latest-news-homepage ol {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  padding: 0;
  list-style: none;
}
.widget h5.title-item, .featured-news h5.title-item,
.archive-latest-articles h5.title-item, .latest-news-homepage h5.title-item {
  font-family: Tahoma, Geneva, sans-serif;
  font-style: normal;
}

.widget-inner-content, .section-inner-content {
  padding-top: 1.125em;
  padding-bottom: 1.125em;
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
  zoom: 1;
}
.widget-inner-content:before, .section-inner-content:before {
  content: "";
  display: table;
}
.widget-inner-content:after, .section-inner-content:after {
  clear: both;
  content: "";
  display: table;
}

.widget-title h5, .section-title h5 {
  font-family: Tahoma, Geneva, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #EEEEEE;
  margin: 0;
  padding: 0;
}
#secondary aside.widget .widget-title h5 {
  font-family: Tahoma, Geneva, sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #eee;
  margin: 0;
  padding: 0;
  padding-top:7px;
}

/* grouping list menu on widgets */
.widget_list-links ul li,
.widget_links ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_recent_entries ul li,
.widget_archive ul li,
.widget_categories ul li {
  padding-left: 1.125em;
  position: relative;
}
.widget_list-links ul li:before,
.widget_links ul li:before,
.widget_meta ul li:before,
.widget_pages ul li:before,
.widget_recent_entries ul li:before,
.widget_archive ul li:before,
.widget_categories ul li:before {
  width: 6px;
  height: 6px;
  position: absolute;
  content: "";
  background: transparent url("../images-new/bullet-list-square.png") center center no-repeat;
  top: 7px;
  left: 0;
}

/* jquery ui tabs for widget */
.widget.widget_tabs, .widget_tabs.featured-news,
.widget_tabs.archive-latest-articles, .widget_tabs.latest-news-homepage {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background: none;
  padding: 0;
  border: none;
  font-family: Tahoma, Geneva, sans-serif;
}

.widget.widget_tabs a, .widget_tabs.featured-news a,
.widget_tabs.archive-latest-articles a, .widget_tabs.latest-news-homepage a {
  color: #000;
}

.widget.widget_tabs a:hover, .widget_tabs.featured-news a:hover,
.widget_tabs.archive-latest-articles a:hover, .widget_tabs.latest-news-homepage a:hover {
  color: #f00;
}
.widget.widget_tabs .ui-tabs-nav, .widget_tabs.featured-news .ui-tabs-nav,
.widget_tabs.archive-latest-articles .ui-tabs-nav, .widget_tabs.latest-news-homepage .ui-tabs-nav {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  width: 368px;
  border: none;
  padding: 0;
  background:#fff;
  margin-left:3px;
}

.widget.widget_tabs .ui-tabs-nav li, .widget_tabs.featured-news .ui-tabs-nav li,
.widget_tabs.archive-latest-articles .ui-tabs-nav li, .widget_tabs.latest-news-homepage .ui-tabs-nav li {
  background: none;
  margin:0;
  padding: 0;
}
.widget.widget_tabs .ui-tabs-nav li a, .widget_tabs.featured-news .ui-tabs-nav li a,
.widget_tabs.archive-latest-articles .ui-tabs-nav li a, .widget_tabs.latest-news-homepage .ui-tabs-nav li a {
  padding: 0.525em 2.525em;
  position: relative;
  background:#eee;
  width:120px;
  border-right: 1px solid #d4d4d4;
  border-bottom: 1px solid #e1e1e1;
  font-size:12px;
}
.widget.widget_tabs .ui-tabs-nav li a:before, .widget_tabs.featured-news .ui-tabs-nav li a:before,
.widget_tabs.archive-latest-articles .ui-tabs-nav li a:before, .widget_tabs.latest-news-homepage .ui-tabs-nav li a:before, .widget.widget_tabs .ui-tabs-nav li a:after, .widget_tabs.featured-news .ui-tabs-nav li a:after,
.widget_tabs.archive-latest-articles .ui-tabs-nav li a:after, .widget_tabs.latest-news-homepage .ui-tabs-nav li a:after {
  position: absolute;
  content: "";
}
.widget.widget_tabs .ui-tabs-nav li a:before, .widget_tabs.featured-news .ui-tabs-nav li a:before,
.widget_tabs.archive-latest-articles .ui-tabs-nav li a:before, .widget_tabs.latest-news-homepage .ui-tabs-nav li a:before {
  background-image: url("../images-new/icon-tabs.png");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  top: 2px;
  left: 5px;
}
.widget.widget_tabs .ui-tabs-nav li:last-child a, .widget_tabs.featured-news .ui-tabs-nav li:last-child a,
.widget_tabs.archive-latest-articles .ui-tabs-nav li:last-child a, .widget_tabs.latest-news-homepage .ui-tabs-nav li:last-child a {
  border-right: none;
}

.widget.widget_tabs .ui-tabs-nav li.ui-tabs-selected.ui-state-hover a:after, .widget_tabs.featured-news .ui-tabs-nav li.ui-tabs-selected.ui-state-hover a:after,
.widget_tabs.archive-latest-articles .ui-tabs-nav li.ui-tabs-selected.ui-state-hover a:after, .widget_tabs.latest-news-homepage .ui-tabs-nav li.ui-tabs-selected.ui-state-hover a:after {
  background-color: #f00;
  width:120px;
  overflow:hidden;
}
.widget.widget_tabs .ui-tabs-nav li.ui-state-hover a:after, .widget_tabs.featured-news .ui-tabs-nav li.ui-state-hover a:after,
.widget_tabs.archive-latest-articles .ui-tabs-nav li.ui-state-hover a:after, .widget_tabs.latest-news-homepage .ui-tabs-nav li.ui-state-hover a:after {
  background-color: black;
}
.widget.widget_tabs .ui-tabs-panel, .widget_tabs.featured-news .ui-tabs-panel,
.widget_tabs.archive-latest-articles .ui-tabs-panel, .widget_tabs.latest-news-homepage .ui-tabs-panel {
  padding-right: 0;
}
.left-sidebar .widget.widget_tabs .ui-tabs-panel, .left-sidebar .widget_tabs.featured-news .ui-tabs-panel, .left-sidebar
.widget_tabs.archive-latest-articles .ui-tabs-panel, .left-sidebar .widget_tabs.latest-news-homepage .ui-tabs-panel {
  padding-left: 0;
  padding-right: 1.45em;
}
.widget.widget_tabs .ui-tabs-panel .widget-inner-content, .widget_tabs.featured-news .ui-tabs-panel .widget-inner-content,
.widget_tabs.archive-latest-articles .ui-tabs-panel .widget-inner-content, .widget_tabs.latest-news-homepage .ui-tabs-panel .widget-inner-content, .widget.widget_tabs .ui-tabs-panel .section-inner-content, .widget_tabs.featured-news .ui-tabs-panel .section-inner-content,
.widget_tabs.archive-latest-articles .ui-tabs-panel .section-inner-content, .widget_tabs.latest-news-homepage .ui-tabs-panel .section-inner-content {
  padding-left: 0 !important;
  padding-bottom: 0;
}
.left-sidebar .widget.widget_tabs .ui-tabs-panel .widget-inner-content, .left-sidebar .widget_tabs.featured-news .ui-tabs-panel .widget-inner-content, .left-sidebar
.widget_tabs.archive-latest-articles .ui-tabs-panel .widget-inner-content, .left-sidebar .widget_tabs.latest-news-homepage .ui-tabs-panel .widget-inner-content, .left-sidebar .widget.widget_tabs .ui-tabs-panel .section-inner-content, .left-sidebar .widget_tabs.featured-news .ui-tabs-panel .section-inner-content, .left-sidebar
.widget_tabs.archive-latest-articles .ui-tabs-panel .section-inner-content, .left-sidebar .widget_tabs.latest-news-homepage .ui-tabs-panel .section-inner-content {
  padding-right: 0 !important;
  padding-left: inherit;
}
.widget.widget_tabs .tabs-title, .widget_tabs.featured-news .tabs-title,
.widget_tabs.archive-latest-articles .tabs-title, .widget_tabs.latest-news-homepage .tabs-title {
  margin-bottom: 1.125em;
  position: relative;
}
.widget.widget_tabs .tabs-title h5, .widget_tabs.featured-news .tabs-title h5,
.widget_tabs.archive-latest-articles .tabs-title h5, .widget_tabs.latest-news-homepage .tabs-title h5 {
  font-size: 0.875em;
  line-height: 1.714em;
  margin: 0;
  font-weight: normal;
  line-height: normal;
  font-style: normal;
}
.widget.widget_tabs .tabs-title:before, .widget_tabs.featured-news .tabs-title:before,
.widget_tabs.archive-latest-articles .tabs-title:before, .widget_tabs.latest-news-homepage .tabs-title:before {
  position: absolute;
  content: "";
  background: transparent url(../images-new/dot.png) 0 0 repeat;
  height: 7px;
  width: 100%;
  bottom: -20px;
}
.widget.widget_tabs #tabcomments ul.list-small-post-type, .widget_tabs.featured-news #tabcomments ul.list-small-post-type,
.widget_tabs.archive-latest-articles #tabcomments ul.list-small-post-type, .widget_tabs.latest-news-homepage #tabcomments ul.list-small-post-type {
  border-top: none;
}
.widget.widget_tabs #tabcomments ul.list-small-post-type li:first-child, .widget_tabs.featured-news #tabcomments ul.list-small-post-type li:first-child,
.widget_tabs.archive-latest-articles #tabcomments ul.list-small-post-type li:first-child, .widget_tabs.latest-news-homepage #tabcomments ul.list-small-post-type li:first-child {
  border-top: none;
  padding-top: 0;
}



.widget div.large-post-type div.img-item, .featured-news div.large-post-type div.img-item,
.archive-latest-articles div.large-post-type div.img-item, .latest-news-homepage div.large-post-type div.img-item,
.widget_post_list_ext div.large-post-type div.img-item {
  margin-bottom: 1.125em;
}
.widget div.img-item img, .featured-news div.img-item img,
.archive-latest-articles div.img-item img, .latest-news-homepage div.img-item img,
.widget_post_list_ext div.img-item img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.widget div.cat-item, .featured-news div.cat-item,
.archive-latest-articles div.cat-item, .latest-news-homepage div.cat-item,
.widget_post_list_ext div.cat-item {
  font-size: 0.688em;
  line-height: 2.182em;
  line-height: normal;
  font-family: Tahoma, Geneva, sans-serif;
}
.widget div.cat-item span.cat-link, .featured-news div.cat-item span.cat-link,
.archive-latest-articles div.cat-item span.cat-link, .latest-news-homepage div.cat-item span.cat-link,
.widget_post_list_ext div.cat-item span.cat-link {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.widget h5.title-item, .featured-news h5.title-item,
.archive-latest-articles h5.title-item, .latest-news-homepage h5.title-item,
.widget_post_list_ext h5.title-item {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  margin-top: 0.525em;
}
.widget h5.title-item a, .featured-news h5.title-item a,
.archive-latest-articles h5.title-item a, .latest-news-homepage h5.title-item a,
.widget_post_list_ext h5.title-item a {
  color: #1a1a1a;
}
.widget h5.title-item a:hover, .featured-news h5.title-item a:hover,
.archive-latest-articles h5.title-item a:hover, .latest-news-homepage h5.title-item a:hover,
.widget_post_list_ext h5.title-item a:hover {
  color: #d02c2c;
}

.widget div.content-draft, .featured-news div.content-draft,
.archive-latest-articles div.content-draft, .latest-news-homepage div.content-draft,
.widget_post_list_ext div.content-draft {
  overflow: hidden;
}
.widget div.content-draft div.entry-item, .featured-news div.content-draft div.entry-item,
.archive-latest-articles div.content-draft div.entry-item, .latest-news-homepage div.content-draft div.entry-item,
.widget_post_list_ext div.content-draft div.entry-item {
  margin-top: 0.525em;
}
.widget div.content-draft .img-item, .featured-news div.content-draft .img-item,
.archive-latest-articles div.content-draft .img-item, .latest-news-homepage div.content-draft .img-item,
.widget_post_list_ext div.content-draft .img-item {
  display: inline;
  float: left;
  width: 20.343%;
  margin-right: 6.21%;
  display: inline;
  float: right;
  margin-right: 0;
  #margin-left: -1.45em;
  position: relative;
  top: 10px;
  margin-left: 10px;
}
.widget p.more, .featured-news p.more,
.archive-latest-articles p.more, .latest-news-homepage p.more,
.widget_post_list_ext p.more {
  font-size: 0.813em;
  line-height: 1.846em;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  text-align: center;
  background-color: #f5f5f5;
  margin: 0;
  border-top: none !important;
}
.widget ul.list-small-post-type, .featured-news ul.list-small-post-type,
.archive-latest-articles ul.list-small-post-type, .latest-news-homepage ul.list-small-post-type,
.widget_post_list_ext ul.list-small-post-type {
  margin: 0;
  border-top: 1px solid #e8e8e8;
}
.widget ul.list-small-post-type li, .featured-news ul.list-small-post-type li,
.archive-latest-articles ul.list-small-post-type li, .latest-news-homepage ul.list-small-post-type li,
.widget_post_list_ext ul.list-small-post-type li {
  padding-top: 0.975em;
  padding-bottom: 0.975em;
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
  zoom: 1;
  margin: 0.15em 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.widget ul.list-small-post-type li:before, .featured-news ul.list-small-post-type li:before,
.archive-latest-articles ul.list-small-post-type li:before, .latest-news-homepage ul.list-small-post-type li:before,
.widget_post_list_ext ul.list-small-post-type li:before {
  content: "";
  display: table;
}
.widget ul.list-small-post-type li:after, .featured-news ul.list-small-post-type li:after,
.archive-latest-articles ul.list-small-post-type li:after, .latest-news-homepage ul.list-small-post-type li:after,
.widget_post_list_ext ul.list-small-post-type li:after {
  clear: both;
  content: "";
  display: table;
}
.widget ul.list-small-post-type li div.img-item, .featured-news ul.list-small-post-type li div.img-item,
.archive-latest-articles ul.list-small-post-type li div.img-item, .latest-news-homepage ul.list-small-post-type li div.img-item,
.widget_post_list_ext ul.list-small-post-type li div.img-item {
  display: inline;
  float: left;
  width: 20.343%;
  margin-right: 6.21%;
}
.widget ul.list-small-post-type li h5.title-item, .featured-news ul.list-small-post-type li h5.title-item,
.archive-latest-articles ul.list-small-post-type li h5.title-item, .latest-news-homepage ul.list-small-post-type li h5.title-item,
.widget_post_list_ext ul.list-small-post-type li h5.title-item {
  font-size: 0.875em;
  line-height: 1.714em;
  line-height: 1.5em;
  margin-top: 0.375em;
  font-weight: normal;
}
.widget ul.list-small-post-type li h5.title-item a, .featured-news ul.list-small-post-type li h5.title-item a,
.archive-latest-articles ul.list-small-post-type li h5.title-item a, .latest-news-homepage ul.list-small-post-type li h5.title-item a,
.widget_post_list_ext ul.list-small-post-type li h5.title-item a {
  display: block;
}
.widget ul.list-small-post-type li:last-child, .featured-news ul.list-small-post-type li:last-child,
.archive-latest-articles ul.list-small-post-type li:last-child, .latest-news-homepage ul.list-small-post-type li:last-child,
.widget_post_list_ext ul.list-small-post-type li:last-child {
  border-bottom: none;
}

.widget_carousel_post .widget-inner-content, .widget_carousel_post .section-inner-content {
  padding: 0;
}
.widget_carousel_post .carousel-post {
	overflow: hidden;
}
.widget_carousel_post .carousel-post .post-item-wrapper {
	display: inline;
	float: left;
	overflow: hidden;
	position: relative;
	height:290px;
	width:188px;
}

.widget_carousel_post .carousel-post .post-item-wrapper  h5{
	margin-bottom:0;
	padding-bottom:0;
	font-size:13px;
}

.widget_carousel_post .carousel-post .post-item-wrapper  .ovf{
	height:45px;
	width:100%;
	overflow:hidden;
}


.widget_carousel_post .carousel-post .post-meta-data,
.widget_carousel_post .carousel-post .post-cat,
.widget_carousel_post .carousel-post .post-title {
  display: block;
}
.widget_carousel_post .carousel-post .post-meta-data {
  font-size: 0.813em;
  line-height: 1.846em;
}
.widget_carousel_post .carousel-post .post-cat {
  font-size: 85%;
  font-family: Tahoma, Geneva, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.widget_carousel_post .carousel-post .post-title {
  font-weight: bold;
  line-height: 1.425em;
}
.widget_carousel_post .carousel-post .post-title a {
  color: #1a1a1a;
}
.widget_carousel_post .carousel-post .post-title a:hover {
  color: #d02c2c;
}
.widget_carousel_post .carousel-post a.post-image {
  display: block;
  height: 125px;
  margin-bottom: 0.375em;
}
.widget_carousel_post .carousel-post img {
  display: inline;
  float: left;
  border: none;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.widget_carousel_post .carousel-for-widget-wrapper {
	clear: both;
	background-color: #fcfcfc;
	padding-left: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border: 1px solid #e7e7e7;
	/*border-top: none;*/
}
.widget_carousel_post .carousel-for-widget-wrapper .caroufredsel_wrapper {
  margin: 0;
}
.widget_carousel_post div.carousel-paging {
  position: absolute;
  top: 1.05em;
  right: 1.65em;
}
.widget_carousel_post div.carousel-paging div.paging-text,
.widget_carousel_post div.carousel-paging .carousel-post-prev,
.widget_carousel_post div.carousel-paging .carousel-post-next,
.widget_carousel_post div.carousel-paging div.carousel-post-pag {
  display: inline;
  float: left;
  margin-left: 0.375em;
}
.widget_carousel_post div.carousel-paging div.paging-text {
  font-size: 0.813em;
  line-height: 1.4em;
  margin-right: 0.75em;
  font-style: italic;
  color:#F00;
  font-weight:bold;
}
.widget_carousel_post div.carousel-paging div.paging-text a
{
  color:#F00;
}
.widget_carousel_post div.carousel-paging .carousel-post-prev,
.widget_carousel_post div.carousel-paging .carousel-post-next {
  background: transparent url("../images-new/arrow-carousel-widget.png") no-repeat 0 0;
  width: 19px;
  height: 19px;
}
.widget_carousel_post div.carousel-paging .carousel-post-prev.disabled,
.widget_carousel_post div.carousel-paging .carousel-post-next.disabled {
  cursor: text;
}
.widget_carousel_post div.carousel-paging .carousel-post-prev {
  background-position: left center;
}
.widget_carousel_post div.carousel-paging .carousel-post-prev:hover {
  background-position: left bottom;
}
.widget_carousel_post div.carousel-paging .carousel-post-prev.disabled {
  background-position: left top;
}
.widget_carousel_post div.carousel-paging .carousel-post-next {
  background-position: right center;
}
.widget_carousel_post div.carousel-paging .carousel-post-next:hover {
  background-position: right bottom;
}
.widget_carousel_post div.carousel-paging .carousel-post-next.disabled {
  background-position: right top;
}
.widget_carousel_post div.carousel-paging div.carousel-post-pag {
  display: none !important;
}

.widget_user_list ul,
.widget_photos ul {
  zoom: 1;
  margin: 0;
  padding: 0;
}
.widget_user_list ul:before,
.widget_photos ul:before {
  content: "";
  display: table;
}
.widget_user_list ul:after,
.widget_photos ul:after {
  clear: both;
  content: "";
  display: table;
}
.widget_user_list ul li,
.widget_photos ul li {
  margin-bottom: 1px;
  display: inline;
  float: left;
  width: 76px;
  height:51px;
  margin-right: 1px;
  position: relative;
  list-style: none;
}
.widget_user_list ul li img,
.widget_photos ul li img {
  width: 75px;
  height: 50px;
  border-style: solid;
  border-color: #eee;
  border-width: 1px;
  vertical-align: middle;
}
.widget_user_list ul li:hover .user-info,
.widget_photos ul li:hover .user-info {
  display: block;
}
.page-template-homepage #secondary .widget_user_list ul li, .page-template-homepage #secondary
.widget_photos ul li {
  width: 17.5%;
  margin-right: 1.45em;
}
.widget_user_list .user-info,
.widget_photos .user-info {
  font-size: 0.813em;
  line-height: 1.846em;
  position: absolute;
  display: none;
  background-color: #333;
  width: 300px;
  top: -143px;
  left: 0px;
  z-index: 2;
  color: #fff;
}
.widget_user_list .user-info p,
.widget_photos .user-info p {
  margin: 0;
  padding: 1.125em;
  position: relative;
}
.widget_user_list .user-info p:before,
.widget_photos .user-info p:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 9px;
  bottom: -8px;
  left: 10px;
  background: transparent url("../images-new/arrow-tooltip.png") left top no-repeat;
}
.widget_user_list .user-info a,
.widget_photos .user-info a {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.widget_ads_300 .widget-inner-content a > img, .widget_ads_300 .section-inner-content a > img,
.widget_ads_300_long .widget-inner-content a > img,
.widget_ads_300_long .section-inner-content a > img,
.widget_fb_like_box .widget-inner-content a > img,
.widget_fb_like_box .section-inner-content a > img {
  vertical-align: middle;
}
.widget_ads_300 .widget-inner-content a, .widget_ads_300 .section-inner-content a,
.widget_ads_300_long .widget-inner-content a,
.widget_ads_300_long .section-inner-content a,
.widget_fb_like_box .widget-inner-content a,
.widget_fb_like_box .section-inner-content a {
  cursor: pointer;
}
.widget_ads_300 .wrapper-ads-content,
.widget_ads_300_long .wrapper-ads-content,
.widget_fb_like_box .wrapper-ads-content {
  padding: 1.5em;
  background: transparent url("../images-new/dot.png") 0 0 repeat;
}

#headlines, #category-most-reads {
  position: relative;
}
#headlines #headlines-carousel-wrapper, #category-most-reads #headlines-carousel-wrapper {
  padding: 0;
  position: relative;
  border-right: 1px solid #d4d4d4;
}
#headlines #headlines-carousel, #category-most-reads #headlines-carousel,
#headlines #headlines-thumbs,
#category-most-reads #headlines-thumbs {
  overflow: hidden;
}
#headlines #headlines-carousel article, #category-most-reads #headlines-carousel article {
  zoom: 1;
  padding-top: 1.5em;
  width: 554px;
  height: 300px;
  margin-top:0px;
}
#headlines #headlines-carousel article:before, #category-most-reads #headlines-carousel article:before {
  content: "";
  display: table;
}
#headlines #headlines-carousel article:after, #category-most-reads #headlines-carousel article:after {
  clear: both;
  content: "";
  display: table;
}
#headlines #headlines-carousel article a.img-wrapper, #category-most-reads #headlines-carousel article a.img-wrapper {
  display: inline;
  float: left;
  width: 54.933%;
  margin-right: 3.011%;
}
#headlines #headlines-carousel article .text-wrapper, #category-most-reads #headlines-carousel article .text-wrapper {
  display: inline;
  float: left;
  width: 42.056%;
  margin-right: 3.011%;
  display: inline;
  float: right;
  margin-right: 0;
  #margin-left: -1.45em;
}
#headlines #headlines-carousel article .text-wrapper .description, #category-most-reads #headlines-carousel article .text-wrapper .description {
  padding-right: 1.5em;
}
#headlines #headlines-carousel article .text-wrapper .comment-item, #category-most-reads #headlines-carousel article .text-wrapper .comment-item {
  margin-top: 0.75em;
}
#headlines #headlines-carousel article .text-wrapper .comment-item a, #category-most-reads #headlines-carousel article .text-wrapper .comment-item a {
  font-size: 0.75em;
  line-height: 2em;
}
#headlines #headlines-carousel article .text-wrapper .comment-item .likes-link, #category-most-reads #headlines-carousel article .text-wrapper .comment-item .likes-link {
  margin-left: 1em;
}
#headlines #headlines-carousel article header, #category-most-reads #headlines-carousel article header {
  position: relative;
  z-index: 1;
  margin-left: -2.5em;
  margin-top: -1.5em;
  padding: 1em 0 1.25em;
  background-color: #f2f2f2;
  border: 1px solid #d4d4d4;
  border-width: 1px 0 1px 1px;
}
#headlines #headlines-carousel article header .cat-item, #category-most-reads #headlines-carousel article header .cat-item {
  font-size: 0.688em;
  line-height: 2.182em;
  font-family: Tahoma, Geneva, sans-serif;
  margin: 0 3.5em;
}
#headlines #headlines-carousel article header .cat-item .cat-link, #category-most-reads #headlines-carousel article header .cat-item .cat-link {
  text-transform: uppercase;
  font-weight: bold;
}
#headlines #headlines-carousel article header .cat-item .cat-link a, #category-most-reads #headlines-carousel article header .cat-item .cat-link a {
  color: #d02c2c;
}
#headlines #headlines-carousel article header .title, #category-most-reads #headlines-carousel article header .title {
	margin: 0 1.25em;
	line-height: 1.2em;
	padding-top: 0.075em;
	font-variant: small-caps;
	text-transform: uppercase;
	font-size: 20px;
}
#headlines #headlines-carousel article header .title a, #category-most-reads #headlines-carousel article header .title a {
  color: black;
}
#headlines #headlines-carousel article header:before, #category-most-reads #headlines-carousel article header:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  bottom: -16px;
  left: 0;
  background: transparent url("../images-new/arrow-headlines-header.png") left top no-repeat;
}
#headlines #headlines-thumbs a, #category-most-reads #headlines-thumbs a {
  width: 180px;
  height: 120px;
  margin: 0 0.725em;
  overflow: hidden;
}
#headlines #headlines-thumbs a:hover:before, #category-most-reads #headlines-thumbs a:hover:before, #headlines #headlines-thumbs a.selected:before, #category-most-reads #headlines-thumbs a.selected:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 1px;
  top: 0;
  z-index: 1;
  border-top: 4px solid #d02c2c;
}
#headlines #headlines-carousel article, #category-most-reads #headlines-carousel article,
#headlines #headlines-carousel img,
#category-most-reads #headlines-carousel img,
#headlines #headlines-thumbs a,
#category-most-reads #headlines-thumbs a,
#headlines #headlines-thumbs img,
#category-most-reads #headlines-thumbs img {
  display: inline;
  float: left;
}
#headlines #headlines-carousel article, #category-most-reads #headlines-carousel article,
#headlines #headlines-carousel a,
#category-most-reads #headlines-carousel a,
#headlines #headlines-thumbs span,
#category-most-reads #headlines-thumbs span,
#headlines #headlines-thumbs a,
#category-most-reads #headlines-thumbs a {
  position: relative;
}
#headlines #headlines-carousel img, #category-most-reads #headlines-carousel img,
#headlines #headlines-thumbs img,
#category-most-reads #headlines-thumbs img {
  border: none;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
}
#headlines #headlines-thumbs-wrapper, #category-most-reads #headlines-thumbs-wrapper {
  clear: both;
  background-color: #f7f7f7;
  padding: 0.725em 0;
  position: relative;
  border: 1px solid #d4d4d4;
}
#headlines #headlines-thumbs-wrapper .caroufredsel_wrapper, #category-most-reads #headlines-thumbs-wrapper .caroufredsel_wrapper {
  margin: 0;
}
#headlines #prev, #category-most-reads #prev,
#headlines #next,
#category-most-reads #next {
  background: transparent url("../images-new/arrows-gallery.png") no-repeat 0 0;
  display: block;
  width: 40px;
  height: 75px;
  position: absolute;
  top: 25%;
}
#headlines #prev.disabled, #category-most-reads #prev.disabled,
#headlines #next.disabled,
#category-most-reads #next.disabled {
  display: none !important;
}
#headlines #prev, #category-most-reads #prev {
  background-position: 0 -3px;
}
#headlines #prev:hover, #category-most-reads #prev:hover {
  background-position: 0 -78px;
}
#headlines #next, #category-most-reads #next {
  background-position: right -3px;
  right: 0;
}
#headlines #next:hover, #category-most-reads #next:hover {
  background-position: right -78px;
}
#headlines .widget_carousel_post, #category-most-reads .widget_carousel_post {
  border-top: none !important;
}
#headlines .widget_carousel_post .carousel-for-widget-wrapper, #category-most-reads .widget_carousel_post .carousel-for-widget-wrapper {
  padding-top: 1.313em;
}
#headlines .widget_carousel_post .widget-title, #category-most-reads .widget_carousel_post .widget-title, #headlines .widget_carousel_post .section-title, #category-most-reads .widget_carousel_post .section-title {
  border: 1px solid #d4d4d4 !important;
  background-color: #f5f5f5;
  margin-left: -0.975em;
  padding-left: 1.16em;
  position: relative;
}
#headlines .widget_carousel_post .widget-title:before, #category-most-reads .widget_carousel_post .widget-title:before, #headlines .widget_carousel_post .section-title:before, #category-most-reads .widget_carousel_post .section-title:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  bottom: -16px;
  left: 0;
  background: transparent url("../images-new/arrow-headlines-header.png") left top no-repeat;
}
#headlines .widget_carousel_post .carousel-paging, #category-most-reads .widget_carousel_post .carousel-paging {
  right: 1.16em;
}

section#primary {
  background-color: #fff;
  font-family: Tahoma, Geneva, sans-serif;
  padding: 1.275em 0;
}
section#primary p {
  font-size: 0.813em;
  line-height: 1.846em;
  line-height: 1.612em;
}
section#primary h5.page-title {
  margin: 0;
  font-size: 1.375em;
  line-height: 2.182em;
  line-height: 0.75em;
  margin-bottom: 0.975em;
  padding: 0;
  font-style: normal;
  font-family: "Bebas Neue", arial;
  font-weight: normal;
  background: transparent url("../images-new/dot.png") left top repeat;
}
section#primary h5.page-title span {
  background-color: #fff;
  padding-right: 0.75em;
}
section#primary #content {
  display: inline;
  float: left;
  width: 66.004%;
  margin-right: 1.988%;
}

section#primary #secondary {
  display: inline;
  float: left;
  width: 32.008%;
  margin-right: 1.988%;
  display: inline;
  float: right;
  margin-right: 0;
  #margin-left: -1.45em;
}

/* for content area */
#content #headlines, #content #category-most-reads {
  margin-bottom: 2.25em;
}
#content .widget-area {
  zoom: 1;
  position: relative;
}
#content .widget-area:before {
  content: "";
  display: table;
}
#content .widget-area:after {
  clear: both;
  content: "";
  display: table;
}
#content aside.widget, #content aside.featured-news, #content
aside.archive-latest-articles, #content aside.latest-news-homepage,
#content .featured-news {
  margin-bottom: 1.275em;
}
#content .widget_list-links,
#content .widget_links,
#content .widget_meta,
#content .widget_pages,
#content .widget_recent_entries,
#content .widget_archive,
#content .widget_categories {
  font-size: 0.813em;
  line-height: 1.846em;
}
#content .widget_list-links h5.wt,
#content .widget_links h5.wt,
#content .widget_meta h5.wt,
#content .widget_pages h5.wt,
#content .widget_recent_entries h5.wt,
#content .widget_archive h5.wt,
#content .widget_categories h5.wt {
  font-size: 175%;
}
#content .widget_list-links .widget-inner-container,
#content .widget_links .widget-inner-container,
#content .widget_meta .widget-inner-container,
#content .widget_pages .widget-inner-container,
#content .widget_recent_entries .widget-inner-container,
#content .widget_archive .widget-inner-container,
#content .widget_categories .widget-inner-container {
  padding-bottom: 1.45em;
}
#content .widget_list-links ul,
#content .widget_links ul,
#content .widget_meta ul,
#content .widget_pages ul,
#content .widget_recent_entries ul,
#content .widget_archive ul,
#content .widget_categories ul {
  margin-top: 1.5em;
  padding-left: 1.45em;
}
#content .widget_list-links ul a,
#content .widget_links ul a,
#content .widget_meta ul a,
#content .widget_pages ul a,
#content .widget_recent_entries ul a,
#content .widget_archive ul a,
#content .widget_categories ul a {
  color: #1a1a1a;
}
#content .widget_list-links ul a:hover,
#content .widget_links ul a:hover,
#content .widget_meta ul a:hover,
#content .widget_pages ul a:hover,
#content .widget_recent_entries ul a:hover,
#content .widget_archive ul a:hover,
#content .widget_categories ul a:hover {
  color: #d02c2c;
}
#content .widget_list-links a.more-link,
#content .widget_links a.more-link,
#content .widget_meta a.more-link,
#content .widget_pages a.more-link,
#content .widget_recent_entries a.more-link,
#content .widget_archive a.more-link,
#content .widget_categories a.more-link {
  padding-left: 2.392em;
}
#content .widget_post_list_ext.small {
  display: inline;
  float: left;
  width: 22.741%;
  margin-right: 3.011%;
}
#content .widget_post_list_ext.small:last-child {
  display: inline;
  float: right;
  margin-right: 0;
  #margin-left: -1.45em;
}
#content .widget_post_list_ext.narrow {
  display: inline;
  float: left;
  width: 48.494%;
  margin-right: 3.011%;
}
#content .widget_post_list_ext.narrow .widget-title
{
	background:url(../images-new/ribbonhalf.png);
	background-repeat:no-repeat;
	background-position: center center;
}
#content .widget_post_list_ext.narrow:last-child {
  display: inline;
  float: right;
  margin-right: 0;
  #margin-left: -1.45em;
}
#content .widget_post_list_ext.wide {
  clear: both;
}
#content .widget_post_list_ext.wide .large-post-type {
  display: inline;
  float: left;
  width: 48.494%;
  margin-right: 3.011%;
}
#content .widget_post_list_ext.wide .list-small-post-type {
  display: inline;
  float: left;
  width: 48.494%;
  margin-right: 3.011%;
  display: inline;
  float: right;
  margin-right: 0;
  #margin-left: -1.45em;
  border-top: none;
}
#content .widget_post_list_ext.wide .list-small-post-type li:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
#content .widget_post_list_ext.wide p.more {
  position: absolute;
  background: none;
  right: 20px;
  top: 0;
  padding: 1.275em 0;
}
#content .widget_post_list_ext.wide .entry-item p:last-child {
  margin-bottom: 0;
}
#content .widget_carousel_post {
  clear: both;
}
#content .widget_user_list ul,
#content .widget_photos ul {
  clear: both;
}
#content .widget_user_list li,
#content .widget_photos li {
}

#content .widget_user_list li:nth-child(8n+8),
#content .widget_photos li:nth-child(8n+8) {
  margin-right: 0;
}
#content .widget_ads_300,
#content .widget_ads_300_long,
#content .widget_fb_like_box {
  display: inline;
  float: left;
  width: 48.494%;
  margin-right: 3.011%;
}
#content .widget_ads_300:last-child,
#content .widget_ads_300_long:last-child,
#content .widget_fb_like_box:last-child {
  display: inline;
  float: right;
  margin-right: 0;
  #margin-left: -1.45em;
}
#content .widget_ads_300 .widget-title, #content .widget_ads_300 .section-title,
#content .widget_ads_300_long .widget-title,
#content .widget_ads_300_long .section-title,
#content .widget_fb_like_box .widget-title,
#content .widget_fb_like_box .section-title {
  border-bottom: none !important;
}
#content .widget_ads_300 .widget-title h5, #content .widget_ads_300 .section-title h5,
#content .widget_ads_300_long .widget-title h5,
#content .widget_ads_300_long .section-title h5,
#content .widget_fb_like_box .widget-title h5,
#content .widget_fb_like_box .section-title h5 {
  display: none;
}
#content .widget_ads_300 .wrapper-ads-content,
#content .widget_ads_300_long .wrapper-ads-content,
#content .widget_fb_like_box .wrapper-ads-content {
  padding: 1.5em 2.25em;
}

.section-heading, #content aside.widget, #content aside.featured-news, #content
aside.archive-latest-articles, #content aside.latest-news-homepage,
#content .featured-news, .category .archive-latest-articles, .latest-news-homepage {

}
.section-heading .widget-title, #content aside.widget .widget-title, #content aside.featured-news .widget-title, #content
aside.archive-latest-articles .widget-title, #content aside.latest-news-homepage .widget-title,
#content .featured-news .widget-title, .category .archive-latest-articles .widget-title, .latest-news-homepage .widget-title, .section-heading .section-title, #content aside.widget .section-title, #content aside.featured-news .section-title, #content
aside.archive-latest-articles .section-title, #content aside.latest-news-homepage .section-title,
#content .featured-news .section-title, .category .archive-latest-articles .section-title, .latest-news-homepage .section-title {
  text-align:center;
  background:url(../images-new/ribbon.png) no-repeat;
  margin-bottom:5px;
  height:50px;
}

/* for secondary area a.k.a sidebar */
#secondary aside.widget, #secondary aside.featured-news, #secondary
aside.archive-latest-articles, #secondary aside.latest-news-homepage {
  margin-bottom: 1.275em;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}
#secondary aside.widget .widget-inner-container, #secondary aside.featured-news .widget-inner-container, #secondary
aside.archive-latest-articles .widget-inner-container, #secondary aside.latest-news-homepage .widget-inner-container {
  padding-top: 0;
  border-left: 1px solid #d4d4d4;
}
#secondary aside.widget .widget-title, #secondary aside.featured-news .widget-title, #secondary
aside.archive-latest-articles .widget-title, #secondary aside.latest-news-homepage .widget-title, #secondary aside.widget .section-title, #secondary aside.featured-news .section-title, #secondary
aside.archive-latest-articles .section-title, #secondary aside.latest-news-homepage .section-title {
  background:url(../images-new/ribbonred.png) no-repeat;
  font-size:14px;
  height:50px;
}
#secondary aside.widget .widget-title, #secondary aside.featured-news .widget-title, #secondary
aside.archive-latest-articles .widget-title, #secondary aside.latest-news-homepage .widget-title, #secondary aside.widget .section-title, #secondary aside.featured-news .section-title, #secondary
aside.archive-latest-articles .section-title, #secondary aside.latest-news-homepage .section-title,
#secondary aside.widget .widget-inner-content,
#secondary aside.featured-news .widget-inner-content,
#secondary
aside.archive-latest-articles .widget-inner-content,
#secondary aside.latest-news-homepage .widget-inner-content,
#secondary aside.widget .section-inner-content,
#secondary aside.featured-news .section-inner-content,
#secondary
aside.archive-latest-articles .section-inner-content,
#secondary aside.latest-news-homepage .section-inner-content {
  padding-left: 1.45em;
}
.left-sidebar #secondary aside.widget .widget-title, .left-sidebar #secondary aside.featured-news .widget-title, .left-sidebar #secondary
aside.archive-latest-articles .widget-title, .left-sidebar #secondary aside.latest-news-homepage .widget-title, .left-sidebar #secondary aside.widget .section-title, .left-sidebar #secondary aside.featured-news .section-title, .left-sidebar #secondary
aside.archive-latest-articles .section-title, .left-sidebar #secondary aside.latest-news-homepage .section-title, .left-sidebar
#secondary aside.widget .widget-inner-content, .left-sidebar
#secondary aside.featured-news .widget-inner-content, .left-sidebar
#secondary
aside.archive-latest-articles .widget-inner-content, .left-sidebar
#secondary aside.latest-news-homepage .widget-inner-content, .left-sidebar
#secondary aside.widget .section-inner-content, .left-sidebar
#secondary aside.featured-news .section-inner-content, .left-sidebar
#secondary
aside.archive-latest-articles .section-inner-content, .left-sidebar
#secondary aside.latest-news-homepage .section-inner-content {
  padding-left: 0;
  padding-right: 1.45em;
}
#secondary .widget_list-links,
#secondary .widget_links,
#secondary .widget_meta,
#secondary .widget_pages,
#secondary .widget_recent_entries,
#secondary .widget_archive,
#secondary .widget_categories {
  font-size: 0.813em;
  line-height: 1.846em;
}

#secondary .widget_list-links h5.wt,
#secondary .widget_links h5.wt,
#secondary .widget_meta h5.wt,
#secondary .widget_pages h5.wt,
#secondary .widget_recent_entries h5.wt,
#secondary .widget_archive h5.wt,
#secondary .widget_categories h5.wt {
  font-size: 175%;
}
#secondary .widget_list-links .widget-inner-container,
#secondary .widget_links .widget-inner-container,
#secondary .widget_meta .widget-inner-container,
#secondary .widget_pages .widget-inner-container,
#secondary .widget_recent_entries .widget-inner-container,
#secondary .widget_archive .widget-inner-container,
#secondary .widget_categories .widget-inner-container {
  padding-bottom: 1.45em;
}
#secondary .widget_list-links ul,
#secondary .widget_links ul,
#secondary .widget_meta ul,
#secondary .widget_pages ul,
#secondary .widget_recent_entries ul,
#secondary .widget_archive ul,
#secondary .widget_categories ul {
  margin-top: 1.5em;
  padding-left: 1.45em;
}
#secondary .widget_list-links ul a,
#secondary .widget_links ul a,
#secondary .widget_meta ul a,
#secondary .widget_pages ul a,
#secondary .widget_recent_entries ul a,
#secondary .widget_archive ul a,
#secondary .widget_categories ul a {
  color: #1a1a1a;
}
#secondary .widget_list-links ul a:hover,
#secondary .widget_links ul a:hover,
#secondary .widget_meta ul a:hover,
#secondary .widget_pages ul a:hover,
#secondary .widget_recent_entries ul a:hover,
#secondary .widget_archive ul a:hover,
#secondary .widget_categories ul a:hover {
  color: #d02c2c;
}
.left-sidebar #secondary .widget_list-links ul, .left-sidebar
#secondary .widget_links ul, .left-sidebar
#secondary .widget_meta ul, .left-sidebar
#secondary .widget_pages ul, .left-sidebar
#secondary .widget_recent_entries ul, .left-sidebar
#secondary .widget_archive ul, .left-sidebar
#secondary .widget_categories ul {
  padding-left: 0;
  padding-right: 1.45em;
}
#secondary .widget_list-links a.more-link,
#secondary .widget_links a.more-link,
#secondary .widget_meta a.more-link,
#secondary .widget_pages a.more-link,
#secondary .widget_recent_entries a.more-link,
#secondary .widget_archive a.more-link,
#secondary .widget_categories a.more-link {
  padding-left: 2.392em;
}

#secondary .widget_user_list .widget-inner-content, #secondary .widget_user_list .section-inner-content,
#secondary .widget_photos .widget-inner-content,
#secondary .widget_photos .section-inner-content {
  padding-bottom: 0em;
}
#secondary .widget_user_list ul li,
#secondary .widget_photos ul li {
  width: 20%;
}
#secondary .widget_user_list ul li:nth-child(4n+4),
#secondary .widget_photos ul li:nth-child(4n+4) {
  margin-right: 0;
}
#secondary .widget_user_list .user-info,
#secondary .widget_photos .user-info {
  top: -50px;
}

#secondary .widget_ads_300 .widget-title, #secondary .widget_ads_300 .section-title,
#secondary .widget_ads_300_long .widget-title,
#secondary .widget_ads_300_long .section-title,
#secondary .widget_fb_like_box .widget-title,
#secondary .widget_fb_like_box .section-title {
  border-bottom: none !important;
}
#secondary .widget_ads_300 .widget-title h5, #secondary .widget_ads_300 .section-title h5,
#secondary .widget_ads_300_long .widget-title h5,
#secondary .widget_ads_300_long .section-title h5,
#secondary .widget_fb_like_box .widget-title h5,
#secondary .widget_fb_like_box .section-title h5 {
  display: none;
}

img.avatar {
  border: 1px solid #333 !important;
}

.carousel-container {
  margin: 0;
  padding: 0;
}
.carousel-container ul {
  zoom: 1;
  margin: 0;
  padding: 0;
}
.carousel-container ul:before {
  content: "";
  display: table;
}
.carousel-container ul:after {
  clear: both;
  content: "";
  display: table;
}
.carousel-container li {
  display: inline;
  float: left;
  padding: 0;
  margin: 0;
}

footer {
  position: relative;
}
footer#footer {
  font-family: Tahoma, Geneva, sans-serif;
}
footer#footer a {
  font-family: Tahoma, Geneva, sans-serif;
}
footer .news-footer {
  clear: both;
  background-color: #fff;
  position: relative;
  padding-top: 1.875em;
  margin-bottom:0;
}
footer .news-footer .news-footer-title {
  margin-left: 1.912%;
  font-size: 0.625em;
  line-height: 2.4em;
  display: inline;
  float: left;
  width: 22.61%;
  margin-right: 1.912%;
  padding-top: 0.375em;
  padding-bottom: 0.375em;
  background-color: #f2f2f2;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Tahoma, Geneva, sans-serif;
  position: absolute;
  top: 0px;
  border-color: #d4d4d4;
  border-width: 1px 1px 0 1px;
  border-style: solid;
}
footer .news-footer .carousel-container {
  background-color: #f2f2f2;
  border-top: 1px solid #d4d4d4;
}

footer .news-footer .carousel-container #news-footer-next,
footer .news-footer .carousel-container #news-footer-prev {
  display: none !important;
  visibility: hidden;
}
footer .news-footer .carousel-container .pagination {
  padding-left: 24.522%;
  margin-left: 1.912%;
  border: none;
  top: 9px;
  position: absolute;
  text-align: center;
}
footer .news-footer .carousel-container .pagination a {
  display: inline;
  float: left;
  background: transparent url("../images-new/carousel-pag.png") right top no-repeat;
  width: 10px;
  height: 10px;
  margin: 0 5px 0 0;
  text-indent: -9999px;
}
footer .news-footer .carousel-container .pagination a.selected {
  background-position: left top;
}
footer .news-footer .carousel-container .pagination a span {
  text-indent: -99999px;
  display: block;
}
footer .news-footer ul li {
  padding: 0.5em;
  margin: 0.5em;
  height: 125px;
  overflow:hidden;
  background:white;
}
footer .news-footer ul li .news-footer-item-image {
  display: inline;
  float: left;
  width: 28.697%;
  margin-right: 8.455%;
}
footer .news-footer ul li .news-footer-item-image img {
	width: 125px;
	height: 100%;
	margin: 0;
	padding: 0;
}
footer .news-footer ul li .news-footer-item {
	display: inline;
	float: left;
	width: 62.848%;
	display: inline;
	float: right;
	margin-right: 0;
    #margin-left: -3.45em;
}
footer .news-footer ul li .news-footer-item .news-footer-cat,
footer .news-footer ul li .news-footer-item .news-footer-item-title,
footer .news-footer ul li .news-footer-item .news-footer-item-author {
  display: block;
}
footer .news-footer ul li .news-footer-item .news-footer-cat {
  font-size: 0.625em;
  line-height: 2.4em;
  margin-bottom: 0.525em;
  line-height: normal;
}
footer .news-footer ul li .news-footer-item .news-footer-cat a {
  font-family: Tahoma, Geneva, sans-serif !important;
  text-transform: uppercase;
  font-weight: bold;
}
footer .news-footer ul li .news-footer-item .news-footer-item-title,
footer .news-footer ul li .news-footer-item .news-footer-item-author {
  font-size: 0.688em;
  line-height: 2.182em;
}
footer .news-footer ul li .news-footer-item .news-footer-item-title {
  font-size: 0.75em;
  line-height: 1.5em;
}
footer .news-footer ul li .news-footer-item .news-footer-item-title a {
  color: #1a1a1a;
}
footer .news-footer ul li .news-footer-item .news-footer-item-author {
  font-style: italic;
}
footer .news-footer ul li .news-footer-item .news-footer-item-author a {
  text-decoration: underline;
}
footer .ft-logo {
	clear: both;
	padding-left: 8.499%;
	padding-right: 8.499%;
	zoom: 1;
	background-color: #036;
  height: 130px;
  margin-top:-21px;
}
footer .ft-logo:before {
  content: "";
  display: table;
}
footer .ft-logo:after {
  clear: both;
  content: "";
  display: table;
}
footer .ft-logo .cols-logo,
footer .ft-logo .cols-nav-credit {
  padding-top: 1.0em;
}
footer .ft-logo .cols-logo {
  display: inline;
  float: left;
  width: 43.045%;
  margin-right: 1.912%;
  margin-left: 1.912%;
}
footer .ft-logo .cols-logo a {
  display: block;
}
footer .ft-logo .cols-nav-credit {
  display: inline;
  float: left;
  width: 51.22%;
  margin-right: 1.912%;
  display: inline;
  float: right;
  margin-right: 1.912%;
  #margin-left: -1.45em;
}
footer .ft-logo .cols-nav-credit a {
  color: #fff;
}
footer .ft-logo ul a,
footer .ft-logo p {
  font-family: Tahoma, Geneva, sans-serif !important;
}
footer .ft-logo ul {
  padding: 0;
  margin: 0;
  padding-top: 0.75em;
  zoom: 1;
}
footer .ft-logo ul:before {
  content: "";
  display: table;
}
footer .ft-logo ul:after {
  clear: both;
  content: "";
  display: table;
}
footer .ft-logo ul li {
  display: inline;
  float: left;
}
footer .ft-logo ul li:first-child a {
  padding-left: 0;
}
footer .ft-logo ul li:last-child a {
  border-right: none;
}
footer .ft-logo ul a {
  font-size: 0.625em;
  line-height: 2.4em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border-right: 1px solid #666;
  text-transform: uppercase;
  font-weight: bold;
}
footer .ft-logo p {
  font-size: 0.688em;
  line-height: 2.182em;
  line-height: 1.5em;
  margin: 0;
  color: #b3b3b3;
}
footer .ft-logo p .back-top {
  color: #fff;
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
  margin-left: 10px;
}
.hidden {
  display: none;
}
.invisible, .hidden {
  visibility: hidden;
}
.larger {
  font-size: 125%;
}
.clear {
  clear: both;
  font-size: 1px;
  display: block;
  height: 0;
}
.float-left {
  display: inline;
  float: left;
}
.float-right {
  display: inline;
  float: right;
}
.float-none {
  display: inline;
  float: none;
}
#marqueecontainer{
position: relative;
width: 340px; /*marquee width */
height: 200px; /*marquee height */
background-color: white;
overflow: hidden;
padding: 2px;
padding-left: 4px;
}