/* Padding below the footer and lighter body text */
    body {
      padding-bottom: 40px;
      color: #5a5a5a;
      font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    }
#footer{padding-top: 10px;}    
#footer h3{font-size: 16px;}
.divider {     
      border: 0;
      border-top: 1px solid #bbb;
      border-bottom: 1px solid #ffffff;
    }
    
 /* Headers */
h1,h2,h3,h4,h5,h6 {
    text-rendering: optimizeLegibility; /* optional - helps kerning in some browsers */
    font-weight: normal;
    color: #0000CC;
    font-family: "Palatino Linotype",Palatino,"Hoefler Text",Times,"Times New Roman",serif;
}
h1, h1 a {
    font-size: 26px;
    line-height: 30px;
}
h2 {
    font-size: 24px;
    line-height: 20px;
}
h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
h4 { 
    font-size: 16px;
    font-weight: bold;
}
h5 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}
h6 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
}

h1 a:link,h2 a:link,h3 a:link,h4 a:link,h5 a:link,h6 a:link  {text-decoration: none;color: #0000CC;}
.event-title{margin-bottom: 8px;}
.event-date{margin:8px auto;font-weight: bold;font-family: "Palatino Linotype",Palatino,"Hoefler Text",Times,"Times New Roman",serif;}
.event-text{clear: both;}

#galleries h3 {width: 250px;font-size: 14px;}
/* Paragraph Elements */
a:link {
    color: #39619e;
    text-decoration: underline;
}
a:active {
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a:visited {
    color: #39619e;
    text-decoration: underline;
}
.brand{line-height: 40px;}

/* Block Elements */
ul , ol{
    margin-left: 20px;
}
blockquote {
    display: block;
    background: #eee;
    background: rgba(0,0,0,.05);
    border-left: 4px solid;
    border-left-color: #ccc;
    border-left-color:  rgba(0,0,0,.1);
    padding: 10px;
    font-style: italic;
}
    blockquote p:last-child {
        margin-bottom: 0;
    }

#externalLinks {
    margin: 0px 12px 6px 0px;
}
#externalLinks ul {
    list-style-type:none;
    float:left;
    clear: both;
}
#externalLinks ul li {
    float:left;
    margin:6px 10px;
/*    height:62px;
    width:125px;*/
}
#externalLinks ul li a {
}    
#footer .copy{margin-top: 16px;color: #4a4a4a; font-size: 11px;float: right;clear: both;}
#footer .tagline{margin-top: 8px;color: #4a4a4a; font-size: 11px;float: right;clear: both;}
#footer .fb{margin: 8px 0;}

.sub #headerImg  {
    position:relative !important;
    width: 100%;
    margin:0 auto;
    padding: 0;
    height: 130px;
    overflow: hidden;
   background-image:url(../images/page-header3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}  
#content{max-width:960px;margin: 30px auto;}

.camera_thumbs_cont{background: none;}
.camera_prevThumbs{
visibility: visible; /* was : visibility: hidden; */
height: 78px;
top: 8px;
}

.camera_nextThumbs{
visibility: visible;
height: 78px;
top: 8px
}

.camera_thumb {
 height: 75px;
 width: 100px;
 }
 
/*
.border, #gallery_container{
    padding: 1px;
    background-color: #fff;
    border-style: solid;
    border-width:1px;
    border-color:#ddd;
    border-radius: 3px; 
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px; 
    box-shadow: 0 1px 3px rgba(0,0,0,0.20); 
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.20); 
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.20);
}*/
/*.thumbnail{ min-height:175px; height:175px; } */


.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-wrap {
    height: 150px;
    width: 250px; 
    display: block;    
    overflow: hidden;
   }

    /* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */
/* Special class on .container surrounding .navbar, used for positioning it into place. */
    .navbar-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 10;
      margin-top: 20px;
      margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
    }
    #header{
        border: 0;
        background-color: transparent;
        background-image:url(../images/header.png);
        background-repeat: repeat-x;
        border: solid 1px #6898E8;
    box-shadow: 0 2px 5px rgba(0,0,0,0.30); 
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.30); 
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.30);
    }
.logo{margin: 8px auto auto 10px;}
#mainNav {
	width: 350px;
        margin: 0 auto;
        z-index: 9999;
        height: 42px;
        background-image:url(../images/header-line.png);
        background-repeat: no-repeat;
        background-position: top center;
	font-size: 13px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	position: relative;
        z-index: 9999;
}
#mainNav ul {
	padding: 0;
	margin: 20px auto 0 auto;
	width: 300px;
	height: 40px;
}
#mainNav li {
        list-style-type: none; 
	display: inline;
	float: left;
}
#mainNav a {
	color: #fff;
	display: inline-block;
	width: 100px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	text-shadow: 1px 1px 0px #283744;
}
#mainNav li a {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#mainNav li:last-child a {
}
#mainNav a:hover, nav a:active {
    background-color:#3A64BE;
        border-top: solid 1px #6898E8;
        border-left: solid 1px #6898E8;
        border-right: solid 1px #6898E8;
        color: #fff;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        text-decoration: none;
}
#mainNav a#pull {
	display: none;
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 767px) {
    .navbar-wrapper{margin:0;}
    #header{
        background:none;
        background-color:#5582D5;
        border:0px;
        box-shadow: none; 
    -moz-box-shadow: none; 
    -webkit-box-shadow: none;
    }
    .sub #headerImg {background:none;}
    .logo{margin: 0;width:100%;float:left;}
	#mainNav { 
  		height: auto;
                width:100%;
  	}
  	#mainNav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	#mainNav li {
  		width: 30%;
  		float: left;
  		position: relative;
  	}
  	#mainNav li a {
	}
  	#mainNav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
        #mainNav a:hover, nav a:active {
        border: none;
        color: #eee;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        text-decoration: none;
}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	#mainNav {
                background:none;
		border-bottom: 0;
	}
	#mainNav ul {
		display: none;
		height: auto;
	}
	#mainNav a#pull {
		display: block;
		background-color: transparent;
		width: 100%;
		position: relative;
	}
	#mainNav a#pull:after {
		content:"";
		background: url('../images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		bottom: 0px;
	}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	#mainNav li {
		display: block;
		float: none;
		width: 100%;
	}
	#mainNav li a {
		border-bottom: 1px solid #576979;
	}
}