/* Copyright © 2009 Flaming Leaf Group | Website Designed by Huy Ly from the  Flaming Leaf Group*/

*
{
	margin: 0;
	padding: 0;
}

body 
{
	font-family: Arial, Verdana, Geneva, Lucida, Helvetica, sans-serif;
	text-align: center;
	background-color: #ffffff;
}


#wrapper
{
	width: 760px;
	margin: 0 auto;
}


#header
{
	background: url('../images/mbc-logo.gif') no-repeat;
	width: 760px;
	height: 150px;
	color: #ffffff;
	background-color: #ffffff;
}

#header p
{
	font-size: 16px;
	font-style: italic;
}

#header object
{
	float: right;
	border: 0;
	vertical-align: top;
}

#header h1
{
	float: left;
	font-size: 22px;
	text-align: left;
	margin-left: 135px;
	margin-top: 60px;
}

#logo
{
	float: left;
}

#logo2
{
	float: right;
}

#menu
{
	background-color: #ffffff;
}

#content
{
	display: table;
	height: 100%;
	background-color: #2E539B;
}

#mainPanel, #contact
{
	width: 495px;
	min-height: 300px;
	padding: 10px;
	float: left;
	text-align: left;
	font-size: 12px;
	background-color: #DBD8E0;
}

#mainPanel p
{
	padding-bottom: 10px;
}

#mainPanel h3, #contact h3
{
	font-style: italic;
	padding-bottom: 10px;
	font-size: 15px;
}

#mainPanel h4
{
	font-size: 12px;
	font-style: italic;
}

#mainPanel img
{
	float: left;
	padding: 2px;
	margin-right: 5px;
	border: 1px solid #d0c8c9;
}

#mainPanel img.right, #contact img.right
{
	float: right;
	padding: 2px;
	margin-right: 5px;
	border: 1px solid #d0c8c9;
}

#mainPanel img.vRight
{
	float: right;
	margin-left: 5px;
	padding: 0;
	border: 0;
}

#mainPanel ul
{
	margin-left: 50px;
	margin-bottom: 10px;
}

#infoPanel
{
	width: 245px;
	float: right;
	font-size: 12px;
	color: #ffffff;
}

#infoPanel label
{
	font-weight: bold;
	font-size: 12px;
}

#infoPanel p
{
	padding-bottom: 5px;
}

#infoPanel ul
{
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
}

#infoPanel h5
{
	font-size: 12px;
	margin-top: 20px;
}

.slogan
{
	width: 200px;
	margin: 10px auto;
	font-family: georgia;
	font-size: 14px;
}

#contact
{
	width: 740px;
	font-size: 16px;
}

#contact label 
{
	font-weight: bold;
}

#contact p
{
	margin-bottom: 10px;
}

#contact h3
{
	font-size: 18px;
	width: 400px;
}

#footer
{
	padding-top: 10px;
	margin-bottom: 5px;
	clear: both;
	font-size: 10px;
	color: #999999;
	text-align: left;
}

#footer p
{
	width: 495px;
	padding-left: 9px;
}

#footer p.copyright
{	
	font-size: 8px;
	padding-bottom: 10px;
}

/* Start of NAV CSS */
/* Author: Huy Ly */
/* Property of Flaming Leaf Group http://www.flamingleaf.com */
#mainNav ul 
{
	float: left;
	margin: 0;
	padding: 0;
    	width: 100%;
	list-style: none;
	background: url('../images/nav.png') repeat-x left top;
	border-bottom: 1px solid #d0c8c9;
	font-size: 12px;
}

#mainNav li 
{
	float: left;
	padding: 0;
	margin: 0;
	border-bottom: 0;
}

#mainNav li a, #mainNav li a:link {

	color: #000000;
	text-decoration: none;
	padding: 4px 0;
	display: block;
/*	width: 126.667px; with referrals */
	width: 152px; /*without referrals*/
}

#mainNav li a:hover 
{
	background: url('../images/nav-hover.png');
	color: #000000;
}

* html #mainNav a { 
	width: 1px;
}
/* End of NAV CSS */

.heading {
	font-weight: bold;
}


.roundBottom
{
	display: block;
	width: 245px;
	float:right;
}

.roundBottom *
{
	display: block;
	background-color: #2E539B;
	height: 1px;
	overflow: hidden;
}

.row1
{
	margin: 0 5px;
}

.row2
{
	margin: 0 3px;
}

.row3
{
	margin: 0 2px;
}

.row4
{
	margin: 0 1px; 
	height: 2px
} 

.lroundBottom
{
	float:left;
	display: block;
	width: 515px;
}

.lroundBottom *
{
	display: block;
	background-color: #DBD8E0;
	height: 1px;
	overflow: hidden;
}

.lrow1
{
	margin: 0 5px;
}

.lrow2
{
	margin: 0 3px;
}

.lrow3
{
	margin: 0 2px;
}

.lrow4
{
	margin: 0 1px; 
	height: 2px
} 

.froundBottom
{
	float:left;
	display: block;
	width: 760px;
}

.froundBottom *
{
	display: block;
	background-color: #DBD8E0;
	height: 1px;
	overflow: hidden;
}

.frow1
{
	margin: 0 5px;
}

.frow2
{
	margin: 0 3px;
}

.frow3
{
	margin: 0 2px;
}

.frow4
{
	margin: 0 1px; 
	height: 2px
} 

.phoneNumber
{
	margin-bottom: 10px;
}