/* CSS Document */

#banner 
{
	height: 180px; background-image: url("../imgs/irpa_red_banner_slice.jpg"); background-repeat: repeat-x;
}

x#banner h1 
{
	font-size:14px;	padding:10px 10px 0px 10px;	margin:0px;
}

body { min-height:100% height: 100%; }

#center_content 
{
	background:#fff; margin: 1px 199px 10px 300px;	
	border-right:1px solid navy;
	
	min-height: 700px;
    height: auto !important;
    height: 500px;
    margin: 0 auto -4em;

	/*
	IE5x PC mis-implements the box model. Because of that we sometimes have	to perform a little CSS trickery to get pixel-perfect
	display across browsers.  The following bit of code was proposed by Tantek Celik, and it preys upon a CSS	parsing bug in
	IE5x PC that will prematurly close a style rule when it runs	into the string "\"}\"". After that string appears in a
	rule, then, we can override	previously set attribute values and only browsers without the parse bug will recognize the new
	values. So any of the name-value pairs above this comment that we need to override for browsers with correct box-model
	implementations will be listed below.  We use the voice-family property because it is likely to be used very infrequently,
	and where it is used it will be set on the body tag. So the second voice-family value of "inherit" will override our bogus
	"\"}\"" value and allow the proper value to cascade down from the body tag.
	
	The style rule immediately following this rule offers another chance for CSS2 aware browsers to pick up the values meant
	for correct box-model implementations.  It uses a CSS2 selector that will be ignored by IE5x PC.		
	
	Read more at http://www.glish.com/css/hacks.asp
	*/
	
	voice-family: "\"}\""; voice-family: inherit; margin-left: 201px; margin-right:201px; padding: 0 10px 10px 20px;
	font-family: Arial, Sans-Serif; font-size: .8em; line-height: 1.7;
}

em
{
	font-style: italic;
}		
			
#footer 
{
	height: 7em;
	

	width:100%; font:1em Arial, Verdana, Helvetica, sans-serif; color: #666666; text-align: center; letter-spacing: .5px;
	line-height: 20px; margin-top: 40px; border-top: solid 1px black;
}

.push
{
    height: 4em;
}

#footer hr 
{
	color: #666666; background-color: #666666; height: 1px; border: 1px;
}

#footer a 
{
	color: #666666;
}

#footer a:hover 
{
	color: #000000;
}

#form1 { height: 100%; }

html { height: 100%; min-height: 100%; }

#navigation 
{ 
	position: absolute; left:0px; top:170px; width:200px; padding-top: 20px; height: 660px;
	background-image: url("../imgs/nav_bg3.png"); background-repeat: no-repeat;
}

#navigation ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 14px;
}

#navigation li 
{
	font-family: Arial;
}

#navigation li a:link, #navigation li a:visited  
{
	display: block;
	padding: 5px 5px 5px 0.5em;
	color: #000000;
	text-decoration: none;
}

#navigation li a:hover 
{
	color: #000000;
}

#navigation ul ul 
{
	margin-left: 0px;
	font-weight: bold;
}

#navigation ul ul ul 
{
	font-size: 11px;
	margin-left: 25px;
	font-weight: normal;
}

#navigation ul ul ul ul
{
	font-weight: normal;
}

#navigation ul ul li 
{
	margin: 0;
}

#navigation ul ul ul li
{
	xborder-left: solid 1px black;
}

#navigation ul ul ul ul li
{
	xborder-left: solid 1px black;
}

#navigation ul ul a:link, #navigation ul ul a:visited 
{
	color: #000000;
}

#navigation ul a:hover 
{
	color: #000000;
	background-image: url("../imgs/nav_select_fade.png");
	background-repeat: no-repeat;
}

#navigation ul ul ul a:hover
{
	color: #000000;
	background-image: none;
	text-decoration: underline;
	font-weight: bold;
}

#right_content 
{
	position: absolute; right:0; top:180px; width:230px; min-height:150px; 
	font-family: Arial, Verdana, Sans-Serif; font-size: 12px; font-weight: bold;
	background-color:White;
}

#right_content #border
{
}
	
#right_content li 
{
	list-style-type: none;
	text-align: left;
	
	min-height:110px;
	min-width: 180px;
	margin: 10px 5px 10px -5px;
	padding: 0 10px 0 10px;
	
	font: normal 11px Arial;
	padding-bottom:5px;
	
	
}

#right_content li.A
{
min-height:120px;
}
		
#right_content li h2
{
	font: bold 15px Arial;
	color: #660000;
	text-align: center;
	
	padding: 5px 0 5px 0;
	margin: 0 -10px 5px -10px;
	border-bottom: 0;
	
}
	
#right_content ul
{
	margin: 20px 0 0 0;
}

#right_content ul a:link
{
	text-decoration: none;
	color: blue;
}
#right_content img.A
{
max-height:85px;
max-width:77px;
}

strong
{
    font-weight: bold;
}
		
html>body #banner 
{
	height:200px;
}
	
html>body #center_content
{
	margin-left: 201px;	margin-right:240px; margin-bottom: 40px;
}

p,h1,pre 
{
	margin:0px 10px 10px 10px;
}

.tableborder{
border-bottom: 1px solid #000000;
vertical-align:middle;
}

.margin
{
    margin:10px;
    
}

.newsletter-footer {
    background-color: gray;
    padding: 30px 0 30px 0;
    text-align: left; 
}