@charset "utf-8";
/* CSS Document */
body {
	background: white url(img/bg_grad.png) repeat-x;
	color: #666;
	font: 14px/1.35 Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
a:link { color: #0033FF; }
a:visited { color: #993399; }
a:hover { color: #c00; }
img { border: none; }
p { margin: 1em 0; }
ul {
	list-style: circle;
	margin: 1em;
	padding: 0;
}

#wrapper {
	background: white;
	margin: 0 auto;
	position: relative;
	width: 900px;
}
.hid { display: none; }
#header {
	background: transparent url(img/header.gif) left top no-repeat;
	position: relative;
	width: 100%; height: 190px;
	margin: 0 0 30px;
}
#header h1 {
	margin: 0;
	text-indent: -9999px;
}
#header h1 a {
	display: block;
	position: absolute;
	top: 45px;	left: 200px;
	width: 515px;	height: 105px;
}
#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0; right: 0;
	width: 730px;
	text-transform: uppercase;
}
#nav li {
	float: left;
}
#nav li a {
	display: block;
	color: #666;
	font-weight: bold;
	padding: 4px 26px;
	text-decoration: none;
}
#nav li a:hover { color: black; }

#nav li.urhere a { color: #c33; }

#content {
	background: white;
	padding: 0 40px;
}
#footer {
	background: transparent url(img/footer.png) left bottom repeat-x;
	clear: both;
	padding: 2em 40px 92px;
	text-align: center;
}
#footer p {
	margin: 0.5em 0 0;
	font-size: 11px;
}
address {
	font-style: normal;
}
.picright,
.picwrapright {
	float: right;
	margin: 0 0 0.5em 1em;
}
.picwrapright { width: 480px; }
.picleft {
	float: left;
	margin: 0 1em 0.5em 0;
}
.quotes {
	color: #485CA5;
	font-size: 17px;
	line-height: 1.2;
	font-weight: bold;
}
.quotes em,
.quotes small {
	font-style: italic;
	font-weight: normal;
}
.quotes small {
	font-size: 12px;
}
.centerbigcaps {
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}
h1 { font-size: 2em; }
h2 {
	font-size: 18px;
}
.bio {
	margin-top: 0;
}
.clearer {
	clear: both;
	visibility: hidden;
}

#tracks {
	float: right;
	margin: 0 0 1em 2em;
	width: 200px;
}
#tracks h2 {
	background: #E9B341;
	color: black;
	font-size: 14px;
	margin: 1em 0 0;
	padding: 4px;
	text-align: center;
}
#tracks dt {
	float: left;
	clear: left;
	margin: 4px 0;
	padding: 0;
	width: 20px; height: 20px;
}
#tracks dd {
	float: left;
	margin: 4px 0;
	padding: 0 0 0 7px;
	width: 170px; height: 20px;
}
#tracks small { font-size: 12px; }

#contform div {
	margin: 5px 0;
	padding: 5px;
}
#contform label {
	display: block;
	float: left;
	width: 4em;
}
#contform input {
	margin-left: 0.5em;
	width: 35em;
}
#contform .autosz { width: auto; }
input#btnsubmit {
	background: #fcd505;
	color: black;
	border-color: black;
	font-weight: bold;
	width: 10em;
}
.errfld,
.errnote {
	background: #fdd;
	color: #c22;
	line-height: 1.1;
	padding: 8px;
	border: 1px solid #c22;
}
.errfld input,
.errfld label { margin-top: 5px; }
.errnote,
.errfld label {
	font-weight: bold;
}
