body
{
	background: #000;
	color: #fff;
}

a, .blue
{
	color: #28a6ff;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.top
{
	background: #000 url('/images/banner.png') left top no-repeat;
	width: 940px;
	height: 130px;
	margin-bottom: 24px;
}

.content
{
	background: #000 url('/images/midgradient.png') left top no-repeat;
	width: 940px;
	height: 200px;
	padding: 36px 0px;
}

.border
{
	border-right: 1px solid #000;
}

.header
{
	color: transparent;
	display: block;
	width: 230px;
	height: 30px;
	background-color: transparent;
	background-image: url('/images/headers.png');
	background-repeat: no-repeat;
	text-indent: -999px;
}

.header.mcfaddens
{
	margin: 0px 0px 18px;
	background-position: 0px 0px;
}

.header.directions
{
	margin: 24px 0px 18px;
	background-position: 0px -40px;
}

.header.schedule
{
	margin: 0px 0px 18px;
	background-position: 0px -77px;
}

.header.learnmore
{
	margin: 0px 0px 18px;
	background-position: 0px -116px;
}

.header.links
{
	margin: 24px 0px 18px;
	background-position: 0px -154px;
}

.header.contact
{
	margin: 24px 0px 18px;
	background-position: 0px -193px;
}

tr.blueback
{
	background-color: #0098d8;
}


#contactform
{
	display: block;
	clear: all;
}

#contactform label
{
	font-weight: bold;
}

.contactsubmit
{
	display: block;
	width: 80px;
	padding-left: 80px;
	margin-right: 40px;
	height: 50px;
	border: 1px solid #fff;
	color: #fff;
	background: #000 url('/images/cat_small.png') 14px 7px no-repeat;
	-moz-border-radius-bottomleft:24px;
	-moz-border-radius-bottomright:24px;
	-moz-border-radius-topleft:24px;
	-moz-border-radius-topright:24px;
	-moz-box-sizing:content-box;
	float: right;
	cursor: pointer;
}

.contactsubmit .sendtext
{
	display: block;
	margin-top: 15px;
}

.hide
{
	display: none;
}

.contacttext, .contacttextarea
{
	display: block;
	font: normal 11px/14px arial;
	background-color: #111;
	color: #28a6ff;
	border: 1px solid #fff;
	clear: all;
	width: 200px;
	height: 16px;
	margin-bottom: 8px;
	padding: 4px;
}

textarea.contacttextarea
{
	width: 250px;
	height: 100px;
}

.footer
{
	display: block;
	float: left;
	margin-top: 24px;
	padding-top: 12px;
	clear: all;
	border-top: 1px dotted #ccc;
}