/* Starter Styles */
.right {
	float: right;
}
img.right {
	margin: 0 0 10px 10px;
}
.align-right {
	text-align: right;
}
.left {
	float: left;
}
.align-left {
	text-align: left;
}
.center {
	text-align: center;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
	top: 0;
	left: 0;
}
.absolute.right {
	float: none;
	right: 0;
	left: auto;
}
.strong {
	font-weight: bold;
}
.middle {
	vertical-align: middle;
}
.underline {
	text-decoration: underline;
}
.uppercase {
	text-transform: uppercase;
}
.overflow {
	overflow: auto;
}
.clear {
	clear: both;
}
.hide {
	display: none;
}
.margin-top {
	margin-top: 15px;
}
.double-margin-top {
	margin-top: 30px;
}
.margin-bottom {
	margin-bottom: 15px;
}
.margin-left {
	margin-left: 15px !important;
}
.no-margin-top {
	margin-top: 0 !important;
}
.no-margin-bottom {
	margin-bottom: 0 !important;
}
.no-right {
	margin-right: 0 !important;
	padding-right: 0 !important;
}
.neg-right {
	margin-right: -10px !important;
	padding-right: 0 !important;
	float: right !important;
}
.span4.no-right {
	width: 29%;
}
.no-left {
	margin-left: 0 !important;
	padding-left: 0 !important;
}
ul.inline {
	padding: 0;
	margin: 0;
}
ul.inline li {
	display: inline-block;
	*display: inline;
	padding-left: 0;
}
ul.plain, ol.plain {
	margin: 0 0 10px 0;
}
ul.plain li, ol.plain li {
	list-style: none;
}
ul.after, ol.after {
	margin: 10px 0;
}
ul.after li {
	padding-right: 5px;
	font-size: 12px;
}
ul.after li:after, ol.after li:after {
	content: "|";
	padding-left: 10px;
}
ul.after li.last:after, ol.after li.last:after {
	content: "";
	padding-left: 0;
}

/* Panel Styles */

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border-bottom: 1px solid transparent;
}
.panel.panel-last {
	border-bottom: none;
	margin-bottom: 10px;
}
.bg .panel.panel-last {
	margin-bottom: 0;
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table {
  border-top: 1px solid #dddddd;
}
.panel-heading {
  padding: 0 15px;
  font-weight: bold;
}
.content h3.panel-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading, .panel-default > .panel-heading a {
  color: #214BA0;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #fbeed5;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}
.panel-danger {
  border-color: #eed3d7;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

/* Navbar Styles */
.navbar-default {
  background-color: #1D2E5C;
  border-top: 3px solid #BBB9B5;
  border-bottom: 3px solid #BBB9B5;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #BBB9B5;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #BBB9B5;
  background: url(../img/ico-nav-active.png) no-repeat 51% 100%;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #BBB9B5;
  background: url(../img/ico-nav-active.png) no-repeat 51% 100%;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}


span.customSelect {
    font:12px sans-serif;
/*    background:#fff url(http://i48.tinypic.com/2u7rpec.png) right center no-repeat; */
    border:1px solid #ddd;
    color:#555;
    padding:7px 9px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px 2px;
    width:175px;
}
.customSelect.customSelectHover {
    border-color:#c7c7c7;
    background-color:#f5f5f5;
    cursor: pointer;
}

.container {
	position: relative;
}

/* Site Styles */
.header {
	background: #25397C;
	overflow: hidden;
	padding: 20px 0 0 0;
}

.header .heading {
	margin-top: 20px;
	background: #E0ECF8;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.header h1 {
	/*background: #E0ECF8 url(../img/bg-heading.png) no-repeat top right; */
	margin: 0;
	padding: 5px 20px;
	font-size: 24px;
	font-weight: normal;
}

.header h2 {
	font-size: 16px;
	margin: -20px 0 0 0;
	padding: 0 20px;
	font-weight: normal;
}

.navbar .form-control, .content .form-control {
	border-radius: 10px;
	padding: 5px 30px 5px 10px;
	margin-top: 7px;
	font-style: italic;
	width: 180px;
	*margin-bottom: -11px;
	margin-right: 10px;
	float: right;
}

.content .form-control {
	float: none;
	margin-top: 0;
	margin-right: 0;
}

.navbar .form-control-button, .content .form-control-button {
	background: url(../img/ico-search.png) no-repeat center right;
	border: none;
	position: absolute;
	right: 18px;
	width: 18px;
	height: 18px;
	top: 13px;
}

 .content .form-control-button {
	 top: 6px;
	 right: 2px;
 }

.content {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 50%, rgba(235,233,223,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(235,233,223,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(235,233,223,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(235,233,223,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(235,233,223,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 50%,rgba(235,233,223,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebe9df',GradientType=0 ); /* IE6-9 */
}
.content .container {
	padding-bottom: 20px;
}
.content .wrapper {
	background: #fff;
	padding: 10px 15px;
}
.content a {
	color: #214BA0;
}
.content h2 {
    margin: 0px 0px 10px;
    padding:0;
    font-size: 18px;
    font-weight:normal;
    line-height: 26px;
    color: #132B50;
}

.content h3 {
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
    color: #231F20;
    margin: 0px 0px 10px;
}

.content h4 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 5px;
}

.content h5 {
	font-size: 17px;
	margin: 5px 0 5px;
	}
	
.content h5.bold-heading {
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 5px;
}

.content h6 {
	font-size: 14px;
	font-weight:bold;
	}
	
.sidebar h4 {
	margin: 15px 0 10px 0;
}
.content h4.bg {
	margin-right: 0;
}
.content .sidebar h3.bg {
	margin-bottom: 10px;
	margin-top: 30px;
}
.content p {
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 16px;
}
.content .light p {
	color: #808284;
	padding-top: 5px;
	padding-bottom: 0;
}

.content h2.border{
    border-bottom:5px solid #e7e8e9;
    padding-bottom:5px;
}

.content h3.border{
    border-bottom:5px solid #e7e8e9;
    padding-bottom:5px;
    margin-bottom:20px;
}

.bg img.margin-top{margin-top:4px;}

div.menu {
    margin:0;
    padding:0;
    margin-left:-25px;
    color: #676767;
}
div.menu ul {
    border-top: 1px #ccc solid;
}
div.menu ul li {
    color: #b0b0b0;
    border-bottom: 1px #ccc solid;
    list-style-type: square;
    /*list-style-position: inside;*/
    padding: 2px 0;
}
div.menu ul li ul {
    border-top:none;
}
div.menu ul li ul li {
    color: #b0b0b0;
    border: none;
    list-style-type: square;
    /*list-style-position: inside;*/
    padding: 2px 0;
}
div.menu ul li.menu_first {
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
}
div.menu ul li.menu_firstlast {
    border-top: 1px #ccc solid;
    border-bottom: none;
}
div.menu ul li.menu_last {
    border: none;
}
div.menu ul p.menu_line {
    height: 0px;
    line-height: 0px;
    padding: 0.8em;
    margin: 0px;
    border-bottom: 1px #ccc solid;
}
div.menu ul li a {
    display:block;
    color: #00457C;
    font-weight: bold;
    text-decoration: none;
}
div.menu ul li a:hover {
    color: #3e82e4;
    font-weight: bold;
}
div.menu ul li ul li a {
    color: #676767;
    font-weight: normal;
    text-decoration: none;
}
div.menu ul li ul li a:hover {
    color: #3e82e4;
    font-weight: normal;
}

.main ul{
    color:#333;
    list-style-type:none;
    font-size: 13px;
}
.main ul li{
    position:relative;
    line-height: 16px;
    margin:0 0 5px;
}

.main ul li:after{
    background:#f4ca14;
    content:' ';
    display:block;
    width:5px;
    height:5px;
    position:absolute;
    left:-15px;
    top:5px;
}

.main div.spacer{height:20px;}

.content .bg {
	background: #F4F5F6;
	padding: 10px;
	margin: 10px 20px 10px 0;
	overflow: hidden;
}
.content .bg.borders {
	border-top: 5px solid #BBBAB6;
	border-bottom: 5px solid #BBBAB6;
	margin-right: 0;
}
.content .col-4 .bg {
	margin-right: 0;
	padding: 10px 8px;
}
.content .panel {
	background: none;
}
.content .sidebar .panel-body, .content .sidebar .panel-heading {
	padding: 0;
}
.content .sidebar .panel-footer {
	background: #808284;
	color: #fff;
	border-radius: 0;
	font-weight: bold;
	border: none;
}
.content .panel-heading {
	padding-left: 0;
	padding-right: 0;
	line-height: 16px;
}
.content .panel-body {
	padding-left: 0;
	padding-right: 0;
	padding-top: 10px;
}

.content input.search-module {
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f2 75%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(75%,#f1f1f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f2 75%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f2 75%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f2 75%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f2 75%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f2',GradientType=0 ); /* IE6-9 */

	border-radius: none;
	border: 1px solid #ccc;
	border-right: none;
	*border-right: 1px solid #ccc;
    font-size: 12px;
    font-style: italic;
    padding: 4px 5px;
    position: relative;
    vertical-align: middle;
    width: 180px;
    *width: 185px
    z-index: 5;
}

.content .search-module-submit {
    background: url("../img/ico-input-arrow.png") no-repeat scroll right center transparent;
    border: medium none;
    color: #E8D49C;
    cursor: pointer;
    font-size: 11px;
    font-weight: normal;
    margin-left: -9px;
    padding: 11px 6px 11px 10px;
    *padding: 11px 8px 11px 18px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: auto;
    z-index: 100;
}

.content .date {
	color: #A7A9AB;
	font-size: 11px;
	line-height: 13px;
	margin: 3px 0;
}

.content .panel-body .date {
	margin-top: -5px;
}

.content .sidebar .date {
	margin-top: 3px;
}

.content p.more:after {
	content: "\003E";
	padding-left: 5px;
}

.content p.more a {
	text-decoration: underline;
}

.content div.more {
	margin: 10px -10px -10px;
}

.content div.more a {
	display: block;
	overflow: hidden;
	text-align: center;
	background: #E7E8E9;
	padding: 5px 0;
	text-decoration: none !important;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

.content .border-right {
	border-right: 1px solid #BBBAB6;
	padding-right: 20px;
	margin-right: 10px;
}

.content .paging {
	margin-top: 5px;
}

.content .paging .prev, .content .paging .next {
	width: 12px;
	height: 12px;
	background: url(../img/ico-arrow-prev.png) no-repeat center center;
	float: left;
}

.content .paging .next {
	background: url(../img/ico-arrow-next.png) no-repeat center center;
	float: right;
}

.content .toggle-header {
	clear: both;
	padding-top: 10px;
	cursor: pointer;
	position: relative;
}

.content .border-bottom {
	border-bottom: 3px solid #ddd;
	padding-bottom: 5px;
	overflow: hidden;
}

.content .border-top {
	border-top: 1px solid #ddd;
	padding-top: 10px;
	margin-top: 10px;
	overflow: hidden;
	clear: both;
}

.content .toggle-header.border-bottom {
	padding-bottom: 0;
	margin-bottom: 10px;
}

.toggle-body.comments + .border-top {
	border-top: none;
}

.content .border-bottom h2, .content .border-bottom h3 {
	margin-bottom: 0;
}

.content .indent {
	padding: 10px 0 10px 55px;
}

.content .indent .toggle-body, .content .indent .toggle-header, .content .indent h2.clear {
	margin-left: -25px;
}

.content .indent .toggle-header {
	color: #2E6FB7;
	font-size: 14px;
	padding-left: 25px;
	background: url(../img/ico-blue-expand.html) no-repeat 0 9px;
}

.content .indent .toggle-header.active {
	background: url(../img/ico-blue-collapse.html) no-repeat 0 8px;
}

.content .indent .all {
	font-weight: bold;
}

.content table {
	width: 100%;
	clear: both;
	margin-bottom: 20px;
	color: #4A4E54;
	font-size: 12px;
	border: 1px solid #ddd;
}

.content table th.one {
	width: 250px;
}

.content table th.five {
	width: 150px;
}

.content table th {
	background:#E6E7E6;
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #ddd;
}

.content table td {
	padding: 5px;
	border-bottom: 1px solid #ddd;
}

.content table tr.alt td {
	background:#F1F1F2;
}

.content table tr td img {
	margin-right: 10px;
}

.nav-stacked.accordion {
	border: 1px solid #ddd;
}

.nav-stacked.accordion ul {
	margin-left: 0;
}

.nav-stacked.accordion li {
	list-style-type: none;
	position: relative;
}

.nav-stacked.accordion li a {
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 10px;
	color: #333;
}

.nav-stacked.accordion > li:last-child a {
	border-bottom: none;
}

.nav-stacked.accordion li li a {
	padding-left: 30px;
}

.nav-stacked.accordion li li li a {
	padding-left: 60px;
}

.nav-stacked.accordion span {
	width: 16px;
	height: 16px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 11px;
	z-index: 500;
	display: block;
	background: url(../img/ico-arrow-expand.html) no-repeat center center;
}

.nav-stacked.accordion .active > span {
	background: url(../img/ico-arrow-collapse.html) no-repeat center center;
}

.span9.main h2:first-child {
	margin-top: 0;
}

.span9.main h4 + h2 {
	margin-top: 0;
}

#submit-comment-form {
	margin-top: 10px;
}

#submit-comment {
	margin-top: 10px;
	color: #fff;
	background: #989798;
	border: none;
	padding: 5px;
}

.login {
	margin-top: 30px;
}

.login .clear {
	margin-top: 10px;
}

.login .left.wide {
	width: 50%;
	margin-top: 10px;
}

.login .divider {
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
}

.login label {
	float: left;
	width: 35%;
	font-size: 13px;
	font-weight: bold;
}

.login label.remember-label {
	width: 80%;
	margin-left: 10px;
}

.login input[type='text'] {
	float: left;
	width: 60%;
	padding: 1px 5px;
	border: 2px solid #ddd;
	box-shadow: none;
}

.login input[type='checkbox'] {
	float: left;
}

.login label.upload-label {
	width: 25%;
}

.login input[type='file'] {
	overflow:hidden;
	width: 65%;
	font-size: 13px;
}

.login .right .btn {
	margin-left: 5px;
	text-transform: uppercase;
	border-radius: 0;
	background: #174F80;
	margin-bottom: 15px;
	font-size: 12px;
}

h4 .date {
	padding-left: 10px;
}

.content .main .border-top .span11 h4 {
	margin-top: 0;
}

.content.profile .sidebar {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #6D6E70;
}

.content.profile .sidebar .padding {
	padding-right: 7px;
}

.content.profile .sidebar a {
	color: #6D6E70;
}

.content.profile .sidebar img {
	margin: 7px 0;
}

.content.profile .sidebar h2 {
	font-weight: normal;
}

.content.profile .sidebar hr {
	border-width: 2px 0;
	border-color: #A7A9AB;
}

.content.profile .sidebar .after {
	margin-top: -10px;
}

.content.profile .sidebar .btn {
	margin-top: 8px;
	color: #fff;
	font-size: 12px;
	background: url(../img/ico-btn-profile.html) no-repeat top center;
	border: none;
	padding: 0;
	width: 56px;
	padding-top: 2px;
	height: 23px;
	font-weight: normal;
	text-shadow: none;
	box-shadow: none;
}

.content.profile .main h2 {
	background: #CCCCCB;
	text-align: center;
	padding: 10px 0;
	margin-top: 0;
	font-weight: normal;
	text-transform: uppercase;
}

.content.profile .main .head-wrapper {
	margin-bottom: 10px;
	padding-bottom: 1px;
	background: url(../img/bg-profile-arrow.html) no-repeat bottom center;
}

.content.profile a {
	color: #231F20;
	text-decoration: none;
}

.content.profile a:hover {
	text-decoration: underline;
}

.content.profile .panel-body {
	padding: 0 0 5px;
}

.content.profile .panel-body img {
	margin-top: 5px;
}

footer {
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 20px;
}

.content footer .container {
	background: #fff;
	padding: 10px;
	width: 920px;
}