﻿#wrap
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color:White;
}

.banner
{
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  width: 869px;
}


div.header-jpeg
{
  z-index: -1;
  top: 0;
  left: 0;
  width: 896px;
  height: 95px;
}



.boxleft
{
	float:left;
	width:680px;
	height:300px;
	margin-left:20px;
	font-size:16px;
}

.boxleft h1
{
	 background-image:url('../images/CMRFront/cmr_mini_logo.gif');
	 background-repeat:no-repeat;
	background-position :left center;
	/*background-color:red;*/
	padding-left:80px;
}

.hidden
{
	visibility:hidden;
	display:none;
}


.boxright
{
	float:right;
	width:300px;
	height:300px;
}

.rightmenu ul
{
	margin-top:22px;
	cursor:pointer;
}

.rightmenu ul li
{
	background-image:url('../images/CMRFront/button_inactive.jpg');
	 background-repeat:no-repeat;
	background-position :left center;
	padding:10px;
	font-size:22px; /*same as h3 */
	
}

.rightmenu ul li:hover
{
	background-image:url('../images/CMRFront/button_active.jpg');
}

.rightmenu ul li.selected
{
	background-image:url('../images/CMRFront/button_active.jpg');
	color:White;
}

#signupbutton
{
	position:relative;
	bottom:220px;
	left:780px;
	z-index:1000;
	height:0px; /*otherwise it takes up space*/
	width:0px; /*otherwise it slips out sideways and creates a scrollbar*/
}




#signinbutton
{
	position:relative;
	top:-80px;
	left:890px;
	z-index:1000;
	height:0px; /*otherwise it takes up space*/
	width:0px; /*otherwise it slips out sideways and creates a scrollbar*/
}


.onetwothree li
{
	display:list-item;
	line-height:20px;
	color:#3D5866;
	font-family:Tahoma,Arial,Helvetica,Sans-Serif;
	font-size:16px;
	list-style-type:decimal;
list-style-position: outside;

}
