/* CSS Document */

/*beginpoll form style - delete when done*/
#hotnotpoll{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    color:#000000;
    width:100%;
}
/*end poll form style - delete when done*/
/*always show vertical scrollbar*/
    html {
        overflow-y:scroll;
        background-color:#ccd6e0;
    }
/*end always show vertical scrollbar*/
/*preload images*/
    .preload {
        visibility:hidden;
        height:1px;
        width:1px;
    }
/*universal styles*/
    a {
        color:#002955;
    }
    
    a:hover{
        text-decoration:underline;
    }
    
    h1 {
        font-size:24px;
        color:#000;
        font-family: Arial, Helvetica, sans-serif;
        font-weight:bold;
        text-align: left;    
    }
    h2 {
        font-size:18px;
        color:#000;
        font-family: Arial, Helvetica, sans-serif;
        font-weight:bold;
        text-align: left;
    }
    h3 {
        font-size:14px;
        color:#000;
        font-family: Arial, Helvetica, sans-serif;
        font-weight:bold;
        text-align: left;
    }
    h4 {
        font-size:12px;
        color:#000;
        font-family: Arial, Helvetica, sans-serif;
        font-weight:bold;
        text-align: left;
    }
    p {
        font-size:12px;
        color:#000;
        font-family: Arial, Helvetica, sans-serif;
        font-weight:normal;
        text-align: left;    
    }
    /*class 'p' a remnant in content*/ 
    .p {
        font-size:12px;
        color:#000;
        font-family: Arial, Helvetica, sans-serif;
        font-weight:normal;
        text-align: left;    
    }
/*end universal styles*/
/*Begin browser wrapper and container for centering at 1024 optimal res*/
    body {
        margin-top:0px;
    }
    .body {
        width:100%;
    }
    /*container holds header, body and footer*/
    #homecontainer {
        width: 980px;
        height: 768px;
        z-index:1;
        text-align:left;
        background-repeat:no-repeat;
        background-color:black;
    }
/*End browser wrapper and container for centering at 1024 optimal res*/
    /*Begin header*/
        .header {
            float:left;
            width:980px;
            height:231px;
            font-size:12px;
            font-family:Arial, Helvetica, sans-serif;
            text-align:left;
            font-weight:bold;
        }
            /*begin box with campus and home links*/
            .content_box_locations{
                float:left;
                width:255px;
                position:relative;
                left:20px;
                height:230px;
            }
                #homelink {
                    width:247px;
                    height:126px;
                    float:left;
                }
                .space {
                    float:left;
                    position:relative;
                }
                 .campus_row {
                    float:left;
                    height:22px;
                    width:255px;
                    position:relative;
                    
                }
                .campuslink {
                    float:left;
                    height:21px;
                    position:relative;
                }
                .bullet {
                    float:left;
                    text-align:center;
                    width:20px;
                    position:relative;
                    color:#fff;
                }
            /*end box with campus and home links*/            
           .subheader{
                float:right;
                height:56px;
                width:695px;
            }
            
            .open_door{
                top:0px;
                width:48px;
                float:left;
                padding-left:20px;
                z-index:2;
            }
            /*begin 'jobs' links box and styles*/
                .jobs_text{
                    text-align:left;
                    float:left;
                    padding-right:0px;
                    width:420px;
                    color:#fff;
                    position:relative;
                    top:20px;
                }
                    .jobs_text a{
                        text-decoration:none;
                        padding-right:20px;
                        padding-left:0px;
                        color:#fff;
                        font-size:11px;
                    }
                    .jobs_text a:hover{
                        text-decoration:underline;
                    }
            /*end 'jobs' links box and styles*/
            /*begin search box with go button*/
                #search_box{
                    position:relative;
                    width:182px;
                    float:right;
                    top:15px;
                    height:20px;
                    margin-right:9px;
                }
                    #search_box #s {
                        float: left;
                        color:#000;
                        width:125px;
                        background-color:white;
                    }
                    #search_box #go {
                        float:left;
                        padding-left:6px;
                        width:45px;
                        position:relative;
                        top:1px;
                        border:0px;
                    }
            /*end search box with go button*/
            /*Start Language Translations*/
            #language{
                text-align:right;
                height:15px;
                width:150px;
                float:right;
                margin-right:55px;
                left:186px;
                top:24px;
                z-index:1;
                position:relative;
            }
            
            #language a{
                margin-right:4px;
                margin-left:1px;
            }
            /*End Language Translations*/                            /*Begin Top Menu System*/
                /*styles for entire menu system*/
                .lsmenusys {
                    position:relative;
                    top:5px;
                    width:697px;
                    z-index:10;
                    float:right;
                }
                /*main menu list styles*/ 
                .lsmenu, .lsmenu ul {
                    padding:0px;
                    margin:0px;
                    list-style-type: none;
                }
                /*main menu link styles*/
                .lsmenu a, .lsmenu a:visited {
                    display:block;
                    font-size:12px;
                    color:#002955;
                    line-height:25px;
                    text-decoration:none;
                    font-family: Arial, Verdana;
                    font-weight:bold;
                    text-align: center;
                    width:139px;
                } 
                /*main menu list item styles*/
                .lsmenu li {
                    float:left;
                }
                /*main menu hover styles*/
                .lsmenu li:hover {
                    position:relative;
                    color:#fff;            
                }
                .lsmenu li:hover > a {
                    color:#002955;
                }
                /*styles for IE6 (no drop down)*/
                    .lsmenu li a:hover {position:relative; background:#002955; color:#fff;}
                /*sub menu default style- hide*/
                .lsmenu li ul {
                    display:none;
                }
                /*sub menu styles during hover*/
                .lsmenu li:hover > ul {
                    display:block;
                    position:absolute;
                    top:-10px;
                    padding:10px 30px 10px 30px;
                    /*background-color:#97a3b8;*/
                    background-image:url();
                }
                .lsmenu > li:hover > ul {
                    left:0px;
                    top:25px;
                    text-align:left;
                    font-size:10px;
                    font-weight:normal;
                    width:638px;
                    height:151px;
                }
                /*sub menu list item styles during hover*/
                .lsmenu > li:hover > ul >li a {
                    width:180px;
                    text-align:left;
                    padding-left:5px;
                }        
                /*custom positioning for home page flyouts*/
                    ul#current {
                        top:-57px;
                    }
                    ul#prospective {
                        top:-49px;
                    }
                    ul#classes {
                        top:-130px;
                    }
                    ul#library {
                        top:-73px;
                    }
                    ul#business {
                        top:-250px;
                    }
                    ul#admissions {
                        top:-35px;
                    }
                    ul#registration {
                        top:-25px;
                    }
                    ul#about {
                        top:-300px;
                    }
                    ul#giving {
                        top:-60px;
                    }
                    ul#jobs {
                        top:-25px;
                    }                
                /*end custom drop-downs*/
        /*End Top Menu*/
    /*end header*/
    /*Begin sub page body area including side menus*/
    .subcontent {
        width:980px;
        float:left;
        position:relative;
        top:0px;
        height:475px;
        font-family:Arial, Helvetica, sans-serif;
    }
        /*Begin Side Menu System*/
        .lsmenusysside {
            float:left;
            z-index:9;
            padding-top:40px;
            padding-left:20px;
            width:238px;
        }
        #lsmenusyssidehome{
            padding-top:10px;
        }
            /*Begin Side Menu*/
            .lsmenuside, .lsmenuside ul {
                padding:0;
                margin:0;
                text-align:right;
                list-style-type: none;
            }
            /*Side menu link styles*/
            .lsmenuside a, .lsmenuside a:visited {
                display:block;
                width:185px;
                font-size:12px;
                color:#003768;
                line-height:24px;
                text-decoration:none;
                text-indent:5px;
                font-family: Arial, Verdana;
                font-weight:bold;
                padding-left:40px;
                z-index:9;
                padding-right:5px;
                padding-bottom:0px;
            }
            /*Side Menu list item style*/
            .lsmenuside li {
                z-index:9;
            }
            /*Side menu list item hover style*/
            .lsmenuside li:hover {
                position:relative;
                z-index:9;
                background-color: #003768;
            }
            /*Side menu list hover link style*/
            .lsmenuside li:hover > a {
                color:#fff;
                background-color: #003768;
                z-index:9;
            }    
            /*styles for IE6 (no flyout)*/
                .lsmenuside li a:hover {position:relative;background-color: #003768; color:#fff; }
            /*default styles for side submenu (hide menu)*/
            .lsmenuside li ul {
                display:none;
            }
            /*styles for side submenu on hover*/
            .lsmenuside li:hover > ul {
                display:block;
                position:absolute;
                border:1px solid #003768;
                z-index:9;
                color:#000000;
                background-image:url(/structure/home_page_link_side_bgrnd.png);
            }
            .lsmenuside > li:hover > ul {
                left:238px;
                top:0px;
                z-index:9;
                text-align:left;
            }
            /*quicklink select menu style*/
            #quicklinkmenu{
                position:relative;
                width:200px;
                float:right;
                z-index:8;
                color:#002955;
                font-size:12px;
                text-decoration:none;
                font-family: Arial, Helvetica, sans-serif;
                font-weight:normal;
            }
/*start social networking section*/
            #socialnetworking{
                position:relative;
                width:200px;
                float:right;
            }
            
            #socialnetworking a {
            position:relative;
            top:5px;
                            }
            #socialnetworking a.subsequent{
                position:relative;
                padding-left:12px;
            }
                
            /*End Social Networking Section*/
            /*Begin Image below Side Menu Marketing area*/
            .imgbelowmenu{
                position:relative;
                float:right;
            }
            /*Begin Flash Content Class*/
            .swf{
            }
        /*End Side Menu System*/
        /*Begin sub page text with optional areas (main editable area)*/
        .homecontenttxt {
            width:630px;
            font-size:12px;
            color:#000;
            text-decoration:none;
            font-family: Arial, Helvetica, sans-serif;
            font-weight:normal;
            text-align: left;
            padding-right:0px;
            /*padding-top:0px;*/
            top:-140px;
            padding-bottom:10px;
            float:right;
            height:200px;
            position:relative;
        }
            /*Begin Video Marketing area to Right*/
            .videobox {
                position:relative;
                float:right;
                padding-top:5px;
                padding-left: 5px;
                width: 310px;
                text-align: center;
            }
                /*Begin Video Picture Class (used for pictures in videobox)*/
                .vidpic {
                    text-align: center;
                    margin-top:5px;
                    margin-bottm:5px;
                }
            /*Begin Video Class (used for videos, forms, and additional text areas in video box and subcontenttxt)*/
                .video {
                    margin-top:15px;
                    margin-bottm:5px;
                    width:250px;
             }
    /*End sub page body area including side menus*/
    /*start footer box*/
    .footer {
        padding-top:20px;
        color: #fff;
        float:left;
        text-align:left;
        font-family:Arial, Helvetica, sans-serif;
        font-size:12px;
        width:980px;
        height:40px;
        z-index:1;
        margin-right:-3px; 
    }
        /*footer content area*/
        .footer_text{
            float:right;
            padding-right:65px;
        }
        .footer_text a{
            color:#fff;
            text-decoration:none;
        }
        .footer_text a:hover{
            text-decoration:underline;
        }
    /*end footer*/
    /*Begin Custom Styles*/
        /*LSC-Online Live Chat*/
        .LPform {
            width:152px;
            height:79px;
            padding-left: 3px;
            border:1px solid black;
            font-family:Arial, Helvetica, sans-serif;
            font-size: 11px;
        }
            #LPsubmit {
                width: 75px;
                height: 22px;
            }
        /*End LSC-Online Live Chat */
    /*End Custom Styles*/
/*accesibility Styles*/
.off-left {
 position: absolute;
left: -999px;
}
/*Begin Video Slider Styles*/
#videoContainer {
    float:right;
    position:relative;
    width:100%;
    top:-100px;
 }
#videoClose { 
    margin-top:128px; 
    position:relative;
    width:15px;
    float:left;
}
#videoClose a{
 color:#CC0033;
 text-decoration:none;
}
#videoList {    
    behavior: url("js/iepngfix.htc");
    float:right;
    padding-top: 75px;
    width:56px;
    height:350px;
    background-image:url(structure/videoslider/menu.png);
    background-repeat:no-repeat; }
    
.videoLink {
    margin-top:10px;    
    margin-left:5px;
    border: 1px double #FFFFFF;
    width:43px;
    height:43px; }
    
#videoPlayerContainer {
    behavior: url("js/iepngfix.htc");
    background-image:url(structure/videoslider/White_box_close.png);
    width:375px;
    height:270px;
    margin-top:70px;
    float:right; }
#videoPlayer {
    /*width:320px;
    height:265px;*/
    float:left;
    margin-left:15px;
}
#videoHandle {
    behavior: url("js/iepngfix.htc");
    margin-top:30px;
    float:right;
    width:15px;
    height:342px;
    background-image:url(structure/videoslider/handle.png);
    background-repeat:no-repeat; }
    
#overLayer1 {
    padding-top: -100px;
    background:#9966FF;
    position:absolute;
    filter:alpha(opacity=0);
    -moz-opacity:0.0;
    opacity:0.0;
    z-index:1; 
    width:56px; 
    height:310px;
    margin-left:-3px;
}
#overLayer2 {
    padding-top: -100px;
    background:#9966FF;
    position:absolute;
    filter:alpha(opacity=0);
    -moz-opacity:0.0;
    opacity:0.0;
    z-index:1; 
    width:15px; 
    height:310px;
    margin-left:-3px;
}
/*End Video Slider Styles*/
 .left_side_marketing_link {
        color:#002955;
    }
    
    .left_side_marketing_link:hover{
        color:#897c74;
        text-decoration:underline;
    }
/*Begin Right-side news bar*/
 .news_right_bar{
            float:right;
            color:#fff;
            top:-175px;
            width:130px;
            height:620px;
            font-size:10px;
        }
 .news_right_bar a{
text-decoration:none;
color:#fff;
cursor:hand;
}
 .news_right_bar a:hover{
text-decoration:underline;
color:#fff;
cursor:hand;
}
.news_image{
border: 1px solid #ffffff;
}
        .news_article{
            position:relative;
        text-decoration:none;
           width:116px;
             /*top:10px;*/
            left:10px;
            text-align:left;
    margin-bottom:20px;
        }
.news_article:hover{
text-decoration:underline;
color:#fff;
cursor:hand;
}
.news_article a{
text-decoration:none;
color:#fff;
cursor:hand;
}
.news_article a:hover{
text-decoration:underline;
color:#fff;
cursor:hand;
}
        .news_headline{
            font-weight:bold;
            font-size:12px;
            /*top:5px;*/
            position:relative;
    color:#fff;
width:116px;
            
        }
        .news_blurb{
            top:1px;
            position:relative;
    color:#fff;
width:116px;
            
        }
        
        
        /*End Right-Side News Bar*/