/* CSS Document */
html, body {
	height: 100%;
	}
	
body {
	
	background-color: #3e290f;
	background-image:url(images/grad3.gif);
	background-repeat: repeat-x;
	
	}
	
h1 {
	font-family: verdana;
	font-size: 18px;
	color: #cd1cf1;
	text-align: center;
	padding: 10px 0 0 0;
	}
	
h2 {
	font-family: Verdana;
	font-size: 14px;
	color: #5F1400;
	text-align: center;
	}
	
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#5F1400;
	}
	
p {
	font-family: Verdana, sans-serif;
	font-size:14px;
	padding: 1em 14.5em 1em 0;
	text-indent: 3em;
	}
	
p.direct {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left: 1em;
	margin-right: 1em;
	padding: 10px 2px 0 2px;
	text-indent:0;
	}
	
p.address {
	text-align: left;
	text-indent:0;
	
		}
	
table {	
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 2em 0 0 0;
	
}

th {
	padding: 1em 0 1em 0;
	font-size:14px;
	}
	
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	list-style-type:none;
	padding:10px 40px 5px 0;

	}
	
	
#container {
	position: relative;
	width: 800px;
	margin: 0px auto;
	min-height: 100%;
	height: auto;
	height: 100%;
	}
	
html>body #container {
	height: auto;
}
	
#header {
	width: 800px;
	padding: 0 0 48px 0;
	margin: 0px auto;
	}

dl#links dt {
  display:none;
  }
dl#links dd {
  padding:0; 
  margin:0 0 -1em 0;
  font-size:16px;
  }
a.xmenu, a.xmenu:visited {
  display:block; 
  width:10em; 
  height:3em; 
  background:#fff; 
  text-decoration:none; 
  text-align:center; 
  color:#000; 
  float:left;
  }
a.xmenu span, a.xmenu:visited span {
  display:block; 
  width:8em; 
  height:0.5em; 
  border-top:0.5em solid #fff; 
  border-left:1em solid #fff;  
  border-right:1em solid #fff; 
  border-bottom:0.5em solid #fff; 
  background:#4B3212; 
  overflow:hidden;
  }
* html a.xmenu span, * html a.xmenu:visited span {
  width:5em; 
  height:1.5em; 
  w\idth:3em; 
  he\ight:0.5em; 
  overflow:hidden;
  }
a.xmenu:hover {
  color:#cd1cf1;
  }
a.xmenu:hover span {
  background:#1c97f1;
  }
  
 

#leftcontent {
	background-color:#ffffff;
	position: relative;
	top: 0;
	right: 0;
	width: 43em;
	padding: 0 5em 2em 2em;
	border-top-color: #F6851F;
	border-top-style: double;
	
	
	}

#rightcolumn {
	background-color:#ffffff;
	position: absolute;
	top: 0;
	right: 0;
	width: 15em;
	height: 100%;
	padding: 0 0 0 .5em;

	border-left-color:#F6851F;
	border-left-style:double;
	
	}
	
#map {
	
	position: relative;
	top: 25px;
	left: 25px; 
	}
	
label {
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align: right;
	}
	
fieldset {
	position: relative;
	float: left;
	clear: both;
	width: 100%; 
	margin: 0 0 1.5em 0;
	padding: 0;
	border-style: none;
	border-top: 1px solid #BFBAB0;
	background-color: #edbff6;
	background-image: url(images/textfield-background.gif);
	background-repeat: repeat-x;
	}
	
legend {

	padding: 0;
	color: #00-000;
	font-weight: bold;
	}
	
legend span {
	position: absolute;
	left: 0.74em;
	top: 0;
	margin-top: 0.5em;
	font-size: 135%;
	}
	
fieldset ol {
	padding: 3.5em 12em 0 1em;
	list-style: none;
	}
	
fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: .80em;
	}
	
fieldset.submit {
	float: none;
	width: auto;
	border: none;
	padding-left: 22em;
	background-color: #FFFFFF;
	}
	
#footerimage {
	position: absolute;
	bottom:0;
	left:0;
	}
	
.footerlink a:link {
	text-decoration: none;
	color: #333333;
	font-size: 11px;
	
}

.footerlink a:visited {
	text-decoration: none;
	color: #333333;
	font-size: 11px;
	
}

.footerlink a:active {
	text-decoration: none;
}

.footerlink a:hover {
	text-decoration: none;
	color: #ff860e;
}

.footertext {
	font-size:10px;
	}
	
#footer {
	background-color: #ffffff;
	position: relative;
	bottom: 0;
	padding: 5px 0 10px 0;
	height: 35px;
	margin-top: 0em;
	text-align: center;
	border-top-style:double;
	border-top-color:#F6851F;
	}
	
