﻿/* 
   North Huron Professional Style Sheet
   
   
   Author: Paul Adams
   Date:   Feburary 14, 2012

   Filename: nhpb_styles.css;
   Supporting Files: none
*/

@font-face
{
  font-family: 'NobileRegular';
   src: url('nobile-webfont.eot');
}
 
/* Body Styles */

.imgcenter
{
    display: block;
    margin: 0 auto;
    width: 800px;
    text-align: center;
}


body 
{
	background-color: white;
	font-family: NobileRegular, Verdana, Georgia, Sans-Serif;
	line-height: 1.4em;
}

/* Heading styles */

section h1
{
	background-color: rgb(125, 186, 270);
	color: white;	
	margin: auto;
	width: 800px;
	font-size: 1.7em;
	letter-spacing: 0.4em;
	line-height: 1.8em;
	text-indent: 1em;
	text-align: center;
}

h2
{
	background-color: rgb(125, 186, 270);
	color: white;
	color: rgba(255, 255, 255, 0.7);
	letter-spacing: 0.4em;
	line-height: 1.4em;
	text-indent: 1em;
	text-align: center;
}


/* Navigation list styles */

.navbar
{
  width: auto;
  height: 25px;
  font-family: Verdana;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  border: 1px solid #000;
  background: url(images/gradientBar_blue.gif) repeat-x;
}


.button a
{
  float: left;
  color: Black;
  width: 100px;
  height: 25px;
  color: Black;
  text-decoration: none;
  text-align: center;

}


.button a:hover
{
  float: left;
  color: Black;
  width: 100px;
  height: 25px;
  color: White;
  text-decoration: none;
  text-align: center;
  background: rgb(83, 142, 213);
  color: White;
  
}



/* Section styles */




/* Footer styles */

footer address
{
  background-color: rgb(173, 152, 69);
  color: White;
  color: rgba(255, 255, 255, 0.8);
  font-style: normal;
  font-variant: small-caps;
  font-size: 0.8em;
  line-height: 4em;
  font-family: 'Times New Roman', Times, Serif;
  text-align: center;
}
