/* CSS Document */
body
{
		margin: 0;
		padding: 0;
		font: 75% arial, hevetica, sans-serif;
		text-align: center;
		color: #333;
		/*background-image: url('images/body_bg.gif');*/
		background-color:#BDD8DA;
		
}
	
/* Links properties*/	

a:link { color: #CB4845; }
a:visited { color: #CB4845; }
a:hover, a:active
{
		color: #CB4845;

		
}

/* Heading Properties*/	

h1
{
		color: #CB4845;
		font: 120% georgia, times, "times new roman", serif;
		font-weight: bold;
		margin: 0 0 10px 0;
		border-bottom: 1px solid;
		border-color: #15747E;
		
		
}
h2
{
		color: #CB4845;
		font: 120% georgia, times, "times new roman", serif;
		font-weight: bold;
		margin: 0 0 10px 0;
		border-bottom: 1px solid;
		border-color: #15747E;
		
		
}
	
	
h2 a { text-decoration: none; }
	
h3
{
		color: #20418C;
		font: 100% georgia, times, "times new roman", serif;
		font-weight: bold;
		margin-top: 0;
		margin-bottom:-10;
}
	
h4
{
		color: #20418C;
		font: 98% georgia, times, "times new roman", serif;
		font-weight: bold;
		margin-top: 0;
}
h5
{
		color: #20418C;
		font: 98% georgia, times, "times new roman", serif;
		font-weight: bold;
		margin-top: 0;
}
	
		
#container
{
		/*margin: 1em auto;*/
		width: 750px;
		text-align: left;
		background-color: #fff;
		border: 1px solid #676767;
		
}
	
#container ul
{
	list-style-type: square;
/*	list-style-image: url(bullet.gif);*/
}
	
#header
{
		height: 82px;
		background-image:  url("images/header.gif");
		background-repeat: no-repeat;
		background-position: 0 0;
		position: relative;
}
	
#banner
{
		height:105px;
		background-image:  url("images/bannerrmh.jpg");
		background-repeat: no-repeat;
		
		
}
	
#search {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: x-small;
	font-weight: bold;
	
}
	
	/* Main Navigation Bar */
	
#mainnav
{
		background-color: #20418C;
		color: #C2C4B7;
		padding: 2px 0;
		margin-bottom: 22px;
}
	
#mainnav ul
{
		margin: 0 0 0 10px;
		padding: 0;
		list-style-type: none;
		border-left: 1px solid #C2C4B7;
}
	
#mainnav li
{
		display: inline;
		padding: 0 10px;
		border-right: 1px solid #C2C4B7;
}
	
#mainnav li a
{
		text-decoration: none;
		color: #BDD8DA;
}
	
#mainnav li a:hover
{
		text-decoration: none;
		color: #FEFEFE;
		background-color: #818B95;
		font-weight:normal;
}
	
	/* Left Menu bar */
	
#menu
{
		float: right;
		width: 170px;
		/*border-left: 1px solid #B1B1B1;*/
		/*border-left-style:dashed;*/
		padding-left: 15px;
		padding-right:10px;
}
	
#menu h3{
	width: 160px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #cccccc;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
	font: 98% georgia, times, "times new roman", serif;
	color: #20418C;
	font-weight:bold;
	
	
}
#menu ul
{
		list-style: none;
		margin: 0;
		padding: 0;
		margin-top: -10;
		
}
	
#menu ul ul{
	border-top: 1px solid #999999;
	background-color: #D3D3D3;
	
	
}
	
#menu ul ul li {
	padding: 0 0 0 10px;
	border-bottom: 1px solid #999999;
	text-decoration: none;
	font: 90% georgia, times, "times new roman", serif;
	
}

	
#menu h4{
	border-bottom: 1px solid #999999;
	color: #D52B73;
	
}	
	
	
#menu ul ul li a {
	display: block;
	margin: 0 0 0 -10px;
	padding: 0.1em 10px;
	width: 165px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 145px;
	text-decoration: none;
} 
html>body #menu ul ul li a {
	width: 145px;
}
#menu ul ul li a:hover {
		color: #fff;
		background-color: #E0679A;
}

#menu p
{
	font: 90% georgia, times, "times new roman", serif;
}
	
	/* Contents Section */
	
#contents { 
	text-align: justify;
	margin: 0 200px 40px 20px;
	padding-right:5px; 
	
	
}
	
#contents p { line-height: 165%; }
#contents .school ul.schoolservices {
	margin: 2px;
	padding: 0;
	list-style: none;
	color: #333;
}
	
#contents ul{
	list-style-type:disc;
}
	
	
#contents .school ul.solutions {
	margin: 2;
	padding: 0;
	list-style: none;
}
	
#contents .school .schoolservices ul.servicesdetail{
	margin: 0;
	padding: 5;
	list-style: none;
	font-style:normal;
	color: #333;
}
	
#contents .school .schoolservices li img {
	float: left;
	margin: 0 10px 5px 0;
	
}
	
#contents .school h3 a:link{
	color: #CB4845;
}

#contents .school h3 a:hover{
	color: #fff;
	background-color: #20418C;
}
#contents .webportfolio h3
{
	text-align:center;
	text-decoration:underline;
}
#contents .webportfolio 
{
	text-align:center;
}
#contents .webportfolio .portfolioitems li
{
	display: inline;
}

	
#contents .webportfolio .banneritems li
{
	display: inline;
	text-decoration:none;
}
	
#contents .webportfolio .banneritems li a:link
{
	
	text-decoration:none;
}

#contents .webportfolio .portfolioitems li img {
	margin: 0 30px 0px 0;
}
#contents p.more{
	margin-top: 0;
	text-align: right;
}

#contents .bulletlinks{
	list-style-type:decimal;
	color: #20418C;
}
	
#contents .resourcelinks{
	list-style-type: disc;
	color: #20418C;
	
}
#contents .aboutus{
	list-style-type:decimal;
}
#contents .subitems{
	list-style-type:disc;
}
	
.highlight
{
	color: #20418C;
	font-weight:bold;
	
	
}
	
	
#membership
{
	text-align:center;
}
	
#pricing
{
	color: #CC6602;
}	
	
#cid{
	clear:both;
}
	
#rmhitbox ul.solutions 
{
	list-style-type: square;
	color: #D52B73;
}

#rmhitbox ul.solutions p{
	color: #333;
}
		
		
.rmhitboxhighlight{
	color: #15747E;
	font-weight: bold;
}
		
#pricing	
{
	color: #000000;
}
		
.imgborder {
	border: 1px solid #000000;
}
#imagelogo
{
	margin-right: 20;
}
	
		
#footer1
{
	clear: both;
	height:54px;
	background-image:  url("images/footer1.gif");
	background-repeat: no-repeat;
}
	
#footer2
{
		
	height:64px;
	background-image:  url("images/footer2.gif");
	background-repeat: no-repeat;
	padding-right:10;
   } 
	
#footer2 p {
	margin: 0;
	padding: 20px 5px 20px 0;
text-align: right;
}
	
#footertext
{
color: #20418C;
}
	
#footer3
{
	clear: both;
	height:41px;
	background-image:  url("images/footer3.gif");
	background-repeat: no-repeat;
	padding-left:5px;
}
	
/* Images Placement and properties */
	
.imagefloat
{
	float: left;
	padding: 2px;
	/*border: 1px solid #9FA41D;*/
	margin: 0 0 10px 10px;
}
	
.imageedu
{
	float: left;
	padding: 2px;
	/*border: 1px solid #9FA41D;*/
	margin: 10 15 10px 10px;
}
#imghumanity
{
	padding: 5px 0 0 35px;
}
	
.ad1
{
	padding: 5px 0 0 10px;
}
	
#imgrmhitbox {
	padding: 5px 0 0 10px;
}
#imgadvertisement{
	padding: 5px 0 0 15px;
}
	
/* image positioning - left, right and center */
.left
{ 
	float: left; 
	padding: 0px 8px 0px 0px;
}

.right
{ 
	float: right; 
	padding: 0px 0px 0px 8px;
}
#contents .adalign	
{
	text-align: center;
}

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: auto;
	
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 73px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin-left:-6px;
	padding: 2px;
	position: relative;
	
}



.hoverbox .preview
{
	border-color: #000;
	width: 400px;
	height: 294px;
}


#imagebox 
{

	margin-top:-30px;

}


#imagebox h1
{


	background: inherit;
	border-bottom: 1px dashed #ccc;
	color: #6F3656;
	font: 20px Georgia, serif;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: center;
}

.clearleft { clear: left; }

	
