@charset "utf-8";
/* CSS Document */

body {
	/*font-family: Helvetica, Arial, sans-serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	/*font-family: tahoma, Arial, Helvetica;*/
	line-height: 16px;
	font-size: 12px;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #eaeee2;
	/*background: #f5f9f2 url(/mops/images/mops-_bg.gif) repeat-y;*/
	
}

img { border: none; }

.bg-coat {
	width: 100%;
	height: 100%;
	/*background: #f5f9f2 url(/mops/images/mops-_bg.gif)  center repeat-y;*/
	background: #eaeee2 url(/mops/images/mops2.gif)  center repeat-y;
}

/* Fix for IE6 */
* html body div.bg-coat {
	width: 100%;
	height: 100%;
	background: #eaeee2 url(/mops/images/mops-_bg.gif) center repeat-y;
	background-position: -3px 0;
}
	

a:link, a:visited, a:active {
	text-decoration: none;
	color:#9f9a78;
}

a:hover {
	text-decoration: none;
	color:#CC9933;
}

p {
	color: #313131;
}

q { 
	text-align: justify;
	text-indent: 30px;
}

.statement {
	float: left;
	display: block;
	width: 490px;
	margin-left: 60px;
	height:auto;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color: #b44700;
	font-weight: bold;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #b44700;
	font-weight: bold;
}

ol.list-features, li.list-features {
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #b44700;
	font-weight: bold;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #b44700;
	font-weight: bold;
}

h3.prob, h3.soln {
	margin: 0;
	padding: 2px 0;
	}


dl, dt {
    font-family: Georgia, "Times New Roman", Times, serif;
	padding: 6px 0;
	font-size:14px;
	color: #b44700;
	font-weight: bold;
}


dl dd {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 16px;
	font-size: 11px;
	text-align: left;
	color: #313131;
	margin: 0;
	padding: 6px 0;
}

.highlight-prob {
	color:#b44700;
}

.highlight-solution {
	color:#495d2c;
}



.clear { clear: both; }

/* Structural Frame */
#container {
 width: 950px;
 margin: 0 auto;
 background-color: #f9f9f9;
}

#header {
 width: 100%;
 background:url(/mops/images/mops_header.png) no-repeat;
 height: 145px;
 position: relative;
}

#header .logo {
	position: absolute;
	z-index: 10;
	width: 230px;
	height: 50px;
	left: 35px;
	top: 50px;
	padding: 18px 0 0 0;
	text-align: center;
}

#header .toplinks {
	position: absolute;
	z-index: 8;
	width: 150px;
	height: 20px;
	right: 15px;
	top: 7px;
	text-align: center;
	color: #f9f9f9;
}

#header .toplinks a.top-links:link, a.top-links:visited, a.top-links:active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #f9f9f9;
}

#header .toplinks a.top-links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFCC33;
} 

.logo .top {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	padding: 10px 0 0 0;
	font-weight: bold;
	color: #3a3a3a;
}

.logo .style1, .style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	color: #b44700;
	font-weight: bold;
}

.style2 {
	font-size: 18px;
}

#main-content {
	position: relative;
	width: 950px;
	height: auto;
	background-color: #f9f9f9;
}

#main-content .content {
	width: 610px;
	padding: 10px 25px;
	min-height: 560px;
	height: auto;
	position: relative;
	float: left;
	background-color: #f9f9f9;
}

.content ul.list-style-1, li.list-style-1 {
	list-style-type:disc;
	color: #b44700;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.content ol.number-style-1, li.number-style-1 {
	list-style-type:decimal;
	color: #b44700;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

.content ul.list-style-2, li.list-style-2 {
	list-style-type:disc;
	color: #313131;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

.content ol.number-style-2, li.number-style-2 {
	list-style-type:decimal;
	color: #313131;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}

#main-content .content dl, dt {
    font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0;
	margin: 0;
	font-size:11px;
	font-weight:normal;
	color: #b44700;
}


#main-content .content dl dd {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 16px;
	font-size: 11px;
	text-align: left;
	text-indent: 20px;
	color: #313131;
	margin: 0;
	padding: 4px 0;
}

.box {
	margin: 6px 0 20px 3px;
	float: right;
	width: 215px;
	height: 145px;
}

#main-content .rightpanel {
	width: 289px;
	position: relative;
	float: right;
	height: auto;
}

.menupane {
	margin-top: -45px;
	position: relative;
	top: 0;
	float: right;
	width: 289px;
	height: 521px;
	background:url(/mops/images/rightpanel.png) no-repeat !important;
	background:url(/mops/images/rightpanelie.gif) no-repeat; /* IE6 get this image */
}

.sidebar-right {
	position: relative;
	clear: right;
	float: right;
	width: 289px;
	height: auto;
}

.menupane-inside {
	width: 230px;
	position:relative;
	margin-top: 90px;
	margin-left: 16px;
	height: auto;
}

.menupane-inside ul, li {
 	/*margin: 2px 0 2px 12px;*/
	margin: 0;
	list-style: none;
	padding: 6px 0 6px 0;
	font-family: "Bell MT", Garamond, "Helvetica";
	font-size: 14px;
	color: #223e6d;
}

.menupane-inside ul li a.menulinks:link, a.menulinks:visited, a.menulinks:active {
	font-family: "Bell MT", Garamond, "Helvetica";
	font-size: 14px;
	color: #223e6d;
	padding-left: 20px;
	text-decoration: none;
}

.menupane-inside ul li a.menulinks:hover {
	font-family: "Bell MT", Garamond, "Helvetica";
	font-size: 14px;
	padding-left: 20px;
	color:#CC3300;
	text-decoration: none;
}

#active {
	color: #b44700;
}


.li-active {
	background:url(/mops/images/menuline.png) no-repeat 0 27px;
}


#pre-footer-menu {
	position: relative;
	width: 930px;
	padding: 5px 10px;
	height: auto;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #576448;
	background-color: #f9f9f9;
}

#pre-footer-menu a.links:link, a.links:visited, a.links:active, a.links:hover {
	text-decoration: none;
	color:#576448;
}


#footer {
	position: relative;
	clear: both;
	width: 950px;
	height: 47px;
	background:url(/mops/images/mops_03.png) no-repeat;
}

#footer .copyright {
	position: absolute;
	width: 300px;
	height: 20px;
	top: 7px;
	right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #f9f9f9;
	font-weight: bold;
}


td, tr {
 	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}



.table-style-1 {
	text-align: center;
	border: 1px solid #576448;
}

blockquote {
/*border : 2px solid #000;*/
width: 450px;
margin: 0px auto;
padding: 10px;
/*background-color: #EEF5FA;*/
quotes: "\201C" "\201D";
}

blockquote:before, blockquote:after {
color: #b44700;
display: block;
font-size: 6em;
width: 50px;
}

blockquote p {
margin: 0;
padding: 0;
text-indent: 25px;
/*padding-left:50px;
padding-right:50px;*/
}

blockquote p:first-letter {
	font-size: 26px;
}

blockquote:before { 
content: open-quote;
height:0px;
margin: 30px 0 -12px -30px;}

blockquote:after { 
content: close-quote;
height:50px;
margin: -10px 0px -15px 450px;}


/* Sitemap List */
ul.sitemap, li.sitemap {
	list-style-type:disc;
	color: #B44700;
}

.cta_banner { display: block; float: left;  margin-top: 20px; width: 227px; height: 225px; padding-top: 70px; margin-left: 30px; margin-bottom: 50px; background:url(/images/ctabannerbg.gif) 0 0 no-repeat; }
* html body .cta_banner { margin-left: 16px; margin-top: 20px; height: 237px; padding-top: 60px; margin-bottom: 50px; }
* + html body .cta_banner { height: 237px; padding-top: 60px;  margin-top: 20px; }
.cta_banner span.learnmore { float: right; display: block; width: 84px; height: 27px; margin: 11px 10px 0 0 !important; margin: 11px 5px 0 0; }