/*Main Layout CSS File for www.maurerstutzinc.com*/

/*Main html body*/
	body,	
	html {
	margin:10px 10px 10px 10px;
	padding:0;
	color:#000;
	font-family:Calibri, Georgia, Arial;
	background-color : #EEEEEE;
	}
/*Main html body*/	
	body {
	min-width:750px;
	}
/*Wraps everything together*/
	#wrap {
	margin:0 auto;
	width:950px;
	height:100%;
	}
/*Header Layout*/
	#header {
	width:100%;
	height:70px;
	background:#CCCCCC;
	color:#943942;
	padding:0;
	}
/*Structure for Navigation Menu*/	
	#nav{
	padding:0;
	background:#943942;
	color:#fff;
	height:28px;
	}
/*Main Layout*/
	#main {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	float:right;
	clear:both;
	background:#CCCCCC;
	color:#000;
	}
/*Footer Layout*/	
	#footer {
	padding:0;
	background:#943942;
	color:#fff;
	clear:both;
	margin:auto;
	width:950px;
	height:30px;
	font-size:14px;
	}
/*Subfooter Layout*/	
	#subfooter {
	padding:0;
	color:#000;
	clear:both;
	margin:auto;
	width:950px;
	height:30px;
	font-size:10px;
	}
/*Footer Paragrah Text*/
/*Match line-height in the paragraph with the height in the footer will center text*/	
	#footer p {
	padding:0;
	line-height:30px;
	}
	
/***********************************NAVIGATION MENU START****************************************/	
/********The following styles below are for the navigation menu********/	
	#navcontainer{
	background-color: #943942;
	border-top: solid 1px #943942;
	border-bottom: solid 1px #943942;
	}
	#navcontainer ul{
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	}
	#navcontainer ul li{
	display: inline;
	margin-left: -4px;
	}
	#navcontainer ul li a{
	padding: 5px 10px 5px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
	}
	#navcontainer ul li a:hover{
	background-color: #fff;
	color: #943942;
	}
	#active a {
	border-left: 1px solid #fff;
	}
/***********************************NAVIGATION MENU END****************************************/