body {
	background-color: #FFF;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
}

p {
	line-height: 1.7em;
}

img {
	border: 0px;
}

a:link,
a:active,
a:visited,
a:hover {
	background-color: transparent;
	color: #1D4482;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: underline;
}

label {
	color: #666;
	display: block;
	font-weight: bold;
}

label input.checkbox {
	margin-bottom: 10px;
}

fieldset {
	border: 1px solid #999;
	margin-bottom: 15px;
	padding-bottom: 1em;
	padding-top: 1em;
}

legend {
	color: #666;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
}

/*  Begin IDs  */

div#main {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 862px;
}

div#butterfly {
	display: none;
	height: 71px;
	left: 771px;
	position: absolute;
	top: 38px;
	width: 68px;
	z-index: 100;
}

div#title {
	height: 84px;
}

div#banner {
	border-bottom: 6px solid #981B1E;
	border-top: 6px solid #FDFAD8;
	height: 214px;
}

div#subBanner {
	border-bottom: 6px solid #981B1E;
	border-top: 6px solid #FDFAD8;
	height: 12px;
}

div#subBanner {
	border-bottom: 6px solid #981B1E;
	border-top: 6px solid #FDFAD8;
	height: 0px;
}

div#navMenu {
	background-color: #EBEBEB;
	border-left: 10px solid #D1D3D4;
	border-right: 10px solid #D1D3D4;
	font-size: 1.2em;
	height: 25px;
	line-height: 25px;
	text-align: center;
}

div#navMenu td {
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
}

div#navMenu ul#root {
	margin: 0;
	padding: 0;
}

div#navMenu ul#root a {
	background-color: transparent;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

div#navMenu ul#root li {
	position: relative;
	float: left;
	margin: 0px;
	padding-left: 40px;
	padding-right: 40px;
	list-style-type: none;
	text-align: center;
}

div#navMenu ul#root li ul {
	left: -10px;
	position: absolute;
	top: 1.7em;
	z-index: 100;
}

div#navMenu ul#root li ul li {
	background-color: #EBEBEB;
	border: 0px;
	border-bottom: 1px solid #FFF !important;
	clear: both;
	filter: alpha(opacity=90);
	line-height: normal;
	list-style-type: none;
	-moz-opacity: .90;
	opacity: .90;
	padding: 0px;
	text-align: left;
}

div#navMenu ul#root li ul li:hover {
	background: #FFF;
}

div#navMenu ul#root li ul li a {
	background-color: transparent;
	color: #333;
	display: block !important;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 5px 9px !important;
	text-decoration: none;
	width: 12em !important;
}

div#content {
	border-left: 10px solid #D1D3D4;
	border-right: 10px solid #D1D3D4;
	min-height: 100px;
	padding-bottom: 20px;
	width: 842px;
}

div#footer {
	background-image: url("images/footer.jpg");
	background-repeat: no-repeat;
	border-left: 10px solid #D1D3D4;
	border-right: 10px solid #D1D3D4;
	height: 167px;
	width: 842px;
}

div#payPal {
	position: relative;
	left: 650px;
	top: 130px;
}

div#mapPanel {
	background-color: #FFF;
}

div#radiusPanel {
	background-color: transparent;
	border: 0px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: right;
	width: 490px;
}

div#dataPanel {
	background-color: #FFF;
	height: 410px;
	width: 375px;
}

div#providers {
	height: 390px;
	overflow: scroll;
	padding: 10px;
	position: relative;
	width: 355px;
}

div#providers p {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
}

/*  End IDs  */


/*  Begin classes  */

a.external:link,
a.external:active,
a.external:visited,
a.external:hover {
	background-color: transparent;
	background-image: url("images/external-link.gif");
	background-position: left;
	background-repeat: no-repeat;
	color: #696969;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 20px;
	text-decoration: underline;
}

div.blueButton {
	background-image: url("images/blue-button.jpg");
	background-repeat: no-repeat;
	height: 24px;
	margin-bottom: 10px;
	padding: 10px 5px 10px 5px;
	text-align: center;
	width: 205px;
}

div.blueButton a {
	background-color: transparent;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
}

div.citation {
	color: #999;
	padding: 10px 0px 0px 0px;
	white-space: nowrap;
}

div.citation strong {
	color: #333;
}

div.quotation {
	background-image: url("images/quote-background.gif");
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 75px;
	padding: 20px 0px 0px 40px;
}

ul.content li,
ol.content li {
	margin-bottom: 1em;
	margin-top: 1em;
}

ul.highlight li {
	font-style: italic;
	margin-bottom: 1em;
	margin-top: 1em;
}

span.highlight {
	color: #003366;
	font-size: 12px;
	font-weight: bold;
}

input.text, textarea.text, select.text {
	background-color: #F2F2F2;
	border: 1px solid #E2E2E2;
	color: #666;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 15px;
	margin-top: 5px;
	padding: 3px;
	width: 300px;
}

table.musicList {
	border-top: 3px solid #EBEBEB;
	width: 400px;
}

table.musicList td {
	border-bottom: 1px solid #EBEBEB;
	padding: 5px;
}

table.dataList tr {
	vertical-align: top;
}

.darkBlue {
	color: #1D4482;
}

.lightBlue {
	color: #A9CCE2;
}

.lightBorder {
	border: 1px solid #D1D3D4;
}

.heavyBorder {
	border: 3px solid #D1D3D4;
}

.no-display: {
	display: none;
}

.clear-fix:after {
	clear: both;
	content: " ";
	display: block;
	height: 0px;
	visibility: hidden;
}

/*  End classes  */