﻿@import url(/Content/CSS/reset.css);

body
{
	background: #212121 url(/Content/Images/bg.gif) repeat-x top;
	font-family: Tahoma, Sans-Serif;
	font-size: 1em;
}

#SubNav li 
{
	display: inline;
	margin-right: 20px;
}
#SubNav li a 
{
	color: #fff;
	text-decoration: none;
}
#SubNav li a:hover 
{
	text-decoration: underline;
}
a 
{
	color: #4F3C0A;
	text-decoration: none;
}
a:hover 
{
	text-decoration: underline;
}
#MainBody
{
	background-color: #CF9F20;
	width: 900px;
	margin: 0 auto;
	padding-bottom: 40px;
}
#InfoBar 
{
	text-align: right;
	font-size: 110%;
	padding: 10px;
	background-color: #F3C444;
}
#InfoBar a 
{
	color: Black;
	text-decoration: none;
}
#InfoBar a:hover 
{
	text-decoration: underline;
}
#NavBar 
{
	background-color: #000;
	font-size: 110%;
	font-weight: bold;
	padding: 10px 20px;
}
#NavBar li 
{
	display: inline;
	margin-right: 20px;
}
#NavBar a 
{
	color: #fff;
	text-decoration: none;
}
#NavBar a:hover 
{
	text-decoration: underline;
}
#Footer 
{
	background-color: #000;
	color: #fff;
	padding: 10px 20px;
	clear: both;
}
#Footer p 
{
	font-size: 80%;
	margin: 5px 65px 5px 130px;
}
#ImgMLS 
{
	float: left;
}
#ImgEHO 
{
	float: right;
}
a.button 
{
	color: #4F3C0A;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #4F3C0A;
	padding: 2px 10px;
	background-color: #F2DD7A;
}
a.button:hover 
{
	color: #7F610F;
}
div#PleaseWait 
{
	color: #866B01;
	background: #FAF4D5 url(/Content/Images/featured_loading.gif) no-repeat center 80px;
	text-align: center;
	width: 300px;
	margin-left: -150px;
	height: 100px;
}
