body {
	margin: 0px;
	background-color: #284c6f;
  font-family: Verdana;
}

img {
  border: 0px;
}

h3 {
  font-size: 11px;
  margin: 0;
  color: #B97436;
}

h2 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
  margin-top: 0px;
  width: 500px;
  height: 23px;
  padding-left: 25px;
  padding-top: 3px;
  background-image: url("images/titlebar.jpg");
  background-repeat: no-repeat;
}

h1 {
  color: #B97436;
}

a {
  text-decoration: none;
  color: #36678d; /* B97436 */
}

a:hover {
  color: #013;
}

div#body {
	background-color: #fff;
	font-size: 11px;
	padding: 20px;
	text-align: center;
}

div#header {
	width: 100%;
	height: 145px;
	background-image: url(images/top-gradient.gif);
	background-repeat: repeat-x;
	text-align: center;
}

div#fpusher {
  height: 240px;
  width: 0px;
}

div#fpusher_small {
  height: 140px;
  width: 0px;
}

* html div#fpusher {
  height: 70px;
}

div#footer {
	width: 100%;
	height: 144px;
	background-image: url(images/bottom-gradient.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 11px;
	color: #fff;
	position: relative;
	top: -10px;
}

div#footer_info {
  width: 360px;
  height: 100px;
  margin: auto;
  position: relative;
  top: 20px;
}

div#menu {
  height: 32px;
  background: #e6f1f9;
  padding: 0;
  margin: 0;
  text-align: center;
}

#nav, #nav ul { /* all lists */
  z-index: 1;
  font-size: 13px;
  font-family: Calibri, Myriad Pro;
	padding: 0;
	width: 560px;
	margin: auto;
	list-style: none;
	line-height: 1;
	text-align: left;
}

#nav a {
  text-decoration: none;
	display: block;
  color: #36678d;
}

#nav a:hover {
  color: #025;
}

#nav li { /* all list items */
	float: left;
	background-color: #e6f1f9;
	padding: 5px;
  margin-top: 5px;
}

#nav li ul li {
  margin: 0px;
  font-size: 12px;
}

#nav li ul { /* second-level lists */
  z-index: 1;
	position: absolute;
	background-color: #e6f1f9;
	width: 10em;
	margin-top: 5px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

div#floating_content {
  width: 500px;
  margin: auto;
  text-align: left;
}

img#logo {
	position: relative;
	top: 90px;
}

.navlist {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.navlist li {
  padding-left: 15px;
  background-image: url(images/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0.5em;
}

.intro_text {
  text-align: justify;
  margin-bottom: 50px;
}

.intro_image {
  z-index: 0;
  float: right;
  width: 230px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  top: 4px;
}

.intro_box {
  cursor: pointer;
  background: url(images/box.gif);
  width: 213px;
  height: 77px;
  float: left;
  margin: 5px;
  text-align: left;
  font-size: 11px;
  padding: 10px;
}

* html .intro_box {
  width: 233px;
  height: 97px;
}

.intro_box:hover {
  background: url(images/box-hover.gif);
}

.indent {
  width: 550px;
  height: 50px;
  padding-left: 10px;
}

.box_title {
  font-weight: bold;
  font-size: 12px;
  color: #B97436;
}

.footer_address {
  text-align: right;
  float: left;
}

.footer_tel {
  text-align: left;
  float: right;
}

.footer_email {
  text-align: center;
  position: relative;
  top: -10px;
  left: 75px;
}

.partner {
  padding: 10px;
  margin-bottom: 20px;
  border-bottom: 1px #ccc dashed;
  text-align: left;
}

.shadow {
  border-top: 2px #427ea6 solid;
  border-bottom: 2px #427ea6 solid;
  background-color: #e6f1f9;
  padding: 1px;
  padding-left: 10px;

}