* {
	padding: 0;
	margin: 0;
}
img {
	border: none;
}
html {
	height: 101%;
}
body {
	font-family: "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	font-size: 80%;
	background: #fff url(../i/bg-main.gif) center top repeat-y;
}
#wrapper {
	width: 790px;
	margin: 0 auto;
}
/* ------------------- HOME PAGE CONTENT ---------------- */
	#header-home {
		margin-bottom: -3px;
	}
		#header-home img#logo-home {
			position: absolute;
			top: 10px;
			margin-left: 50px;
		}
	#content-home {
		background-color: #e97136;
		margin-left: 1px;
		padding: 2em 0 4em 0;
	}
		#navigation-home {
			width: 200px;
			float: left;
			border-right: 1px solid #642323;
			padding-bottom: 4em;
		}
			#navigation-home ul {
				list-style: none;
				margin-top: 1em;
				text-transform: uppercase;
				letter-spacing: .2em;
			}
				#navigation-home ul li {
					
				}
					#navigation-home ul li a {
						color: #fff;
						text-decoration: none;
						padding: .5em 0 .5em 3em;
						width: 162px;
						display: block;
					}
					#navigation-home ul li a:hover, #navigation-home ul li a.on {
						background-color: #642323;
					}
		#content-right-home {
			width:  500px;
			min-height: 20em;
			height:  20em;
			margin: 0 0 0 240px;
			padding-top: 1em;
		}
/* ------------------ SUB PAGE CONTENT ---------------------- */			
			
	#header {
		width: 788px;
		margin-bottom: -3px;
		padding-left: 1px;
	}
		#header img#logo-sub {
			margin-left: 1px;
		}
		#header img#orangebar{
			margin-bottom:-3px;
		}
		#header span.headerImg {
			width: 788px;
		}
			#header #searchbar {
				position: absolute;
				top: 10px;
				margin-left: 450px;
			}
				#header #searchbar input#search {
					width: 200px;
					margin-right: 1em;
				}
	#breadcrumbs {
		width: 788px;
		background: transparent url(../i/bg-navigation.gif) center top no-repeat;
		margin-left: 1px;
		height: 60px;
	}
		#breadcrumbs ul {
			list-style: none;
			padding: 37px 0 0 220px;
		}
			#breadcrumbs ul li {
				display: inline;
				color: #467285;
				font-weight: bold;
			}
				#breadcrumbs a {
					color: #467285;
					text-decoration: none;
					font-weight: normal;
				}
				#breadcrumbs a:hover {
					text-decoration: underline;
				}
	#content {
		margin-left: 1px;
		padding: 1em 0 4em 0;
	}
	
		#navigation {
			width: 200px;
			float: left;
			padding-bottom: 4em;
		}
			#navigation ul {
				list-style: none;
				margin-top: 1em;
				text-transform: uppercase;
				letter-spacing: .2em;
			}
				#navigation ul li {

				}
					#navigation ul li a {
						color: #7c7c7c;
						text-decoration: none;
						padding: .5em 0 .5em 2em;
						width: 156px;
						display: block;
					}
					#navigation ul li a:hover {
						color: #fff;
						background-color: #7a9dac;
					}
					#navigation ul li a.on {
						color: #fff;   
						background-color: #668490;
					}
						#navigation ul li li a.on {
							color: #fff;   
							background-color: #98b1bc;
						}
						
						#subwhat_is_hia	{ 
							display:none;
						}
						#subwhat_is_hia ul {
							margin: 0 0 .5em 0;
							letter-spacing: 0;
							text-transform: none;
							font-size: .9em;
							/* border-top: 1px solid #999; */
							width: 182px;
						}
						#subwhat_is_hia ul li a {
							padding: .5em 0em .5em 3.5em;
							width: 141px;
							font-weight: bold;
						}
		#content-right {
			width:  500px;
			min-height: 20em;
			margin: 0 0 0 220px;
			padding-top: 1em;
		}
		form{margin:10px 0;}
		form .form-text{
			width:280px;
			border:#929090 1px solid;
		}
		form label{width:200px;}
		form .form-submit{
			border:#929090 1px solid;
			margin:5px 0 0 0;}
		
/* TYPOGRAPHY */

#content-right {
	color: #444;
	font-size: .9em;
	margin-bottom: 1em;
	line-height: 1.5em;
}
#content-right ul, #content-right ol {
	margin: 0 0 20px 30px;
}
	#content-right li {
		padding:2px 0;
		line-height:16px;
		font-size:1em;
	}

#content-home h1 {
	color: #642323;
	margin-bottom: .6em;
	font-size: 1.6em;
}
h1 {
	color: #467285;
	margin-bottom: .6em;
	font-size: 1.6em;
}
h2 {
	color: #467285;
	margin-bottom: .4em;
	font-size: 1.2em;
}
h2.hairline {
	border-top: 1px solid #c06025;
	padding: .5em 0;
	color: #c06025;
}
h3, h5 {
	color: #467285;
	margin-bottom: .2em;
	font-size: 1.1em;
}
h4 {
	color: #000;
	margin-bottom: -.1em;
	font-size: 1em;
}
h6 { /* For photo credits and such */
	font-size: .7em;
	color: #444;
	font-style: oblique;
}
p {
	margin-bottom: 1.2em;
}
#content-right a {
	color: #c06025;
	font-weight: bold;
}
p.small {
 font-size: .95em;
 line-height: 1.2em
}
table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1em 0;
}
	td {
		vertical-align: top;
		padding: 1em 1em .5em 1em;
		border-bottom: .1em solid #888;
	}
		td.noborder {
			border-bottom: none;
		}
		td hr {
			border-bottom: .1em solid #888;
			margin-bottom: 1em;
		}
table.tableNavigation {
	border-spacing: 0;
	margin-bottom: 1.5em;
}
	table.tableNavigation td {
		border-bottom: none;
		padding: 0em 1em;
	}


