@charset "utf-8";
/*Colours used in the site
#000000 Black
#0000ee Blue
#014336 Deep Green
#bbddbb Light Green (pastal)
#a35876 Purple
#e0dfe3 Light Gray
#ffffff White*/

/* ------ Basic Styling ------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background: #bdb;
}
a {
	text-decoration: none;
}
a img {
	border: 0;
}
a:hover {
	color:#968;
}
a:visited {
	text-decoration: none;
	color:#a35876;
}
p {
	margin: 0 0 1em;
}
#wrapper {
	position: relative;
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background-color:/*#f0f2f0;*/ #eff5ef;
}
#clear {
	clear: both;
}
/*--------------Position "container" elements ---------------------*/
#header {
	position: relative;
	height: 150px;
	background-image: url(/ranjesuweb/ranjesuweb_pics/bg_banner1.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#header h1 {
	margin-left: -9000px;
}
#header h2 {
	margin-left: -9000px;
}
#header #dandakatta {
	position: absolute;
	top:5px;
	right:7px;
	width:163px;
	height:145px;
/*	background-image: url(../ranjesuweb_pics/dandakattaL_02.png);
	background-repeat: no-repeat;
	background-position: right top;*/
}
#header #logoRJS {
	position:absolute;
	top:8px;
	left:10px;
	width:111px;
	height:102px;
	background-image: url(../ranjesuweb_pics/logoRJS_03.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#header #logotextRJS {
	position: absolute;
	height: 86px;
	width: 378px;
	left: 181px;
	top: 20px;
}
/* ---------- start navigation menus, situated inside header div ---------*/
#header ul {
	margin:0;
	padding:0;
	position:absolute;
	left:0;
	bottom: 0;
	width: 560px; /*----This width is essential for avoiding browser-compatibility risk----*/
	height: 26px;
	list-style: none;
	font-weight: bold;
	background-image: url(../ranjesuweb_pics/bg_nav.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#header ul li {
	float:left;
}
#header ul a {
	padding: 0 .3em;
	font-size: 12px;
	color:#014336;
	line-height: 2.2em;
	text-decoration:none;
	float: left;
	background-image: url(../ranjesuweb_pics/divide_nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header ul a {
	display:block;
}
#header ul a.first {
	background:none;
}
#header ul a:hover {
	color:#FF9900;
}
/*------------------global style for Right & Left images --------------------------*/
p img.right {
	margin: 0 0 7px 7px;
	float:right;
}
p img.left {
	float:left;
	margin: 0 10px 5px 0;
	padding-top: 5px;
}
/*---------------start Footer styles ------------------*/

#footer {
	/*margin-top: .2em;*/
	height: 50px;
	font-size:0.85em;
	text-align: center;
	color: #FFF;
	clear: both;
	background-image: url(../ranjesuweb_pics/bg_footer.gif);
}
#footer a:link {
	text-decoration: none;
	color:#FFF;
}
#footer a:visited {
	text-decoration: none;
	color:#FFF;
}
#footer p {
	margin-bottom: -1px;
}
