/*Left menu styles*/

/*Left box is 22% the width of the main box and extends down past the bottom of the screen.*/
#leftbox
{

/*	float:left;*/
	position:absolute;
	width:22%;
	overflow:hidden;
	
/*	height:auto;*/
	left:0%; /*Don't know why this is necessary, but IE7 gets grumpy without it*/

	background: rgb(118, 41 ,56);
}

#leftbox #leftcontents
{
	position:absolute;
	bottom:10px;
	padding-left: 5px;	

}

#leftmenu br
{
	font-size:8pt!important;
	font-size:12pt;
}


#leftmenu a
{
	color: white;
	font-family: Arial, sans-serif;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 0px;
}

#leftmenu ul
{
	list-style-type:none;
	margin:0px;
	padding-top:0px;
	padding-left: 16px;
	padding-right: 5px;
}

#leftmenu li
{
	margin: 5px 0px!important;
	margin: 6px 0px;
}




#leftmenu a:hover
{
	background: #b4b192;
}



.address
{
	font-size: 60%;
	font-family: arial, sans-serif;
}


/*Edit for if the body is set to class wide, which supresses the leftmenu.*/
body.wide #leftbox
{
	display:none;
}
