@charset "utf-8";
/* CSS Document */

html, body{
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.25px;
}

body{ background-image: url(images/bodyBack.png); }

.clear{ clear: both; }
p{ font-size: 11px; line-height: 20px; }
a img{ border: none; }

#wrapper{
	width: 920px;
	position: absolute;
	left: 50%;
	margin: 30px 0 0 -450px;
}

#nav{
	width: 165px;
	height: 515px;
	margin: 0;
	padding: 60px 0 0 30px;
	list-style: none;
	float: left;
	background-image:url(images/navB.gif);
	text-transform: uppercase;
}
#nav li{ margin: 8px 0; .margin: 5px 0; _margin: 4px 0; }
#nav ul li, a{
	font-size: 12px;
	text-decoration: none;
	color: #555;
	margin: 5px 0;
	.margin: 1px 0;
	_margin: 4px 0;
	font-weight: bold;
}
a:hover{ color: #000; }

.subNav{
	width: 150px;
	margin: -5px 0 -5px -27px;
	.margin: 5px 0 -5px -27px;
	padding: 5px 0 5px 40px;
	background: url(images/subNavB.png);
	filter: alpha(opacity=70);
	-moz-opacity:0.50;
	opacity: 0.50;
	border-top: 1px dashed #c6c1ba;
	border-bottom: 1px dashed #c6c1ba;
}
.subNav li{ list-style:url(images/arrow.gif); .list-style:url(images/arrowIE.gif); }
.subNav a{ color: #000; }
.subNav a:hover{ color: #333; }

#logo{
	position: absolute;
	left: 20px;
	top: 12px;
	display: block;
	width: 150px!important;
	height: 30px;
}

#head{
	width: 715px;
	height: 53px;
	margin-top: 2px;
	float: right;
	border: 1px solid #c6c1ba;
	background: url(images/tagline.png) bottom right no-repeat #cecac4;
}

#body{
	margin-top: 8px;
	float: right;
	border: 1px solid #c6c1ba;
}

#footer{
	font-weight: bold;
	text-align: right;
	.margin: 10px 0;
}
#footer p, #footer a{ line-height: 10px; font-size: 11px; .margin: 10px 0; }

#logos{ float: left; }
#logos a{ margin: 0 15px; }

#current a{ color: #500!important; cursor: default; }
