/* ======== logo ======== */
#logo-sub 
{ 
	background: url(http://www.upstate.edu/incomingstudents/images/students_current_logo.gif) no-repeat;
	height: 70px;
	width: 400px;
	position: relative;
	top: -12px;
	margin-bottom: -12px;
}

#homelink
{
	position: absolute;
	top: -12px;
	left: 0;
	height: 70px;
	width: 250px;
}

#todo
{
	width: 100%;
}

.rightpanel
{
	float: right;
	padding-left: 9px;
	border-left: 1px solid #15629d;
	width: 350px;
}

#globalmenu_inner
{
	position: relative;
	z-index: 2;
}

#intranet { z-index: 2; }

h3.js
{
	cursor: pointer;
}

/* ================= style for newsletter ================= */
.cluetip-default 
{
  	background-color: #dbf2c7;
}

.cluetip-default #cluetip-outer 
{
	position: relative;
	margin: 0;
	background-color: #dbf2c7;
}

.cluetip-default h3#cluetip-title
{
	margin: 0 0 5px;
	padding: 8px 10px 4px;
	font-size: 0.75em;
	background-color: #008000;
	color: #ffffff;
	font-family: comic sans ms;

}

.cluetip-default #cluetip-inner
{
	padding: 5px 10px;
	font-size: 0.7em;
}

.newsletterheader
{
	font-family: comic sans ms; 
	font-size: 600%;
	font-weight: normal;
	color: #008000;
	text-align: center;
}

.comic
{
	font-family: comic sans ms; 
}

.text_green
{
	color: #008000;
}

.bg_green
{
	background-color: #008000;
}

.bg_yellow
{
	background-color: #ffffcc;
}

.subheader
{
	color: #008000;
	font-size: 110%;
	font-family: comic sans ms;
	font-weight: bold;
}


#frame
{
	position: relative;
	width: 386px;
	height: 235px;
	z-index: 0;
}

#fest_01big,
#fest_02big,
#fest_03big,
#fest_04big,
#fest_05big,
#fest_06big,
#fest_07big,
#fest_08big,
#fest_09big,
#fest_10big,
#fest_11big

{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#nav li ul
{
	z-index: 2;
}

 
/*-----------------My Upstate Rollover -----------*/

#my_upstate_rollover
{
    width: 166px;
    height: 60px;
    display: block;
    background: url(/currentstudents/images/my_upstate_rollover.jpg) no-repeat;
    cursor: pointer;
}

#my_upstate_rollover:hover
{
    background-position: 0 -60px;
}

/*------------------ Grad Video Rollover --------------*/

#gradvideo
{
    width: 170px;
    height: 98px;
    display: block;
    background: url(/currentstudents/images/gradvideo.jpg) no-repeat;
    cursor: pointer;
}

#gradvideo:hover
{
    background-position: 0 -98px;
}









