/* general styles */
form {
  margin:0;
  padding:0;
}

a img {
  border:none;
}


.clear {
  clear:both;
  width:100%;
  height:0;
}




h1 {
  margin:0 0 8px;
  padding:0;
  font-size:1.8em;
  font-weight:bold;
  clear:both;
}

h2 {
  margin:0 0 0.2em;
  padding:0;
  font-size:1.1em;
  font-weight:bold;
}

h3, h4 {
  margin:0;
  padding:0;
  font-size:1em;
  font-weight:bold;
}

p {
  font-size:1em;
  margin:0 0 1em 0;
  padding:0;
}

.bold {
  font-weight:bold;
}

.pageNav {
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
}

.pageNav div {
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
}

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

.pageNav .next {
  text-align:right;
}


/* form elements */
.textBox.error {
  background-color:#ECD48C;
  background-image:none;
  border:1px solid #000000;
}

.formSpecial {
  display:none;
}



/* base structure */

#outer {
  position:relative;
  width:684px;
  padding:0;
  margin:0 auto;
}


/* content */
#main {
  position:relative;
  padding:3em 0 2em 20px;
}

#leftColumn {
  position:relative;
  float:left;
  width:320px;
  line-height:1.7em;
}

#rightColumn {
  float:right;
  width:280px;
}



/* contact info */
#contactInfo {
  position:absolute;
  top:184px;
  left:0;
  width:100%;
  height:2.4em;
  line-height:2.4em;
  background:#C8D2D9;
  text-align:right;
}

#contactInfo div {
  padding:0 10px;
}


/* header */
#header {
  background:#00386e;
  height:184px;
  margin-bottom:5em;
}


/* menu */

#menu {
  position:absolute;
  top:184px;
  margin-top:2.4em;
  padding:1px 0 0;
  font-weight:normal;
  text-align:center;
  list-style-type:none;
}

#menu li {
  float:left;
  margin-right:3px;
  font-size:1.2em;
}

#menu .item {
  display:block;
  background:#00386e url(/images/menu_corner_l.png) no-repeat bottom left;
  color:#ffffff;
}

#menu .text {
  display:block;
  min-width:50px;
  height:1.8em;
  line-height:1.8em;
  padding:0 10px;
  background:url(/images/menu_corner_r.png) no-repeat bottom right;
}

#menu .item:link, #menu .item:visited,
#menu .item:hover, #menu .item:active {
  color:#ffffff;
  text-decoration:none;
}


/* subnav */

#subNav {
  margin:2em 0 0;
  padding:0;
  list-style-type:none;
}

#subNav li {
  float:left;
  margin:0 3em 1em 0;
  padding:0;
  white-space:nowrap;
}


/* footer */

#footer {
  height:50px;
  padding:0;
  border-top:10px solid #C8D2D9;
  margin:0;
  background:#00386E;
}



/* slideshow */

.slideshow {
	margin-top:1em;
	position:relative;
	width:280px;
	height:187px;
	float:right;
	background-color:#FFFFFF;
}

.slideshow .slide {
  position:absolute;
  top:0px;
  left:0px;
}

.slideshow .captions {
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:30px;
  background:url(/images/black50p.png);
  z-index:10;
}

.slideshow .caption {
  display:block;
  position:absolute;
  top:0;
  left:280px;
  width:260px;
  padding:0 10px;
  line-height:30px;
  color:#ffffff;
  font-size:1.1em;
}



/* misc */

#errorColumn {
  position:relative;
  min-height:36em;
  padding:2em 3%;
  background:#ffffff;
  z-index:10;
}

#map {
  position:relative;
  width:100%;
  height:400px;
  background:#E5E3DF;
}


.hiddenField {
	display:none;
}
