/* CSS Document */
body { 
	background-color: #000;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
h1 {margin-top:0; padding-top: 0; font-size:190%; color:#ae3535; background-color:transparent;}
h2 {margin:0; padding-top: 0; font-size:160%;} 
p {margin-top:0; }
#wrapper {
	width: 752px;
	margin-right: auto;
	margin-left: auto;
	}
#head {
	background: url(header.gif) no-repeat top left;
	height: 101px;
	width: 752px;
}
#home {
	float:right;
	margin: 30px 20px 0 0;
	font-weight:bold;
	font-size:110%;
	
}
#home a {color:#fff; background-color:transparent; text-decoration:none; padding-right:15px;}
#home a:link, #home a:visited { background: url(arrow-white.gif) no-repeat top right; }
#home a:hover  { background: url(arrow-yellow.gif) no-repeat top right; color:#ff0; }

/* NAVIGATION MESS */
#navbar {
	width: 100%;
	}
#navmenu {
	float: left;
	width: 741px;
	list-style: none;
	margin: 0; padding: 0;
	background-color: #000;
	color: #fff;
	border: 2px solid #ae3535;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.1em;
	padding-left: 7px;

}	
#navmenu a { 
	text-decoration: none;
	color: #fff;
	}
#navmenu li a:hover { color:#ff0; }
#navmenu li .active { color:#ff0; }
#navmenu li {
	float: left;
	display: block;
	text-align: center;
	position: relative;
	padding: 3px 16px;
	z-index:10;
}
#navmenu li ul {
	padding:0;
  display: none;
  position: absolute; 
  top: 32px;
  left: 0;
  }

#navmenu li:hover ul, #navmenu li.over ul { 
	display: block;
	position:absolute;
	background-color: #000;
	color: #fff;

	font-weight:normal;
	padding-left:0;
	margin-left:0;
	border-right: 2px solid #ae3535;
	border-left: 2px solid #ae3535;
	border-bottom: 2px solid #ae3535;
	white-space:nowrap;
	 }	
#navmenu li ul li {
	width:100%;
		text-align:left;
}	
#navmenu li ul li a {
	display:block;
}
.active {
	color:#ff0;
	font-weight:bold;
}
/* CONTENT */
#content {
	clear: both;
	width: 748px;
	background-color: #fff;
	color: #000;
	border-right: 2px solid #ae3535;
	border-left: 2px solid #ae3535;
	margin: 0; padding: 0;
}
#content div {
	padding: 4px 7px 2px 5px;
}
#address { color:#000; background-color:#fff; font-size:10px;
	border-right: 2px solid #ae3535;
	border-left: 2px solid #ae3535;
	border-bottom: 2px solid #ae3535;
	text-align:center;
}
#address div { padding:2px 7px 2px 5px; clear:both;}
#google {
	width: 250px;
	height: 15px;
	float:right;
	text-align:right;
}
#foot {
	background: url(foot.gif) no-repeat bottom left;
	height: 33px;
	width: 752px;
}
#copy {
	padding: 2px 9px 2px 7px;
	color: #fff;
	background-color:transparent;
}
#d3web {
	float: right;
}
#banner {
	width:100%;
	text-align: center;
	vertical-align: middle;
	margin-top: 20px;
	color: #fff;
	background-color:transparent;
	 }
.smallertext {font-size: 80%;}
.largertext {font-size: 120%;}
.imgbrdr { border: 1px solid #000; }