/*
custom.css is to define custom styles within your document.  We import previous framework items here.
This should be the first editable CSS doc.
*/
@import "grid.css";
@import "lists.css";
@import "navigation.css";
@import "fonts.css";
@import "forms.css";

/* ------------------------------------------------- */
/* - main site width ------------------------------- */
/* ------------------------------------------------- */

#body_wrap { width: 978px; position: relative; }

form { clear: both; }

/* ------------------------------------------------- */

/* ------------------------------------------------- */
/* - default text colors --------------------------- */
/* ------------------------------------------------- */

h1, h2, h3, h4, h5, h6, a:link, a:visited, a:hover, a:active, blockquote { color: #a40000; }
p, ul li, ol li, ul.pipe li, ul.pipe li a:link, ul.pipe li a:visited, ul.pipe li a:hover, ul.pipe li a:active { color: #333; }
ul.pipelight li, ul.pipelight li a:link, ul.pipelight li a:visited,	ul.pipelight li a:hover, ul.pipelight li a:active { color: #fff; }
p.disclaimer { color: #777; }

/* ------------------------------------------------- */

/* ------------------------------------------------- */
/* - default common backgrounds, colors, borders --- */
/* ------------------------------------------------- */

body			{ background: url(../images/main_bg.jpg) repeat-x; }
#all_wrap 		{ background-color: none; }
#body_wrap		{ background: none; }

.quote_lt		{ background: url(../images/bg_quoteleft.gif) left top no-repeat; }
ul li			{ list-style: none; }
ul li ol li		{ background: none; }
ul.arrow1 li	{ background: url(../images/arrow1.gif) 0 6px no-repeat; }
ul.arrow2 li	{ background: url(../images/arrow2.gif) 1px 7px no-repeat; }
ul.arrow3 li	{ background: url(../images/arrow3.gif) 0 7px no-repeat; }
ul.arrow4 li	{ background: url(../images/arrow4.gif) 0 7px no-repeat; }
ul.pipe li		{ background: url(../images/bullet_pipe.gif) left 2px no-repeat; }
ul.pipelight li	{ background: url(../images/bullet_pipelight.gif) left 2px no-repeat; }

/* default content list styles */
.sub .col2 ul li
{
	width: auto;
	margin-left: 10px;
	padding-left: 11px;
	background: url(../images/arrow1.gif) 0 6px no-repeat;
}

/* ------------------------------------------------- */

/* ------------------------------------------------- */
/* - default font settings ------------------------- */
/* ------------------------------------------------- */

h1, h2, h3, h4, h5, h6, p, blockquote, a, ul li, ol li, p.disclaimer, table, td, tr, th { font: normal 12px/14px tahoma, verdana, sans-serif; }
h1	{ font-size: 30px; line-height: 32px; font-weight: normal; }
h2	{ font-size: 26px; line-height: 28px; font-weight: normal; padding-top: 1px; }
h3	{ font-size: 20px; line-height: 22px; font-weight: normal; }
h4	{ font-size: 12px; line-height: 18px; font-weight: bold; }
h5	{ font-size: 12px; line-height: 18px; font-weight: bold; }
h6	{ font-size: 12px; line-height: 18px; font-weight: bold; }

p, blockquote, a, ul li, ol li			{ font-size: 12px; line-height: 18px; font-weight: normal; }
p.disclaimer, ul.pipe li, ul.pipe li a	{ font-size: 11px; line-height: 13px; font-weight: normal; }

h4 a:link, h4 a:visited { font-size: 12px; line-height: 18px; font-weight: bold; text-decoration: none; }
h4 a:hover, h4 a:active { text-decoration: underline; }

/* ------------------------------------------------- */

/* ------------------------------------------------- */
/* - default pipe settings ------------------------- */
/* ------------------------------------------------- */

/* "current page" styles */
ul.pipe li.current a { color: #8c0000; }
ul.pipelight li.current a { color: #669966; }

/* ------------------------------------------------- */

/* ------------------------------------------------- */
/* - default nav-main settings --------------------- */
/* ------------------------------------------------- */

ul.nav-main
{
	position: absolute;
	bottom: 0;
	margin-left: 15px;
}

ul.nav-main li
{
	display: block;
	padding: 0;
	margin: 0;
	float: left;
	width: 237px;
}

ul.nav-main li a:link, ul.nav-main li a:visited
{
	display: block;
	height: 47px;
	background: #fff url(../images/navigation_main.jpg) left top no-repeat;
	text-indent: -9999px;
}

ul.nav-main #nav1, ul.nav-main #nav3, ul.nav-main #nav1, ul.nav-main #nav1_hover, ul.nav-main #nav3_hover, ul.nav-main #nav1_hover {margin-right: 1px;}

ul.nav-main	#nav1 a:link, ul.nav-main #nav1 a:visited { background-position: left top; }
ul.nav-main	#nav2 a:link, ul.nav-main #nav2 a:visited { background-position: -238px 0; }
ul.nav-main	#nav3 a:link, ul.nav-main #nav3 a:visited { background-position: -475px 0; }
ul.nav-main	#nav4 a:link, ul.nav-main #nav4 a:visited { background-position: -713px 0; }

ul.nav-main	#nav1 a:hover, ul.nav-main #nav1 a:active { background-position: left -47px; }
ul.nav-main	#nav2 a:hover, ul.nav-main #nav2 a:active { background-position: -238px -47px; }
ul.nav-main	#nav3 a:hover, ul.nav-main #nav3 a:active { background-position: -475px -47px; }
ul.nav-main	#nav4 a:hover, ul.nav-main #nav4 a:active { background-position: -713px -47px; }

/* "current page" background positions */
ul.nav-main li#nav1.current a:link, ul.nav-main li#nav1.current a:visited { background-position: left -94px; }
ul.nav-main li#nav2.current a:link, ul.nav-main li#nav2.current a:visited { background-position: -238px -94px; }
ul.nav-main li#nav3.current a:link, ul.nav-main li#nav3.current a:visited { background-position: -475px -94px; }
ul.nav-main li#nav4.current a:link, ul.nav-main li#nav4.current a:visited { background-position: -713px -94px; }

/* ------------------------------------------------- */

/* ------------------------------------------------ */
/* - Navigation Styles ---------------------------- */
/* ------------------------------------------------ */

/* - Styles for current nav items, and parent hover effects */
			
ul.nav-main li#nav1_hover a:link, ul.nav-main li#nav1_hover a:visited
{
	background-position: left -47px;
}

ul.nav-main li#nav2_hover a:link, ul.nav-main li#nav2_hover a:visited
{
	background-position: -238px -47px;
}

ul.nav-main li#nav3_hover a:link, ul.nav-main li#nav3_hover a:visited
{
	background-position: -475px -47px;
}

ul.nav-main li#nav4_hover a:link, ul.nav-main li#nav4_hover a:visited
{
	background-position: -713px -47px;
}

/* - Drop-down menu styles */

ul.nav-main li ul
{
	position: absolute;
	left: 0;
	bottom: 47px;
	_bottom: 46px;
	padding: 0;
	margin: 0;
	width: 236px;
	list-style-type: none;
	display: none;
	background: #b80a0c url(../images/bg_subnav.jpg) repeat-x left top;
	border-top: 1px solid #850001;
	border-bottom: 1px solid #fff;
}

ul.nav-main li#nav1 ul, ul.nav-main li#nav1_hover ul { left: 1px; }
ul.nav-main li#nav2 ul, ul.nav-main li#nav2_hover ul { left: 238px;}
ul.nav-main li#nav3 ul, ul.nav-main li#nav3_hover ul { left: 475px; width: 237px;}
ul.nav-main li#nav4 ul, ul.nav-main li#nav4_hover ul { left: 713px; }

	ul.nav-main li ul li
	{
		float: none;
		padding: 0;
		margin: 0;
		height: 25px;
		width: auto;
		font: normal 11px/13px verdana, arial, helvetica, sans-serif;
		border-top: 1px solid #dd1d20;
		border-bottom: 1px solid #700203;
	}
	
	ul.nav-main li ul li.first
	{
	}

		.banner ul.nav-main li ul li a:link, .banner ul.nav-main li ul li a:visited
		{
			display: block;
			padding: 6px 0 0 10px;
			margin: 0;
			height: 20px;
			width: auto;
			text-align: left;
			font: normal 11px/13px verdana, arial, helvetica, sans-serif;
			letter-spacing: 0;
			color: #666;
			text-decoration: none;
			background: none;
			text-indent: 0;
		}
		
			.banner ul.nav-main li ul li a:link, .banner ul.nav-main li ul li a:visited
			{
				text-decoration: none;
				font: normal 11px/13px verdana, arial, helvetica, sans-serif;
				color: #fff;
			}
			
			.banner ul.nav-main li ul li a:hover, .banner ul.nav-main li ul li a:active
			{
				text-decoration: none;
				background-color: #820707;
			}
			
			ul.nav-main li:hover ul, ul.nav-main .sfhover ul
			{
				display: block;
			}

/* ------------------------------------------------ */

/* ------------------------------------------------- */
/* - testing-only heights, colors for initial build  */
/* ------------------------------------------------- */

#all_wrap 						{ height: 200px; }
.header 						{ }
.header a						{ color: #fff; width: 50px; font-size: 11px; text-decoration: none; }
.header a:hover					{ text-decoration: underline; }
.footer 						{ clear: both; height: 50px; }
.header							{ }
.header p, .footer p, .banner p	{ }

.banner							{ }
.content 						{ }

/* ------------------------------------------------- */

/* ------------------------------------------------- */
/* - banner styles --------------------------------- */
/* ------------------------------------------------- */

.banner 
{
	position: relative;
	height: 47px;
}

/* ------------------------------------------------- */
	
/* ------------------------------------------------- */
/* - header styles --------------------------------- */
/* ------------------------------------------------- */

.header
{
	position: relative;
	padding: 6px 0 0 0;
	height: 234px;
	background: #fff url(../images/header_bg.jpg) no-repeat;
}

.header a:link, .header a:visited, .header a:hover, .header a:active
{
	color: #fff;
}

.home_nav
{
	margin-left: 32px;
}

.contactus_nav
{
	margin-left: 13px;
}

.sitemap_nav
{
	margin-left: 15px;
}

.orc_nav
{
	display: block;
	position: absolute;
	right: 100px;
	_right: 28px;
	top: 8px;
	width: 150px;
	height: 20px;
	white-space: nowrap;
}

/* ------------------------------------------------- */

/* ------------------------------------------------- */
/* - sub styles ------------------------------------ */
/* ------------------------------------------------- */

.sub
{
	padding-top: 1px;
	padding-bottom: 10px;
	_padding-bottom: 7px;
	border-bottom: 1px solid #a83537;
	background: url(../images/row2_bg.gif) 7px bottom no-repeat;
	min-height: 400px;
	_height: 400px;
}

	.sub .col1
	{
		width: 231px;
		margin: 0 11px 0 16px;
		background-color: transparent;
	}
	
		.sub .col1 img
		{
			margin-top: 5px; 
			*margin-top: 3px; 
		}
		
		.sub .col1 li
		{
			padding-bottom: 3px;
			padding-left: 0px; 
		}
		
			.sub .col1 li a
			{
				height: 24px;
				width: 193px;
				display: block;
				color: #fff;
				padding-top: 7px;
				padding-left: 38px;
				background: url(../images/navigation_sub_bg.jpg) no-repeat;
			}
	
	.sub .col2
	{
		width: 651px;
		_width: 649px;
		padding-left: 40px;
		padding-right: 15px;
		padding-top: 18px;
		background: #fff url(../images/box_006.jpg) no-repeat;
	}
	
		.sub .col2 h2
		{
			font-size: 28px;
		}
		
		.sub .col2 img
		{
			float: right;
			margin-left: 20px;
		}
	
	
#disclaimer p
{
	font-size: 11px;
	color: #575757;
}
	#disclaimer a
	{
		font-size: 11px;
		color: #575757;
	}
	
/* ------------------------------------------------- */

/* ------------------------------------------------- */
/* - home styles ----------------------------------- */
/* ------------------------------------------------- */

.home
{
	margin-bottom: 3px;
	padding-top: 1px;
	padding-bottom: 11px;
	_padding-bottom: 7px;
	border-bottom: 1px solid #a83537;
	background: url(../images/row2_bg.gif) no-repeat 7px bottom;
}

	.home .col1
	{
		width: 406px;
		margin: 0 9px 0 16px;
		_margin: 0 8px 0 8px;
		padding: 19px 25px 0 39px;
		height: 279px;
		background: url(../images/box_001.jpg) no-repeat;
	}

	.home .col2
	{
		width: 470px;
		height: 298px;
		background: url(../images/box_002.jpg) no-repeat;
	}


.homeboxes p
{
	font-size: 11px;
	margin-bottom: 0px; 
}

.homeboxes input
{
	height: 20px;
	width: 210px;
	padding-top: 7px;
	*padding-top: 6px;
	padding-left: 10px;
	color: #2c2c2c;
	font-size: 11px;
	border: 1px solid #b5b5b5;
	float: left; 
}

.homeboxes a
{
	color: #424242;
	text-decoration: none;
}

.homeboxes a:hover
{
	text-decoration: underline;
}

.learnmore
{
	height: 24px;
	width: 98px;
	display: block;
	text-align: center;
	padding-top: 5px;
	font-size: 11px;
	float: right;
	background: url(../images/button_learnmore.jpg) no-repeat;
}

/* .row-3col defines a column widths for 3-column rows */
.homeboxes .col1	{ padding: 40px 11px 10px 13px; width: 303px; height: 75px; background: url(../images/box_003.jpg) no-repeat; }
.homeboxes .col2	{ padding: 40px 11px 10px 13px; width: 303px; height: 75px; background: url(../images/box_004.jpg) no-repeat; }
.homeboxes .col3	{ position: relative; padding: 43px 11px 10px 6px; _padding: 43px 10px 10px 7px; width: 307px; height: 72px; background: url(../images/box_005.jpg) no-repeat; }

#logo-one, #logo-two, #logo-three
{
	position: absolute;
	top: 43px;
}

#logo-one	{ left: 7px; }
#logo-two	{ left: 111px; }
#logo-three	{ left: 215px; }


/* ------------------------------------------------- */

/* ------------------------------------------------- */
/* - form styles ----------------------------------- */
/* ------------------------------------------------- */

form.form4
{
	overflow: hidden;
}

form.form4 div input, form.form4 div textarea
{
	width: 227px;
	border: 1px solid #bfbfbf;
	color: #333;
}

form.form4 div.error input, form.form4 div.error textarea
{
	width: 214px;
	border: 1px solid #8e1c2e;
	color: #8e1c2e;
}

form.form4 div textarea
{
	width: 400px;
	height: 200px;
	font-size: 11px;
	padding: 5px;
}

form4 div input.focused
{
	background-color: #fff;
	border: 1px solid #333;
	color: #333;
}

form.form4 div.error input.focused
{
	background-color: #fff;
	border: 1px solid #550000;
	color: #550000;
}

form.form4 div label
{
	color: #333;
}

form.form4 a.submit
{
	margin-top: 10px;
}

form.form4 label.overlabel
{
	color: #666;
}

form.form4 label.overlabel-apply
{
	color: #666;
}

a.submit
{
	background: url(../images/button_submit.jpg) no-repeat;
	height: 29px;
	width: 76px;
	display: block;
	text-align: center;
	padding-top: 5px;
	font-size: 11px;
	font-weight: bold;
	float: left;
	margin-left: 3px;
	text-decoration: none;
	color: #424242;
}

a:hover.submit
{
	text-decoration: underline;
}


form.homeform
{
}
		form.homeform div input
		{
			width: 210px;
			padding: 5px;
			height: 15px;
		}
		form.homeform label.overlabel-apply
		{
			margin-top: 2px !important;
			_background-color: red !important;
			_height: 500px !important;
		}
		form.homeform a
		{
			float: right;
			margin-top: -1px !important;
		}

/* ------------------------------------------------- */

/* ------------------------------------------------- */
/* - footer styles --------------------------------- */
/* ------------------------------------------------- */

.footer
{
	position: relative;
	padding: 10px 0 0 0;
	height: 80px;
	background: url(../images/footer_dots.jpg) no-repeat center 15px;
}

	.footer .col1
	{
		background-color: #fff;
	}
	
	.footer p, .footer ul.pipe li a:link, .footer ul.pipe li a:visited, .footer ul.pipe li a:hover, .footer ul.pipe li a:active
	{
		font-size: 11px;
		color: #575757
	}

	.footer ul.pipe
	{
		position: absolute;
		right: 0;
		top: 8px;
		*top: 13px;
	}
	.footer .col2 a.ihr_logo
	{
		clear: both;
		float: right;
		background: url(../images/ihr_logo.jpg) no-repeat 0 0;
		display: block;
		height: 0;
		overflow: hidden;
		padding: 30px 0 0 0;
		width: 147px;
		margin: 20px 10px 0 0;
	}

/* ------------------------------------------------- */

/* ------------------------------------------------- */
/* - table styles ---------------------------------- */
/* ------------------------------------------------- */

table.data
{
	width: 100%;
	margin: 0;
	padding: 0;
}

	table.data tr th
	{
		font-size: 11px;
		font-weight: bold;
		padding: 7px 5px;
		color: #410404;
		background: url(../images/table_th_bg.jpg) no-repeat right bottom;
	}
	
	table.data tr td
	{
		font-size: 11px;
		padding: 5px;
		background: url(../images/table_bg.jpg) no-repeat right bottom;
	}
	
	table.data tr.even td
	{
		background: url(../images/table_bg_even.jpg) no-repeat right bottom;
	}
	
		table.data tr td a
		{
			font-size: 11px;
		}

/* ------------------------------------------------- */