@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	height: 100%;
	background-color: #f1f1f1;
}

#container-top, #container-bottom {
  width: 836px;
  height: 29px;
  margin: 0 auto;
  background: url(images/new_top_bar_bg.png) no-repeat center;
}

#container-bottom {
  background: url(images/new_bot_bar_bg.png) no-repeat center;
}

#container {
  margin: 0 auto;
  width: 836px;
  background: url(images/new_main_bg.png) repeat-y center;
}

#content-area {
  margin: 0 auto;
  width: 800px;
}

#bottom-content {
 padding: 15px 0;
}

a {
  color: #3245a6;
  text-decoration: underline;
}

a img, img a {
  border: none;
}

 
h1, h2, ul, li, h3, form {
  margin: 0;
  padding: 0;
}


h1, h3{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 5px;
}

h3 {
  line-height: normal;
}

.underline {
  text-decoration: underline;
}

.date {
  font-style: italic;
}

#header {
  height: 95px;
  border-bottom: solid 2px #333333;
}

#footer {
  width: 800px;
  margin: 0 auto;
  clear: both;
  text-align: center;
}

/* Nav Styles */

#nav-menu {
  width: 800px;
  height: 35px;
  font-size: 18px;
  line-height: 30px;
}

#nav-menu a {
  text-decoration: none;
  color: #000000;
}

#nav-menu li.active a {
  color: #ffffff;
}

#nav-menu li {
  width: 130px;
  height: 35px;
  background-repeat: no-repeat;
  text-align: center;
  list-style: none;
  display: inline;
  float: left;
  margin-right: 2px;
}

#nav-menu li:hover {
  background-image: url(images/nav/nav_hover_bg.png);
}

li.active  {
  color: #ffffff;
  background-image: url(images/nav/nav_active_bg.png);
}

#nav-menu li.active:hover {
  background-image: url(images/nav/nav_active_bg.png);
}

/* 3 Home Option Syles */
#three-home-options {
  background: url(images/new_3_home_option_header_bg.jpg) no-repeat top;
  height: 280px;
  border-bottom: solid #000000 2px;
}

/* General Styles */

.center {
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.right {
  float: right;	
}

.left {
  float: left;
}
