﻿body {
    background-color: white;
}

.img_atty, .img_pa {
    /*margin:*/
    margin: 0px 0px 0px 15px;
}

.atty_bio, .practiceAreaTxt, .pa_topics_ul, atty_desc, .welcome_bar, int_bar {
    color: black;
    font-family: Helvetica;
}

.atty_bio, .practiceAreaTxt, .pa_topics_ul {
    font-size: 17px;
    margin-left: 0px;
    text-align: justify;
}

.atty_desc {
    font-size: large;
    text-align: justify;
}

.atty_bio_text {
    column-count: 3;
    column-gap: 20px;
    column-width:100px;
/*    column-rule: 1px solid #eee;*/
/*   -webkit-column-count: 3;*/
    -webkit-column-gap: 20px;
    -webkit-column-width:300px;
/*    -webkit-column-rule: 1px solid #eee; */
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -moz-column-width:100px;
/*    -moz-column-rule: 1px solid #eee; */
    -o-column-count: 3;
    -o-column-gap: 20px;
    -o-column-width:100px;
/*    -o-column-rule: 1px solid #eee; */
}

.atty_bio_text2 {
    column-count: 2;
    column-gap: 20px;
/*    column-rule: 1px solid #eee;*/
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
/*    -webkit-column-rule: 1px solid #eee; */
    -moz-column-count: 2;
    -moz-column-gap: 20px;
/*    -moz-column-rule: 1px solid #eee; */
    -o-column-count: 2;
    -o-column-gap: 20px;
/*    -o-column-rule: 1px solid #eee; */
}

.carousel .item {
    -webkit-transition: opacity 3s;
    -moz-transition: opacity 3s;
    -ms-transition: opacity 3s;
    -o-transition: opacity 3s;
    transition: opacity 3s;
}

.carousel .active.left {
    left: 0;
    opacity: 0;
    z-index: 2;
}

.carousel .next {
    left: 0;
    opacity: 1;
    z-index: 1;
}

.img_item {
    height: 500px;
    width: 100%;
}

.int_img_item {
    height: 350px;
    width: 100%;
}


.welcome_bar {
    font-size: 40px;
}

ul.welcome_bar > li {
    margin-top: 15px;
    float: none;
}

.int_bar {
    font-size: 25px;
}

ul.int_bar > li {
    margin-bottom: 30px;
    float: none;
}

ul.int_bar > li > a{
color:#555555;
}

.practiceAreaTxt {
    margin-top: 30px;
}

.practiceAreaUL {
    font-family: Helvetica;
    font-size: 20px;
    margin-left: 0px;
    margin-top: -20px;
}

.pa_topics_ul {
    position: relative;
    margin-left: 60px;
}

ul.practiceAreaUL > li {
    margin-top: 10px;
}

    ul.practiceAreaUL > li > a {
        cursor: pointer;
    }

.map_frame {
    width: 600px;
    height: 450px;
}

.firm_address {
    font-family: Helvetica;
    font-size: x-large;
}

.carousel-home-text {
    position: relative;
    top: -490px;
    left: 130px;
    color: white;
    font-family: Helvetica;
    font-size: xx-large;
    font-weight: 800;
    color: white;
    background-color: none;
    z-index: 10;
}

.carousel-int-text {
    position: relative;
    top: -380px;
    left: 600px;
    color: white;
    font-family: Helvetica;
    font-size: xx-large;
    font-weight: 800;
    color: white;
    background-color: none;
    z-index: 10;
}

#mycarousel {
    width: 100%;
}

/*Had to find the control id by looking at the generated HTML*/
#ContentPlaceHolder1_DropDownList1 {
    color: black;
    font-size: large;
    font-family: Helvetica;
    font-weight: 700;
    height: auto;
}

#AttyDropDownDiv {
    padding-top: 40px;
}

#int_container, #pa_menu_container {
    border-radius: 5%;
    margin-left: 10px;
}

#pa_menu_container {
    margin-top: 30px;
    padding-top: 10px;
    padding-left: 0px;
}

#pub_menu_container {
    margin-left:20px;
}

#Fall_Fashion_2011, #Firm_Cocktail,#Fall_Fashion_2010,#Korge,#Display_Gallery {
    cursor:pointer
}