@charset "utf-8";
/* CSS Document */

td, table, body {
	Font-Family:Arial, Verdana;
	font-size: 9pt;
}
body {
	background-repeat: repeat-x;
}
H1 {
	font-size: 14pt;
}
H2 {
	font-size: 13pt;
}
H3 {
	font-size: 12pt;
}
H4 {
	font-size: 11pt;
}
A.nav {
	color : White;
}
TH {
	text-align:left;
}
#menu {
	width: 100%;
	font-family: Trebuchet MS, Arial, sans-serif;
	background-color: #6097D0;
	height: 22;
	color: #ffffff;
}
#menu ul {
	list-style: none;
	padding: 0; /* padding to buttons */
	margin: 0; /* indent from outside div */
}
#menu li {
	float: left; /* left for horizonal menu, otherwise its vertical. width: 100; /* button outside dimensions, need this for centering text... make this same as anchor */
	background: transparent url('/uploads/73967/images/blue.jpg');
}
#menu a {
	text-align: center; /* position text within li button */
	text-decoration: none; /* remove typical underline */
	font-size: 9pt; /* menu text size */
	display: block; /* treats layout of buttons like they're table cells rather than list items */
	color: #ffffff; /* link text colour */
	border-width: 0px;
	border-right:1px;
	border-style: solid;
	border-color: #ffffff;
	padding: 2; /* padding of text within button */
	margin: 0; /* padding of button within list item */
	margin-left: 20px;
}
#menu a:hover { /* override as neccesary for mouse over effects */
	color: black;
}
#menu li a {
	padding: 5px 5px 5px 5px;
}
#menu li ul { /* this one is the dropdown */
	position: absolute; /* so we can hide it */
	left: -999em; /* by default it is hidden */
	width: 100px; /* width of the entire dropdown */
	margin: 0; /* relative position of the menu to the button... 0=tight on bottom.. */
	background: transparent url('/uploads/73967/images/blue.jpg'); /* color of the entire dropdown */
}
#menu li ul a { /* override colours for drop down buttons */
	background: transparent;
	width: 120px;
	text-align:left;
	font-size: 10pt;
	border-right:1px;
	color:#ffffff;
	border-bottom: 1px solid #ffffff;
	padding:4px;
}
#menu li ul a:hover { /* override colours for drop down buttons */
	color: #000000;
	background: #transparent;
}
#menu ul li:hover, #menu ul li.sfhover {
	color: blue;
}
#menu ul ul ul {
	position: absolute;
	background-color: #666666; /* color of the entire dropdown */
	top: auto; /* auto means that it will be in the typicall indented list position below the first menu */
	left: 0; /* 0 */
	margin: -20 110; /* adjust the margins to position the 2nd level popout menu to the right*/
	width: 100%; /* width is based on the containing block */
}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
}
#catmenu {
	margin-top: 10;
	margin-left:0;
	padding: 0;
	width: 120;
}
#catmenu ul {
	list-style: none;
	padding: 1; /* padding to buttons */
	margin: 0; /* indent from outside div */
	width:120;
}
#catmenu li {
	left: 0;
	margin: 0;
	padding: 0;
	display: block;
	position:relative;
	width: 120;
}
#catmenu a {
	text-align: center; /* position text within li button */
	text-decoration: none; /* remove typical underline */
	font-size: 8pt; /* menu text size */
	display: block; /* treats layout of buttons like they're table cells rather than list items */
	width: 120; /* button outside dimensions */
	color: white; /* link text colour */
	background-color: red;
	padding:2; /* padding of text within button */
	margin: 1; /* padding of button within list item */
}
#catmenu a:hover { /* override as neccesary for mouse over effects */
	color: #0a1962;
	background-color: #fd6200;
} /* hide the sub levels and give them a positon absolute so that they take up no room */
#catmenu ul ul {
	display: none; /* removes the anoying space between buttons where popupmenus exist.*/
	visibility:hidden; /* dropdowns hidden by default, until hovered over */
	position:absolute;
	top:0;
	left:122;
	width: 130px; /* width of the entire dropdown */
	margin: 0; /* relative position of the menu to the button... 0=tight on bottom.. */
	padding: 2;
	background-color: #555; /* color of the entire dropdown */
}
#catmenu ul ul ul {
	position: absolute;
	top: auto; /* auto means that it will be in the typicall indented list position below the first menu */
	left: 0; /* 0 */
	margin: -20 130; /* adjust the margins to position the 2nd level popout menu to the right*/
	width: 130; /* width is based on the containing block */
	background-color: #444; /* color of the entire dropdown */
}
#catmenu li ul a { /* override colours for drop down buttons */
	background-color: #666;
	color:white;
	width: 130px;
	text-align:center;
	font-size: 8pt;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 0px;
	border-bottom: 1px solid #000000;
	padding:2px;
	margin: 0;
}
#catmenu li ul a:hover { /* override colours for drop down buttons */
	color: white;
	background-color: #999;
}
#catmenu ul li:hover, #catmenu ul li.sfhover {
	color: blue;
}
#catmenu li:hover ul ul, #catmenu li:hover ul ul ul, #catmenu li.sfhover ul ul, #catmenu li.sfhover ul ul ul {
	left: -999em;
}
#catmenu li:hover ul, #catmenu li.sfhover ul {
	visibility:visible;
	display: block; /* anoyingly restores the anoying space between buttons where popupmenus exist.*/
}
#catmenu li li:hover ul, #catmenu li li li:hover ul, #catmenu li li.sfhover ul, #catmenu li li li.sfhover ul {
	visibility:visible;
	left: auto;
	display: block; /* anoyingly restores the anoying space between buttons where popupmenus exist.*/
}
#logo {
	position: absolute;
	top: 15px;
	left: 0px;
	height: 62px;
	padding-top: 8px;
	width: 462px;
	text-align: center;
	color: #ffffff;
	font: 24px "Times new roman", serif;
	font-weight: normal;
	background-color: #D6F2FE;
	background-image: url(/uploads/73967/images/logo.gif);
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #0004F9;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
} /** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 728px;
	position: relative;
}
h1 strong {
	font-weight: normal;
	color: #0E1520;
}
#top-nav {
	position: absolute;
	top: 16px;
	left: 462px;
	width: 266px;
	height: 269px;
	background: bottom left url(/uploads/73967/images/header.jpg) no-repeat;
	background-color: #6097D0;
	background-image: url(/uploads/73967/images/header1.jpg);
}
#top-nav ul {
	text-align: center;
	line-height: 32px;
}
#top-nav li {
	display: inline;
	font-size: 12px;
	color: #fff;
}
#top-nav a {
	text-decoration: none;
	font-weight: normal;
	color: #fff;
}
#top-nav a:hover {
	text-decoration: underline;
}
#header {
	background: url(/uploads/73967/images/header_bg.jpg) no-repeat;
	position: absolute;
	top: 88px;
	left: 0px;
	width: 462px;
	height: 197px;
	background-image: url(/uploads/73967/images/header_bg.jpg);
} /** body **/
#spacer {
	height: 285px;
}
#navs {
	width: 727px;
	background-color: #6097d0;
}
#main {
	float: left;
	width: 727px;
	height:100%;
}
#visit {
	background: #EEEEEE;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#visit1 {
	background: #EEEEEE;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 36px;
}
#visit2 {
	background: #EEEEEE;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 36px;
}
#visit3 {
	background: #EEEEEE;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 36px;
}
#visit4 {
	background: #EEEEEE;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 36px;
}
#visit5 {
	background: #EEEEEE;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 36px;
}
#visit h2 {
	font: 24px "Times new roman", serif;
}
#visit a {
	text-decoration: none;
}
#visit a:hover {
	text-decoration: underline;
}
#subs {
	float: left;
	width: 727px;
	background-color:#6097d0;
}
#subs-left {
	float: left;
	width: 160px;
	padding-left: 35px;
	padding-bottom: 10px;
	margin-top: 5px;
}
#subs-right {
	float: right;
	width: 180px;
	padding-right: 18px;
	padding-bottom: 2px;
	margin-top: 0px;
	padding-top: 5px;
}
#subs-left a {
	color: #fff;
}
#subs-left {
	color: #fff;
}
#subs-left h3 {
	color: #000000;
	font: 16px "Times new roman", serif;
}
#subs-left p {
	text-align: justify;
}
#subs-right {
	color: #fff;
}
#subs-right h3 {
	color: #EEEEEE;
	padding-left: 20px;
	padding-bottom: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#subs-right h4 {
	color: #000000;
	font: 14px "Times new roman", serif;
	margin: 0.6em 0;
}
#subs-right ul {
	margin-top: 1em;
}
#subs-right li {
	list-style: none;
	padding-left: 20px;
	background: 5px 3px url(/uploads/73967/images/bullet.gif) no-repeat;
}
#subs-right p {
	text-align: justify;
	margin: 0.6em 0;
}
#right-i {
	padding-top: 40px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 50px;
}
#right h2 {
	color: #323E51;
	font: 22px "Times new roman", serif;
	margin-bottom: 12px;
}
#right h3 {
	color: #000000;
	font: 14px "Times new roman", serif;
	margin-bottom: 5px;
}
#right p {
	margin-top: 0;
	color: #163348;
}
#right .left {
	margin-right: 4px;
	margin-top: 5px;
}
#right a {
	color: #163348;
	font-weight: bold;
	text-decoration: none;
}
#right a:hover {
	text-decoration: underline;
} /** footer **/
#copyright {
	color: #fff;
	text-align: center;
	font-size: 11px;
	float: left;
	width: 727px;
	padding: 10px 0;
	margin-bottom: 20px;
	background-color: #6D7481;
	background-image: url(http://reclab.in/logo/RECLAB_pr04.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-indent: 10px;
}
#copyright p {
	margin: 0;
	padding-left: 150px;
}