/*Tags*/
body {
  font-size:14px;
  color:#666;
  margin:0;
  padding:0;
  font-family: Verdana, Geneva, sans-serif;
  text-align:left;
}
div.content {
  width:888px;
  margin:auto;
}
h1 {
  letter-spacing:.5px;
  text-align:left;
  color:#666;
  font-weight:bold;
  font-size:1.3em;
  margin:1em 0;
  font-family: ‘Arial Black’, Gadget, sans-serif;
}
h2 {
  text-align:left;
  color:#333;
  font-size:1.3em;
  margin:0 0 .5em 0;
  font-family: ‘Arial Black’, Gadget, sans-serif;
  text-transform:uppercase;
}
h3{
  text-align:left;
  color:#11427E;
  font-size:1.0em;
  margin:0 0 .5em 0;
  font-family: ‘Arial Black’, Gadget, sans-serif;
  text-transform:uppercase;
}
p{
  margin:.7em 0 0;
}
a {
  color:#000;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}

strong {
  font-weight:bold;
}
/*Navigation*/
#navigation {
  padding-bottom:3px;
  background-color:#11427E;
  margin-bottom:2em;
}
#navigation ul{
  height:25px;
  list-style-type:none;
}
#navigation ul li {
  font-size: 1.1em;
  text-align:left;
  float:left;
  line-height:28px;
  margin:0 15px;
}

#navigation ul li a {
  font-family: ‘Arial Black’, Gadget, sans-serif;
  font-weight:bold;
  letter-spacing:1px;
  padding: 0 20px;
  color:#FFF;
}
#navigation ul li a:hover {
  background-color:inherit;
}

#navigation ul li.active {
  border-top:3px solid #11427E;
}

#navigation ul li.active, #navigation ul li.active a {
  background-color:#FFF;
  color:#11427E;
}

/*Laout*/
.half, .third {
  width:422px;
  margin-right:30px;
  float:left;
  padding-right:5px;
  border-right:1px dotted #CCC;
}

.third {
  width:270px;
}

.last {
  margin-right:0 !important;
  border:none;
  clear:right;
}

/*Forms*/
label {
  font-weight:bold;
}
form {
  margin-left:20px;
}
input.submit, a.button {
  background-color:#999;
  border:1px solid #666;
  color:#FFF;
  font-weight:bold;
  padding: 2px 10px 5px 10px;
}

/*Clearfix*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
	.clearfix {display:block;}
/* End hide from IE Mac */

/*News */
.news_item {
  border-bottom:1px dotted #CCC;
  padding-bottom:1em;
  margin-bottom:1em;
  font-size:1.1em;
  
}
.news_item h2{
  margin-bottom:0;
}

.news_item img {
  float:right;margin:0 0 1em 1em;
}

p.date {
  font-weight:bold;
  font-size:.8em;
  font-style:italic;
  margin:0 0 0;
}

/*Specifics*/
#address {
  text-align:right;
  font-size:.9em;
}
#logo {
  padding:0;
  margin:0;
  text-align:center;
}
#header {
  margin-top:2em;
}
#copy_layer {
  border-bottom:2px solid #11427E;
  padding-bottom:1em;
}
.copy {
  font-family: ‘Times New Roman’, Times, serif;
}
.copy img {
  float:right;
  margin:0 1em 3em 0;
}
.copy ul {
  margin-top:5px;
}
.copy li {
  list-style-type:circle;
  margin-left:20px;
  line-height:22px;
}
.pad-top {
  margin-top:20px;
}
.caption {
  margin-top:0;
  color:#999;
  font-size:.8em;
}

.no_hover a:hover {
  background-color:inherit;
}

/*Standardize row of images*/
img.wide {
  width: 250px;
}
img.medium {
  width: 175px;
}
img.small {
  width:135px;
}
.valign img.skinny {
  top:-15px;
  height:15px;
}
img.tall{
  height:60px; 
}

.valign {
  text-align:center;
  padding-top:5px;
  border-top:1px dotted #CCC;
  height:100px;
}
.valign img {
  margin-right:30px;
  top:0;
  position:relative;
}
