@import url(https://fonts.googleapis.com/css?family=Open+Sans);

html, body {
	margin: 0px;
	height: 100%;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #000000;
	line-height: 18px;
	background-color: #fff;
}
@media (max-width: 991px) {
	.cream-bg {
		background: #F8F8F8;
	}
}

a:link, a:visited {
	color: #004B97;
	text-decoration: underline;
}

a:hover, a:active {
	color: #004B97;
	text-decoration: none;
}

.logo img {
	margin: 25px auto;
}

.green-bar {
	background: #000080;
	border-bottom: 1px solid #000;
}
.black-bar {
	background: #000;
	height: 20px;
}
.black-bar-bot {
	margin-bottom: 35px;
}
.black-bar-top {
	margin-top: 35px;
}

.login-links {
	text-align: right;
	color: #fff;
	padding: 5px;
}
.login-links a {
	color: #fff;
}
.login-links a:hover {
	text-decoration: none;
}
@media(max-width:991px){
	.login-links {
		text-align: center;
		margin: 15px 0;
	}
}

.top-banner {
	height: 44px;
	background: url(../grfx/top_boxes.png) repeat-x top center;
}

.home-space {
	margin: 25px 0;
}

.contact-img {
	float: right;
}
@media(max-width:991px){
	.contact-img {
		float: none;
		margin: 20px auto;
	}
}

.header-inner {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	height: 180px;
}

.homeMap {
	background: #fff;
	padding: 15px;
	border: 1px solid #ccc;
}
.homeMap > div {
	border: 1px solid #ccc;
}
@media (max-width: 991px) {
	.homeMap {
		margin-top: 25px;
		margin-bottom: 30px;
	}
}

.loginLinBreak::after {
	content: ' ';
	white-space: normal;
}
.loginExtraClass {
    text-align:right;
	display: inline;
}

/*********************************/
/*** Navigation ****/
/*********************************/

.navbg {
	
}
.navbar {
	position: relative;
	background-color: transparent;
	font-size: 18px;
	border: none;
	margin-bottom: 0;
}

@media (min-width: 992px) {
	/* center nav */
	.navbar .navbar-nav {
		display: inline-block;
		float: none;
	}

	.navbar .navbar-collapse {
		text-align: center;
	}
	/* end center nav */
	.navbar .container-fluid, .navbar-collapse {
		padding: 0;
	}
	.navbar-header {
		display: none;
	}
	.navbar, .navbg {
		min-height: 36px;
	}
	.nav > li {
		padding: 0 10px;
		background: url(../grfx/menu-divider.png) right center no-repeat !important;
	}
	/* Color of main nav text */
	.nav > li > a {
		padding: 8px 5px;
		text-decoration: none;
		color: #000 !important;
		font-weight: normal;
	}
	.nav > li:first-child,  .nav > li:first-child > a {
		padding-left: 0;
	}
	.nav > li:last-child,  .nav > li:last-child > a {
		background: transparent !important;
		padding-right: 0;
	}
	/* Color of main nav on hover, along with the hover color of the bar that appears below text */
	.nav > li:hover > a {
	color: #004B97 !important;
	}
	/* Color of drop down menu text */
	.nav li ul li a {
		color: #747678;
	}
	/* Color of drop down menu text hover */
	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
		color: #000 !important;
	}
	/* Color of drop down background */
	.nav li ul {
		background: #f5f7f8;
	}
	/* Border around drop down menu */
	.nav li:hover ul {
		border: 1px solid #d9dddf;
	}
	/* Color of border on bottom of drop down nav text */
	.nav li ul li {
		border-bottom: 1px solid #d9dddf;
	}
	.nav > li:last-child > a {
		background: transparent !important;
	}
	.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
		border-color: #fff;
	}
	
	.open > .dropdown-menu {
		display: none;
	}
	
	/* Dropdowns */
	.dropdown-menu {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	
	.nav li ul {
		display: none;
		z-index: 99;
		margin: 0px;
		padding: 10px 20px 10px 20px;
		background: #f5f7f8;
	}
	
	.nav li:hover ul {
		position: absolute;
		display: block;
		list-style-type: none;
	}
	
	.nav li ul li {
		font-size: 13px;
		margin: 0px;
		padding: 0px;
		width: 160px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-ms-transition: all 0.3s;
		transition: all 0.3s;
		border-bottom: 1px solid #d9dddf;
	}
	.nav li ul li:last-child {
		border-bottom: none;
	}
	
	.nav li ul li a {
		color: #747678;
		padding: 10px 0px 10px 0px;
		margin: 0px;
		display: block;
		text-decoration: none;
	}
	
	.nav li ul li:hover a {
		color: #0044AA;
	}
	.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
		background: none;
	}	
}

@media (max-width: 991px) {
	a.navbar-brand {
		color: #000 !important;
		text-shadow: none;
		text-decoration: none;
	}
	/* Color for main nav links on small responsive
	   Color of Background rollover
	*/
	.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #000;
		text-decoration: none;
		font-weight: normal;
	}
	/* Color of caret on responsive */
	.nav li.dropdown>.dropdown-toggle .caret, .navbar .nav li.dropdown>a:hover .caret, .nav li.dropdown>a:focus .caret {
		border-top-color: #000;
		border-bottom-color: #000;
	}
	/* Color of nav text when you hover AND background hover */
	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #000;
		background: #f2f2f2;		
	}
	.navbar-header {
		display: block;
	}
	
	.navbg	{
		background: none;
	}
}

/*********************************/
/*** Social Media ****/
/*********************************/

.socialicons {
	text-align: center;
}

.social-network {
	display: inline-block;
	width: 31px;
	height: 29px;
	background-position: 0 0;
	cursor: pointer;
	border: 0px !important;
}

.social-network.facebook, .social-network.twitter, .social-network.google {
	background-position: 0 0;
}

.social-network.twitter:hover, .active .social-network.twitter, .social-network.facebook:hover, .active .social-network.facebook, .social-network.google:hover, .active .social-network.google {
	background-position: 0 -29px;
}

/* facebook */
.social-network.facebook {
	background: url(../grfx/icons_social_facebook.jpg) no-repeat top left;
}

/* twitter */
.social-network.twitter {
	background: url(../grfx/icons_social_twitter.jpg) no-repeat top left;
}

/* google */
.social-network.google {
	background: url(../grfx/icons_social_google.jpg) no-repeat top left;
}

/*********************************/
/*** Footer ****/
/*********************************/
.footer-connect {
	margin-bottom: 10px;
	font-size: 18px;
	text-align: center;
}

.copyright {
	font-size: 12px;
	color: #fff;
	text-align: center;
}

.copyright a:link, .copyright a:visited {
	text-decoration: none;
	color: #fff;
}

.copyright a:hover, .copyright a:active {
	color: #fff;
	text-decoration: underline;
}

.green-footer {
	background: #000080;
	color: #fff;
	padding: 16px 0;
	font-size: 16px;
}

.black-footer {
	background: #000;
	padding: 15px 0;
}

.footerMap {
	background: #fff;
	padding: 15px;
}
.footerMap > div {
	border: 1px solid #ccc;
}
@media (max-width: 991px) {
	.green-footer .col-md-4 {
		margin-bottom: 15px;
	}
	.green-footer .col-md-4.lastFooterColumn {
		margin-bottom: 0;
	}
}

/*********************************/
/*** Central Styles ****/
/*********************************/

.title {
	font-size: 32px;
	line-height: 32px;
	font-weight: normal;
	color: #000080;
	letter-spacing: 1px;
	padding-bottom: 20px;
	padding-top: 10px;
}

.title2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFD9B3;
	text-shadow: 0 1px 0 #000;
	text-align: center;
	background-color: #660000;
	background-image: url(../grfx/bg_box.jpg);
	background-repeat: repeat-x;
}

.boldtext {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000080;
	font-weight: normal;
}

.boldtext2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #B10117;
	font-weight: normal;
}

.colortext {
	color: #000080;
}

.organizerrow {
	padding: 4px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000080;
}

.organizerlight {
	background-color: #E5E5E5;
}

.dirviewrow {
	background-color: #000080;
}

.dirviewtitle, .calendarhead {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	background-color: #000080;
}

/*********************************/
/*** Home Page Boxes ****/
/*********************************/

.homeboxcontent {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.2, #FEFAE7),
		color-stop(1, #FFFFFF)
	);
	background-image: -o-linear-gradient(bottom, #FEFAE7 20%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #FEFAE7 20%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #FEFAE7 20%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #FEFAE7 20%, #FFFFFF 100%);
	background-image: linear-gradient(to bottom, #FEFAE7 20%, #FFFFFF 100%);
}

.homebox {
	border: 1px solid #660000;
}

.home-boxes-fluid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/*********************************/
/*** Accordion Boxes ****/
/*********************************/
.accordion .calendarhead {
	background: #000080;
	font-size: 16px;
	font-weight: normal;
}

.accordion a:link.calendarhead, .accordion a:active.calendarhead  {
	color: #fff;
	text-decoration: none;
}
.accordion-section-title.active, .accordion-section-title:hover {
	background: #000 !important;
}

.accordion-section-content {
	background-color: #EDEAE4;
}

/*********************************/
/*** Call to Action Form ****/
/*********************************/

.cta-header {
	font-size: 24px;
	margin-bottom: 15px;
}
.cta-wrapper label {
	font-weight: normal;
	margin: 5px 0 7px;
	font-size: 18px;
}
.cta-wrapper input[type="text"], .cta-wrapper input[type="password"], .cta-wrapper textarea {
	border-radius: 0;
	background: #fff;
}
.cta-wrapper #submit {
	margin-top: 7px;
}
@media (max-width: 991px) {
    .mnw-sidebar {
        margin-top: 30px;
    }
}

/*********************************/
/*** Special Snowflake Clayton Styles ****/
/*********************************/
.day strong, .dirviewtitle strong, .calendarhead th, .calendarhead strong {
	font-weight: normal;
}