body {
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:1.5em;
	background-color: #fff;
	overflow-x: hidden;
	line-height: 1.5;
}
a {
	color: #069;
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
	outline: none;
	text-decoration: none;
}
a.darklinks {
	color: #FFF;
	font-size:12px;
	cursor: pointer;
	margin:0 10px;
	text-decoration: none;
 -moz-transition: all .2s;
 -o-transition: all .2s;
 -webkit-transition: all .2s;
 transition: all .2s;
}
a.darklinks:hover {
	color: #ddd;
	outline: none;
	text-decoration: none;
	border-bottom:1px dashed #ddd;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	color: #888;
	margin-bottom: 15px;
	margin-top: 0;
}
h1, h2, h3 {
	color:#039;
}
h1.pageheader {
	/*background:#ebebeb;
	padding:10px;
	
	-webkit-box-shadow: 0px 10px 15px -10px rgba(0,0,0,0.9);
-moz-box-shadow: 0px 10px 15px -10px rgba(0,0,0,0.9);
box-shadow: 0px 10px 15px -10px rgba(0,0,0,0.9);*/
border-bottom:1px solid #ddd;
	margin: 0 0 20px 0;
}
h3.homeslide {
	font-size:18px;
	color:#036;
}
p {
	margin-bottom: 20px;
}
p:last-child {
	margin-bottom: 0;
}
ul, ol {
	margin-bottom: 20px;
	color:#333;
}
ul.panelbullets, ol.panelbullets {
	margin: 0;
	padding:0;
	list-style:none;
}
ul.panelbullets, ol.panelbullets li {
	margin-bottom:10px;
	border-bottom:1px dashed #ccc;
	text-align:justify;
}
blockquote {
	padding-top: 0;
	padding-bottom: 0;
	border-color: #036;
}
blockquote small {
	color: inherit;
}
pre {
	background-color: rgba(255, 255, 255, .5);
	border-color: rgba(0, 0, 0, .1);
	margin-bottom: 20px;
}
.text-highlight {
	color: #069;
}
.logo, .title {
	margin: 10px 0;
}
.hr-sidepanel {
	height:5px;
	border-top:1px solid #eee;
	margin:10px 0;
}
.menubar {
	display:inline-block;
	position:relative;
	width:100%;
	background:#ddd;
	margin:10px 0 0 0;
}
/*	Section
	==================================================*/
.section {
	padding: 0 0 50px 0;
}
.active-section {
	top: 20px;
}
.navbar.active-section {
	top: 0 !important;
}
/*	Header
	==================================================*/
#header {
	background-color: #003366;
	border-bottom:1px solid #eee;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .05);
}
/*	Navbar
	==================================================*/
.navbar-inverse .navbar-brand {
	padding: 5px 0 5px 0;
	color: inherit;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: #000;
}
.navbar-inverse {
	background-color: rgba(255, 255, 255, 1);
	border: none;
}
.navbar-right button {
	margin: 23px 0;
}
.navbar-nav>li>a {
	padding: 60px 0 0 0;
	margin: 0 15px;
}
.navbar-inverse .navbar-nav>li>a {
	color: #ebebeb;
	text-transform: uppercase;
	font-size: 14px;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0);
	color: #FC0;
}
.header-button {
	margin-left: 15px;
}
/* Common
======================================================*/
.breadcrumbs {
	padding:0 0 30px 0;
}
.panel {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.panel-default {
	border-color: #ecf0f1;
}
.panel-default:last-child {
	margin-bottom: 25px;
}
.panel-default>.panel-heading {
	background: #ecf0f1;
	border:1px solid #69F;
	color: inherit;
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
	border-top:none;
}
.topmenubar {
	background-color:#cc3300;
	height:40px;
	padding:5px 0;
}
/* search-form */

.search-form {
	float:right;
	border:1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background:#fafafa;
	width:203px;
	margin:0;
}
.search-form input[type="text"] {
	float:left;
	background:#fafafa;
	border:0;
	width:156px;
	padding:6px 8px;
	color:#444;
	font-size:12px;
	line-height:15px;
	outline:none;
	margin:0;
	-webkit-border-radius: 0 !important;
}
.search-form input[type="submit"] {
	float:right;
	background:url(../images/magnify-glass-hover.png) no-repeat;
	width:36px;
	height:28px;
	overflow:hidden;
	text-indent:-9999px;
	margin:0;
	padding:0;
	font-size:0;
	line-height:0;
	border:0;
	outline:none;
	cursor:pointer;
	-webkit-border-radius: 0 !important;
}
.search-form input[type="submit"]:hover {
	cursor:pointer;
	background:url(../images/magnify-glass-hover.png) no-repeat;
}
::-webkit-input-placeholder { /* Edge */
 color: #777;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #777;
}

::placeholder {
 color: #777;
}
#common {
	/*background: url('../images/bg-1.jpg') center center no-repeat; */
	color:#333;
	min-height:550px;
}
.commonoutercontainer {
	background:rgba(255, 255, 255, 0.9);
	padding:0 15px 0 15px;
}
.alignleft {
	float:left;
	margin:5px 10px 5px 0;
}
.alignright {
	float:right;
	margin: 5px 0 5px 10px;
}
#common .lead {
	color: #ddd;
}
#common p {
	color:#555;
}
#common img {
	max-width:100%;
	border:1px solid #CCC;
	height:auto;
}
.imgmargleft10 {
	margin-left:10px;
}
.imgmargright10 {
	margin-right:10px;
}
#common .home_banner img {
	border:1px solid #ccc;
}
.grayborder {
	border: 1px solid #ddd;
}
.grayborder td.graycell {
	border: 1px solid #ddd;
}
#common img.noborder {
	border:none;
}
.panelpeople {
	margin: 0 0 20px 0;
	height:250px;
}
.panelpeople .imgbox {
	min-width:150px;
	min-height:150px;
	background:#ebebeb;
	padding:5px;
	border:1px solid #ddd;
	-webkit-box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.9);
	box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.9);
	margin: 0 0 10px 0;
}
.panelpeople .fac.imgbox {
	min-width:120px;
	min-height:120px;
}
.pagebanner {
	background:#ebebeb;
	padding:5px;
	border:1px solid #bbb;
	-webkit-box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.9);
	box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.9);
	margin: 0 0 30px 0;
	overflow:hidden;
}
.noborder img {
	border:none !important;
}
.announcements {
	background-color:#eee;
	border:2px double #036;
	margin-bottom:10px;
	padding:10px;
	line-height:1.3;
}
#sidepanel {
	margin:0;
	padding:10px 20px;
	background: #eee;
	border:2px solid #ccc;
	border-left:none;
	border-right:none;
}
.attentionpanel {
	margin:0;
	padding:10px 20px;
	background: #eee;
	border:1px dashed #39F;
}
/*	Footer
	==================================================*/ 
#footer {
	width:100%;
	background: #111;
	font-size:12px;
	color: #ddd;
	text-align: left;
	padding:10px 0;
	border-top:5px solid #036;
}
#footer .text-left {
	text-align:left;
}
#footer .text-right {
	text-align:right;
}


/*	Responsive
	==================================================*/ 

@media (max-width: 991px) {
 #image img.img-responsive {
 margin-left: auto;
 margin-right: auto;
}
 .faq-block {
 margin: 0 60px;
}
 .navbar-nav>li>a {
 margin: 0 7px;
}
}
@media (max-width: 767px) {
 .navbar-fixed-top {
 position:relative;
}
 .navbar-header {
 width:100%;
 text-align:center;
 clear:both;
 margin:0;
 padding:0;
}
.navbar-header img {
 float:left;
 max-width:90%;
}
 #footer .text-left {
 text-align: center;
 font-size:11px;
}
#footer .text-right {
 text-align:center;
 font-size:11px;
}
}
@media (max-width: 490px) {
 .container {
 max-width: 430px;
 padding-left: 30px;
 padding-right: 30px;
}
.navbar-header {
 width:100%;
 text-align:center;
 clear:both;
 margin:0;
}
.navbar-header, .navbar-header img {
 float:left;
 max-width:100%;
 margin:0;
 padding:0;
}
.section {
 padding: 20px 0 50px 0;
}
.logo, .title {
	padding:10px 0;
	margin:0;
}
.logo img {
	max-width:60px;
}
.title img {
	max-width:100%;
}
.panelpeople {
	margin: 0 0 50px 0;
	overflow:auto;
	height:auto;
}
.panelpeople .imgbox {
	min-width:auto;
	min-height:auto;
	text-align:center;
}
 #footer .text-left {
 text-align: center;
 font-size:11px;
}
#footer .text-right {
 text-align:center;
 font-size:11px;
}

}
