@charset "UTF-8";
/* CSS Document */

/* Container */

div.contact_us h2 {
    font-size: 180%;
    padding: 5px;
/*    background-color: #; */
}

div.contact_us ul,ol {
/*     margin:auto -3em 1em 0;   */
     margin:auto 0 1em 0;
     padding:0;  
     position:relative;
     left:-3em;  
/*     overflow:hidden; */
     list-style-type: square;
}
div.contact_us  ul ul, ul ol, ol ol, ol ul{  
     margin-left:1em;  
     padding-left:0;  
}  
div.contact_us ul li, ol li{
    margin: 8px 0px 8px 5em;
    list-style-type: square;
    font-size: 120%;
    line-height: 110%;
}

div.contact_us li li{
    margin:3px 0px 3px 1em;
}

div.submitButtom {
    text-align: center;
}

div.contactUsForm dl {
    margin: 0 0 15px;
    padding: 0 10px 10px;

}

div.contactUsForm dt {
    float: left;
    width: 20em;
    text-align: right;
    font-size: 100%;
    line-height: 150%;
    color: #333;
    font-weight: bold;
    padding: 10px 0px;
    text-indent: 3em;
}
div.contactUsForm dd {
        font-size:100%;
        line-height:150%;
        color:#4d4d4d;
        padding: 10px 0 10px 15em;
	border-bottom: 1px #ccc solid;
}


<!--[if lte IE 6]>  
<style>  
div.contact_us ul, ol{  
     height:0;  
     overflow:visible;  
}  
</style>  
   
<![endif]-->  
   
<!--[if gt IE 6]>  
<style>  
div.contact_us ul, ol{height:1%;}  
</style>  
   
<![endif]--> 


