@charset "utf-8";

/* CSS Document */

body {

	margin: 0px;

	padding: 0px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	background-image: url(images/base-bg.jpg);

	background-repeat: repeat-x;

	background-color: #FFF;	

}

a:link {

	color: #FFF;

	text-decoration: none;

}

a:visited {

	color: #FFF;

	text-decoration: none;

}

a:hover {

	color: #FFF;

	text-decoration: underline;

}

a:active {

	color: #FFF;

	text-decoration: none;

}



.mainContainer {

	width: 902px; 

	height: auto; 

	margin: auto; 

	border-bottom-right-radius: 10px; 

	border-bottom-left-radius: 10px;; 

    border-top-right-radius: 10px; 

	border-top-left-radius: 10px;

}



.extremeTop {

	width: 100%; 

	height: 7px; 

	background-image: url(images/page_top.gif); 

	background-repeat: no-repeat; 

	float: left;

}



.companyLogos {

	width: 100%; 

	height: 80px; 

	background-color: #FFF; 

	float: left;

}



	.companyLogosInnerside {

		width: 98%; 

		height: 150px; 

		margin-left: 10px;

		

	}



.marqueeText {

	width: 902px; 

	height: 32px; 

	float: left; 

	background-color: #FFF;

}



	.marqueeInnerside {

		width: 882px; 

		height: 30px;

		margin-left: 10px;

		float: left;

		background-color: #FC9;

		border-bottom-right-radius: 5px;

		border-bottom-left-radius: 5px;

		border-top-right-radius: 5px;

		border-top-left-radius: 5px;

	}



.animationBar {

	width: 902px;

	height: 210px;

	float: left;

	background-color: #FFF;

}

	.animationOnly {

		width: 664px;

		height: 200px;

		margin-left: 10px;

		margin-top: 5px;

		float: left;

		background-color: #CCC;

	}

	

	.pictureOnly {

		 width: 208px;

		 height: 200px;

		 margin-left: 10px;

		 margin-top: 5px;

		 float: left;

         background-image: url(images/rh2.gif);

		 background-repeat: no-repeat;

	}



.menuBarContainer {

	 width: 902px;

	 height: 41px;

	 float: left;

	 background-color: #FFF;

}



	.menuBarInside {

		 width: 882px;

		 height: 100%;

		 background-image: url(images/mbg.gif);

		 background-repeat: repeat-x;

		 margin-left: 10px;

		 border-bottom-right-radius: 5px;

		 border-bottom-left-radius: 5px;

	     border-top-right-radius: 5px;

		 border-top-left-radius: 5px;

		 text-align: center;

	}

	

	.menuNameOnly {

		 width: 100px;

		 height: 100%;

		 float: left;

		 background-image: url(images/ms.gif);

		 background-repeat: no-repeat;

		 margin-left: 20px;

	}

	

.genTextDisplay {

	width: 664px; 

	height: auto;

	margin-left: 10px; 

	margin-top: 5px; 

	float: left; 

	text-align: justify;

}



.assoCompPic {

	width: 208px;

	height: auto;

	margin-left: 10px;

	margin-top: 5px;

	float: left;

}



.footer {

	width: 882px;

	height: auto;

	margin-left: 10px;

	margin-top: 5px;

	border-bottom-right-radius: 5px;

    border-bottom-left-radius: 5px;

	border-top-right-radius: 5px;

	border-top-left-radius: 5px;

	background-color: #CC6;

	float: left;

}

	

.menuHide {

	display: none;

}



.menuDisplay {

	width: auto;

	height: auto;

	padding: 5px;

	top: 355px;

	left: 205px;

	background-color: #690;;

	z-index: 1;

	position: absolute;

}


.menuHide1 {
	display: none;
}



.menuDisplay1 {
	width: auto;
	height: auto;
	padding: 5px;
	top: 355px;
	left: 630px;
	background-color: #690;;
	z-index: 1;
	position: absolute;

}