/* @override http://www.binghamton.edu/css/styles-ivp2.css */

/* @override http://www.binghamton.edu/css/styles-ivp2.css */

/* @override http://www.binghamton.edu/css/styles-ivp2.css */

/* @override http://www.binghamton.edu/css/styles-ivp2.css */

/*** General styles **********************************************************/

a, a:link, a:visited {
	color: #419cbf;
}

/* 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;
}

.color9 {
	color: #8e0000;
}

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

.colInner .title:link, .colInner .title:visited {
	color: #00543f;
}

.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 {
	color: #777;
}

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

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

.colItemFill {
	background: #e8e8e8;
}

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

.separatorBig {
	border-top: solid 6px #DEDCA5;
}

/*--- 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 {
	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;
}

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

.subNavOuter {
	background: #1A5691;
}

.subNavOuter2 {
	background: #00A1E1;
}

.subNavOuter3 {
	background: #8188C2;
}

.subNavOuter .imgTitle {
	margin: 0 auto;
}

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

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

.relatedLinks {
	color: #d3599a;
}

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

/*--- Breadcrumbs ---*/

.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;
	height:  425px;
}

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

.content h1 {
	color: #8e0000;
}

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

.content h1.color4 {
	color: #4eacd1;
}

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

.content h2 {
	color: #e7731c;
}

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

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

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

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

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

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

.formOuter fieldset .title {
	background: #00684D;
	border-bottom: solid 3px #fff;
}

.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;
}

.footerOuter .sep {
	border-right: solid 1px #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;
}

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

/*** 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;
}

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

.researchPage .mainNav a, .researchPage .mainNav a:link, .researchPage .mainNav a:visited {
	border-bottom: solid 6px transparent;
}

.researchPage .mainNav a:hover, .researchPage .mainNav a:active, .researchPage .mainNav .current {
	border-color: #8D363B;
}

.researchPage .colRight, .researchPage .colBorderRight, .researchPage .colBorderLeft {
	border-color: #BDB8AD;
}

.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;
}

.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;
}

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

/*** 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(http://www.binghamton.edu/ivp/images/ivp-bg.gif) center top repeat-x;
	color: #68645e;
}

.collegePage .bodyBanner img {
	border-style: solid;
	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;
}

.collegePage .bc {
	background: #e9e6d0;
	border: 1px solid #d1cfba;
	font-size: 10px;
	margin-top: 6px;
}

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

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

.bannerCollegeOuter {
	background: #fff;
}

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

.title {
	color: #bfddb7;
	font-size: 20px;
	text-shadow: #004c39 1px 1px 0;
	line-height: 105%;
	margin-top: 20px;
	list-style-image: none;
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 15px;
}

.collegePage {
	
}

.collegePage .bodyContent {
	margin-top: 0;
	padding-top: 10px;
}

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

.collegeHomeFeature .featureContent {
	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;
/*widt

h: 441px; original width */
}

.collegeHomeContent .col2 {
	border-left: solid 1px #ECEAD8;
/*widt

h: 205px; original width */
}

.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: #84a873;
}

/*** 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/bg3.gif) center top repeat-x;
	color: #68645e;
}

/*.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: #edc83b;
}

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

.departmentPage .subNav {
	background: #00A1E1;
	color: #fff;
}

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

.departmentPage .bcOuter {
	background: #E6E6E6;
}

.departmentPage .content h1 {
	color: #00a1e1;
}

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

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

.bannerDepartmentOuter {
	background: #fff;
}

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

/* departmentLanding variation */

.departmentVariation {
	background: #fff url(/images/common/bg5.gif) center top repeat-x !important;
}

.departmentVariation .subNav {
	background: #baae3c !important;
}

.departmentVariation .subNavTop {
	background: url(/images/common/bgSubNavTop.gif) no-repeat top right;
}

.departmentVariation .subNavBottom {
	background: url(/images/common/bgSubNavBottom.gif) no-repeat top right;
}

.departmentVariation .quickLinks a, .departmentVariation .quickLinks a:link, .departmentVariation .quickLinks a:visited {
	color: #ffd525 !important;
}

.departmentVariation .searchButton {
	background: #ad5c00 !important;
}

.departmentVariation .content h1 {
	color: #449171 !important;
}

.departmentVariation .footerOuter {
	background: #baae3c !important;
}

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

.admissionsHome .bc {
	background: #E6E6E6;
}

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

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

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

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

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

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

.collegePageR3 .colLeftCollegeHome2 .popLinks ul li.title, 
.collegePageR3 .colLeftCollegeHome2 .popLinks2 ul li.title {
	color: #e7731c;
}

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

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

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

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

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

/***** collegePage Variation R4 **********************************************/
.collegePageR4 .bannerSmall{
	display:block;
	width: 335px;
	height: 270px;
	padding-left: 20px;
	padding-top: 25px;
}
.colItem .colHeaderImage {
	margin: 5px 0 5px 10px;
}
.colLeftCollegeHome2 .topImage{
	width:365px;
	margin:6px 0 0 6px;
		background: url(http://www.binghamton.edu/ivp/images/img-hldr.gif) no-repeat 0;
	}
.collegePageR4 .popLinks ul li {
	background: url(http://www.binghamton.edu/ivp/images/img-hldr.gif) no-repeat 0;
}




.collegePageR4 .program .headerSmall a,
.collegePageR4 .program .headerSmall a:link,
.collegePageR4 .program .headerSmall a:visited {
	color: #01503c;
}

div.colLeft.colLeftCollegeHome2.topImage {
	width: 365px;
	margin: -8px 0 0 6px;
		background: url(http://www.binghamton.edu/ivp/images/img-hldr.gif) no-repeat 0;
	height: 300px;
	color: #38583a;
}
div.colLeft.colLeftCollegeHome2.topImage h1{
	margin-left: 35px;
	color: #004c39;
	font: 23px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
div.colLeft.colLeftCollegeHome2.topImage p{
	margin-left: 35px;
	color: #077b5d;
	font: 18px/105% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: -.65px;
}


.collegePageR4 .event .title a,
.collegePageR4 .event .title a:link ,
.collegePageR4 .event .title a:visited {
	color: #77b65b;
}

.collegePageR4 .event .date {
	color: #75b459;
}

.collegePageR4 .newsItem .title a,
.collegePageR4 .newsItem .title a:link,
.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;
}

div.midtophdr {
	width: 950px;
	display: block;
	text-align: left;
	vertical-align: text-top;
	background: white 0 0;
	height: 335px;
	padding: 0 5px 10px;
	position: relative;
	z-index: 0;
	margin-right: auto;
	margin-top: 40px;
	margin-left: auto;
	font-size: 18px;
	line-height: 22px;
	list-style-image: none;
	list-style-type: none;
}
div.slideshow {
	margin-top: 10px;
	padding-bottom: 10px;
	display: table;
	z-index: 0;
	position: absolute;
	visibility: visible;
}
div.slideshow.popLinks2 {
	position: absolute;
	width: 310px;
	height: 235px;
	background-color: transparent;
	padding-left: 55px;
	color: white;
	text-shadow: #004c39 1px 1px 0;
	z-index: 10;
	float: left;
	clear: left;
	display: block;
	top: 0;
	left: 0;
	visibility: visible;
}
.popLinks2 {
	position: absolute;
	width: 295px;
	height: 255px;
	background-color: transparent;
	padding-left: 50px;
	color: white;
	text-shadow: #004c39 1px 1px 0;
	display: block;
	z-index: 1;
	visibility: visible;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	bottom: 90px;
}
.popLinks2 ul{
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	line-height: 150%;
}
.popLinks2 ul a{
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	color: #fff;
}

.phoneholder{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
	display: inline-block;
	padding: 0;
	margin: 0;
	position: relative;
	visibility: visible;
	height: 44px;
}
.phoneholder1{
	width: 337px;
	}
	.phoneholder2{
	width: 317px;
	}
	.phoneholder3{
	width: 294px;
	clear: left;
	display: inline-block;
	float: left;
	position: relative;
}
ul.phonenumbers {
	display: inline;
	list-style-type: none;
	clear: left;
}
ul.phonenumbers li{
	display: inline;
	height: 44px;
	list-style-type: none;
	float: left;
	clear: left;
	width: 200px;
}
.mainNav {
	min-height: 35px;
	color: #fff;
	font-size: 98%;
	overflow: visible;
	white-space: nowrap;
	width: 960px;
	font-weight: bold;
	margin-left: 55px;
}

.collegePage .mainNavOuter{
	float:left;
	position:relative;
	left:50%;
	text-align:left;
}

div.phonenav {
	background-color: #00694e;
	height: 60px;
	top: 8px;
	position: relative;
	font-size: 100%;
	background-image: url(http://www.binghamton.edu/ivp/images/nav-top.gif);
	border-bottom: 6px solid white;
	width: 948px;
	margin-left: 1px;
	z-index: 6;
	
}

div.phonefirst {
	width: 235px;
	border-right: 1px none white;
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #f6d865;
	float: left;
	clear: left;
	position: relative;
	height: 50px;
	z-index: 7;
	background: transparent 0 center;
	bottom: 18px;
	padding-top: 5px;
	line-height: 18px;
	text-indent: -9000px;
}

div.phonesecond {
	width: 235px;
	height: 50px;
	border-right: 1px none white;
	display: inline;
	text-align: center;
	text-transform: uppercase;
	color: #f6d865;
	position: relative;
	clear: left;
	float: left;
	left: 238px;
	z-index: 7;
	background: transparent 0 center;
	bottom: 73px;
	padding-top: 5px;
	line-height: 18px;
	text-indent: -9000px;
}

div.phonethird {
	width: 230px;
	height: 50px;
	border-right: 0 none white;
	display: inline;
	text-align: center;
	text-transform: uppercase;
	color: #f6d865;
	position: relative;
	clear: left;
	float: left;
	left: 475px;
	bottom: 128px;
	z-index: 7;
	background: transparent 0 center;
	padding-top: 5px;
	line-height: 18px;
	text-indent: -9000px;
}
div.phonefourth {
	width: 230px;
	height: 50px;
	border-right: 0 none white;
	display: inline;
	text-align: center;
	text-transform: uppercase;
	color: #f6d865;
	position: relative;
	clear: left;
	float: left;
	left: 715px;
	bottom: 182px;
	z-index: 7;
	line-height: 18px;
	background: transparent 0 center;
	padding-top: 5px;
	text-indent: -9000px;
}
div.link {
cursor: pointer;
text-decoration: underline;

}
