﻿/* Page Elements */
body{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  line-height:1.125em; /* 16×1.125=18 */
  color: #0054A6;
}

a, a:link, a:active, a:visited{
  color: #0054A6;
}

h1, h2, h3, h4{
  font-family: Georgia, "Times New Roman", Times, serif;
}

h1{
  font-size: 1.5em;
  line-height: 1.5em;
}

h2{
  font-size: 1.3em;
  line-height: 1.3em;
}

h3{
  font-size: 1.1em;
  color: #DE1010;
}

h4{
	color: #0054A6;
	font-size: 1em;
}

p{
  font-size: .925em;
  font-weight: normal;
}

ul li{
  font-size: .925em;
  padding-bottom: 10px;
}

address{
  font-size: .925em;
}

/* Content Holders */
#container{
  margin: 0 auto;
  width: 800px;
}

#header{
	text-align: center;
}

#blue-border{
	margin: 5px;
	border: solid 5px #0054A6;
	padding: 5px;
	width: 790px;
}

#main-content{
  padding: 10px 5px;
}

/* Navigation */
#nav{
  text-align: center;
  font-size: 12px;
  z-index: 100;
}

#nav a, #nav a:link, #nav a:active, #nav a:visited{
	background-color: #0054A6;
	color: white;
	text-decoration: none;
	padding: 10px;
}

#nav a.active, #nav a.active:link, #nav a.active:active, #nav a.active:visited{
	background-color: #DE1010;
	color: white;
	text-decoration: none;
	padding: 10px;
}

div.secondary-nav-shadow1 {
  width: 200px;
  float: left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 0 0 0 10px !important;
  margin: 0 0 0 5px;
  }
  
div.secondary-nav-shadow2 {
  background: none !important;
  background: url(images/shadow2.gif) no-repeat left top;
  padding: 0 !important;
  padding: 0 6px 6px 0;
  }

#secondary-nav {
  color: #777;
  background-color: #fff;
  font: italic 1em georgia, serif;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px !important;
  margin: 0;
  padding: 5px;
  }

.sidebar-title {
  margin: 0;
  padding: 0 0 10px 0;
}

#secondary-nav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#secondary-nav ul li{
  font-size: .925em;
  font-style: normal;
}

#secondary-nav .active{
  color: #0054A6;
  font-weight: bold;
}

#secondary-page {
  width: 540px;
  float: right;
}

/* Drop Shadow */
.img-shadow {
  float:right;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 

/* Misc */
h1.title, h3.subtitle, h2.slogan{
  padding: 0;
  margin: 0;
}

h3.subtitle{
  font-weight: normal;
  font-size: .875 em;
  margin-bottom: 5px;
}

h1 .big-red{
  font-size: 2em;
  line-height: 1.5em;
  color: #DE1010;
}

.small-text{
  font-size: .8em;
  }
  
.event-title{
  padding: 0;
  margin: 0;
}
  
.event-date{
  font-style: italic;
  font-size: .875em;
  padding-top: 0;
  margin-top: 0;
}

.event-link{
  font-size: .875em;
  padding-top: 0;
  margin-top: 0;
}

.photo-gallery{
  text-align: center;
  padding-left: 20px;
  }
  
.photo-gallery .img-shadow {
  float: left;
  }