
@import "cognito-common.css";
	
/*html { margin: 0;
	width: 780px;
 }*/
#content { /* IE workaround */
	margin: 0 auto;
	padding: 0;
	width: 780px;
}
html>body #content {
	margin: 0 auto;
	padding: 0;
	width: auto;
	max-width: 780px;
}

body
{
	margin: 0px 0em 5em 218px;
	font-family: "Lucida Grande", "Verdana", sans-serif;
}
	
html>body { margin: 0px 0em 5em 218px; }



/* Local navigation menu, along the left side */
div.map
{
	position: absolute;
	width: 177px;
	height: auto;
	top: 0em;
	right: auto;
	bottom: auto;
	left: 0em;
/*	background: url(../images/testbg.gif) repeat;*/

	background: #ddf;
	border-bottom: solid #9ad 20px;
	border-right: solid #9ad 1px;
}

div.map p, div.map ul, div.map li, div.map a
{
	display: block;
	margin: 5% 10% 4% -9%;
	text-indent: 0;
	text-align: right;
	color: #12F;
	font-size: 12px;
	list-style: none;
	font-weight: bold;
}

div.map a	{
	color: #018;
	font-style:none;
	text-decoration:none;
	}
div.map a:hover	{
	color: #A00;
	text-shadow: #fff 0px 0px 6px;
	}
