* {
  padding: 0;
  margin: 0;
  outline: 0;
  }

body {
	font-size: 13px;
	font-family: Helvetica, Arial, "Trebuchet MS", sans-serif;
	line-height: 17px;
	color: #000;
	background-color: #000;
	background-image: url('/images/background.jpg');
	background-repeat: repeat-x;
	text-align: center;
}
body div * {text-align: left;}

h1 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.cl {
	font-size: 0;
	line-height: 0;
	height: 0px;
	clear: both;
}

/*
 * Header
 */
#header {
  width: 859px;
  padding: 0 30px 20px 22px;
  margin: 0 auto 0 auto;
  background-image: url('/images/bkg-body-top.png');
  background-repeat: no-repeat;
  background-position: bottom center;
}
#header img#logo {
	margin-top:10px;
	float:left;
	margin-bottom: 0px;
	padding-bottom: 3px;
}
#header img#tag-line {margin:55px 65px 0 0;float:right;}

/*
 * Navigation
 */
#navigation {
	float: right;
	margin-top: 25px
}
#navigation ul li {
  display: inline;
}
#navigation ul li a {
  font-family: "Lucida Grande", "Lucida Sans", Arial, "Trebuchet MS", sans-serif;
  font-size: 15px;
  padding: 7px 3px 0 3px;
  margin: 0 2px 0 2px;
  height: 22px;
  width: 75px;
  float: left;
  text-decoration: none;
  text-align: center;
  background-image: url('/images/nav-inactive.png');
  background-repeat: no-repeat;
  color: #000;
}

#navigation ul li.medium a {
  background-image: url('/images/nav-medium-inactive.png');
  width: 89px;
}
#navigation ul li.large a {
  background-image: url('/images/nav-large-inactive.png');
  width: 128px;
}
#navigation ul li a:hover , 
#navigation ul li.h1{
  background-image: url('/images/nav-active.png');
}
#navigation ul li.small a:hover , 
#navigation ul li.small.h1 a{
  background-image: url('/images/nav-active.png');
}
#navigation ul li.medium a:hover , 
#navigation ul li.medium.h1 a{
  background-image: url('/images/nav-medium-active.png');
}
#navigation ul li.large a:hover , 
#navigation ul li.large.h1 a{
  background-image: url('/images/nav-large-active.png');
}

/*
 * Content
 */
#content {
  width: 911px;
  background-color: #fff;
  background-image: url('/images/bkg-body.png');
  background-repeat: no-repeat;
  min-height: 613px;
  margin: 0 auto 0 auto;
}

/*
 * Main
 */
#content #main {
  float: left;
  width: 563px;
  margin: 0 0 0 31px;
}
#main {
  font-family: Georgia, Helvetica, Arial, "Trebuchet MS", sans-serif;
}
#main p {padding-top:1em;}
#main  h5 {
  text-align: center;
  font-size: 22px;
  padding-top: 1em;
}
#main p#mission-statement {
  font-style: italic;
  text-align: center;
}

/*
 * Sidebar
 */
#content #sidebar {
  float: right;
  width: 234px;
  margin: 0 41px 0 0;
}

#content #full {
  float: left;
  width: 797px;
  margin: 0 31px 5px 65px;
}
#sidebar  .email {
  font-size: 18px;
  font-family: Georgia, Helvetica, Arial, "Trebuchet MS", sans-serif;
  line-height: 25px;
  font-weight: normal;
  padding-bottom: 15px;
}
#sidebar    h4 {
  font-size: 22px;
  line-height: 33px;
  font-weight: normal;
}
#sidebar li {
  font-size: 16px;
  line-height: 33px;
}
#sidebar ul {
  margin: 0 0 30px 25px;
}

/*
 * Footer
 */
#footer {
  width: 881px;
  padding: 15px 15px 0 15px;
  background-color: #c2faf5;
  margin: 0 auto 0 auto;
}
#footer p {
  text-align: center;
  font-size: 12px;
  line-height: 18px;
}
#footer p.legal {
  font-size: 14px;
  font-weight: normal;
}
#footer-bottom {
  font-size: 1px;
  line-height: 0px;
  width: 911px;
  height: 13px;
  background-image: url('/images/bkg-footer-bottom.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  margin: 0 auto 20px auto;
}
