@charset "utf-8";
/* CSS Document */

/*
Theme Name: PANDA
Description: Black and white theme.
Version: 1.0
Author: Mark Southard, practicefieldadv.com
*/

	
	
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	body.home {
	background:#fff url(../images/background.jpg) repeat-x;
	}
	body.interior {
		background:#fff url(../images/interiorBackground.jpg) repeat-x;
	}
.clear:after { 
	content: ""; 
	display:block;
	clear:both; 
}
#container { 
	width:960px; 
	margin:0 auto; 
	padding:0 0 30px 0;
	}

/*--------------
    HEADER
--------------*/
#header { 
	/*height:60px;*/ 
	padding:20px 0 0 0;
	}
#logo {
	background-image:url(../images/mmf_logo.png);
	background-repeat:no-repeat;
	padding:0 0 10px 0; 
	width:135px;
	}
	#logo h1, #logo small { 
		/*margin:-15px;*/ 
		display:block; 
		text-indent:-9999px; 
		}

.logoSubline {
	font-size: 1em;
	line-height: 2.1em;
	margin: 0 0 2.1em 0;
}


/*--------------
  NAVIGATION
--------------*/
ul#navigation {
	float:left;
	list-style:none;
}
	ul#navigation li {
	float:left;
	margin:0 15px 0 0px;
	}
		ul#navigation li a {
			display:block; 
			color:#4c4b4b; 
			font-size:1em; 
			text-decoration:none; 
			text-transform:uppercase; 
			border-top:solid #4c4b4b 1px;
			padding-top:4px;	
			}
		ul#navigation li a:hover, 
		ul#navigation li a.active {
	color: #0058b2;
	border-top:solid #0058b2 1px;
	padding-top:4px;
		}
		
/*----------------
  SUB NAVIGATION
----------------*/
ul.subNav li {
	border-top:1px solid #dfdfdf;
	padding:5px 0;
	background:none;
	text-align:left;
}
ul.subNav li a {
	color:#414141;
	font-size:1.333em;
	line-height:1.125;
	background:none;
}
ul.subNav li a:hover, ul.subNav li a.active {
	text-decoration:none;
}
ul.subNav li:first-child {
	border-top:0 solid #333;
	margin-top:1.125em;
}
/*--------------
    FEATURE
--------------*/
#feature { 
	background-image:url(../images/featureBackground.jpg); 
	background-repeat:no-repeat; 
	min-height:350px; 
}
	#feature h1 {
	color:#fff;
	font-size:2.3em;
	line-height:1em;
	margin:0.5em 0 0 0;
	}
	#feature p { 
		color:#fff; 
		font-size:1.3333em; /* 16px */  
		line-height:1.25em; /* 18px */
		margin:1em 0 0 0; 
	}
.featureCopy {
	float:left;
	margin:30px 30px 0 0;
	width:450px;
}
.featureButtons { 
	margin-top: 45px;
	}
	.featureButtons a { 
		background-color:#b2b2b2; 
		border:2px solid #fff;
		color:#000; 
		padding:7px;
		margin-right:10px;
	}
	.featureButtons a:hover { 
		background-color:#cecece;
		border:2px solid #999;
		text-decoration:none;  
	}
.featureImage { 
	float:right; 
	margin:25px 0 0 0; 
	width:480px; 
}
.hidden { 
	display:none; 
}

/*--------------
 jFLOW CONTROLS
--------------*/
.jFlowPrev { 
	cursor:pointer; 
	float:left; 
	padding:0 0 0 40px; 
	position:relative; 
	}
	.jFlowPrev p { 
		position:absolute; 
		top:-2px; 
		left:75px; 
	}
.jFlowNext { 
	cursor:pointer; 
	float:right; 
	padding:0 40px 0 0; 
	position:relative; 
}
	.jFlowNext p { 
		position:absolute; 
		top:-2px; 
		right:75px; 
	}

/*--------------
   SUB-HEADER
--------------*/
#subHeader { 
	position:relative; 
	padding:34px 0 10px 0;
}
#interiorTitle h1 {
	color:#fff;
	text-transform:uppercase;
	margin:0;
}
#search { 
	position:absolute; 
	left:660px; 
	top:35px; 
}
	#search p { 
		color:#fff; 
	}
#searchInputWrapper {
	background-image:url(../images/searchBox.jpg);
	background-repeat:no-repeat;
	width:260px; 
	height:30px;

}
#searchInput { 
	background:transparent none repeat scroll 0 0; 
	border:medium none; 
	color:#D7CEBF; 
	font-size:1.5em; 
	position:absolute; 
	left:8px; 
	top:4px; 
}
#searchButton { 
	position:absolute; 
	left:258px; 
	top:0; 
}

/*--------------
    CONTENT
--------------*/

#content { 
	padding-top:30px; 
}

#main {

}
	#main ul { 
		padding:0 0 25px 10px; 
	}
#sidebar {
	width:300px;
}
	#sidebar .news li:first-child h6 {
		margin-top:0px;
	}
	#sidebar .news strong {
		font-weight:600;	
	}
	#sidebar h5 {
	border-top:solid #0058b2 4px;
	margin-top:1.5em;
	}
	#sidebar img {
		float:left;
		margin:0 10px 0 0;
	}
.right {
	float:right;
	padding:0 0 0 30px;
	width: 600px;
	}
.left {
	float:left;
	padding:0 30px 0 0;
	width: 600px;
	}
.threeCol {
	background:url(../images/threeColBackground.jpg) top no-repeat;
	float:left;
	margin:0 20px 0 0;
	width:225px;
	height:420px;
}
	.threeCol h4 {
	padding:5px 5px 10px 10px;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.2em;
	}
	.threeCol h5 {
	padding:5px 5px 0px 10px;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.2em;
	}
	.threeCol ul { 
		padding:0 0 0 20px;
	}
	.threeCol p { 
		padding:0 10px 0 10px; 
	}
	.threeCol li {
	background:url(../images/listBlack.jpg) left no-repeat;
	padding:5px 10px 5px 20px;
	line-height: 1.2em;
	}
.threeColRight {
	background:url(../images/threeColBackground.jpg) top no-repeat;
	float:left;
	width:225px;
	height: 390px;
}
	.threeColRight h4 {
	padding:5px 5px 10px 10px;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	}
	.threeColRight h5 {
	padding:5px 5px 0px 10px;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	}
	.threeColRight ul { 
		padding:0 0 0 20px;
	}
	.threeColRight p { 
		padding: 0 10px 0 10px; 
	}
	.threeColRight li {
	background:url(../images/listBlack.jpg) left no-repeat;
	padding:5px 10px 5px 20px;
	line-height: 1.2em;
	}
/*--------------
     BLOG
--------------*/
.blog {
	margin-top:-0.5em;
	margin-bottom:0.5em;
}
hr {
	clear:both;
}

/*--------------
   PORTFOLIO
--------------*/
.portfolioItem { 
	background:url(../images/portfolioTop.jpg) no-repeat; 
	margin:25px 0 0 0; 
}
	.portfolioItem ul { 
		padding:0 0 25px 25px; 
	}
	.portfolioItem li { 
		background:url(../images/listBlack.jpg) left no-repeat; 
		padding:3px 0 5px 20px; 
	}
.projectFeature {
	background:url(../images/portfolioBottom.jpg) bottom no-repeat;
	min-height:100%;
	padding:0 20px 20px 20px;
	position:relative;
	}
	.projectFeature h2 {
	color:#fff;
	margin-bottom:1em;
	padding-top:10px;
	}
	.projectFeature p {
	width: auto;
	}
	.projectFeature img { 
		position:absolute; 
		top:69px; 
		right:20px; 
	}
	
/*--------------
 Contact Form 
--------------*/
#contact { 
	background:url(../images/contactBackground.jpg) no-repeat; 
	height:326px; 
	padding:20px; 
}
	#contact em { 
		color:#F00; 
		font-weight:bold; 
		padding-right:1em; 
		vertical-align:top; 
	}
	#contact .submit { 
		margin-left:10em; 
	}
label { 
	width:8.5em; 
	float:left; 
}
	label.error { 
		color:red; 
		float:right; 
		padding-left:.5em; 
		vertical-align:top; 
	}
#name,  
#email {
	color:#000;
	font-size:1.1em;
	width:300px;
}
#message {
	height:130px;
	width:300px;
}

/*--------------
    FOOTER
--------------*/
#footerContainer {
	background-color: #0059b3;
	background-image: url(../images/footerBackground.jpg);
	background-repeat: repeat-x;
}
#footerContainer_close {
	background-image: url(../images/footerBackground2.jpg);
	background-repeat: repeat-x;
	height: 20px;
}
#footer {
	width:960px;
	margin:0 auto;
	padding:20px 0 0 0;
	height: auto;
}
	#footer p { 
		color:#eee; 
		line-height: 1.4em;
	}
	#footer h4 { 
		color:#eee; 
		font-size:1.3333em;
		line-height:1.125em;
		padding-bottom:15px;
	}
	#footer li a {
	color:#eee;
	line-height: 1.4em;
	list-style:none;
	text-decoration:none;
	}
	#footer li a:hover { 
		text-decoration:underline; 
	}
#footerLogo { 
 	float:left; 
    background: url(/images/footerLogo.png) no-repeat;
    _background: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/footerLogo.png',sizingMethod='crop');
}

}
	#footerLogo img { 
		margin:0 0 25px 0; 
	}
.footerColumn { 
	float:right; 
	width:300px;
}
	.footerColumn h4 { 
		background:url(../images/footerDivider.jpg) left no-repeat; 
	}

/*---------------
   TEXT STYLES 
---------------*/
p {
	color:#333333;
	font-size:1em; /* 12px */
	line-height:1.2em; /* 18px */
	margin:0 0 1.2em 0;
}
pb {
	color:#333333;
	font-size:1em; /* 12px */
	font-weight: bold;
	line-height:1.2em; /* 18px */
}
pk {
	color:#333333;
	font-size:0.7em;
}
a {
	color:#0058b2;
	text-decoration:none;
}
	a:hover { text-decoration:underline; }
	
wa a {
	color:#ffffff;
	text-decoration:none;
}
	wa a:hover { text-decoration:underline; }
h1 {
	color:#000;
	font-size:1.5em; /* 36px */
	line-height: 1.2em; /* 36px */
	margin:0.75em 0 0 0;
}
h2 {
	color:#000;
	font-size:1.5em; /* 24px */
	line-height:1.6em; /* 36px */
	margin:0.5em 0 0 0;
}
h3 { 
	color:#000; 
	font-size: 1.5em; /* 18px */ 
	line-height: 1em; /* 18px */ 
	margin:1em 0 0 0; 
}
h4 {
	color:#313131;
	font-size:1.5em; /* 24px */
	line-height: 1em; /* 36px */
	margin:0.75em 0 0 0;
}
h5 {
	color:#313131;
	font-size:1.5em; /* 20px */
	line-height:1.8em; /* 36px */
	margin:0.9em 0 0 0;
}
h6 { 
	color:#313131; 
	font-size:1.3333em; /* 16px */ 
	line-height:1.6em; /* 18px */ 
	margin:1.125em 0 0 0; 
}
	.principle {
		margin:0;	
	}
.plus li {
	background:url(../images/listBlack.jpg) left no-repeat;
	color:#414141;
	line-height:1.6em; 
	padding:0 0px 0 20px;
}

.plus2 li {
	background:url(../images/listBlack.jpg) left no-repeat;
	color:#414141;
	line-height:1.2em; 
	padding:0 0px 0 20px;
}
k1 {
	background:url(../images/listBlack.jpg) center no-repeat;
	color:#414141;
	line-height:1.6em; 
	padding:0px 0px 0px 20px;
}

li {
	color:#414141;
}
blockquote { 
	color:#414141; 
	font-style:italic; 
	font-size:1em; 
	line-height:1.5em;
}
	blockquote p:before { 
	content: '"'; 
	}
	blockquote p:after { 
	content: '"'; 
	}
.author { 
	margin:-0.75em 0 0 14em; 
	font-style:italic;
}


a.white{
color:#FFFFFF;
}

