﻿@charset "utf-8";
/* defaults */
body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: 100%;
  background-color: #9FB6C4;
  color: #2c2d2e;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
/* this goofiness is for old browsers and IE nonsense */
#pagewrapper {
	/*position: relative; */
	background-image: url(/images/hillNew.jpg);
	background-repeat: repeat-x;
	margin: 0 auto 0 auto;
	min-height: 100%;
  width: 930px;
	height: 1000px;
	/*height: auto;*/
}
#wrapper {
	position: relative;
  width: 70%;
	min-height: 100%;
	height: 100%;
	height: auto;
}
#content {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 220px;
	padding-left: 0px;
}
html>body #wrapper {
	height: auto;
}
/* Heading */
#hd {
	height: 130px;
	overflow: hidden;
	width: 100%;
}
#hd h3 {
	position: relative;
	float: left;
	padding-top: .4em;
	padding-right: 0.6em;
}
#hd span {
	position: absolute;
	left: -9999px;
}
#hd h1 {
	font-size: xx-large;
	font-weight: bolder;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: .4em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#hd h2 {
	font-size: large;
	font-weight: bold;
}
/* Navigation */
#nav {
	height: 42px;
}
#nav ul {
	font-size: 100%;
	text-align: center;
	list-style-type: none;
	margin-top: 14px;
}
#nav li {
	display: inline;
}
#nav li a:link, #nav li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	margin-right: 120px;
	margin-left: -60px;
}
#nav li a:hover, #nav li active, #nav li a:focus {
	color: #000000;
}
/* Body */
#bd {
	width: 800px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.column {
	float: left;
	width: 370px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}

h2.glass {
	height: 53px;
	width: 368px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height: 46px;
	text-align: center;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(/images/heading.jpg);
	background-repeat: no-repeat;
	background-position: 0%;
}
#raDesc {
	width: 760px;
	margin-top: 100px;
}

.contentList ul
{
	font-size: 100%;
	text-align: left;
	list-style-type: none;
}
.contentList li {
	margin-bottom: 10px;
	margin-left: 40px;
}
.contentList li a:link, .contentList li a:visited {
	color: #000099;
}
.contentList li a:hover, .contentList li activate, .contentList li a:focus {
	color: #319BCB;
}
/* Clear float before footer */
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
/* footer and warning if javascript is turned off */
#footer p {
	text-align: center;
	font-size: 70%;
}

#javascriptwarning {
	margin-top: 10px;
	color: #D5604A;
}

/* If javascript is turned off this will format display */
#contentDesc {
	margin-top: 140px;
	width: 800px;
}
#contentDesc h1 {
	color: #000099;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%;
}
.lbAction {
	display:none;
}

