/* General Styles */
body {
	text-align:center;
	margin: 0px;
	background-color: #D3DFEA;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
p {
	font-size: small;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
h1 {
	color: #00446A;
	font-weight: bold;
	font-size: 16px;
	padding-top: 10px;
}
h2 {
	font-size:14px;
	color: #3B7A9D;
	margin-bottom: 8px;
	font-weight: bold;
	padding: 0px;
	margin-top: 18px;
}
h3 {
	font-size:14px;
	color: #FFFFFF;
	margin-bottom: 8px;
	font-weight: bold;
	padding: 0px;
	margin-top: 18px;
	background-color: #3B7A9D;
}
a {
	color: #3B7A9D;
}
a:hover {
	color: #333333;
}
a:focus { /*this avoids having image replacement sections display a dotted outline*/
	-moz-outline-style: none;
}
img.left {
	float: left;
	padding-right: 20px;
}
.img-spacing {
	padding-top: 5px;
	padding-bottom: 5px;
}
.right {
	float: right;
}
.highlight {
	color: #00446A;
	font-weight: bold;
	font-size: 14px;
}
.highlight2 {
	color: #3B7A9D;
	font-weight: bold;
}
.top-pad {
	padding-top: 6px;
}
.blue {
	color: #00446A;
	font-weight: bold;
}
.small {
	font-size: 11px;
}
.small-gold {
	font-size: 11px;
	color: #F59F1A;
}
.small-gold-alt {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #F59F1A;
}
hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ACD6F2;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/* Main Container */
#container {
	width:780px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
}

/* Logo header area */
#header {
	width: 780px;
	height: 215px;
	background-color: #FFFFFF;
}
#header h1 {
	margin:0px;
	height: 0px !important;
	height /**/:118px;
	overflow: hidden;
	cursor: pointer;
	padding-top: 65px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(images/MMR-logo.gif);
	background-repeat: no-repeat;
	background-position: 10px 9px;
}
#header h1 span {
	display: none;
}

/* Image banner area */
#banner {
	height: 120px;
	width: 780px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ADD5F1;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #F59F1A;
	margin: 0px;
	padding: 0px;
}

/* Navigation bar */
#nav {
	width: 780px;
	height: 24px;
	padding: 0;
	margin: 0 auto;
}
#nav ul	{
	width: 780px;
	height: 24px;
	background: url("images/nav.gif") left top;
	margin: 0;
	padding: 0;
	position: relative;
}
#nav ul li	{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0px;
}
#nav ul li, #nav a	{
	height: 24px;
	display: block;
}
#nav ul li a	{
	text-indent: -9999px; 
	text-decoration: none;
}
#b1 {left: 0; width: 156px;}
#b2 {left: 156px; width: 156px;}
#b3 {left: 312px; width: 156px;}
#b4 {left: 468px; width: 156px;}
#b5 {left: 624px; width: 157px;}
#b1 a:hover {background: transparent url("images/nav.gif") 0 -24px no-repeat;}
#b2 a:hover {background: transparent url("images/nav.gif") -156px -24px no-repeat;}
#b3 a:hover {background: transparent url("images/nav.gif") -312px -24px no-repeat;}
#b4 a:hover {background: transparent url("images/nav.gif") -468px -24px no-repeat;}
#b5 a:hover {background: transparent url("images/nav.gif") -624px -24px no-repeat;}
body#focus #b1 {background: transparent url("images/nav.gif") 0 -24px no-repeat;}
body#industry #b2 {background: transparent url("images/nav.gif") -156px -24px no-repeat;}
body#why #b3 {background: transparent url("images/nav.gif") -312px -24px no-repeat;}
body#professionals #b4 {background: transparent url("images/nav.gif") -468px -24px no-repeat;}
body#research #b5 {background: transparent url("images/nav.gif") -624px -24px no-repeat;}

/* Subnavigation quick links for home and email us */
#subnav p {
	border: 0;
	float: right;
	text-align: right;
	color: #00446A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 10px;
	padding-right: 10px;
	letter-spacing: 1px;
}
#subnav a {
	color: #00446A;
	text-decoration: none;
}
#subnav a:hover {
	color: #00446A;
	text-decoration: underline;
}

/******* Dropdowns *******/
.dropmenudiv{
	position: absolute;
	top: 0;
	font-size: 11px;
	line-height: 15px;
	z-index: 100;
	width: 156px;
	visibility: hidden;
	background-color: #00446A;
	text-align: center;
	font-weight: bold;
}
.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #ADD5F1;
	padding: 6px 0;
	text-decoration: none;
	color: #FFFFFF;
}
.dropmenudiv a:hover{
	background-color: #3B7A9D;
	color: #FFFFFF;
}

/* Content area styles */
#containerHome {
	width:780px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	background-color: #FFFFFF;
	border: 1px solid #ADD5F1;
}
#content {
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-left: 25px;
}
#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-size: small;
	margin-top: 0px;
	margin-bottom: 6px;
}
#content li {
	padding-left: 15px;
	background-image: url(images/arw.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
#left {
	width: 485px;
	float: left;
}
#right {
	width: 214px;
	float: left;
	margin-left: 15px;
	line-height: 18px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3B7A9D;
}
#ltblue h1 span, #blue h1 span, #gold h1 span, #red h1 span, #green h1 span {
    display: none;
}
#ltblue h1 {
	border: 0;
	height: 0px !important;
	height /**/:80px;
	overflow: hidden;
	cursor: pointer;
	background-color: transparent;
	background-image: url(images/button-customer.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 235px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	float: left;
}
#blue h1 {
	border: 0;
	height: 0px !important;
	height /**/:80px;
	overflow: hidden;
	cursor: pointer;
	background-color: transparent;
	background-image: url(images/button-litigation.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	width: 235px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#gold h1 {
	border: 0;
	height: 0px !important;
	height /**/:80px;
	overflow: hidden;
	cursor: pointer;
	background-color: transparent;
	background-image: url(images/button-brand.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 235px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	float: left;
}
#red h1 {
	border: 0;
	height: 0px !important;
	height /**/:80px;
	overflow: hidden;
	cursor: pointer;
	background-color: transparent;
	background-image: url(images/button-claims.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	width: 235px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 125px;
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#green h1 {
	border: 0;
	height: 0px !important;
	height /**/:80px;
	overflow: hidden;
	cursor: pointer;
	background-color: transparent;
	background-image: url(images/button-product.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	width: 235px;
}

/* Page-specific styles */
body#professionals #content p {
	margin-top: 6px;
	margin-bottom: 0px;
}
body#professionals #content p.small {
	margin-top: 0px;
	margin-bottom: 0px;
}
body#professionals #content img.right {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
}
/*body#industry #content #right, body#professionals #content #right, body#contact #content #right {
	width: 205px;
	float: left;
	margin-left: 15px;
	padding: 10px;
	background-color: #B31F17;
	border: 2px solid #FFFFFF;
}
body#industry #content #right h1 span, body#professionals #content #right h1 span, body#contact #content #right h1 span {
    display: none;
}
body#industry #content #right h1, body#professionals #content #right h1 {
	background: transparent url(images/title_contact.gif) no-repeat 0px 0px;
	border: 0;
	height: 0px !important;
	height /**//*:25px;
	overflow: hidden;
	margin: 0 0 25x 0;
	padding: 25px 0 0 0;
}
body#contact #content #right h1 {
	background: transparent url(images/title_signup.gif) no-repeat 0px 0px;
	border: 0;
	height: 0px !important;
	height /**//*:25px;
	overflow: hidden;
	margin: 0 0 25x 0;
	padding: 25px 0 0 0;
}
body#industry #content #right p, body#professionals #content #right p, body#contact #content #right p {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	padding-left: 25px;
}
body#industry #content #right a, body#professionals #content #right a, body#contact #content #right a {
	color: #FFFFFF;
	text-decoration: underline;
}
body#industry #content #right a:hover, body#professionals #content #right a:hover, body#contact #content #right a:hover {
	color: #FFFFFF;
	text-decoration: none;
}*/

/* Footer */
#footer {
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 2px;
	width: 780px;
	background-color: #3B7A9D;
	height: 18px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ADD5F1;
	border-bottom-color: #ADD5F1;
	border-left-color: #ADD5F1;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* Designed by Rapture Studio text */
#tag {
	width: 780px;
	padding-top: 5px;
	margin-right:auto;
	margin-left:auto;
	text-align:right;
}
#tag p {
	font-size: 9px;
	color: #74ACCB;
}
#tag a {
	color: #74ACCB;
	text-decoration: underline;
}
#tag a:hover {
	color: #3B7A9D;
	text-decoration: none;
}
.clear {
	clear: both;
	height: 0px;
	padding: 0px;
	margin: 0px;
}
