
html {
  height: 100%;
}

body {
  height: 100%;

  margin: 0;
  padding: 0;
  text-align: center;

  font: 400 0.8em verdana, arial, sans-serif;
  line-height: 170%;

  background: #FFF;
  color: #FFF;
}





h1 {   
  font: 700 3.5em "trebuchet ms", serif;
  color: #7694C6;
  text-transform: uppercase;
  padding: 0px;
}

h1.alt {
  font: 700 3.5em "trebuchet ms", serif;
  color: #56D971;
  text-transform: uppercase;
  margin-top: -25px;
  margin-left: 41px;
}

h1 {
  margin-top: 50px;
  margin-bottom: 0px;
  padding: 0px;
}

h2 {
  font: 500 2.0em "Forte MT", serif;
  color: #56D971;
  text-transform: lowercase;
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 0px;
}

h2.center {
 text-align: center;
 margin-left: auto;
 margin-right: auto;
}

#map {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	display: block;
	text-align: center;
	 z-index: 2;
}

*html #map {
	margin-top: 45px;
}

.iframe {
	border: 2px solid #7694C6;
}

#contact {
	clear: both;
	color: #C69476;
	margin-top: -25px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	position: absolute;
	width: 750px;
}

* html #contact {
	margin-top: 0px;
}

*:first-child+html #contact {
	margin-top: 0px;
}



#center {
 text-align: center;
 margin-left: auto;
 margin-right: auto;
}




a {
  color: #D6D445;
}

a:visited {
  text-decoration: none;
}

a:hover {
  color: #D65445;
}

img.floatLeft {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
}

#logoText {
  width: 340px;
  height: 200px;
  border: none;
  margin-left
  position: absolute;
  margin-left: 430px;
  margin-top: 10px;
}

#content {  
  height: 100%;
  min-height: 100%;
  text-align: left;
  padding-bottom: 0px;
  z-index: 1;
}

#content,
#width {
  width: 790px;  
  margin: 0 auto;
  }



#page {
  float: left;
  width: 100%;
  clear: both;
  padding-bottom: 4em;
  background: #FFF url(images/borders.gif) repeat-y center;
  padding: 0px;
  margin-top: -2px;
  clear: both;
}

* html #page {
  margin-top: -5px;
}

#contentBase {
  background: #FFF url(images/base.gif) bottom left;
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  color: #898989;
  padding-bottom: 60px;
  margin-bottom: 0px;
  clear: both;
}

#contentCap {
  background: #FFF url(images/cap.gif) no-repeat center;
  width: 100%;
  margin-top: 0px;
  height: 10px;
  margin-bottom: 0px;
  padding: 0px;
}


#footer {
  float: left;
  width: 100%;
  clear: both;
  
  margin-top: -3.8em;
  background: #B8B8B8 url(images/footer.jpg) repeat-x top left;
}


#footer #width {
  position: relative;
  z-index: 100;
  font-size: 0.85em;
  padding-top: 27px;
}


i {
font-style: italic;
}

 

/* -------- Alignment -------- */

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
 }

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}


/* -------- display  -------- */


.clear {
  clear: both;
}

.block {
  display: block;
}

.small {
  font-size: 0.8em;
}



.gradient {
  margin-bottom: 2em;
  background: #555 url(images/bg/gradient.jpg) repeat-x bottom left;
  border-top: 2px solid #D65445;
}


#content[id] {
  height: auto;
 /*  border: 1px solid #FF0000;*/ 
}


/* -------- links -------- */

a {
  color: #7694C6;
}

a:visited {
  text-decoration: none;
}

a:hover {
  color: #000000;
}

#footer a {
	font: 900 1.2em verdana, arial, sans-serif;
}