* {
	margin: 0;
	padding: 0;
}

html {
	font-family: Verdana;
	background-color: #e1e1e1;
}

.page {
    background-color: #ffffff;   
 	margin: 0 auto;
	max-width: 1024px;
}

.header {
	/* Reset stacking for image, lists floats & backgrounds */
    position: relative; 
	min-width: 100%;
	z-index: 1;
}

.header-title {
    padding-left: 20px;
	padding-bottom: 6px;
}

#header-logo {
	position: absolute; 
	top: 0px;
	z-index: -1; 
	text-align: right;
	width: 100%;
}

#img-logo {
	max-height: 100%;  
}

#img-menu {
	max-height: 75%;
	vertical-align: text-bottom;
}

h1 {
	border-left: 3px solid #080850;
	padding-left: 10px; 
	color: #080850; 
	font-family: Georgia, serif;
	font-size: 3.25em;
	font-weight: bold;
}

.navholder {
	 position: relative; 
}

#navbg {
	position: absolute;
    left: 0;
	top: 0;
	width: 100%;
	height: 35px;
	z-index:  -2; 
	background: #080850;
}

.navbar {
	font-size: 1.1em;
	font-family: Arial Black;
}

.navbar ul {
	list-style-type: none;
}

.navbar li {
	text-align: center;
    width: 19%; 
    width: 8em; 
	border-right: 1px solid white;
	background: #080850;
	float: left;
	line-height: 35px;
	vertical-align: middle;
}

.navbar li a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #FFFFFF;
	height: 35px;
}

.navbar li a:hover {
    background-color: #0d0d0d;
    box-shadow: 0 0 5px #719ECE;	
}

.content {
	clear: both;
	padding: 15px 20px;
	font-size: 1em;
	margin: auto;
}

.content h2 {
	border-left: 3px solid #080850;
	padding-left: 10px;
	margin-bottom: 15px;
	font-family: Georgia, serif;
	font-size: 1.25em;
	font-weight: 600;
}
.slides {
	margin-top: 30px;
}

.cycle-slideshow, .cycle-slideshow * { 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}

.cycle-slideshow { 
	width: 90%; 
	min-width: 200px; 
	margin: 5px auto; 
	padding: 0; 
	position: relative;
    background: url(/resources/img/spinner.gif) 50% 50% no-repeat;
}

.cycle-slideshow img { 
    /* 
    some of these styles will be set by the plugin (by default) but setting them here
    helps avoid flash-of-unstyled-content
    */
    position: absolute; top: 0; left: 0;
    width: 100%; padding: 0; display: block;
}

/* in case script does not load */
.cycle-slideshow img:first-child {
    position: static; z-index: 100;
}

.cycle-pager { 
	display: block; 
	text-align: center; 
	width: 100%; 
	z-index: 500; 
	position: absolute; 
	top: 10px; 
	overflow: hidden;
}

.cycle-pager span { 
    font-family: arial; 
	font-size: 50px; 
	width: 16px; 
	height: 16px; 
    display: inline-block; 
	color: #ddd; 
	cursor: pointer; 
}

.cycle-pager span.cycle-pager-active { 
	/* color: #D69746; */
	color: #080850;
}

.cycle-pager > * {
	cursor: pointer;
}


.services {
	padding-left: 25px; 
	padding-bottom: 10px;
}

.services li {
	margin: 20px;
}

p {
	margin: 10px 0px;
}

.contact {
	 float: left;
	 margin: 10px;
}

.contactForm {
	margin: 10px 25px;
}

.contactLine {
	margin: 10px 0px;
}

.contactForm span {
	display: inline-block;
	min-width: 6em;
	padding-bottom: 3px; 
}

.contactForm input {
	font-family: inherit;
	font-size: inherit;
	color: #080850;
	background-color: #f2f2f2;
	width: 18em;
	border: solid 1px #080850;
}

input:focus  {
    outline: none !important;
    border: 1px solid black;
    box-shadow: 0 0 5px #719ECE;
}

.contactMessage {
	max-width: 24.5em;
	min-width: 18em;
}

.contactMessage textarea {
	font-family: inherit;
	font-size: inherit;
	color: #080850;
	background-color: #f2f2f2;
	width: 100%;
	height: 10em;
	border: solid 1px #080850;
}

textarea:focus {
    outline: none !important;
    border: 1px solid black;
    box-shadow: 0 0 5px #719ECE;
}

.btn-contact {
    font-size: 100%;    
    color: #FFFFFF;
    float: right;
    width: 90px;
    background: #080850;
	border: none;
	padding: 2.5px;
	margin: 5px 0px;
}

.btn-contact:hover, .btn-contact:focus{
    background: #0d0d0d;
    cursor: pointer; 
    cursor: hand;
}

.btn-contact:disabled {
	background: #5C5858; 
	cursor: wait;
}

.footer {
	clear: both;
	border-top: 3px solid #080850;
	/* Fix for sizing */
	overflow: auto;
	width: 100%	
}

.savi {
	float: right;
	font-size: 0.75em;
	font-style: oblique;
	font-family: Helvetica, sans-serif;
	color: #080850;
	padding-right: 15px;
}

.pgwSlideshow {
	margin-top: 25px;
}

/* Message box */

#fuzz{ 
   position:absolute; 
   top:0; 
   left:0; 
   width:100%; 
   z-index:100; 
   background-color: #111;
   opacity: 0.93;
   display:none; 
   text-align:left; 
}

.msgbox { 
    position: absolute;  
    width: 300px; 
    height: 200px; 
    z-index: 200; 
    border: 4px solid #080850; 
    background: #FFFFFF; 
    text-align: center;
    top: 50%; 
    left: 50%; 
    margin-top: -100px; 
    margin-left: -150px; 
	
}

.msgbox-header {
    height: 40px;
    background: #FFFFFF;
}
  
.msgbox-close { 
    top: 0px; 
    float: right; 
}   

.msgbox img {
    border:none; 
    margin:5px;
}


.msgbox-text{ 
    padding: 10px 5px;
    background: #FFFFFF; 
    font-size: 1em;
}
  

/* Media queries */

@media screen and (min-width: 601px) {
	#shortNav {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	#nav {
		display: none;
	}
	
	#shortNav {
		margin-left: 5px;
		width: 50px;
		background-color: #080850;
		color: #FFFFFF;
		text-align: center;
		cursor: pointer;
		height: 35px;
		line-height: 35px;
	}
	
	#shortNav:hover {
		background-color: #0d0d0d;
		box-shadow: 0 0 5px #719ECE;
    }
	
	.navbar ul {
		width: 8em; 		
		/* Float pop-up nav over top of display */
		position: absolute;
		z-index:  100; 
	}
	
	.navbar li {
		margin-left: 10px;
		border-top: 2px solid white;
		width: 100%; 
	}
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    .cycle-slideshow { width: 200px;}
    .cycle-overlay { padding: 4px }
    .cycle-caption { bottom: 4px; right: 4px }
}
