@charset "UTF-8";
/* CSS Document */

/* home page style */

div.category {
	clear: both;
	margin-bottom: 9px;
	padding: 0;
	border: 1px solid #e5e5e5;
	-webkit-border-radius:3px;
	background-color: #fcfcfc;	
}

div.category h1, h1.category, h2.category {
	text-align: left;
	letter-spacing: .3em;
	word-spacing: 2px;
	margin: 0;
	color: white;
	height: 27px;
	background: #78a2cc;
	padding: 0 0.4em 0 0.7em;
	font: bold 13px/19px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78a2cc', endColorstr='#fcfcfc'); /* for IE */
	background: -webkit-gradient(linear, left 50%, left bottom, from(#78a2cc), to(#fcfcfc)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #78a2cc, #78a2cc,  #fcfcfc); /* for firefox 3.6+ */
}

ol {
	margin-top: 9px;
	margin-bottom: 9px;
	margin-left: 25px;
}

body.home ol li {
	list-style-type: decimal;
	margin-bottom: 0;
}

div.abstract h2 {
	font-weight:bold;
	margin-top: 0;
}

div.abstract p {
	font-family: Georgia;
	margin-top: 0;
}

div.section {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background-color: #fcfcfc;
}

div.pages {
	display:inherit;
}

div.article {
	background: white;

	padding: 9px 18px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

span.date {
	color: #CCC;
}

span.disclosure {
	padding: 1px;
	background-color: #E8E8E8;
	color: #888;
	font-size: 9px;
	cursor: pointer;
	font-family: Helvetica, Arial, sans;
}

#lcol, #rcol, .lcol, .rcol {
	width: 455px;
}

#lcol, .lcol {
	float:left;
}

#rcol, .rcol {
	float:right;
}

div#pubdesc, #pubdesc2 {
	float: left;
	width: 475px;
}

div#pullquotes, #pullquotes2 {
	float: right;
	width: 375px;
	margin-left: 18px;
	padding: 0;
}

body.home #pullquotes {
	width: 310px;
}

body.home #pubdesc {
	width: 400px;
}

div#pullquotes p, div.testimonials p, #pullquotes2 p {
	font-style: italic;
}

div.testimonials {
	padding-top: 1em;
}

div#ads {
	float: right;
	width: 150px;
	text-align: center;
}

div#ads img {
	margin: 1em auto 0 auto;
}

/* special heading treatment for MPG home page header */

body.mpg.home div#header {
	border-bottom: none;
	text-align: left;
	min-height: 0;
}

#masthead {
	margin-top: 20px;
}

body.mpg.home div#header div.title {
	text-align: center;
	font-size: 36px;
	line-height: 1.2;
	color: black;
}

body.mpg.home div#header div.subtitle {
	text-align: center;
	font-size: 27px;
	line-height: 1.2;
}

body.mpg.home div#header div.byline {
	text-align: center;
	font-weight: normal;
	font-style: normal;
	color: black;
	line-height: 1.2;
}

#phototopics {
	padding: 0.5em 1em 0.5em 1em;
	border: 2px solid gray;
	background-color: #eee;
	margin-bottom: 18px;
}

#phototopics .ptheading, #updatebox .date {
	text-transform: uppercase;
	letter-spacing: .2em;
	font: 9px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;

	margin-bottom: 1em;
}

#tocheading {
	text-align: center;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: bold;
	margin-top: 18px;
}

/* experimental bullet treatment on consulting pages */

#ccspecial {
	margin-left: 0;
	padding: 0.5em;
	border-style: solid;
	border-color: black;
	height: 85px;
	margin-top: 1em;
}

#ccspecial li {
	float: left;
	list-style-type: none;
	margin: 0 0 13px 0;
	padding: 0;
	width: 175px;
	color: black;
	font: bold 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
}


#headerad {
	float: right;

}

#updatebox {
	text-align: left;
}

.first {
	margin-top: 0;
}

body.home #footer {
	border:none;
}

#footer p#footernav {
	font: 11px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	text-align: center;
	margin-bottom: 1em;
}

div.thirds {
	width: 295px;
	float: left;
	margin-right: 18px;
}

div.thirds.last {
	margin-right: 0;
	clear: right;
}

div.thirds h2 {
	text-align: center;
}

#softwarebox .abstract {
	text-align: center;
}

body.updates #mainContent {
}


body.updates h1 {
	margin-bottom: 1em;
}

body.updates ul {
	margin-bottom: 2em;
}

#announcement {
	margin-top: 2em;
	padding: 1em;
	border: 1px solid #8bb1d7;
	background-color: #cddff1;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;

}