/* *************************************************************************
Title : CSS main styles
Author : Designkitchen, Inc.
Description : Common styles for layout and appearance
Created : feb.06.2007 
Modified : 


CSS TOC
=HTML SELECTORS
=LAYOUT
=NAVIGATION
=SECTION SPECIFIC
************************************************************************* */

/* =PAGE CONTENT */
@import url("content.css");


/* *************************************************************************
=HTML SELECTORS
************************************************************************* */
* {
}	
html {
}	
body {
	background:url(../images/pmi/body.bkg.gif) repeat-x 0 0;
	color:#525252;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

/* ----- HEADINGS ----- */
h1 {
	color:#fff;
	font-family:"Palatino Linotype", "Palatino", "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:10px 0 0 10px;
}
h1 span, h4 span{ display:none;}

h1.homeNewsH1{
	background:url(header.news.gif) no-repeat 0 0;
	border-bottom:3px solid #ec5f27;
	height:13px;
	margin:15px 0 8px 11px;
	padding:0 0 9px 0;
	width:275px;
}
h1.tools{
	background:url(header.tools.gif) no-repeat 0 0;
	border-bottom:3px solid #ec5f27;
	height:13px;
	margin:15px 0 0 11px;
	padding:0 0 9px 0;
	width:275px;
}
h2 {
	color:#868a71;
	font-family:"Palatino Linotype", "Palatino", "Times New Roman", Times, serif;
	font-size:2.0em;
	font-weight:normal;
	margin:0 0 0 0;
	padding:0 0 0px 0;
}
h3 {
	color:#424141;
	font-family:"Palatino Linotype", "Palatino", "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:bold;
	padding:0 0 0px 0;
}
h3.searchResultsH3{
	margin:17px 0 8px 0;
}
h4 {
	height:13px;
	margin:0;
	padding:0 0 13px 0;
	width:104px;
}
h4.getWiseHead{
	background:url(header.getWise.gif) no-repeat 0 0;
	margin-top:13px;
}
h4.industryNews{
	background:url(header.industryNews.gif) no-repeat 0 0;
	margin-top:17px;
	margin-left:2px;
	padding:0 0 10px 0;
}
h4.relatedLinks{
	background:url(header.relatedLink.gif) no-repeat 0 0;
	margin-left:2px;
	padding:0 0 10px 0;
}
h4.relatedLinksEs{
	background:url(/header.relatedLinkEs.gif) no-repeat 0 0;
	margin-left:2px;
	padding:0 0 10px 0;
	width:159px;

}
h4.tools{
	background:url(header.tools.gif) no-repeat 0 0;
}

h5{
	color:#525252;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
}
h6 {
}

/* ----- PARAGRAPHS ----- */
.disclaimer {
	width:350px;
	color:#666;
	font-size:10px;
	font-style: italic;
}
/* ----- PARAGRAPHS ----- */
p {
	font-size:11px;
	padding:0 0 3px 0;
	margin:0;	
}	
sup {
	font-size:.8 em;
}	

/* ----- QUOTES ----- */
blockquote {
}
cite {
}
/* ----- CODE ----- */
pre {
}
code {
}
/* ----- LISTS ----- */
li {
	font-size:11px;
}
ol {
}
ul {
	margin:0;
	padding:0;
	position:relative;
}
ol li {
}
ul li {
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
}
/* ----- IMAGES ----- */
img {
	border:0;
	margin:0;
	padding:0;
}
/* ----- TEXT FORMATTING ----- */
strong {
}
em {
}
b {
}
i {
}
ins {
	text-decoration: none;
}
del {
}
/* ----- LINKS ----- */
a {
	 color:#868a71;
	/* color:#6699cc; */
	text-decoration:underline;
}
a:visited {
	color:#868a71;
}
a:hover {
	color:#868a71;
	text-decoration:none;
}
/* ----- TABLES ----- */
table {
	border:0;
	border-top: 0;
	background: none;
}
caption {
}
thead {
}
tbody {
}
tfoot {
}
tr {
}
th {
}
td {
	border:0;
	border-top: 0;
	background: none;

}
/* ----- FORMS ----- */
form {
	margin:0;
	padding:0;
}
fieldset {
}
legend {
}
label {
}
input, select, textarea {
	font-size:11px;
	height:16px;
	margin:0;
	padding:2px 0 0 0;
}
input {
	border:1px solid #999;
}
input.normal{
	border:none;
}
input.searchTxt{ 
	border:1px solid #9c9c9c;
	float:left;
	height:16px;
	margin:0 5px 20px 0;
	position:relative;
	width:135px;
}
input.searchTxt_home{
	width:184px;
		vertical-align:middle;
}
input.searchTxt_results{
	font-size:1em;
	padding:1px 0 0 5px;
	width:224px;
	vertical-align:middle;
}
input.button{
	border:none;
	height:20px;
	margin:0;
	padding:0;
	width:75px;
}
input.homeSearchBtn{
	border:none;
	height:20px;
	padding:0 0 0 0 ;
	width:75px;
	vertical-align:middle;
}
input.searchResutlsBtn{
	border:none;
	height:20px;
	padding:0 0 0 0 ;
	width:119px;
	vertical-align:middle;
}

/*
input.button{
	background:#f37022 url(../images/pmi/button.bkg.gif) no-repeat top left;
	border:none;
	color:#fff;
	font-weight:bold;
	height:20px;
	letter-spacing:.05em;
	margin:0;
	padding:0 4px 0 10px;
	position:relative;
	width:70px;
}*/
input.refineSearch_button{
	background:#f37022 url(../images/pmi/button.bkg.gif) no-repeat top left;
	border:none;
	color:#fff;
	font-weight:bold;
	height:20px;
	letter-spacing:.05em;
	margin:0;
	padding:0 4px 0 10px;
	position:relative;
	width:115px;
}

optgroup {
}
option {
}
/* ----- DEFINITIONS ----- */
dl { 
}
dt {
}
dd {
}

/* ----- Horizontal Rule -----*/
hr{
	border:0;
	border-bottom:1px solid #e9ebe1;
	clear:both;
	height:1px;
	padding:0;
	margin:0 0 4px 0;
}
.hr{
}

/* ----- ID AND CLASS SELECTORS ----- */
.clear {
	clear:both;
	font-size:1px;
	line-height:1px;
	margin:0px;
	padding:0px;
}
.clearBoth{
	clear:both;
}
.floatLeft{ 
	float:left;
	position:relative;
}
.floatRight{ 
	float:right;
	position:relative;
}

/* for subpanel toggle */
.off{
	background-color:#FFFFFF;
	top:-999999px;
	left:-9999px;
	position:absolute;
}

.on{
	background-color:#FFFFFF;
	position:static;
}
.on div{	position:static;}
.on ul, .on ul li{ position:static;}

/* *************************************************************************
=LAYOUT
************************************************************************* */


/* --- containers --- */


#containAll{
	width:900px; 
	padding:127px 0 0 0;
	position:relative;
	text-align:left;
	margin:0 auto 0 auto;
}
#containerHome{
  clear:both;
	padding:8px 0 30px 0;
	position:relative;
	width:900px;
	z-index:0;
}
#container{
  clear:both;
	padding:0 0 30px 0;
	position:relative;
	width:900px;
	z-index:0;
}
#homeBkg{
		background:transparent url(../images/pmi/home.media.bkg.gif) repeat-x 0 462px;
}
/*#contentHome{
	background:#fff url(../images/pmi/home.media.bkg.gif) repeat-x 0 290px;
	padding:0 0 69px 0;
	position:relative;
	z-index:0;
}*/

/* ----- footer ----- */

#footer{
	color:#868a71;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0 auto 0 auto;
	padding:0;
	position:relative;
	width:855px;
  text-align:center;
}

#footer p{
	color:#868a71;
	font-size:11px;
	float:left;
	margin:6px 0 0 4px;
	padding:0 11px 0 0;
	position:relative;
}
#footer li{	font-size:11px;}
#footer ul{
	height:11px;
	margin:0;
	padding:0;
}
#footer ul li{
	border-left:1px solid #8f9281;
	float:left;
	height:10px;
	margin:8px 0 8px 0;
	padding:0 11px 0 11px;
}
#footer ul li a, #footer ul li a:visited {
	color:#8f9281;
	float:left;
	margin:-2px 0 0 0;
	position:relative;
	text-decoration:none;
	vertical-align:top;
}
#footer ul li a:hover {
	color:#8f9281;
	text-decoration:underline;
}
#footerContainer{
	background:#fff url(footer.bkg.gif) repeat-x 0 0;
	margin:30px 0 0 0;
	height:25px;
	padding:0 0 20px 0;
	width:100%;
	text-align:center;
	
}


/* ----- header ----- */
#header{
	height:139px;
	left:0;
	top:0;
	position:absolute;
	width:100%;
	z-index:101;
}
/* *************************************************************************
=NAVIGATION
************************************************************************* */
/*------ Global Location -----*/
#globalLocation{
		left:800px;
		position:absolute;
		top:81px
}
/*------ Global Navigation -----*/
#globalNav{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	background:#868a71;
	height:15px;
	padding:2px 0 0 0;
}
#globalNav ul{
	float:right;
}
#globalNav ul li{
  border-right:1px solid #d2d5c3;
	float:left;
	height:5px;
	letter-spacing:0;
	margin:1px 0 0 0;
	padding:4px 1.4em 2px 1.4em;
	position:relative;
}
#globalNav ul li.last{
	border:none;
}
#globalNav ul li a, #globalNav ul li a:visited, #globalNav ul li.last a{
	color:#d2d5c3;
	float:left;
	margin:-6px 0 0 0;
	position:relative;
	text-decoration:none;
}
#globalNav ul li a:hover{
	color:#fff;
	text-decoration:none;
}
/*------ Logo -----*/
#logo{
	left:20px;
	position:absolute;
	top:35px;
	z-index:101;	
}
/*#logo{
	left:26px;
	position:absolute;
	top:44px;
	z-index:101;	
}*/

/*------ Main Navigation -----*/
#mainNav{
	left:12px;
	height:33px;
	position:absolute;
	top:102px;
	z-index:101;
}
/*#homeBkg div#mainNav{
	background:url(/resource_center/) no-repeat 3px 22px;
}*/
  #mainNav span { display:none;} 
#mainNav ul{
	margin:0 0 0 238px;
	position:relative;
	width:634px;
}
#mainNav ul li{
	float:left;
}
#mainNav ul li a {
	
}

/*------ Main Nav Rollovers ------*/

a#c_1,
a#c_1On{
	background:url(mainNav.whyMI.gif) no-repeat 0 0;
	display:block;
	height:33px;
	width:72px;	
}
a:hover#c_1,
a#c_1On{background:#e4e6d8 url(mainNav.whyMI-o.gif) no-repeat 0 0;}

a#c_2,
a#c_2On{
	background:url(mainNav.rates.gif) no-repeat 0 0;
	display:block;
	height:33px;
	width:65px;	
}
a:hover#c_2,
a#c_2On{ background:#e4e6d8 url(mainNav.rates-o.gif) no-repeat 0 0;}

a#c_3,
a#c_3On{
	background:url(mainNav.prodServ.gif) no-repeat 0 0;
	display:block;
	height:33px;
	width:125px;
}
a:hover#c_3,
a#c_3On
{ background:#e4e6d8 url(mainNav.prodServ-o.gif) no-repeat 0 0;}

a#c_4,
a#c_4On{
	background:url(mainNav.resCenter.gif) no-repeat 0 0;
	display:block;
	height:33px;
	width:110px;
}
a:hover#c_4,
a#c_4On
{	background:#e4e6d8 url(mainNav.resCenter-o.gif) no-repeat 0 0;}

a#c_5,
a#c_5On{
	background:url(mainNav.ECON.gif) no-repeat 0 0;
	display:block;
	height:33px;
	width:84px;	
}
a:hover#c_5,
a#c_5On{	background:#e4e6d8 url(mainNav.ECON-o.gif) no-repeat 0 0;}

a#c_6,
a#c_6On{
	background:url(mainNav.underwriting.gif) no-repeat 0 0;
	display:block;
	height:33px;
	width:94px;	
}
a:hover#c_6,
a#c_6On{	background:#e4e6d8 url(mainNav.underwriting-o.gif) no-repeat 0 0;}

a#c_7,
a#c_7On{
	background:url(mainNav.contact.gif) no-repeat 0 0;
	display:block;
	height:33px;
	width:84px;	
}
a:hover#c_7,
a#c_7On
{	background:#e4e6d8 url(mainNav.contact-o.gif) no-repeat 0 0;}


/*------ Skip Navigation (section 508 sites) -----*/

.skipNav{
	display:none;
}


/* *************************************************************************
=SECTION SPECIFIC
************************************************************************* */

/* ----- Positioning ----- */
#leftColumn{
	float:left;
	margin:0;
	padding:0 0 0 14px;
	position:relative;
	width:226px;
}
#rightColumn{
 float:right;
 width:644px;
}

#minywebdisclosure{
/*	float:right;
	position:inherit;
	width: 400px;  */
 	font-family: Verdana, "Univers 55", Helvetica, Arial, sans-serif;
	font-size: 7pt;
	color: #999999;
	padding: 15px 0 0 0;
}


/***************************************************************************
=TAGLINE
****************************************************************************/

.tagline {
	margin:16px 0 0 0px;
	color:#fff;
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
font-weight:bold;
font-style: italic;
	}
