@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#414141;
}
::selection { 
	background:#050d4b; 
	color:white; 
} 
::-moz-selection { 
	background:#050d4b; 
	color:white;
}
a {
	cursor:pointer;
	outline:none;
}
#frame, #rhi_logo, #footer_text {
	margin:0px auto;
}
#links_above ul, #links ul, h1, #rhi_text p, pre, #latest_news ul, h2 {
	margin:0px;
}
#links_above ul, #links ul, #links li, h1, #latest_news ul, h2 {
	padding:0px;
}
#left, #right, #links, #links ul, #links_above, #links_above ul, #links_above li, #banner, #rhi_text, h1, #rhi_text p, #footer, #latest_news, #latest_news ul, #latest_news li, h2 {
	float:left;
}
#frame {
	width:1003px;
	height:auto;
}
#left {
	width:232px;
	height:auto;
}
#rhi_logo {
	width:100%;
	height:71px;
	background-image:url(../images/rhi-ltd_logo.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin-top:25px;
}
#links {
	width:100%;
	height:auto;
	background-image:url(../images/rhi-ltd_bordertop.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin-top:20px;
}
#links ul {
	width:100%;
	height:auto;
	padding:25px 0px 10px 0px;
	list-style-type:none;
	/*list-style-image:url(../images/list_style_type.jpg);*/
	background-image:url(../images/rhi-ltd_borderbottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
}
#links li {
	width:200px;
	height:30px;
	margin-left:20px;
}
#links a:link, #links a:visited {
	width:160px;
	text-decoration:none;
	color:#4f4f4f;
	background-image:url(../images/list_style_type.jpg);
	background-repeat:no-repeat;
	background-position:5% 50%;
	padding-left:35px;
	float:left;
}
#links a:hover {
	width:160px;
	display:block;
	padding:5px 0px 5px 35px;
	background-color:#0f1959;
	color:#FFFFFF;
}
#right {
	width:771px;
	height:auto;
	float:left;
}
#links_above {
	position:relative;
	width:auto;
	height:auto;
	margin-top:15px;
}
#links_above ul {
	width:auto;
	height:auto;
	padding:0px;
	margin:0px;
	margin-left:60px;
	*display:inline;
	list-style-type:none;
}
#links_above li {
	width:117px;
	height:auto;
	padding:0px;
	margin:0px;
	margin-left:7px;
	text-transform:uppercase;
	color:#6a6a6a;
}
#links_above a:link, #links_above a:visited {
	display:block;
	text-align:center;
	text-decoration:none;
	padding:10px 0px 10px 0px;
	border-top:#d5d5d5 6px solid;
	color:#6a6a6a;
}
#links_above a:hover {
	display:block;
	text-align:center;
	text-decoration:none;
	padding:10px 0px 10px 0px;
	border-top:#78b7ea 6px solid;
	color:#000000;
}
#links_above li ul {
	position:absolute;
	visibility:hidden;
	width:185px;
	margin:0px;
	padding:0px;
	top:0%;
}
#links_above li ul li {
	width:100%;
	/*background-image:url(../images/shadow.png);
	background-position:top left;
	background-repeat:repeat-y;*/
	margin:0px;
	padding:0px;
	text-align:left;
}
#links_above li:hover ul {
	margin-left:-5px;
	visibility:visible;
}
#links_above li a:hover ul {
	margin-left:-9px;
	visibility:visible;
	padding:0px;
}
#links_above li ul li a:link, #links_above li ul li a:visited {
	width:86%;
	display:block;
	border-top:none;
	padding:6px 0px 6px 10px;
	border-bottom:#e1e1e1 1px solid;
	text-transform:none;
	color:#152366;
	text-align:left;
	margin-top:1px;
	margin-left:8px;
}
#links_above li ul li a:hover {
	background-color:#000066;
	color:#FFFFFF;
	border:none;
	padding:6px 0px 6px 10px;
	text-align:left;
}
#links_above li:hover ul li div ul {
	visibility:hidden;
}
#links_above li a:hover ul li div ul {
	visibility:hidden;
}
#links_above li ul li div a:hover ul {
	visibility:visible;
	left:100%;
	top:50%;
	background-color:#FFFFFF;
}
#links_above table {
	margin:0px;
	padding:0px;
	border:none;
	float:left;
}
.sub_menu:hover{
	background-image:url(../images/hover_png.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
.top_bg {
	background-image:url(../images/top_bg.png);
	background-repeat:no-repeat;
	*background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/top_bg.png' ,sizingMethod='crop');
}

#banner {
	width:759px;
	height:214px;
	/*background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;*/
}
#flash {
	position:absolute;
	width:auto;
	height:auto;
	z-index:-1;
}
h1 {
	width:720px;
	font-size:14px;
	border-bottom:#cdddeb 1px solid;
	background-image:url(../images/h1_arrow.jpg);
	background-repeat:no-repeat;
	padding:0px 0px 8px 40px;
	margin-top:25px;
}
h2 {
	width:100%;
	font-size:14px;
	color:#5b5a5a;
	border-bottom:#cdddeb 1px solid;
	padding:5px 0px 5px 8px;
}
#rhi_text {
	width:100%;
	height:auto;
}
#image{
	width:100%;
	height:auto;
	margin-top:5px;
	float:left;
}
#rhi_text p {
	width:100%;
	margin-top:10px;
	line-height:17px;
}
#rhi_text dl {
	width:auto;
	height:auto;
}
#rhi_text dt {
	width:95%;
	padding:3px 0px 10px 15px;
	font-weight:bold;
	color:#2648a9;
	float:left;
}
#rhi_text dd {	
	width:85%;
	margin-left:35px;
	display:inline;
	padding:2px 0px 2px 15px;
	background-image:url(../images/bullet.jpg);
	background-repeat:no-repeat;
	background-position:0px 5px;
	float:left;
}
#read_more a:link, #read_more a:visited {
	color:#0676cc;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
#read_more a:hover {
	color:#14266c;
}
#footer {
	width:100%;
	margin-top:20px;
}
#footer_text {
	width:95%;
	height:auto;
	height:50px;
	border-top:#d5d5d5 5px solid;
}
pre {
	padding-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	line-height:22px;
}
#latest_news {
	width:100%;
	height:auto;
	background-image:url(../images/rhi-ltd_bordertop.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin-top:10px;
}
#latest_news ul {
	width:100%;
	list-style-type:none;
	background-image:url(../images/rhi-ltd_borderbottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	padding-bottom:20px;
}
#latest_news li {
	width:190px;
	padding:8px 12px 0px 22px;
	line-height:15px;
}
table.rhtable1 {
	width:auto;
	height:auto;
	border:#bcbcbc 1px dashed;
	float:left;
}
table.rhtable1 th {
	background-color:#f4f4f4;
	color:#030746;
	padding:8px 0px 8px 0px;
	font-size:12px;
}
table.rhtable1 td {
	padding:3px 0px 3px 8px;
}
table.rhtable1 input {
	width:180px;
	height:15px;
	background-color:#eeeeee;
	border:#CCCCCC 1px solid;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#send {
	width:94px;
	height:32px;
	background-image:url(../images/send.jpg);
	background-repeat:no-repeat;
	border:none;
	outline:none;
	cursor:pointer;
}
