/*=STRUCTURE
=== === === === === === === === === === */
html {
    height: 100%;
    margin-bottom: 1px;
}
body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #534741;
	background-image: url(../img/bg-body.gif);
	background-position: top;
	background-repeat: repeat-x;
	color: #ffffff;
}
.container {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}
.col_full {
	width: 100%;
	float: left;
	clear: both;
}
.col_half {
	float: left;
	width: 375px;
}
.col_large {
	float: left;
	width: 500px;
}
.col_small {
	float: left;
	width: 250px;
}
img {
	border: none;
}
/*=COMMON
=== === === === === === === === === === */
p {
	line-height: 150%;
	margin: 0 0 10px 0;
	padding: 0 40px 0 20px;
}
ul{
	line-height: 150%;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 125%;
	font-weight: normal;
	font-family: Georgia, serif;
	padding: 0 20px;
	margin: 20px 0 10px 0;
	color: #d0b3a3;
}

h3 {
	font-size: 1.5em;
}

a:link, a:visited {
	color: #ff705d;
	text-decoration: none;
}
a:hover, a:active {
	color: #ff705d;
	text-decoration: underline;
}
fieldset {
	padding: 0 0 15px 0;
	margin: 0;
	border: 0;
}

/*=HEADER
=== === === === === === === === === === */
#header {
	
}
#header h1 {
	width: 750px;
	height: 95px;
	position: relative;
	padding: 0;
	margin: 0;
}
#header h1 span {
	background-image: url(../img/logo-maxwellmorgan.gif);
	background-position: top;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

/*=NAVIGATION
=== === === === === === === === === === */
#navigation ul {
	padding: 0;
	margin: 0; 
	float: right; 
	height: 55px; 
	width: 750px; 
	list-style: none; 
	color: #fff; 
	background: #dc4834 url(../img/navigation.gif) top left no-repeat;
}

#navigation li { 
	float: left; 
	height: 55px;
	border-bottom:none;
 }

#navigation li a {
	display: block; 
	padding-top: 55px; 
	height: 0px !important; 
	overflow: hidden; 
	border-bottom:none;
	outline: none;
}

#navigation li.home {
	background: transparent url(../img/nav_home_active.gif) top left no-repeat;
	width: 72px; 
}

#navigation li.firm {
	background: transparent url(../img/nav_firm_active.gif) top left no-repeat;
	width: 102px;
}

#navigation li.attorney {
	background: transparent url(../img/nav_attorney_active.gif) top left no-repeat;
	width: 140px;
}

#navigation li.resources {
	background: transparent url(../img/nav_resources_active.gif) top left no-repeat;
	width: 92px;
}

#navigation li.insights {
	background: transparent url(../img/nav_insights_active.gif) top left no-repeat;
	width: 132px;
}

#navigation li.careers {
	background: transparent url(../img/nav_careers_active.gif) top left no-repeat;
	width: 74px;
}

#navigation li.contact {
	background: transparent url(../img/nav_contact_active.gif) top left no-repeat;
	width: 97px;
}

#navigation li.home a {
	width: 72px;
}

#navigation li.home a:link,
#navigation li.home a:visited,
#navigation li.home a:active {
	background: transparent url(../img/nav_home.gif) top left no-repeat;
}

#navigation li.firm a {
	width: 102px;
}

#navigation li.firm a:link,
#navigation li.firm a:visited,
#navigation li.firm a:active {
	background: transparent url(../img/nav_firm.gif) top left no-repeat;
}

#navigation li.attorney a {
	width: 140px;
}

#navigation li.attorney a:link,
#navigation li.attorney a:visited,
#navigation li.attorney a:active {
	background: transparent url(../img/nav_attorney.gif) top left no-repeat;
}

#navigation li.resources a {
	width: 92px;
}

#navigation li.resources a:link,
#navigation li.resources a:visited,
#navigation li.resources a:active {
	background: transparent url(../img/nav_resources.gif) top left no-repeat;
	width: 89px;
}

#navigation li.insights a {
	width: 132px;
}

#navigation li.insights a:link,
#navigation li.insights a:visited,
#navigation li.insights a:active {
	background: transparent url(../img/nav_insights.gif) top left no-repeat;
}

#navigation li.careers a {
	width: 74px;
}

#navigation li.careers a:link,
#navigation li.careers a:visited,
#navigation li.careers a:active {
	background: transparent url(../img/nav_careers.gif) top left no-repeat;
}

#navigation li.contact a {
	width: 97px;
}

#navigation li.contact a:link,
#navigation li.contact a:visited,
#navigation li.contact a:active {
	background: transparent url(../img/nav_contact.gif) top left no-repeat;
}

#navigation li.home a:hover,
#navigation li.firm a:hover,
#navigation li.attorney a:hover,
#navigation li.resources a:hover,
#navigation li.insights a:hover,
#navigation li.careers a:hover,
#navigation li.contact a:hover {
	background: none;
}

div#adminmenu {
	background-image: url(../img/separate.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: right;
}

div#adminmenu ul {
	margin: -10px 0px 10px;
	padding: 0px 20px 10px;
}

div#adminmenu ul li {
	display: inline;
	font-size: 120%;
	margin-right: 10px;
}

/*=PROMO
=== === === === === === === === === === */
#promo {
	
}
#promo img {
	display: block;
}

/*=CONTENT
=== === === === === === === === === === */
#content {
	
}
#content .col_full {
	background-color: #79685f;
	background-image: url(../img/bg-content.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding: 0 0 10px 0;
}
#content h2.title {
	font-size: 250%;
	padding: 0 20px 10px 20px;
	margin: 20px 0 20px 0;
	background-image: url(../img/separate.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#content p.crumb {
	font-size: 85%;
	margin: 10px 0 0 0;
	padding: 0 40px 0 20px;
	color: #d0b3a3;
}
#content form#contactForm,
#content form#postForm {
	padding: 0 40px 20px 20px;
	margin-bottom: 20px;
}
#content form#postForm {
	background-image: url(../img/separate.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#content form#postForm label,
#content form#contactForm label {
	display: block;
	margin-bottom: 5px;
}
#content form#postForm input.textfield,
#content form#postForm textarea,
#content form#postForm input.submitButton,
#content form#contactForm input.textfield,
#content form#contactForm textarea,
#content form#contactForm input.submitbutton {
	border: none;
	color: #333;
	padding: 5px;
	margin: 0px 0px 10px;
}
#content form#postForm input.submitButton,
#content form#contactForm input.submitbutton {
	background-color: #534741;
	color: #ffffff !important;
}
#content form#postForm input.textfield,
#content form#contactForm input.textfield {
	width: 70%;
}
#content form#postForm textarea,
#content form#contactForm textarea {
	height: 150px;
	width: 90%;
}
#content div.profile {
	float: left;
	margin-bottom: 20px;
	width: 50%;
}
#content div.profile div.photo {
	float: left;
	padding: 0 20px 0 0;
}
#content div.profile div.photo img {
	border: 1px solid #d0b3a3;
	margin: 10px 0 0 20px;
}
#content div.photo {
	float: left;
	padding: 0px 20px 10px 20px;
}

/*=FOOTER
=== === === === === === === === === === */
#footer {
	
}
#footer .col_full {
	background-color: #79685f;
	background-image: url(../img/separate.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#footer ul {
	color: #b59b8e;
	clear: both;
}
#footer ul span {
	color: #ffffff;
}
#footer .profiles {
	padding: 0 0 0 10px;
}
#footer .profiles div {
	float: left;
	width: 65px;
}
#footer .profiles div img {
	margin: 0 0 10px 10px;
	display: block;
}
#footer .profiles div a img {
	border: 1px solid #ff705d;
}

/*=CREDS
=== === === === === === === === === === */
#creds {
	
}
#creds p {
	background-image: url(../img/bg-credits.gif);
	background-position: top;
	background-repeat: no-repeat;
	color: #89766c;
	margin: 0;
	padding: 20px 20px 30px 20px;
	text-align: center;
}

