@CHARSET "UTF-8";
/*
 * Main Style Sheet
 * Boston College NRCPDS
 * Apr 2011
 * 
 * Main Font Families are:
 * Serif: Georgia, Times, Times New Roman, serif;
 * Sans: Helvetica, "Helvetica Neue", Arial, sans-serif;
 * 
 */

/* Basic Classes */
div.clear, div.microspacer, div.spacer1, div.spacer2, div.spacer-page {
    clear:both;
    height:0px;
    overflow: hidden;
}

div.microspacer { height: 0.5em }
div.spacer1 { height: 1em }
div.spacer2 { height: 2em }
div.spacer-page { height:19px }

.hidden { display:none}


/* Basic Tags */
strong { font-weight: bold }
em   { font-style: italic }
acronym { cursor: default }
a    { text-decoration: none; cursor: pointer; color:#781126; }
a:hover { text-decoration: underline; cursor: pointer; }
pre   { line-height: 1.5em; white-space: pre-wrap; }
pre img { margin: 0px !important; }
s, 
strike, 
del   { text-decoration: line-through }
sub, sup{ font-size: .83em }
sub   { vertical-align: sub }
sup   { vertical-align: super }
tr, td { vertical-align: top }
textarea { resize: none }

a.accesibility { display:none }

/* General Layout Control */

body {
    text-align:center;
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
    background:transparent url('/etc/designs/bc/schools/gssw/nrcpds/images/bg_chrome.png') 0 0 repeat;
    line-height:1.2em;
    font-size:10pt;
}

div#site-wrapper {
    width:988px;
    margin: 0px auto;
    padding-bottom:42px;
}
div#top-area { height:32px; padding:6px 0px 5px 0px; }

div#top-area div#searchbox {float:right;position:relative;}

div#top-area div#searchbox label,
div#top-area div#searchbox input.textbox {
    color:#808080;
    font-size:12px; 
}

div#top-area div#searchbox label {
    display:none;
    height:23px;
    line-height:23px;
    float:left;
    position:absolute;
    top:0;
    left:7px;
    text-transform:lowercase;
}
div#top-area div#searchbox input.textbox {
    background: url("") no-repeat scroll left center #F7F3E3 !important;
    border-top:1px solid #acaa9e;
    border-left:1px solid #acaa9e;
    border-right:1px solid #f6f4f1;
    border-bottom:1px solid #f6f4f1;    
    width:167px;
    height:19px;
    padding:0px 6px;
    line-height:19px;
}
#cse-search-results {
    margin-top: -20px;
    }
div#site-wrapper div#page-body {
    border:1px solid #b8ad98;
    padding:6px 5px;
    background-color:#FFF;
}

div#header {
    background:#f7f3e3 url('/etc/designs/bc/schools/gssw/nrcpds/images/bg_header.gif') 0 0 repeat-x;
    height:146px;
    border-bottom:1px solid #c4bdaa;
    text-align:left;
}

div#header div.logo {
    background:transparent url('/etc/designs/bc/schools/gssw/nrcpds/images/logo_header.png') 0 0 no-repeat;
    width:112px;
    height:112px;
    float:left;
    margin-top:15px;
    margin-left:26px;
}
.logo a {
    float: left;
    height: 112px;
    width: 112px;
}
/* UPDATED LOGO CODE */
div#header h1 a{
	left: -9999em;
    overflow: hidden;
    position: absolute;
    width: 1em;
}

div#header h1.title {
	background: transparent url('/etc/designs/bc/schools/gssw/nrcpds/images/logo_header_wordmark_nrcpds.png') 0 0 no-repeat;
    color:#781126;
	height: 67px;
    font-size:24px;
    line-height:34px;
    font-family:Georgia,Times, "Times New Roman", serif;
    float:left;
    width:500px;
    margin-left:0;
    margin-top:37px;
}

/* div#header h1.title {
    color:#781126;
    font-size:24px;
    line-height:34px;
    font-family:Georgia,Times, "Times New Roman", serif;
    float:left;
    width:400px;
    margin-left:20px;
    margin-top:35px;
} */


h1.title a:hover {
text-decoration:none;
}
ul.quicklinks {float:right;font-size:12px;line-height:1em;margin-top:12px;margin-right:22px;}
ul.quicklinks, ul.quicklinks a {color:#666666;}
ul.quicklinks li {
    float:left;
    padding:0px 5px 0px 6px;
    background:transparent url('/etc/designs/bc/schools/gssw/nrcpds/images/separator_quicklinks.gif') center left no-repeat;
    height:16px;
    line-height:16px;
}
ul.quicklinks li:first-child { padding-left:0px; background:transparent none;}
ul.quicklinks li a {text-decoration:none}
ul.quicklinks li a:hover {text-decoration:underline}
ul.quicklinks li.socialmedia .icon {
    width:16px;
    height:16px;
    overflow:hidden;
    display:block;
    float:left;
    margin:0px 2px;
    background:transparent url('/etc/designs/bc/schools/gssw/nrcpds/images/sprites_socialmedia_small.png') 0 0 no-repeat;
    text-indent:-999em;
    position:relative;
}
ul.quicklinks li.socialmedia .icon:hover {text-decoration:none}
ul.quicklinks li.socialmedia .icon:active {position:relative;top:1px;}

ul.quicklinks li.socialmedia .linkedin {background-position:-19px 0}
ul.quicklinks li.socialmedia .twitter {background-position:-38px 0}
ul.quicklinks li.socialmedia .rss {background-position:-57px 0}


div#header div.login-form {
    float:right;
    clear:right;
    margin-top:18px;
    width:370px;    
    margin-right:22px;
}

div#header div.login-form div.field-single {
    float:left;
    position:relative;
    height:23px;
    margin-left:4px;
    margin-bottom:10px;
}
div#header div.login-form div.field-check {float:left;clear:left;margin-left:4px;vertical-align:middle;}
div#header div.login-form div.field-check label {position:relative;top:-1px;}

div#header div.login-form div.link {float:left;margin-left:76px;}
div#header div.login-form div.link a {font-style:italic;}

div#header div.login-form label,
div#header div.login-form input.textbox,
div#header div.login-form div.link a {
    color:#666;
    height:19px;
    line-height:19px;
    font-size:12px;
}
div#header div.login-form div.field-single label {
    position:absolute;
    display:block;
    float:left;
    top:0;
    left:7px;
    text-transform:lowercase;
}

div#header div.login-form div.field-single input.textbox {
    background-color:#e6e1cc;
    border-top:1px solid #cfcab7;
    border-left:1px solid #cfcab7;
    border-right:1px solid #f8f7f3;
    border-bottom:1px solid #f8f7f3;
    padding:0px 6px;
    width:167px;
}
div#header div.login-form div.button-placeholder {float:right;position:relative;top:-2px;}
div#header div.login-form .button {
    border:0px none;
    background:transparent url('/etc/designs/bc/schools/gssw/nrcpds/images/btn_green_smaller.png') 0 0 no-repeat;
    width:33px;
    height:21px;
    font-size:14px;
    font-family:Georgia, Times, "Times New Roman", serif;
    color:#fff;
    text-transform:lowercase;
    font-weight:bold;
    padding-bottom:4px;
    cursor:pointer;
}
div#header div.login-form .button:active {position:relative;top:1px;}

div#main-menu {
    height:40px;        
    line-height:40px;
    background:#600 url('/etc/designs/bc/schools/gssw/nrcpds/images/bg_bar_maroon_fade') 0 0 no-repeat;
    color:#fff;
    margin-top:3px;
    position:relative;
    z-index: 1000;
}
div#main-menu ul.menu li {
    float:left;
    background:transparent url('/etc/designs/bc/schools/gssw/nrcpds/images/separator_menu.gif') center left no-repeat;
    position: relative;
}
div#main-menu ul.menu li:first-child { background:transparent none }
div#main-menu ul.menu li.last {float:right}

div#main-menu ul.menu li a {
    color:#fff;
    font-family:Georgia, Times, "Times New Roman", serif;
    font-size: 18px;
    padding: 0px 33px;
    line-height:40px;
    height:40px;
    display:block;
}
div#main-menu ul.menu li a:hover {
    background-color:#f5f2de;
    color:#781126;
    text-decoration:none;
}

div#main-menu ul.menu li ul {
    position:absolute;
    top:auto;
    left:-30px;
    border:1px solid #ffffff;
    border-top:0px none;
    background-color:#f5f2de;
    text-align:left;
    display:none;
}
div#main-menu ul.menu li:first-child ul {left:0px} 
div#main-menu ul.menu li:hover ul {display:block}
div#main-menu ul.menu li ul li {height:auto;float:none;padding:0;background:transparent none;}
div#main-menu ul.menu li ul li a {
    padding:6px 13px;
    border:0px none;
    line-height:1em;
    color:#808080;
    font-size:14px;
    font-family:Helvetica, "Helvetica Neue", Arial, sans-serif;
    height:1em;
    white-space:nowrap;
}
div#main-menu ul.menu li ul li a:hover {color:#781126;text-decoration:none;}

div#banner {
    width:976px;
    height:311px;
    overflow:hidden;
    margin:1px 0px;
}

div#banner div.dummy-banner {
    background:#FFF url('/etc/designs/bc/schools/gssw/nrcpds/images/dummy_bannerimage.png') 0 0 no-repeat;
    width:976px;
    height:311px;
}

body hr.decorated { width: 100%; height: 1px; color: #c4bdaa; border: none; margin: 2px auto; } /* MSIE */
HTML>BODY hr.decorated{ width: 100%; height: 1px; background-color: #c4bdaa; border: 0px solid #c4bdaa; margin: 2px auto; } /* For Opera and Gecko-based browsers */

div.decoration-banner {background:#600 url('/etc/designs/bc/schools/gssw/nrcpds/images/bg_bar_maroon_fade') 0 0 no-repeat;height:20px;margin-bottom:2px;}
div.decoration-footer {background-color:#d6cfbb;height:10px;overflow:hidden;margin-top:7px;}

/* Content Boxes & Sidebar Boxes */
div.home-boxes {padding-bottom:8px;padding-top:10px;}
div.home-boxes .box {text-align:left;float:left;}
div#sidebar .box {border-bottom:15px solid #fff}
div.home-boxes .box h2,
div#sidebar .box h2,
div#sidebar .header h3
     {
    color:#fff;
    height:30px;
    line-height:35px;
    font-size:16px;
    font-family:Georgia, Times, "Times New Roman", serif;
    margin-bottom:4px;
    padding:0px 15px;
    border-bottom:5px solid #999;
    font-weight:bold;
}

div#sidebar .box h2, div#sidebar .header h3 {
    margin-bottom:0px;
    border-bottom:5px solid #B5A482;
    }
div#sidebar .news-item h3 a {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 10px;
    }
.abstract span.highlight {
        color: #9F8C6B;
    display: block;
    font-size: 10px;
    line-height: 1em;
    margin-bottom: 6px;
    text-transform: uppercase;
}
div.html.section {
    margin-bottom: 0px;
}

div.home-boxes .box .container,
div#sidebar .box .container {padding:13px 16px;min-height:152px;color:#7f7f7f;}
div.home-boxes .videospotlight .container {padding:0;min-height:178px;}
div.home-boxes .newsandevents {width:660px;}
div#sidebar .box .container {background-color:#ede6ce;}

/**day cq **/
div#sidebar #calloutbox, div#sidebar .newslisting.section {background-color:#ede6ce; border-bottom: 15px solid #FFFFFF; margin-bottom:0px;}
div#sidebar #calloutbox .callout, div#sidebar .newslisting.section .newslisting {padding:13px 16px;min-height:152px;color:#7f7f7f;}

div.home-boxes .newsandevents .container,
div.home-boxes .toolsandresources .container,
div.home-boxes .videospotlight .container {background-color:#f5f2de;}

div.home-boxes .newsandevents h2,
div.home-boxes .toolsandresources h2,
div.home-boxes .videospotlight h2 {background-color:#c9b791;border-bottom-color:#b5a482;}
div#sidebar .box h2, div#sidebar h3 {background-color:#c9b791;border-bottom-color:#b5a482;margin-bottom:0;}
div#sidebar .news-item h3 {background-color:transparent;border-bottom:0px solid #b5a482;margin-bottom:0;}

div.home-boxes .stayconnected .container,
div.home-boxes .helpfullinks .container {background-color:#ede6ce;}
div.home-boxes .stayconnected .container {min-height:186px;}

div.home-boxes .stayconnected h2,
div.home-boxes .helpfullinks h2 {background-color:#59a6cc;border-bottom-color:#5095b7;}

div.home-boxes .stayconnected,
div.home-boxes .helpfullinks { float:right; }

div.home-boxes .stayconnected, div.home-boxes .helpfullinks {width:300px;}
div.home-boxes .toolsandresources {width:316px;}
div.home-boxes .videospotlight {width:314px;margin-left:30px;}

div.home-boxes .toolsandresources,
div.home-boxes .videospotlight,
div.home-boxes .helpfullinks { margin-top:15px;}

div.home-boxes .newsandevents div.columns {background:transparent url('/etc/designs/bc/schools/gssw/nrcpds/images/bg_columns_news.gif') top center repeat-y;}

div.home-boxes .newsandevents .left {float:left;width:300px;}
div.home-boxes .newsandevents .right {float:right;min-height: 186px;padding-left: 26px;width:295px;}

.newsandevents div.entry, div.news-item {line-height:1.5em}
div.home-boxes .newsandevents div.entry p {margin-bottom:10px}
div#sidebar .newsandevents div.entry, div.text-wrapper .newslisting div.news-item, #sidebar div.news-item {padding:11px 0px;border-top:1px solid #ded4b5;}
div#sidebar .newsandevents div.entry:first-child, div.text-wrapper .newslisting div.news-item:first-child, div#sidebar .newslisting div.news-item:first-child {border-top:0px none}

div.text-wrapper .newslisting div.news-item p {
    margin-bottom: 1em;
}

.newsandevents div.entry span.date {
    display:block;
    font-size:10px;
    text-transform:uppercase;
    color:#9f8c6b;
    margin-bottom:6px;
    line-height:1em;
}
div#sidebar .newsandevents div.entry span.date {margin-bottom:8px}

.newsandevents div.entry div.title,
.news-item h5 a
     {
    font-size:14px;
    font-weight:bold;
    color:#666666;
    margin-bottom:10px;
    line-height:1em;
}
div#sidebar .newsandevents div.entry div.title, .news-item h5 {margin-bottom:8px}

.newsandevents div.entry div.thumbnail {margin-bottom:5px}

.newsandevents div.entry a.readmore {
    line-height:1em;
    display:inline-block;
    padding-left:12px;
    background:transparent url('/etc/designs/bc/schools/gssw/nrcpds/images/bg_link_readmore.gif') 0px 2px no-repeat;
    color:#9f8c6b;
}

div.home-boxes .stayconnected p,
div#sidebar .stayconnected p {
    color:#666;
    font-family:Georgia, Times, "Times New Roman", serif;
    font-size:16px;
    padding-bottom:10px;
}

div.home-boxes .stayconnected div.subscribe,
div#sidebar .stayconnected div.subscribe {
    border-bottom:1px solid #d9d3bc;
    padding-bottom:12px;
    margin-bottom:10px;
}

div.home-boxes .stayconnected div.subscribe div.field-single,
div#sidebar .stayconnected div.subscribe div.field-single {height:23px;position:relative;margin-bottom:12px;}

div.home-boxes .stayconnected div.subscribe label,
div.home-boxes .stayconnected div.subscribe input.textbox,
div#sidebar .stayconnected div.subscribe label,
div#sidebar .stayconnected div.subscribe input.textbox {line-height:21px;height:21px;color:#999999;}

div.home-boxes .stayconnected div.subscribe label,
div#sidebar .stayconnected div.subscribe label  {
    display:block;
    float:left;
    position:absolute;
    top:1px;
    left:7px;
}
div.home-boxes .stayconnected div.subscribe input.textbox,
div#sidebar .stayconnected div.subscribe input.textbox {
    background-color:#e3dbc1;
    border-top:1px solid #ccc5ad;
    border-left:1px solid #ccc5ad;
    border-right:1px solid #fbfaf5;
    border-bottom:1px solid #fbfaf5;
    padding:0px 6px;
    font-size:12px;
    width:250px;
}
div.home-boxes .stayconnected div.subscribe .button,
div#sidebar .stayconnected div.subscribe .button {
    border:none;
    padding:0 0 4px 0;
    background:transparent url(/etc/designs/bc/schools/gssw/nrcpds/images/btn_green_small.png) 0 0 no-repeat;
    width:52px;
    height:22px;
    color:#fff;
    font-family:Georgia, Times, "Times New Roman", serif;
    font-size:14px;
    font-weight:bold;
    text-align:center;
    text-transform:lowercase;
    cursor:pointer;
}

div.home-boxes .stayconnected ul.socialnetworks .icon,
div#sidebar .stayconnected ul.socialnetworks .icon {
    width:26px;
    height:26px;
    overflow:hidden;
    display:block;
    float:left;
    background:transparent url('/etc/designs/bc/schools/gssw/nrcpds/images/sprites_socialmedia_medium.png') 0 0 no-repeat;
    text-indent:-999em;
    position:relative;
    margin-right:6px;
}
div.home-boxes .stayconnected ul.socialnetworks .icon:hover,
div#sidebar .stayconnected ul.socialnetworks .icon:hover {text-decoration:none}
div.home-boxes .stayconnected ul.socialnetworks .icon:active,
div#sidebar .stayconnected ul.socialnetworks .icon:active {top:1px}

div.home-boxes .stayconnected ul.socialnetworks .linkedin,
div#sidebar .stayconnected ul.socialnetworks .linkedin {background-position:-31px 0}
div.home-boxes .stayconnected ul.socialnetworks .twitter,
div#sidebar .stayconnected ul.socialnetworks .twitter {background-position:-62px 0}
div.home-boxes .stayconnected ul.socialnetworks .rss,
div#sidebar .stayconnected ul.socialnetworks .rss {background-position:-93px 0}

div.home-boxes .videospotlight div.dummy-video-thumbnail {
    background:#FFF url('/etc/designs/bc/schools/gssw/nrcpds/images/dummy_videothumbnail.png') 0 0 no-repeat;
    width:314px;
    height:176px;
    cursor:pointer;
}

.box ul.new {margin-bottom:12px}
.box ul.new li {
    padding: 8px 10px 8px 38px;
    border-bottom:1px solid #e0ddcb;
    color:#808080;
    background:transparent url('/etc/designs/bc/schools/gssw/nrcpds/images/bullet_new.gif') center left no-repeat;
}
.box ul.new li a { color:#808080 }

.toolsandresources div.search div.field-single {position:relative;margin-bottom:3px;}
.toolsandresources div.search label,
.toolsandresources div.search input.textbox,
.toolsandresources div.search select {color:#999999;line-height:21px;}
.toolsandresources div.search label {}
.toolsandresources div.search input.textbox {
    background-color:#e6e3d1;
    border-top:1px solid #cfccbc;
    border-left:1px solid #cfccbc;
    border-right:1px solid #fdfcf8;
    border-bottom:1px solid #fdfcf8;
    padding:0px 6px;
    height:21px;
    line-height:21px;
}
.toolsandresources div.search div.field-single label {
    position:absolute;
    left:6px;
    top:0px;
    height:23px;
    line-height:23px;
    text-transform:lowercase;
}

div.home-boxes .toolsandresources div.search input.textbox {width:268px}
div#sidebar .toolsandresources div.search input.textbox {width:254px}

div.home-boxes .toolsandresources div.search select {width:280px;}
div#sidebar .toolsandresources div.search select {width:269px}

.toolsandresources div.search div.button-placeholder {padding-top:5px;}
.toolsandresources div.search div.button-placeholder .button {
    border:none;
    padding:0 0 4px 0;
    background:transparent url(/etc/designs/bc/schools/gssw/nrcpds/images/btn_green_small.png) 0 0 no-repeat;
    width:52px;
    height:22px;
    color:#fff;
    font-family:Georgia, Times, "Times New Roman", serif;
    font-size:14px;
    font-weight:bold;
    text-align:center;
    text-transform:lowercase;
    cursor:pointer;
}
.toolsandresources div.search div.button-placeholder .button:active {position:relative;top:1px;} 

.box ul.links {}
.box ul.links li {
    background:transparent url('/etc/designs/bc/schools/gssw/nrcpds/images/bullet_dots_blue.gif') 1px 10px no-repeat;
    padding:6px 6px 6px 16px;
    border-top:1px solid #d9d3bc;
}
.box ul.links li:first-child {border-top:0px none}
.box ul.links li, .box ul.links li a {color:#808080}


/* Footer */
div#footer {
    background-color:#ede6ce;
    padding:16px 25px 13px 25px;
    position:relative;
    font-family:Helvetica, "Helvetica Neue", Arial, sans-serif;
    line-height:1em;
    font-size:14px; 
    clear:both;
}

div#footer div.logo, div#footer div.address, div#footer div.contact { height: 65px; float:left; }

div#footer div.logo { padding: 0 92px 0 46px }
div#footer div.logo a {
    background:transparent url('/etc/designs/bc/schools/gssw/nrcpds/images/logo_footer_bostoncollege.png') 0 0 no-repeat;
    width:161px;
    height:65px;
    display:block;
    text-indent:-999em;
}

div#footer div.address, div#footer div.contact {background: transparent url('/etc/designs/bc/schools/gssw/nrcpds/images/bg_footer_separator.gif') center left no-repeat;min-height:50px;}

div#footer div.address {padding-left: 49px;text-align: left;width: 278px;line-height:1.2em;}
div#footer div.address div.title {color:#9A7F53;margin-bottom: 4px;}
div#footer div.address address {color:#666666}

div#footer div.contact { width:240px; padding-left:53px;}
div#footer div.contact dl { padding-top:18px }
div#footer div.contact dt, div#footer div.contact dd { margin-bottom:6px } 
div#footer div.contact dt {
    color:#9A7F53;
    float:left;
    text-align:right;
    width:47px;
    padding-right:14px;
    clear:left;
}
div#footer div.contact dd { float:left; clear:right; }
div#footer div.contact dd, div#footer div.contact dd a { color:#666666 }

/* Social (wide) bar */
div#social-bar {
    border-top:1px solid #8f8b83;
    background-color:#4d4d4d;
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
}
div#social-bar div.padder {
    line-height:33px;
    height:33px;
    color:#fff;
    text-align:left;
    width:978px;
    margin: 0px auto;
    padding:0px 5px;
}

div#social-bar div.title {
    font-family:Georgia, Times, "Times New Roman", serif;
    font-size:14px;
    font-weight:bold;
    float:left;
}

div#social-bar div.connect,
div#social-bar div.widget-share,
div#social-bar div.widget-facebook {
    float:right;
    font-family:Georgia, Times, "Times New Roman", serif;
    font-size:13px;
}

div#social-bar div.widget-facebook {
    margin-right:26px;
    width:72px;
    height:20px;
    overflow:hidden;
    line-height:20px;
    margin-top:6px;
    text-align:center;
}
div#social-bar div.widget-share {
    height:20px;
    line-height:20px;
    margin-top:6px;
    text-align:center;
    margin-right:8px;
}
div#social-bar div.widget-share  a.addthis_button_compact {color:white;}

/* The next to lines doesn't work, the coordinates are asigned into the AddThis Script */

body div#at20mc {width: 988px; position:relative; margin:0px auto;}

body div#at15s{position:absolute !important;bottom:30px !important;right:80px !important;top:auto !important; left; auto!important}


div#social-bar div.connect {background:transparent url('/etc/designs/bc/schools/gssw/nrcpds/images/separator_socialmedia.gif') center lefr no-repeat;padding-left:15px;height:20px;}
div#social-bar div.connect span.label {display:block;float:left;margin-right:8px;}

div#social-bar div.connect .icon {
    width:16px;
    height:16px;
    overflow:hidden;
    display:block;
    float:left;
    margin-left: 6px;
    background:transparent url('/etc/designs/bc/schools/gssw/nrcpds/images/sprites_socialmedia_small.png') 0 0 no-repeat;
    text-indent:-999em;
    position:relative;
    margin-top:8px;
}
div#social-bar div.connect .icon:hover {text-decoration:none}
div#social-bar div.connect .icon:active {position:relative;top:1px;}

div#social-bar div.connect .linkedin {background-position:-19px 0}
div#social-bar div.connect .twitter {background-position:-38px 0}
div#social-bar div.connect .rss {background-position:-57px 0}

.addthis_toolbox.addthis_default_style span {
    line-height: 20px;
}

/* Internal Pages - General Layout */
div.page-columns {margin-top:5px;margin-bottom:5px;background:#FFF url('/etc/designs/bc/schools/gssw/nrcpds/images/bg_internal_columns.gif') top right repeat-y;}
div#content,div#sidebar {text-align:left}
div#content {float:left;width:671px;}
div#sidebar {float:right;width:300px;}

div#content h2 {
    line-height:1em;
    padding: 12px 15px 15px 15px;
    color:#781126;
    font-size:30px;
    background:#FFF url('/etc/designs/bc/schools/gssw/nrcpds/images/bg_page-title.gif') 0 0 repeat;
    font-family:Georgia,Times, "Times New Roman", serif;
    margin-bottom:5px;
}
div#content h2.indented {padding-left:90px;}

div#content div.breadcrumbs {
    margin:0px 15px;
    padding:5px 0px;
    color:#9F8C6B;
    font-size:12px;
    text-transform: capitalize;
}
div#content div.breadcrumbs a {color:#9f8c6b} 
div#content div.breadcrumbs span.separator {
    text-indent:-999em;
    overflow:hidden;
    display:inline-block;
    margin:0px 8px;
    background:transparent url('/etc/designs/bc/schools/gssw/nrcpds/images/separator_breadcrumbs.gif') 0 0 no-repeat;
    width:4px;
    height:7px;
}


/* Internal Layouts: Login Page */
div#content div.login-welcome {
    color:#3F3F3F;
    font-family:Georgia,Times, "Times New Roman", serif;
    font-style:italic;
    font-size:18px;
    margin:15px 18px;
}
div.login-boxes {padding:5px 15px 15px 6px}
div.login-boxes .box {
    background:#FFF url('/etc/designs/bc/schools/gssw/nrcpds/images/bg_page-title.gif') 0 0 repeat;
    padding:15px;
    width:284px;
    min-height:158px;
}
div.login-boxes .left {float:left}
div.login-boxes .right {float:right}

div.login-boxes .box h3 {
    font-family:Georgia,Times, "Times New Roman", serif;
    color:#781126;
    font-size:23px; 
    font-weight:bold;
    margin-bottom:14px;
}
div.login-boxes .box p {color:#727272;font-size:15px;line-height:1.5em;}
div.login-boxes .box p.subtitle {
    line-height:1em;
    font-size:17px;
    font-family:Georgia,Times, "Times New Roman", serif;
    font-style:italic;
    color:#3F3F3F;
    margin-bottom:14px;
}
div.login-boxes .box a.contact-us {
    text-transform:uppercase;
    display:inline-block;
    margin-top:8px;
    font-weight:bold;
}

div.login-boxes .box div.field-single {position:relative;margin-bottom:8px;}

div.login-boxes .box div.field-single label,
div.login-boxes .box input.textbox {
    color:#666;
    font-size:13px;
    font-family:Arial, Helvetica, sans-serif;
    line-height:24px;
}
div.login-boxes .box div.field-single label {position:absolute;top:1px;left:6px;}
div.login-boxes .box input.textbox {
    background-color:#e6e1cc;
    border-right:1px solid #e6e1cc;
    border-bottom:1px solid #e6e1cc;
    border-top:1px solid #b8b4a3;
    border-left:1px solid #b8b4a3;
    height:24px;
    padding:0px 6px;
    width:228px;
}

div.login-boxes .box input.button {
    font-family:Georgia,Times, "Times New Roman", serif;
    font-weight:bold;
    font-size:19px;
    color:#fff;
    padding-bottom:6px;
    text-align:center;
    background:transparent url('/etc/designs/bc/schools/gssw/nrcpds/images/btn_green_medium.gif') 0 0 no-repeat;
    width:37px;
    height:29px;
    border:0px none;
    text-transform:lowercase;
    line-height:29px;
    position:absolute;
    bottom:0;
    right:0;
}
div.login-boxes .box input.button:active {bottom:-1px} 
div.login-boxes .box div.field-check {color:#8C8C8C;padding-top:6px;font-size:12px;}
div.login-boxes .box div.field-check input {position:relative;top:2px;}
div.login-boxes .box div.field-check a {color:#8C8C8C;font-style:italic;}


/* Internal Layouts: Our Staff (Bio) */
div#content div#ui-bio {padding-left: 0}

div.shortcuts {background-color:#f5f2de;padding:12px 10px;margin-left:15px;margin-bottom:26px;}
div.shortcuts .left,
div.shortcuts .center,
div.shortcuts .right {width:170px}
div.shortcuts .left,
div.shortcuts .center {float:left;}
div.shortcuts .right  {float:right}
div.shortcuts .center {margin-left:50px}
div.shortcuts ul,
div.shortcuts ul li {list-style-type:none !important;}
div.shortcuts ul {padding-left:0px !important;margin-bottom:0 !important;}
div.shortcuts ul li {
    padding-left:18px;
    margin: 6px 0px;
    background:transparent url('/etc/designs/bc/schools/gssw/nrcpds/images/bg_link_readmore.gif') 0px 5px no-repeat;
    line-height:1.2em;
}
div.shortcuts ul li a {font-weight:bold}

div#ui-bio h3 {
    margin-left:15px;
    font-family:Georgia,Times, "Times New Roman", serif;
    margin-bottom:40px;
    font-size:28px;
    font-weight:bold;
    color:#781126;
}

div#ui-bio div.person {padding-left:15px;background:#FFF url('/etc/designs/bc/schools/gssw/nrcpds/images/bg_bio_person.gif') 0 0 repeat-x;padding-bottom:30px;}

div#ui-bio div.person div.thumbnail {
    display:inline-block;
    margin-right:16px;
    margin-bottom:10px;
    float:left;
    border:4px solid #ede6ce;
    border-bottom-width:5px;
    border-top-width:5px;
}
div#ui-bio div.person h4 {
    font-size:22px;
    font-weight:bold;
    color:#9f8c6b;
    margin-bottom:17px;
    font-family:Georgia,Times, "Times New Roman", serif;
    padding-top:8px;
    line-height:1em;
}
div#ui-bio div.person div.chair {font-size:16px;color:#4d4d4d;margin-bottom:13px;   }
div#ui-bio div.anchor-group {padding-bottom:22px;}
div#ui-bio div.separator {
    background-color:#f5f2de;
    height:5px;
    clear:both;
    margin-left:15px;
    margin-bottom:30px;
    overflow:hidden;
}

/* Internal Layouts: Help */
div.text-wrapper div.accordion {padding:16px;background-color:#f5f2de;}
div.text-wrapper div.accordion ul,
div.text-wrapper div.accordion ul li {list-style-type:none}
div.text-wrapper div.accordion ul {padding-left:0;margin-bottom:0;}
div.text-wrapper div.accordion ul li {
    background:transparent url('/etc/designs/bc/schools/gssw/nrcpds/images/bullet_accordion_closed.gif') 1px 3px no-repeat;
    margin-top:2px;
    padding-bottom:12px;
    padding-left:14px;
}
div.text-wrapper div.accordion ul li.active {background:transparent url('/etc/designs/bc/schools/gssw/nrcpds/images/bullet_accordion_open.gif') 0px 4px no-repeat}
div.text-wrapper div.accordion a.toggler {font-size:14px;font-weight:bold;display:block;line-height:1em;}
div.text-wrapper div.accordion div.content {color:#595959;font-size:13px;padding-bottom:10px;display:none;margin-top:6px;}
div.text-wrapper div.accordion ul li.active div.content {display:block;}

/* Internal Layouts: Tools and Resources */
div.search-box {margin-top:12px;margin-bottom:30px;}
div.search-box h3 {
    color:#fff;
    height:30px;
    line-height:35px;
    font-size:16px;
    font-family:Georgia, Times, "Times New Roman", serif;
    padding:0px 15px;
    border-bottom:5px solid #4f9a42;
    background-color:#58ab4a;
    font-weight:bold;
}
div.search-box div.container {padding:15px;background-color:#ede6ce;}
div.search-box p {font-size:14px;color:#606060;line-height:1.3em;}
div.search-box div.form {height:23px;position:relative;}

div.search-box div.form label,
div.search-box div.form input.textbox,
div.search-box div.form select {
    color:#999999;
    font-size:12px;
    line-height:21px;
    height:21px;
}
div.search-box div.form label {position:absolute;top:2px;left:8px;text-transform:lowercase;}
div.search-box div.form input.textbox {background-color:#e6e3d1;padding:0px 6px;width:158px;}
div.search-box div.form input.textbox,
div.search-box div.form select {
    border-bottom:1px solid #fbfaf5;
    border-right:1px solid #fbfaf5;
    border-top:1px solid #cfccbc;
    border-left:1px solid #cfccbc;  
}
div.search-box div.form select {width:170px;height:23px;line-height:23px;}
div.search-box div.form .button {
    border:none;
    padding:0;
    background:transparent url(/etc/designs/bc/schools/gssw/nrcpds/images/btn_green_small.png) 0 0 no-repeat;
    width:52px;
    height:22px;
    color:#fff;
    font-family:Georgia, Times, "Times New Roman", serif;
    font-size:14px;
    font-weight:bold;
    text-align:center;
    text-transform:lowercase;
    cursor:pointer;
}
div.search-box div.form .button:active {position:relative;top:1px;} 
div.search-box div.form * {vertical-align:text-bottom;}


/* Internal Layouts: Cash and Counseling */
p.highlight,
p.highlight-displaced,
div.highlight-withimage,
div.highlight-withsmallimage {
    padding:22px;
    font-style:italic;
    color:#9f8c6b;
    background-color:#f7f6f2;
    font-size:17px;
    font-family:Georgia, Times, "Times New Roman", serif;
    line-height:1.4em;
}
p.highlight-displaced {margin-right:19px;margin-left:41px;font-size:16px; padding:20px;}
div.highlight-withimage,
div.highlight-withsmallimage {margin-bottom:40px}
div.highlight-withsmallimage {padding:13px 20px;}
div.highlight-withimage img,
div.highlight-withsmallimage img {float:left}
div.highlight-withimage div.side-image-text {float:right;width:420px;}
div.highlight-withsmallimage div.side-image-text {float:right;width:478px;}

div.special-box {background:#FFF url('/etc/designs/bc/schools/gssw/nrcpds/images/bg_specialbox_dots.gif') 0 0 repeat-y;padding:12px 0 2px 22px;margin-bottom:40px;}
div.special-box div.padder {background:#FFF url('/etc/designs/bc/schools/gssw/nrcpds/images/bg_specialbox_dots.gif') 0 10px repeat-x;padding-right:16px;}
div.special-box h3 {
    background-color:#FFF;
    color:#781126;
    font-family:Georgia, Times, "Times New Roman", serif;
    font-size:22px;
    font-weight:bold;
    padding-right:16px;
    float:left;
    margin-bottom:12px;
}
div.special-box * {clear:both}

div#content .topic {
    padding:20px 22px;
    background-color:#f5f2de;
    color:#727272;
    line-height:1.3em;
    margin-bottom:20px;
}

div#content .topic .title {
    color:#781126;
    font-family:Georgia, Times, "Times New Roman", serif;
    font-size:18px;
    font-weight:bold;
    margin-bottom:15px; 
}
div#content .topic ul li {margin-bottom:12px}   
div#content .offset {position:relative;left:10px;}  
div#sidebar div.imagebox {
    border-bottom:15px solid #fff;
    background-color:#FFF;
    padding:20px;
    text-align:center;
}   
    
    
/* Text Format in Content Area */

div#content div.text-wrapper {padding:15px}
div.text-wrapper {
    color:#727272;
    line-height:1.5em;
    font-size:15px;
    font-family:Arial, Helvetica, sans-serif;
}
div.text-wrapper p {margin-bottom:1.2em}
div.text-wrapper ul, div.text-wrapper ol {margin-bottom:1.6em}

div.text-wrapper ul {padding-left:24px}
div.text-wrapper ol {padding-left:30px}

div.text-wrapper ul li, div.text-wrapper ol li {list-style-position:outside;margin-bottom:4px;}

div.text-wrapper ul li {list-style-type:disc}
div.text-wrapper ol li {list-style-type:decimal}

/* Special formatting cases */
div.text-wrapper div.highlight {background-color:#f5f2de;padding:18px 20px;margin:15px 0;}

div.text-wrapper div.highlight div.left {float:left;width:50%}
div.text-wrapper div.highlight div.right {float:right;width:45%}

div.text-wrapper div.highlight ul {padding-left:0px;margin-bottom:0;}
div.text-wrapper div.highlight ul,
div.text-wrapper div.highlight ul li { list-style-type:none }
div.text-wrapper div.highlight ul li a { font-weight:bold }




/* Development Styles */
div#content,div#sidebar {min-height:300px}


/** Day CQ Over rides **/

div#content .news-wrapper h1 {
    background: url("/past/etc/designs/bc/schools/gssw/nrcpds/images/bg_page-title.gif") repeat scroll 0 0 #FFFFFF;
    color: #781126;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-size: 30px;
    line-height: 1em;
    margin: -15px -15px 40px;
    padding: 12px 11px 15px;
}
div#content h2.subtitle {
background: url("") repeat scroll 0 0 #FFFFFF;
    color: #4D4D4D;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-size: 15px;
    line-height: 1em;
    margin-bottom: 5px;
    padding: 0px 15px 0px;
}
body.news div#content div.breadcrumbs {
 position: absolute;
    top: 308px;
}
div.newsinfo .form-title-banner, div.newsinfo h2 {
display:none;
}
div.section.header {
    margin-bottom: 0px;
}
.news-item img {
float:left;
padding-right: 8px;
}
body.bios div.header h3, body.bios h3 {
    color: #781126;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 40px;
    margin-left: 0px;
}
body.bios div.textimage h4 {
    color: #9F8C6B;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 12px;
    padding-top: 8px;
}
body.bios div.textimage h5 {
    background: url('/etc/designs/bc/schools/gssw/nrcpds/images/bg_bio.gif') repeat-x scroll 0 0 #FFFFFF;
    color: #4D4D4D;
    font-size: 16px;
    margin-bottom: 13px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-top: 8px;
}
body.bios div.textimage .image {
    display: inline-block;
    float: left;
    margin-bottom: 0px;
    margin-right: 16px;
}
body.bios div.textimage .image img {
    border-color: #EDE6CE;
    border-left: 4px solid #EDE6CE;
    border-right: 4px solid #EDE6CE;
    border-style: solid;
    border-width: 5px 4px;
}
body.bios div.separator {
    background-color: #F5F2DE;
    clear: both;
    height: 5px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-top: 30px;
    overflow: hidden;
}
body.cc .text-wrapper #calloutbox {
    background-color: #F5F2DE;
    color: #727272;
    line-height: 1.3em;
    margin-bottom: 20px;
    padding: 20px 22px;
    }

body.cc div.text-wrapper #calloutbox ul li, body.cc div.text-wrapper #calloutbox  ol li {
    list-style-position: outside;
    margin-bottom: 12px;
}
body.cc div.text-wrapper #calloutbox h3{
    color: #781126;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
body.cc div.text-wrapper .text.section {
    background: url("/past/etc/designs/bc/schools/gssw/nrcpds/images/bg_specialbox_dots.gif") repeat-y scroll 0 0  transparent;
    margin-bottom: 40px;
    padding: 12px 0 2px 22px;
}
body.cc div.text-wrapper .text.section .text {
    background: url("/past/etc/designs/bc/schools/gssw/nrcpds/images/bg_specialbox_dots.gif") repeat-x scroll 0 10px  transparent;
    padding-right: 16px;
    }
body.cc .text.section h3 {
    background-color: #FFFFFF;
    float:left;
    color: #781126;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 12px;
    padding-right: 16px;
}
body.cc div.text-wrapper .text.section * {
    clear: both;
}
div.text-wrapper #calloutbox, div.text-wrapper .calloutbox {
    background: url("") no-repeat scroll 0 0 #F5F2DE !important;
    }
body.cc div.text-wrapper #calloutbox .text.section, body.cc div.text-wrapper #calloutbox .text  {
    background: url("") no-repeat scroll 0 0 #F5F2DE !important;
    margin-bottom: 0;
    padding: 0;
}
body.cc div.text-wrapper #calloutbox .text.section h3 {
    background-color: transparent;
    }
.quotes {
    background-color: #F7F6F2;
    color: #9F8C6B;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-size: 17px;
    font-style: italic;
    line-height: 1.4em;
    margin-bottom: 20px !important;
   padding: 15px 20px;
}


body.cc div.text-wrapper .quotes .text, body.cc div.text-wrapper .quote .text.section .text {
    background: url("") repeat-x scroll 0 10px transparent;
    padding: 0;
}
div.text-wrapper .quotes p {
    margin-bottom: 0;
    font-size:16px;
}
div.text-wrapper .quotes img {
border: none;
}
div.text-wrapper .quotes div.section, div.text-wrapper .quotes .text.section {
margin-bottom: 0 !important;
}
body.news h3, body.news h4 {
color: #781126;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-size: 20px;
    }
body.news h4 {
font-size:16px;
    font-weight: bold;
}
body.news h5 {
    color: #727272;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
}
div.text-wrapper #calloutbox div.highlight {
    background-color: #F5F2DE;
    margin: 15px 0;
    padding: 0 20px;
}
div.news-item span.highlight a {
    background: url("/past/etc/designs/bc/schools/gssw/nrcpds/images/bg_link_readmore.gif") no-repeat scroll 0 2px transparent;
    color: #9F8C6B;
    display: inline-block;
    font-size: 1.3em;
    line-height: 1.2em;
    padding-left: 12px;
    text-transform: none;
}
div#footer{ padding-right:0;}
div#footer div.contact{padding-left: 5px; width: 300px; }
div#footer div.contact dl { padding-top: 6px; }
div#footer div.contact div.copy{ color:#666; }