.public-sub-nav {
     visibility: hidden;
}

.public-sub-nav {
    border-bottom: 1px solid #64625D;
    color: #000000;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 44px !important;
    margin-left: 0px;
    width: 950px !important;
}

.IE7 .public-sub-nav {
	z-index: 999999;
	position: relative;
}

/* IE7 brings a monstrous margin-left to ul's an ol's (that doesn't show up in the inspector) */
.IE7 .public-sub-nav ul {
	margin-left: 0;
}


.OCMS-Edit .public-sub-nav {
	font-size: 1em;
	width: 1150px !important;
}

.public-sub-nav ul {
     list-style-type: none !important;
}
.public-sub-nav li {
     list-style-type: none !important;
}

.public-sub-nav > span {
     float: left;
     width: 700px;
}
.public-sub-nav .root-level-list {
    list-style:none;
    font-weight:bold;
    margin: 0px;
    float:left;
    text-align:center;
    position:relative;
    height: 44px;
    padding: 0px;
}

.public-sub-nav .root-level-item {
    float:left;
    text-align:center;
    position:relative;
    height: 44px;
    margin-left: 0px !important;

}
.public-sub-nav .root-level-list > .root-level-item {
    border-right: 1px solid #dfddd5;
    position: relative;
}
.public-sub-nav .root-level-list > .root-level-item.item5.base {
    border-right: 1px solid #fff;
}
.public-sub-nav .root-level-list > .root-level-item.item0.base {
    border-left: 1px solid #fff;
}
.public-sub-nav .root-level-item > a {
    padding: 14px;
    display: block;
    color: #000;
}
.public-sub-nav .root-level-item > a:hover {
    /* color: #699109 !important; */
    text-decoration: none;
}
.public-sub-nav .root-level-list > .root-level-item.item5.base > a {
    padding: 14px 22px 14px 14px !important;
}

.public-sub-nav .base {
     border-bottom: 1px solid #64625D;
    /* z-index: 2000; */
}

.public-sub-nav .base.active {
     border-right: 1px solid #64625D !important;
     border-bottom: 1px solid #fff !important;
}

.profit .public-sub-nav .root-level-item > a:hover {
    color: #ffc775;
}

.public-sub-nav .root-level-list > li > ul {
    display: none;
}

.public-sub-nav .root-level-list > li > .subNavWrap {
    display: none;
    position: absolute;
    font-weight:normal;
    text-align:left;
    z-index: 2000;
    list-style-type: none;
    /*width: 315px;*/
    width:375px;
    margin-left: -7px;

    padding-left: 6px;
}

/*
disabled until understood or at least working again
.subNavWrapLeft {
    background-image: url("../images/nav-left-shadow.png");
    background-repeat: repeat-y;
    float: left;
    width: 6px;
}
.subNavWrapRight {
     float: left;
     width: 6px;
     background-image: url("../images/nav-right-shadow.png");
     background-repeat: repeat-y;
}
.subNavWrapBottom {
     float: left;
     height: 9px;
     background-image: url("../images/nav-bottom-middle-shadow.png");
     background-repeat: repeat-x;
}
.subNavWrapBottomLeft {
   background-image: url("../images/nav-bottom-left-shadow.png");
   height: 9px;
   width: 6px;
   float: left;
   background-repeat: no-repeat;
}
.subNavWrapBottomRight {
   background-image: url("../images/nav-bottom-right-shadow.png");
   height: 9px;
   width: 6px;
   float: right;
   background-repeat: no-repeat;
}
*/

/*!.public-sub-nav .root-level-list > li > div > ul { */
.public-sub-nav .level-1-list {
    float: left;
    /*width: 271px;*/
    /*width: 331px; */
    width: 210px;
    background-color: white;
    padding: 10px 15px;
    border: 1px solid #64625d;

	-moz-box-shadow: 2px 2px 3px rgba(80, 80, 80, 0.5), -2px 2px 3px rgba(80, 80, 80, 0.5);
	-webkit-box-shadow: 2px 2px 3px rgba(80, 80, 80, 0.5), -2px 2px 3px rgba(80, 80, 80, 0.5);
	box-shadow: 2px 2px 3px rgba(80, 80, 80, 0.5), -2px 2px 3px rgba(80, 80, 80, 0.5);
}

/* 	leave first menu wide, the three others are narrower,
	but all are unfortunately still fixed width */
.public-sub-nav li.root-level-item.first .level-1-list {
	width: 300px;
}

/* make fourth menu, Where We Work, even narrower */
.public-sub-nav li.root-level-item.item3 .level-1-list {
	width: 180px;
}

.public-sub-nav .level-2-list {
	margin-left: 0;
	padding-left: 1.5em;
}


.public-sub-nav .root-level-list > li > div > ul > ul li {
    list-style-type: none !important;
}
.public-sub-nav .root-level-list > li > div > ul a {
    float: left;
    padding: 2px 0px 2px 0px;
    margin: 0px;
    text-decoration: none;
    font-size: 13px;
    color: #005a8b;
}
.public-sub-nav .root-level-list > li > div > ul a:hover {
    /* color: #3d3c38;  */
    text-decoration: underline;
}

/*!.public-sub-nav .root-level-list > li > div > ul li { */
.public-sub-nav .level-1-list li {
    width: 100%;
    float: left;
    height: auto;
    margin-left: 0.8em;
}

.stButton {
     color: #fff !important;
     margin-top: 1px !important;
}

.formWrap .simple-form-title {
     font-size: 16px;
     font-weight: bold;
}

.formWrap .simple-form-action-cell input {
    background-color: #9AC22B;
    border: 1px solid #E3E3E3;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    height: 30px;
    padding: 3px 0 5px;
    text-decoration: none;
    width: 90px;
    float: right;
}

.icon-container {
     width: 155px;
}

.icon-container img {
     cursor: pointer;
     /* width: 155px !important; */
}

.landingPhotoDroppable {
    float: left;
    width: 950px;
	display: none;
}

.OCMS-Edit .landingPhotoDroppable {
	margin-top: 50px;
	display: block;
}

.landingPhotoView {
    float: left;
    width: 961px;
    visibility: hidden;
    margin-left: 3px;
}
.breadcrumb-container {
     color: #fff;
     font-size: 12px;
}
.breadcrumb-container a {
     color: #fff;
}
.breadcrumb-menu-active {
     color: #000 !important;
}
.header-menu .lastActive a {
     color: #729B0D !important;
}

.public-sub-nav .lastActive > a {
     color: #699109 !important;
}


/* Rose Fellows */

#rosefellow-destination {
     display: none;
}

.rosefellow-fellow-container {
     float: left;
     width: 710px;
}
.rosefellow-fellow-name {
     font-size: 18px;
}
.rosefellow-fellow-photo {
     float: left;
     width: 160px;

}
.rosefellow-fellow-name {
     float: right;
     width: 550px;
}
.rosefellow-fellow-biography {
       float: none;
       width: 685px;
}

.rosefellows-projects-container {
     float: left;
     width: 710px;
     margin-top: 10px;
}

.rosefellows-projects-tab-container {
     width: 710px;
     float: left;

     /* border will be (mostly) around tab body, not the overall container */
     border: none !important;
}


/* RF override of scrollable-tab-styles.css */
#rosefellow-destination  .rosefellows-projects-tab-container .ui-tabs-panel {
    border-width: 1px !important;
}

#rosefellow-destination .rosefellows-projects-tab-container.ui-tabs .ui-tabs-nav {
    left: -1px !important;
    top: 3px !important;
}

#rosefellow-destination .rosefellows-projects-tab-container.ui-tabs  li {
    /*1px solid white !important; using margin instead */
    border-right: none !important;  /*1px solid #DFDDD5 !important; */
    margin-left: 1px !important;
}

#rosefellow-destination .rosefellows-projects-tab-container.ui-tabs .ui-tabs-nav li:first-child {
    border-left: none;  /*1px solid #DFDDD5 !important; */
    margin-left: 0 !important;
}

#rosefellow-destination .rosefellows-projects-tab-container.ui-tabs li.ui-tabs-selected {
    border: 1px solid #dfddd5 !important;
    border-width: 1px 1px 0 1px !important;
}

#rosefellow-destination .rosefellows-projects-tab-container.ui-tabs .ui-tabs-nav li a {
    padding-top: 9px !important;
}


.rosefellow-project-title {
    color: #699109;
    font-size: 17px;
    margin: 5px 0;
}

.rosefellow-project-item {
     position: relative;
}

.rosefellow-project-detail-container {
    width: 265px;
    /* sibling rosefellow-photo-wrap is now pos: absolute at top-right; expected to always be present
        with a picture that's 268px in height, with optional caption below; here's a non-JS solution
        to stop parent rosefellow-project-item's height from being to short
    */
    min-height: 365px;
}

.rosefellow-photo-wrap {
     width: 419px;
     position: absolute;
     right: 10px;
     top: 25px;
}

.rosefellow-photo-wrap .rosefellow-photo-container {
    height: 370px;
    overflow: hidden;
    position: relative;
    width: 419px;
}

.rosefellow-photo-wrap .rosefellow-photo-container .rosefellow-photo-item {
    width: 20000em;     /* multiple images laid out horizontally, with overflow hidden */
    position: absolute;
}

.rosefellow-photo {
     float: left;
     width: 419px;
     text-align: center;
}

.rosefellow-photo img {
     height: 268px;
}

.rosefellow-annotation {
    background-color: #F2F0EA;
    float: left;
    padding: 27px 10px;
    text-align: center;
    width: 399px;
    font-size: 13px;
}

.rosefellow-detail-header {
    background-color: #699109;
    color: white;
    font-size: 11px;
    padding: 4px 8px;
    width: 237px;
    margin-bottom: 4px;
}

.rosefellow-detail-body {
    width: 252px;
    margin-bottom: 10px;
}

.rosefellow-scope-container,
.rosefellow-resprofile-container,
.rosefellow-cost-container,
.rosefellow-status-container {
     width: 252px;
}

.rosefellow-photo-wrap .next,
.rosefellow-photo-wrap .prev {
    display: block;
}

.rosefellow-photo-wrap .disabled {
     display: none;
}

.roseImageCount {
    display: block;
    left: 192px;
    position: absolute;
    top: 278px;
}

.roseImageCount p {
    font-size: 11px;
    float: left;
    margin: 0px;
    padding: 0px 2px;
}

/* used by Rose Fellows Yearbook and Management Team pages */
.loadingMsg {
    margin: 2em;
    font-size: 1.3em;
    color: #666;
}

/* Meet the Fellows link below photo */
.meetFellowsLink {
    display: block;
    font-size: 0.9em;
    margin: 2em 0 0 0.3em;
    padding-left: 1.5em;
    background: url(images/button-left.jpg) left 50% no-repeat;
}


/* single carousel ([sadly] uses a different DOM structure than the multi-item carousels) */
/* these CSS styles may be obsolete, after .slideDeck replaced .gallery.rotator markup */
.carousel-1-image-left {
  display: block;
  float: left;
  /* width: 390px; */
}

.carousel-1-image-left img {
	width: 430px;
	height: 268px;
}

.carousel-1-image-right {
  display: block;
  float: left;
 /* padding-left: 40px;	*/
  padding-left: 20px;
  width: 255px;		/*x180px;*/
}

.carousel-1-image-title {
  font-size: 20px;
/*x  font-weight: bold;*/
  margin-top: 10px;
  color: #373530;
}

.carousel-1-image-body {
	font-size: 13px;
/*x  margin-top: 20px;*/
	margin-top: 10px;
	color: #373530;
}


.content-left-nav .root-level-item a {
     font-size: 12px !important;
}

.non-profit .content-left-nav .root-level-item a:hover {
     color: #699109;
     text-decoration: none !important;
}

.non-profit .content-left-nav .lastActive > a {
     color: #699109;
}

.profit .content-left-nav .root-level-item a:hover {
      color: #E17E09 !important;
     text-decoration: none !important;
}

.profit .content-left-nav .lastActive > a {
      color: #E17E09 !important;
}


#countWrap {
     display: block;
     left: 473px;
     position: absolute;
     top: 271px;
}
#countWrap p {
     float: left;
     margin: 0px;
     padding: 0px;
     font-size: 12px;
}

.stButton .chicklets {
font-size: 12px !important;
/* background-image: url("../images/header-option-share.png") !important; */
/* background-repeat: no-repeat !important; */
background: transparent url("../images/header-option-share.png") no-repeat !important;
height: 18px;
padding: 0px !important;
width: 60px;
}

.content-body-left .panel {
    padding: 10px 10px 10px 25px;
    width: 620px;
    float: left;
}
.content-body-left .panel h3 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    width: 620px;
    float: left;
}
.content-body-left .panel .panel-content {
    font-size: 13px;
    color: #8C887C;
    width: 620px;
    float: left;
}
.content-body-left .panel .panel-content a {
       font-size: 13px;
       font-weight: normal;
       width: 620px;
       float: left;
       margin-bottom: 10px;
}

#span-ocms-image  {
    left: 224px;
    position: absolute;
    top: 9px;
}

.search-container {
    position: relative;
}

/*  main.css defines all other styling for the left navigation. */
.content-left-nav .level-2-list .level-2-item {
    padding: 7px 0px 5px 10px !important;
}
.content-left-nav .level-2-item a {
    font-size: 11px;
    display: block;
}
.content-left-nav .level-3-list .level-3-item {
    padding: 0px 0px 2px 15px !important;
}
.content-left-nav .level-3-list .level-3-item a {
    font-size: 11px;
    display: block;
}

.content-left-nav .level-1-item{
    border-bottom: 1px solid #dfddd5;
    width:195px;
    padding: 8px 0px 8px 0px;
    list-style:none;
    margin:0px;
}

.content-left-nav .level-1-item ul {
    display: none;
}

.content-left-nav .level-1-item a{
    font-size:13px;
    color:#005a8b;
    font-weight:bold;
    padding:0px;
    margin:0px;
}
.content-left-nav .level-2-list a {
font-weight: normal !important;

}

.content-left-nav a:hover{

    /* color:#78a310; */
    cursor: pointer;

}

.content-left-nav .active a{

 /*   color:#78a310; */
    cursor: pointer;

}


.content-left-nav .level-1-item.active .level-2-list,
.content-left-nav .level-2-item.active .level-3-list,
.content-left-nav .level-3-item.active .level-4-list,
.content-left-nav .level-4-item.active .level-5-list {
  display: block;
}

.breadcrumb {
  font-weight: normal;
}

.breadcrumb-menu-active {
  font-weight: 600;
}

.breadcrumb-menu-divider {
  color: black;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: normal;
  letter-spacing: -.2em;
}

.content-header-title {
  margin-left: 15px;
  font-weight: normal;
}

.breadcrumb-container {
  margin-left: 16px;
}

.OCMS-Edit .breadcrumb-container
	margin-top: 3px;
}

/* 2011-Jun-27 in support of Staff Contacts */
#TB_window{
	width:0px;

}

#inlineBio {
	/*visibility: hidden;*/
	display:none;
}

#bioWrap {
	margin-top: 10px;
	margin-left: 10px;
}

#TB_title {
/*	background-color: white; */
	border-bottom: 1px solid black;
	margin: 0 10px;
	color: #373530;
}

#TB_ajaxWindowTitle {
	font-weight: bold;
	padding-left: 15px !important;
}

XX-BIO--XX#TB_ajaxContent {
	padding-top: 10px;
	height: 355px !important;
	width:840px;
}

#TB_closeAjaxWindow {
   background: #1E62D0;
   border: 1px solid #337fed;
   display: inline-block;
   padding: 3px 15px;
   right: 10px;
   text-indent: 0;
   text-decoration: none;
}

#TB_closeAjaxWindow a, #TB_closeAjaxWindow a:link {
       color: #FFF; 
}

#TB_closeAjaxWindow:hover {
       background: #3D94F6; 
}

#staff-contacts-container {
	XXwidth: 400px;
    XXmargin-top: 30px !important;
	XXheight: 380px;
}

.staffcontact-item {
	float: left;
	width: 550px;
	/* must override TB's 0 */
	margin-bottom: 10px !important;
	padding: 0 4px !important;
}

.staffcontact-name {
	font-weight: bold;
	cursor: pointer;
	color: #005a8b;
}

.staffcontact-staff-list {
	overflow: auto;
}

#TB_window .staffcontact-bio {
    padding-left: 3px;
}

.staffcontact-email-form {
	padding: 0 4px;
	float: left;
}

.staffcontact-email-form .sendButton {
	background-color: #373530;
	border: 1px solid #E3E3E3;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	height: 32px;
	padding: 3px 0 5px !important;
	text-decoration: none;
	width: 50px;
	float: left;
	margin-top: 5px !important;

}

.staffcontact-email-form a {
	float: right;
	margin-top: 5px !important;	/* override TB's 0 */
}

/* 	- the .staffcontact-email-form surprisingly wide in IE7
	- instead of figuring out why, the "Back" link will be floated left instead of right
	- assumes OCMS.addBrowserClasses() to have added .IE7 to body (it's okay in IE8 and IE9)
*/
.IE7 #TB_window .staffcontact-email-form a {
	float: left;
	margin: 12px 0 0 2em;
}

.email-sent-container {
	padding: 0px 4px;
}

.droppable-contacts{
	float:left;
	width:190px;
	height:15px;
}

/* Rules For Printing */

@media print {

	.page-container,
	.left-body-shadow,
	.page-container .profit-select-wrap,
	.right-body-shadow,
	.body-container,
	.header-container,
	.content-header-container,
	.content-container,
	.content-body {
		width: 100%;
		margin: 0;
		float: none;
	}
	.header-container {
		display: block;
	}
	.header-image {
		display: list-item;
		list-style-image: url("../images/main-logo.png");
		list-style-position: inside;
		height: 56px;
		width: 226px;
		margin-top: 31px;
		margin-left: 25px;
		padding: 0;
	}
    .header-right {
        display: none;
    }
	.content-header-right-container {
		display: none;
	}
	.content-left-nav {
		display: none;
	}
	.content-body {
		width: 100%;
		margin: 0;
		float: none;
	}
	.content-body a:after {
    	content: " [" attr(href) "]";
    	font-size: 80%;
    	font-weight: normal;
	}
	.footer-container {
		display: block;
		width: 100%;
		margin: 0;
		float: none;
	}
   	.footer-signup-container,
   	.footer-copyright-menu,
   	.footer-vertical-menus-container {
		display: none;
	}
    .public-sub-nav {
        display: none;
    }
    .public-menu-container {
        display: none;
    }
    .bottom-two-column-item-opacity-overlay {
       background: transparent;
    }
}


/* --- */