@charset "utf-8";
/* CSS Document */
/* wcneurotech.org site layout */

.mf #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	
	margin-top: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
/* BASE PAGE FORMAT STYLES */
.mf #topbar {
	background:#FFFFFF url(../images/footer.jpg) repeat-x;
	height: 25px;
	text-align:center;
	font-size:9px;
}
.mf #header {
	background: #FFFFFF;
	height: 150px;
	overflow:hidden;
	background:#FFFFFF url(../images/matlockford-site-header.jpg);
}
.mf #flashmovie {
	float:left;
	margin-top:12px;
	margin-left:15px;
	width:229px;
	height:129px;
	border:1px solid #000000;
}
.mf #flashlogo {
	float:left;
	margin-top:0px;
	margin-left:174px;
	height:89px;
	width:480px;
}
.mf #headinglogo {
	float:left;
	height: 103px;
	width:512px;
	margin-left:0px;
	padding-top:0px;
	padding-bottom:0px;
}
.mf #headingtext {
	float:right;
	height:110px;
	width:368px;
	margin-right:0px;
	padding-top:13px;
	padding-bottom:0px;
	padding-right:20px;
	text-align:right;
}
.mf #navwrap {
	background-color:#FFFFFF;
	height:25px;
	width:900px;
}
.mf #navleft {
	float:left;
	width:184px;
	height:22px;
	background:url(../images/menu_bar_bg_hover.jpg) repeat-x;
	text-align:center;
	padding-top:3px;
}
.mf #navright {
	float:left;
	width: 710px;
	height: 25px;
	background:#FFFFFF url(../images/menu_bar_bg.jpg) repeat-x;
	margin-left:6px;
}
.mf #bodywrap {
	background-color:#FFFFFF;
	width:900px;
	margin-top:0px;
	height:100%;
}
.mf #leftcol {
	background-color:#FFFFFF;
	width:184px;
	float:left;
	margin-top:5px;
	margin-bottom:15px;
	text-align:center;
}
.mf #wplist {
	width:164px;
	margin-left:10px;
}
.mf #rightcol {
	width:710px;
	float:left;
	margin-top:5px;
	margin-left:6px;
	background-color:#FFFFFF;
}
.mf #rightcolwp {
	width:900px;
	float:left;
	background-color:#FFFFFF;
}

.mf #footwrap {
	background:#FFFFFF url(../images/footer.jpg) repeat-x;
	height: 25px;
}
.mf #footleft {
	float:left;
	width:450px;
	text-align:left;
	padding-top:3px;
}
.mf #footright {
	float:left;
	width:450px;
	text-align:right;
	padding-top:3px;
}
.mf #footwrapwp {
	background:#FFFFFF url(../images/footer.jpg) repeat-x;
	height: 25px;
	width:900px;
}
.mf #footleftwp {
	float:left;
	width:450px;
	text-align:left;
	padding-top:3px;
}
.mf #footrightwp {
	float:left;
	width:450px;
	text-align:right;
	padding-top:3px;
}
/* END */

/* Special css layouts just for the new car pages */

.mf #newcarbanner {
	width:710px;
	height:101px;
	text-align:center;
}

.mf #newcarinfo {
	float:left;
	width:395px;
	padding-right:10px;
	padding-top:20px;
	text-align:justify;
	overflow:hidden;
}

.mf #newcarpics {
	float:left;
	width:300px;
	padding-top:20px;
	margin-right:5px;
}

.mf #newcarfb {
	width:710px;
	height:30px;
	padding-top:10px;
	text-align:center;
}

.mf #newcarfooter {
	width:710px;
	height:30px;
	padding-top:10px;
	text-align:center;
}

/* END new car pages css */

.mf #rentalleft {
	float:left;
	width:525px;
	padding-right:10px;
	padding-top:20px;
	text-align:justify;
}

.mf #rentalright {
	float:left;
	width:170px;
	padding-top:20px;
	margin-right:5px;
}


.mf #googlemap {
	width:522px;
	margin-left:33px;
}