@charset "UTF-8";
/* CSS Document */

/* General Styles */

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #5DAB56;
	color: #00694D;
	padding: 0px;
	margin: 0px;
	line-height: 22px;
}

h2 {
	color: #00694D;
	font-size: 14px;
	font-weight: bold;
}

p {
	color: #999999;
	font-size: 13px;
}

.grey {
	color: #999999;
	font-weight: normal;
}

.date {
	text-transform: capitalize;
	font-size: 10px;
	font-weight: bold;
}

a, a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

.rssIcon {
	display: inline;
	float: none !important;
	padding: 0px !important;
}

.colHeaderImage {
	margin-top: 13px;
	margin-bottom: 5px;
}

.flashContent {
	background-image: url(http://www2.binghamton.edu/flash/non-flash-home.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 960px;
	height: 302px
}

/* News Column */

#newsColumn {
	width: 363px;
	float: left;
	margin: 10px;
}

#newsColumnContent {
	width: 343px;
	padding: 10px;
	background-image: url(../images/home/gradient-background-column.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#newsColumnContent img {
	float: right; 
	padding: 5px
}

#newsColumnContent ul {
	margin: 10px 0px 0px 0px;
	padding: 0;
	list-style-type: none;
}
#newsColumnContent ul li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #00694D;
	line-height: 16px;
	margin-bottom: 10px;
}

#newsColumnContent a, a:link, a:visited {
	color: #00694D;
}

#newsColumnContent a:hover, a:active {
	color: #00694D;
}

/* Presidential Search */

#presidentialSearch {
	width: 343px;
	height: 140px;
	padding: 10px;
	background-image: url(../images/home/gradient-background-column.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#presidentialSearch h1 {
	color: #00694D;
	border-color: #00694D;
}

#presidentialSearch a, a:link, a:visited {
	color: #00694D;
}

#presidentialSearch a:hover, a:active {
	color: #00694D;
}

#presidentialSearch img {
	float: right; 
	padding: 5px
}

/* Binghamton Magazine */

#binghamtonMagazine {
	width: 343px;
	height: 215px;
	padding: 10px;
	background-image: url(../images/home/gradient-background-column.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#binghamtonMagazine h1 {
	color: #00694D;
	border-color: #00694D;
}

#binghamtonMagazine a, a:link, a:visited {
	color: #00694D;
}

#binghamtonMagazine a:hover, a:active {
	color: #00694D;
}

#binghamtonMagazine img {
	float: right; 
	padding: 5px
}

/* Campaign Column */

#middleColumn {
	width: 363px;
	float: left;
	margin: 10px 10px 0px 0px;
	padding-right: 10px;
	border-right: 1px dotted #ccc;
}

#middleColumnContent {
	width: 343px;
	background-image: url(../images/home/gradient-background-column.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
}

#middleColumnContent h1 {
	color: #00694D;
	border-color: #00694D;
}

#middleColumn ul {
	margin: 10px 0px 0px 0px;
	padding: 0;
	list-style-type: none;
}
#middleColumn ul li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #00694D;
	line-height: 16px;
	margin-bottom: 10px;
	background: url(http://www2.binghamton.edu/images/common/bullet11.gif) 0px 6px no-repeat;
	padding-left: 10px;	
}

#middleColumn a, a:link, a:visited {
	color: #00694D;
}

#middleColumn a:hover, a:active {
	color: #00694D;
}

#campaignVideoTitle {
	width: 321px;
	padding-top: 13px;
}

#campaignVideoTitleScreen {
	padding: 5px;
	margin-top: -45px;
	margin-left: 1px;
	position: absolute;
	background-image: url(../images/home/white-screen-80percent.png);
	background-repeat: repeat;
	line-height: 14px;
}

#campaignVideoTitleScreen p {
	margin: 0;
	color: #666;
}

/* calendar */

#calendar {
	width: 343px;
	padding: 10px;
	background-image:url(../images/home/gradient-background-column.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#calendar ul li {
	color: #999999;
}

#calendar h1 {
	color: #00694D;
	border-color: #00694D;
}

#calendar a, a:link, a:visited {
	color: #00694D;
}

#calendar a:hover, a:active {
	color: #00694D;
}

/* Admissions */

#admissions {
	width: 343px;
	background-image:url(../images/home/gradient-background-column.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 20px 10px 10px;
}

#admissions h1 {
	color: #00694D;
	border-color: #00694D;
}

#admissions a, a:link, a:visited {
	color: #00694D;
}

#admissions a:hover, a:active {
	color: #00694D;
}

/* Spotlight */

#spotlight {
	width: 182px;
	float: right;
	margin: 10px 10px 10px 0px;
}

#spotlightContent {
	width: 162px;
	background-image:url(../images/home/gradient-profile.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
}

#spotlightContent a img {
	border: 1px solid #fff;
}

#spotlightContent a:hover img {
	border: 1px solid #00694D;
}

#spotlightContent h1 {
	color: #00694D;
	border-color: #00694D;
}

#spotlightContent ul {
	color: #999999;
	padding-left: 10px; 
}

#spotlightContent ul li {
	padding-bottom: 15px
}

#spotlightContent a, a:link, a:visited {
	color: #00694D;
}

#spotlightContent a:hover, a:active {
	color: #00694D;
}

/* footer */
.bodyContent {
	padding-bottom: 20px;
}

.dired {
	display: none;
}

/*misc.*/

.hidden {
    display: none;
}
