/* BEGIN myfoo - standard CSS classes I use all the time */
html {
	overflow-y: scroll;
} /* Forces a scrollbar when the viewport is larger than the websites content - CSS3 */
.borderhelper {
	border: #CCC 1px solid;
}
a {
	outline: 0;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.centered {
	text-align: center;
}
.justified {
	text-align: justify;
}
.virticalmargin {
	margin: 15px auto;
}
.nomargin {
	margin: 0;
}
.bottommargin {
	margin-bottom: 15px;
}
.myline {
	height: 2px;
	width: 95%;
	background-color: #eee;
	clear: both;
	margin: 20px auto 20px auto;
}
.nopad {
	padding: 0;
}
.mypad {
	padding: 15px;
}
.mymargin {
	margin: 15px;
}
.sidemargin {
	margin: 0 15px;
}
.verticalpad {
	padding-top: 15px;
	padding-bottom: 15px;
}
.verticlemargin {
	margin-top: 15px;
	margin-bottom: 15px;
}
.smpad {
	padding: 3px;
}
.rounded5 {
	border-radius: 5px;
}
.rounded7 {
	border-radius: 7px;
}
.rounded10 {
	border-radius: 10px;
}
.rounded15 {
	border-radius: 15px;
}
.rightrounded10 {
	border-radius: 0 10px 10px 0;
}
.leftrounded10 {
	border-radius: 10px 0 0 10px;
}
.myshadow {
	box-shadow: 0 0 6px black;
	-webkit-box-shadow: 0 0 6px black;
}
img {
	width: 100%
}
.imgholder, .imgl, .imgr {
	border: #069 1px solid;
	border-radius: 4px;
	padding: 4px;
}
.glass {
	background-image: url(/img/trans-wht-40.png);
}
.smokeglass {
	background-image: url(/img/trans-ltblue-40.png);
}
/* END myfoo - standard CSS classes I use all the time */
/* ===== BEGIN Mobile Nav Switch CSS ====== */
.hideover768 {
}
.hideunder768 {
}
@media (min-width: 768px) {
.hideover768 {
	display: none;
}
.navbar {
	border-radius: 0;
}
}
@media (max-width: 768px) {
.hideunder768 {
	display: none;
}
}
@media (max-width: 992px) {
.carousel-caption {
	display: none;
}
}
/* ===== END Mobile Nav Hide switch CSS ====== */
/*======== nav flux =========== */
@media (min-width: 980px) {
.dropdown-menu .sub-menu {
	left: 100%;
	position: absolute;
	top: 0;
	visibility: hidden;
	margin-top: -1px;
}
.dropdown-menu li:hover .sub-menu {
	visibility: visible;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
	margin-top: 0;
}
.navbar .sub-menu:before {
	border-bottom: 7px solid transparent;
	border-left: none;
	border-right: 7px solid rgba(0, 0, 0, 0.2);
	border-top: 7px solid transparent;
	left: -7px;
	top: 10px;
}
.navbar .sub-menu:after {
	border-top: 6px solid transparent;
	border-left: none;
	border-right: 6px solid #fff;
	border-bottom: 6px solid transparent;
	left: 10px;
	top: 11px;
	left: -6px;
}
}
.navbar-nav > li > .dropdown-menu {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	/* Netscape */
	-moz-opacity: 0.90;
	/* Safari 1.x */
	-khtml-opacity: 0.90;
	/* Good browsers */
	opacity: 0.90;
}
/*====== end nav flux =========== */

/*====== Carousel Fade =========== */
.carousel.fade {
	opacity: 1;
}
.carousel.fade .item {
	-moz-transition: opacity ease-in-out 1.0s;
	-o-transition: opacity ease-in-out 1.0s;
	-webkit-transition: opacity ease-in-out 1.0s;
	transition: opacity ease-in-out 1.0s;
	left: 0 !important;
	opacity: 0;
	top: -1px;
	position: absolute;
	width: 100%;
	display: block !important;
	z-index: 1;
}
.carousel.fade .item:first-child {
	top: auto;
	position: relative;
}
.carousel.fade .item.active {
	opacity: 1;
	-moz-transition: opacity ease-in-out 1.0s;
	-o-transition: opacity ease-in-out 1.0s;
	-webkit-transition: opacity ease-in-out 1.0s;
	transition: opacity ease-in-out 1.0s;
	z-index: 2;
}
/*====== End Carousel Fade =========== */
/*====== Begin css overides =========== */

body {
	max-width:1920px;
	font-size: 170%;
	color: #222;
	margin:0 auto;
	background-color:#fff;
}


.row {
	margin:0;
	background-color:#FFF;
}
a.logo:link, a.logo:visited, a.logo:hover, a.logo:focus, a.logo2:link, a.logo2:visited, a.logo2:hover, a.logo2:focus {
	text-decoration: none;
	color: #fc3;
}
.blue {
	background-color: #005D91;
}
.dark {
	background-color: #222;
}
.navbar-brand {
	margin: 0 0 0 20px;
}
.navbar-inverse .navbar-nav > li > a {
	color: #EEE;
	font-size: 15px;
}
.navbar-inverse .navbar-brand {
	color: #EEE;
	font-size: 15px;
}
.info a:link, .info a:visited {
	text-decoration: none;
	color: #eee;
}
.info a:hover, .info a:focus {
	color: #fc3;
}
.footer {
	color: #CCC;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 25px;
	letter-spacing: 1px;
}
.navbar {
	margin-bottom: 0;
}
.btn-info {
	text-shadow: 1px 1px 2px black, 0 2px black, 0 0 2px black;
}
.carousel-caption {
	text-shadow: 1px 1px 2px black, 0 2px black, 0 0 4px black;
	background-image: url(/img/trans-ltblue-60.png);
	border-radius: 15px;
	padding: 1px;
	padding-bottom: 10px;
	display: none;
}
h1 {
	font-size: 40px;
	margin-left: 15px;
}
h2 {
	font-size: 25px;
	margin-left: 15px;
}
h3 {
	font-size: 20px;	
	margin-left: 15px;
}
 @media (max-width: 768px) {
h1 {
	font-size: 25px;
}
h2 {
	font-size: 20px;
}
}
.logo {
	background-color: #005d91;
	margin-top: 45px;
	margin-left: 13px;
	color: #fc3;
	font-size: 46px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px black, 0 0 1px black, 0 0 1px black;
}
.logo2 {
	background-color: #005d91;
	color: #fc3;
	margin-left: 15px;
	font-size: 25px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px black, 0 0 1px black, 0 0 1px black;
}
.logo3 {
	background-color: #005d91;
	color: #eee;
	margin-left: 32px;
	font-size: 25px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px black, 0 0 1px black, 0 0 1px black;
}
@media (max-width: 768px) {
.logo {
	text-align: center;
	font-size: 44px;
}
.logo2 {
	text-align: center;
}
.logo3 {
	text-align: center;
}
}
.info {
	color: #FC3;
}
.suppic {
	width:100%;
	margin: 10px;
	max-width: 400px;
}
a.trans:link img {
	max-width: 95%;
	margin: 20px;
	border-radius: 10px;
	transition: all .2s ease-in-out;
	border: #222 1px solid;
}
a.trans:hover img {
	box-shadow: 0 0 6px #666;
	-webkit-box-shadow: 0 0 4px black;
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.dropdown-menu > li > a {
	font-size: 16px;
}
@media (max-width: 768px) {
.dropdown-menu > li > a {
	font-size: 24px;
}
}
.btn {
	font-size: 20px;
}
.carousel-indicators {
	display: none;
}
.footer a:link, .footer a:visited {
	color: #eee;
	text-decoration: none;
}
.footer a:hover, .footer a:focus {
	color: #FC3;
	text-decoration: none;
}
.error {
	border-color: #b92c28;
}
.errorMessage, .errorSummary {
	color: #b92c28;
}
.input-group img {
	max-width: 200px;
}
.input-group {
	margin-bottom: 5px;
}
.view {
	margin: 15px;
	height: 375px;
}
@media (min-width: 480px) and (max-width: 1200px) {
.view {
	height: auto;
}
}
.dropdown-menu li {
	background-color: #fff;
}
.dropdown-header {
	color: #000;
	font-weight: bold;
	margin: 1px;
	text-align: center;
}
.dropdown-header {
	color: #3278b3;
	display: block;
	font-size: 18px;
	line-height: 1.42857;
	padding: 3px 20px;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:link, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:active {
	color: #000;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #3278b3;
}
.dropdown-menu .divider {
	background-color: #444;
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
}
@media (max-width: 768px) {
.dropdown-menu .divider {
	display: none;
}
}
.pager {
	margin: 20px 20px;
	font-size: 25px;
	clear: both;
}
ul.yiiPager {
	font-size: 25px;
	line-height: 100%;
	padding: 5px;
}
.form-control {
	font-size: 20px;
	height: 50px;
}
.btn {
	background-color: hsl(212, 75%, 73%) !important;
	background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8f1fb", endColorstr="#86b6ed");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#e8f1fb), to(#86b6ed));
	background-image: -moz-linear-gradient(top, #e8f1fb, #86b6ed);
	background-image: -ms-linear-gradient(top, #e8f1fb, #86b6ed);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8f1fb), color-stop(100%, #86b6ed));
	background-image: -webkit-linear-gradient(top, #e8f1fb, #86b6ed);
	background-image: -o-linear-gradient(top, #e8f1fb, #86b6ed);
	background-image: linear-gradient(#e8f1fb, #86b6ed);
	border-color: #86b6ed #86b6ed hsl(212, 75%, 67.5%);
	color: #333 !important;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.36);
	-webkit-font-smoothing: antialiased;
}
.weusebanner {
	width: 100%;
	max-width: 545px;
	height: auto; 
}
.FB-like {
	max-width:200px;
	margin-bottom:3px;
	margin-right:10px;
	text-align:center;
}
.FB-likediv {
	float:right;
	text-align:center;
}
@media (max-width: 768px) {
.FB-like {	
	float:none !important;
	margin: auto;
	margin-right:0px;
	text-align:center;
	max-width:145px;
}
.FB-likediv {
	float:none;
}
}


