﻿/* Color Palette */
.back-1 {
	/* Dark Blue */
	background-color: #051644;
	color: #F7B01A;
}
.back-2, .current {
	/* Light Blue */
	background-color: #C9D1E6;
	color: #051644;
}
.back-3, .sf-menu li li, .sf-menu li li li {
	/* Dark Green */
	background-color: #68864A;
	color: #FFFFFF;
}
.back-4, .sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, #submenu .current {
	/* Light Green */
	background-color: #8EA379;
	color: #FFFFFF;
}
.back-5 {
	/* Yellow */
	background-color: #F7B01A;
	color: #051644;
}
.back-6, .sf-menu li, .sf-menu a:active {
	/* White */
	background-color: #FFF;
	color: #051644;
}
.fore-1, .sf-menu a, .sf-menu a:visited {
	/* Dark Blue */
	color: #051644;
}
.fore-2 {
	/* Light Blue */
	color: #C9D1E6;
}
.fore-3, .subtitle, .title, h2, h3 {
	/* Dark Green */
	color: #68864A;
}
.fore-4 {
	/* Light Green */
	color: #8EA379;
}
.fore-5 {
	/* Yellow */
	color: #F7B01A;
}
.fore-6 {
	/* White */
	color: #FFF;
}
.border-1 {
	/* Dark Blue */
	border-color: #051644;
}
.border-2, .client {
	/* Light Blue */
	border-color: #C9D1E6;
}
.border-3 {
	/* Dark Green */
	border-color: #68864A;
}
.border-4 {
	/* Light Green */
	border-color: #8EA379;
}
.border-5 {
	/* Yellow */
	border-color: #F7B01A;
}
.border-6 {
	/* White */
	border-color: #FFF;
}
/* Structure */
body {
}
img {
	border: 0;
}
.title {
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
}
.subtitle {
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
}
.client {
	float: left;
	padding: 1em;
	margin: 1em;
	text-align: center;
	white-space: nowrap;
	border: solid 2px;
	width: 40%;
}
#header {
	min-height: 42px;
	height: auto !important;
	height: 42px;
	margin-top: 50px;
}
#logo {
	min-height: 27px;
	height: auto !important;
	height: 27px;
	font-family: Trajan Pro;
	font-weight: bold;
	background: url('../images/mlg.png') no-repeat left;
}
#tel {
	min-height: 42px;
	height: auto !important;
	height: 42px;
}
#menu {
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 25px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	z-index: 60000;
}
.sf-menu li li {
	white-space: nowrap;
}
.sf-menu {
	position: relative;
}
#submenu .members {
	display: none;
}
#submenu .practices {
	display: none;
}
#flash-container {
	text-align: center;
}
#main {
	position: relative;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}
#main-left {
	min-height: 300px;
	height: auto !important;
	height: 300px;
}
#main-left-content {
	min-height: 276px;
	height: auto !important;
	height: 276px;
	margin: 2px;
	padding: 10px;
	text-align: justify;
	line-height: 2em;
}
#main-right {
	min-height: 300px;
	height: auto !important;
	height: 300px;
}
#main-right-content {
	min-height: 296px;
	height: auto !important;
	height: 296px;
	text-align: center;
	margin: 2px;
	
}
#footer {
	min-height: 100px;
	height: auto !important;
	height: 100px;
	margin-top: 10px;
	text-align: center;
	font-variant: small-caps;
}
