/*
*******************************************************************

Title:			global.css
Browser(s): 	Safari, Firefox, IE 6 & 7

Author: 		Andy Davis 
Created: 		07.21.2008
Last modified: 	07.21.2008

*******************************************************************
*/

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, q, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

body {
	margin: 0;
	padding: 0;
	background:url(../images/main_bg.jpg) repeat-y top center #cdcdcd;
	font: normal 12px Arial, sans-serif;
	line-height: 17px;
	height: 100%;
}

#container {
	width: 895px;
	margin-left: auto;
	margin-right: auto;
	background:url(../images/main_bg.jpg) repeat-y top center #cdcdcd;
}

.clear {
	clear: both;
}

.grayline {
	width: 100%;
	height: 4px;
	border-bottom:4px solid #cdcdcd;
	clear: both;
}


.sep_line {
	width: 895px;
	height: 4px;
	background:url(../images/sep_line.jpg) no-repeat;
}

a:link,
a:active,
a:visited {
	color: #122b45;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
}

/**********************************************************
************* HEADER **************************************
**********************************************************/

#top_bar {
	width: 100%;
	height: 31px;
	background:url(../images/top_bar.jpg) no-repeat top center #292929;
}

#top_bar_content {
	width: 895px;
	height: 31px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	font: bold 10px Arial, sans-serif;
	color: #FFF;
	padding: 10px 0px 12px 0;
}

#top_bar_content span {
	width: 10px;
	height: 10px;
	background:url(../images/gold_arrow.gif) no-repeat;
	margin: 0 8px 0 22px;
	padding: 0 0 0 14px;
}


#header {
	width: 895px;
	height: 128px;
}

#header h1 {
	display: block;
	width: 383px;
	height: 128px;
	text-indent: -9999px;
	background:url(../images/mfgi_logo.gif) no-repeat;
	margin: 0 0 0 5px;
	padding: 0;
	float: left;
}

/**********************************************************
************* PHOTOS **************************************
**********************************************************/

#main_photo {
	width: 370px;
	height: 370px;
	float: left;
}

.home {
	background: url(../images/mainphoto_home.png) no-repeat;
}

.awards {
	background: url(../images/awards/awards_main_photo2.png) no-repeat;
}

.portfolio {
	margin-bottom: 20px;
	margin-top: 20px;
}

/**********************************************************
************* CONTENT *************************************
**********************************************************/

#main_content {
	position: static;
	width: 473px;
	float: left;
	margin: 40px 0 25px 22px;
	z-index: 1;
}

#main_content ul {
	margin-left: 20px;
	margin-bottom: 20px;
}

#main_content ul li {
	list-style-type: square;
	margin-bottom: 4px;
}

#main_content p {
	margin: 15px 0 20px 0;
	font: normal 12px Arial, sans-serif;
	color: #464646;
	line-height: 16px;
}

#main_content blockquote {
	font-size: 13px;
	font-weight: bold;
	color: #666;
	line-height: 20px;	
}

h3 {
	font: bold 20px Helvetica, Arial, sans-serif;
	color: #2f5689;
	margin: 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #2f5689;
	display: block;
}

h2.callout {
	position: relative;
	top: 280px;
	left: 30px;
	font: bold 18px Helvetica, Arial, sans-serif;
	line-height: 26px;
	color: #636363;
	text-align: center;
	width: 280px;
}

h2.callout-img {
	position: relative;
	top: 10px;
	left: 30px;
	font: bold 18px Helvetica, Arial, sans-serif;
	line-height: 26px;
	color: #636363;
	text-align: center;
	width: 280px;
}

ul.service_list {
	margin: 0px;
	padding: 0px;
	width: 230px;
	list-style-type: none;
}

ul.service_list li {
	background-color: #e9e9e9;
	border-left: 9px solid #d7d7d7;
	padding: 4px 3px 3px 10px;
	margin: 0 0 2px -20px;
	list-style-type: none!important;
	width: 230px;
}

.column1 {
	float: left;
}

.column2 {
	position: relative;
	left: 25px;
	float: left;
}

/****************************************************
************* MAIN NAV ******************************
****************************************************/

#main_nav {
	height: 60px;
	margin: 0;
	padding: 0;
}

#main_nav ul {
	margin: 0;
	padding: 0;
	font: bold 12px Helvetica, Arial, sans-serif;
	color: #FFF;
}

#main_nav li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
}

#main_nav ul li a {
	height: 25px;
	font: bold 11px Helvetica, Arial, sans-serif;
	color: #959595;
	margin: 30px 2px 0 0;
	padding: 35px 22px 0 22px;
	background-color: #d7d7d7;
	float: left;
	text-decoration: none;
}

#main_nav ul li a:hover {
	background-color: #b9b9b9;
	color: #333;
}

#navigation {
	margin: 0;
	padding: 0;
}

/****************************************************
************* DROP NAV ******************************
****************************************************/

.drop li{
	display: block;
	float: left;
}

.drop ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.drop ul li {
	position: relative;
}

.drop ul li ul {
	position: absolute;
	background-color: #FFF;
}
	
.drop li ul {
	position: absolute!important;
	left: 0px;
	top: 90px;
	display: none;
	z-index: 6000!important;
}

.drop ul li ul li.sub a {
	display: block!important;
	height: 20px!important;
	width: 210px;
	text-decoration: none;
	background-color: #525252!important;
	margin: 2px 0 0 0!important;
	font-size: 10px!important;
	font-weight: bold;
	color: #EFEFEF !important;
	padding: 8px 0 0 8px!important;
}
	
.drop ul li.sub a:hover {
	color: #FFF !important;
	background-color: #333!important;
}
		
.drop li:hover ul, li.over ul { display: block; }



/**********************************************************
************* FOOTER **************************************
**********************************************************/

#bottom_bar {
	width: 100%;
	background: url(../images/footer_bar.png) no-repeat top center  #292929;
	clear: both;
}

#bottom_bar_content {
	width: 895px;
	height: 85px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font: normal 10px Arial, sans-serif;
	color: #e0e0e0;
	padding: 23px 0px 15px 2px;
}

#bottom_bar_content span {
	width: 10px;
	height: 10px;
	background:url(../images/gold_box.gif) no-repeat;
	margin: 0 0 0 15px;
	padding: 0 0 0 22px;
}

#bottom_bar_content span a {
	color: #999;
	text-decoration: none;
}

#bottom_bar_content span a:hover {
	color: #FFF;
	text-decoration: underline;
}

.footer_link {
	color: #999!important;
	text-decoration: none;
}

.footer_link:hover {
	color: #FFF;
	text-decoration: underline;
}

.copyright {
	margin: 18px 0 10px 0;
	color: #999;
}

#sub_footer {
	width: 100%;
	height: 150px;
	background-color: #292929;
}


/**********************************************************
************* SPLASH PAGE *********************************
**********************************************************/

#flashbox {
	width: 892px;
	height: 407px;
	border: 1px solid #3d3d3d;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 0px;
	background-color: #222;
}

#button-bar {
	width: 894px;
	height: 60px;
	text-align: center;
	background-color: #3d3d3d;
	padding: 10px 0 0 0;
	display: block;
	margin-bottom: 30px;
}

a.enter-btn {
	font: bold 18px Helvetica, Arial, sans-serif;
	color: #FFF;
	background: url(/images/enter-btn.jpg) no-repeat;	
	width: 155px;
	height: 47px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	padding: 12px 0 0 0 ;
}

a.enter-btn:hover {
	background-position: -155px 0;
	color: #333;
}

/******* CLIENT PAGE ****************/
.client-image {
	float: left;
	padding-left: 50px;
}
.client-image img {
	width: 150px;
}
.clients-body {
	padding-left: 100px;
	padding-top: 20px;
}