html, body, iframe {
	height: 100%; 
}
html, body {
	overflow:hidden;;
}
body {
	padding: 0;
	margin: 0;
	color: #000;
	background-color: #fff;
}
#head, #foot, #content, iframe {
	position: absolute;
	width: 100%;
	left: 0;
}
#content {
	top: 115px;
	bottom: 30px;
}
iframe {
	width: 80%;
	left: 20%;
	border: 0 none;
	overflow: auto;
}
#head {
	top: 0;
	padding: 2px 0 0 3px;
	height: 110px;
	min-width: 100%;
	background-repeat: no-repeat;
	background-color: #003d76;
	border-bottom: 4px solid #000;
	background-image:url(/hr/images/siteframe/pc_header_BG_fireyBlue.jpg);
	background-position: right top;
}
#head p {
	position: absolute;
	display: block;
	top: -10px;
	right: 15px;
	color: #FFBF00;
}
#head p a,#head p a:visited {
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	font-size:10px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
#head p a:active,#head p a:hover {
	border-bottom: 1px solid #FFBF00;
}
#head ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align:center;
	background-color:#DBC8A2;
	min-width: 700px;
	height: 35px;
}

#head ul li {
}
#head ul li a {
	float: left;
	width: 24%;
	min-width: 150px;
	height: 16px;
	padding: 8px 0px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	border-top: 3px solid #000;
	border-right: 4px solid #000;
	text-align: center;
	background-color:#DBC8A2;
	color: #000;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#head ul li a:hover {
	background-color: #FFBF00;
}
#leftRail {
	top: 115px;
	left: 0;
	width: 20%;
	max-width: 240px;
	border-right: 5px solid #000;
	float: left;
	padding: 0;
	margin: 0;
	height: 100%;
	background-color: #00274A;	
}
#leftRail ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#leftRail ul li a {
	display: block;
	width: inherit;
	border-bottom: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 5px;
	background-color: #003A6F;
	color: #FFF;
}
#leftRail a:hover {
	text-decoration: none;
	background-color: #FFBF00;
	color: #000;
}
#leftRail h1, #leftRail h2, #leftRail p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}
#leftRail h2,#leftRail h2 a,#leftRail h2 a:hover {
	text-align: left;
	color: #FFBF00;
	background-color: #000;
	text-decoration: none;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 5px;
	margin-bottom: 0px;
	margin-top: 1px;
}

#foot {
	bottom: 0;
	padding: 0px 0 0 3px;
	height: 30px;
	background-color: #000;
	border-top: 5px solid #000;
}
#foot #contact {
	position: relative;
	display: block;
	bottom: 3px;
	left: 5px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFBF00;
	font-size:10px;
	font-weight: bold;
	float: left;
}
#foot #info {
	position: relative;
	bottom: 3px;
	padding-right: 15px;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFBF00;
	font-size:10px;
	font-weight: bold;
	float: right;
}
#foot p a,#foot p a:visited {
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	font-size:10px;
	font-weight: bold;
	text-decoration: none;
}
#foot p a:active,#foot p a:hover {
	color: #FFBF00;
}
#content #leftRail p {
	text-align: left;
	margin-left: 5px;
	font-weight: normal;
}
#content #leftRail p a, #content #leftRail p a:visited{
	text-decoration: none;
	color: #fff;
}
#content #leftRail p a:hover {
	text-decoration: none;
	background-color: #00274A;	
	color: #FFBF00;
}
#content #leftRail #leftNav h2 {
	cursor: pointer;
}
/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#ffa;
	border:1px solid #cc9;
	padding:3px;
	font-size:13px;
	-moz-box-shadow: 2px 2px 11px #666;
	-webkit-box-shadow: 2px 2px 11px #666;
	width: 200px;
}

