html, body {
	height: 100%;
}
body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 22px;
  color: #1f4e81;
  margin: 0px;
  background: #d7dde8;
  font-size: 12pt;
  text-shadow: none;
}
h1,h2,h3{ margin:0px; }

hr {
	margin: 5px 0px;
	border-bottom: none;
	border-top: 1px dotted #1f4e81;
}

p {
display: block;
-webkit-margin-before: 0px;
-webkit-margin-after: 0px;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

h1 {
  color: #1f4e81;
  font-size: 24px;
  text-shadow: none;
  line-height: 30px;
  border-bottom: #3A447A dotted 1px;
  margin-bottom: 10px;
}

h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
}
a {
  color: #4692db;
  text-decoration: none;
}
a:hover {
  color: #4692db;
}

#logo_background, #navigation_background, #feature_background, #content_background, #footer_background{
  width: 100%;
}

#logo, #navigation, #feature, #content, #footer{
  /*width: 997px;*/
  width: 1010px;
  margin: 0px auto;
}

#logo_background{ background: url('?ft=img/logo_bg.jpg') repeat-x; }
#navigation_background{
	background: url('?ft=img/navigation_bg.jpg') repeat-x;
	padding-bottom: 25px;
}

.navbar .nav>li>a {
	float: none;
	padding: 10px 30px 10px;
	color: #1f4e81;
	text-decoration: none;
	text-shadow: none;
	font-weight: bold;
        font-size:10pt;
}
.navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
	text-decoration: none;
	background-color: #eee;
}
.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
	text-decoration: none;
	background-color: #ddd;
	box-shadow: none;
}
.navbar .nav {
	margin: 0px;
}
.navbar-inner {
	min-height: 40px;
	padding-right: 25px;
	padding-left: 25px;
	background: #fff;
	background-repeat: repeat-x;
	border: none;
	border-radius: 4px;
	-webkit-box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.26);
	box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.26);
}

#content_background{ background: #d6dce8; }



#logo{ height: 50px; }
#logo img{ margin: 9px 0px 8px 0px; }

#navigation{ height: 70px; }

#feature{
  padding: 40px 0px;
  color: #1f4e81;
  font-family: Georgia, "Times New Roman", Times, serif;
}
#feature img{ margin-right: 30px; }

#content{ padding: 10px 0px 25px; color: #1f4e81; font-family: Tahoma, Geneva, sans-serif;}
#content div { display: inline-block; vertical-align: top;}
#content #main{ width: 575px; padding-right: 25px;  }
#content #main p{ margin-bottom: 15px; }
#content #right {
	width: 392px;
}
#content #right hr {
	border-top: 1px dotted #fff;
}
#sidebar {
	background: #B2BFD0;
	padding: 15px;
	border: double 4px #fff;
    margin-top: 25px;
}
.widget #admin-messages > li {
    padding-bottom: 0px;
}
.buttonViewAll {
  text-align: right;
  font-size: 13px;
}
.buttonViewAll a {
    color: #1f4e81;
}
#searchBox_inner {
	float: right;
	padding-bottom: 5px;
}
#content_container {
	width: 997px;
}
#content_container-right {
	float: right;
	width: 374px;
}
#content_container-left {
	float: left;
	width: 590px;
    padding-right: 33px;
}
#right h3 {
	padding-top: 0px;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -155px;
	position: relative;
	width: 100%;
}
#footer_background{
	background: #49678D;
	height: 155px;
	position: relative;
}
.push{
	height: 155px;
}
#footer {
    padding: 20px 0px 0px;
}
.push {
	clear: both;
}

.navbar{
  float: left;
  margin-top: 15px;
  margin-bottom: 13px;
  /*width: 997px;*/
  width: 1010px;
}


#loginButtons {
	float: right;
	padding-left: 14px;
}
#searchWeb {
	text-align: right;
	float: right;
}
input.search-query  {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: #1f4e81 1px solid;
	padding: 10px 8px;
	font-style: italic;
	width: 241px;
}
.btn-qsc {
	background: #1f4e81;
	color: #fff;
	text-shadow: none;
	padding: 8px 20px;
	font-size: 15px;
	font-family: arial;
}

.btn-qsc:hover, .btn-qsc:focus, .btn-qsc:active, .btn-qsc.active, .btn-qsc.disabled, .btn-qsc[disabled] {
	color: #fff;
	background-color: #4F7297;
}
.btn-qsc:hover, .btn-qsc:focus {
	color: #fff;
}
.footer-navContainer {
	width: 997px;
	margin: 0 auto;
	text-align: center;
}
.footer-nav {
	list-style: none;
	color: #fff;
	margin: 0px;
}
.footer-nav li {
    display: inline;
}
.footer-nav  li a{
	color: #fff;
}
.footer-nav  li span{
	padding: 0px 10px;
}
.footer-nav li:last-child span {
	display: none;
}
.gotoTop {
	position: fixed;
	bottom: 6px;
    right: 8%;
    z-index: 10;
}
.gotoTop a {
	background: #1f4e81;
    padding: 10px 10px 10px;
    color: #fff;
    border: 1px solid #fff;
}
.gotoTop  a:hover {
	text-decoration: none;
}
.caret.caret-reversed {
    border-top-width: 0;
    border-bottom: 4px solid #fff;
	margin: 9px 4px 0px 0px;
}

.form-actions {
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	border-top: 0px;
}
label{
	font-weight: bold;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	padding: 8px 5px;
	border: #49678D 1px solid;
}
.login-forgot {
    margin-bottom: 10px;
}
.description {
    padding: 7px;
}

/* ------------ staff list --------------- */
.stafflist {
	padding-top: 20px;
}

.stafflist_name_details {
	font-weight: bold;
}
.stafflist img {
	margin-right: 10px;
  /*
	border: 3px solid #1f4e81 !important;
	border-radius: 5px;
  */
	padding: 3px
}

/* ------ news list ----------- */

#admin-messages {
	margin: 0px;
	padding-top: 15px;
}

#admin-messages div.search-result {
    padding-bottom: 20px;
}

#admin-messages div.meta > i.icon-user {
	margin-left: 15px;
}

#admin-messages div.search-result > h2 {
	font-size: 15px;
}

/* -- news list in side bar */
#sidebar .widget ul li div.entry {
  max-height: 160px;
  padding-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}

#content div.alert-error {
  display: block;
}

#content div.form-error {
    display: inline-block;
    color: red;
}

#content div.input-error-class input,
#content div.input-error-class textarea {
   background-color: rgb(242, 222, 222);
}


@media (max-width: 767px) {
	body {
		padding-right: 0px;
		padding-left: 0px;
	}
}

#qcs-latest-photos .thumbnail-container {
  width: 90px;
  height: 130px;
  margin-bottom: 10px;
  vertical-align: middle;
  text-align: center;
  position: relative;
}

#qcs-latest-photos .thumbnail-container img {
  max-width: 90px;
  max-height: 130px;
  margin: auto;
  display: inline;
}

#content .contributor-list {
  display: block;
}

#content .contributor-list td {
  padding-right: 5em;
}

#content .contributor-list td:last-child {
  padding-right: 0;
}

#content .contributor-list td a {
  font-size: 13pt;
}

#content .contributor-info div {
  position: relative;
}

#content .contributor-info .contributor-box {
  margin-top: 3em;
}

#content .contributor-info .contributor-box .portrait {
  max-width: 180px;
  height: auto;
  width: auto;
}

#content .contributor-info .contributor-box .portrait img {
  max-width: 170px;
  max-height: 170px;
  width: auto;
  height: auto;
}

#content .contributor-info .contributor-box .gallery-link  {
  margin-top: 2em;
  display: block;
}

#content .contributor-info .contributor-box .gallery-link a {
  font-size: 13pt;
}

#content .contributor-info .contributor-box .user-info {
  padding-left: 3em;
  font-size: 13pt;
}

#content .contributor-info .contributor-box .user-info .profile {
  font-size: 13pt;
}

.thumbnail-delete.icon-trash {
  cursor: pointer;
}

.edit-comment-images .thumbnail-container {
  text-align: left;
  }

.edit-comment-images img.thumbnail {
  max-width: 160px;
  max-height: 130px;
}

#comment-files-uploaded div.uploaded-file-result textarea.upload-caption {
  max-width: 23em;
  height: auto;
  width: 23em;
}


#content div.comments-container {
  width: 100%;
  position: relative;
}


#comment_list {
  width: 100%;
}


#content div {
  position: relative;
}

