body  {
	margin: 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: 11px;
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
        background-image: url(/irg/css/themes/irg/images/backgroundiig.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 800px;
        background-image: url(/irg/css/themes/irg/images/irg_back.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin-top: 15px;
        clear:both;
} 




#header {
	height: 180px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
#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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
height:123px;
}
#sidebar1 {
	width: 150px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	float: left;
	height: 100%;
	
}
#mainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	/*float: left;*/

} 


/* @group Index Page Background 
=================================================== */

#mainContentindex {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 1px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 30px;
/*        background-image: url(/iig/css/themes/iig/images/backgroundindex.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;*/
        width:345px;

        float:left;
} 


#indexnews {
        width: 135px;
	padding: 10px;
        margin-right: 25px;
      margin-top:45px;
margin-bottom:10px;
        border: 2px solid #00525E;
	float: right;
} 

}
.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;
}

/* @end Index Page Background 
=================================================== */

#footer {
	background-color: #FFFFFF;
	/*height: 30px;*/
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
        margin-bottom:20px;
        margin-top:-1px;
margin-left:auto;
margin-right:auto;
align: left;
width:800px;

} 
#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 */
}
.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;
}
.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;

}


a:link {
	color: #00525E;
	text-decoration: none;
}
a:visited {
	color: #00525E;
	text-decoration: none;
}
a:hover {
	color: #498690;
	text-decoration: underline;
}
a:active {
	color: #498690;
	text-decoration: underline;
}


a img {
	border:none;
}




/* @end Header
--------------------------------------------------- */






.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	text-align: left;
	margin-right: 20px;
}



p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
	text-align: left;
}




h1, h2, h2.pageTitle { 	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00525E;
	text-align: left;
padding-bottom:8px;


}
h3, h4, h5  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
h6, h7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}



/* @group Primary Nav
=================================================== */




#navPrimary * {
	margin:0px;
	padding:0px;
}

#navPrimary {
	margin:0px;
	padding-left: 0px;
	padding-right:0px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border:0px solid green;
	width: 800px;
	background-color: #005963;
        float:left;
/*      	text-align:center;*/

}


#navPrimary ul   {
       float:left;

}

#navPrimary li   {

      float:left;
      position:relative;
      list-style-type:none;
      width: 133.3px;
	margin:0px;
      white-space: nowrap;
}

#navPrimary a {
       display:block;
      line-height:14px;
      padding: 5px 8px;
      color: #fff;
      text-decoration:none;
	background-color: #005963;
text-align:center;
}

#navPrimary a:hover {

	background-color: #818386;
	color: #fff;

}

#navPrimary li ul {
      position: absolute;
      display:none;
      width: 133.3px;
      /*left: 0px;*/

}

#navPrimary li:hover ul {

      display: block;

}

#navPrimary li ul li {
      width: 100%;

}

/* @end Primary Nav
--------------------------------------------------- */




/* @group Footer
=================================================== */

#footer {
        background-color: #FFFFFF;
	height: 7px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
#footer a:link {
	color: #333;
	text-decoration: none;
}
#footer a:visited {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
#footer a:active {
	color: #000000;
	text-decoration: underline;
}

#footer ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	float: left;
	margin-right: .5em;
	padding-right: .5em;
}

#footer li.last {
	padding: 0;
	margin: 0;
	border: none;
}

#footer p {
	margin: 0;
	float: left;
}

/* @end Footer
--------------------------------------------------- */









/*  @goup Share price
===================================================== */

.share {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00525E;
	line-height: normal;
	text-decoration: none;
	font-weight: bold;
}
.share a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00525E;
	line-height: normal;
	text-decoration: none;
}
.share a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00525E;
	line-height: normal;
	text-decoration: none;
}
.share a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: normal;
	text-decoration: underline;
}
.share a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: normal;
	text-decoration: underline;
}

/*  @end Share price
----------------------------------------------------- */


/* Annual Reports Table
=================================================================================================================== */
.rowcolortitle {
	background-color: #00525E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

/*

.rowcolortitle h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

*/

.rowcolor1 {
	background-color: #FFF;
}

.rowcolor2 {
	background-color: #EEEEEE;
}

table.contents {
	width:600px;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

table.contents p {
	margin: 0;
	padding: 3px 3px;

}

table.contents h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 5px 3px;

}


/* END Annual Reports Table
=================================================================================================================== */



/* announcements @table Layout
===================================================== */

.tbl_announcements {
        border: 0px solid;
	background-color: #ffffff;
	font-size: 11px;
        width: 100%;
        padding: 5px;
        font-weight: normal;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        border-collapse: collapse;
}

.tbl_announcements th {	
	background-color: #498690;
        color: #ffffff;
        padding: 5px;

}

.tbl_announcements td {
        font-weight: normal;
        padding: 5px;
}
	
.tbl_announcements tr {
	background-color: #ffffff;
        font-weight: normal;
	}

.tbl_announcements tr.altrow {
	background-color: #eeeeee;
        font-weight: normal;
	}
	
/* End announcements @table Layout
----------------------------------------------------- */





/* @group CLEARFIX
=================================================== */

/* Clearing floats without extra markup
	Based on How To Clear Floats Without Structural Markup by PiE
	[http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {
	display: inline-block;
	}

* html .clearfix {
	height: 1%;
	}

.clearfix {
	display: block;
	}

/* @end CLEARFIX
---------------------------------------------- */