/* MC LURE CSS Document */
body{
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #4A4A4A;
	margin: 0px;
	padding: 0px;
	height: 99%;
	width: 100%;
}
form {
	margin: 0px;
	padding: 0px;
}
select {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: 2px solid #848484;
	padding: 2px;
}
input, textarea, td {
 	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
a, a:link, a:visited {
	text-decoration: underline;
	color: #FFF;
}
a:hover, a:visited:hover {
	color: #F00;
}
a:active {
	color: #683737;
}
#site-content {
	width: 502px;
}
#header {
	width: 502px;
	height: 20px;
	text-align: left;
	background-image: url(_img/header.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#main-content {
	text-align: left;
}
#content-hold {
	background-color: #FFF;
	width: 502px;
	padding-top: 11px;
	padding-bottom: 11px;
}
#content {
	background-color: #000;
	margin: 0px 11px 0px 11px;
	display: block;
	cursor: hand;
	cursor: pointer;
}
#news-content, #links-content, #contact-content {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
#news-wrapper{
	display: none;
	margin: 0px 11px 0px 11px;
	height: 376px;
	background-color: #7A4040;
	background-repeat: no-repeat;
}
#news-content {
	padding-top: 70px;
	padding-left: 50px;
	background-image: url(_img/header_news.gif);
	background-position: 50px 50px;
	background-repeat: no-repeat;
}
#links-wrapper{
	display: none;
	margin: 0px 11px 0px 11px;
	height: 376px;
	background-color: #7A4040;
	background-repeat: no-repeat;
}
#links-content {
	padding-top: 70px;
	padding-left: 50px;
	background-image: url(_img/header_links.gif);
	background-position: 50px 50px;
	background-repeat: no-repeat;
}
#contact-wrapper{
	display: none;
	margin: 0px 11px 0px 11px;
	height: 376px;
	background-color: #7A4040;
	background-repeat: no-repeat;
}
#contact-content {
	padding-left: 50px;
	padding-top: 80px;
	background-image: url(_img/header_contact.gif);
	background-position: 50px 50px;
	background-repeat: no-repeat;
}
.contact-label {
	width: 20px;
	float: left;
	text-align: right;
	padding-right: 7px;
	clear: left;
}
#yname, #yemail, #ymsg  {
	border: 2px solid #FFF;
	background-color: #572E2E;
	color: #FFF;
	clear: both;
	padding-left: 3px;
	padding-top: 2px;
	margin-bottom: 5px;
}
#yname, #yemail {
	width: 150px;
	height: 22px;
}
#ymsg {
	width: 250px;
	height: 70px;
}
#sendMail {
	width: 60px;
}
#footer {
	text-align: left;
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
}
#nav-drop {
	float: right;
	width: 91px;
	height: 23px;
	text-align: right;
	margin: 0px;
}
#video-drop {
	height: 40px;
	background-image: url(_img/instructions.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 50%;
}
#video-credits {
	clear: both;
	float:left;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin-top: 10px;
	margin-left: 1px;
	display: block;
	color: #4A4A4A;
}

