/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(../images/bgr.gif) #999999;
	color: #444444;
	font: .7em Tahoma,Arial,Verdana,Helvetica,Sans-Serif;
	padding: 0 0 25px
}
a{
	color: #005DAA;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px
}
li{
	list-style: none
}
h2, h3{
	color: #27715b;
	font: bold 1.8em "Trebuchet MS",Arial,Verdana,Helvetica,Sans-Serif;
	letter-spacing: -1px;
	margin: 0 0 .5em
}
h2 span{
	display: none
}
h2 img{
	display: block
}
h3{
	color: #85c233;
	font-size: 1.45em;
	margin: 0 0 .1em
}
p{
	line-height: 1.5em;
	padding: 0 0 1.4em
}
/*=== Layout ===*/
#page{
	background: url(../images/page-bgr.png) repeat-y;
	margin: 0 auto;
	padding: 0 15px;
	width: 800px
}
#page-bot{
	background: url(../images/page-bot.png) no-repeat top;
	height: 34px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 15px;
	width: 800px
}
/*=== Header ===*/
#header{
	border-bottom: 1px solid #cccccc;
	height: 70px;
	width: 800px;
}
#header .content{
	color: #000000;
	font-size: 13px;
	padding: 0px 16px 0 0;
	text-align: right;
	height: 70px;
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.png) no-repeat;
	margin: 0 0 0 25px;
	position: absolute;
	text-indent: -9999px;
	top: 11px;
	width: 175px;
}
#header h1 a{
	display: block;
	height: 106px
}
#header h1 a:hover{
	text-decoration: none
}

#header .ihc {
	background: url(../images/logo-ihc.png) no-repeat;
	margin: 0 auto;
	position: absolute;
	text-indent: -9999px;
	top: 11px;
	width: 167px;
	left: 531px;
}
#header .ihc a{
	display: block;
	height: 106px
}
#header .ihc a:hover{
	text-decoration: none
}

#header h2{
	background: url(../images/ihc-logo.gif) no-repeat;
	margin: 0 0 0 25px;
	position: absolute;
	text-indent: -9999px;
	top: 2px;
	width: 166px;
	left: 776px;
	height: 67px;
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif
}
.nav1 li{
	border-bottom: 1px solid #b2b2b2
}
.nav1 li a{
	background: url(../images/nav1-ico.gif) #ffffff no-repeat 16px 9px;
	color: #666666;
	display: block;
	height: 26px;
	line-height: 26px;
	padding: 0 0 0 37px
}
.nav1 li a:hover,
.nav1 li.active a{
	background: url(../images/nav1-hover.gif) no-repeat top;
	color: #333333;
	text-decoration: none
}
/*- Nav2 -*/
.nav2 {
	color: #51927c;
	float: right;
	font-size: 11px;
	line-height: 1.5em;
	padding: 35px 0 0;
	text-align: center;
	text-transform: uppercase;
	width: 560px;
}
.nav2 a {
	color: #51927c;
	padding: 0 5px;
	text-decoration: underline;
}
.nav2 a:hover {
	text-decoration: none;
}

/*=== Title Placeholder ===*/
#title{
	border-bottom: 19px solid #005daa;
	height: 232px;
	overflow: hidden;
	border-top: 19px solid #c5e39f;
}
#title2{
	border-bottom: 8px solid #005daa;
	border-top: 8px solid #c5e39f;
	height: 94px;
	overflow: hidden
}
/*=== All Columns ===*/
#columns{
	background: url(../images/columns-bgr.gif) repeat-y;
	border-top: 1px solid #cccccc;
	height: 1%;
	padding: 0 25px 15px 0
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	width: 192px
}
#leftcol .content{
	height: 1%;
	padding: 20px 15px
}
#leftcol h3{
	color: #85c233}
#leftcol p{
	line-height: 1.8em
}
/*=== Center Column ===*/
#centercol{
	float: right;
	margin: 15px 0 0;
	width: 560px
}
#centercol strong{
	color: #333333
}
#centercol h2 {
	color: #005daa;
	font-size: 2em;
}

/*=== Footer ===*/
#footer{
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 0 0;
	text-align: right
}
#footer a{
	color: #ffffff
}
#footer li{
	border-right: 1px solid #ffffff;
	display: inline;
	line-height: 11px;
	padding: 0 12px
}
#footer li.last{
	border: 0
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
#centercol .fr img {
	margin-left: 22px;
	margin-right: 20px;
}
.phone {
	background-color: #c5e39f;
	height: 18px;
	padding: 0 10px 0 0;
}
.phonetext {color: #FFFFFF}
.boldtext {
	color: #005DAA;
	font-weight: bold;
}

.error {
	font-size: 12px;
	color: #CC0000;
}

#centercol ol, #centercol ul {
	margin: 6px 30px 12px 30px;
	padding: 0;
}
ol li {
	margin-bottom: 10px;	
	list-style: decimal;
	color: #666;
}
ol li strong {
	color: #999;
}
ol li em {
	color: #444;
}
ul ul li {
	list style: square;
}
