﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #DADADA;
	/*background: url('../images/MMBackground.png');*/
}
h1,h2 {
	font-family: comic sans ms ;
	font-weight: bold;
	color: #990000;
}
h3,h4 {
	font-family: Arial;
	color: teal; /*#336600;*/;
	font-weight: bold;
}

h5,h6 {
	font-family: Arial Black;
		font-weight: bold;
}

p {
	font-size: 12px;
	margin: 0;
	margin-right: 1%;
	font-family: Verdana;
}

#container {
	width: 1024px;
	margin: 0 auto;
	background-color: #EEEEEE ;/*#cccc99;
	/*background: url('../images/MMBackground.png');	*/
	border-top: 0;
	border-right: 2px solid #b7b7b7;
	border-bottom: 0;
	border-left: 2px solid #b7b7b7;
}
#masthead {
	/*background-color: #666699;
	background: url('../images/banner_1E.jpg');*/
	text-align: right;
	height:90px;
	width: 1024px;
	overflow: auto;
}
#navigation {
	background: url('../images/MMBackground.png');
	overflow: hidden;
}
#Navigation h2 {
	font-family: comic sans ms ;
	font-weight: bold;
	color: #990000;
}
#Navigation h5 {
	font-family: Arial;
	color: #336600;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
}

/* Styles for Navigation */
#navigation ul {
	list-style-type:none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}

#sidebar {
	float: left;
	width: 154px;
	background-color: #b0c4de;
	background: url('../images/MMBackground.png');
	position: relative;
	clear: both;
	display: inline;
}
#content {
	float: left;
	width: 1024px;
	padding: 15px;
	overflow: auto;
/*	background-color: #fff;
	background-image: url('../images/property.jpg');*/
	margin: 0px;
	position: relative;
}
#content img {
	display: block;
	bottom: auto;
}
#page_content ul {
	font-size: 12px;
	margin: 0;
	margin-right: 1%;
	font-family: Verdana, Geneva, Arial, sans-serif;
}
#page_content li {
	display: list-item;
	list-style: disc;
	font-size: 12px;
	margin: 0;
	margin-right: 1%;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-weight:normal;
}

#bannerfooter {
	background-color: #C9C9C9;
	/*background: url('../images/banner_1E.jpg');*/
	text-align: right;
	height:100px;
	width: 1024px;
	overflow: auto;
}
#bannerfooter p{
	color: #800000;
	font: normal normal bold 100% serif;
}
}
#footer {
	clear: both;
	width: 1024px;
	background: url('../images/MMBackground.png');
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}

#middlebar ul, li{margin:0; border:0; padding:1px; list-style:none; font-family: Verdana, Geneva, Arial, sans-serif; font-weight:normal;}
#middlebar{
	width: 1024px;
	background-color: #C9C9C9;
	border-bottom: 0px #000000 solid;
	text-align: left;
	margin-left: 0;
	margin-bottom: 0;
	padding: 3px 0;
	height: 25px;
	/*border-left: 1px white solid;*/
}
.Menu li {
	display:inline;
	Margin:0;
	/*display: inline;
	Margin: 2px 1px 2px 1px;
	border-bottom: none;*/
}
.Menu li a {
	color: #336600;
	text-decoration: none; /*border-right: 1px solid White;*/;
	margin-right: 3px;
	padding: 5px 10px 5px 10px;
	text-align: center;
	vertical-align: middle;
}
.menu li#active {
}
.Menu li a:hover {
	color: #990000; 
}
#SubBar{
	width: 1024px;
	margin: 0;
	padding: 0;
	height: 20px;
}
#middlebar .subMenu
{
	Height:100%;
}
#middlebar ul .submenu {
	/*2nd level content wrapper*/
	padding:1px 1px 5px 2px;
	list-style-type: none;
	display: none;
}
#middlebar ul .submenu li{
	display:inline;
	border-right: 1px solid white;
	border-left: 1px solid white;
	position: relative;
	left: 120px;
}

#middlebar .submenu li a{
	color: #800000;
	font-weight:normal;
	text-decoration: none;
	text-align:center;	
	padding: 0px 0px 1px 5px;
}
#middlebar .submenu li a:hover{
	color: #336600; 
}
#middlebar .menu li#active {
margin: 0 1px 0 1px;
padding: 3px 8px 3px 8px; /* Display: block won't work in this example, instead we are using padding */
}
#middlebar .submenu li#subActive {
padding: 3px 6px 3px 6px;
font-weight: bold;
}

#column_l {
	width: 450px;
	margin: 0;
	padding: 0 5px;
	float:left;
}
#column_r {
	width: 520px;
	margin: 0;
	float:right;
	padding: 4px 16px 4px 10px;
	position: relative;
}
#column_b {
	width: 98%;
	margin: 0;
	float: left;
	padding: 0 5px;
	position: relative;
}

/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cdf;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
}
/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

#menuwrapper {
	border-top: 1px solid #000;
	border-bottom: 1px solid #333;
	background-color: #909090;
	background: url('../images/MMBackground.png');
	background-repeat: repeat-x;

}
