/* Oakton Common CSS */

.clearDiv { clear: both; }
.hide { display: none; }
a:focus, a:hover, a:active { outline:none }

/* page and body settings */        

            * {
              padding : 0;
              margin : 0;
            }

html {
    padding: 0;
    margin : 0 0px 0 8px;
}

body {
    text-align: center;
    padding : 0;
    margin : 0 0px 0 0px;
    background-color : #FFFFFF;
    font: 62.5% Arial, Verdana, sans-serif;
    background-image: url(../images/backgrounds/darkblue.jpg);
    background-repeat: repeat-x;
    /* this sets default font-size of 1em = 10px */
    /* for font size changes, style elements one time using ems */
    font-size: 1.0em;
    background-color: #092544;  /* 002441 */
    
}



a img  { border : 0; }
            
img { vertical-align : bottom; }





h2.searchHeader {
    font-size: 1.79em;
}

h1.large { 
    /*font-family: Arial, sans-serif; */
    font-family: Caslon, Times, serif;
    color: #464646;
    font-size: 1.85em;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 10px;
}






h2.small {
    font-family: Arial, sans-serif;
    color: #363636;
    font-weight: normal;
    font-size: .7em;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 18px;
}


/* begin page layout */


.Emergency .title { background-repeat: no-repeat; padding-left: 25px; background-image: url('../images/buttons/emergencyBG.gif'); }
.Notification .title { background-repeat: no-repeat; padding-left: 25px; background-image: url('../images/buttons/notificationBG.gif'); }

.newsevents_home .Emergency { border: 2px solid #ff0000; padding: 10px 10px 0px 10px; }
.newsevents_home .Notification { border: 2px solid #ffff00; padding: 10px 10px 0px 10px; }




.page-wrapper {
   width: 1022px; 
   margin : 0px auto 0px auto;
   text-align: left; 
}
.page-wrapper2 {
   width: 1022px; 
   margin : 0px auto 0px auto;
   text-align: left;
   background-image: none;
} 

.main-contentWrapper {
    width: 1024px;
    background-image: url(../images/backgrounds/sidegradient.png);
    background-repeat: repeat-y;
    background-position: -5px 0%;
}

.main-content {
    width: 1014px;
    /*padding-bottom: 40px;*/
}

.main-content2 {
    width: 1014px;
    /*padding-bottom: 40px;*/
    clear: both;
    margin : 0px auto 0px auto;
}


/* 
BEGIN TOP CONTENT STYLES
    top content contains the language selection,tactical navigation, and the search box */
.top-content {
    height: 59px;
    position: relative; 
}

.tactical-nav {
    font-family: Arial, sans-serif;
    color: #FFFFFF;
    position: absolute; top: 23px; left: 220px;
    font-size: .78em;
    width: 495px; 
}

.tactical-nav2 {
    font-family: Arial, sans-serif;
    color: #FFFFFF;
    position: absolute; top: 23px; left: 300px;
    font-size: .78em;
    width: 395px; 
}
.tactical-nav3 {
    font-family: Arial, sans-serif;
    color: #104E8B;
    position: absolute; top: 23px; left: 300px;
    font-size: .78em;
    width: 395px; 
}
.language {
    font-family: Arial, sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    position: absolute; top: 23px; left: 10px;
    font-size: .8em;
}
.language2 {
    font-family: Arial, sans-serif;
    color: #104E8B;
    font-weight: bold;
    position: absolute; top: 23px; left: 10px;
    font-size: .8em;
}
.tactical-nav a, .language a {
    color: #FFFFFF; text-decoration: none;
}

.tactical-nav a:hover, .language a:hover {
    text-decoration: underline;
}

.tactical-nav ul li {
    display : inline;
    margin : 0px 14px 0px 0;
}

.language ul li {
    display: inline;
    margin: 0px 12px 0px 0px;
}
.tactical-nav2 a {
    color: #FFFFFF; text-decoration: none;
}

.tactical-nav2 a:hover {
    text-decoration: underline;
}

.tactical-nav2 ul li {
    display : inline;
    margin : 0px 14px 0px 0;
}

.language2 ul li {
    display: inline;
    margin: 0px 12px 0px 0px;
}
.tactical-nav3 a {
    color: #104E8B; text-decoration: none;
}

.tactical-nav3 a:hover {
    text-decoration: underline;
}

.tactical-nav3 ul li {
    display : inline;
    margin : 0px 14px 0px 0;
}
.tactical-nav3 a, .language2 a {
    color: #104E8B; text-decoration: none;
}

.search {
    position: absolute; top: 20px; left: 747px;
}

.searchWide {
    margin-top: 40px;
    position:relative;
    margin-bottom: 40px;
}

.searchWide form input {
    width: 210px; height: 12px;
}

.search form input {
    width: 190px; height: 14px;
    border: 0px;
    background-image: url(../images/backgrounds/search_input-bg.jpg);
    background-repeat: repeat-x;
    font-size: 1.0em;
    padding: 4px 0px 0px 5px; 
    color: #696969;
}

.submit-button {
    position: absolute; top: 0px; left: 195px;
}

.searchWide .submit-button {
    position: absolute;
    left: 210px;
}

/* END OF TOP CONTENT STYLES */

/* BEGIN HEADER STYLES 
        Header contains the logo and audience navigation */
.header {
    position: relative;
    height: 112px;
    width: 1014px;
    background-image: url(../images/backgrounds/header.png);
    background-repeat: repeat-x;
}
.header2 {
    position: relative;
    height: 112px;
    width: 985px;
    background-image: url(http://www.oakton.edu/images/backgrounds/header.png);
    background-repeat: repeat-x;
    clear: both;
}
.header-emp {
    position: relative;
    height: 170px;
    width: 1014px;
    background-image: url(../images/backgrounds/header-emp.png);
    background-repeat: repeat;
}
.oakton-logo {
    position: absolute;
    top: 5px;
    left: 14px; top: 17px;
}

.audience-nav {
    position: absolute; 
    top: 21px;
    left: 688px;
    width: 330px;
    height: 80px;
    color: #005c56;
    font-family: Helvetica, sans-serif;
    font-size: .74em;
    font-weight: bold;
    background-image: url(../images/backgrounds/audience-nav.gif);
    background-repeat: repeat-y;
}

.audience-nav span {
    text-decoration: underline;
    color: #850820;
}

.audience-nav a {
    color: #005C56;
    text-decoration: none;
}

.audience-nav a:hover {
    text-decoration: underline;
}

.audience-nav ul {
    float: left;
    color: #005c56;
    font-family: Helvetica, sans-serif;
    margin: -2px 0px 0px 14px;
}

.audience-nav ul li.l {
    display: inline;
    width: 175px;  
    float: left;
    margin-bottom: 6px;
}


.audience-nav ul li.r {
    display:inline;
    width: 130px;
    float: left;
    margin-bottom: 6px;
}

.fac-contact {
    position: absolute; 
    top: 21px;
    left: 588px;
    width: 430px;
    height: 225px;
    color: #005c56;
    font-family: Helvetica, sans-serif;
    font-size: .74em;
    font-weight: regular;
    background-image: url(http:/www.oakton.edu/images/backgrounds/audience-nav.gif);
    background-repeat: repeat-y;
}

.fac-contact span {
    text-decoration: underline;
    color: #850820;
}

.fac-contact a {
    color: #005C56;
    text-decoration: none;
}

.fac-contact a:hover {
    text-decoration: underline;
}
.fac-contact img {
    float: left;
    padding-right: 8px;
}



/* END HEADER STYLES */

/* BEGIN PRIMARY NAVIGATION */
.primary-nav {
    background-color: #5a8e22;
    height:42px;
    width: 1014px;
}

.primary-nav ul li{
    display: inline;
    margin: 0 0px 0 0px;
    padding: 0px;
}

.primary-nav ul {
    list-style: none;
}

.primary-nav ul li.nopad {
    margin: 0px;
}
.primary-nav2 {
    background-color: #5a8e22;
    height:42px;
    width: 985px;
}

.primary-nav2 ul li{
    display: inline;
    margin: 0 0px 0 0px;
    padding: 0px;
}

.primary-nav2 ul {
    list-style: none;
}

.primary-nav2 ul li.nopad {
    margin: 0px;
}

/* END PRIMARY NAVIGATION */

/* START LEFT NAVIGATION */
ul.leftnav {
    list-style: none;
    font-size: .88em;
    font-family: Arial, sans-serif;
    color: #0072bc;
    margin-top: 30px;
    margin-left: 15px;
    width: 225px;
}

.parentFolderLink {
    margin-left: 15px;
    margin-top: 30px;
    margin-bottom: -15px;
    color: #0072bc;
    font-size: .88em;
    font-family: Arial, sans-serif;
}

.parentFolderLink a {
    /*color: #0072bc; */
    color: #0072bc;
    text-decoration: none;
}

.parentFolderLink a:hover {
    color: #0072bc;
    text-decoration: underline;
}

ul.leftnav li {
    background-image: url(../images/lists/redarrows.png);
    width: 200px;
    background-repeat: no-repeat;
    background-position: 4px 7px;
    padding: 0px 0px 0px 18px;
    margin-bottom: 8px;
    line-height: 1.35;
}

ul.leftnav li.active {
    background-image: url(../images/lists/blackarrow.png);
    color: #3a3a3a;
}

ul.leftnav li ul {  
    list-style: none;
    margin: 10px 0px 10px 0px;
}

ul.leftnav li ul li {
    
}

ul.leftnav a {
    /*color: #0072bc; */
    color: #0072bc;
    text-decoration: none;
}

ul.leftnav a:hover { text-decoration: underline;}
/* END LEFT NAVIGATION */

/* START BROWSE */
.browse {
    margin-top: 45px;
    padding: 28px 0px 0px 10px;
    background-image: url(../images/lists/browse_bg.jpg);
    background-repeat: no-repeat;
    width: 251px;
    min-height: 200px;
    margin-bottom: 35px;
    padding-bottom: 20px;
}

.findit {
    margin-top: 45px;
    padding: 58px 0px 0px 10px; /* 58 */
    background-image: url(../images/suite2/findit_bg.jpg);
    background-repeat: no-repeat;
    width: 251px;
    min-height: 200px;
    padding-bottom: 20px;
    margin-bottom: 35px;
}


.wantto {
    background-image: url(../images/suite2/wantto_bg.jpg);
}



.findclasses {
    background-image: url(../images/suite2/findclasses_bg.jpg);
}

.browse ul, .findit ul {
    margin-top: 18px;
    margin-left: 2px;
    list-style: none;
    font-size: .87em;
    font-weight: bold;
    font-family: Arial, sans-serif;
    color: #004a80;
}

.wantto ul { margin-top: 18px; } 

.browse .viewall, .findit .viewall {
    margin-left: 7px; font-size: .85em; color: #797977; font-weight: bold;
}

.browse .viewall a, .findit .viewall a {
    text-decoration: none; color: #797977;
}

.browse .viewall a:hover, .findit .viewall a:hover {
    text-decoration: underline;
}

.browse ul li, .findit ul li {
    background-image: url(../images/lists/greenarrow.png);
    width: 200px;
    line-height: 1.4;
    background-repeat: no-repeat;
    background-position: 4px 4px;
    padding: 0px 0px 0px 20px;
    margin-bottom: 10px;
}

.browse ul li a, .findit ul li a {
    color: #004A80; text-decoration: none;
}

.browse ul li a:hover, .findit ul li a:hover {
    text-decoration: underline;
}

.browse ul li ul, .findit ul li ul {
    margin: 2px 0px 0px 0px;
    padding: 0px;
}

.browse ul li ul li, .findit ul li ul li{
    background-image: none;
    margin: 0px ;
    padding: 0px;
    font-weight: normal;
}

.browse span, .findit span { font-weight: normal;}

/* END BROWSE */

/* START BREADCRUMBS */
.breadcrumbs {
    width: 480px;
    border-bottom: 1px solid #d7d7d7;
    font-family: Arial, sans-serif;
    font-size: .5em;
    text-transform: uppercase;
    /*height: 20px; */
    padding-bottom: 6px;
    margin-top: 8px;
    margin-bottom: 0px;
    padding-left: 10px;
    color: #555555;
    line-height: 1.6;
}


.breadcrumbs a { color: #0072bc; text-decoration: none;}

.breadcrumbs a:hover { color: #0072bc; text-decoration: underline;}

.bcspacer { margin: 0px 5px 0px 5px;}

/* END BREADCRUMBS */

/* BEGIN 3 COLUMN LAYOUT */
.threeColWrapper {
    width: 1014px;
    background-color: #FFFFFF;
    padding-bottom: 40px;
}

.threeColWrapperHTMLonly {
    width: 1000px;
    background-color: #FFFFFF;
    padding-bottom: 40px;
                  float: left;
                  position:relative;
}

.threeColWrapper .left-col {
    float:left;
    width: 260px;
    background-color: #FFFFFF;
}

.threeColWrapper .center-col {
    float: left;
    width: 502px; 
    font-size: 1.3em; 
    background-color: #FFFFFF;
    position: relative;
}

.threeColWrapper .center-col .content {
    margin-left: 10px;
    margin-right: 40px;
    margin-bottom: 40px;
}

.threeColWrapper .right-col {
    background-image: url(../images/backgrounds/rightcol.jpg);
    background-repeat: repeat-x;
    width: 252px;
    float: left;
    padding-bottom: 5px; /* was 15 */
}

.threeColWrapper .right-col_ne {
    background-image: url(../images/backgrounds/rightcol.jpg);
    background-repeat: repeat-x;
    width: 252px;
    float: left;
    padding-bottom: 5px; /* was 15*/
}

.deptEvents {
    background-image: url(../images/backgrounds/dep-events.jpg);
    background-repeat: repeat-x;
    width: 252px;
    padding-top: 12px;
    margin-top: 30px;
}

/* END 3 COLUMN LAYOUT */

/* BEGIN 2 COL BRANDING */
.twoColBranding {
    width: 1014px;
    background-color: #FFFFFF;
    padding-bottom: 40px;
}

.twoColBranding .left-col{
    width: 404px;
    float: left;
    background-color: #FFFFFF;
}

img.startHere {
    margin-top: 16px;
    margin-bottom: 3px;
}

img.startExp {
    margin-top: 4px;
    margin-bottom: 6px;
}

.twoColBranding .left-col .lc-content {
    margin-left: 16px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.twoColBranding .left-col .lc-content p {
    color: #363636;
    font-size: .88em;
    font-family: Arial, sans-serif;
    width: 350px;
    margin-top: 0px;
    margin-left: 5px;
}

.twoColBranding .left-col .lc-content a {
    color: #0072bc;
    text-decoration: none;
}

.twoColBranding .left-col .lc-content .brandingHeadlineLink {
    font-size: 1.1em;
    color: #0072bc;
    text-decoration: none;
    margin-bottom: 4px;
    margin-top: 8px;
}

.twoColBranding .right-col {
    width: 510px;
    float: left;
    background-color: #FFFFFF;
    font-weight: normal;
}

.twoColBranding .right-col .branding-feature {
    background-color: #000000;
    width: 610px;
    margin-bottom: 18px;
}

.twoColBranding .right-col .branding-feature .feature-title {
    padding: 10px 0px 5px 10px;
    font-family: Arial, sans-serif;
    font-size: 1.1em;
    font-weight: normal;
}

.twoColBranding .right-col .branding-feature .feature-title a {
    text-decoration: none;
    color: #0099ff;
}

.twoColBranding .right-col .branding-feature .feature-title a:hover { text-decoration: underline;}

.twoColBranding .right-col .branding-feature p {
    color: #FFFFFF;
    font-family: Arial, sans-serif;
    font-size: .88em;
    padding-left: 10px;
    padding-bottom: 0px;
    width: 580px;
    font-weight: normal;
}

.twoColBranding .right-col .branding-feature .feature-link {
    margin-left: 10px;
    font-size: .8em;
    padding-bottom: 15px;
}

.twoColBranding .right-col .branding-feature .feature-link a {
    color: #fbaf5d;
    text-decoration: none;
}
 
.twoColBranding .right-col .branding-feature .feature-link a:hover {
    text-decoration: none;
}

.twoColBranding .right-col p.meeting {
    color: #363636;
    font-size: .88em;
    font-family: Arial, sans-serif;
    margin-top: 10px;
    margin-left: 4px;
    margin-bottom: 10px;
}

.twoColBranding .right-col .spiffWrapper {
    width: 600px;
}

.twoColBranding .right-col .spiffWrapper .left, .twoColBranding .right-col .spiffWrapper .right {
    float: left;
    width: 234px; margin-right: 65px;
}

.twoColBranding .right-col .spiffWrapper .left .feature-box, .twoColBranding .right-col .spiffWrapper .right .feature-box {
    margin-top: 10px;
    margin-left: 3px;
    margin-bottom: 12px;
    padding-bottom: 15px;
}

.start-learning {
    margin-left: 15px;
}

.start-learningWrapper {
    width: 1000px;
    height: 100px;
    margin-top: 7px;
}

.start-learningWrapper span {
    font-family: Times, serif;
    font-size: .75em;
    color: #363636; 
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 8px;
}

.start-learningWrapper .c1 {
    font-family: Arial;
    font-size: .88em;
    color: #363636;
    width: 230px;
    margin: 5px;
    float: left;
}

.start-learningWrapper .title {
    color: #850820;
    font-family: Arial, sans-serif;
    font-size: 1.1em;
    margin: 6px 0px 3px 4px;
}

.start-learningWrapper .title a {
    text-decoration: none;
    color: #850820;
}

.start-learningWrapper .title a:hover {
    text-decoration: underline;
}

.start-learningWrapper p.summary {
    color: #363636;
    font-size: .75em;
    margin: 0px 0px 5px 4px;
    font-family: Arial, sans-serif;
}

.start-learningWrapper .story-link {
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-size: .6em;
    color: #555555;
    margin-left: 5px;
}

.start-learningWrapper .story-link a {
    text-decoration: none;
    color: #555555;
}

.start-learningWrapper .c2 {
    float: left;
    width: 230px;
    padding-top: 5px;
    border-top: 1px solid #d7d7d7;
    margin-right: 23px;
}

.start-learningWrapper .c3 {
    float: left;
    width: 230px;
    padding-top: 5px;
    border-top: 1px solid #d7d7d7;
    margin-right: 23px;
}

.start-learningWrapper .c4 {
    float: left;
    width: 230px;
    padding-top: 5px;
    border-top: 1px solid #d7d7d7;
}

.tcbbreadcrumbs {
    width: 400px;
    font-family: Arial, sans-serif;
    font-size: .6em;
    text-transform: uppercase;
    /*height: 20px; */
    padding-bottom: 8px;
    margin-top: 16px;
    margin-bottom: 5px;
    padding-left: 20px;
    color: #555555;
}

.tcbbreadcrumbs a { color: #0072bc; text-decoration: none;}

.tcbbreadcrumbs a:hover { color: #0072bc; text-decoration: underline;}

.tcbbcspacer { margin: 0px 5px 3px 5px;}

/* END 2 COL BRANDING */

/* BEGIN 2 COL REGULAR */
.twoColWrapper {
    width: 1014px;
    background-color: #FFFFFF;
    padding-bottom: 40px;
}

.nebgcolor {
    background-color: #efefef;
}

.twoColWrapper .left-col {
    float: left;
    width: 752px;
    margin-left: 10px;
    font-family: Arial, sans-serif;
}

.twoColWrapper .left-col-ne {
    float: left;
    width: 762px;
    margin-left: 0px;
    font-family: Arial, sans-serif;
    position: relative;
}

.twoColWrapper .left-col-ne h1 {
    margin-bottom:50px;
    font-size: 1.85em;
}

.twoColWrapper .left-col-ne .menu {
    position: absolute; top: 91px;
    left:20px;
}

.twoColWrapper .left-col-ne .mainEvent {
    margin-top: 30px;
    width: 755px;
    height: 240px;
}

.twoColWrapper .left-col-ne a:hover { text-decoration: underline;}

.twoColWrapper .left-col-ne .mainEventTall {
    margin-top: 30px;
    width: 755px;
    height: 330px;
}

.twoColWrapper .left-col-ne .mainEvent .eventImageWrap {
    width: 313px;
    height: 211px;
    /*background-image: url(../images/backgrounds/newsevents_featuredImage.jpg); */
    background-repeat: no-repeat;
    padding-top: 3px;
    padding-left: 3px;
    float:left;
    margin-right: 10px;
}

.twoColWrapper .left-col-ne .mainEvent .eventImageWrapPortrait {
    width: 211px;
    height: 313px;
    /*background-image: url(../images/backgrounds/newsevents_featuredImagePortrait.jpg); */
    background-repeat: no-repeat;
    padding-top: 4px;
    padding-left: 3px;
    float:left;
    margin-right: 10px;
}


.twoColWrapper .left-col-ne .mainEvent .eventDesc {
    width: 400px;
    float: left;
}

.twoColWrapper .left-col-ne .mainEvent .eventDesc h2 {
        font-family: Times, serif;
        font-size: .76em;
        color: #363636; 
        text-transform: uppercase;
        font-weight: bold;
        margin-left: 0px;
        margin-top: 5px;
        margin-bottom: 12px;
}

.twoColWrapper .left-col-ne .mainEvent .eventDesc .city {
    font-family: Arial, sans-serif;
    font-size: .55em;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.twoColWrapper .left-col-ne .mainEvent .eventDesc .title {
    font-family: Arial, sans-serif;
    font-size: 1.1em;
}

.twoColWrapper .left-col-ne .mainEvent .eventDesc .desc {
    color: #252525;
    font-size: .8em;
    margin-top: 4px;
}

.twoColWrapper .left-col-ne .mainEvent .eventDesc .time {
    color: #252525;
    font-size: .7em;
    margin-top: 4px;
    font-weight: bold;
    margin-top: 15px;
}


.twoColWrapper .left-col-ne .mainEvent .eventDesc .title a {
    color: #0072bc; text-decoration: none;
}

.twoColWrapper .left-col-ne .mainEvent .eventDesc .title a:hover {
text-decoration: underline;
}

.twoColWrapper .left-col-ne .moreEvents {
    width: 730px;
    border-top: 1px solid #cccccc;
    margin-bottom: 10px;
    height: 300px;
}

.twoColWrapper .left-col-ne .moreEvents .event {
    width: 215px;
    float: left;
    margin-left: 5px;
    margin-right: 22px;
}

.twoColWrapper .left-col-ne .moreEvents .event .title {
    font-family: Arial, sans-serif;
    font-size: 1.1em;
    margin-bottom: 1px;
}

.twoColWrapper .left-col-ne .moreEvents .event a {
    color: #0072bc; text-decoration: none;
}

.twoColWrapper .left-col-ne .moreEvents .event a:hover {
    text-decoration: underline;
}

.twoColWrapper .left-col-ne .moreEvents .event .city {
    font-family: Arial, sans-serif;
    font-size: .55em;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.twoColWrapper .left-col-ne .moreEvents .event .desc {
    color: #252525;
    font-size: .8em;
    margin-top: 2px;
}


.twoColWrapper .left-col-ne .moreEvents h2 {
        font-family: Times, serif;
        font-size: .76em;
        color: #363636; 
        text-transform: uppercase;
        font-weight: bold;
        margin-left: 5px;
        margin-top: 10px;
        margin-bottom: 12px;
}


.twoColWrapper .left-col-ne .rss-link {
    position: absolute; top: 132px;
    left:692px;
}

.twoColWrapper .left-col-ne .newsevents {
    height: 536px;
    width: 753px;
    background-image: url(../images/backgrounds/newsevents.jpg);
    background-repeat: no-repeat;
    margin-left: 5px;
    margin-top: 0px;
    padding: 8px 12px 8px 12px;
}

.twoColWrapper .left-col-ne .newseventsTall {
    height: 636px;
    width: 753px;
    background-image: url(../images/backgrounds/newseventsTall.jpg);
}

.newsevents .submenu {
    margin-top: 1px;
}

.twoColWrapper .left-col-ne h1 {
    margin-left: 10px;
}

.twoColWrapper .left-col-ne .breadcrumb {
    margin-left: 10px;
}


.twoColWrapper .left-col .deptBanner {
    margin-left: -10px;
}

.twoColWrapper .deptOf {
    font-family: Arial, sans-serif;
    color: #333333;
    font-size: .95em;
    margin-top: 16px;
    padding: 0px;
}

.twoColWrapper .deptName {
    font-family: Caslon, Times, serif;
    color: #333333;
    font-size: 1.9em;   
    margin-top: 12px;
    margin-left: 0px;
    margin-bottom: 8px;
    width: 700px;
}

.twoColWrapper .eventWrapper {
    width: 720px;
}

.twoColWrapper .eventWrapper .lc {
    width: 440px;
    float: left;
    margin-right: 30px;
}

.twoColWrapper .eventWrapper .lc p {
    margin-top: 10px;
}

.twoColWrapper .eventWrapper h2 {
    font-family: Times, serif;
    font-size: .76em;
    color: #363636; 
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 2px;
    margin-top: 15px;
}

.twoColWrapper .eventWrapper .rc {
    width: 245px;
    float:left;
}

.twoColWrapper .eventWrapper .rc .eventDetails {
    color: #363636;
    font-size: .87em;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
}

.twoColWrapper .deptWrapper {
    width: 720px;
    border-top: 1px solid #d7d7d7;
}

.twoColWrapper .deptWrapper .lc {
    width: 240px;
    float: left;
}

.twoColWrapper .deptWrapper .lc .related-links {
    font-size: 1.07em;
}

.twoColWrapper .deptWrapper .rc {
    width: 460px;
    float: left;
    margin-top: 12px;
    margin-left: 20px;
}

.twoColWrapper .deptWrapper .rc .bluetext {
    color: #0072bc;
    line-height: 1.5;
    margin-bottom: 20px;
}

.twoColWrapper .deptWrapper .lc ul.leftnav {
    font-size: 1.0em;
    margin-top: 15px;
    margin-left: 0px;
    width: 190px;
}

.twoColWrapper .deptWrapper .lc ul.leftnav li {
    float: none;
    width: 190px;
}

.twoColWrapper .deptWrapper .lc ul.leftnav li ul li {
    font-size: 1.0em;
}

.twoColWrapper .deptWrapper .related-links ul li {
    float: none;
    /*list-style-image: url("../images/lists/gdot.png"); */
    background: url("../images/lists/gdot_ie.png") no-repeat top left;    
    background-position: 0 .2em; 
    padding-left: 12px;
    list-style: none;
    list-style-image: none;
    font-size: .93em;
    width: 190px;
}

.twoColWrapper .deptWrapper .related-links {
    font-size: 1.04em;
    margin-left: -5px;
    margin-top: 10px;
}

.twoColWrapper .left-col .left-col-content p {
    font-family: Arial, sans-serif;
    color: #555555;
    font-size: .9em;
    margin-bottom: 20px;
}

.twoColWrapper .left-col .left-col-content {
    margin-left: 8px;
    margin-top: 8px;
    width: 580px;
}


.twoColWrapper .left-col .left-col-content table {
    padding: 0px;
}

.twoColWrapper .left-col .left-col-content table td {
    padding: 0px;
}

.twoColWrapper .left-col .left-col-content table p {
    margin: 0px 0px 0px 0px;
    line-height: 1.4;
}


.twoColWrapper .left-col .currentStudentsMenuWrapper {
    width: 765px;
    margin-left: 0px;
    margin-top: 45px;
}


.twoColWrapper .left-col .currentStudentsMenuWrapper .box{
    width: 160px;
    border-top: 1px solid #c2c2c2;
    float: left;
    margin-right: 20px;
}

.twoColWrapper .left-col .currentStudentsMenuWrapper .box h2 {
    font-family: Times,serif;

    font-size: 0.74em;

    text-transform: uppercase;

    color: #363636;

    margin-top: 9px;

    margin-right: 0px;

    margin-bottom: 12px;

    margin-left: 4px;

    font-weight: bold;
}

.twoColWrapper .left-col .currentStudentsMenuWrapper .box ul {
    
}

.twoColWrapper .left-col .currentStudentsMenuWrapper .box ul li {
    color: #555555;
    font-family: Arial, sans-serif;
    width: 140px;
    font-size: .87em;
    float: none;
    list-style-image: url("../images/lists/gdot.png");
    margin-bottom: 12px;
}


.currentStudentsMenuWrapper h4 {
    font-family: Times, serif;
    font-size: .74em;
    text-transform: uppercase;
    color: #363636;
    margin: 5px 0px 8px 1px;
}


.twoColWrapper .left-col .featuresContainer {
    width:735px;
    margin-left: -8px;
}

.twoColWrapper .left-col .featuresContainer .box {
    float: left;
    width: 235px;
    margin-right:10px;
}



.twoColWrapper .right-col {
    background-image: url(../images/backgrounds/rightcol.jpg);
    background-repeat: repeat-x;
    width: 252px;
    float: left;
}
.twoColWrapper .left-col_emp {
    list-style-image: url("../images/lists/gdot_ie.png") no-repeat top left;
    float: left;
    width: 700px;
    margin-left: 10px;
    font-family: Arial, sans-serif;
}
.twoColWrapper .left-col_emp .left-col-content p {
    font-family: Arial, sans-serif;
    color: #555555;
    font-size: .9em;
    margin-bottom: 20px;
}
.twoColWrapper .left-col_emp .left-col-content p.style1 {
    font-family: Arial, sans-serif;
    color: #555555;
    font-size: .75em;
    font-style: italic;
    margin-bottom: 20px;
}
.twoColWrapper .left-col_emp .left-col-content img {
    float: left;
    padding-right: 8px;
}
.twoColWrapper .left-col_emp .left-col-content img .search-button {
    float: none;
    padding-right: 8px;
}

.twoColWrapper .left-col_emp .left-col-content {
    margin-left: 8px;
    margin-top: 8px;
    width: 580px;
}
.twoColWrapper .left-col_emp .left-col-content ul {
    margin-left: 16px;
    margin-bottom: 16px;
}

.twoColWrapper .left-col_emp .left-col-content ul li {
    background: url("../images/lists/gdot_ie.png") no-repeat top left; 
    list-style: none; 
    list-style-image: none;
    padding-left: 12px;
    background-position: 0 .2em;
    width: 525px;
    color: #555555;
    font-family: Arial, sans-serif;
    font-size: .88em;
    margin-bottom: 5px;
}

.twoColWrapper .right-col_emp {
    width: 300px;
    float: left;
}

.twoColWrapper .right-col_emp p {
    font-family: Arial, sans-serif;
    color: #555555;
    font-size: .85em;
    margin-bottom: 9px;
}

.twoColWrapper .right-collg {
    background-image: url(../images/backgrounds/rightcol.jpg);
    background-repeat: repeat-x;
    width: 779px;
    float: left;
}


.twoColWrapper .right-col_ne {
    background-image: url(../images/backgrounds/rightcol_ne.jpg);
    background-repeat: repeat-x;
    width: 252px;
    float: left;
}

.twoColWrapper .dept2pink {
    background-image: url(../images/suite2/ping_bg.jpg);
}

.twoColWrapper .breadcrumb, .singleCol .breadcrumb {
    width: 730px;
    border-bottom: 1px solid #d7d7d7;
    font-family: Arial, sans-serif;
    font-size: .63em;
    text-transform: uppercase;
    /*height: 20px;*/
    padding-bottom: 8px;
    padding-top: 10px;
    margin-bottom: 5px;
    padding-left: 10px;
    color: #555555;
}

.twoColWrapper .deptBC {
    border-bottom: 0px;
}

.twoColWrapper .bcEventPad {
    margin-top: 18px;
}

.breadcrumb a { color: #0072bc; text-decoration: none;}

.breadcrumb a:hover { color: #0072bc; text-decoration: underline;}

.bcspacer { margin: 0px 5px 3px 5px;}

.twoColWrapper ul {
    margin-left: 16px;
}

.twoColWrapper ul li {
    width: 250px;
    color: #555555;
    font-family: Arial, sans-serif;
    font-size: .88em;
    margin-bottom: 5px;
}

.twoColWrapper ul.floating, .threeColWrapper ul.floating {
    width: 500px;
    margin-left: 16px;
}

.twoColWrapper ul.floating li, .threeColWrapper ul.floating li {
    float: left;
    width: 250px;
    color: #555555;
    font-family: Arial, sans-serif;
    font-size: .9em;
    margin-bottom: 5px;
    list-style-image: url("../images/lists/gdot.png");
}

.twoColWrapper ul.floating li.wide, .threeColWrapper ul.floaing li.wide {
    width: 500px;
}

.twoColWrapper a {
    color: #0072bc;
    text-decoration: none;
}

.twoColWrapper a:hover { text-decoration: underline;}

/* END 2 COL REGULAR */
/* BEGIN 2 COL RIGHT */
.twoColRWrapper {
    width: 1014px;
    background-color: #FFFFFF;
    padding-bottom: 40px;
}

.nebgcolor {
    background-color: #efefef;
}

.twoColRWrapper .left-col {
    float: left;
    width: 260px;
    background-color: #FFFFFF;
        padding-bottom:40px;
}

.twoColRWrapper .left-col-ne {
    float: left;
    width: 260px;
    margin-left: 0px;
    font-family: Arial, sans-serif;
    position: relative;
}

.twoColRWrapper .left-col-ne h1 {
    margin-bottom:50px;
    font-size: 1.85em;
}

.twoColRWrapper .left-col-ne .menu {
    position: absolute; top: 91px;
    left:20px;
}

.twoColRWrapper .left-col-ne .mainEvent {
    margin-top: 30px;
    width: 260px;
    height: 240px;
}

.twoColRWrapper .left-col-ne a:hover { text-decoration: underline;}

.twoColRWrapper .left-col-ne .mainEventTall {
    margin-top: 30px;
    width: 260px;
    height: 330px;
}

.twoColRWrapper .left-col-ne .mainEvent .eventImageWrap {
    width: 313px;
    height: 211px;
    /*background-image: url(../images/backgrounds/newsevents_featuredImage.jpg); */
    background-repeat: no-repeat;
    padding-top: 3px;
    padding-left: 3px;
    float:left;
    margin-right: 10px;
}

.twoColRWrapper .left-col-ne .mainEvent .eventImageWrapPortrait {
    width: 211px;
    height: 313px;
    /*background-image: url(../images/backgrounds/newsevents_featuredImagePortrait.jpg); */
    background-repeat: no-repeat;
    padding-top: 4px;
    padding-left: 3px;
    float:left;
    margin-right: 10px;
}


.twoColRWrapper .left-col-ne .mainEvent .eventDesc {
    width: 400px;
    float: left;
}

.twoColRWrapper .left-col-ne .mainEvent .eventDesc h2 {
        font-family: Times, serif;
        font-size: .76em;
        color: #363636; 
        text-transform: uppercase;
        font-weight: bold;
        margin-left: 0px;
        margin-top: 5px;
        margin-bottom: 12px;
}

.twoColRWrapper .left-col-ne .mainEvent .eventDesc .city {
    font-family: Arial, sans-serif;
    font-size: .55em;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.twoColRWrapper .left-col-ne .mainEvent .eventDesc .title {
    font-family: Arial, sans-serif;
    font-size: 1.1em;
}

.twoColRWrapper .left-col-ne .mainEvent .eventDesc .desc {
    color: #252525;
    font-size: .8em;
    margin-top: 4px;
}

.twoColRWrapper .left-col-ne .mainEvent .eventDesc .time {
    color: #252525;
    font-size: .7em;
    margin-top: 4px;
    font-weight: bold;
    margin-top: 15px;
}


.twoColRWrapper .left-col-ne .mainEvent .eventDesc .title a {
    color: #0072bc; text-decoration: none;
}

.twoColRWrapper .left-col-ne .mainEvent .eventDesc .title a:hover {
text-decoration: underline;
}

.twoColRWrapper .left-col-ne .moreEvents {
    width: 260px;
    border-top: 1px solid #cccccc;
    margin-bottom: 10px;
    height: 300px;
}

.twoColRWrapper .left-col-ne .moreEvents .event {
    width: 215px;
    float: left;
    margin-left: 5px;
    margin-right: 22px;
}

.twoColRWrapper .left-col-ne .moreEvents .event .title {
    font-family: Arial, sans-serif;
    font-size: 1.1em;
    margin-bottom: 1px;
}

.twoColRWrapper .left-col-ne .moreEvents .event a {
    color: #0072bc; text-decoration: none;
}

.twoColRWrapper .left-col-ne .moreEvents .event a:hover {
    text-decoration: underline;
}

.twoColRWrapper .left-col-ne .moreEvents .event .city {
    font-family: Arial, sans-serif;
    font-size: .55em;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.twoColRWrapper .left-col-ne .moreEvents .event .desc {
    color: #252525;
    font-size: .8em;
    margin-top: 2px;
}


.twoColRWrapper .left-col-ne .moreEvents h2 {
        font-family: Times, serif;
        font-size: .76em;
        color: #363636; 
        text-transform: uppercase;
        font-weight: bold;
        margin-left: 5px;
        margin-top: 10px;
        margin-bottom: 12px;
}


.twoColRWrapper .left-col-ne .rss-link {
    position: absolute; top: 132px;
    left:692px;
}

.twoColRWrapper .left-col-ne .newsevents {
    height: 536px;
    width: 753px;
    background-image: url(../images/backgrounds/newsevents.jpg);
    background-repeat: no-repeat;
    margin-left: 5px;
    margin-top: 0px;
    padding: 8px 12px 8px 12px;
}

.twoColRWrapper .left-col-ne .newseventsTall {
    height: 636px;
    width: 753px;
    background-image: url(../images/backgrounds/newseventsTall.jpg);
}

.newsevents .submenu {
    margin-top: 1px;
}

.twoColRWrapper .left-col-ne h1 {
    margin-left: 10px;
}

.twoColRWrapper .left-col-ne .breadcrumb {
    margin-left: 10px;
}


.twoColRWrapper .left-col .deptBanner {
    margin-left: -10px;
}

.twoColRWrapper .deptOf {
    font-family: Arial, sans-serif;
    color: #333333;
    font-size: .95em;
    margin-top: 16px;
    padding: 0px;
}

.twoColRWrapper .deptName {
    font-family: Caslon, Times, serif;
    color: #333333;
    font-size: 1.9em;   
    margin-top: 12px;
    margin-left: 0px;
    margin-bottom: 8px;
    width: 700px;
}

.twoColRWrapper .eventWrapper {
    width: 720px;
}

.twoColRWrapper .eventWrapper .lc {
    width: 440px;
    float: left;
    margin-right: 30px;
}

.twoColRWrapper .eventWrapper .lc p {
    margin-top: 10px;
}

.twoColRWrapper .eventWrapper h2 {
    font-family: Times, serif;
    font-size: .76em;
    color: #363636; 
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 2px;
    margin-top: 15px;
}

.twoColRWrapper .eventWrapper .rc {
    width: 245px;
    float:left;
}

.twoColRWrapper .eventWrapper .rc .eventDetails {
    color: #363636;
    font-size: .87em;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
}

.twoColRWrapper .deptWrapper {
    width: 720px;
    border-top: 1px solid #d7d7d7;
}

.twoColRWrapper .deptWrapper .lc {
    width: 240px;
    float: left;
}

.twoColRWrapper .deptWrapper .lc .related-links {
    font-size: 1.07em;
}

.twoColRWrapper .deptWrapper .rc {
    width: 460px;
    float: left;
    margin-top: 12px;
    margin-left: 20px;
}

.twoColRWrapper .deptWrapper .rc .bluetext {
    color: #0072bc;
    line-height: 1.5;
    margin-bottom: 20px;
}

.twoColRWrapper .left-col ul.leftnav {
    list-style: none;
    font-size: 1.0em;
    font-family: Arial, sans-serif;
    color: #0072bc;
    margin-top: 30px;
    margin-left: 15px;
    width: 190px;
}

.twoColRWrapper .left-col .parentFolderLink {
    margin-left: 15px;
    margin-top: 30px;
    margin-bottom: -15px;
    color: #0072bc;
    font-size: .88em;
    font-family: Arial, sans-serif;
}

.twoColRWrapper .left-col .parentFolderLink a {
    /*color: #0072bc; */
    color: #0072bc;
    text-decoration: none;
}

.twoColRWrapper .left-col .parentFolderLink a:hover {
    color: #0072bc;
    text-decoration: underline;
}

.twoColRWrapper .left-col ul.leftnav li {
    background-image: url(../images/lists/redarrows.png);
    width: 200px;
    background-repeat: no-repeat;
    background-position: 4px 7px;
    padding: 0px 0px 0px 18px;
    margin-bottom: 8px;
    line-height: 1.35;
}

.twoColRWrapper .left-col ul.leftnav li.active {
    background-image: url(../images/lists/blackarrow.png);
    color: #3a3a3a;
}

.twoColRWrapper .left-col ul.leftnav li ul {    
    list-style: none;
    margin: 10px 0px 10px 0px;
}

.twoColRWrapper .left-col ul.leftnav li ul li {
    
}

.twoColRWrapper .left-col ul.leftnav a {
    /*color: #0072bc; */
    color: #0072bc;
    text-decoration: none;
}

.twoColRWrapper .left-col ul.leftnav a:hover { text-decoration: underline;}

.twoColRWrapper .deptWrapper .related-links ul li {
    float: none;
    /*list-style-image: url("../images/lists/gdot.png"); */
    background: url("../images/lists/gdot_ie.png") no-repeat top left;    
    background-position: 0 .2em; 
    padding-left: 12px;
    list-style: none;
    list-style-image: none;
    font-size: .93em;
    width: 190px;
}

.twoColRWrapper .deptWrapper .related-links {
    font-size: 1.04em;
    margin-left: -5px;
    margin-top: 10px;
}

.twoColRWrapper .left-col .left-col-content p {
    font-family: Arial, sans-serif;
    color: #555555;
    font-size: .9em;
    margin-bottom: 20px;
}

.twoColRWrapper .left-col .left-col-content {
    margin-left: 8px;
    margin-top: 8px;
    width: 580px;
}





.twoColRWrapper .left-col .currentStudentsMenuWrapper {
    width: 765px;
    margin-left: 0px;
    margin-top: 45px;
}


.twoColRWrapper .left-col .currentStudentsMenuWrapper .box{
    width: 160px;
    border-top: 1px solid #c2c2c2;
    float: left;
    margin-right: 20px;
}

.twoColRWrapper .left-col .currentStudentsMenuWrapper .box h2 {
    font-family: Times,serif;

    font-size: 0.74em;

    text-transform: uppercase;

    color: #363636;

    margin-top: 9px;

    margin-right: 0px;

    margin-bottom: 12px;

    margin-left: 4px;

    font-weight: bold;
}

.twoColRWrapper .left-col .currentStudentsMenuWrapper .box ul {
    
}

.twoColRWrapper .left-col .currentStudentsMenuWrapper .box ul li {
    color: #555555;
    font-family: Arial, sans-serif;
    width: 140px;
    font-size: .87em;
    float: none;
    list-style-image: url("../images/lists/gdot.png");
    margin-bottom: 12px;
}


.currentStudentsMenuWrapper h4 {
    font-family: Times, serif;
    font-size: .74em;
    text-transform: uppercase;
    color: #363636;
    margin: 5px 0px 8px 1px;
}


.twoColRWrapper .left-col .featuresContainer {
    width:735px;
    margin-left: -8px;
}

.twoColRWrapper .left-col .featuresContainer .box {
    float: left;
    width: 235px;
    margin-right:10px;
}



.twoColRWrapper .right-col {
    background-color: #FFFFFF;
        font-size: 1.3em;
    width: 706px;
        padding-left:8px;
    float: left;
    position: relative;
        padding-right: 40px;
}

.twoColRWrapper .right-col .breadcrumbs {
    width: 714px;
    font-family: Arial, sans-serif;
    font-size: .5em;
    text-transform: uppercase;
    /*height: 20px; */
    padding-bottom: 8px;
    margin-top: 16px;
    margin-bottom: 5px;
    padding-left: 0px;
    color: #555555;
}

.twoColRWrapper .right-col p {
    font-family: Arial, sans-serif;
    font-size: .68em;
    color: #555555;
    margin: 0px 0px 10px 0px;
    line-height: 1.4;
}

.twoColRWrapper .right-col .syllabi {
    font-family: Arial, sans-serif;
    font-size: .68em;
    color: #555555;
    margin-left: 25px;
    line-height: 1.4;
        margin-bottom: 15px;
}

.twoColRWrapper .right-col h5 {
    font-family: Arial, sans-serif;
    color: #363636;
    font-weight: normal;
    font-size: .7em;
    font-weight: bold;
}


.twoColRWrapper .right-col ol li  {
    margin: 0px 0px 5px 0px;
    font-family: Arial, serif;
    /*list-style-image: url("../images/lists/gdot.png"); */
    background: url("../images/lists/gdot.png") no-repeat top left;    
    background-position: 0 .4em; 
    padding-left: 12px;
    list-style: none;
    list-style-image: none;
    color: #555555;
    width: 400px;
}

.twoColRWrapper .right-col table {
    padding: 0px;
}

.twoColRWrapper .right-col table td {
    padding: 0px;
}

.twoColRWrapper .right-col table p {
    font-family: Arial, sans-serif;
    font-size: .68em;
    color: #555555;
    margin: 0px 0px 0px 0px;
}

.twoColRWrapper .right-col_ne {
    background-image: url(../images/backgrounds/rightcol_ne.jpg);
    background-repeat: repeat-x;
    width: 754x;
    float: left;
}

.twoColRWrapper .dept2pink {
    background-image: url(../images/suite2/ping_bg.jpg);
}

.twoColRWrapper .breadcrumb, .singleCol .breadcrumb {
    width: 730px;
    border-bottom: 1px solid #d7d7d7;
    font-family: Arial, sans-serif;
    font-size: .63em;
    text-transform: uppercase;
    /*height: 20px;*/
    padding-bottom: 8px;
    padding-top: 10px;
    margin-bottom: 5px;
    padding-left: 10px;
    color: #555555;
}

.twoColRWrapper .deptBC {
    border-bottom: 0px;
}

.twoColRWrapper .bcEventPad {
    margin-top: 18px;
}

.breadcrumb a { color: #0072bc; text-decoration: none;}

.breadcrumb a:hover { color: #0072bc; text-decoration: underline;}

.bcspacer { margin: 0px 5px 3px 5px;}

.twoColRWrapper ul {
    margin-left: 16px;
}

.twoColRWrapper ul li {
    width: 250px;
    color: #555555;
    font-family: Arial, sans-serif;
    font-size: .88em;
    margin-bottom: 5px;
}

.twoColRWrapper ul.floating, .threeColWrapper ul.floating {
    width: 500px;
    margin-left: 16px;
}

.twoColRWrapper ul.floating li, .threeColWrapper ul.floating li {
    float: left;
    width: 250px;
    color: #555555;
    font-family: Arial, sans-serif;
    font-size: .9em;
    margin-bottom: 5px;
    list-style-image: url("../images/lists/gdot.png");
}

.twoColRWrapper ul.floating li.wide, .threeColWrapper ul.floaing li.wide {
    width: 500px;
}

.twoColRWrapper a {
    color: #0072bc;
    text-decoration: none;
}

.twoColRWrapper a:hover { text-decoration: underline;}

/* END 2 COL RIGHT */
.quickSearch {
    position: relative;
    background-image: url(../images/backgrounds/quicksearch.jpg);
    width: 458px;
    height: 98px;
    background-repeat: no-repeat;
    margin-left: -3px;
    margin-top: 16px;
}

.quickSearch form input {
    position: absolute;
    top: 62px;
    left: 135px;
    width: 300px; height: 16px;
    border: 0px;
    background-image: url(../images/backgrounds/askusLarge_input-bg.jpg);
    background-repeat: repeat-x;
    font-size: .8em;
    padding: 4px 0px 0px 5px; 
    color: #696969;
}

.quickSearch .infoText { 
    font-size: .7em;
    color: #434343;
    position: absolute; top: 35px; left: 13px;
}

.quickSearch .go-button {
    position: absolute; top: 62px;
    left: 412px;
}

.quickSearch .keywords {
    position: absolute; top: 62px; left: 14px;
}
.askUs {
    position: relative;
    background-image: url(../images/backgrounds/askus.jpg);
    width: 458px;
    height: 98px;
    background-repeat: no-repeat;
    margin-left: -3px;
    margin-top: 16px;
}

.askUs form input {
    margin-top: 62px;
    margin-left: 10px;
    width: 400px; height: 16px;
    border: 0px;
    background-image: url(../images/backgrounds/askusLarge_input-bg.jpg);
    background-repeat: repeat-x;
    font-size: .8em;
    padding: 4px 0px 0px 5px; 
    color: #696969;
}

.askUs .askus-button {
    position: absolute;
    left: 394px;
    height: 20px;
    width: 30px;
    background-image: url(../images/buttons/search-go.jpg);
    background-repeat: no-repeat;
}

.askUsSmallWrap {
    height: 120px;
    float:left;
}

.askUsSmall {
    position: relative;
    background-image: url(../images/backgrounds/rightcol_askus.jpg);
    width: 247px;
    height: 108px;
    background-repeat: no-repeat;
    margin-left: -2px;
    margin-top: 10px;
    margin-bottom: 8px;
    border-top: 0px;
    float: left;
}

.askUsSmall form input {
    margin-top: 75px;
    margin-left: 12px;
    width: 185px; height: 16px;
    border: 0px;
    background-image: url(../images/backgrounds/askus_input-bg.jpg);
    background-repeat: no-repeat;
    font-size: 1.1em;
    padding: 4px 0px 0px 5px; 
    color: #696969;
}

.askUsSmall .submit-button{
    position: absolute; top: 75px;
    left: 202px;
}

/* START FEATURE BOX */
.feature-box {
    border-top: 1px solid #c2c2c2;
    width: 235px;
    margin: 30px 0px 0px 8px;
    padding: 6px 0px 10px 0px;
}

.aboutUsSmallSpacer {
    width: 235px;
    margin: 5px 0px 0px 8px;
    padding: 0px 0px 0px 0px;
    font-size: .1em;
}

.feature-box h2 {
    font-family: Times, serif;
    font-size: .725em;
    text-transform: uppercase;
    color: #363636;
    margin: 0px 0px 8px 4px;
    font-weight: bold;
}

.noTopBorder {
    border: 0px;
    margin-top: 10px;
}

h2.moreEvents {
    font-family: Arial, sans-serif;
    font-size: .9em;
    border-bottom: 1px solid #bbbbbb;
    color: #363636;
    margin: 7px 0px 0px 4px;
    font-weight: bold;
    text-transform: none;
    padding-bottom: 7px;
}

.feature-box .title {
    color: #850820;
    font-family: Arial, sans-serif;
    font-size: 1.1em;
    margin: 6px 0px 3px 4px;
}

.feature-box a {
    color: #850820;
    text-decoration: none;
}

.feature-box a:hover {
    text-decoration: underline;
}

.feature-box .teaser {
    color: #363636;
    font-size: .74em;
    color: #363636;
    line-height: 1.25;
    margin: 0px 0px 5px 4px;
    padding-right: 5px;
}

.feature-box .event-date-location {
    color: #363636;
    font-size: .86em;
    font-weight: bold;
    margin-left: 4px;
    margin-top: 1px;
    width: 210px;
}

.feature-box .date {
    color: #363636;
    font-size: .89em; font-weight: bold; margin-left: 4px; margin-top: 3px;
    margin-bottom: 0px;
}

.feature-box .event-date-location a {
    color: #0072bc; font-size: 1.3em; font-weight: normal;
}

.feature-box .event-summary {
    font-size: .78em;
    color: #363636;
    margin-left: 4px;
    margin-top: 3px;
}

.feature-box .location {
    text-transform: uppercase;
    font-size: .55em;
    margin-left: 4px;
    margin-top: 25px;
}

.feature-box .firstEvent {
    margin-top: 10px;
}

/* END FEATURE BOX */

/* RELATED LINKS */
.related-links {
    border-top: 1px solid #d7d7d7;
    width:222px;
    margin-left: 12px;
    padding-top: 7px;
    margin-top: 35px;
}

.related-links ul {
    margin: 10px 0px 0px 6px;
    font-size: .88em;
    color:#555555;
}

/*
.related-links ul li {
    margin-bottom: 8px;
    list-style-image: url("../images/lists/gdot.png");
}

*/

.related-links ul li a {
    color: #0072bc; text-decoration: none;
    
}

.related-links ul li a:hover {
    text-decoration: underline;
}


.related-links h4 {
    font-family: Times, serif;
    font-size: .78em;
    text-transform: uppercase;
    color: #363636;
    margin: 0px 0px 3px 4px;
}
/* RELATED LINKS */


/* NEWS AND EVENTS FOR HOME */
.newsevents_home_menu {
    position: absolute; top: 17px;
    left: 20px;
}

.newsevents_home_rss {
    position: absolute; top: 22px;
    left: 440px;
}

.newsevents_home {
    background-image: url(../images/backgrounds/home_news.jpg);
    background-repeat: repeat-y;
    border-top: 1px solid #eeeeee;
    margin-bottom: 0px;
    padding-bottom : 0px;
    padding-top: 14px;
    margin-top:50px;
    width: 496px;
}

.newsevents_home .newsItem {
    margin: 12px;
    width: 450px;
}

.newsevents_home .newsItem .thumb {
    float: left; margin-right: 5px;
}

.newsevents_home .hasThumb {
    min-height: 85px;
}

.newsevents_home .newsItem .city {
    font-size: .42em;
    text-transform: uppercase;
    margin-bottom: 1px;
}

.newsevents_home .newsItem .title {
    font-size: .85em;
}

.newsevents_home .newsItem .title a {
    text-decoration: none;
    color: #0072bc;
}

.newsevents_home .newsItem .title a:hover { text-decoration: underline;}

.newsevents_home .newsItem .desc {
    font-size: .58em;
    color: #363636;
    line-height: 1.25;
    margin-bottom: 20px;
    
}

.newsevents_home .rmn { width: 200px; margin-left: 14px; font-size: .49em; }

.newsevents_home .rmn .link { float: left; margin-top: 3px;}

.newsevents_home .rmn .link a {
    color: #0072bc;
    text-decoration: none;
    text-transform: uppercase;  
}

.newsevents_home .rmn .imglink {
    margin-top: 0px; margin-left: 4px;
}
.newsevents_home .rmn a:hover {
    text-decoration: underline;
}
/* END NEWS AND EVENTS FOR HOME */

/* MISC */


.shareBox {
    float: right;
    width: 160px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 5px; 
    padding-bottom: 10px;
    margin-left: 2px;
}

.share-box {
    width: 240px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

.share-box .option {
    margin-top: 6px;
    margin-bottom: 6px;
}

.admissionsWrapper {
    width: 482px;
    margin-top: 20px;
    margin-left: 0px;
}

.admissionsWrapper .lc, .admissionsWrapper .rc {
    width: 230px;
    float: left;
    font-size: .68em;
    color: #555555;
    border-top: 1px solid #d7d7d7;
    padding-top: 5px;
    margin-right: 20px;
    font-family: Arial, sans-serif;
}

.admissionsWrapper .rc .infoBox {
    margin-bottom: 23px;
    width: 200px;
}

.admissionsWrapper .rc {
    margin-right: 0px;
}

.admissionsWrapper .lc .button {
    margin-top: 8px;
    margin-bottom: 8px;
}

.admissionsWrapper .rc .cHeader, .admissionsWrapper .lc .cHeader {
    font-weight: bold;
    font-family: Arial, sans-serif; margin-bottom: 5px;
    color: #333333;
}

.admissionsWrapper .rc .cHeaderTimes, .admissionsWrapper .lc .cHeaderTimes {
    font-family: Times,serif;
    font-size: 0.83em;
    text-transform: uppercase;
    color: #363636;
    margin-top: 2px;
    margin-right: 0px;
    margin-bottom: 3px;
    margin-left: 4px;
    font-weight: bold;
}


/* END MISC */

/* START FOOTER */
.footer {
    position: relative;
    height: 200px;
    width: 1014px;
    clear: both;
    
}

.footer .logo {
    position: absolute; top: 20px; left: 12px;
}

.footer .location1 {
    position: absolute; top: 26px; left: 180px;
    line-height: 1.4;
    font-family: Arial, sans-serif;
    font-size: .76em;
    color: #FFFFFF;
    width: 130px;
}

.footer .location2 {
    position: absolute; top: 26px; left: 355px;
    line-height: 1.4;
    font-family: Arial, sans-serif;
    font-size: .76em;
    color: #FFFFFF;
    width: 160px;
}

.footer .mapit {
    margin: 7px 0px 0px 0px;
}

.footer .links {
    width: 220px;
    height: 200px;
    background-repeat: no-repeat;
    position: absolute; top: 35px; left: 780px;
    font-size: .74em;
    padding: 0px 0px 0px 10px;
    line-height: 1.5;
}

.footer .emp_links {
    background-image: url(../images/backgrounds/emp_footer.gif);
    width: 220px;
    height: 200px;
    background-repeat: no-repeat;
    position: absolute; top: 35px; left: 700px;
    font-size: .74em;
    padding: 0px 0px 0px 10px;
    line-height: 1.5;
}

.footer .emp_links a {
    color: #FFFFFF;
    text-decoration: none;
}

.footer .emp_links a:hover {
    text-decoration: underline;
}
.footer .social {
    position: absolute; top: 33px;
    left: 960px;
}

.footer .social .button {
    margin-bottom: 2px;
}

.footer .links a {
    color: #FFFFFF;
    text-decoration: none;
}

.footer .links a:hover {
    text-decoration: underline;
}
.footer2 {
    position: relative;
    height: 200px;
    width: 975px;
    clear: both;
    background-color: #092544;
    
}

.footer2 .logo {
    position: absolute; top: 20px; left: 12px;
}

.footer2 .location1 {
    position: absolute; top: 26px; left: 180px;
    line-height: 1.4;
    font-family: Arial, sans-serif;
    font-size: .76em;
    color: #FFFFFF;
    width: 130px;
}

.footer2 .location2 {
    position: absolute; top: 26px; left: 355px;
    line-height: 1.4;
    font-family: Arial, sans-serif;
    font-size: .76em;
    color: #FFFFFF;
    width: 160px;
}

.footer2 .mapit {
    margin: 7px 0px 0px 0px;
}

.footer2 .links {
    background-image: url(../images/backgrounds/footer.gif);
    width: 220px;
    height: 200px;
    background-repeat: no-repeat;
    position: absolute; top: 35px; left: 745px;
    font-size: .74em;
    padding: 0px 0px 0px 10px;
    line-height: 1.5;
}

.footer2 .social {
    position: absolute; top: 33px;
    left: 925px;
}

.footer2 .social .button {
    margin-bottom: 2px;
}

.footer2 .links a {
    color: #FFFFFF;
    text-decoration: none;
}

.footer2 .links a:hover {
    text-decoration: underline;
}

/* END FOOTER */

.viewCalendar {
    margin-left: 140px;

}

a:focus, a:hover, a:active { outline:none }
.hideText { color: #ffffff; font-size: 1px; }

/* BEGIN SEARCH */
.singleCol {
    background-color: #FFFFFF;
    padding-bottom: 40px;
    margin-left: 50px;
}

.singleColWrapper {
    width: 1014px;
    background-color: #FFFFFF;
}

.searchPagination, .searchBPagination {
    color: #353535;
    font-weight: bold;
    font-size: .85em;
    margin-bottom: 24px;
    margin-top: 18px;
}

.searchPagination a, .searchResult a, .searchBPagination a {
    color: #0072bc; text-decoration: none;
    
}
.searchPagination a:hover, .searchResult a:hover, .searchBPagination a:hover {
    color: #0072bc; text-decoration: none;
    
}

.searchPagination span { font-weight: normal;}

.searchResult {
    font-size: .88em;
    width: 650px;
    color: #555555;
    line-height: 1.3;
    margin-bottom: 25px;
}

.searchResult .title { font-weight: bold;}

.searchBPagination {
    width: 730px;
    border-top: 1px solid #d7d7d7;
    padding-top: 8px;
    margin-top: 45px;
    margin-bottom: 50px;
}

/* END SEARCH */

.spifWrapReg {
    width: 234px;
    height: 110px;
    /*background-image: url(../images/spifs/reg_bg.png); */
    background-repeat: no-repeat;
    padding-top: 3px;
    padding-left: 4px;
}

.spifWrapVid {
    width: 234px;
    height: 178px;
    /*background-image: url(../images/spifs/vid_bg.png); */
    background-repeat: no-repeat;
    padding-top: 3px;
    padding-left: 4px;
}

.featureImgWrap {
    width: 489px;
    height: 225px;
    /*background-image: url(../images/backgrounds/feature_bg.png);*/
    background-repeat: no-repeat;
    padding-top: 3px;
    padding-left: 4px;
    margin-left: -5px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.featureImage {

}

.eventImgWrap {
    width: 399px;
    height: 301px;
    /*background-image: url(../images/backgrounds/eventphoto_bg.png);*/
    background-repeat: no-repeat;
    padding-top: 3px;
    padding-left: 4px;
}

.eventImgWrapPortrait {
    /*background-image: url(../images/backgrounds/eventphoto_bg_port.png); */
    height: 399px;
    width: 301px;
    background-repeat: no-repeat;
    padding-top: 4px;
    padding-left: 5px;
}

.twoColBranding .left-col .lc-content .feature-box a {
    color: #850820;
    text-decoration: none;
}

.twoColBranding .left-col .lc-content .feature-box a:hover {
        text-decoration: underline;
}

/* SUITE 2 CSS */
ul.rightnav {
    list-style: none;
    font-size: .86em;
    font-family: Arial, sans-serif;
    color: #0072bc;
    margin-top: 10px;
    margin-left: 0px;
    width: 225px;
}

ul.rightnav li {
    background-image: url(../images/lists/redarrows.png);
    width: 200px;
    background-repeat: no-repeat;
    background-position: 4px 6px;
    padding: 0px 0px 0px 18px;
    margin-bottom: 8px;
    line-height: 1.35;
}

ul.rightnav a {
    /*color: #0072bc; */
    color: #0072bc;
    text-decoration: none;
}

ul.leftnav a:hover { text-decoration: underline;}


.threeColWrapper .right-col_lighter {
    background-color: #F2F2F2;
    width: 252px;
    float: left;
    padding-bottom: 15px;
}

.threeColWrapper .right-col_nobg {
    width: 252px;
    float: left;
    padding-bottom: 15px;
    margin-top: 0px;
    padding-top: 0px;
}

.threeColWrapper .boldTitle{
    font-weight: bold;
    font-family: Arial,sans-serif;
    margin-bottom: 3px;
    margin-left: 6px;
    margin-top: 1px;
    color: #464646;
    font-size: .87em;
}

.threeColWrapper .right-col_nobg .regText {
    font-size: .87em;
    line-height: 1.42;
    color: #676767;
    margin-left: 6px;
    margin-bottom: 25px;
    font-family: Georgia, serif;
}

.threeColWrapper .right-col_nobg .regText span { font-weight: bold; color: #464646;}

.threeColWrapper .right-col_nobg .regText a {
    color: #1f7cae;
}

.bookImage {
    float: left;
    width: 95px;
    margin-top: 2px;
}

.bookImage .link {
    color: #0088c9;
    text-decoration: none;
    font-size: .67em;
    text-transform: uppercase;
    margin-left: 4px;
    margin-top: 5px;
    width: 80px;
}

.bookImage .link a {
    text-decoration: none;
    color: #0088C9;
}
.bookImage .link a:hover { text-decoration: underline;}

.bookInfo {
    float: left;
    width: 120px;
    margin-top: 2px;
}

.bookTitle {
    color: #971827;
    font-size: 1.2em;
}

.bookThumb {
    /*background-image: url(../images/suite2/book_bg.jpg);*/
    height: 128px;


    width: 85px;
    padding-left: 3px;
    padding-top: 3px;
}

.bookQuote {

    font-size: .85em;
    margin-top: 2px;
    line-height: 1.3;
}


.bookQuote span { font-weight: bold; color: #414141;}

.leftColButtonLink { margin-left: 6px; margin-bottom: 2px;}

.interiorSection {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #d7d7d7;
    width: 480px;
    margin-top: 25px;
}

.interiorSection .head {
    font-family: Times,serif;
    font-size: 0.57em;
    text-transform: uppercase;
    color: #363636;
    margin-top: 14px;
    margin-right: 0px;
    margin-bottom: 16px;
    margin-left: 4px;
    font-weight: bold;
}

.deptWrapper .interiorSection .head { font-size: .72em;}

.interiorSection .event {
    width: 210px;
    float: left;
    margin-left: 5px;
    margin-right: 0px;
    margin-bottom: 25px;
}

.interiorSection .intEL {
    margin-right: 40px;
}

.interiorSection .event .title {
    font-family: Arial, sans-serif;
    font-size: .85em;
    margin-bottom: 2px;
}

.deptWrapper .interiorSection .event .title { font-size: 1.1em;}

.interiorSection .event .city {
font-family: Arial, sans-serif;
font-size: .43em;
    text-transform: uppercase;
    margin-bottom: 1px;
}

.deptWrapper .interiorSection .event .city { font-size: .54em;}

.interiorSection .event .desc {
    color: #252525;
    font-size: .59em;
    margin-top: 2px;
}

.deptWrapper .interiorSection .event .desc { font-size: .75em;}

.interiorSection .event a {
    color: #0072bc; text-decoration: none;
}


.interiorSection .event a:hover {
    text-decoration: underline;
}

.feature-box .funnyPad {
    margin-left: 6px;
    margin-bottom: 24px;
}

.admissionsWrapper .event .city {
    font-family: Arial, sans-serif;
    font-size: .6em;
    text-transform: uppercase;
    margin-bottom: 1px;
}

.admissionsWrapper .event {
    width: 210px;
    margin-left: 5px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-top: 12px;
}

.admissionsWrapper .event .date { font-weight: bold; font-size: .98em; color: #464646;}

.admissionsWrapper .event .title {
    font-family: Arial, sans-serif;
    font-size: 1.25em;
    margin-bottom: 2px;
    color: #464646;
}

.admissionsWrapper .event .desc {
    color: #252525;
    font-size: .84em;
    margin-top: 2px;
}

.admissionsWrapper .event a {
    color: #0072bc; text-decoration: none;
}

.admissionsWrapper .event a:hover {
    text-decoration: underline;
}

.admissionsWrapper .feature-box { border-top: 0px; margin-top: 0px; margin-left: 0px; }

.admissionsWrapper .feature-box .title { font-size: 1.25em; margin-top: 0px;}

.admissionsWrapper .feature-box .teaser { font-size: .84em;}

.right-col_nobg .feature-box, .right-col_lighter .feature_box { margin-top: 8px;}

.right-col_nobg .feature-box h2 { margin-bottom: 5px;}

.admissionsWrapper .feature-box .link {
    text-decoration: none;
    font-size: .69em;
    text-transform: uppercase;
    margin-left: 4px;
    margin-top: 4px;
}

.feature-box .funnyPad {
    margin-left: 6px;
    padding-bottom: 10px;
}

.pinkBox {
    margin-left: -10px; padding-bottom: 18px;
    background-color: #f6f2ea; width: 492px;
}

.pinkBox .title { font-size: .82em; margin-top: 0px; margin-left: 10px; margin-top: 12px;}

.pinkBox .title a:hover { text-decoration: underline;}

.pinkBox .title a { text-decoration: none; color: #98172a;}

.pinkBox .teaserText { color: #363636;
font-size: .59em;
color: #363636;
line-height: 1.25;
margin: 0px 0px 0px 10px;}


.interiorSection .feature-box {
    border-top: 0px; margin: 20px 0px 0px -3px;
    float: left;
}

.interiorSection .noTopMargin { margin-top: 0px;}

.interiorSection .isfbLeft { margin-right: 16px;}

.interiorSection .feature-box .teaser { font-size: .6em;}

.interiorSection .feature-box .title { font-size : .85em;}

.interiorSection .feature-box .date { font-size: .55em; margin-bottom: 3px;}

.threeColWrapper ul.floating li { font-size: .7em;}

.threeColWrapper ul.floating { margin-top: 0px; margin-bottom: 10px;}

.deptWrapper .feature-box .title { font-size: 1.1em;}

.deptWrapper .feature-box .teaser { font-size: .78em;}

.deptRCNewsImage {
    margin-left: 2px;
}

.deptRCNewsText {
    font-size: .87em;
    color: #363636;
    line-height: 1.2;
    margin-left: 2px;
    margin-top: 5px;
}

/*
.threeColWrapper .right-col_nobg .right-col_lighter .feature_box { margin-top: 30px;}


.right-col_nobg .feature-box, .right-col_lighter .feature_box { margin-top: 30px;}
*/

/*.right-col_nobg .right-col_lighter .feature_box { margin-top: 30px;}*/

 h4 a { color: #0072bc; text-decoration: none;}
 h4 a:hover { color: #0072BC; text-decoration: underline;}

h3 a { color: #0072bc; text-decoration: none;}
 h3 a:hover { color: #0072BC; text-decoration: underline;}
.left-col .wantto ul { padding-top: 18px; }

.right-col_nobg .right-col .feature-box { margin-top: 30px ;}

.right-col_lighter .feature-box { margin-top: 30px;}

.rcContainer .feature-box, .rcContainer .related-links { padding-top: 15px; margin-top: 15px;}

.rcContainer2 {
    padding-bottom: 18px;
}
table td { padding: 10px;}

/* NEWS EVENTS CALENDAR HEIGHT FIX */
.moreEvents {
    
}

.spifNOBG {
    background-image: none;
}

/* FIX FOR DEPARTMENT LISTS WIDTH */
.deptWrapper .rc ul, .deptWrapper .rc ol {
    margin-top: 0px;
    margin-bottom: 20px;
}

.deptWrapper .rc ul li, .deptWrapper .rc ol li  {
    margin: 0px 0px 5px 0px;
    font-family: Arial, serif;
    /*list-style-image: url("../images/lists/gdot.png"); */
    background: url("../images/lists/gdot.png") no-repeat top left;    
    background-position: 0 .4em; 
    padding-left: 12px;
    list-style: none;
    list-style-image: none;
    color: #555555;
    width: 400px;
}

.breadcrumb .bcspacer {
    margin-bottom: 1px;
}
/* start google custom search additions */
.gsctop .gsc-control-searchbox-only, .gsctop .gsc-control-searchbox-only-en
{
 position: absolute; top: 10px; left: 710px; /* "left:730px;" works for chrome and ff on win7, "left:745px;" works for i.e.9 on win7 */
 height: 90%;
 width: 33%;
 float: right;
 padding: 0px 5px 0px 0px;
}
.gsctop .gsc-input
{
  width: 85%;
}
.gsctop .gsc-search-button input
{
 text-align: left;
 background-repeat: no-repeat;
 padding: 0px 0px 0px 0px;
 background-color: #006066;
 color: #ffffff;
}
.gsctop .gsc-clear-button
{
 width: 1%;
 visibility: hidden;
}
/* end google custom search additions */

.facultyListing p { padding-bottom: 15px;}