@charset "UTF-8";
/* CSS Document */
body {
    background-image:url(images/DGbg.jpg);
} #pageFloatBox {
    width: 791px;
    margin: 20px auto;
} #pageFloatBox_top {
    background-image: url(images/pageFloatBox-top.png);
    height: 23px;
} #pageFloatBox_center {
    background: url(images/pageFloatBox-bgRepeat.png) repeat-y;
} #page {
    margin: 0 30px 0px 33px;
} #nav {
    background-image: url(images/nav-and-top-bg.jpg);
    height: 61px;
} #nav ul {
    list-style: none;
    padding-top: 15px;
    text-align: center;
    padding-left: 0;
    margin-left: 0;
} .title-info {
    color: red;
} .speaker-info {
    font-weight: bold;
}

/* Schedule - Collapse */ .fitandfabulous_list {
    margin: 0px;
    padding: 0px;
    width: 383px;
} .nolimits_head, .nolimits_head1, .readymademom_head, .readymademom_head1, .importanceofpersonalbranding_head, .importanceofpersonalbranding_head1, .thecommandmentsofgreatstyle_head, .thecommandmentsofgreatstyle_head1, .artandscienceofnetworking_head, .thehouseGodbuilt_head, .moveitorloseit_head {
    padding: 2px 2px 2px 5px;
    cursor: pointer;
    position: relative;
    /*background-color:#FFCCCC;*/
    margin: 5px 5px 5px 2px;
} .nolimits_body, .readymademom_body, .importanceofpersonalbranding_body, .thecommandmentsofgreatstyle_body, .nolimits_body1, .readymademom_body1, .importanceofpersonalbranding_body1, .thecommandmentsofgreatstyle_body1, .artandscienceofnetworking_body, .thehouseGodbuilt_body , .moveitorloseit_body {
    padding: 5px 10px 5px;
    margin: 10px;
    background: #D3C3F1;
    /*border:1px solid #999999;*/
    border-collapse: collapse;
    color: #552B8D;
    font-family: arial, helvetica;
    font-size: 12px;
} #nav ul li {
    display: inline;
    padding-left: 0;
    margin-left: 19px;
} #nav ul li.first {
    margin-left: 0px;
} #nav ul li a {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-decoration: none;
    font-size: 80%;
} #content {
    background: url(images/center-content-box-bg.jpg) repeat-y;
} .centerBox {
    margin: 0 30px;
    padding: 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #552B8D;
} .centerBox h1 {
    font-size: 22px;
    font-weight: normal;
    padding-bottom: 8px;
    border-bottom: 1px solid #552B8D;
    margin-bottom: 18px;
    margin-top: 0px;
} .centerBox p {
} #content_bottom {
    background-image: url(images/center-content-box-bottom.jpg);
    height: 24px;
} #pageFloatBox_bottom {
    background-image: url(images/pageFloatBox-bottom.png);
    height: 31px;
} #footer ul {
    list-style: none;
    padding-top: 0px;
    margin-top: 0px;
    text-align: center;
    padding-left: 0;
    margin-left: 0;
} #footer ul li {
    display: inline;
    padding-left: 5px;
    margin-left: 0px;
    border-left: 1px solid #552B8D;
} #footer ul li.first {
    margin-left: 0px;
    border-left: none;
} #footer ul li a {
    color: #63387f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
} .leftImage {
    float: left;
    margin-right: 8px;
    margin-bottom: 5px;
} .clear {
    display: block;
    height: 0;
    clear: all;
} .centerBox h2 {
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 0px;
    margin-bottom: 5px;
    margin-top: 0px;
    border-bottom-width: 1px;
    border-bottom-style: none;
    border-bottom-color: #999999;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    clear: both;
} #footer p {
    list-style: none;
    padding-top: 0px;
    margin-top: 0px;
    text-align: center;
    padding-left: 0;
    margin-left: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #63387F;
    font-size: 14px;
} #speakerlist {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-top-color: #999999;
    border-right-color: #999999;
    border-bottom-color: #999999;
    border-left-color: #999999;
    width: 150px;
    padding-right: 15px;
}

/* Form  */ #contactFormContainer {
    position: absolute;
    left: 700px;
    top: 280px;
    float: right;
} #contactForm {
    height: 277px;
    width: 351px;
    background-image: url('../images/bkg.jpg');
    display: none;
} #contactForm fieldset {
    padding: 30px;
    border: none;
} #contactForm label {
    display: block;
    color: #000;
} #contactForm input[type = text] {
    display: block;
    border: solid 1px #4d3a24;
    width: 100%;
    margin-bottom: 10px;
    height: 24px;
} #contactForm textarea {
    display: block;
    border: solid 1px #4d3a24;
    width: 100%;
    margin-bottom: 10px;
} #contactForm input[type = submit] {
    background-color: #000080;;;
    border: solid 1px #23150c;
    color: #fecd28;
    padding: 5px;
} #contactLink {
    height: 40px;
    width: 351px;
    background-image: url('../images/slidein_button.png');
    display: block;
    cursor: pointer;
} #messageError {
    color: #ff8000;;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 150%;
    font-weight: bold;
    display: none;
} #messageSent {
    color: #ff8000;;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 150%;
    font-weight: bold;
    margin: 20px 0;
} .RegisterBox {
  
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #552B8D;
    padding: 25px;
}

/*	Schedule	*/ .schedule_time {
    padding-left: 10px;
} .schedule_info {
    padding-left: 5px;
} .schedule_border {
    border-right: 1px solid #c0c0c0;
}


