@charset "UTF-8";
/* Initialize all the main settings for the pages */
body  {
	background: #666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%; /* this setting help IE figure out how to handle all the other font variations */
}
/* Customize the settings for the main headings. */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006;
	font-size: 1.3em;
}
.twoColFixLtHdr #container #mainContent h5 {
	color: #2C39A4;
	font-size: 0.95em;
	padding-bottom: 6px;
	margin-bottom: 0px;
}
.twoColFixLtHdr #container #mainContent #listContainer table {
	padding-top: 0px;
	margin-top: 0px;
}
.twoColFixLtHdr #container #mainContent h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	text-align: justify;
	padding-bottom: 0em;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 14px;
}
.modlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	font-size: 1.1em;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006;
	font-size: 1.1em;
	text-align: center;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006;
	font-size: 1.0em;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 0.8em;
}


/* Set a large link for the ?? pages. May be available for removal. */
.twoColFixLtHdr a:link {
	font-size: 1em;
	text-decoration: none;
}
/* Add in the underline on a link when the mouse moves over it. */
.twoColFixLtHdr a:hover {
	text-decoration: underline:
}

/* Paragraph font link adding in the underline. */
.p_a_link {
	font-size: 0.7em;
	text-decoration: underline;
}

.twoColFixLtHdr #container {
	width: 990px;  /* using 20px less than a full 1000px width allows for browser chrome and avoids a horizontal scroll bar */
	w\idth: 980px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-right: 5px solid #333;
	border-bottom: thick solid #333;
	border-left: 5px solid #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
} 
.twoColFixLtHdr #header {
	/* Show the IRMT banner as a background inage. */
	background: #009 url(../Images/headerBanner.gif) no-repeat;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 980px;
	height: 100px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #container #mainMenu {
	margin: 0px;
	padding: 0px;
	background: #009;
	border-top: 2px double #00F;
	border-bottom: 1px solid #00F;
	clear: both;
	border-collapse: collapse;
	height: auto;
	position: relative;
}
.twoColFixLtHdr #container #breadcrumbs {
	font-size: 0.6em;
	color: #00009D;
	text-decoration: underline;
	height: 10px;
	margin: 0px;
	padding: 5px 0px 5px 10px;
	clear: both;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF url(../Images/IRMT_Logo_WM_SB.jpg) no-repeat left top; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 5px;
	height: 420px;
	margin: 0px;
	clear: right;
	text-align: center;
}
* html .TwoColFixHdr #sidebar {
    \width: 225px; /* for IE5 and IE6 in quirks mode */
    w\idth: 220px; /* for IE6 in standards mode */
  } 
.twoColFixLtHdr #container #sidebar1 p {
	font-size: 0.8em;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 40px 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	width: 710px;
	display: inline;
} 
* html .TwoColFixHdr #MainContent {
    \width: 700px; /* for IE5 and IE6 in quirks mode */
    w\idth: 640px; /* for IE6 in standards mode */
  } 
.twoColFixLtHdr #container #mainContent p {
	font-size: 0.8em;
	text-align: justify;
}
.italics {
	font-size: 0.8em;
	font-style: italic;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent a:link, .twoColFixLtHdr #container #mainContent a:visited {
	color: #009;
	text-decoration: none;
	font-size: 0.9em;
}
.twoColFixLtHdr #container #mainContent a:hover, .twoColFixLtHdr #container #mainContent a:active {
	color: #009;
	text-decoration: underline;
	font-size: 0.9em;
	text-align: center;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
	border-top: thin solid #666;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.6em;
	text-align: center;
	line-height: 0.3em;
}
#footerBold {
	font-weight: bold;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding: 0px;
	margin-top: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* Settings for the div tag type lists */
.twoColFixLtHdr #container #mainContent .list_link {
	background: url(../table-images/gradback.png);
	padding: 5px 5px 5px 30px;
	width: 95%;
	border-top: 1px solid #00C;
	border-right: 1px solid #00C;
	border-bottom: 1px solid #00C;
	border-left: 1px solid #00C;
	line-height: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Setting for the main header */
#container #mainContent .tableHeading {
	background: url(../table-images/gradhead.png);
	font-size: 1.1em;
	font-weight: lighter;
	color: #006;
	height: 110%;
	padding: 5px;
	border-top: 2px solid #006;
	border-right: 1px solid #006;
	border-bottom: 0px none #FFF;
	border-left: 1px solid #006;
}
/* Setting for the second header */
#container #mainContent .subHeading2 {
	font-size: 0.9em;
	font-weight: lighter;
	color: #606;
	background: url(../table-images/gradhover.png);
	padding: 5px 10px;
	border-top: 2px double #FFF;
	border-right: 1px solid #006;
	border-bottom: 0px none #FFF;
	border-left: 1px solid #006;
}
.container #mainContent .a:active {
	font-size: 0.8em;
	font-weight: lighter;
	color: #006;
	text-decoration: none;
	padding: 40px;
	margin: 0px;
}
.container #mainContent #linksList .a:hover {
	font-size: 0.8em;
	font-weight: lighter;
	color: #006;
	text-decoration: underline;
	padding: 40px;
	margin: 0px;
}
.container #mainContent #linksList .a:visited {
	font-size: 0.8em;
	font-weight: lighter;
	color: #006;
	text-decoration: none;
	padding: 40px;
	margin: 0px;
}

/* 
	CSS for tables 
	
*/
#rounded-corner
{
	font-size: 1em;
	margin: 0.1em;
	width: 90%;
	text-align: left;
	border-collapse: collapse;
	color: #009;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
#rounded-corner thead th.rounded-company
{
	background: #b9c9fe url('../table-images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #b9c9fe url('table-images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: bold;
	font-size: 0.8em;
	color: #039;
	background: #b9c9fe;
	margin: 0px;
}
#rounded-corner td
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
	font-size: 0.8em;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url('../table-images/right.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('table-images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}

#background-image
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 0.8em;
	margin: 5px;
	width: 62%;
	text-align: left;
	border-collapse: collapse;
	background: url('table-images/blurry.jpg') 330px 59px no-repeat;
}
#background-image th
{
	padding: 12px;
	font-weight: normal;
	font-size: 1em;
	color: #339;
}
#background-image td
{
	padding: 9px 12px;
	color: #669;
	border-top: 1px solid #fff;
}
#background-image tfoot td
{
	font-size: 0.8em;
}
#background-image tbody td
{
	background: url('../table-images/left.png');
}
* html #background-image tbody td
{
	/* 
	   ----------------------------
		PUT THIS ON IE6 ONLY STYLE 
		AS THE RULE INVALIDATES
		YOUR STYLESHEET
	   ----------------------------
	*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='table-images/back.png',sizingMethod='crop');
	background: none;
}	
#background-image tbody tr:hover td
{
	color: #339;
	background: none;
}
.linkText {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* 
	Styles for CSS Popup 
	
*/
#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
#popUpDiv {
position:absolute;
background-color:#eeeeee;
top: 50px;
width:600px;
height:800px;
z-index: 9002;
}
/*
	CSS for Div Lists on the home page
*/
#listContainer {
  display: table;
  border-collapse: collapse;
  table-layout: fixed;
}
#listContainer > div {
  display: table-row;
}
#listContainer > div > div {
  display: table-cell;
}
#list1 {
  width: 48%;
}
#list2 {
  width: 48%;
}
li {
	font-size: 0.8em;
	list-style: disc;
	margin: 0px 0px 0.3em;
	text-align: justify;
}
.twoColFixLtHdr #container #mainContent .rtJust {
	text-align: right;
}
.twoColFixLtHdr #container #mainContent #listContainer table tr td ul li {
	font-size: 0.8em;
	text-align: left;
	display: list-item;
}
#listContainer2 {
	display: table;
	border-collapse: collapse;
	table-layout: fixed;
	margin-top: 0px;
	padding-top: 0px;
}
.nomargintable {
	margin-top: 0px;
	padding-top: 0px;
}
.twoColFixLtHdr #container #mainContent .a tr td p a {
	text-align: center;
}
