
#container
{
	margin: 0 auto;
	background:#fff;
}

#header
{
	/*background:#fff;*/
	padding: 20px 0 0 0;
	background-image:url(images/logo-small.png) no-repeat;
}

IMG.screen {
	display:none;
}

IMG.print {
	
}

/*#header h1 { margin: 0; }*/

#navigation
{
	display:none;
}


#casedetails ul
{
	font-weight:bold;
}


#casedetails ul.sub
{
	font-weight:normal;
}

/*li.sub{
	list-style-image:url(images/bullet.png)
}*/


IMG.inline {

	float:left;
	padding:0px 15px 15px 0px;
	
}

#content
{
	font-size: 12px;
}

#content h2
{
	color:#64A23A;
	font-size:24px;
}

#content h3
{
	color:#64A23A;
	font-size:18px;
	font-weight:700;
}

#content ol.header
{
	color:#64A23A;
	font-size:18px;
	font-weight:700;
}
p.regular
{

	font-size: 12px;
	color:#000;
	font-weight:normal;
}

#caselist
{
	display:none
}

#quotationbox 
{
	float:right;
	width:200px;
	border-style:solid;
	border-color: #A7A7A7;
	border-width: 1px;
	padding:10px 15px 15px 15px;
	margin:0px 10px 10px 10px;
	line-height:150%;

}

a.tooltip{
    position:relative;
    z-index:24; 
	color:#fff;
	text-decoration:none;

	
}


a.tooltip span{
	display: none;
}

a.tooltip span{
    display:none;

}


#footer
{
	text-align: center;
	padding: 30px;
	font-size:10px;
	color:#A7A7A7;
	width:100%;
	float:left;
}