/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
    height: 100%;
}

body {
	margin: 0;
    height: 100%;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
}

h1 {
	margin: 0.67em 0;
	font-size: 2em;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

hr {
	height: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

mark {
	color: #000;
	background: #ff0;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}

pre {
	white-space: pre-wrap;
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

fieldset {
	padding: 0.35em 0.625em 0.75em;
	margin: 0 2px;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

button,
input,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: 100%;
}

button,
input {
	line-height: normal;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	box-sizing: border-box;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 14px !important;
	line-height: 1.428571429 !important;
	color: #000 !important;
	background-color: #ffffff;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit !important;
}

button,
input,
select[multiple],
textarea {
	background-image: none;
}

a {
/*	color: #428bca;*/
	text-decoration: none;
}

a:hover,
a:focus {
/*	color: #2a6496;*/
	text-decoration: underline;
}

a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

img {
	vertical-align: middle;
}


/*screen readers-only*/
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: 0;
}

p {
	margin: 0 0 10px;
}

.lead {
	margin-bottom: 20px;
	font-size: 16.099999999999998px;
	font-weight: 200;
	line-height: 1.4;
}

cite {
	font-style: italic;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 1.1;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
	font-weight: normal;
	line-height: 1;
	color: #999999;
}

h1,
h2,
h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

h4,
h5,
h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}

h1,
.h1 {
	font-size: 24px;
}

h2,
.h2 {
	font-size: 20px;
}

h3,
.h3 {
	font-size: 18px;
}

h4,
.h4 {
	font-size: 16px;
}

h5,
.h5 {
	font-size: 14px;
}

h6,
.h6 {
	font-size: 12px;
}

h1 small,
.h1 small {
	font-size: 24px;
}

h2 small,
.h2 small {
	font-size: 18px;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
	font-size: 14px;
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eeeeee;
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

dl {
	margin-bottom: 20px;
}

dt,
dd {
	line-height: 1.428571429;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999999;
}

abbr.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container:before,
.container:after {
	display: table;
	content: " ";
}

.container:after {
	clear: both;
}

.container:before,
.container:after {
	display: table;
	content: " ";
}

.container:after {
	clear: both;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.row:before,
.row:after {
	display: table;
	content: " ";
}

.row:after {
	clear: both;
}

.row:before,
.row:after {
	display: table;
	content: " ";
}

.row:after {
	clear: both;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12
 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
	float: left;
}

.col-xs-1 {
	width: 8.333333333333332%;
}

.col-xs-2 {
	width: 16.666666666666664%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-4 {
	width: 33.33333333333333%;
}

.col-xs-5 {
	width: 41.66666666666667%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-7 {
	width: 58.333333333333336%;
}

.col-xs-8 {
	width: 66.66666666666666%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-10 {
	width: 83.33333333333334%;
}

.col-xs-11 {
	width: 91.66666666666666%;
}

.col-xs-12 {
	width: 100%;
}

table {
	max-width: 100%;
	background-color: transparent;
}

th {
	text-align: left;
}

.table {
	width: 100%;
	margin-bottom: 20px;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
	border-top: 1px solid #dddddd;
}

.table thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #dddddd;
}

.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
	border-top: 0;
}

.table tbody + tbody {
	border-top: 2px solid #dddddd;
}

.table .table {
	background-color: #ffffff;
}

.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
	padding: 5px;
}

.table-bordered {
	border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
	background-color: #f5f5f5;
}

table col[class*="col-"] {
	display: table-column;
	float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
	display: table-cell;
	float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
}

input[type="search"] {
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
					box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px;
	/* IE8-9 */

	line-height: normal;
}

input[type="file"] {
	display: block;
}

select[multiple],
select[size] {
	height: auto;
}

select optgroup {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.form-control:-moz-placeholder {
	color: #999999;
}

.form-control::-moz-placeholder {
	color: #999999;
}

.form-control:-ms-input-placeholder {
	color: #999999;
}

.form-control::-webkit-input-placeholder {
	color: #999999;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
					box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
					transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
					box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eeeeee;
}

textarea.form-control {
	height: auto;
}

.form-group {
	margin-bottom: 15px;
}

.radio,
.checkbox {
	display: block;
	min-height: 20px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: middle;
}

.radio label,
.checkbox label {
	display: inline;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	float: left;
	margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
	margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}

.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

select.input-sm {
	height: 30px;
	line-height: 30px;
}

textarea.input-sm {
	height: auto;
}

.input-lg {
	height: 45px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}

select.input-lg {
	height: 45px;
	line-height: 45px;
}

textarea.input-lg {
	height: auto;
}

.form-control-static {
	padding-top: 7px;
	margin-bottom: 0;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0;
}

.form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
	display: table;
	content: " ";
}

.form-horizontal .form-group:after {
	clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
	display: table;
	content: " ";
}

.form-horizontal .form-group:after {
	clear: both;
}


input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.fade.in {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	transition: height 0.35s ease;
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: /*20px*/0;
	list-style: none;
	background-color: /*#f5f5f5*/transparent;
}

.breadcrumb > li {
	display: inline-block;
}

.breadcrumb > li + li:before {
	padding: 0 5px;
	color: #cccccc;
	content: "/\00a0";
}

.breadcrumb > .active {
	color: #999999;
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

.thumbnail {
	display: inline-block;
	display: block;
	height: auto;
	max-width: 100%;
	padding: 4px;
	line-height: 1.428571429;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.thumbnail > img {
	display: block;
	height: auto;
	max-width: 100%;
}

a.thumbnail:hover,
a.thumbnail:focus {
	border-color: #428bca;
}

.thumbnail > img {
	margin-right: auto;
	margin-left: auto;
}

.thumbnail .caption {
	padding: 9px;
	color: #333333;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}

/* custom CSS */

	/* layout and other main elements */


/*override bootstrap*/
.container {
	max-width: none !important;
	width: 960px;
}

h1,
.branding,
menu-row {
	padding: 0 15px;
}

h1#banner,
.branding {
	font-weight: normal !important;
	font-size: 48px !important;
	line-height: 1 !important;
	margin-top: 24px !important;
	letter-spacing: -2px;
}

h1 a,
.branding a,
h1 a:hover,
.branding a:hover {
	color: #000 !important;
	text-decoration: none;
}

#content {
	margin-bottom: 20px !important;
}

#banner_slug {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: normal;
}

.viewport {
	background-color: #660000;  
	text-decoration: none;
}

.with_breadcrumb {
	margin-top: 12px;
}

.drop-shadow,
.branding {
    width: 100% !important;
}

.drop-shadow:after,
.branding:after {
	content: '';
	display: block;
    position: relative;
	margin-top: 20px;
	background-color: transparent;
	height: 20px;
	left: -25px;
	width: 734px;
	-webkit-box-shadow: inset 0px 5px 5px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 0px 5px 5px rgba(0,0,0,0.6);
	box-shadow: inset 0px 5px 5px rgba(0,0,0,0.6);
	-webkit-border-radius: 0 0 150px 150px / 0 0 20px 20px;
	-moz-border-radius: 0 0 150px 150px / 0 0 20px 20px;
	border-radius: 0 0 150px 150px / 0 0 20px 20px;
}


#content #staff > li {
	margin-bottom: 16px;
}

#content #staff h3 {
	font-size: 14px;
	margin: 0 0 2px 0;
}

#content li p {
	font-size: 13px;
}

#content .banner {
	color: #fff;
	background-color: #b70101;
	text-indent: 5px;
	line-height: 1.5;
}

#banner_logo {
	float: left;
	margin-top: -14px;
	margin-right: 8px;
}

#banner_slug {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: normal;
}

.viewport {
	background-color: #660000;  
}

#toprow {
	height: 16px;
}

#middlerow > .container {
	position: relative;
    min-height: 500px;
}

#footer-nav-row {
	background-color: #808080;
}

#footer-nav {
	background-color: #a9a9a9;
	padding: 0 20px 10px !important;
}

#footer-nav a {
	background-color: #848484;
	text-align: center;
	color: #D8D8D8;
	-moz-transition: background .3s linear;  
    -webkit-transition: background .3s linear;  
    -ms-transition: background .3s linear;  
    -o-transition: background .3s linear;  
    transition: background .3s linear;
}

#footer-nav a:hover {
	background-color: #b70101;
	color: #fff;
	text-decoration: none;
}

#footer-nav a span {
	display: block;
	margin-top: 8px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.1;
}

#footer-nav a {
	height: 36px;
	width: 155px;
	margin-right: 10px;
}

#footer-content {
	height: 58px;
    line-height: normal !important;
	background: -webkit-gradient(linear, 100% 0, 0 0, from(#990000), color-stop(0.5, #b70101), to(#990000));
	background: -webkit-linear-gradient(to right, #990000 0%, #b70101 50%, #990000 100%);
	background: -moz-linear-gradient(to right, #990000 0%, #b70101 50%, #990000 100%);
	background: -o-linear-gradient(to right, #990000 0%, #b70101 50%, #990000 100%);
	background: linear-gradient(to right, #990000 0%, #b70101 50%, #990000 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#990000', endColorstr='#990000')"; /* for IE */
	background-color: transparent;
}

#footer-nav .top {
	margin-bottom: 5px !important;
}

#footer-content ul li {
	display: inline;
	color: #fff;
	font-size: 11px;
}

#footer-content a {
	color: #fff;
}

#footer-content ul li:after {
	content: '|';
	margin-left: 8px;
	margin-right: 8px;
}

#footer-content ul li:last-child:after {
	content: '';
	margin: 0;
} 

#footer {
	height: 58px;
}

#footer img {
	float: left;
	margin-top: 4px;
	margin-right: 20px;
	position:relative;
	z-index: 501;
}

#footer ul {
	margin-top: 23px;
}


#topbar-main {
	height: 100%;
	background: #990000;
}

#home #topbar-main {
	background: #990000; /* Old browsers */
	background: -moz-linear-gradient(left, #990000 0%, #b70101 50%, #990000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#990000), color-stop(50%,#b70101), color-stop(100%,#990000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #990000 0%,#b70101 50%,#990000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #990000 0%,#b70101 50%,#990000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #990000 0%,#b70101 50%,#990000 100%); /* IE10+ */
	background: linear-gradient(to right, #990000 0%,#b70101 50%,#990000 100%); /* W3C */
	ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#990000', endColorstr='#990000',GradientType=1 )"; /* IE <10 ? */
	z-index: 500;
}

.row > .container {
	height: 100%;
}

	/* Sidebar */

#sidebar {
	background-color: #e4e5de;
	position: static !important;
    min-height: 500px;
}

#sidebar:after {
	content: ' ';
	position: absolute;
	left: 720px;
	height: 100%;
	bottom: 0;
	width: 240px;
	background-color: #e4e5de;
	z-index: -1;
}
#sidebar #searchform {
	margin: 16px 0 6px 15px;
	position: relative;
}

#sidebar #searchform label {
	position: absolute;
	clip: rect(1px,1px,1px,1px);
}

#searchform .sfsearchTxt {
	width: 170px;
}

#sfcontentholder
{
    padding: 10px 10px 0 0;
}

.sfsearchSubmit {
    height: 0;
	display: none;
}

.sfsearchResultsWrp
{
    padding-right: 10px;
}

.sfsearchResultsWrp dt
{
    margin-top: 14px;
}

.sfsearchResultTitle a {
    color: black;
}

.sfNavTreeview,
ul.sb {
	margin-top: 0 !important;
    margin-left: 30px !important;
    color: #000;
	padding: 0;
    list-style: none;
}

.sfNavTreeview a
{
    font-weight: bold;
    color: #000;
}

#sidebar li > ul {
	margin-top: 8px;
    padding: 0 0 0 5px !important;
}   

#sidebar > ul {
	margin-left: 30px !important;
    padding-top: 8px;
}

#sb-events li > a,
#sb-news li > a {
	color: #b70101;
}

#sidebar .event_datetime {font-weight: normal;color: #666152;}
#sidebar .event_datetime span {display: block;}

.sb {
	position: relative;
}

.sb > li,
.sfNavTreeview > li > div > a {
	font-weight: bold;
	font-size: 16px !important;
	margin-bottom: 12px;
}

.sfNavTreeview > li > div {
    margin-top: 6px;
}


.sfNavTreeview > li {
	padding: 4px 0 0 0 !important;
}

.k-item
{
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.k-treeview .k-in
{
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.k-menu .k-item > .k-link
{
    padding: 0.5em !important;
}

.k-item > div
{
    margin-bottom: 4px !important;
}

.sfNavHorizontalDropDown li .k-link
{
    border-bottom: 1px solid white;
}

.sfNavHorizontalDropDown li
{
    border-color: #b70101;
}

.sfNavHorizontalDropDown li .k-item
{
    background-color: #dddddd;
    border: 1px solid white;
}

.sfnewsListItem a
{
	color: #b70101;
}

.topnav
{
    margin-top: 0;
    margin-bottom: 20px;
}

.sb > li:before,
.logobullet > div > ul > li > div:before {
	content: '';
	display: inline-block;
	height: 21px;
	width: 21px;
	background: url(/ImagesUWBC2013/sidebar-logo.png) left no-repeat;
	margin-left: -20px;
	margin-right: 3px;
	vertical-align: bottom;
}

.plainnav .k-widget
{
    padding: 0 0 15px 5px !important;
}

.plainnav li
{
    display: list-item !important;
    list-style-type: disc !important;
    margin-left: -10px !important;
}

.sb > li a,
.k-item a {
	color: #000;
}

.sb-sub {
	display: none;
	margin-top: 8px;
}

.sb-sub li,
.open > ul > li,
.k-item div
 {
	font-size: 13px;
	margin-bottom: 6px;
}

.k-plus a
{
   text-decoration: none;
}

span.k-in
{
    border: none !important;
    padding: 0 !important;
    margin-left: 0 !important;
}

.sfNavTreeview span.k-icon  {
	content: ' ';
	display: inline-block;
	height: 11px;
	width: 12px;
	margin-left: 5px !important;
    margin-top: 3px !important;
	background-image: url(/ImagesUWBC2013/arrows.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

span.k-icon.k-i-collapse {
    background-position: -11px 0;
}

.sb-heading:hover {
	cursor: pointer;
}

.sb li,
.sfNavTreeview > li {
	list-style: none;
	line-height: 1.2;
    padding-right: 2px;
}

.sfBreadcrumbNodeSeparator
{
    font-size: 16px;
    font-weight: bold;
}

.eventFrame
{
    display: block;
    width: 712px;
    padding-left: 36px;
    height: auto;
    min-height: 600px;
    border: none !important;
}

/* home page nav menu */

.menu-row {
	position: relative;
	margin-bottom: 35px;
	padding: 0 15px 0 0;
}

.smile {
	text-decoration: none !important;
	-moz-transition: background .3s linear;  
    -webkit-transition: background .3s linear;  
    -ms-transition: background .3s linear;  
    -o-transition: background .3s linear;  
    transition: background .3s linear;
}

.smile img {
	display: block;
	height: 168px;
	width: 162px;
	position: relative;
}

.smile span {
	display: block;
	width: 162px;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	padding: 10px 5px 14px;
	background-color: transparent;
	z-index: 50;
	-moz-transition: background .3s linear;  
    -webkit-transition: background .3s linear;  
    -ms-transition: background .3s linear;  
    -o-transition: background .3s linear;  
    transition: background .3s linear;
}

.smile:hover span {
	background-color: #b70101;
}

/* Curled corners for home page menu items */
.curled {
	-moz-border-radius:0 0 100px 100px / 0 0 25px 25px;
	-webkit-border-radius: 0 0 100px 100px / 0 0 25px 25px;
	-o-border-radius: 0 0 100px 100px / 0 0 25px 25px;
	border-radius:0 0 100px 100px / 0 0 25px 25px;
}

.tint {
	position: relative;
	float: left;
}

.tint:before {  
    content: ""; 
    position: absolute;  
    top: 0;  
    bottom: -1px;  
    left: 0;  
    right: 0;
    background: rgba(51,51,51, 0.25);  
	-moz-border-radius:0 0 100px 100px / 0 0 25px 25px;
	-webkit-border-radius: 0 0 100px 100px / 0 0 25px 25px;
	-o-border-radius: 0 0 100px 100px / 0 0 25px 25px;
	border-radius:0 0 100px 100px / 0 0 25px 25px; 
	z-index: 1;
}

.menu-row:before {
	position: absolute;
	top: 0px;
	left: -10px;
	width: 102%;
	height: 20px;
	background: transparent;
	-webkit-box-shadow: inset 0px 5px 5px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 0px 5px 5px rgba(0,0,0,0.6);
	box-shadow: inset 0px 5px 5px rgba(0,0,0,0.6);
	-webkit-border-radius: 0 0 150px 150px / 0 0 20px 20px;
	-moz-border-radius: 0 0 150px 150px / 0 0 20px 20px;
	border-radius: 0 0 150px 150px / 0 0 20px 20px;
	z-index: 500;
}

/* shadow top and bottom elements */

.shadow-top,
.shadow-foot {
	position: relative;
	background-color: #;
}

.shadow-top:after {
	position: absolute;
	top: -5px;
	left: 5px;
	width: 715px;
	height: 20px;
	background-color: transparent;
	-webkit-box-shadow: 0 10px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 10px 5px rgba(0,0,0,0.4);
	box-shadow: 0 10px 5px rgba(0,0,0,0.4);
	-webkit-border-radius: 0 0 120px 120px / 0 0 12px 12px;
	-moz-border-radius: 0 0 120px 120px / 0 0 12px 12px;
	border-radius: 0 0 120px 120px / 0 0 12px 12px;
	z-index: -1;	
}

.shadow-foot:after {
	position: absolute;
	top: 0;
	left: 3px;
	width: 74%;
	height: 20px;
	background-color: transparent;
	box-shadow: inset 0px 10px 5px rgba(0,0,0,0.4);
	border-radius: 0 0 200px 200px/ 0 0 20px 20px;
	z-index: 500;
}

.container,
.row,
.col-xs-9,
.col-xs-3,
.unpadded, 
.sfBreadcrumbWrp {
	padding: 0 !important;
}

.sfBreadcrumbWrp
{
    margin: 0 !important;
}

a.rsmLink:hover,
li.rsmItem:hover
{
	background-color: #b70101 !important;
    background-image: none !important;
}

.RadSiteMap .rsmLink
{
    padding: 2px 10px !important;
}


#footer-content.col-xs-9 {
	padding: 0 20px !important;	
	}	

.row, 
.sfBreadcrumbWrp {
	margin-left: 0 !important;
	margin-right: 0 !important;
}


#home #content p {
	font-size: 16px;
}
	/*lists*/

.no_bullet > li {
	list-style: none;
}

.zero_pad {
	padding: 0;
}

	/*about*/

.about #sb-about > ul {
	display: block;
}

.sb .current_heading {
	color: #000;
}

#sidebar li > .current_page {
	display: block;
	width: 200px;
	background-color: #b70101;
	color: #fff;
	margin-left: -30px;
	padding-left: 30px;
	line-height: 1.7;
}

/* lower level pages with subnavigation */


 middlerow .col-xs-9 {
	padding: 0 15px !important;
}

#middlerow .col-xs-9.with_subnav{ 
	padding: 0 40px !important;
}

.with_subnav
{
    margin-bottom: 0 !important;
}

.k-link
{
    font-weight: bold;
    text-decoration: none;
}

.sfNavHorizontalDropDown li:hover,
.sfNavHorizontalDropDown li.k-item a.k-link:hover
{
    background-color:  #b70101;
    color: white;
    text-decoration: none;
}

.sfBreadcrumbWrp .rsmFlow
{
   background: #b70101;
   padding: 4px 0 0 0 !important;
   width: 713px;
}
.sfBreadcrumbWrp .rsmLink,
.sfBreadcrumbWrp .rsmFlow li {
    display: inline !important;
	margin: 0;
    padding-top: 2px;
	background: #b70101;
	color: #fff !important;
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: normal;
	font-weight: bold;
	text-indent: 10px;
    width: 99%;
}

.sflistList
{
    padding-right: 10px;
}

.clear {
	clear:both;
}

/* call-out boxes */
.callout {
    margin: auto;
    margin-top: 15px;
    background-color: white;
	margin-bottom: 20px;
	width: 220px;
	padding: 8px;
	border: 1px solid #000;
}

.callout > h2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 auto;
	text-align: center;
}

.callout > h3 {
	font-size: 15px;
	color: #b70101;
	font-weight: bold;
}

.callout > ul {
	padding: 0 !important;
	list-style: none;
}

.callout .contacts > li {
	font-weight: bold;
    margin-top: 3px;
    line-height: 16px;
    padding-bottom: 2px;
}
.contactdetail
{
    font-weight: normal;
    padding-left: 5px;
}

.callout p
{
    line-height: 18px;
}

#content .callout p,
#content .callout li {
	font-size: 12px;
}

#content .callout p {
	margin-bottom: 6px;	
}

/* example indicating current location in footer nav */
.DNA-sequencing #footer-nav #fn-DNA-sequencing {
	color: #fff;
	background-color: #b70101;
}

.services-photo {
	margin: 32px auto;
	width: 400px;
	display: block;
	border: 1px solid #666;
}

.services h3 {
	font-size: 14px;
}

/*a,
a:hover {
	color: #b70101;
}*/

.topheader { text-align: center; margin-bottom: 10px }
.pageheader { text-align: center; margin-bottom: 10px; font-size: 1.6em; }
.sectionheader { text-align: center; margin-bottom: 10px; font-size: 1.33em; }
.bluepageheader { text-align: center; margin-bottom: 10px; color: #0000FF; font-size: 1.6em; }
.bluesectionheader { text-align: center; margin-bottom: 10px; color: #0000FF; font-size: 1.33em; }
.redpageheader { text-align: center; margin-bottom: 10px; color: #990000; font-size: 1.6em; }
.redsectionheader { text-align: center; margin-bottom: 10px; color: #990000; font-size: 1.33em; }
.purplepageheader { text-align: center; margin-bottom: 10px; color: #660066; font-size: 1.6em; }
.purplesectionheader { text-align: center; margin-bottom: 10px; color: #660066; font-size: 1.33em; }
.pageheadersmall { text-align: center; margin-bottom: 10px; font-weight:lighter; }
.padded { padding-top: 20px }
.yellowonblack
{
    color: yellow;
    background-color: rgba(0, 0, 0, 0.7);
}
.redtableheader
{
    color: white;
    background-color: #B70101;
}
.redtableheader th,
.eventtable td
{
    border: 1px solid gray;
}
.telerik-reTableHeaderRow-4
{
    background-color: dimgray !important;
}
.servicelist
{
    width: 340px;
    border: 1px solid black;
    border-radius: 5px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
    margin-bottom: 10px;
}
.servicelist h3
{
    background: linear-gradient(to top, #900 0%, #B70101 30%, #900 90%) repeat scroll 0% 0% transparent;
    color: white;
    margin-top: 0;
    padding: 2px;
}
.servicelist h3 a
{
    color: white;
}
.servicetitle
{
    width: 340px;
    margin-bottom: 5px;
}
.servicetitle h3
{
    background-color: rgb(183, 1, 1) !important;
    margin: 0;
    padding: 4px;
}
.servicetitle h3 a
{
    color: white !important;
}
.border-top
{
    border-top: 1px solid gray;
}