body {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
}

#container {
	width: 100%;
	margin: 0 auto 0 auto;
	text-align: left;
}
p {
	margin-bottom: 1.5em;
	line-height: 1.4em;
	font-size: 10pt;
}
h3 {
	color: #002e57;
	font-size: 1.8em;
	font-weight: bold;
}
/*
 *	Header Div
 */
#header {
	height: 53px;
	width: 100%;
	background-color: #89a785;
	padding-top: 20px;
}
#header h1 {
	background-image: url("/images/header.gif");
	width: 555px;
	height: 37px;
	background-repeat: no-repeat;
	text-align: center;
	margin: 0 auto 0 auto;
}
#header h1 span {
	display: none;
}

/*
 *	Navigation Div
 */
#navigation {
	height: 53px;
	width: 670px;
	margin: 0 auto 0 auto;
}
#navigation h3 {
	display: none;
}
#navigation ul li a span {
	display: none;
}
#navigation ul li {
	display: inline;
	list-style: none;
}
#navigation li a {
	height: 16px;
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin: 20px 12px 0 11px;
}

/*
 *  Buttons
 */
#button_contact {
	background-image: url("/images/button_contact.gif");
	width: 56px;
}
#button_home{
	background-image: url("/images/button_home.gif");
	width: 40px;
}
#button_our_divisions {
	background-image: url("/images/button_our_divisions.gif");
	width: 92px;
}
#button_our_services {
	background-image: url("/images/button_our_services.gif");
	width: 89px;
}
#button_philosophy {
	background-image: url("/images/button_philosophy.gif");
	width: 82px;
}
#button_portfolio {
	background-image: url("/images/button_portfolio.gif");
	width: 63px;
}
#button_who_we_are {
	background-image: url("/images/button_who_we_are.gif");
	width: 80px;
}

/*
 * Footer section
 */
#footer {
	text-align: center;
	width: 770px;
	margin-top: 1em;
	margin: 0 auto 0 auto;
}
#footer p {
	font-size: 10pt !important;
}
#mcc_logo {
	margin-bottom: 1.5em;
}
#footer .col {
	float: left;
	width: 33%;
}

/*
 *  Main section 
 */
#separator {
	height: 14px;
	background-image: url("/images/separator.gif");
	background-repeat: repeat-x;
	display: block;
}
#main {
	width: 650px;
	margin: 2em auto 2em auto;
	overflow: hidden;
}
#page_title {
	color: #0b731e;
	font-family: sans-serif;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: .9em;
}

.privacy_policy h1 {
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 1em;
}
.privacy_policy .section h1 {
	font-size: 14pt;
}
.privacy_policy .section p {
	margin-left: 2em;
}
.privacy_policy .section ul {
	margin-left: 5em;
	margin-bottom: 1em;
}