@charset "UTF-8";
/* CSS Document */
/* General */
body { font-size:12px; font-family:verdana, arial, helvetica, sans-serif; }
a {color: #6799c8;}
a:hover {text-decoration:none;}
p {
	padding-bottom: 15px;
}

.microMain {
	background-color: #FFF; border-top: 1px solid #536378;
}
.microContent {
	float:left;
	padding-left:25px;
	width: 485px;
}
#news li {
	padding-bottom: 15px;
}

h1 {
	padding: 20px 0px;
	font-size: 22px;
}
h3 {
	padding-top: 20px;
	padding-bottom:5px;
	font-size: 12px;
}
.resources {
	float:right;
	text-align: left;
	width:312px;
	padding-top: 25px;
	padding-left: -545px;
}
.resourceHead {
	text-transform:uppercase;
	font-size: 13px;
	color: #3d5065;
	font-family:Arial, Helvetica, sans-serif;
}

#myidscorehome p, #myidscorehome .bottom {
	border-bottom: 1px solid #d4d4d5;
	padding: 0px 20px 20px 0px;
	line-height: 15px;
}
#myidscorehome .firstP {
	border: none;
	padding:0px;
}
	
/* SubNav */
#centeredmenu {
   float:left;
   width:100%;
   background:#fff;
   border-bottom: 1px solid #35475c;
   overflow:hidden;
   position:relative;
}
#centeredmenu ul {
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
   
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#centeredmenu ul li a {
   display:block;
   margin:0;
   padding:5px 12px;
   background:#e6e5d3;
   color:#35475c;
   text-decoration:none;
   line-height:1.5em;
   text-transform:uppercase;
   border: 1px solid #35475c;
   font-family:Arial, Helvetica, sans-serif;
   font-size:11px;
   border-bottom:none;
   border-left:none;
   font-weight:bold;
}
#centeredmenu ul li a:hover {
   background:#536378;
   color:#fff;
}
#centeredmenu ul li a:hover {
   color:#fff;
   background:#35475c;  
}
.borderLeft {
	 border-left: 1px solid #35475c;
}
/* styles for the "you are here" buttons */
#myidscorehome #centeredmenu a#homeLink,
#monitoring #centeredmenu a#monitoring,
#myidscore #centeredmenu a#myidscore,
#advantage #centeredmenu a#advantage,
#news #centeredmenu a#news
{
	color:#fff;
   	background:#35475c;  
}

/* IE Fixes */

/* force hover on entire width of  link */
* html #mainNav a {
	height: 1px;
}
/* TABLE */
#advantage td {
	padding: 10px;
	color: #363636;
	background-color: #cccccc;
}
#advantage .tableTop 	{
	background-color: #556578;
	padding: 30px;
	color: #ffffff;
	font-size: 18px;
}
#advantage .tdLeft {
	 background-color: #8b96a3;
	 padding: 10px;
	 color: #ffffff;
}

/* FOOTER */
#footer { clear:both; margin:0 0 10px; padding:20px 0 0 25px; font-size:11px; line-height:14px; }
    #footer a:link { color:#333; text-decoration:underline; }
	#footer a:visited { color:#7d8892; text-decoration:underline; }
    #footer a:hover { text-decoration:none; }
    #footer span.footeron { color:#a5a9ad; }