﻿/**
 * Stylesheet
 *
 * Copyright Fusionary Media, 2004
 */


/* begin styles to "normalize" elements accross browsers */
body, div, ul, li, td, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
body{
	text-align: center;
}
div, span, img, form, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
	text-align: left;
}
/* end of "normalizing" styles */


html, body{
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #202020;
}

h1{
	font-size: 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #202020;
	margin:10px 0px 0px;
	font-weight: bold;
}

h2{
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #202020;
	margin:10px 0px 0px;
}

p {
	padding:5px 0px 5px 0px;
	margin:0px 0px 5px 0px;
}


td{
	vertical-align: top;
}

a:link{color: #284F8F;}
a:visited{color: #284F8F;}
a:hover{color: #BF402B;}
a:active{color: #003399;}
h1 a, h2 a{
	text-decoration: none;
	color: #284F8F;
}
h1 a:hover, h2 a:hover{
	text-decoration: underline;
	color: #284F8F;
}
hr {
	border: 0;
	width: 100%;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

.clear, .clr { clear : both; font-size: 1px; line-height: 0px; height: 0px;}
.clearfix:after { /*http://positioniseverything.net/easyclearing.html*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

#container{
	position: relative;
	margin: 0;
}


/*header styles*/
#header
	{
	height: 20px;
	margin: 0px;
	padding: 0px;
	color: #000000;
	position: relative;
	background: none;
	border-bottom: none;
	}
	#header h1{
	margin: 0px;
	position: relative;
	top: 0; left: 0;
	z-index: 5;
	}
	#header h1 a{
	display: block;
	background: transparent url("../../images/images/logo_irr.gif") 0 0 no-repeat;
	width: 182px;
	height: 74px;
	text-decoration: none;
	}
	#header h1 span{
		display: inline;
		margin: 0px;
	}
	#header h2{
	display: none;
	}
	#header #controls-box{
		display: none;
	}
	#header #headernav{
		display: none;
	}




#columns
	{
	margin: 0px;
	padding: 0px;
	}
#leftcolumn
	{
	display: none;
	width: 0px;
	}
#rightcolumn
	{
	display: none;
	}
#columns .centercolumn
	{
	padding: 10px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	}
* html .centercolumn
	{
	margin-right: 0px;
	}


/* Pullquote Style */
.pullquote{
	font-style: italic;
	text-align:center;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #333;
	background: #EAF0FB; 
	border-top: 1px dashed #B8CFE7; 
	border-bottom: 1px solid #B8CFE7; 
	padding: 10px;
}


/* Center Column's highlighted content */
#content-left .highlight, #content-right .highlight{
	background: #EAF0FB; 
	border-top: 1px dashed #B8CFE7; 
	border-bottom: 1px solid #B8CFE7; 
	padding: 5px;
}
#content-left .new-notice, #content-right .new-notice{
	display: block;
	color: #FF6600;
	font-weight: bold;
	font-style: italic;
	background-color: #D7DDEA;
	text-align: right;
	border-bottom: 1px solid #B8CFE7; 
	margin: -5px -5px 0 -5px;
	padding-right: 10px;
}

#content-left, #content-right{
	float: none;
	width: 100%;
}
#content-right{
}
#content-left div, #content-right div{
	clear: both;
	padding: 1px 1px 10px 1px;
}
#content-main{
	width: 650px;
}



#footer
	{
	display: none;
	}




