/* Contact */
.contact
{
	background-color: #000;
	background-image: url(/images/backgrounds/contact_us_background_large.jpg);
	color: #FFF;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: inherit;
	text-shadow: #000 0px 0px .5em;
}

.contact #logo a { background-image: url(/images/tve_logo_white.png); }

.contact  #masthead li a
{
	color: #fff;
	text-shadow: #000 0px 0px 0em;
}

.contact h1,
.contact h2,
.contact h3,
.contact dt{ color: #FFF; }
.contact h1 { }

.contact a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px #fff dotted;

}

.contact #page a:hover
{
	color: #fff;
	background-color: #000;
	border: 0;
}

