.articleImage {
    background:         url('/img/bg_article_image.gif') no-repeat;
    height:             215px;
    text-align:         center;
    }
    
    .articleImage img {
        margin-top:     1px;
        }

	.articleCopy h3 {
		font-size:         24px;
		line-height:       28px;
		background:        url('/img/blue_line.png') no-repeat bottom center;
		padding-bottom:    20px;
		margin:            20px 0;
		}
	
	.articleCopy h5 {
		font-weight:      bold;
		margin-bottom:    15px;
		}
		
	.articleCopy h6 {
		font-style: italic;
		}

	.articleCopy ol {
		list-style:          decimal inside;
		margin-bottom:       15px;
		}

	.articleCopy ul {
		list-style:          none url('/img/bullet.gif');
		margin-bottom:       15px;
		padding-left:        15px;
		}

		.articleCopy ul li {
			margin-left:            15px;
			}
			
			.articleCopy ul ul {
		list-style:          none url('/img/bullet.gif');
		margin-bottom:       0px;
		padding-left:        15px;
		}
			
        #cllc_contact_us_form_holder,
        #automobility_form_holder {
            border: 1px solid #e7e7e7;
            background: #f1f1f1;
			list-style: none;
            padding: 15px;
            }
        
            #cllc_contact_us_form_holder select,
            #automobility_form_holder select {
                display: block;
                margin-bottom:  15px;
                }
                
            #cllc_contact_us_form_holder input,
            #automobility_form_holder input {
                display: block;
                margin-bottom:  15px;
                }

            #cllc_contact_us_form_holder label,
            #automobility_form_holder label {
                display: block;
                margin-bottom:  3px;
                }
        
            #cllc_contact_us_form_holder input.inline, 
            #cllc_contact_us_form_holder label.inline{
                display: inline;
                }
                
            #cllc_contact_us_form_holder textarea, 
            #automobility_form_holder textarea  {
                display: block;
                width: 400px;
                height: 150px;
                margin-bottom:  15px;
                }

            .pad_right {
                padding-right: 5px;
                }
        
            #cllc_contact_us_form_holder li,
            #automobility_form_holder li {
                list-style: none;
                padding: 0;
                margin: 0;
                }