@charset "utf-8";
body {
	background-color: #993906;
	text-align: center;
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/stripe.gif);
	background-repeat: repeat-x;
	background-position: 0px 51px;
	background-attachment: scroll;
}
html {
	height: 101%;
}
#container{
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #BBB5B0;
	
}
#nav {
    position:relative;
	height: 25px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #605044;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #937A68;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.8em;
	padding-bottom:15px;
	background-color: #BBB5B0;
}
a {
	color: #993905;
}
a:hover {
	color: #0000FF;
}

a:visited {
	color: #993905;
}


#banner {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height:206px;
}
#main {
    position:relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #BBB5B0;
	position: relative;
	top:0px;
}
.content {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.third {
	float: left;
	width: 250px;
}
.half {
	float: left;
	width: 375px;
}
/*tooltip style*/

 a.tooltip1 span {
  display: none;
  }
 
 a.tooltip1:hover {
  background-color: #FFFFFF;
  }
/* The above hover change defeats the
  IE/Win display changing bug */
 

  
a.tooltip1 {position: relative;}
 a.tooltip1:hover span {
	position: absolute;
	top: -35px;
	left:-458px;
	display: block;
	border: 1px solid #C8AD76;
	background-color: #FFFFFF;
	width: 360px;
	font-size: 11px;
	color: #000000;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	text-decoration: none;
	z-index: 10;
  }

