@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	font:62.5% Verdana, Arial, Helvetica, sans-serif;
	background: #ccc;
}
A{
	color: #000;
	text-decoration:none;
}
A:hover{
	color:#FF3300;
	text-decoration: none;
}

/*header*/
#header_container {
	height:100px;
	background:url(../img/frm2_bg.gif) 0 -50px repeat-x;
}
#header {
	padding:5px 0px;
	float:left;
	width:100%;
}
#logo {
	float:left;
	height:80px;
	width:80px;
	margin:10px 0 20px 40px;
	background:url(../img/Rclogo.gif) no-repeat;
}	
#cname {	
	float:left;
	height:50px;
	width:450px;
	margin:30px 0 20px 10px;
	background:url(../img/Rcname.gif) no-repeat;
}
.og_text {
	font:bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	
}
.bl_text{
	font:bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	
}
#search_container a {
	display:inline !important;
	padding:0 !important;
	background:none !important;
}
#search_container select,#search_container input,#search_container go{
float:left;
margin-left:10px;
}
#search {
	float:left;
	border:2px #ccc solid;
}
.go {
	float:left;
	margin-left:10px;
	border:2px #ccc solid;
}
/*End header*/

/*Vertical menu*/
.menu {
z-index:1000;
font-size:90%;
margin:15px 0 10px 5px; /* this page only */
font:bold 1.1em Arial, Helvetica, sans-serif;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:150px;

}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
position:relative;
background:#f70505;
height:26px;
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:149px;
color:#fff;
text-indent:5px;
border:1px solid #fff;
border-width:0 1px 1px 0;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#f70505; width:150px; w\idth:149px;}
/* style the link hover */
* html .menu a:hover {color:#000; background:#ccc;}

.menu :hover > a {
color:#000; 
background:#ccc;
text-decoration:none;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
caption-side:left;
visibility:hidden;
position:absolute;
top:0;
left:150px; 
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:hidden;
}
/*End Vertical menu*/

/*Horizontal menu*/
#menut {
	background:#f70505;
	height:29px;
	border-top:1px #fff solid;
	padding-left:10px;
	position:relative;
	clear:both;
	
}

#menut ul {
	margin:0;
	padding:0;
	font-size:1.1em;
	font-weight:bold;
	list-style:none;
}

#menut ul li {
	float:left;
	position:relative;
	width:auto;
	background:url(../img/msep.gif)) repeat-x;
}
#menut li a {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	float:left;
	cursor:hand;
	display:block;
}
#menut a, #menut a:visited {
	display:block;
	padding:8px 23px;
	background:url(../img/msep.gif) right center no-repeat;
	text-decoration:none;
	color:#fff;
}

#menut :visited > a {
	display:block;
	padding:8px 23px;
}

#menut a:hover,#menut .active {
	background:#ccc !important;
	color:#000!important;
}

.pdt_line{
	border:#ccc solid 2px;
	border-top:none;
	border-left:none;
	border-right:none;
	width:100%;
	
}

/*submenu sbt*/
#menut ul ul{
/*visibility:hidden*/
background:#f70505;
position:absolute;
height:0;
top:27px;
left:0px;
width:156px;
caption-side:left;
display:block;
}
/* another hack for IE5.5 */

#menut ul ul a, #menut ul ul a:visited {
	display:block;
	padding:8px 23px;
	background:url(../img/msep.gif) right center no-repeat;
	text-decoration:none;
	color:#fff;
}
/* style the top level hover */
#menut a:hover, #menut ul ul a:hover {
background:#ff9933;
	color:#fff;
}
#menut :hover > a, #menut ul ul :hover > a {
	background:#ff9933;
	color:#fff;
}
/* make the second level visible when hover on first level list OR link */
.menut ul li:hover ul,
.menut ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menut ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menut ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menut ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menut ul :hover ul :hover ul :hover ul { 
visibility:hidden;
}
/*Horizontal menu*/

/*head*/
.t1b {
	background:#ccc;
	color:#000;
}

.t2b {
	background:#f70505;
	color:#fff;
}
/*head ends*/

#search_container {
	float:right;
	padding-top:5px;
}

/*footer*/
#footer_container {	
	clear:both;
	background:#f70505;
	color:#ccc;
	padding:0px 0px;
	float:left;
	width:100%;
	padding-bottom:5px;	
}
#fmenu{
	padding-top:5px;
	padding-left:360px;
	height:20px;
	font-size:11px;
}
#cpy{
 float:left; 
 color:#ccc; 
 padding-left:300px;
}
#footer_container a{	
	color:#ccc;	
	text-decoration:none;
}
#footer {
	background:#3399ff;
	height:24px;	
}
#footer div {
	padding-top:5px;	
}
#pwrd{
	color:#000;
	text-decoration:none;
	float:right;
}
/*footer ends*/
#login {
	height:30px;
	background:url(../img/rlogin_bg.gif) no-repeat;
	font-weight:bold;
	padding:15px !important;
}
