@charset "utf-8";
/* CSS Document */


.ritbd_body{
	background-color:#E9EAF8;
	text-align:center;
}
.ritbd-container{
	font:"Agency FB";
	width:1080px;
	margin-top:0px;
	top:0px;
    position: absolute;
	min-height:500px;
	background-color:#E7F4F4;	
}
.ritbd_main_head{
	width:1080px;
	margin-top:0px;
	top:0px;
    position: fixed;
	height:135px;
	color:#9999CC;
	float:top;
	border:dotted;
}
.ritbd_website_top_static{
	background-color:#E9EAF8;
	color:#003366;
	width:1080px;
	height:30px;
	float:top;
	position:relative;

	
}
.ritbd_header{
	width:1080px;
	height:80px;
	background: #E9EAF8;
	z-index:10px;
	/*
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10;

	/* Background color and gradients */
	/*
	background: #36628D;
	background: -moz-linear-gradient(top, #0272a7, #013953);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));
	
	/* Borders */
	/*
	border: 0px solid #002232;

	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;

*/
}
.ritbd_home_logo{
	width:135px;
	float:left;
	background-color:#FFFFFF;
	height:80px;
	position:fixed;
	z-index:999;
	background-repeat:no-repeat;
	background-image:url(../images/ritbd_logo.gif);
}

.ritbd_left_menu{
	width:135px;
	float:left;
	background-color:#FFFFFF;
	height:500px;
	position:fixed;
	
	top:80px;
	margin-top:fixed;
}

.ritbd_body_content{
	width:945px;
	float:right;
	background-color:#FFFFFF;
	min-height:500px;
	position:relative;
	overflow: scroll;
}

.ritbd_home_latest_news{
	width:945px;
	height:35px;
	float:left;
	position:fixed;
	margin-left:135px;
	margin-top:45px;
	background-color:#CCCCCC;
	z-index:1;	
}
.ritbd_home_menu{
	z-index:999;
	width:945px;
	height:45px;
	float:left;
	position:fixed;
	margin-left:135px;
	background-color:#FF0000;
	/* Rounded Corners */
	/*
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10;
*/
	/* Background color and gradients */
	/*
	background: #36628D;
	background: -moz-linear-gradient(top, #0272a7, #013953);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));
	*/
	/* Borders */
/* 	
	border: 0px solid #002232;

	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;
*/
}


.box {
  float: left;
  width: 200px;
  height: 100px;
  margin: 1em;
}
.after-box {
  clear: left;
}

a{
	font:Garamond;
	color:#FFFFFF;
	text-decoration: none;
	text-transform:capitalize;
}



.bottomDiv{
		background-color:#36628D;
		font-style:bold;
		border-bottom:1px dotted #CCCCCC;
		font:Verdana, Arial, Helvetica, sans-serif;
		border-collapse:collapse;
		border:1px solid black;
		color:#FFFFFF;
		position: fixed; bottom: 0;
		width:100%;
		font-size:13px;
		text-align:center;
		visibility:visible;
		}