html { 
  font-size: 100%; /* ie hack */
  height: 100%;
}
body {
  background-color: #4A245E;
  color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
  padding: 0;
  margin: 0;
  text-align: left;
  height: 100%;
}
a {
  color: #FDB300;
  text-decoration: none;
}
a:visited {
  color: #FDB300;
  text-decoration: none;
}
a:hover, a:visited:hover {
  color: #FDB300;
  border-bottom: 1px solid #FDB300;
}
img {
	display: block;
	border: none;
}
p, li, td, tr, dd {
  font-size: 1.2em;
}
li li {
  font-size: 1em;
}
li p {
  font-size: 1em;
}
h1, h2 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 2.2em;
  color: #FDB300;
}
h3, h4, h5, h6 {
  color: #FDB300;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.8em;
  font-weight: normal;
  margin-top: 1.5em;
  margin-bottom: .5em;
}
h4, h5, h6 {
  font-size: 1.4em;
  margin-top: 1.1em;
  margin-bottom: .3em;
}
li h4 {
  font-size: 1.1em;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
#page {
  width: 100%;
  position: relative;
  min-height: 100%;
}
* html #page {
  height: 100%;
}
#header {
  width: 100%;
}
#topbar {
  background-color: #FDB300;
  width: 100%;
  height: 36px;
}
#topheader {
  width: 960px;
  margin: 0 auto;
  height: 36px;
}
#logo {
  position: absolute;
}
#topnav {
  list-style: none;
  margin: 0 0 0 279px;
  height: 36px;
  padding-left: 1em;
  white-space: nowrap;
}
#topnav li {
  display: block;
  float: left;
  margin: 0;
  font-size: 1.2em;
  padding: 0.75em 0.6em;
}
#topnav li a {
  color: white;
  text-decoration: none;
}
#topnav li a:hover {
  border-bottom: 1px solid white;
}
#topnav li.current {
  background: #FDB300 url("/images/menu_triangle.gif") no-repeat top center;
}
#main {
  width: 660px;
  margin: 40px auto 0 auto;
  padding: 1em 150px 205px 150px;
}
#submain {
  width: 880px;
  margin: 60px auto 0 auto;
  padding: 0 40px 205px 40px; 
}
#submain #main {
	width: auto;
	margin: 0;
	padding: 0 0 0 320px;
}

#submain img.margin {
  float: left;
  margin-left: -100px;
  margin-top: 0;
}
#subnav {
	float: left;
	width: 180px;
  list-style: none;
  margin: 0;
  /*padding: 1em 0 0 0;*/
	padding-left: 0;
  white-space: nowrap;
}
#subnav li {
  display: block;
  margin: 0;
  font-size: 1.2em;
  padding: 0.75em 0.6em;
  border-bottom: 1px solid #361A44;
  border-right: 3px solid #3A1C4A;
	background: #401F52;
}
#subnav li a {
	background: url("/images/sub-bullet.png") no-repeat center left;
	padding-left: 22px;
  color: white;
}
#subnav li:hover {
	background: none;	
  border-right: none;
}
#subnav li a:hover {
  color: white;
  border-bottom: none;
}
#subnav li.current {
	background: none;
	border-right: none;
  border-top: 1px solid #361A44;
}
#subnav li.current a {
	color: #FDB300;
}
#subnav li.current a:hover {
	color: #FDB300;
	border-bottom: none;
	text-decoration: none;
}

#ban {
  width: 100%;
  height: 150px;
  display: block;
	overflow: hidden;  
  margin-bottom: 4px;
}
#banner {
  width: 130%;
  height: 150px;
  list-style: none;
  display: block;
  margin: 0;
	padding: 0;
}
#banner li {
  display: inline;
  height: 150px;
	float: left;
  margin: 0;
  padding: 0 4px 0 0;
}
#h1 {
  background: transparent url("/images/h1_bg.png") repeat-x top left;
  width: 100%;
  height: 71px;
  position: absolute;
  top: 153px;
  left: 0;
}
#h1 h1 {
  font-family: "Rotis Semi Serif", "Lucida Bright", "Candara", "Georgia", serif;
  color: white;
  font-size: 2.5em;
  font-style: italic;
  font-weight: normal;
  display: block;
  width: 920px;
  margin: 0 auto;
  padding: 18px 0 0 40px;
}
img.margin {
  float: left;
  margin-left: -100px;
  margin-top: 2em;
}
#main ul li {
  list-style: none;
  background: transparent url("/images/bullet.gif") no-repeat 0 6px;
  padding-left: 28px;
}
#main ul {
  padding-left: 0;
  line-height: 2;
}
#footer {
  width: 100%;
  position: relative;
  margin-top: -195px;
  height: 195px;
  background: #4A245E url("/images/town.jpg") repeat-x top left;
}
#contactflag {
  position: absolute;
  left: 146px;
  bottom: 44px;
  color: #B3A5BA;
  height: 100px;
  border-left: 2px solid #9E6827;
  padding-left: 6px;
  line-height: 1.3;
}
#footer a, #footer a:visited {
  color: #9E6827;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
  border-bottom: none;
}