/* reset & general styles */
*{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	text-align:left;
	background:transparent;
	font-family:Tahoma, Geneva, sans-serif;
	color:#404040;
	font-size:11px;
	line-height:15px;
}
html{ overflow-y:scroll; }
body{ background:#ffffff; }
ol,ul{ list-style:none; }
a,a:link,a:visited,a:hover,a:active{ text-decoration:none; }
a:hover,a:active,a:hover strong,a:active strong{ color:#808080; }
strong{ text-transform:uppercase; }

/* main boxes */
#wrapper{
	position:absolute;
	top:97px;
	left:50%;
	margin-left:-346px;
	width:624px;
}
#header{
	width:624px;
	height:20px;
}
#mainnav{
	padding:0 0 0 69px;
	height:16px;
	width:555px;
}
#container{
	margin-top:58px;
	padding:0 0 0 69px;
	width:555px;
}
#subnav{
	float:left;
	width:163px;
}
#content{
	float:left;
	width:392px;
}

/* mainnav styles */
#mainnav li{
	float:left;
	margin-right:12px;
}
#mainnav li,#mainnav li a{
	font-size:16px;
	line-height:16px;
	font-weight:bold;
}
#mainnav li.last{ margin-right:0; }

/* subnav styles */
#subnav {
    margin-top: 4px;
}
#subnav li.splitter{ margin-top:15px; }
#subnav li a{ color:#323232; }
#subnav li a:hover,#subnav li a:active,#subnav li a.active{
	letter-spacing:0;
	font-weight:bold;
	text-transform:uppercase;
}

/* subsubnav styles */
#subsubnav{
	width:392px;
	border-top:1px solid #707070;
	border-bottom:1px solid #707070;
	padding:2px 0;
}

/* content styles */
#content *{ word-spacing:-1px; }
h1{
	width:392px;
	border-bottom:1px solid #707070;
	font-weight:normal;
	padding:2px 0;
	line-height:16px;
	overflow:auto;
}
.block{ display:block; }
.clear{ clear:both; }
.left{ float:left; }
.right{ float:right; }
.center{ text-align:center; }
.bordtop{ border-top:1px solid #707070; }
.bordbot{ border-bottom:1px solid #707070; }
.noscroll{ overflow:hidden; }
.opaque:hover,.opaque:active,.opaque:hover *,.opaque:active *{
	opacity:.50;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
}
.txt{
	width:392px;
	padding:2px 0;
}
.padbot{ padding-bottom:5px; }
h1 .tit{ width:292px; }
h1 a.dl{
	width:100px;
	text-align:right;
}
#map{
	width:392px;
	height:220px;
	overflow:hidden;
}
#map *{
	text-align:center;
}
.formrow{
	height:19px;
	line-height:19px;
	width:392px;
}
label{
	float:left;
	width:80px;
	font-weight:bold;
	cursor:pointer;
	line-height:19px;
	text-transform:uppercase;
}
input{
	height:15px;
	padding:2px 0;
	float:left;
}
.send{
	cursor:pointer;
	height:19px;
}

