﻿/**********************************/
/** Global CSS File for Century  **/
/** Website. Re-created 12/17/10 **/
/**********************************/



@font-face {
    font-family: "Univers";
    src: url('../images/fonts/UNIVERS.eot');
    src: local("Univers"),
        url('../images/fonts/UNIVERS.woff') format("woff"), 
        url('../images/fonts/UNIVERS.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    /*define the font name to use later as font-family*/
    font-family: "Calibri";
    /*define the font for IE which totally ignores local() directive*/
    src: url('../images/fonts/CALIBRI.eot');
    /*use local to let IE jump this line and
    redefine the src for this font in order to let
    other clever browser download *only* this font rather than 2*/
    src: local("Calibri"), url('../images/fonts/CALIBRI.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
}

html {
    background:#6b665c url('../images/layout/bg_small.jpg') repeat-x;
}
body {
    font-family:Calibri, "Trebuchet MS", Arial, Sans-Serif;
    font-size: 101%;
    color:#3e3f3e;
    margin:0;
    padding:0;
}

img {
    border:none;
}
img.border {
    border: solid 1px #c3ccd1;
    padding:5px;
    margin-top:5px;
}
    img.border.left {
        margin-right:5px;
        float:left;
    }
    img.border.right {
        margin-left:5px;
        float:right;
    }
ul {
    list-style-type: none;
	padding-left: 0;
	margin-left: 10px;
}
    ul li {
        background: url('../images/icons/icon_bullet.gif') 0px 9px no-repeat;
        padding-left:15px;
    }
q {
    font-style:italic;
}
#skip a, #skip a:hover, #skip a:visited 
{ 
    position:absolute; 
    left:0px; 
    top:-1000px; 
    width:1px; 
    height:1px; 
    overflow:hidden;
} 

#skip a:active, #skip a:focus 
{ 
    position:absolute; 
    top:50px;
    margin-left:245px;
    width:auto;
    height:auto;
    z-index:50;
} 
#text_wrap {
    font-size:1em;
}
#b_container {
	width:955px;
	margin: 0 auto;
	padding-left:15px;
	padding-right:15px;
}
#b_starburst {
    position:absolute;
    background:url('../images/layout/m_starburst.png') no-repeat;
	background-position:center center;
	height:287px;
	width:100%;
	top:142px;
	left:-50px;
	z-index:-1;

}
.clear_div {
    clear:both;
}
.float_left {
    float:left;
}
    .float_left .pad {
        padding-left:15px;
    }
    .morepad {
        padding-left:45px;
    }

.float_right {
    float:right;
}
    .float_right .pad {
        padding-right:15px;
    }

abbr {
    border-bottom:dotted 1px #616161;
}
.hr {
    clear: both;
	padding: 0;
	margin: 10px 0 10px;
	height: 5px;
	background: transparent url("../images/layout/hr.gif") repeat-x 0 0;
}
hr {
    background-color:#cbcbcd;
    height:1px;
    border:none;
    margin-top:5px;
}
a {
    color:#003f72;
    text-decoration:none;
    outline: none;
}
a:hover {
    color: #e05206;
    text-decoration:none;
}


h1 {
    font-family:Univers, Calibri, "Trebuchet MS", Arial, Sans-Serif;
    color:#ffffff;
    font-size:30px;
    letter-spacing:2px;
    margin:2px 0 0 25px;
    font-weight:normal;
    text-transform: uppercase;
}
    h1 .sub {
        position:relative;
        text-transform:capitalize;
        font-size:18px;
        padding-left:5px;
        top:-4px;
        color:#dfdfdf;
    }
h2 {
    font-family:Univers, Calibri, "Trebuchet MS", Arial, Sans-Serif;
    font-size:1.5em;
    color:#706f6f;
    font-weight:normal;
    margin:0 0 4px 0;
}
h3 {
    color:#706f6f;
    font-size:1.3em;
    font-weight:normal;
    margin:0 0 4px 0;
}
    h3 a {
        color:#e05206;
    }
    h3 a:hover {
        color:#706f6f;
    }
.callout {
    font-size:1.2em;
    font-weight:normal;
    display:inline;
    
}
.pdf {
	padding-right: 15px;
	background: url('../images/icons/icon_pdf.gif') no-repeat right 3px;
	position: relative;
	
}
    *:first-child+html .pdf {
        padding-left: 0px;
	    background: url('') no-repeat left;
	    position: relative;
    }

/*a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(../images/icons/icon_pdf.gif) no-repeat center right;
}*/
.external {
	padding-right: 16px;
	background: url('../images/icons/icon_external.gif') no-repeat right 2px;
	
	position: relative;
}
    *:first-child+html .external {
	    padding-left: 0px;
	    background: url('') no-repeat left;
	    position: relative;
    }

.lock {
	padding-right: 14px;
	background: url('../images/icons/icon_lock.gif') no-repeat right 1px;
	position: relative;
	
}
    *:first-child+html .lock {
        padding-left: 0px;
	    background: url('') no-repeat left;
	    position: relative;
    }
p.callout {
    color:#706f6f;
    font-size:1.3em;
    font-weight:normal;
}
.small {
    font-size:0.9em;
}

/************************************/
/** Header Styles / uc_header.ascx **/
/************************************/

#h_topbar_stretch {
	background-image:url('../images/layout/m_top_back.png');
	z-index: -3;
	position: absolute;
	top: 1px;
	right: 0px;
	height:30px;
	width:45%;
	padding-right:40px;
}
#h_topbar_cover {
	background-color:#ffffff;
	z-index: -2;
	position: absolute;
	top: 1px;
	height:30px;
	width:300px;
}
#h_topbar_main {
	background-image:url('../images/layout/cc_top.png');
	margin-top:1px;
	height:30px;
	width:765px;
    margin-left:217px;
}
    /* IE7 Only */
	*:first-child+html #h_topbar_main
	{
	    position:relative;
		background-image:url('../images/layout/cc_top.png');
	    margin-top:-26px;
	    height:30px;
	    width:760px;
        z-index:-1;
	}
#h_topbar_text {
	color:#FFFFFF;
	font-size:.8em;
	margin-top:5px;
	margin-right:-12px;
	float:right;
	position:relative;

}
.h_topbar_divide {
	float: left;
	width: 7px;
	height: 26px;
	margin:-5px 15px 0 0;
	background: transparent url("../images/layout/h_divider.gif") no-repeat 0 0;
}
    *:first-child+html .h_topbar_divide {
	    margin:-4px 15px 0 0;
    }

#h_header {
	/*width:950px;*/
	height:140px;
	margin:0;
	padding:0;
}
#h_header_logo {
	float:left;
	margin-top:-1em;
	margin-left:.7em;
}

/* Header search styling */

#h_search_container
{
    position:absolute;
    margin: 25px 0 0 0;
    line-height: 1;
    border:1px solid #c3ccd1;
    height:20px;
    padding: 1px 1px 1px 1px; 
    margin-left:670px;
    margin-top:50px;
    background-color:#ffffff;
    z-index:20;
}
    *:first-child+html #h_search_container {
       
       
    }
.search_input {
    border:0px;
    width:250px;
} 
    #h_search_container #search {
       
        border:none;
        padding: 3px 2px 2px 0;
        height:10px;
    }
    #h_search_container input {
        font-family:Calibri, "Trebuchet MS", Helvetica, Arial, Sans-Serif;
        color:#6b665c;
        vertical-align: top;
        margin: 0 !important;
        line-height: 1;
        outline:0 !important;
        background:transparent;
    }
.google_border {
    border: solid 1px #c3ccd1;
    padding:5px;
    margin-top:5px;
    width:425px;
}

/* Gray bar navigation text styling */

.h_collapse_ul{
		list-style: none;
		margin: 0;
	}
		.h_collapse_ul li{
			float: left;
			display: inline;
			padding-left:28px;
		}
		.h_collapse_ul li a {
		    color:#ffffff;
		    text-decoration:none;
		}
		.h_collapse_ul li a:hover {
		    color:#bdbbb8;
		    text-decoration:none;
		}
		
.h_lock 
{
    position:relative;
    top:1px;
    right:1px;
    padding-right:2px;
}
.h_fake_link
{
    cursor:pointer;
}		
.h_home_icon {
    margin-top:-5px;
}
    /* IE7 Only */
	*:first-child+html .h_home_icon {
        margin-top:-4px;
    }

/* Main header navigation styling */
.clear_right
{
    clear:right;
}
.nav_main_container{
    
}
#navlist {
    position:absolute;
    float:left;
    margin-left:175px;
    width:775px;
}
    /* IE7 Only */
	    *:first-child+html #navlist {
        margin-left:80px;
    }
#navlist ul{
    font-family:Calibri, "Trebuchet MS", Arial, Sans-Serif;
    margin: 0;
	padding: 0;
	list-style-type: none;
    padding-top:70px;
    text-transform: uppercase;
    float:right;
    font-size:16px;
}
#navlist ul li{
    position:relative;
    background-image:none;
    display:inline;
}

#navlist ul a{
    color: #706f6f;
    text-decoration: none;
}
#navlist ul a:hover{
    color: #e05206;
    text-decoration: none;
}

/* breadcrumb styling */

.breadcrumb a{
    color: #ffffff;
    text-decoration: none;
}
.breadcrumb a:hover
{
    color:#706f6f;
}

/************************************/
/** Footer Styles / uc_footer.ascx **/
/************************************/

#btop_container {
position:absolute;
margin-left:860px;
margin-top:-30px;
z-index:10;
}

#f_footer
{
	clear:both;
	background:url('../images/layout/cc_footer_ex.png') repeat-x;
	height:211px;
	width:955px;

}
#f_footer_block {
	background-image:url('../images/layout/cc_footer_full_trans.png');
	background-repeat:no-repeat;
	height:212px;
	
}
#f_footer_image {
	position:absolute;
	background-image:url('../images/layout/f_image.png');
	background-repeat:no-repeat;
	width:275px;
	height:191px;
	margin-top:-206px;
	margin-left:650px;
	padding-left:4px;
	padding-top:4px;
}
    /* IE7 Only */
	*:first-child+html #f_footer_image {
	margin-top:-226px;
	}
#f_footer_inner {
    font-size: .75em;
    color:#b3b3b4;
    padding-top:55px;
    padding-left:50px;
    line-height:15px;
}
    #f_footer_inner a {
	    color:#ffffff;
	    text-decoration:none;
    }
    #f_footer_inner a:hover {
	    color:#e05206;
	    text-decoration:none;
    }
    #f_footer_inner .social {
        float:left;
        padding-right:7px;
    }
    
#f_footer_inner_left {
    float:left;
    width:250px;
}
#f_footer_inner_middle {
    float:left;
    width:176px;
}
#f_footer_inner_right {
    float:left;
}

#f_footer_under {
	padding:15px;
    
}
    #f_footer_under a {
	    color:#ffffff;
	    text-decoration:underline;
    }
    #f_footer_under a:hover {
	    color:#bdbbb8;
    }
    
.f_footer_mnscu {
	float:left;
	font-size:.8em;
	color:#d3d3d2;
	padding:11px 0 0 20px;
}


/*************************/
/** Main Content Styles **/
/*************************/
#main_wrapper
{
    position:absolute;
    background:url("../images/layout/m_content_shadow.png") no-repeat;
    width:995px;
    height:500px;
    margin-left:-21px;
    top:150px;
    z-index:-1;
} 

#home_rotate {
    float:left;
}
    #inner_rotate
    { 
        position:relative;
        width:955px;
        height:290px;
        background-color:#ffffff;
        border-bottom:solid 8px #005a8a;
        z-index:3;
    }

/*********************/
/** Level 1 Styles  **/
/*********************/

#lvl_one_main {
	background:#ffffff url("../images/layout/h_content_bg.gif") repeat-y;
	width:955px;
	min-height:600px;
}
#lvl_one_main_inner {
	width:935px;
	min-height:455px;
	padding:5px 10px 10px 10px;
	line-height:23px;
    font-size:.85em;
}

/*********************/
/** Level 2 Styles  **/
/*********************/

#lvl_two_main {
	
    background:#ffffff url("../images/leveltwo/leveltwo_content_bg.gif") repeat-y;
    width:955px;
    min-height:600px;
}
    #lvl_two_main h2 {
        font-family:Univers, Calibri, "Trebuchet MS", Arial, Sans-Serif;
        font-size:1.9em;
        color:#e76f16;
        font-weight:normal;
        line-height:28px;
        margin:0 0 10px 0;
    }
    #lvl_two_main h2 .sub {
        font-family: Calibri;
        font-size:.7em;
        font-style:italic;
        color:#706f6f;
    }
    #lvl_two_main .blue {
        color:#4c789c;
    }

#lvl_two_main_inner {
	width:700px;
	float:left;
	min-height:350px;
	padding:15px 10px 10px 20px;
	margin-top:300px;
	line-height:23px;
    font-size:.85em;
}
    /* IE7 Only - adjusting issues from search box pushing main down */
    *:first-child+html #lvl_two_main_inner {
	    margin-top:280px;
    }
    
#lvl_two_content {

}
    *:first-child+html #lvl_two_content {
	    margin-top:35px;
    }

#top_wrapper_leveltwo {
    
    position:absolute;
    z-index:2;
    width:955px;
    height:290px;
    background-color:#ffffff;
}
    *:first-child+html #top_wrapper_leveltwo{
        height:280px;
    }
#nav_wrap_bg
{
    position:absolute;
    background:url('../images/leveltwo/nav_left_bg.png') repeat-y;
    width:235px;
    height:298px;
    z-index:5;
    top:171px;
}

#nav_wrap
{
    position:relative;
    float:left;
    width:220px;
    margin-top:65px;
    padding-bottom:50px;
    z-index:6;
}

#tb_banner
{
    position:absolute;
    background:url('../images/leveltwo/leveltwo_topbar.png') no-repeat;
    width:971px;
    height:60px;
    z-index:11;
    margin-left:-16px;
    margin-top:10px;
}
#tb_banner_inner{
    color:#ffffff;
    float:left;
   
}
#tb_banner_breadcrumb
{
    float:right;
    color:#ffffff;
    margin: 15px 10px 0 0;
    font-size:.9em;
}



/*********************/
/** Level 3 Styles  **/
/*********************/

#lvl_three_main {
	
    background:#ffffff url("../images/leveltwo/leveltwo_content_bg.gif") repeat-y;
    width:955px;
    min-height:600px;
}
    #lvl_three_main h2 {
        font-family:Univers, Calibri;
        font-size:1.9em;
        color:#e76f16;
        font-weight:normal;
        line-height:28px;
        margin:0 0 10px 0;
    }

#lvl_three_main_inner {
	width:700px;
	float:left;
	min-height:350px;
	padding:15px 10px 10px 20px;
	margin-top:60px;
	line-height:23px;
    font-size:.85em;
}

#content_body{
	float: left;
    width:600px;
}
#content_body .pad{ padding: 0 10px 20px 10px; margin:0; background: none; }
#content_image {
    float:right;
    background:url('../images/icons/img_bg.jpg') no-repeat;
    width:324px;
    height:220px;
    margin:0 -120px 0 10px;
    padding:9px 0 0 11px;
}
#content_supporting {
	clear:right;
	float: right;
	width: 220px;
	margin:10px -100px 0 20px;
	height: 1%;
}
#content_supporting .pad{ padding: 0 0 0 20px; margin:0; background: none; }
#content_supporting h2 {
    font-family:Univers, Calibri, "Trebuchet MS", Arial, Sans-Serif;
    font-size:1.4em;
    color:#706f6f;
    font-weight:normal;
    margin:0 0 4px 0;
    padding-bottom:10px;
    border-bottom:dotted 3px #8e8d8d;
}
#content_supporting h3 {
    font-family:Calibri, "Trebuchet MS", Arial, Sans-Serif;
    font-size:1.2em;
    color:#333333;
    font-weight:bold;
    margin:0 0 0 0;
}
#content_supporting .tag {
    margin-left:20px;
    font-size:.95em;
    color:#706f6f;
    font-style:italic;
}
#content_supporting ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
#content_supporting li{
	padding: 0;
	margin: 0 0 0.5em 0;
	background-image:none;
}
#content_supporting ol{
	padding: 0;
	margin-left:25px;
}
		
/*********************/
/** Homepage Styles **/
/*********************/

#home_news_container
{
    position:absolute;
    background:url('../images/home/h_news_bg_lrg.png') no-repeat;
    width:328px;
    height:324px;
    margin-left:-35px;
    margin-top:-10px;
    z-index:100;
}
    *:first-child+html #home_news_container
    {
        margin-top:-308px;
    }
    #home_news h1 {
        font-family:Calibri, "Trebuchet MS", Arial, Sans-Serif;
        color:#ffffff;
        font-size:12px;
        letter-spacing:0;
        margin:2px 0 0 25px;
        font-weight:normal;
        text-transform:none;
    }
#home_news {
    float:left;
    padding-left:10px;
    padding-top:30px;
    display:none;
}
    #home_news .hdr_announce {
        font-size:2.1em;
        color:#e05206;
        font-family:Univers, Calibri, "Trebuchet MS", Arial, Sans-Serif;
    }
        #inner_news {
            width:250px;
            height:150px;
            margin-top:100px;
            margin-left:45px;
           
        }
        #inner_news .headline {
            
            font-size:1.3em;
            color:#003f72;
            
        }
        #inner_news .tag {
            font-size:.95em;
            font-style:italic;
            color:#706f6f;
            margin-bottom:10px;
        }
.calendar_tag {
    float:right;
    background:url('../images/icons/btn_calendar.png') no-repeat;
    height:24px;
    padding-left:50px;
    padding-top:5px;
}
#home_events {
    float:left;
    width:300px;
    margin-top:30px;
    margin-left:3px;
}
    /* IE7 Only */
	*:first-child+html #home_events, *:first-child+html #full_events {
	    padding-top:0px;
	}
	#home_events h2 a {
	    color:#706f6f;
	}
	#home_events h2 a:hover {
	    color:#e05206;
	}
#full_events {
    float:left;
    width:650px;
    margin-top:0px;
    margin-left:5px;
}
    #home_events .date{
        float:left;
        width:40px;
        padding-right:10px;
        padding-top:4px;
        text-transform:uppercase;
    }
    #full_events .date{
        float:left;
        width:40px;
        padding-right:10px;
        padding-top:4px;
        padding-bottom:30px;
        text-transform:uppercase;
        clear:both;
    }
        #home_events .date .inner_date, #full_events .date .inner_date {
            background:url('../images/home/news_date_bg.gif') no-repeat;
            width:33px;
            height:42px;
        }
            #home_events .date .inner_date .number, #full_events .date .inner_date .number {
                font-size:1.3em;
                
                color:#989797;
                text-align:center;
                margin-left:-1px;
            }
            #home_events .date .inner_date .month, #full_events .date .inner_date .month {
                font-size:.85em;
                
                color:#989797;
                text-align:center;
                margin-left:-2px;
                margin-top:-2px;
            }
    #home_events .text{
        float:left;
        width:240px;
    } 
        #full_events .text{
           
            width:600px;

        } 
        
    #home_events .spacer, #full_events .spacer {
         height:10px;
    }
#home_spotlight {
    float:left;
    width:300px;
    margin-top:30px;
    padding-left:25px;
}
    /* IE7 Only */
	*:first-child+html #home_spotlight {
	    padding-top:0px;
	}
	#home_spotlight h3 {
	    color: #e05206;
	}
#home_acc {
    position:relative;
    float:left;
    width:260px;
    margin-top:33px;

    z-index:2;
}
#home_acc #accordion {
    margin-left:40px; /* 60 prior */
}

#home_side_circle
{
    background-image:url("../images/home/h_side_circle.png");
    background-repeat:no-repeat;
    width:119px;
    height:204px;
    position:absolute;
    margin-left:826px;
    margin-top:-452px;
    z-index:1;
}
.rss
{
  float:right; 
  margin-top:-23px;
  padding-right:5px; 
}

/*********************************/
/** Accordion Style (Home Page) **/
/*********************************/

ul#acc_hp, ul#acc_hp ul { list-style: none; margin: 0; }   
ul#acc_hp { margin-top:15px; } 
ul#acc_hp li { background-image:none; }   

ul#acc_hp a.acc_hp_heading {        
    display: block;
    color: #706f6f;   
    font-size: 1.3em;   
    line-height: 16px;   
    padding: 0 5px 5px 5px;   
    text-decoration: none;
    cursor:pointer;
}   
ul#acc_hp a.acc_hp_heading:hover { color:#e05206; }
   
ul#acc_hp li { float: left; width: 218px; padding-bottom:16px; }   
ul#acc_hp a.acc_hp_heading { width: 220px; }   

ul#acc_hp .acc_hp_content {
    background-image:url("../images/home/acc_arrow.jpg");
    background-repeat:no-repeat;
    padding-left:60px;
    padding-top:20px;
    text-decoration:none;  
    overflow:hidden; 
    display:block;
}

/* This is the css for the ajax toolkit accordion */
/*.acc_header {
    color: #706f6f;
    font-size:1.1em;
	font-weight: bold;
    padding: 2px;
    cursor: pointer;
}  
.acc_content {
    background-image:url("../images/home/acc_arrow.png");
    background-repeat:no-repeat;
    padding-left:60px;
    padding-top:18px;
    min-height:30px;
    text-decoration:none; 
}
.acc_style {
    display:block;
    font-size:1.1em;
    color:#706f6f;
    padding-top:10px;
    text-decoration:none;
    font-weight:normal;
}*/


/* BETA */
.icon_beta
{
    margin-left:2px;
}  
	
/* search stuff */

.search_inner {
    padding:10px 10px 10px 10px;
    width:208px;
}
.search_wrap {
border:solid 1px #dbdbdc;
background-color:#ffffff;
height:20px;
}

.gsc-completion-selected {
  background: #ebebec;
}
.gsc-completion-container {
  font-family: Calibri;
  font-size: 13px;
  position: absolute;
  cursor: default;
  background: white;
  border: 1px solid #ebebec;
  margin-left: 0;
  margin-right: 0;
  z-index:27;
  }


/* style for main slider jquery */
#main_slider { width: 955px; height: 290px; overflow:hidden; background-color:#ffffff; }
/* IE7 Only */
	*:first-child+html .slide_img {
	    position:relative;
	}
	#pause_btn { 
	    background-image: url(../images/layout/slide_pause.png);
        background-position : 0 -24px;
        display: block;
	    width:24px;
        height: 24px;
	    z-index: 50; 
	    position: absolute; 
	    bottom: 10px; 
	    right:10px; 
	    cursor:pointer;
	    }
	        #pause_btn:hover {
	        background-image: url(../images/layout/slide_pause_hover.png);
            background-position : 0 -24px;
	        }
    #resume_btn { 
	    background-image: url(../images/layout/slide_pause.png);
        background-position:0px 0px;
        display: block;
	    width:24px;
        height: 24px;
	    z-index: 50; 
	    position: absolute; 
	    bottom: 10px; 
	    right:10px; 
	    cursor:pointer;
	    }
	        #resume_btn:hover {
	        background-image: url(../images/layout/slide_pause_hover.png);
            background-position : 0px 0px;
	        }
    #slide_nav { z-index: 50; position: absolute; bottom: 10px; right:40px; }
    #slide_nav a {
        background-image: url(../images/layout/slide_nav.png);
        background-position:0px 0px;
        display: block;
        float: left;
        width:24px;
        height: 22px;
        margin: 0 0 0 6px;
        color:#ffffff;
        text-align:center;
        font-family:Calibri, Arial, Sans-Serif;
        font-weight:bold;
        padding-top:2px;
        padding-left:0px;
    }
    #slide_nav a.activeSlide { 
    background-image: url(../images/layout/slide_nav.png);
    background-position : 0 -24px; 
    }
    #slide_nav a:focus { outline: none; }

.btn_blue {
    background:url('../images/icons/btn_blue_thin.jpg') no-repeat;
    width:210px;
    height:73px;
    margin:0 30px 0 0px;
}
    /* IE7 Only */
	*:first-child+html .btn_blue {
	    margin:0 30px 0 0;
	}
    .btn_blue .inner {
        font-family:Arial Black, Arial, Sans-Serif;
        text-align:center;
        color:#ffffff;
        font-weight:bold;
        font-size:1.5em;
        padding:12px 10px 10px 10px;
    }
    
.vid_wrapper_300 {
    width:352px;
    height:255px;
}  
.vid_bg_300 {
    background:url('../images/icons/vid_bg_small.png') no-repeat;
    width:352px;
    height:255px;
    padding:43px 16px 16px 33px;

}
.vid_bg_banner_300 {
   
    position:absolute;
    z-index:3;
    margin-top:8px;
    padding:6px 0 0 11px;
    color:#ffffff;
    font-size:1.4em;
    letter-spacing:.1em;
    font-family:Univers, Calibri, "Trebuchet MS", Arial, Sans-Serif;
}
    
.content_left {
    float:left;
}
.content_right {
    float:right;

}
.fs_events {
    
    background:url('../images/icons/event_view.png') no-repeat;
    width:375px;
    height:285px;
    margin-right:10px;
}
    .fs_events .inner {
        color:#ffffff;
        font-size:1.6em;
        letter-spacing:.1em;
        font-family:Univers, Calibri, "Trebuchet MS", Arial, Sans-Serif;
        padding:15px 10px 10px 20px;
     }
     .fs_events .innercontent
     {
        font-size:.85em;
        padding:5px 25px 15px 45px;
        height:195px;
        overflow:hidden;
        line-height:19px;
     }
     .fs_events .innercontent_lib
     {
        font-size:.85em;
        padding:0px 25px 0px 25px;
        height:220px;
        overflow:hidden;
        line-height:19px;
        margin-top:-7px;
     }
         /* IE7 Only */
	     *:first-child+html .fs_events .innercontent
         {
            line-height:18px;
         }
     .fs_events .innercontent h3 {
        font-size:1.4em;
        font-weight:bold;
        margin:8px 0 5px 0;
        color:#333333;
        
     }
     .fs_events .headline {
        color:#e05206;
        font-size:1.4em;
        display:block;
        margin-top:-16px;
        }
        .fs_events .tag {
            font-style:italic;
            color:#555454;
            margin-left:-17px;
            padding-left:17px;
            background-color:#ebebec;
            border-bottom:1px solid #dadadc;
            display:block;
            
        }
 .fs_left {
    float:left;
    width:300px;
 }     
 .cs_events {
    
    background:url('../images/icons/cs_event_view.png') no-repeat;
    width:296px;
    height:285px;
    margin-right:10px;
}
    .cs_events .inner {
        color:#ffffff;
        font-size:1.6em;
        letter-spacing:.1em;
        font-family:Univers, Calibri, "Trebuchet MS", Arial, Sans-Serif;
        padding:15px 10px 10px 20px;
     }
     .cs_events .innercontent
     {
        padding:25px 18px 0 50px;
     }
     .cs_events .headline {
        color:#e05206;
        font-size:1.3em;
        display:block;
        margin-top:-16px;
        }
        .cs_events .tag {
            font-style:italic;
            color:#555454;
            margin-left:-17px;
            padding-left:17px;
            background-color:#ebebec;
            border-bottom:1px solid #dadadc;
            display:block;
            
        }
 .cs_callout {
    background:url('../images/icons/cs_callout.png') no-repeat;
    width:265px;
    height:216px;
    margin-left:12px;
   
}
    .cs_callout .copy {
        padding: 90px 5px 0 30px;
        line-height:20px;
    }

.cs_content_left {
    float:left;
    width:380px;
}
.cs_content_right {
    float:right;
    width:300px;
}

.cs_left {
    float:left;
    width:150px;
    padding:10px;
    margin:-10px 20px 0 10px;
    color:#666666;
}
.cs_right {
    float:left;
    width:150px;
    padding:10px;
    margin-top:-10px;
    color:#666666;
  
}
    .cs_right hr, .cs_left hr {
        background-color:#e0e0e1;
        margin-bottom:10px;
    }
    
    .cs_right h3 a, .cs_left h3 a {
        color:#003f72;
    }
    .cs_right h3 a:hover, .cs_left h3 a:hover {
        color:#e05206;
    }
     
 .cect_events {
    
    background:url('../images/continuinged/spotlight_bg.png') no-repeat;
    width:244px;
    height:259px;
    margin-right:10px;
}
    .cect_events .inner {
        color:#ffffff;
        font-size:1.6em;
        letter-spacing:.1em;
        font-family:Univers, Calibri, "Trebuchet MS", Arial, Sans-Serif;
        padding:15px 10px 10px 20px;
     }
     .cect_events .innercontent
     {
        padding:10px 18px 0 50px;
     }
.cect_banner {
    
    background:url('../images/continuinged/test/cect_banner.png') no-repeat;
    width:245px;
    height:55px;
    margin-right:-32px;
    margin-left:5px;
}
    .cect_banner .inner {
        color:#ffffff;
        font-size:20px;
        letter-spacing:.1em;
        font-family:Univers, Calibri, "Trebuchet MS", Arial, Sans-Serif;
        padding:8px 0 5px 10px;
     }
.cect_right_inner {
    margin-top:-10px;
    margin-left:10px;
    padding-bottom:20px;
}
.cect_fp_rotate {
    margin-top:-20px;
    margin-left:-10px;
    margin-bottom:40px;
}
.cect_fp_rotate li {
    background-image:none;
}
    .cect_right_copy{
    padding-left:6px;
    width:200px;
    }
.cect_online {
    background:url('../images/continuinged/test/cect_online.jpg') no-repeat;
    width:200px;
    height:218px;
}
    .cect_online .copy {
        padding: 90px 5px 0 30px;
        line-height:20px;
    }
.cect_news {
    margin:20px 15px 0 px;
    padding-top:10px;
    border-top:1px solid #cbcbcd;
}

.cect_btn {
    background:url('../images/continuinged/test/cect_btn_blue.jpg') no-repeat;
    width:150px;
    height:73px;
    margin:0 5px 0 0px;
}

    .cect_btn .inner {
        font-family:Arial Black, Arial, Sans-Serif;
        text-align:center;
        color:#ffffff;
        font-weight:bold;
        font-size:1.3em;
        padding:12px 10px 10px 10px;
    }
.cect_btn_orange {
    background:url('../images/continuinged/test/cect_btn_orange.jpg') no-repeat;
    width:150px;
    height:73px;
    margin:0 5px 0 0px;
}

    .cect_btn_orange .inner {
        font-family:Arial Black, Arial, Sans-Serif;
        text-align:center;
        color:#ffffff;
        font-weight:bold;
        font-size:1.3em;
        padding:12px 10px 10px 10px;
    }
 
 .foundation_ln_give {
    margin:20px 0 0 25px;
 }  
 
 .community_callout {
    background:url('../images/icons/community_callout.png') no-repeat;
    width:295px;
    height:216px;
    margin-left:12px;
   
}
    .community_callout .copy {
        padding: 90px 5px 0 30px;
        line-height:20px;
    }


.spacer {
    width:5px;
    height:10px;
    clear:both;
}
.number_list {
    white-space : nowrap;
	position: relative;
	padding-left: 35px;
	font-size:1.3em;
	margin:12px 0 10px 20px;
}
.n1 {
	background: url('../images/icons/1.png') no-repeat left 2px;
}
.n2 {
	background: url('../images/icons/2.png') no-repeat left 2px;
}
.n3 {
	background: url('../images/icons/3.png') no-repeat left 2px;
}
.n4 {
	background: url('../images/icons/4.png') no-repeat left 2px;
}
.n5 {
	background: url('../images/icons/5.png') no-repeat left 2px;
}
.n6 {
	background: url('../images/icons/6.png') no-repeat left 2px;
}
.n7 {
	background: url('../images/icons/7.png') no-repeat left 2px;
}

/*------------------------
 Online Giving/Donation Form
--------------------------*/
.required_set {
    font-family:Arial;
    color:Red;
}
.print_page {
    font-family:Arial;
}
.image_right {
    float:right;
    padding-left:1em;
}  
.approval {
    color:Red;
    font-weight: bold;
    font-family:Arial;
}
.securecode {
    font-family:Arial;
}
.table_review {
    font-family:Arial;
}
.total_gift {
    float: right;
	display: block;
	margin: 0.4em 0.5em 0 0;
	font-weight: bold;
	font-size:14px;
	color:Green
}
.donationForm {
	font-size: 90%;
	margin-bottom: 1.8em;
	padding-bottom: 1.8em;
	padding-left:1em;
	width: 500px;
}
.donationForm label {
	float: left;
	display: block;
	margin: 0.4em 0.5em 0 0;
	font-weight: bold;
}
.donationForm select {
	display: block;
}
.donationForm input {
	display: block;
	width: 9em;
	background: #ebebec;
}
.donationForm input.submit {
	width: auto;
	position: relative;
	top: 1.7em;
}
.moneyForm {
	font-size: 90%;
	margin-bottom: 1.8em;
	padding-bottom: 1.8em;
		padding-left:1em;
	width: 500px;
}
.moneyForm label {
	float: left;
	display: block;
	margin: 0.4em 0.5em 0 0;
	font-weight: bold;
}
.moneyForm select {
	font-size: 90%;
    float: left;
    display: block;
}
.moneyForm input {
	display: block;
	width: auto;
	background: #ebebec;
}
.moneyForm input.submit {
	width: auto;
	position: relative;

}
.giftForm {
	font-size: 90%;
	margin-bottom: 1.8em;
	padding-bottom: 1.8em;
	padding-left:1em;
	width: 500px;
}
.giftForm label {
	float: left;
	display: block;
	margin: 0 0.5em 0 0;
	font-weight: bold;
}
.giftForm input {
background: #ebebec;
}
.personalForm {
	font-size: 90%;
	margin-bottom: 1.8em;
	padding-bottom: 1.8em;
	padding-left:1em;
}
a.tooltip 
    {
        font-size:100%;
        text-decoration:none;
        cursor:help;
    }

    a.tooltip span {
	display: none; padding:2px 3px; margin-left:8px; width:130px;
    }

    a.tooltip:hover span {
	display: inline;
   	position: absolute;
   	line-height:15px;
   	background: #ebebec; 
   	border: 1px solid #c3ccd1;
	text-align:center;
	text-decoration:none;
	font-size:12px;
	color:#666666;
	width:150px;
	margin-top:1px;
    }

/* directory styles */  
.dir_dept_cect
{
    width:330px;
}
.dir_email_cect
{
    width:100px;
    text-align:center;
}
.dir_dept
{
    width:230px;
}
.dir_email
{
    width:100px;
    text-align:center;
}


/* Library Page Stuff */

#form_cen
    {
       
       background:url('../images/shared/library/library_bg.gif');
       background-repeat:no-repeat;
       padding-left:20px;
       padding-top:20px;
       margin-left:-5px;
       width: 400px;
       height: 84px;
    }
    #form_cen input
    {
        margin-top:-3px;
    }
    
    #form_cen select
    {
        margin-left:0px;
    }
    
        *:first-child+html #form_cen input
        {
            margin-top:-6px;
        }
        
        *:first-child+html #form_cen select
        {
            margin-left:3px;
        }
.form_advanced
    {
        display:block;
        margin-right:40px;
        margin-top:10px;
        text-align:right;
    }
        
        *:first-child+html .form_advanced
        {
            margin-right:40px;
            margin-top:-10px;
            text-align:right;
        }

/* new library page stuff */

#lib_cen
    {
      
       width: 390px;
    }
    #lib_cen input
    {
        
    }
    
    #lib_cen select
    {
        margin-left:0px;
    }
    
        *:first-child+html #lib_cen input
        {
            margin-top:-6px;
        }
        
        *:first-child+html #lib_cen select
        {
            margin-left:3px;
        }
    .lib_secondary
    {
        display:block;
        margin-top:10px;
        font-size:.8em;
    }

.lib_subject_left {
  
}
.lib_subject_left h3 {
    font-size:1.1em;
}
.lib_subject_right {

    font-size:.85em;
}

.lib_TwoColLeft
    { 
		float:left;
		width: 180px;
		font-size:.85em;
		margin-top:-10px;	
	}
.lib_TwoColRight 
	{
		float:left;
		width: 180px;
		font-size:.85em;
		margin-top:-10px;			
	}    
 *:first-child+html .lib_TwoColLeft
    { 
    margin-top:5px;
    }
 *:first-child+html .lib_TwoColRight
    { 
    margin-top:5px;
    }
*:first-child+html .lib_subject_left {
    margin-top:-20px;
}
 *:first-child+html #lib_col_ie7{
    margin-top:10px;
 }

.container {width:450px;float:left;}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #c3ccd1;
	border-left: 1px solid #c3ccd1;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #c3ccd1;
	border-left: none;
	margin-bottom: -1px;
	background: #e4ccb6;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: .9em;
	padding: 0 5px;
	border: 1px solid #f3f3f3;
	outline: none;
}
ul.tabs li a:hover {
	background: #fc8e3e;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}
.tab_container {
	border: 1px solid #c3ccd1;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #f3f3f3;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}
.dvd_search_header {
    padding-bottom:15px;
    font-size:.8em;
}
#library_feed {
    width:430px;

}
#library_feed a {
    font-size:1.2em;
}
#library_feed li {
margin-bottom:20px;
}
.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 90%;
}
#content_body_library{
	float: left;
    width:700px;
}

#content_body_library .pad{ padding: 0 10px 20px 10px; margin:0; background: none; }

.container_TwoColLeft
    { 
		float:left;
		width: 180px;
		font-size:.85em;
		margin-top:-10px;	
	}
.container_TwoColRight 
	{
		float:left;
		width: 220px;
		font-size:.85em;
		margin-top:-10px;			
	} 
.lib_banner {
    background:url('../images/continuinged/test/cect_banner.png') no-repeat;
    width:245px;
    height:55px;
    margin-right:-42px;
    margin-left:5px;
}
.lib_banner .inner {
        color:#ffffff;
        font-size:20px;
        letter-spacing:.1em;
        font-family:Univers, Calibri, "Trebuchet MS", Arial, Sans-Serif;
        padding:8px 0 5px 10px;
     }
.lib_right_inner {
    margin-top:-10px;
    margin-left:15px;
    padding-bottom:20px;
}  
    
/* end of new library stuff */
    
    /* Rollover for "Ask a Librarian" */
    
    a.singleRollover 
    {
	    display: block;
	    width: 174px;
	    height: 73px;
	    background: url('../images/shared/library/ask_rollover.jpg') no-repeat 0 0;
	    overflow: hidden;
	    text-indent: -10000px;
	    font-size: 0px;
	    line-height: 0px;
    }
    
    a:hover.singleRollover 
    {
	    background-position: 0 -73px;
    }
    

    #ask_lib_bg {
        background: url('../images/library/askalib_bg.png') no-repeat 0 0;
        width:220px;
        height:173px;
        margin-top:-35px;
        margin-left:10px;
    }
        #inner {
            padding:107px 0 0 33px;
        }
        .buttons {
        float:left;
        padding-right:3px;
        }
    #ask_librarian
    {
        margin-left:40px;
        margin-top:-10px;
    }
    
    .library_TwoColLeft
    { 
		float:left;
		width: 210px;
		padding-right:0.5em;
		
	}
	.library_TwoColRight 
	{ 
		float:left;
		width: 210px;
		padding-left: 0.5em;		
	}
	
	.library_TwoColLeft h2 
	{ 
	    margin-left:-20px;	
	}
	
	.library_TwoColRight h2
	{ 
			margin-left:-20px;	
	}
	
	.rss_liststyle
	{
	    list-style:none;
	    margin-left:0px;
	}
	
	.rss_liststyle li {
	background-image:none;
	}

/*------------------------------------------------------------------------------
	Library Form
------------------------------------------------------------------------------*/	

#libform {
    width: 450px;
    margin-left:10px;
}
#libform fieldset {
   margin-bottom: 10px;

}
#libform legend {
    padding: 0 5px;
    color: #333333;
    font-size: 16px;
}
#libform fieldset ul {
    padding: 0;
}
#libform fieldset li {
    background-image:none;
    list-style: none;
    padding: 10px;
    margin: 0;
    margin-left:0px;
    clear: both;
}
#libform fieldset input {
    background-color:#ebebec;
}
#libform fieldset textarea {
    background-color:#ebebec;
}

#libform .fbbutton {
    margin-left:0px;
}
#libform .header_label 
{
    
}
#libform .prevurl
{
    font-style:italic;
    color:#333333;
    font-size:11px;
    font-family:Arial;
}
#libform .required_set {
    font-size:.85em;
    color:Red;
}
	
/*------------------------------------------------------------------------------
	Feedback Form
------------------------------------------------------------------------------*/	

#fbform {
    width: 550px;
    margin-left:10px;
}
#fbform fieldset {
   margin-bottom: 10px;

}
#fbform legend {
    padding: 0 5px;
    color: #333333;
    font-size: 22px;
}
#fbform fieldset ul {
    padding: 0;
}
#fbform fieldset li {
    background-image:none;
    list-style: none;
    padding: 10px;
    margin: 0;
    margin-left:0px;
    clear: both;
}
#fbform fieldset input {
    background-color:#ebebec;
}
#fbform fieldset textarea {
    background-color:#ebebec;
}

#fbform .fbbutton {
    margin-left:0px;
}
#fbform .header_label 
{
    font-weight:bold;
}
#fbform .prevurl
{
    font-style:italic;
    color:#333333;
    font-size:11px;
    font-family:Arial;
}
.field_example
{
    font-style:italic;
    font-size:10px;
    color:#666666;
}

#feedback_home
{
    width:600px;
}
.feedback_trio
{
    width:180px;
    float:left;
    padding-right:15px;
}
#feedback_full
{
    width:600px;
    
}

/* special page */
list_links, list_links li{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
		.list_links { margin-bottom: 15px; }
	
	ul.list_links li{ -margin-bottom: -15px; }
	
		.list_links a{
			display: block;
			background: url('../images/shared/arrow.gif') 0 3px no-repeat;
			padding-left: 15px;
			margin-bottom: 5px;
		}
/*------------------------------------------------------------------------------
	Special.aspx css for marketing
------------------------------------------------------------------------------*/	
	 
    #content_body_wide_special{
			float: left;
			width: 600px;
			margin-top: -28px;
		}
		
			#content_body_wide_special .pad
			{  
				padding: 0 5px 20px 10px; margin:0; background: none;
			 }
			 
	    .content_intro_special{
			margin: 15px 0 0 70px;
		}
			 
		#content_supporting_special {
			clear:right;
			float: right;
			width: 160px;
			height: 1%;
			border-left: 1px solid #b2b4b3;
			margin:33px -100px 0 20px;
		}

			#content_supporting_special .pad{ padding: 0 0 0 20px; margin:0; background: none; }
			
			#content_supporting_special h2{
				font-size: 16px;
				padding: 10px;
				font-style:italic;
				border-top: 5px solid #b2b4b3;
				margin: 0px 0px 0 -10px;
			}

			#content_supporting_special ul{
				padding: 0;
				margin: 0;
				list-style: none;
			}
			  #content_supporting_special li{
				  padding: 0;
				  margin: 0 0 1.0em 0;
				  background-image:none;
			  }
	.tri_spec {
	    margin:-20px 0 0 -20px;
	}	  
	    /* IE7 Only */
	    *:first-child+html .tri_spec {
	        margin:0 0 40px -20px;
	    }
    .tri_spec ul, .tri_spec ul.no_links {
		width: 160px;
		float: left;

	}
		.tri_spec li{  background-image:none; }
		
		.tri_spec ul li.heading { margin-bottom: 0.5em; font-weight: bold; font-size: 12px; }
	
		.tri_spec ul.no_links { list-style-type:none; margin: 0; padding: 0 10px 0 0; float:left;}
		.tri_spec ul.no_links li { display: block; margin: 0 0 5px 0; }
	

	.credit_header
	{
	    font-family:Univers, Calibri, "Trebuchet MS", Arial, Sans-Serif;
		font-size: 1.5em;
		font-weight: normal;
		padding-bottom:10px;
		border-bottom: 5px solid #b2b4b3;

	}
	.tag_header
	{
	    
		font-size: 16px;
		font-weight: normal;
		font-style:italic;
		margin-bottom: 20px;
	}
	.button_special
	{
	    color: #ffffff;
	    background-color:#7d9aaa;
	    font-weight:bold;
	    width:200px;
	}
	.button_special_apply
	{
	    color: #ffffff;
	    background-color:#e05206;
	    margin-left:102px;
	    width:150px;
	    font-weight:bold;
	}
/*------------------------------------------------------------------------------
	Class Cancellations table
------------------------------------------------------------------------------*/	

 .field_description, td.field_description { text-align:right; }

div.cancellations {
	color: inherit;
	background: #ffffff;
	width: 610px;
	margin: 0.8em 0 2em;
}

table.cancellations { 
	position: relative;
	top: -4px;
	left: -4px;
	width: 610px;
	border: 1px solid #b2b4b3;
	color: inherit;
	background: #fff;
	border-collapse: collapse;
	font-size: 90%;
}

table.cancellations th, table.cancellations td {
	margin: 0;
	padding: 8px 5px;
	text-align: left;
	border-bottom: 1px solid #b2b4b3;
}

table.cancellations th {
	font-weight: bold;
	color: #ffffff;
	background: #003f72;
}


table.cancellations tr {
	color: inherit;
	background: #ffffff;
}

table.cancellations tr.alt {
	color: inherit;
	background: #e2e2e3;
}

table.cancellations td.comments {
  width: 80px;
  }

/* ------------------- */
table.standard tr { vertical-align: top; }


table.refund td { padding: 0.5em 0.25em; }

/*------------------------------------------------------------------------------
	Directory Style
------------------------------------------------------------------------------*/ 

.divMain
{
    padding:20px;
    margin:-35px 5px 0 -4px;
    text-align: center;
    line-height:20px;   
}
#print_right {
    float:right;
    margin-top:-15px;
    margin-right:65px;
    font-size:.9em;
} 

#search_wrapper
{
    background-image:url('../images/shared/directory/search_bg.gif');
    background-repeat:no-repeat;
    height:63px;
    width:616px;
    padding-left:10px;
    padding-top:2px;
    padding-bottom:32px;
}

#dir_menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#dir_menu li
{
background-image:none;
float: left;
margin: 0 0.15em;
}

#dir_menu li a
{
height: 2em;
line-height: 2em;
float: left;
display: block;
text-decoration: none;
padding-right:20px;
font-weight:bold;
} 


.norecords
{
    padding-left:10px;
    padding-top:-100px;
    color:Red;
    font-weight:bold;
}

.required_tag
{
    font-size:11px;
    color:#333333;
    font-style:italic;
}
/*------------------------------------------------------------------------------
	Directory input selection table
------------------------------------------------------------------------------*/	

#horizontalForm {
	font-size: 90%;
	margin-bottom: 1.8em;
	padding-bottom: 1.8em;
	width: 600px;
	margin-top:-5px;
}
	#horizontalForm label {
		float: left;
		display: block;
		margin: 0.8em 0.5em 0 0;
		font-weight: bold;
	}
	#horizontalForm select {
		display: block;
	}
	#horizontalForm input {
		display: block;
		width: 9em;
		font-family: Verdana, san-serif;
	}
	#horizontalForm input.submit {
		width: auto;
		position: relative;
		top: 2.4em;
	}
	
/*------------------------
 Registration form
--------------------------*/
#DisplayForm { width:99%; height:99% }

p.notabene, #DisplayForm p.notabene {
	margin: -10px 0 2px 0;
	padding: 0 0 0 1em;
	font-size:94%;
	}

 #registrationForm {
	font-size: 90%;
	font-family: verdana, sanserif;
	margin-bottom: 1.8em;
	padding-bottom: 1.8em;
  }  

#registrationForm fieldset {
  margin:0 0 2em 0;
  padding:0 1em 1em 1em;
  border:none;
  width:inherit;
  }

#registrationForm input, #registrationForm textarea {
  display:block;
  width: 25em;
  }
  #registrationForm input.autowidth {
    display:block;
    width:auto;
    }
#registrationForm label {
  display:block;
  font-weight:bold;
  margin-bottom:1.5em;
  }
  #registrationForm label.first {
    padding-top:1em;
    }
#registrationForm select {
  display:block;
  }

#registrationForm fieldset fieldset.boxlist {
  padding-left:0;
	margin:1em 0 0.3em 0;
  }
  #registrationForm fieldset fieldset.boxlist legend { 
    font-weight:bold; 
    margin-left:0;
    padding-left:0;
    color:#000;
    background-color:inherit;
    }
        
    .validation_message { font-size:90%; }
    
    #registrationForm fieldset fieldset.boxlist input, #registrationForm fieldset fieldset.boxlist label {
      display:inline; 
      width: auto;
      font-weight:normal;
      vertical-align:middle;
      }
    #registrationForm fieldset fieldset.boxlist label { margin: 0 1em 0 0.1em; }
    
    #registrationForm span.not_bold { display:inline; font-weight:normal;}
    #registrationForm span.not_bold input { display:inline; width:auto; }
    #registrationForm span.not_bold label { display:inline; font-weight:normal; }

/*------------------------------------------------------------------------------
	DIRECTORY Results table
------------------------------------------------------------------------------*/
div.directory {
	color: inherit;
	width: 620px;
	margin: 0.8em 0 2em;
  
}

table.directory { 
	position: relative;
	top: -4px;
	left: -4px;
	width: 620px;
	border: 1px solid #999999;
	color: inherit;
	background: #fff;
	border-collapse: collapse;
	font-size: 90%;
}


table.directory th, table.directory td {
	margin: 0;
	padding: 8px 5px;
	text-align: left;
	border-bottom: 1px solid #999999;
}

table.directory th {
	font-weight: bold;
	color: #512609;
	background: #dfdbbe;
}
table.directory td {
	text-align: left;
}

table.directory tr {
	color: inherit;
	background: #ffffff;
}

table.directory tr.alt {
	color: inherit;
	background: #dfdbbe;
}

table.directory td.title, table.directory th.title_header {
  width: 80px;
  }
  
table.directory td.title { white-space: pre-line; }


/* programs and degrees */

.programs_left {
    float:left;
    padding:5px;
    width:300px;
    margin-top:-20px;

}
.programs_right {
    float:right;
    padding:5px;
    width:300px;
    margin-top:-20px;
}
.program_header {
    font-size:1.3em;
    position:relative;
    top:10px;
    color:#666666;
    
}
.program_footer {
    font-size:.85em;
    color:#666666;
    font-style:italic;
}
.program_iseek {
    font-size:.85em;
    color:#666666;
    font-style:italic;
    padding-left:25px;
}
.program_degrees {
    display:block;

}

#accordion h3 {
    font-size:1.2em;
}

#accordion .nobullets {
    background-image:none;
    margin-left:-25px;
}

#accordion .accbox {
    background-color:#e1e5a6;
    padding:10px;
    margin-top:-1px;
}
#accordion .accheader {
    font-size:1.1em;
    color:#666666;
}

    #accordion .accheader a {
        color:#666666;
    }
    #accordion .accheader a:hover {
        color:#003f72;
    }

/* CECT */
.nav_left_cect {

    height:10px;
    background-color:#dededf;
    
}

.nav_left_cect a {
    color:#FFFFFF; 
}

.nav_left_cect_btm {
    padding:10px 25px;
    font-size:13px;
    line-height:20px;
}

#floating_link { 
     position: fixed; 
     right: 0; 
     top: 400px; 
     display: block; 
     width: 50px; 
     height: 125px; 
      
     overflow: hidden; 
}

.salary_data {
    font-size:.9em;
    font-style:italic;
    margin-left:15px;
}



#main_side_tag{
background:url('../images/layout/side_askcentury.png') no-repeat;
position:relative;
float:right;
top:-850px;
width:32px;
height:184px;
z-index:10;
}

a#main_side_tag {
  top: 25%;
  right: 0 !important;
  left: auto !important;
  margin-right: -7px !important;
  margin-left: auto !important;
  width: 42px;
  height: 192px;
  color: #FFF;
  cursor:pointer;
  text-indent:-100000px;
  overflow:hidden;
  position: fixed;
  z-index: 100000;
  margin-left: -7px;
  background-image: url('../images/layout/side_askcentury.png');
  _position: absolute;
  _background-image: url('../images/layout/side_askcentury.png');
}
a#main_side_tag:hover {
    margin-right: -4px !important;
    margin-left: auto !important;
}

/* callout on nursing page */
.shaded_callout {
    margin-left:10px;
    width:420px;
    display:block;
    font-style:italic;
    padding:10px;
    background-color:#ebebec;
    border:1px solid #c3ccd1;
}


/* accessibility font piece */


#changeFont {
position: absolute;
margin-left:300px;
}
#changeFont a{

    text-decoration:none;
}


/* tech help area */

.th_float_left {
    float:left;
    width:220px;
    
}
    .th_float_left .pad {
        
        margin-top:-7px;
        padding-bottom:10px;
    }
 .th_float_left ul {
 margin-left:0px;
 } 
 
 .th_docs_left {
    float:left;
    width:330px;
    
}
 .th_docs_right {
    float:left;
    width:350px;
    
}
 
 #compcenter {
    overflow:hidden;
    width:200px;
    height:225px;
 } 
 
 .th_guides {
    margin-top:-35px;
    margin-bottom:20px;
 }
 
 .th_banner {
    background:url('../images/continuinged/test/cect_banner.png') no-repeat;
    width:245px;
    height:55px;
    margin-right:-42px;
    margin-left:-3px;
    }
    .th_banner .inner {
            color:#ffffff;
            font-size:20px;
            letter-spacing:.1em;
            font-family:Univers, Calibri, "Trebuchet MS", Arial, Sans-Serif;
            padding:8px 0 5px 10px;
         }

#rn_HotTopic {
    font-size:1.3em;
}

#rn_HotTopic ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
#rn_HotTopic li{
	padding: 0;
	margin: 0 0 4px 0;
	background-image:none;
}
#rn_HotTopic ul{
	list-style-type: none;
	padding-left: 0;
	margin-left: 10px;
}
#rn_HotTopic li{
	background: url('../images/icons/icon_bullet_rn.gif') 0px 9px no-repeat;
        padding-left:15px;
}
#rn_HotTopic li a{
    text-decoration:none;
}
.th_announcements {
    padding-bottom:5px;
}
.fb_like {
float:right;
margin-top:5px;

}

/* Static boxes */
.sbox-1 {
	width:190px;
	margin-bottom:20px;
	margin-right:8px;
	border:1px solid #c3ccd1;
	float:left;
	position:relative;
}
.sbox-1 .title {
	background:#cdcdcd url(../images/layout/sbox1-grey-bg.gif) repeat-x;
	border-bottom:1px solid #c3ccd1;
	color:#666;
	line-height:1;
	font-size:16px;
	padding:10px 0;
	padding-left:15px;
	font-weight:bold;
}
.sbox-1 .content {
	border-top:none;
	padding:0px 10px 0px 10px;
}
.sbox-1 .shadow {
	background:url(../images/layout/sbox1-shadow.png) center bottom no-repeat;
	width:100%;
	height:20px;
	position:absolute;
	bottom:-21px;
	left:0;
}
* html .sbox-1 .shadow {
	bottom:-23px;
}
.error_box {
    margin: 15px 0;
    color: #C24848;  
    padding: 6px 10px 8px 37px;
    background: #FFD6D6 url(../images/layout/error.png) 12px 9px no-repeat;
    border: 1px solid #FFC2C2;
} 
/* the request info box on homepage */
#hp_indent {
    margin-left:-15px;
    padding-bottom:10px;
}

