/* Start of CMSMS style sheet 'style' */
body {
    padding: 0;
    margin: 0;
    background: #fdfdfd url(images/bebe_bcg.jpg) no-repeat top center;
    font: 11px Verdana, Arial;
    color: #333333;
}


a { color: #84432a; }
a img { border: none; }

h1, h2, h3 { color: #8c4529; }
h1 { margin-left: 10px; }

#title-bg {
    width: 580px;
    height: 43px;
    background: url(images/title_bcg.jpg) no-repeat;
    /* margin-top: 30px; */
    margin-bottom: 25px;
    *margin-bottom: 50px;
}


.imgLeft {
    float: left;
    margin: 0 15px 10px 0;
}
.imgRight {
    float: right;
    margin: 0 0 10px 15px;
}
.clearFloat {
    clear: both; 
}
.clearBoth {
    clear: both;
    font-size: 1px;
}



/* simple nav
    ============================================================ */
ul#simple-nav {
    list-style-type: none;
    list-style-image: url(/images/arrow2.gif);
    padding: 0; margin: 0 0 0 20px;
}
ul#simple-nav li {
    margin-bottom: 5px;
}



/* sub nav
    ============================================================ */
#sub-nav ul {
    list-style-type: none;
    list-style-image: url(/images/arrow.gif);
    padding: 0; margin: 0 0 0 20px;
}
/*
#sub-nav ul li {
    display: inline;
    padding: 3px 10px; 
    margin: 0;
    border-right: 1px solid #808080;
    line-height: 16px;
}
*/



/* main nav
    ============================================================ */
#main-nav ul {
    padding: 0;
    margin: 20px 0 0 0;
    list-style-type: none;
}
#main-nav ul li {
    margin-left: 10px;
    display: inline;
    text-transform: uppercase;
}
#main-nav ul li a {
    color: #8d493e;
    text-decoration: none;
}



/* what's new
    ============================================================ */
#NewsPostDetailTitle, .EventPostDetailTitle {
    font-size: 12px;
    font-weight: bold;
}



/* contact form
    ============================================================ */
input {
    font: 11px Verdana, Arial;
    color: #333333;
}
.contactform fieldset { padding: 1em; border: 1px solid #666666; margin-bottom: 10px; }  
.contactform fieldset legend {font-weight: bold; color: #333333;}  
.contactform div {width: 100%; padding: 0.25em 0 0.25em 0;}  
.contactform div label {display: block; width: 300px; }  
.contactform div.required {color: #84432a;}
.contactform div.interest-checkbox label { display: inline; }


/* End of 'style' */

