/* import styles */
@import url("reset.css");   /* reset browsers */
@import url("forms.css");   /* styling for forms */
@import url("common.css");  /* styling for common stuff */
@import url("hacks.css");
/* end import styles */

/* start font import */
@font-face {
	font-family: 'M+1cthin';
	src: url('../fonts/mplus-1c-thin.eot');
	src: local('M+ 1c thin'), local('mplus-1c-thin'), url('../fonts/mplus-1c-thin.ttf') format('truetype');
}

@font-face {
	font-family: 'M+1clight';
	src: url('../fonts/mplus-1c-light.eot');
	src: local('M+ 1c light'), local('mplus-1c-light'), url('../fonts/mplus-1c-light.ttf') format('truetype');
}

@font-face {
	font-family: 'M+1cregular';
	src: url('../fonts/mplus-1c-regular.eot');
	src: local('M+ 1c regular'), local('mplus-1c-regular'), url('../fonts/mplus-1c-regular.ttf') format('truetype');
}

@font-face {
	font-family: 'M+1cmedium';
	src: url('../fonts/mplus-1c-medium.eot');
	src: local('M+ 1c medium'), local('mplus-1c-medium'), url('../fonts/mplus-1c-medium.ttf') format('truetype');
}

@font-face {
	font-family: 'M+1cbold';
	src: url('../fonts/mplus-1c-bold.eot');
	src: local('M+ 1c bold'), local('mplus-1c-bold'), url('../fonts/mplus-1c-bold.ttf') format('truetype');
}

@font-face {
	font-family: 'M+1cheavy';
	src: url('../fonts/mplus-1c-heavy.eot');
	src: local('M+ 1c heavy'), local('mplus-1c-heavy'), url('../fonts/mplus-1c-heavy.ttf') format('truetype');
}

@font-face {
	font-family: 'M+1cblack';
	src: url('../fonts/mplus-1c-black.eot');
	src: local('M+ 1c black'), local('mplus-1c-black'), url('../fonts/mplus-1c-black.ttf') format('truetype');
}
/* end font import */

/* set defaults */
body {
	background:#242424 url(../images/bg-gradient.jpg) top left repeat-x;
	color:#6c6c6c;
}
p, ol, ul, li, dl, dt, dd, blockquote, table, td, q {
	color:#242424;
	font:normal 13px/22px Verdana, Geneva, sans-serif;
}
#stage p, #stage ol, #stage ul, #stage dl, #stage blockquote, #stage table {
	margin:16px 0;
}
strong, .bold {
	font-weight:bold;
}
em, .italic {
	font-style:italic;
}
.highlight {
	color:#f84812;
}
.caps {
	text-transform:uppercase;
}
h1 {
	color:#f84812;
	font:normal 24px/34px "M+1clight", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing:2px;
	margin:0 0 16px;
	text-transform:uppercase;
}
h2 {
	color:#000;
	font:normal 18px/28px "M+1clight", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing:1px;
	margin:0 0 16px;
	text-transform:uppercase;
}
h3, h4, h5, h6 {
	color:#000;
	font:normal 14px/18px "M+1cbold", Verdana, Geneva, sans-serif;
	margin:26px 0 8px;
	text-transform:uppercase;
}
a:link, a:visited {
	color:#f84812;
	text-decoration:none;
}
a:hover, a:active {
	color:#f84812;
	text-decoration:underline;
}
#stage ul {
	margin-left:18px;
}
#stage ul li {
	list-style-position:outside;
	list-style-image:url(../images/bullet-ul.gif);
}
/* end set defaults */

/* container styles */
#wrapper {
	background:transparent url(../images/bg-page.png) top no-repeat;
}
#header {
	height:161px;
	margin:0 auto;
	position:relative;
	width:1000px;
}
#stage {
	background:#fff;
	color:#242424;
	margin:0 auto;
	min-height:450px;
	padding:30px;
	position:relative;
	top:-1px;
	width:881px;
}
#services #stage {
	min-height:500px;
	padding:0 30px 30px;
	width:882px;
}
.logobkgrd #stage {
	background:#fff url(../images/bg-mf-symbol.gif) bottom right no-repeat;
}
#footer {
	clear:both;
	margin:0 auto;
	padding:10px 0;
	text-align:center;
	width:940px;
}
/* end container styles */

/* column rules */
.left {
	float:left;
	margin-right:20px;
}
.right {
	float:right;
	margin-left:20px;
}
.xsm {
	width:200px;
}
.sm {
	width:300px;
}
.med {
	width:355px;
}
.lg {
	width:475px;
}
.xlg {
	width:620px;
}

/* --- header --- */
#mflogo {
	padding:30px 0 20px 60px;
	width:350px;
}

/* primary navigation */
#pnav {
	height:30px;
	position:absolute;
	right:0;
	text-transform:uppercase;
	top:7px;
	width:430px;
	z-index:800;
}
#pnav ul li {
	background:transparent url(../images/bar-primarynav.gif) top right no-repeat;
	display:block;
	font:normal 10px/14px Verdana, Geneva, sans-serif;
	float:left;
	padding:7px 10px;
	vertical-align:middle;
}
#pnav ul li#nav-social {
	background:none;
	margin:-4px 0;
}
#pnav ul li a:link, 
#pnav ul li a:visited {
	color:#242424;
	text-decoration:none;
}
#pnav ul li a:hover, 
#pnav ul li a:active,
#pnav ul li:hover {
	color:#f84812;
	text-decoration:none;
}
#pnav li {
	position: relative;
}
#pnav ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}
#pnav ul ul {
	background:#fff url(../images/bg-dropdown.jpg) bottom repeat-x;
	left:0;
	position: absolute;
	top:25px;
	z-index:600;
}
#pnav ul ul li {
	background-image:none;
	border-bottom:1px solid #ddd;
	padding:0;
}
#pnav ul ul li a {
	display:block;
	padding:5px 10px;
	width:140px;
}
#pnav ul ul li a:hover, #pnav ul ul li a:active {
	background:#252525;
	color:#fff;
}
#pnav ul ul,
#pnav ul li:hover ul ul,
#pnav ul ul li:hover ul ul
{display: none;}

#pnav ul li:hover ul,
#pnav ul ul li:hover ul,
#pnav ul ul ul li:hover ul
{display: block;}
/* end primary nav */

/* secondary navigation */
#snav {
	background:transparent url(../images/bg-secondarynav.png) top left no-repeat;
	left:560px;
	letter-spacing:1px;
	height:64px;
	padding:5px 0 0 14px;
	position:absolute;
	top:40px;
	width:500px;
	z-index:100;
}
#snav ul li {
	float:left;
	font:normal 14px/24px "M+1clight", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform:uppercase;
}
#snav ul li a {
	border-left:1px solid #d94b14;
	border-right:1px solid #d94b14;
	display:block;
	margin-left:-1px;
	padding:24px 16px 4px;
}
#snav ul li a:link, #snav ul li a:visited {
	color:#fff;
}
#snav ul li a:hover, #snav ul li a:active {
	background:transparent url(../images/bg-secondarynav-over.png) bottom repeat-x;
	color:#fff;
	text-decoration:none;
}
#snav ul li a.current {
	background:transparent url(../images/bg-secondarynav-over.png) bottom repeat-x;
}
#snav a p {
	color:#333;
	font:normal 11px/24px "M+1clight", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	left:30px;
	text-decoration:none;
	text-transform:uppercase;
	top:8px;
	position:absolute;
}
/* end secondary nav */

/* tertiary nav */
#tnav {
	background:transparent url(../images/bar-tertiarynav.gif) top left no-repeat;
	bottom:0;
	height:36px;
	left:40px;
	padding:0;
	position:absolute;
	z-index:100;
}
#tnav ul {
	background:transparent url(../images/bar-tertiarynav.gif) top right no-repeat;
	margin:0 0 0 8px;
	padding:0 14px 0 0;
	position:relative;
	top:-3px;
}
#brand-sponsor #tnav ul, #shopping-center #tnav ul {
	top:0;
}
#tnav ul li {
	color:#f84812;
	font:normal 12px/24px Verdana, Geneva, sans-serif;
	position:relative;
	text-transform:uppercase;
	top:8px;
}
#tnav a {
	border-right:1px solid #646464;
	padding:0 13px;
}
#tnav a:link, #tnav a:visited {
	color:#fff;
}
#tnav a:hover, #tnav a:active {
	color:#f84812;
	text-decoration:none;
}
#services #tnav ul li.current {
	background:transparent url(../images/bg-tnav-current.png) bottom center no-repeat;
	padding-bottom:15px;
	position:relative;
	z-index:400;
}
#tnav ul li.current a {
	color:#f84812;
}
.nopadding {
	padding:0!important;
}

/* end tertiary nav */

/* quadrary nav */
#qnav {
	background:#fff url(../images/bg-qnav.jpg) top repeat-x;
	clear:both;
	margin:0 -30px 10px;
	padding:0 30px 16px;
	width:882px;
}
#qnav ul {
	margin:0;
	padding:5px 0;
}
#qnav ul li {
	border-right:1px solid #252525;
	display:inline-block;
	font:normal 13px/13px Verdana, Geneva, sans-serif;
	list-style:none outside none;
	padding:0 12px;
}
#qnav ul li a:link, #qnav ul li a:visited {
	color:#252525;
}
#qnav ul li a:hover, #qnav ul li a:active {
	color:#f84812;
	text-decoration:none;
}
#qnav ul li.current a {
	color:#f84812!important;
}

/* --- end header --- */

/* --- content stage --- */
#opmessage {
	clear:both;
	padding:15px 0 0;
	position:relative;
	width:880px;
}
#opmessage p {
	left:50px;
	position:absolute;
	top:-2px;
}
.nomargin {
	margin:0!important;
}
.rightimage {
	float:right;
	margin:-20px -65px 0 0;
}
.rightimagesm {
	float:right;
	margin:0 -15px 0 0;
}
.newsfeature {
	border-bottom:1px solid #CCC;
	padding-bottom:20px;
	margin-bottom:20px;
}

/* home page slideshow */
.slideshow {
	background:transparent url(../images/bg-slideshow.png) top left no-repeat;
	float:left;
	height:400px;
	margin:-20px -65px 0 0;
	position:relative;
	width:620px;
}
.slideshow .slides li.slide {
	visibility:hidden;
	position:absolute;
	left:0;
	top:0;
}
.slideshow ul li {
	list-style:none outside none!important;
}
.tagline {
	background:transparent url(../images/bg-gray.png);
	color:#fff;
	letter-spacing:1px;
	padding:15px 30px;
	position:absolute;
	right:7px;
	text-transform:uppercase;
	top:280px;
	width:80%;
}
.tagline p {
	color:#fff;
	font:normal 13px/13px "M+1clight", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:0!;
	white-space:nowrap;
}
/* end home page slideshow */

/* case study */
.casestudy {
	left:0;
	margin:20px 0;
	position:relative;
	width:600px;
	z-index:200;
}
.casestudy p {
	font:normal 11px/20px Verdana, Geneva, sans-serif;
}
.casedetail {
	background:transparent url(../images/bg-gray.png);
	padding:10px 30px;
	margin:5px 0 0 -30px;
}
.casedetail h4 {
	font-size:13px;
	color:#f84812;
	letter-spacing:1px;
}
.casedetail p {
	color:#fff;
}
.caseimage {
	margin:0 -35px 0 0;
	position:absolute;
	right:0;
	top:7px;
	z-index:100;
}
/* end case study */

/* sidebar */
.sidebar {
	background:#3e3939 url(../images/bg-sidebar.gif) top left no-repeat;
	padding:20px 18px;
	width:350px;
}
.sidebar h3 {
	color:#fff;
	font:normal 26px/36px "M+1clight", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.sidebar ol li {
	color:#fff;
	font-size:12px;
	line-height:16px;
	margin:0 0 12px 0;
	padding:0 15px 0 40px;
}
.sidebar ol li.one {
	background:url(../images/sidelist01.gif) top left no-repeat;
}
.sidebar ol li.two {
	background:url(../images/sidelist02.gif) top left no-repeat;
}
.sidebar ol li.three {
	background:url(../images/sidelist03.gif) top left no-repeat;
}
.sidebar ol li.four {
	background:url(../images/sidelist04.gif) top left no-repeat;
}
.sidebar ol li.five {
	background:url(../images/sidelist05.gif) top left no-repeat;
}
.sidebar ol li.six {
	background:url(../images/sidelist06.gif) top left no-repeat;
}
.sidebar ol li.seven {
	background:url(../images/sidelist07.gif) top left no-repeat;
}
.sidebar ol li.eight {
	background:url(../images/sidelist08.gif) top left no-repeat;
}
.sidebar ol li.nine {
	background:url(../images/sidelist09.gif) top left no-repeat;
}
.sidebar ol li.ten {
	background:url(../images/sidelist10.gif) top left no-repeat;
}
/* end sidebar */

/* --- end content stage --- */

/* --- footer --- */
#footer p {
	color:#6c6c6c;
	font:normal 11px/18px Verdana, Geneva, sans-serif;
}
#footer a:link, #footer a:visited {
	color:#6c6c6c;
}
#footer a:hover, #footer a:active {
	color:#bebebe;
	text-decoration:none;
}
