@charset "utf-8";
/* CSS Document */

html,
	body {
		margin:0;
		padding:0;
		height:100%;
	}
	#container {
	min-height:100%;
	position:relative;
	background-image: url(images/bottom_piece.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
	#header {
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
	height: 160px;
	}
	#body {
	padding-bottom:60px;	/* Height of the footer */
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	}
	#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:40px;			/* Height of the footer */
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #e5b44
	padding-bottom: 10px;
	background-image: url(images/footer_bk.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	#central_header {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/content.jpg);
	height: 180px;
	width: 1000px;
	z-index: 3;
	top: 0px;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}
#rollover_menu {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 145px;
	width: 800px;
	padding-left: 15px;
}
.rollover_container {
	width:200px;
	height:140px;
	z-index:1;
	float: left;
	display:inline;
}
.text_container {
	margin-right: auto;
	margin-left: auto;
	width: 770px;
	position: relative;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #54243d;
	font-size: 12px;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #54243D;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-bottom: 5px;
	text-align: justify;
	background-image: url();
	}
	.content_box_top_white {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #ffffff;
	padding-left: 15px;
}
.footer_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
/* rollover styles */
/*rolloverone is normal page rollover*/
/*rollovertwo is for rollovers that are on purple background, ie footer*/
a:link {
	text-decoration: none;
	color: #54243D;
}
a:visited {
	text-decoration: none;
	color: #54243D;
}
a:hover {
	text-decoration: none;
	color: #BA7913;
}
a:active {
	text-decoration: none;
	color: #54243D;
}
a.rolloverone:link {
	color: #57263c;
	text-decoration: none;
}
a.rolloverone:visited {
	text-decoration: none;
	color: #57263c;
}
a.rolloverone:hover {
	text-decoration: none;
	color: #d27d00;
}
a.rolloverone:active {
	text-decoration: none;
	color: #d27d00;
}
a.rollovertwo:link {
	color: #d27d00;
	text-decoration: none;
}
a.rollovertwo:visited {
	text-decoration: none;
	color: #d27d00;
}
a.rollovertwo:hover {
	text-decoration: none;
	color: #ffffff;
}
a.rollovertwo:active {
	text-decoration: none;
	color: #ffffff;
}
#apDiv1 {
	position:absolute;
	left:836px;
	top:119px;
	width:88px;
	height:45px;
	z-index:1;
}
#apDiv2 {
	position:absolute;
	left:740px;
	top:119px;
	width:91px;
	height:44px;
	z-index:2;
}
.button {
	background-color: #54243d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
.form {
	width: 220px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
}
#form_content_left {
	float: left;
	width: 360px;
}
#form_content_right {
	float: right;
	width: 360px;
}
legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #54243D;
}
.ghr_logo {
	background-image: url(Images/GHR.gif);
	width: 161px;
	height: 58px;
	z-index: 20;
	margin-right: auto;
	margin-left: auto;
}

