body {
	background: #f8f8f8 url(images/bg_neu2.gif) top left repeat-x;
}
/* f8f8f8 e4ebee */

.uk-background-muted{background:none;}

body, input, textarea, table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #2f4248;
}




#html-body, h1, h2, h3, h4, h5 {
	/* default font */
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content-body {
	padding-top:20px;
}

#content-body h3{
	color:#690033;
	font-size: 18px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: -0.5em;
	padding-bottom: 0.25em;
}

#content-body h4{
	color:#690033;
	font-size: 18px;
	border-bottom: 1px dotted #ccc;
/*margin-bottom: -0.5em;*/
	margin-bottom:  1em;
	padding-bottom: 0.25em;
}

#masthead-logo img {
	/* image for masthead logo */
	/* width: 100px; */
margin-top: -20px;
width: 200px;
height: 76px;
text-indent: -9999px;
}


.uk-navbar-container:not(.uk-navbar-transparent) {
    background: none;
}


.uk-navbar-nav > li{margin:3px 0 0 0;}


.uk-navbar-nav > li > a {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color:#a7e5f9;

	margin: 0 0 0 1px;
	padding: 48px 10px 20px 10px;
}


			.uk-navbar-nav > li > a:hover,
			.uk-navbar-nav > li.uk-active > a {
				color: #fff;
				background: url(images/topnav_a_bg_neu.gif) top left repeat-x;
				
				margin: 0 0 0 1px;
				padding: 48px 10px 20px 10px;
			}


.uk-breadcrumb {
	margin-top:-10px;
}

.uk-breadcrumb {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.uk-breadcrumb a{
	color: #005f7d;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}


#maine{
	background:#f8f8f8;
}

#bgtitle {
		position: absolute;
		top: 115px;
		left: 5%;
		font-size: 80px;
		color: rgba(255, 255, 255, 0.2);
		z-index:0;
	}



















#edit-page {
	/* the edit page link that appears when page is editable */
	position: absolute;
	top: 10px;
	left: 10px
}

#offcanvas-toggle {
	/* the hamburger icon that toggles the mobile navigation */
	position: absolute;
	top: 90px;
	right: 15px; 
}

#offcanvas-nav .uk-search-input {
	/* the search box that appears in offcanvas nav */
	width: 100%;
}

img.uk-comment-avatar {
	/* avatar that appears in comments */
	width: 60px;
	height: 60px; 
}

@media only screen and (max-width: 959px) {
	/* custom adjustments for mobile layouts under 960px */
	#masthead {
		/* primary nav is not visible, so it needs some padding here */
		padding-bottom: 20px;
	}
}


/****************************************************************
 * Bodycopy text and images
 *
 * These styles are good to have on any ProcessWire site
 *
 */

.align_left {
	/* for images placed in rich text editor */ 
	float: left;
	margin: 0 1em 0.5em 0; 
	position: relative;
	top: 0.5em;
	max-width: 50%; 
}

.align_right {
	/* for images placed in rich text editor */ 
	float: right;
	margin: 0 0 0.5em 1em;
	max-width: 50%; 
}

.align_center {
	/* for images placed in rich text editor */ 
	display: block;
	margin: 1em auto; 
	position: relative;
	top: 0.5em;
}

figure {
	/* figure for image that has a caption */
	display: table;
	margin: 1em 0;
}

figure figcaption {
	/* display caption text below image contained to image width */
	display: table-caption;
	caption-side: bottom;
	font-size: 13px;
	line-height: 1.4em;
	margin-top: 5px;
	color: #777;
}

@media only screen and (max-width: 767px) {
	/* common PW mobile layout adjustments for widths under 768px */ 

	.align_left, .align_right, .align_center {
		/* display images in center rather than aligned */
		display: block;
		float: none; 
		margin: 1em auto;
		max-width: 100%; 
	}
	
	figure,
    figure figcaption {
		/* let figcaption display as wide as needed below image */
	    display: block;
	    text-align: center;
    }
}

footer {
	background:#28383d !important;
}