/* 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;
    }
    
    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;   
    }
    /*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*/
    #container {
        width: 980px;
        z-index:1;
        text-align:left;
    }
/*End browser wrapper and container for centering at 1024 optimal res*/

    /*Begin header*/
        .header {
            /*background-image:url(/structure/College-page-new-2.jpg);*/
            background-repeat:repeat;
            float:left;
            width:980px;
            height:231px;
            font-size:12px;
            font-family:Arial, Helvetica, sans-serif;
            text-align:left;
            font-weight:bold;
        }
        #campusheader {
            height:275px;
        }
            /*begin box with campus and home links*/
            .content_box_locations{
                float:left;
                width:247px;
                position:relative;
                left:20px;
                height:230px;
            }
            #campuscontentboxlocations {
                height:247px;
            }
                #homelink {
                    width:247px;
                    height:126px;
                    float:left;
                }
                .space {
                    float:left;
                    position:relative;
                }
                .campus_row {
                    float:left;
                    height:21px;
                    width:247px;
                    position:relative;
                }
                .campuslink {
                    float:left;
                    height:21px;
                    position:relative;
                }
                .bullet {
                    float:left;
                    text-align:center;
                    width:20px;
                    position:relative;
                    top:2px;
                    color:#fff;
                }
            /*end box with campus and home links*/
            /*begin subheader with 'jobs' links and searchbox*/
            .subheader{
                float:right;
                height:30px;
                width:695px;
            }
            /*begin 'jobs' links box and styles*/
                .jobs_text{
                    text-align:left;
                    float:left;
                    padding-right:15px;
                    width:500px;
                    color:#fff;
                    position:relative;
                    top:10px;
                    font-size:11px;
                }
                    .jobs_text a{
                        text-decoration:none;
                        padding-right:8px;
                        padding-left:8px;
                        color:#fff;
                    }
                    .jobs_text a:hover{
                        text-decoration:underline;
                    }
            /*end 'jobs' links box and styles*/
            /*begin search box with go button*/
                #search_box{
                    position:relative;
                    width:130px;
                    float:right;
					margin-left:40px;

                    top:5px;
                    
                }
                    #search_box #s {
                        float: left;
                        color:#000;
                        width:78px;
                        background-color:white;
                                            }
                    #search_box #go {
                       float:right;
                        width:45px;
                        position:relative;
                        top:1px;
                        left:8px;
                        border:0px;
                        right:0px;

                    }
            /*end search box with go button*/
			
			 /*Start Language Translations*/
            .language{
                width:160px;
                position:relative;
                top:-2px;
                left:75px;
                float:right;
                    }
            
            .language a{
                margin-right:0px;
                margin-left:4px;
            }
            
            .language a.arabic{
               margin-left:10px;
            }   
            /*Begin Top Menu System*/
                /*styles for entire menu system*/
                .lsmenusys {
                    position:relative;
                    top:5px;
                    width:697px;
                    z-index:10;
                    float:right;
                }
                .ucmenusys {
                    position:relative;
                    top:5px;
                    width:697px;
                    z-index:10;
                    height:25px;
                    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(/structure/home_page_link_side_bgrnd.png);
                }
                .lsmenu > li:hover > ul {
                    left:0px;
                    top:25px;
                    text-align:left;
                    font-size:10px;
                    font-weight:normal;
                    width:638px;
                    height:160px;
                }
                /*sub menu list item styles during hover*/
                .lsmenu > li:hover > ul >li a {
                    width:180px;
                    text-align:left;
                    padding-left:5px;
                }        
                /*custom drop-down positioning to fill photo space*/
                    ul#current{
                        left:0px;
                    }
                    ul#prospective{
                        left:-139px;
                    }    
                    ul#classes{
                        left:-278px;
                    }    
                    ul#library{
                        left:-417px;
                    }
                    ul#business{
                        left:-556px;
                    }
                /*end custom drop-downs*/
                /*begin optional flash*/
                    .optionalflash {
                        width:697px;
                        height:171px;
                        float:left;
						left:-2px;
                        position:relative;
                        top:5px;
                        z-index:1;
                    }
                    #campusflash {
                        height:215px;
                    }
                /*end optional flash*/
        /*End Top Menu*/
    /*end header*/
    /*Begin sub page body area including side menus*/
    .subcontent {
        background-image:url(/structure/content_background.jpg);
        width:980px;
        float:left;
        background-repeat:repeat;
        position:relative;
        top:0px;
        min-height:300px;
        overflow:hidden;
    }
        /*Begin Side Menu System*/
        .lsmenusysside {
            float:left;
            z-index:9;
            padding-top:40px;
            padding-left:20px;
            width:238px;
        }
            /*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:#fff;
                line-height:24px;
                text-decoration:none;
                text-indent:5px;
                font-family: Arial, Verdana;
                font-weight:normal;
                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;
            }
            .lsmenuside > li:hover > ul {
                left:238px;
                top:0px;
                z-index:9;
                background-color:#7992a9;
                text-align:left;
            }
            /*quicklink select menu style*/
            #quicklinkmenu{
                position:relative;
                width:205px;
                float:right;
                z-index:8;
                color:#002955;
                font-size:12px;
                text-decoration:none;
                font-family: Arial, Helvetica, sans-serif;
                font-weight:normal;
            }
            /*Begin Image below Side Menu Marketing area*/
            .imgbelowmenu{
                position:relative;
                float:right;
                border: 2px solid #ffffff;            }

            /*Begin Flash Content Class*/
            .swf{

            }
        /*End Side Menu System*/
        /*Begin sub page text with optional areas (main editable area)*/
        .subcontenttxt {
            width:660px;
            font-size:12px;
            color:#000;
            text-decoration:none;
            font-family: Arial, Helvetica, sans-serif;
            font-weight:normal;
            text-align: left;
            padding-right:10px;
            padding-top:10px;
            padding-bottom:10px;
            float:right;
            background-color:#fff;
            /*margin-bottom:-20px;*/
            overflow:hidden;
        }
            /*Begin News Area for campus page*/        
                /*Begin News Area header for campus page*/
                #newshead a {
                    height:30px;
                    width:360px;
                    float:left;
                    vertical-align:text-top;
                    text-align:center;
                    text-decoration:none;
                    font-family:Arial, Helvetica, sans-serif;
                    font-size:24px;
                    font-weight:bold;
                    padding-bottom:10px;
                }
                /*End News Area header for campus page*/
                /*Begin News column class for campus page*/
                .newscolumn {
                    position:relative;
                    float:left;
                    background-color:#ffffff;
                    font-family:Arial, Helvetica, sans-serif;
                    font-size:12px;
                    font-weight:normal;
                    text-align:left;
                    word-wrap:break-word;
                }
                /*Begin Vertical line class for news area*/
                .vline {
                    background-color:#000;
                    height:1px;
                    width:95%;
                    border:1px solid #fff;
                    border-width:35px 0px 5px 0px;
                }
                /*End Vertical line class for news area*/
                        /*Begin News Pic Class*/
                        .newspic {
                            border:3px solid #fff;
                            border-width:0px 8px 0px 8px;                        
                        }
                        /*End News Pic Class*/
                /*End  News Area for campus page*/

            /*Begin Video Marketing area to Right*/
            .videobox {
                position:relative;
                float:right;
                padding-top:5px;
                padding-left: 25px;
                background-color:#fff;
                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;
             }
    /*End sub page body area including side menus*/
    /*start footer box*/
    .footer {
        padding-bottom:20px;
        padding-top:20px;
        color: #fff;
        float:left;
        text-align:left;
        font-family:Arial, Helvetica, sans-serif;
        font-size:12px;
        background-image:url(/structure/footer_background.jpg);
        width:980px;
        z-index:1;
    }
        /*footer content area*/
        .footer_text{
            float:left;
            padding-left:320px;
        }
        .footer a{
            color:#fff;
            text-decoration:none;
        }
        .footer 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*/