/* CSS Document */

body  {
	font: 90% Arial, Helvetica, sans-serif;
		*font: 80% Arial, Helvetica, sans-serif;
	background: #bbb;
	/* 	background: #9eaab0; */
	margin: 10; 
	padding: 0;
	color: #000000; 
}

p  {
	font: 90% Arial, Helvetica, sans-serif;

	color: #000000;
}

p strong {
	font: 110% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

#sidebar hr {
	color:#ddd;
	width: 230px;
	height: 1px;
}

hr {
	color:#ddd;
	height: 1px;
}

#mainContent ul  {
	font: 90% Arial, Helvetica, sans-serif;
	color: #000000;
list-style:disc;
margin-top:0px;
}

#mainContent ul li {
	font: 95% Arial, Helvetica, sans-serif;
		*font: 90% Arial, Helvetica, sans-serif;
	color: #000000;
	*margin-top: 0px;
	padding: 3px 1px 3px 1px;
		*padding: 0px 1px 0px 1px;
		list-style:disc;
}

#mainContent ul li ul {
	font: 110% Arial, Helvetica, sans-serif;
		*font: 100% Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 8px 1px 8px 1px;
		list-style:disc;
}


span.bluebold  {
	font: 100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0073a6;
}

span.redbold  {
	font: 100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #e33f1e;
}

span.blackbold  {
	font: 125% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}

.toplink {

line-height: 11pt;

*line-height: auto;
text-align: right;

}

.toplink a {

font-size: 11px;

}

.backgroundfeature p.featuretext,   {
font-size: 35%;	
*font-size: 70%;
}
.backgroundfeature p.featuretext strong {
color:#000;  
font-size: 115%;
*font-size: 105%;
}


#mainContent .backgroundfeature p.featuretext {
  *font-size: 70%;

}

#mainContent .backgroundfeature p.featuretext a{
  *font-size: 100%;
}


.backgroundfeature p.featuretext  {
color:#555; padding: 2px 0px 2px 2px;
}

#mainContent .backgroundfeature {
background-color:#E2EBF3;
padding: 6px 8px 2px 6px;
margin-bottom: 5px;
margin-left: 17px;
border-top: 1px dotted #808080;
border-bottom: 1px dotted #808080;
width: 240px;
float: right;
}



.twoColHybRtHdr #container { 
	width: 810px;  
	background: #FFFFFF;
	border-top: 1px solid #a9bec6;
	border-bottom: 1px solid #a9bec6;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	text-align: left; 
} 
.twoColHybRtHdr #header { 
	background: #DDDDDD; 
	padding: 0 0px;  
} 

.twoColHybRtHdr #header .header-left { 
	height: 137px; float: left;
} 

.twoColHybRtHdr #header .header-inside { 
	/* height: 138px;background:url(../images/giiw-hdr_02.jpg) no-repeat; color: #fff; font-size: 11px; font-weight: bold; text-align: right; font-family: Arial;  */
} 

div.header-right { display: block;
width: auto!important;
left: 200px;
height: 137px;
background: #fff url('../images/giiw-hdr_02.jpg') no-repeat right center;
text-align: center;
}              

#header .header-right span { 
margin: 15px 10px 10px 10px;
font-size: 0.9em;
position: relative;
left: 36px;
top: 2px;
} 

#header .header-right span a { 
font-size: 11px;
text-decoration: none;
color: #fff;
} 

.header-print-en { display: none;
}      


.header-print-fr { display: none;
}      


.twoColHybRtHdr #header div span a:hover { 
text-decoration: underline;
} 
 h1, h2, h3 {
	margin: 0;
	padding: 2px 0; 
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color:#000;
}

 h1 {
	font-size: 150%;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 4px;
	padding-bottom: 0px;
	margin-top: 5px;
	*margin-top: 0px;
	height: 25px;
	position:relative;
z-index:0;
	
	
}




 h2 {
	font-size: 130%;
	*font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
	color: #e33f1e;
	margin-bottom: 5px;
	margin-top: 4px;
		position:relative;
z-index:0;
}

 h2.two {
		font-weight: bold;
	margin-top: -135px;
	*margin-top: -5px;
}

.twoColHybRtHdr #sidebar {
	float: right; 

	background: #fff; 
	padding: 10px; 
	margin-top: 10px;
}
.twoColHybRtHdr #sidebar h3 {
	margin-left: 3px; 
	margin-right: 5px;
	font-size: 130%;
}

#sidebar p {
	margin-left: 3px; 
	margin-right: 5px;
	padding: 2px;
	font-size: 12px;
}

/* Tips for mainContent:
1. The space between the mainContent and sidebar is created with the right margin on the mainContent div.  No matter how much content the sidebar div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/

.twoColHybRtHdr #mainContent {
  margin: 10px 11em 10px 20px; 
	*font: 85% Arial, Helvetica, sans-serif;
  padding: 5px;
  width: 61%;
} 

.twoColHybRtHdr #mainContent #buttons {

	margin: -5px -20px 10px 20px;

} 


.twoColHybRtHdr #mainContent strong {

	*font: 100% Arial, Helvetica, sans-serif;
	*font-weight: bold;

} 

.twoColHybRtHdr #footer { 
	padding: 0 10px; 
	margin: 5px 20px 5px 20px;
	background:#fff;
clear:both;
} 
.twoColHybRtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
		font-size: 11px;
	font-weight: bold;
}

/* Miscellaneous classes for reuse */
.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;
}

#shadow {width:814px; *width:831px; background: url(images/middle-shadow.png) repeat-y center;margin:0 auto; }
#shadowtop{margin:0 auto;height:12px;width:834px;background: url(images/top-shadow.png) no-repeat;}
#shadowbottom{margin:0 auto;height:12px;width:834px;background: url(images/bottom-shadow.png) no-repeat;}


.mainnav {
text-align:left; font-family: arial, sans-serif; position:relative; font-size:0.9em;height:1.5em; margin:0; padding:5px 2px 2px 3px; list-style-type:none; background-color: #98825d; width: 805px; border-top: 1px solid #eee; border-bottom: 1px solid #777;

	position:relative;
z-index:1;
}
.mainnav ul {
padding:0; margin:0px 0px 0px 5px; list-style-type:none; /* for Firefox */  margin-bottom: 15px; 
}
.mainnav li {
float:left; position:relative; 
}
.mainnav li a {
display:block; text-decoration:none; color:#fff; float:left; padding-right:1em; height:1.5em; line-height:1.5em; color:#fff; font-size: 11px; font-weight: bold; 
}

.mainnav li.first {
display:block; text-decoration:none; color:#fff; float:left; padding-right:3px; padding-left: 6px; height:1.5em; line-height:1.5em; color:#fff; font-size: 12px; font-weight: bold;
}

.mainnav li.second  {
display:block; text-decoration:none; float:left; padding-right:3px; height:1.5em; line-height:1.5em; color:#000; font-size: 12px; font-weight: bold;
}

.mainnav li.third {
display:block; text-decoration:none; color:#000; float:left; padding-right:3px; height:1.5em; line-height:1.5em; font-size: 12px; font-weight: bold;
}

.mainnav li.fourth {
display:block; text-decoration:none; color:#fff; float:left; padding-right:3px; height:1.5em; line-height:1.5em; color:#fff; font-size: 12px; font-weight: bold; 
}

.mainnav li.fifth {
display:block; text-decoration:none; color:#fff; float:left; padding-right:3px; height:1.5em; line-height:1.5em; color:#fff; font-size: 12px; font-weight: bold;
}

.mainnav li.sixth {
display:block; text-decoration:none; color:#fff; float:left; padding-right:3px; height:1.5em; line-height:1.5em; color:#fff; font-size: 12px; font-weight: bold; 
}


.mainnav li a.drop, .mainnav li a.drop:visited {
font-weight:bold;  font-size: 12px; 
}
.mainnav li ul {
visibility:hidden; position:absolute; top:1.1em; left:0; height:0; overflow:hidden;  
}

.mainnav li:hover ul.special li a,
.mainnav li a:hover ul.special li a {
width: 350px;
}
.mainnav table {
margin:-2px; border-collapse:collapse; font-size:1em; /* font size for IE5.5 */ 
}

/* first line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.mainnav li:hover a,
.mainnav li a:hover {
text-decoration:none; border:0;  
}
.mainnav li:hover ul,
.mainnav li a:hover ul {
visibility:visible; height:1.5em; width:8em; background:#dfd5c3; border:1px solid #fff; left:0; top:1.7em; overflow:visible; color: #000; margin-left: 11px; 
}
.mainnav li:hover ul li a,
.mainnav li a:hover ul li a {
display:block; font-weight:normal; background:#dfd5c3; text-decoration:none; height:1.1em; line-height:1.1em; padding:0.45em; color: #000; opacity:0.9;filter:alpha(opacity=90); width: 19em; padding-left: 5px; font-size: 12px; min-width: 200px;
}
* html .mainnav li a:hover ul li a {
width:9em; w\idth:8em; /* hack for IE5.5 */ color: #000; 
}
.mainnav li:hover ul li a.drop,
.mainnav li a:hover ul li a.drop {
font-weight:bold;
}
.mainnav li:hover ul li ul,
.mainnav li a:hover ul li a ul {
visibility:hidden; position:absolute; top:0; left:7.5em; height:0; overflow:hidden;
}
.mainnav li:hover ul li a:hover,
.mainnav li a:hover ul li a:hover {
text-decoration:underline;
}
.mainnav li:hover ul li:hover ul,
.mainnav li a:hover ul li a:hover ul {
visibility:visible; color:#000; border:1px solid #ddd; height:auto; background:#dfd5c3; width:7.5em; 
} 
.mainnav li:hover ul li:hover ul.left,
.mainnav li a:hover ul li a:hover ul.left {
left:-9.3em; 
}
.mainnav li:hover ul li:hover ul li a,
.mainnav li a:hover ul li a:hover ul li a {
display:block; height:auto; 
}
.mainnav li:hover ul li:hover ul li:hover a,
.mainnav li a:hover ul li a:hover ul li a:hover {
text-decoration:underline; 
}
.mainnav li ul  {
margin-top: -4px; 
}
.mainnav li ul li a {

}

#header span {
padding-top: 15px;
}

p {
	margin: 0px 0px 10px 0px;
}


/* FORMATTING */
#mainContent li ul {
	margin: 0px 0px -20px 0px; 
}

#mainContent li {
		list-style-type: square;
}

#mainContent li ul li {
	margin: 0px 0px 0px 25px;
	list-style-type: square;
}

#mainContent li.main {
	margin: 20px 0px 0px 0px;
	list-style-type: square;
}

#mainContent li.main a {
font-size: 13px;
}

#mainContent li.main ul li a {
font-size: 11px;
}

#mainContent p {

	font-size: 80%;

}

.printpg {
	position: relative;
	font-size: 11px;
	text-align: right;
	margin-bottom: 10px;
}

hr {
color: #ccc;
}

.printpg a {
text-decoration: none;
}

.printpg a:hover {
text-decoration: underline;
}

.disclaimer {
font-size: 11px;
padding: 0px 10px 0px 10px;
}

form table {
*margin-top: -15px;
}

#mainmsg {
font-size: 12px;
*margin-bottom: 10px;
}