﻿a, a:link, a:visited {  
	color: #7D2A2A;
}

/* some of these colors are repeated for title tags later in this stylesheet */
.color1 {
  color: #00694d;
}

.color2 {
  color: #5dab56;
}

.color3 {
  color: #e7731c;
}

.color4 {
  color: #4eacd1;
}

.color5 {
  color: #d3599a;
}

.color6 {
	color:#8E923B;
}

.color7 {
	color:#676EA9;
}

.color8 {
	color:#e4a001;
}


/*** Header layout ***********************************************************/

.headerOuter {
	color: #fff;
	background: #00694E url(/images/common/bgHeader.gif) repeat-x;
}

.mainNav {
	color: #fff;
}

.mainNav a, .mainNav a:link, .mainNav a:visited {
	color: #fff;
}

.mainNav a:hover, .mainNav a:active, .mainNav .current {
  border-bottom: solid 4px #edc83b;
}

.quickLinks {
	color: #BCBE70;

}

.quickLinks a, .quickLinks a:link, .quickLinks a:visited {
  color: #BCBE70;
}

.searchBox {
	color: #989083;
	background: #fff;
}

.searchButton {
	background-color: #baae3c;
}

.audienceNav a, .audienceNav a:link, .audienceNav a:visited {
  color: #fff;
}

.audienceNav a:hover, .audienceNav a:active, .audienceNav a.current {
	color: #EDC83B;
}


/*** Main body layout ********************************************************/

.bodyContent {
	background: #fff;
}

/*--- Column item containers (narrow) ---*/

.colInner .title:link, .colInner .title:visited {
	color: #1A5691;
}


.colInner .color1 a {
	color: #00694d;
}

.colInner .color2 a {
	color: #5dab56;
}

.colInner .color3 a {
	color: #e7731c;
}

.colInner .color5 a {
  color: #d3599a;
}

.colInner .color6 a {
	color:#8E923B;
}

.colInner .color7 a {
	color:#676EA9;
}

.colInner .color8 a {
	color:#e4a001;
}

.colItem ul li {
	background: url(/images/common/bullet1.gif) 0 5px no-repeat;
}

.ulCol a, .ulCol a:link, .ulCol a:visited {
  color: #302E2E;
}

.colItem .ulColColor2 li {
  background: url(/images/common/bullet3.gif) 0 5px no-repeat;
}

.caption {
	color: #777;
}

.colItemFill {
	background: #e8e8e8;
}

.separator {
	border-top: dashed 1px #DEDCA5;
}

.separatorBig {
	margin: 5px 0 15px 0;
	border-top: solid 6px #DEDCA5;
}

/*--- Five column layout ---*/

.fiveColOuter {
	background: url(/images/home/bgFiveCol.gif);
}

/*--- Multi-column layout (most subpages) ---*/

.colLeft .separator {
	border-top: solid 1px #DEDCA5;
}

/*--- SubNav ---*/

.subNav {
	color: #5fa051;
}

.subNav .title {
	color: #00694e;
}

/* .subNav a, .subNav a:link, .subNav a:visited {
	display: block;
	padding: 1px 10px 1px 20px;
	color: #5fa051;
} */

.subNav a, .subNav a:link, .subNav a:visited {
	color: #5fa051;
}

.subNav a:hover, .subNav a:active, .subNav a.current, .subNav a.current:visited {
	color: #fff;
	background: #EAC033;
}

.rssLink a, .rssLink a:link, .rssLink a:visited {
	color: #e3761a;
}

.rssLink a:hover, .rssLink a:active {
	color: #e3761a;
	background: none;
}

.rssLink img {
	display: inline;
	vertical-align: text-top;
}

/*--- Alternate subnav style ---*/

.subNavOuter {
	background: #1A5691;
}

.subNavOuter2 {
	background: #00A1E1;
}

.subNavOuter3 {
	background: #8188C2;
}

.subNavOuter .imgTitle {
	margin: 0 auto;
}

.subNavOuter .subNav li {
	background: transparent url(/images/common/bullet1.gif) 0 5px no-repeat;
}

.subNavOuter .subNav a, .subNavOuter .subNav a:link, .subNavOuter .subNav a:visited {
	color: #fff;
}

.subNavOuter .subNav a:hover, .subNavOuter .subNav a:active, .subNavOuter .subNav a.current {
	background: transparent;
	text-decoration: underline;
}

/*--- Related links ---*/

.relatedLinks {
  color: #d3599a;
}

.relatedLinks a, .relatedLinks a:link, .relatedLinks a:visited {
  color: #5fa051;
}

.bc li {
  color: #999;
}

.bc a, .bc a:link, .bc a:visited {
  color: #999;
}

/* more than one right column is allowed; normally there are two */
.colRight {
  border-left: solid 1px #DEDCA5;
}

.content h1 {
  color: #00694d;
}

.content h1.color3 {
  color: #e7731c;
}

.content h1.color4 {
  color: #4eacd1;
  font-family:Georgia, "Times New Roman", Times, serif;
}

.content h1.color5 {
  color: #d3599a;
}

.content h2 {
  color: #668d66;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-style:italic;
}

/*--- Two column layout ---*/

.twoColOuter2 {
  padding-right: 0;
}

.colBorderRight {
  border-right: solid 1px #DEDCA5;
}

.colBorderLeft {
  border-left: solid 1px #DEDCA5;
}

/*--- Two column layout - wide ---*/

/*--- Form input pages ---*/

.formOuter fieldset .title {
  color: #fff;
  background: #00684D;
}

.formOuter fieldset {
  background: #E3E4C3;
}

/*--- Links page ---*/

.linkPage a, .linkPage a:link, .linkPage a:visited {
  color: #302e2e;
}

/*-- Specific styles ---*/

.eventListing .eventDate {
  color: #00694e;
}

.newsDate {
  color: #00694e;
}

.urlCredit {
  color: #999;
}

/*** Footer layout ***********************************************************/

.footerOuter {
  color: #fff;
  background: #7D8183;
}

.footerOuter a, .footerOuter a:link, .footerOuter a:visited {
  color: #fff;
}



/*** Minimal Navigation page style overrides *********************************/
/* NOTE: May want to consider moving these styles to a 
separate stylesheet instead of using the body tag override */

.minimalNav { /* body tag override */
  background: #cbcbcb url(/images/common/bg.gif) center -65px repeat-x;
}



/*** Research section style overrides ****************************************/
/* NOTE: May want to consider moving these styles to a 
separate stylesheet instead of using the body tag override */

.researchPage { /* body tag override */
  background: #cbcbcb url(/images/common/bg.gif) center top repeat-x;
}

/*.researchPage .headerOuter {
  height: 109px;
  background: #4F4F4B url(/images/common/bgHeader2.gif) repeat-x;
  background: #00694E url(/images/common/bgHeader.gif) repeat-x;
}*/


/*--- Main nav styles ---*/

.researchPage .subNav li {
  background: url(/images/common/bullet1.gif) 0 5px no-repeat;
}

.researchPage .subNav a, .researchPage .subNav a:link, .researchPage .subNav a:visited {
  color: #000;
}

.researchPage .subNav a:hover, .researchPage .subNav a:active, .researchPage .subNav a.current, .researchPage .subNav a.current:visited {
  color: #000;
  background: none;
}

.researchPage .subNavOuter .subNav a, .researchPage .subNavOuter .subNav a:link, .researchPage .subNavOuter .subNav a:visited {
  color: #fff;
}

.contactBoxContent {
  background: #F1EFD8 url(/images/common/bgContactBottom.gif) left bottom no-repeat;
  padding: 5px 22px;
}

.researchPage .colContent {
  border-right: solid 1px #BDB8AD;
}

/*--- Research home ---*/


/*** College page style overrides ********************************************/
/* NOTE: May want to consider moving these styles to a 
separate stylesheet instead of using the body tag override */

.collegePage { /* body tag override */
  background: #FFF url(/images/common/bg3.gif) center top repeat-x;
  color: #333333;
}

.collegePage .bodyBanner img {
  border-color: #fff;
}

.collegePage .subNav a, .collegePage .subNav a:link, .collegePage .subNav a:visited {
  color: #00694e;
}

.collegePage .subNav a:hover, .collegePage .subNav a:active {
  color: #fff;
  background: #00694e;
}

.collegePage .subNav a.current,  .collegePage .subNav a.current:visited {
  color: #00694e;
  background: none;
}

.collegePage .bc { 
  background: #E6E6E6;
}

.collegePage .footerOuter {
  background: #00694E;
}

/*--- College Landing page ---*/

.bannerCollegeOuter {
  background: #fff;
}

.bannerCollege {
  background: url(/images/banners/collegeLanding.jpg) no-repeat;
}

.popLinks {
  background: #fff;
}

.popLinks ul li.title {
  color: #e7731c;
  background: none;
}

.collegeHomeFeature {
  background: url(/images/common/bgFeature.gif) repeat-y;
}

.collegeHomeFeature .featureContent {
  padding: 15px 20px 5px 20px;
  background: url(/images/common/bgFeatureBottom.gif) bottom left no-repeat;
}

.collegeHomeFeature .featureContent .sep {
  border-top: solid 1px #F0C390;
}

.collegeHomeContent .col1 {
  border-right: solid 1px #ECEAD8;
  margin-right: -1px;
  
  /*width: 441px; original width */
}

.collegeHomeContent .col2 {
  border-left: solid 1px #ECEAD8;
  
  /*width: 205px; original width */
}

.collegeHomeContent .col2 .colInner {
  padding-left: 10px;
}

.collegeHomeContent .item .date, .collegeHomeContent2 .item .date {
  color: #4eacd1;
}

.collegeHomeContent .item .color2, .collegeHomeContent .item .color2 a, .collegeHomeContent .item .color2 a:link, .collegeHomeContent .item .color2 a:visited,
.collegeHomeContent2 .item .color2, .collegeHomeContent2 .item .color2 a, .collegeHomeContent2 .item .color2 a:link, .collegeHomeContent2 .item .color2 a:visited {
  color: #5dab56;
}

.collegeHomeContent .item .color3, .collegeHomeContent .item .color3 a, .collegeHomeContent .item .color3 a:link, .collegeHomeContent .item .color3 a:visited,
.collegeHomeContent2 .item .color3, .collegeHomeContent2 .item .color3 a, .collegeHomeContent2 .item .color3 a:link, .collegeHomeContent2 .item .color3 a:visited {
  color: #e7731c;
}

/*--- College variation page ---*/

.college2TagLine {
  color: #F17827;
  background: #F1EDDF;
}

.colLeftCollegeHome2 .popLinks2 a, .colLeftCollegeHome2 .popLinks2 a:link, .colLeftCollegeHome2 .popLinks2 a:visited {
  color: #fff;
}

.colLeftCollegeHome2 .popLinks2 ul {
  background: #00A6DD;
}

.colLeftCollegeHome2 .popLinks2 ul li.title {
  color: #fff;
}

/*** Department page style overrides *****************************************/
/* NOTE: May want to consider moving these styles to a 
separate stylesheet instead of using the body tag override */

.departmentPage { /* body tag override */
  background: #FFF url(/images/common/bg8.gif) center top repeat-x;
  color: #333333;
}

/*.departmentPage .headerOuter {
  background: #59A346 url(/images/common/bgHeader3.gif) repeat-x;
}*/

/*--- Main nav styles ---*/


.departmentPage .mainNav a:hover, .departmentPage .mainNav a:active, .departmentPage .mainNav .current {
  border-color: #ccd9cc;
}

.departmentPage .quickLinks a, .departmentPage .quickLinks a:link, .departmentPage .quickLinks a:visited {
  color: #C5CC70;
}

.departmentPage .subNav {
  background: #668d66;
  color: #fff;
}

.departmentPage .subNav li {
  background: url(http://www2.binghamton.edu/images/common/bullet7.gif) 0 6px no-repeat;
}

.departmentPage .subNav li.title {
  color: #fff;
  background: none;
}

.departmentPage .subNav a, .departmentPage .subNav a:link, .departmentPage .subNav a:visited {
  color: #fff;
}

.departmentPage .subNav a:hover, .departmentPage .subNav a:active {
  background: none;
}

.departmentPage .subNav a.current, .departmentPage .subNav a.current:visited {
  color: #EDC83B;
  background: none;
}

.departmentPage .bcOuter {  
  background: #E6E6E6;
}

.departmentPage .content h1 {
  color: #7d2a2a;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-style:italic;
  text-transform: none;
}

.departmentPage .footerOuter {
  background: #00694E;
}


/*--- Department Home ---*/

.bannerDepartmentOuter {
  background: #fff;
}

.departmentHomeContent .colRight {
  border-color: #E6E2DA;
}


/*** Admissions page style overrides *****************************************/


.admissionsHome .bc { 
  background: #E6E6E6;
}

.dired, .dired a {
	color: #7D8183 !important;
}

/***** collegePage Variation R3 **********************************************/

.collegePageR3 .colLeftCollegeHome2 .popLinks2 {
  background: #fff;
}

.collegePageR3 .colLeftCollegeHome2 .popLinks2 a:visited {
  color: #47AED6;
}

.collegePageR3 .colLeftCollegeHome2 .popLinks2 ul {
  background: #fff;
}

.collegePageR3 .colLeftCollegeHome2 .popLinks2 li {
  background: url(/images/common/bullet2.gif) 0 6px no-repeat;
}

.collegePageR3 .colLeftCollegeHome2 .popLinks2 ul li.title {
  color: #e7731c;
  background: none;
}

.collegePageR3 .program .headerSmall a:visited  {
  color: #00a3e0;
}

.collegePageR3 .event .title a:visited  {
  color: #5dab56;
}

.collegePageR3 .event .date {
  color: #5dab56;
}

.collegePageR3 .newsItem .title a:visited {
  color: #00a3e0;
}

.collegePageR3 .newsItem .date {
  color: #00a3e0;
}

.collegePageR3 .events .colHeaderImage {
  padding-bottom: 14px;
}

/***** collegePage Variation R4 **********************************************/


.collegePageR4 .popLinks ul li {
  background: url(/images/common/bullet1.gif) 0 6px no-repeat !important;
}

.collegePageR4 .program .headerSmall a:visited  {
  color: #006a4d;
}

.collegePageR4 .event .title a:visited  {
  color: #5dab56;
}

.collegePageR4 .event .date {
  color: #5dab56;
}

.collegePageR4 .newsItem .title a:visited {
  color: #00a3e0;
}

.collegePageR4  .newsItem .date {
  color: #00a3e0;
}


.colRight .popLinks2 ul {
	background: #00a6dd;
}

.colRight .popLinks2 ul li.title {
	color: #fff;
}

.colRight .popLinks2 ul li a {
	color: #fff;
}

