@charset "UTF-8";
/* CSS Document */

form { 
	margin: 0;
	padding: 0;
}
small {
	color: #888;
	font-size: 11px;
}
small a { color: #888; text-decoration: underline; }
small a:visited { color: #888; text-decoration: underline; }
small a:hover { color: #888; text-decoration: underline; }

.pipe {
	margin: 0px 3px 0px 3px;
}
.clear {
	clear: both;
	font-size: 1px;
}
.no-underline {
	text-decoration: none;
}
.blacklink { color: #333; text-decoration: underline; }
.blacklink:visited { color: #333; text-decoration: underline; }
.blacklink:hover { color: #333; text-decoration: underline; }

.graylink { color: #888; text-decoration: underline; }
.graylink:visited { color: #888; text-decoration: underline; }
.graylink:hover { color: #888; text-decoration: underline; }

.no-underline:link { text-decoration: none; }
.no-underline:visited { text-decoration: none; }
.no-underline:hover { text-decoration: none; }

body {
	background: url(../images/mcm_bg.gif) repeat-x top left;
	margin: 0;
	padding: 0;
}

#header {
	margin: 0; /* b:60 */
	padding: 20px 70px 20px 20px;
}
#header h2 {
	background: url(../images/mcm_logo.gif) no-repeat top left;
	margin: 0;
	padding: 0;
	width: 276px;
	height: 61px;
}
#header h2 a {
	display: block;
	margin: 0;
	padding: 0;
	width: 182px;
	height: 55px;
	/* these hide the text */
	overflow: hidden;
	line-height: 200em;
	vertical-align: bottom;
}

#contact_line {
	float: right;
	margin-top: 40px;
	color: #555;
}
#contact_line a {
	color: #555;
	text-decoration: none;
}

#pgTitle {
	margin-bottom: 17px;
	padding-bottom: 0;
}

#content {
	margin-left: 30px;
	margin-right: 30px;
}
#content p,
#content li {
	font-size: 13px;
	line-height: 20px;
}
p.contained,
li.contained {
	width: 67%;
}
.contained-short {
	width: 680px;
}

#crumbs {
	margin-top: 20px;
	height: 26px;
	line-height: 26px;
}

#content table.pru-table p,
.quote_rowA p {
	font-size: 11px;
}

#mcm_footer {
	padding: 45px 30px 10px 30px;
	clear: both;
}
#mcm_footer p {
	margin-top: 0;
	margin-bottom: 15px;
	padding: 0;
	line-height: 19px;
}

.row-box {
	float: left;
	border: 1px solid #c2daf9;
	width: 300px;
	margin-top: 15px;
	margin-right: 20px;
}
.decorative-box {
	background: url(../images/vfade_blue.gif) repeat-x top left;
	border: 1px solid #b3c9e6;
	margin: 2px;
	padding: 15px;
}
.decorative-box h3 {
	border-bottom: 1px solid #b3c9e6;
	margin: 4px 0px 0px 0px;
	font-size: 16px;
	line-height: 25px;
}
.decorative-box .static {
	
}