* {
    margin: 0;
    padding: 0;
}
.banner {
    height: 362px;
    position: relative;
}
.banner h1 {
    color: #F0F0F0;
    float: left;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=120, Strength=4);
    font-family: "Omnes-Pro","helvetica";
    font-size: 42px;
    font-weight: 500;
    line-height: 50px;
    margin-top: 75px;
    text-shadow: 1px 3px 3px #000;
    width: 520px;
}
.banner h1 p {
    font-size: 22px;
    font-style: normal;
    line-height: 35px;
}
.banner #login {
    /* fallback for < ie9 */
    background-color: rgb(40, 40, 40);
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 5px 5px 5px 5px;
    color: #F0F0F0;
    float: right;
    font-family: "Omnes-Pro","Helvetica";
    font-size: 16px;
    margin-top: 42px;
    width: 343px;
}
.banner #login h2 {
    color: #F0F0F0;
    float: right;
    font-family: "Omnes-Pro","Helvetica";
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
    margin-bottom: 8px;
    padding: 0;
    width: 210px;
}
.banner #login .header_parenthetical {
    color: #999999;
}
.banner #login fieldset {
    border: medium none;
    margin: 0;
    padding: 15px 25px;
}
.banner #login .field_row {
    clear: both;
    line-height: 40px;
    height: 36px;
    margin-bottom: 12px;
}
.banner #login .text_box {
    border: 2px solid #DEDEDE;
    border-radius: 5px 5px 5px 5px;
    float: right;
    height: 32px;
    margin-left: 10px;
    padding: 0 0 0 5px;
    width: 201px;
}
.banner #login label {
    display: block;
    font-weight: 500;
    height: 1px;
    text-align: right;
}
.banner #login .button_green {
    font-size: 18px;
    height: 38px;
    margin: 0 8px 0 0;
    width: 112px;
}
.banner #login .submit {
    height: 38px;
    line-height: 35px;
    float: right;
    width: 210px;
}
.banner #login .submit > span {
    color: #999999;
    line-height: 38px;
    font-weight: 500;
    vertical-align: top;
}
.banner #login .submit a {
    padding-left: 8px;
}
.banner #login a {
    color: #FFFFFF;
    text-decoration: none;
}
.banner #login .signup_agreement {
    border-top: 1px solid #444;
    color: #999999;
    font-family: "Helvetica";
    font-size: 12px;
    line-height: 15px;
    padding: 15px 25px;
    text-align: center;
    width: 288px;
}
.banner_content {
    height: 100%;
}
#main_content {
    background-color: #F7F7F7;
    padding: 30px 0;
}
.centered {
    margin: 0 auto;
    width: 940px;
}
.banner_ridges {
    bottom: 0;
    height: 6px;
    position: absolute;
    width: 100%;
}
.button_green {
    background-color: #97C812;
    border: 1px solid #BBDB7A;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 18px #ADD355 inset;
    color: #F8F8F8;
    cursor: pointer;
    font-family: "Omnes-Pro","Helvetica";
    font-size: 17px;
    font-weight: 500;
    padding: 5px 10px;
    position: relative;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
}
.ie .button_green {
    background: url(../img/green-button-bg.png);
    border: none;
}
.ie .button_green .shadowed {
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#66871d', Direction=120, Strength=3);
}
.content_section {
    background-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    color: #444444;
    font-family: "Helvetica";
    font-size: 13px;
    margin: 0 auto 25px;
    padding: 35px;
    width: 825px;
}
.content_section.last {
    margin-bottom: 0;
}
.content_section h2 {
    color: #404040;
    font-family: "Omnes-Pro","Helvetica";
    font-size: 24px;
    font-style: italic;
    line-height: 25px;
    margin-bottom: 20px;
    margin-top: -10px;
    padding: 0;
}
.content_section a {
    text-decoration: none;
}
.float_expand {
    clear: both;
    font-size: 1px;
}
.horizontal_list {
    font-size: 0;
    margin: 0;
}
.horizontal_list li {
    display: inline-block;
    font-family: "Omnes-Pro","Helvetica";
    list-style-type: none;
    line-height: 16px;
    margin-left: 0;
}
.pricing {
    color: #46D6BD;
    margin-bottom: 8px;
}
.emphasis {
    color: #222222;
    font-weight: 600;
}
#other_eventbrite li {
    font-weight: 500;
    margin-right: 20px;
    text-align: center;
    vertical-align: top;
}
#other_eventbrite li a {
    display: block;
    padding-top: 114px;
    width: 260px;
}
#other_eventbrite li:first-child {
    margin-bottom: 18px;
}
#other_eventbrite li.last_col {
    margin-right: 0;
}
.carousel_container {
    float: left;
    margin-right: 20px;
    position: relative;
}
.carousel_window {
    border: 1px solid #DEDEDE;
    height: 213px;
    overflow: hidden;
    position: relative;
    width: 400px;
}
.carousel {
    background-color: #333;
    /* set the font size to 0 so we don't have gaps in the carousel elements */
    font-size: 0;
    left: 0px;
    height: 100%;
    position: relative;
    width: 9999px;
}
.carousel > * {
    display: inline-block;
    height: 100%;
    position: relative;
    width: 400px;
}
.carousel > * > p {
    background-color: rgb(10, 10, 10);
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    color: #FFFFFF;
    font-family: "Omnes-Pro","Helvetica";
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.carousel_control > li {
    background: url(../img/carousel-control.png) no-repeat center center;
    cursor: pointer;
    display: inline-block;
    height: 9px;
    list-style: none outside none;
    margin-right: 6px;
    width: 9px;
}
.carousel_control > li.selected {
    background: url(../img/carousel-control-selected.png) no-repeat center center;
}
.carousel_control {
    bottom: -18px;
    font-size: 0;
    text-align: center;
    display: none;
    position: absolute;
    width: 100%;
}

/* additional styles to account for existing style sheets */

#content .main {
    margin: 0;
    padding: 0;
    width: auto;
}
#content .main .container_landing {
    float: none;
}

.banner form {
    font-size: 16px;
}