/* Start of CMSMS style sheet 'LWS-Global' */
html
{
    background: #003875;
}

body 
{
    background: #FFF url("./images/structure/bg_header.png") repeat-x;
}
#header-wrapper
{
    height: 149px;
    background: url("./images/structure/bg_header-radial.png") no-repeat center top;
    overflow: visible;
}


.logo 
{ 
    float:left; 
    margin-top: 20px;
    margin-bottom: 6px;
}
    .logo a
    {
        display:block;
        width: 246px;
        height: 185px;
        background: url("./images/structure/main-logo.png") no-repeat 0 0;
        text-indent: -9999px;
    }


.search
{
    float: left;
    width: 170px;
    margin-top: 3px;
    margin-bottom: 4px;
}
    .search label 
    {
        font-size:10px;
        font-weight: bold;
        color: #6592BF;
    }
    .search input#cntnt01searchBox 
    {
        width: 92px;
        height: 18px;
        color: #5EAFFF;
        background: #003875;
        border: solid 1px #175a9d;
    }
    .search .go
    {
        padding: 0 5px 0 0;
        color: #5EAFFF;
        font-weight: bold;
    }
    .search .go:hover
    {
        color: #FFF;
    }

#content h2 span
{
    font-size: 15px;
    font-weight: normal;
    color: #333;
}
#content h3 span
{
    font-size: 12px;
    font-weight: normal;
    color: #333;
}
#content h2 span.punctuation,
#content h2 span.punctuation
{
    font-size: inherit;
    color: #949494;
}



.cta
{
    color: #336699;
    font-size: 9px;
}
    .cta a 
    {
        font-size: 9px;
        font-weight: bold; 
    }





/*
/   HOME PAGE
/---------------------------------------------------*/


#home
{
    background: #FFF url("./images/structure/bg_home.png") repeat-x;
}

#home #header-wrapper
{
    height: 401px;
    background: url("./images/structure/bg_home-header.jpg") no-repeat center top;
}

#home .logo
{
   /* margin-top: 27px;*/
}

.introduction
{
    width: 272px;
    height: 264px;
    float: left;
    padding: 47px 0 0 130px;
    color: #FFF;
}
    .introduction h2
    {
        color: #90c6fc;
        margin-bottom: 4px;
        font-size: 37px;
    }
    .introduction h2 span
    {
        color: #FFF;
        display: block;
        font-size: 22px;
    }
    .introduction p
    {
        margin-bottom: 4px;
    }
    .introduction .features 
    {
        width: 114px;
        float: left;
    }
    .introduction .features li
    {
        height: 24px;
        line-height: 24px;
        border-bottom: solid 1px #75abe1;
        font-size: 13px;
        font-weight: bold;
        color: #FFF;
        display: block;
    }
    .introduction .features li.last
    {
        border: none;
    }
    .introduction .features li a 
    {
        font-size: 13px;
        font-weight: bold;
        color: #FFF;
        display: block;
    }
    .introduction .features li a:hover
    {
        color: #5EAFFF;
    }
    .introduction .push
    {
        display: block;
        margin-top: 30px;
        width: 100px;
        float: right;
        color: #90c6fc;
        font-weight: bold;
    }
    .introduction .push:hover
    {
        color: #FFF;
    }


.slideshow
{
    margin-top: 52px;
    height: 259px;
    width: 282px;
    border-left: solid 1px #4384c7;
    padding-left: 28px;
    float: right;
    display: inline;
    color: #FFF;
    font-size: 11px;
}
    .slideshow img 
    {
        display: block;
        border: solid 2px #FFF;
        margin-bottom: 6px;
    }
    .slideshow span
    {
        display: block;
        margin-bottom: 4px;
    }
    .slideshow a
    {
        color: #5EAFFF;
    }
    .slideshow a:hover
    {
        color: #FFF;
    }

    .rotate {
        background-color: transparent;
    }
    

#bar 
{
    margin-bottom: 30px;
    height: 80px;
    border-top: solid 1px #90c6fc;
    background: #003875;
}
    #bar ul 
    {
        width: 975px;
        height: 80px;
        margin: 0 auto;
        padding: 0 11px 0 16px;
    }
    #bar ul li
    {
        height: 80px;
        float: left;
        border-left: solid 1px #90c6fc;
    }
    #bar ul li.last
    {
        border-right: solid 1px #90c6fc;
    }
    #bar ul li a
    {
        display: block;
        font-size: 13px;
        font-weight: bold;
        line-height: 1.2em;
        color: #FFF;
    }
    #bar ul li a:hover 
    {
        color: #76bafe;
    }
    #bar ul li a span
    {
        color: #76bafe;
    }
    #bar ul li a#ski
    {
        height: 40px;
        width: 100px;
        padding: 40px 0 0 140px;
        background: url("./images/structure/bar_ski.jpg") no-repeat 0 0;
    }
    #bar ul li a#travel
    {
        height: 40px;
        width: 125px;
        padding: 40px 0 0 115px;
        background: url("./images/structure/bar_travel.jpg") no-repeat 0 0;
    }
    #bar ul li a#exp
    {
        height: 40px;
        width: 105px;
        padding: 40px 0 0 135px;
        background: url("./images/structure/bar_exp.jpg") no-repeat 0 0;
    }
    #bar ul li a#prep
    {
        height: 40px;
        width: 120px;
        padding: 40px 0 0 120px;
        background: url("./images/structure/bar_prep.jpg") no-repeat 0 0;
    }

/*--- Main Content Area ---*/


/*--- Left Col ---*/

#left 
{
    border-right: solid 1px #CCC;
    width: 351px;
    margin-right: 2px;
    padding-right: 14px;
    float: left;
    display: inline;
}


#left .videos
{
    border-top: solid 1px #CCC;
    padding-top: 20px;
}
    #left .videos h2 
    {
        margin-bottom: 0;
    }
    #left .videos li
    {
        float: left;
        width: 351px;
        padding: 9px 0;
        border-bottom: dotted 1px #CCC;
    }
    #left .videos li a
    {
        font-weight: bold;
    }
    #left .videos li.last
    {
        border: none;
    }
    #left .videos .thumbnail
    {
        background: url("./images/structure/bg_video-thumbs.png") no-repeat 0 0;
        display: block;
        float: left;
        width: 105px;
        height: 80px;
        padding: 2px 0 0 2px; 
        margin-right: 10px;
    }
    #left .videos li p
    {
        margin: 0;
    }

#left .tour
{
    border-top: solid 1px #CCC;
    padding-top: 20px;
}
#left .tour h2
{
    margin-bottom: 10px;
}



/*--- Mid Col ---*/

#mid 
{
    border: solid 1px #CCC;
    border-top: none;
    border-bottom: none;
    width: 283px;
    margin-right: 2px;
    padding-left: 18px;
    padding-right: 15px;
    float: left;
    display: inline;
}

#mid .form
{
    border-top: solid 1px #CCC;
    padding-top: 20px;
}
    #mid .form li
    {
        width: 283px;
        float: left;
        margin-bottom: 9px;}
    #mid .form li.last 
    {
        width: 185px;
        padding-left: 84px;
        margin-bottom: 14px;
        display: inline;
    }
    #mid .form li label
    {
        float: left;
        width: 84px;
        color: #666;
        font-weight: bold;
        padding: 4px 0; line-height: 1em;
    }
    #mid .form li.text input
    {
        width: 188px;
        border: solid 1px #CCC;
        background: #f5f3ed;
        float: left;
    }

#mid .news
{
    border-top: solid 1px #CCC;
    padding-top: 20px;
    clear: both;
}
#mid .news li
{
    float: left;
    width: 283px;
    padding-bottom: 14px;
    border-bottom: dotted 1px #CCC;
}
#mid .news li.last
{
    border: none;
    margin-bottom: 9px;
    padding: 9px 0;
}


/*--- Right Col ---*/

#right 
{
    border-left: solid 1px #CCC;
    width: 263px;
    padding-left: 18px;
    float: left;
    display: inline;
}

#right .faculty-focus
{
    border-top: solid 1px #CCC;
    padding-top: 20px;
    background: url("./images/structure/bg_faculty-focus.jpg") no-repeat right top;
}
    #right .faculty-focus h2 
    {
        margin-bottom: 64px;
    }
    #right .faculty-focus h3
    {
        margin-bottom: 27px;
    }


#right .alumni, 
#right .login
{
    border-top: solid 1px #CCC;
    padding-top: 20px;
}
#right .login form input.un,
#right .login form input.pw
{
    width: 118px;
    border: solid 1px #CCC;
    padding-left: 5px;
    background: #f5f3ed;
    display: inline;
    color: #999;
}
#right .login form input.un
{
    margin-right: 8px;
}
#right .login form input.submit
{
    margin-top: 14px;
}




/*
/   INTERIOR
-----------------------------------------------*/

#header-wrapper
{
    height: 289px;
}

.section-image
{
    background: url("./images/structure/bg_section-image.png") no-repeat 0 0;
    width: 691px;
    height: 199px;
    float: right;
}

.section-title
{
    font-size: 23px;
    color: #003875;
    height: 30px;
    width: 240px;
    padding-top: 8px;
    margin: 8px 0 0 18px;
    border-bottom: solid 1px #CCC;
    float: left;
    display: inline;
}

.focus div
{
    border-top: solid 1px #CCC;
    padding-top: 20px;
    margin-bottom: 20px;
    width: 236px;
}
.focus .tour
{
    display: none; /* hide for now */
}
.focus .experience p
{
    margin-bottom: 6px;
}
.focus .experience .thumbnail
{
    background: url("./images/structure/bg_video-thumbs.png") no-repeat 0 0;
    display: block;
    width: 105px;
    height: 80px;
    padding: 2px 0 0 2px;
    margin: 0 0 6px 0;
}

/*--- Text Content ---*/
.copy 
{
    color: #333;
}
.copy a
{
    text-decoration: underline;
}
.copy img
{

}


#content .copy h2
{
    font-size: 23px;
    color: #003875;
}
#content .copy h2 span
{
    font-size: 23px;
    color: #999;
}
#content .copy #summary-title  h2 {
    font-size: 21px;
}
#content .copy h3
{
    color: #333;
    padding-top: 14px;
    clear: both;
}
.copy p
{
    font-size: 15px;
    line-height: 1.5em;
}
.copy ul li 
{
    list-style-type: disc;
    margin-left: 16px;
    font-size: 15px;
    line-height: 1.5em;
}
.copy .push
{
    color: #78beff;
}
.copy .push a
{
    font-weight: normal;
}

#content #page-title {
    color: #666;
    font-size: 23px;
}

.content-image
{
    background: url("./images/structure/bg_content-image.png") no-repeat 0 0;
    width: 288px;
    height: 194px;
    padding: 2px;
    margin-bottom: 8px;
    margin-left: 8px;
    display: inline;
}
.content-image img
{
    display: block;
    margin-bottom: 8px;
}
.content-image span
{
    font-size: 10px;
    color: #666;
}

{
    background: url("./images/structure/ldquo.gif") no-repeat 0 0;
    width: 247px;
    margin: 8px 8px 0 0;
    font-size: 15px;
    font-weight: bold;
    color: #7289a1;
    display: block;
    padding-left: 14px;
    line-height: 1.2em;
    margin-bottom: 8px;
}
q .close
{
    display: inline-block;
    line-height: 15px;
    width: 30px;
    background: url("./images/structure/rdquo.gif") no-repeat 0 0;
}
q .source
{
    font-family: Tahoma, Arial, Sans-Serif;
    color: #666;
    font-size: 10px;
    line-height: 1.2em;
    font-style: normal;
    font-weight: normal;
    display: block;
}


/*--- Media Galleries ---*/

.media{}

.imageGallery
{
    width: 682px;
    float: left;
}
    .imageGallery li
    {
        float: left;
        margin: 0 10px 10px 0;
        width: 80px;
        height: 80px;
    }


.videoGallery
{
    width: 682px;
    float: left;
}
    .videoGallery li
    {
        float: left;
        width: 682px;
        margin: 0 0 30px 0;
    }

    .videoGallery li.last{}
    .videoGallery li,
    div.youtube
    {
        width: 425px;
        overflow: auto;
        float: left;
        margin-right: 12px;
        margin-bottom: 30px;
    }
    .videoGallery li a.thumbnail
    {
        display:block;
        float: left;
        width: 100px;
        margin-right: 20px;
    }
    .videoGallery li p
    {
        float: left;
        width: 245px;
    }

    .videoGallery.preview li
    {
        width: 265px;
        margin-bottom: 10px;
    }
    .videoGallery.preview li p
    {
        width: 140px;
    }

/*--- Tables ---*/

td p {
    padding: 2px 5px;
}

.schedule {
	border:solid 1px #000;
    padding:2px;
    margin-bottom:10px;
}
.schedule tr {
    
}
.schedule td {
    padding: 2px 5px;
    border-bottom:solid 1px #DDD;
    vertical-align:top;
}
.schedule td p {
    padding:0;
}
.centered-text td {
    text-align: center;
}
.cell-border td {
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
}



/*
/   FORMS
/------------------------------------------------*/

.form
{
    border-top: solid 1px #CCC;
    padding-top: 20px;
    float: left;
}
    .form li
    {
        width: 600px;
        float: left;
        margin-bottom: 9px;
    }
    .form li.last 
    {
        width: 505px;
        margin-bottom: 14px;
        display: inline;
    }
    .form li label
    {
        float: left;
        width: 270px;
        color: #666;
        font-weight: bold;
        padding: 4px 0; line-height:1em;
    }
    .form li.text input,
    .form li input.text
    {
        width: 230px;
        border: solid 1px #CCC;
        background: #f5f3ed;
        float: left;
    }
    .form textarea 
    {
        width: 499px;
        height: 220px;
        border: solid 1px #CCC;
        background: #f5f3ed;
        float: left;
        clear:left; overflow: auto;
    }
.form .fbsubmit { float:right; }
    .form li.error input, .form li.error textarea
    {
        border: solid 1px #D00 !important;
    }
    .form li.error label
    {
        color: #D00 !important;
    }
/* End of 'LWS-Global' */

