/*
Theme Name: Softbi
Theme URI: 
Description: Softbi theme
Author: 
Version: 1.0
License: 
License URI: 
Tags: 
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html 
        {
            padding:0;
            margin:0;
        }

body 
        {
            margin:0;
            padding:0;
            width:100%;
            background-color:white;
            background-image:url(images/main_bg.png);
            background-position:top;
            background-repeat:repeat-x;
            min-width:960px;
            font-family:Arial, "Times New Roman", sans-serif;
            font-size:12px;
        }
        
.body_page_default
        {
            background-image:url(images/page_default_body_bg.png);
            background-position:top;
            background-repeat:repeat-x;
        }
    
a img
        {
            border:none;
        }
        
:-moz-any-link:focus
        {
             outline: none;
        }

a
        {
            outline:none;
        }

a span {
	    white-space: nowrap;
}
        
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="image"]::-moz-focus-inner        /*for FireFox*/
        {   
            border : 0px;
        } 

input[type="submit"]:focus, input[type="button"]:focus, input[type="image"]:focus            /*for IE8 */
        {     
            outline : none; 
        }

#container
        {
            position:relative;
            top:0px;
            width:960px;
            margin:0 auto;
        }
        
#header
        {
            position:relative;
            top:0px;
            left:0px;
            width:960px;
        }
        
#logo
        {
            position:relative;
            float:left;
            margin-top:18px;
			margin-bottom:20px;
        }
        
#red_button_search_container
        {
            position:relative;
            top:0px;
            float:right;
            margin-top:17px;
        }
        
#search_form
        {
            position:relative;
            top:0px;
            width:214px;
            height:29px;
            background-image:url(images/search_bg.png);
            background-repeat:no-repeat;
        }
        
#search_field
        {
            position:absolute;
            top:4px;
            left:4px;
            height:18px;
            width:180px;
            font-size:11px;
            color:#666666;
            border:none;
        }
        
#search_submit_button
        {
            position:absolute;
            top:2px;
            right:2px;
            width:27px;
            height:24px;
            border:none;
            background:none;
            display:block;
            z-index:100;
            cursor:pointer;
        }
        
        
        
                                /*START MAIN MENU*/
                                

#nav
        {
            position:relative;
            top:0px;
            width:960px;
            height:36px;
            background-image:url(images/nav_bg.png);
            background-position:left;
            background-repeat:no-repeat;
            margin:0px;
            margin-top:0px;
            list-style:none;
            padding:0px;
            z-index:1000;
        }
        
#nav li
        {
            float:left;
            position:relative;
            display:block;
        }
        
#nav li a
        {
            display:block;
            text-decoration:none;
        }
        
.nav_item
        {
            color:white;
            text-decoration:none;
            font-size:11px;
            letter-spacing:-0.7px;
            text-transform:uppercase;
        }
        
.nav_item_border
        {
            color:white;
            text-decoration:none;
            font-size:11px;
            letter-spacing:-0.7px;
            text-transform:uppercase;
            background-image:url(images/menu_border.png);
            background-position:top right;
            background-repeat:no-repeat;
            
        }
        
.nav_item_1
        {
            width:134px;
            height:23px;
            text-align:center;
            padding-top:13px;
        }
        
.nav_item_1:hover, #nav li:hover .nav_item_1
        {
            background-image:url(images/item_1.png);
        }
        
.nav_item_2
        {
            width:136px;
            height:23px;
            text-align:center;
            padding-top:13px;
        }
        
.nav_item_2:hover, #nav li:hover .nav_item_2
        {
            background-image:url(images/item_2.png);
        }
        
.nav_item_3
        {
            width:135px;
            height:23px;
            text-align:center;
            padding-top:13px;
        }
        
.nav_item_3:hover, #nav li:hover .nav_item_3
        {
            background-image:url(images/item_3.png);
        }
        
.nav_item_4
        {
            width:137px;
            height:23px;
            text-align:center;
            padding-top:13px;
        }
        
.nav_item_4:hover, #nav li:hover .nav_item_4
        {
            background-image:url(images/item_4.png);
        }
        
.nav_item_5
        {
            width:136px;
            height:23px;
            text-align:center;
            padding-top:13px;
        }
        
.nav_item_5:hover, #nav li:hover .nav_item_5
        {
            background-image:url(images/item_5.png);
        }
        
.nav_item_6
        {
            width:137px;
            height:23px;
            text-align:center;
            padding-top:13px;
        }
        
.nav_item_6:hover, #nav li:hover .nav_item_6
        {
            background-image:url(images/item_6.png);
        }
        
.nav_item_7
        {
            width:145px;
            height:23px;
            text-align:center;
            padding-top:13px;
        }
        
.nav_item_7:hover, #nav li:hover .nav_item_7
        {
            background-image:url(images/item_7.png);
            background-position:right;
        }
        

/*--- DROPDOWN ---*/

.nav_inner
        {
            list-style:none;
            position:absolute;
            left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
            opacity:0; /* Set initial state to transparent */
            width:406px;
            padding:0px;
            margin-left:-2px;
            margin-top:-3px;
            z-index:100;
            text-align:left;
        }
        
#nav ul li
        {
            padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
            float:none;
        }
        
#nav ul a
        {
            white-space:normal; /* Stop text wrapping and creating multi-line dropdown items */
            display:block;
            

        }
        
#nav ul a:hover
        {
            color:#BE283A;
        }
        
#nav li:hover .nav_inner
        { 
            left:0; /* Bring back on-screen when needed */
            opacity:1; /* Fade to opaque */
            text-align:left;
        }
#nav li:hover ul a
        { /* Override some top level styles when dropdown is hovered */
            text-decoration:none;
        }
        
        
#nav li:hover .nav_inner_last
        { 
            left:0; /* Bring back on-screen when needed */
            opacity:1; /* Fade to opaque */
            text-align:left;
            margin-left:-255px;
        }
        
#nav li:hover .nav_inner_before_last
        { 
            left:0; /* Bring back on-screen when needed */
            opacity:1; /* Fade to opaque */
            text-align:left;
            margin-left:-265px;
        }
    
        
        
.subnav_top
        {
            position:relative;
            top:0px;
            left:0px;
            width:406px;
            height:4px;
            background-image:url(images/subnav_top.png);
        }
        
.subnav_middle
        {
            position:relative;
            top:0px;
            left:0px;
            width:406px;
            background-image:url(images/subnav_middle.png);
            background-repeat:repeat-y;
        }
        
.subnav_bottom
        {
            position:relative;
            top:0px;
            left:0px;
            width:406px;
            height:9px;
            background-image:url(images/subnav_bottom.png);
        }
        
.subnav_middle_item
        {
            position:relative;
            top:0px;
            width:390px;
            margin-left:6px;
            padding-bottom:4px;
        }
        
.inner_nav_top
        {
            position:relative;
            top:0px;
            left:0px;
            width:390px;
            height:3px;
            background-image:url(images/inner_nav_top.png);
        }

.inner_nav_middle
        {
            position:relative;
            top:0px;
            left:0px;
            width:390px;
            background-color:white;
            overflow:hidden;
            height:auto;
        }

.inner_nav_bottom
        {
            position:relative;
            top:0px;
            left:0px;
            width:390px;
            height:3px;
            background-image:url(images/inner_nav_bottom.png);
        }
        
.category_name
        {
            position:relative;
            float:left;
            margin-top:5px;
            margin-left:11px;
            width:200px;
        }
        
.category_main_title
        {
            margin:0px;
            padding:0px;
            color:#5d84ba;
            font-size:14px;
            font-weight:bold;
            letter-spacing:-0.5px;
        }
        
.category_main_title a
        {
            color:#5d84ba;
        }
        
.category_subtitle
        {
            font-size:10px;
            color:#8F8C89;
            letter-spacing:1px;
            display:block;
            margin-top:-3px;
            margin-bottom:5px;
        }
        
.category_sub_nav
        {
            position:relative;
            top:0px;
            float:right;
            width:170px;
            border-left:1px solid #F8F8F8;
            margin-right:4px;
            margin-top:5px;
            text-align:left;
        }
        
.cat_subnav_list
        {
            position:relative;
            margin-left:5px;
            padding:0px;
            margin-bottom:5px;
        }
        
.cat_subnav_list li
        {
            background-image:url(images/nav_bullet.png);
            background-position:left center ;
            background-repeat:no-repeat;
            margin:0px;
            padding:0px;
            padding-left:10px;
            font-size:11px;
        }

.link_off
        {        
            color:#6482a0;
        }

        
.active_link
        {
            color:#BE283A;
        }
        
        

                                
                                /*STOP MAIN MENU*/
                                
                                
                                
                                
                                
                                /*START HOMEPAGE SLIDESHOW*/
                                
                                
#homepage_slideshow_container
        {
            position:relative;
            top:0px;
            left:0px;
            width:960px;
            margin-top:0px;
        }
        
#homepage_slideshow_bg
        {
            position:relative;
            top:0px;
            width:960px;
            height:360px;
            background-image:url(images/homepage_slideshow_shadow.png);
            background-position:bottom center;
            background-repeat:no-repeat;
        }
        
#homepage_slideshow
        {
            position:relative;
            top:0px;
            width:960px;
            height:342px;
            background-image:url(http://sofbi.dev4.webenabled.net/wp-content/uploads/2011/07/homepage_slideshow_bg-hp.png);
            background-position:bottom;
            background-repeat:no-repeat;
        }
        
#distance_slideshow
        {
            position:relative;
            top:0px;
            width:960px;
            height:342px;
            background-image:url(images/homepage_slideshow_bg.jpg);
            background-position:bottom;
            background-repeat:no-repeat;
        }
        
/*#homepage_slideshow img
        {
            position:absolute;
            left:0px;
            bottom:0px;
        }*/
        
#slideshow_bullets_social
        {
            position:relative;
            top:0px;
            width:960px;
            height:18px;
            text-align:center;
			z-index:100;
        }
		
#slideshow_bullets_social_icons
		{
			position:relative;
			float:right;
            top:-16px;
            width:120px;
            height:18px;
            text-align:center;
			z-index:100;
		}
        
#stripTransmitter0
        {
            position:relative;
            top:-5px;
            margin:0 auto;
            list-style:none;
            padding:0px;
            margin:0px;
			width:500px;
        }
        
#slideshow_bullets li
        {
            position:relative;
            display:inline-block;
            width:18px;
            height:18px;
            margin:0px 9px;
        }
        
#slideshow_bullets li a
        {
            position:absolute;
            top:0px;
            left:0px;
        }
        
.slide_off
        {
            display:none;
        }
        
#social_icons
        {
            position:absolute;
            top:0px;
            right:0px;
            list-style:none;
            margin:0px;
            padding:0px;
        }
        
#social_icons li
        {
            display:inline;
            margin-left:7px;
        }
		

		
        
                                
                                
                                /*STOP HOMEPAGE SLIDESHOW*/
                                
                                
                                
                                
                                /*START HOMEPAGE CONTENT*/
                                
                                

#homepage_content
        {
            position:relative;
            top:0px;
            left:0px;
            width:960px;
            margin-top:14px;
            margin-bottom:50px;
        }
        
#homepage_left_container
        {
            position:relative;
            top:0px;
            float:left;
            width:260px;
            margin-left:15px;
            text-align:left;
        }
        
.didot_font
        {
            font-size:30px;
            color:#011557;
            font-weight:bold;
            margin:0px;
            padding:0px;
            letter-spacing:-2px;
        }
        
#button_apply
        {
            position:relative;
            top:0px;
            display:block;
            width:231px;
            height:92px;
            background-image:url(images/button_apply.png);
            background-position:top;
            margin-left:3px;
            margin-bottom:9px;
        }
        
#button_register
        {
            position:relative;
            top:0px;
            display:block;
            width:232px;
            height:80px;
            background-image:url(http://sofbi.org/web/wp-content/uploads/2011/08/button_returning.png);
            background-position:top;
            margin-left:3px;
            margin-bottom:9px;
        }
        
#button_register:hover
        {
            background-position:bottom;
        }
		
#button_register_right
		{ 
			position:relative;
            top:0px;
            display:block;
            width:232px;
            height:80px;
            background-image:url(http://sofbi.org/web/wp-content/uploads/2011/08/button_returning.png);
            background-position:top;
			margin-top:10px;
		}
		
#button_register_right:hover
        {
            background-position:bottom;
        }
        
#button_info
        {
            position:relative;
            top:0px;
            display:block;
            width:232px;
            height:82px;
            background-image:url(images/button_info.png);
            background-position:top;
            margin-left:3px;
            margin-bottom:9px;
        }
        
#button_info:hover
        {
            background-position:bottom;
        }
        
#button_faq
        {
            position:relative;
            top:0px;
            display:block;
            width:231px;
            height:74px;
            background-image:url(images/button_faq.png);
            background-position:top;
            margin-left:3px;
        }
        
#button_faq:hover
        {
            background-position:bottom;
        }
        
        
#homepage_middle_container
        {
            position:relative;
            top:0px;
            float:left;
            width:380px;
            margin-left:14px;
            text-align:center;
        }
        
#homepage_player
        {
            position:relative;
            top:0px;
            width:380px;
            height:211px;
            margin-top:12px;
        }
        
#homepage_middle_container p
        {
            position:relative;
            top:0px;
            width:380px;
            margin:0px;
            padding:0px;
            font-size:12px;
            color:#333333;
            font-family:Verdana, Geneva, sans-serif;
            line-height:24px;
            text-align:left;
            margin-top:26px;
        }
        
#homepage_right_container
        {
            position:relative;
            top:0px;
            float:right;
            width:232px;
            margin-right:15px;
            text-align:left;
        }
        
#homepage_events
        {
            position:relative;
            top:0px;
            width:232px;
        }
        
.one_event
        {
            position:relative;
            top:0px;
            width:232px;
            border-bottom:1px solid #999999;
            margin-bottom:14px;
            padding-bottom:13px;
            margin-top:7px;
        }
        
.event_date
        {
            position:relative;
            top:0px;
            margin:0px;
            padding:0px;
            font-size:18px;
            color:#666666;
            font-family:Arial, Helvetica, sans-serif;
            letter-spacing:-1px;
            margin-bottom:5px;
        }
        
.event_type
        {
            position:relative;
            top:0px;
            left:0px;
            margin:0px;
            padding:0px;
            font-family:Verdana, Geneva, sans-serif;
            font-size:12px;
            color:#990033;
            margin-bottom:7px;
        }
        
.one_event p
        {
            position:relative;
            top:0px;
            left:0px;
            margin:0px;
            padding:0px;
            font-family:Verdana, Geneva, sans-serif;
            font-size:12px;
            line-height:16px;
            color:#333333;
        }
        
        
.one_event p a
        {
            color:#333333;;
            text-decoration:none;
        }
        
.one_event p a:hover
        {
            text-decoration:underline;
        }
        
.one_event p a span
        {
            font-weight:bold;
            color:#003366;
        }
		
#slider_middle ul
		{
			margin:0px;
			margin-top:-3px;
			padding:0px;
		}
                                
                                
                                /*STOP HOMEPAGE CONTENT*/
                                
                                
                                /*START DISTANCE LEARNING*/

#distance_learning_bullets
		{
			position:absolute;
            bottom:55px;
            right:475px;
            list-style:none;
            padding:0px;
            margin:0px;
	}
		
.dl_slideshow_bullets
        {
            position:absolute;
            bottom:35px;
            right:360px;
            list-style:none;
            padding:0px;
            margin:0px;
        }
        
#dl_slideshow_bullets li
        {
            position:relative;
            display:inline-block;
            width:18px;
            height:18px;
            margin:0px 9px;
        }
        
#dl_slideshow_bullets li a
        {
            position:absolute;
            top:0px;
            left:0px;
        }
        
.slide_off
        {
            display:none;
        }
        
#distance_learning_slideshow_video
        {
            position:absolute;
            bottom:0px;
            right:0px;
            width:349px;
            height:324px;
            background-image:url(images/slideshow_video_bg.png);
            background-position:center left;
            background-repeat:no-repeat;
            z-index:100;
        }
        
#slideshow_player_container
        {
            position:absolute;
            top:24px;
            left:28px;
            width:301px;
            height:190px;
            background-image:url(images/slideshow_player_bg.png);
        }
        
#slideshow_player
        {
            position:absolute;
            top:28px;
            left:10px;
        }
        
        
.narrow_slides_container
        {
            position:relative;
            top:0px;
            left:0px;
            width:610px;
            height:342px;
        }
        
.narrow_slides_container1 img
        {
            position:absolute;
            bottom:0px;
            left:0px;
        }
        
        
        
.breadcrumbs_container
        {
            border-bottom:1px solid #999999;
            padding-bottom:10px;
        }
        
#bread_crumbs
        {
            position:absolute;
            top:0px;
            left:22px;
            list-style:none;
            margin:0px;
            padding:0px;
            font-size:12px;
            color:#294d95;
            letter-spacing:-0.5px;
        }
        
#bread_crumbs li
        {
            display:inline;
            margin-right:2px;
        }
        
.crumb_off
        {
            color:#294d95;
            text-decoration:none;
        }
        
.crumb_off:hover
        {
            color:#a40328;
        }
        
.crumb_active
        {
            color:#a40328;
            text-decoration:none;
        }
        
#page_content
        {
            position:relative;
            top:0px;
            left:0px;
            width:960px;
            margin-top:14px;
        }
        
#page_content_left
        {
            position:relative;
            top:0px;
            float:left;
            width:660px;
            margin-left:20px;
        }
        
#page_content_left h2, #page_content_left h3, #page_content_left h4, #page_content_left h5
        {
            color:#960224;
        }
        
#page_content_left h1
        {
            font-size:38px;
            color:#960224;
            letter-spacing:-1px;
            font-weight:normal;
            margin:0px;
            margin-top:13px;
            margin-bottom:20px;
        }
        
#page_content_left h3
        {
            position:relative;
            font-size:16px;
        }
        
#page_content_left p
        {
            position:relative;
            top:0px;
            left:0px;
            text-align:justify;
            font-size:12px;
            color:#666666;
            margin-top:0px;
            margin-bottom:30px;
        }
		
#page_content_left p a
		{
			text-decoration:none;
			color:#294D95;
		}
		
#page_content_left p a:hover
		{
			color:#A40328;
		}
        
#page_content_left ul
        {
            list-style-image:url(images/bullet.png);
            font-size:12px;
            color:#666666;
            margin-bottom:30px;
        }
        
#page_content_left ul li
        {
            margin-bottom:14px;
        }
        
#page_content_left ul li a
        {
            color:#27498e;
        }
        
#page_content_left ul li a:hover
        {
            text-decoration:none;
        }
        
.subpage_image_container
        {
            position:relative;
            float:left;
            width:229px;
            margin-right:30px;
            margin-bottom:30px;
        }
        
.subpage_image_top
        {
            position:relative;
            top:0px;
            left:0px;
            width:229px;
            height:5px;
            background-image:url(images/page_pic_top.png);
        }

.subpage_image_middle
        {
            position:relative;
            top:0px;
            left:0px;
            width:229px;
            background-image:url(images/page_pic_middle.png);
            background-repeat:repeat-y;
            text-align:center;
        }
        
.subpage_image_middle img
        {
            position:relative;
            top:0px;
            width:216px;
            height:auto;
            margin:0 auto;
        }
        
.subpage_image_caption
        {
            position:relative;
            top:0px;
            margin:0px;
            padding:0px;
            text-align:center;
            display:block;
            width:216px;
            margin-top:5px;
            padding-bottom:3px;
            font-size:12px;
            color:#8c8c8c;
            font-weight:bold;
        }

        
.subpage_image_bottom
        {
            position:relative;
            top:0px;
            left:0px;
            width:229px;
            height:5px;
            background-image:url(images/page_pic_bottom.png);
        }

        
#page_content_right
        {
            position:relative;
            top:0px;
            float:right;
            width:230px;
            margin-right:20px;
        }
        
        
        
            /*START ACCORDION MENU*/
            
            
.menu
        {
            position:relative;
            top:0px;
            width:229px;
            padding:0px;
            margin:0px;
            list-style:none;
            z-index:50;
            margin-top:15px;
        }

.menu_top
        {
            position:relative;
            top:0px;
            width:229px;
            height:10px;
            background-image:url(images/accordion_top.png);
        }
        
.menu_middle
        {
            position:relative;
            top:0px;
            width:229px;
            height:auto;
            background-color:#244386;
        }
        
.menu_middle li
        {
            position:relative;
            top:0px;
            left:0px;
            width:229px;
            height:auto;
        }
        
.menu_middle li a
        {
            text-decoration:none;
            z-index:1000;
        }
        
.distance_menu_bottom
        {
            position:relative;
            top:0px;
            left:0px;
            width:229px;
            height:18px;
            background-image:url(images/distance_menu_bottom.png);
        }
        
.menu_arrow
        {
            position:absolute;
            top:14px;
            right:11px;
            width:8px;
            height:5px;
        }
        
.menu_main_link, .menu_main_link_top
        {
            display:block;
            padding-left:20px;
            padding-bottom:10px;
            padding-top:10px;
            font-size:11px;
            font-weight:bold;
            letter-spacing:-0.5px;
            color:white;
            text-transform:uppercase;
            text-decoration:none;
            border-bottom:1px solid #132A55;
            z-index:100;
        }
        
.menu_main_link_on
        {
            background-color:#4078CB;
            border:none;
            padding-bottom:11px;
        }
        
.acitem
        {
            list-style:none;
            margin:0px;
            padding:0px;
            background-color:#3E75C9;
        }
        
.acitem li
        {
            border-bottom:1px solid #132A55;
        }
        
.first_sub_item
        {
            background-image:url(images/menu_link_on_bg.png);
            background-position:top;
            background-repeat:no-repeat;
        }
        
.acitem li a
        {
            display:block;
            margin-left:20px;
            padding:7px 0px;
            font-size:11px;
            font-weight:bold;
            letter-spacing:-0.5px;
        }
        
.sub_item_active
        {
            color:white;
        }

.sub_item_off
        {
            color:#132a55;
        }
        
.acitem li a:hover
        {
            color:white;
        }
        
#distance_menu_grey_bg
        {
            position:relative;
            top:0px;
            left:0px;
            width:229px;
            height:auto;
            margin-top:-16px;
        }
        
#distance_menu_grey_bg_top
        {
            position:relative;
            top:0px;
            left:0px;
            width:229px;
            background-color:#BABABA;
            text-align:center;
            padding:15px 0px;
        }
        
#distance_menu_grey_bg_bottom
        {
            position:relative;
            top:0px;
            left:0px;
            width:229px;
            height:5px;
            background-image:url(images/distance_grey_bg_bottom.png);
        }
        
#distance_grey_content
        {
            position:relative;
            top:0px;
            width:190px;
            margin:0 auto;
            text-align:left;
        }
        
#distance_grey_content p
        {
            margin:0px;
            padding:0px;
            font-size:12px;
            color:#000000;
        }
        
#distance_grey_content p a
        {
            color:#294d96;
            display:block;
        }
        
#distance_grey_content p a:hover
        {
            text-decoration:none;
        }
        



            
            
            
            /*STOP ACCORDION MENU*/
        
        
                    
                                
                                /*STOP DISTANCE LEARNING*/
                                
                                
                                
                                /*START DEFAULT PAGE*/
                                
                                
.default_menu_bottom
        {
            position:relative;
            top:0px;
            left:0px;
            width:229px;
            height:11px;
            background-image:url(images/default_menu_down.png);
        }
        
#apply_now_right
        {
            position:relative;
            top:0px;
            display:block;
            width:231px;
            height:92px;
            background-image:url(images/button_apply.png);
            margin-top:20px;
        }
        
#default_page_slideshow_container
        {
            position:relative;
            top:0px;
            left:0px;
            width:960px;
            margin-top:18px;
        }
        
#default_page_slideshow_bg
        {
            position:relative;
            top:0px;
            width:960px;
            height:132px;
            background-image:url(images/homepage_slideshow_shadow.png);
            background-position:bottom center;
            background-repeat:no-repeat;
        }
        
#default_page_slideshow
        {
            position:absolute;
            left:0px;
            bottom:18px;
            width:960px;
            height:114px;
            background-image:url(images/default_page_banner_bg.png);
        }
        
.banner_about
        {
            position:absolute;
            top:-3px;
            left:0px;
            width:960px;
            height:117px;
            background-image:url(images/banner_about_bg.png);
        }
        
.banner_academics
        {
            position:absolute;
            top:-14px;
            left:0px;
            width:960px;
            height:169px;
            background-image:url(images/banner_academics_bg.png);
        }
        
.banner_admissions
        {
            position:absolute;
            top:0px;
            left:0px;
            width:960px;
            height:114px;
            background-image:url(images/banner_admissions_bg.png);
        }
        
.banner_current
        {
            position:absolute;
            top:-17px;
            left:0px;
            width:960px;
            height:205px;
            background-image:url(images/banner_current_bg.png);
        }
        
.banner_finances
        {
            position:absolute;
            top:-3px;
            left:0px;
            width:960px;
            height:167px;
            background-image:url(images/banner_correspond_bg.png);
        }
        
.banner_gift
        {
            position:absolute;
            top:-13px;
            left:0px;
            width:960px;
            height:128px;
            background-image:url(images/banner_gift_bg.png);
        }
        
.banner_subpage
        {
            position:absolute;
            top:-8px;
            left:0px;
            width:960px;
            height:123px;
            background-image:url(images/banner_sub_bg.png);
        }
        
#page_content_left p strong
        {
            color:#2c529d;
        }
        

                                
                                
                                /*STOP DEFAULT PAGE*/
        
        
        
                                
                                
                                
                                /*START FOOTER*/



#footer_container
        {
            position:relative;
            top:0px;
            left:0px;
            width:100%;
            height:71px;
            background-color:#242424;
            border-bottom:1px solid #A7A7A7;
            border-top:1px solid #A7A7A7;
            margin-top:20px;
            margin-bottom:30px;
            text-align:center;
        }
        
#footer
        {
            position:relative;
            top:0px;
            width:960px;
            height:71px;
            margin:0 auto;
        }
        
#footer_left_links
        {
            position:relative;
            float:left;
            font-family:Verdana, Geneva, sans-serif;
            color:#99ccff;
            font-size:10px;
            margin-left:15px;
            margin-top:36px;
        }
        
#footer_left_links a
        {
            color:#99ccff;
            text-decoration:none;
        }
        
#footer_left_links a:hover
        {
            text-decoration:underline;
        }
        
#footer_right_links
        {
            position:relative;
            top:0px;
            float:right;
            margin-top:21px;
            font-family:Verdana, Geneva, sans-serif;
            font-size:10px;
            color:#99ccff;
            text-align:right;
        }
        
#footer_right_links span
        {
            line-height:15px;
            color:#999999;
            
        }
        
#footer_right_links a
        {
            color:#99ccff;
            text-decoration:none;
        }
        
#footer_right_links a:hover
        {
            text-decoration:underline;
        }



                                /*STOP FOOTER*/     
        
.display_none 
        {
            display:none;
        }      
        
        
.alignleft
		{
			position:relative;
			float:left;
			margin-right:10px;
			margin-bottom:10px;
		}
		
.alignright
		{
			position:relative;
			float:left;
			margin-left:10px;
			margin-bottom:10px;
		}
        
        
        
        
.subnav_middle_item .category_subtitle{
display:none;
}     
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
