/* CSS Document */


#contactus
{
padding-left:15px;
}

#contactus .heading
{
font-size:16px;
font-weight:bold;
color:#636466;
}


#contactus .subheading
{
font-size:13px;
color:#636466;
}

#contactus .section
{
padding-bottom:8px;
padding-top:8px;
border-bottom: solid 1px #003D79;
line-height:140%;
width:250px;
}

#contactus .maplink
{
    color:#636466;
}

#scroll_clipper
{
	width:350px; height:300px; z-index:100;
}
#scroll_inner
{
	width:350px; height:300px; 
	clip:rect(0px, 350px, 300px, 0px); 
}