img,div#home-bottom-promo {
  behavior: url(/igs/static/iepngfix.htc);
}

body
{
  padding: 0;
  background-color: #133a63;
  text-align: center;
  font-family: Arial,sans-serif;
  margin: 0 auto;
  min-width: 600px;
}

#containme
{
	position: relative;
	width: 960px;
	background-color: #FFF;
	text-align: left;
	margin: 0 auto;
	background-image: url(/igs/static/images2/collegeLogosBackground.jpg);
	background-repeat: repeat-y;
}

table#main {
  border-collapse: collapse;
  width: 960px;
}

/* ---------------- */
/*     HEADER       */
/* ---------------- */

#header
{
  height: 86px;
  background-image:url(/igs/static/images2/barTop.gif);
  background-repeat: no-repeat;
  padding-left: 7px;
  position: relative;
}

#header-subpage
{
  height: 124px;
  background-image:url(/igs/static/images2/barTop.gif);
  background-position: bottom;
  background-repeat: no-repeat;
  padding-left: 7px;
  position: relative;
}

#promo-sub {
  position: absolute;
  top: 12px;
  right:12px;
}

img#logo1 {
  margin-top: 19px;
}

#logo1-subpage {
  margin-top: 0px;
}

#tagline {
  left: 18px;
  top: 14px;
  width: 229px;
  position: absolute;
}

/* ---------------- */
/*     SIDEBAR      */
/* ---------------- */

td#home-sidebar
{
  width: 133px;
  vertical-align: top;
  border-right: solid 1px #FFFFFF;
  background-color:#18497d;
  /* background-image:url(/igs/static/images2/sidebarBackground.gif); */
  /* background-repeat:repeat-y; */
  padding-left: 7px;
  text-align: left;
}

img#logo2, img#logo2-subpage {
  margin-top: 0px;
}

div#promo1 {
/*  border: 1px solid #fff;
  padding: 9px;
  margin: 20px 9px 15px 0px;
  text-align: left;
*/
  margin: 14px 0px 0px 2px; /* JB: Change from 27px on 3/20 */
}

div#promo2 {
  /*  border: 1px solid #fff;
  padding: 4px;
  margin: 0px 9px 15px 0px;
  text-align: center; */

  margin: 14px 0px 0px 2px;
  /* background-color:#00FF33; /* for testing */
}

div#promo3 {
/*  border: 1px solid #fff;
  padding: 4px;
  margin: 0px 9px 15px 0px;
  text-align: center;
*/
  margin: 14px 0px 0px 2px;
}

div#promo1 h2,div#promo2 h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 15px;
  color:#fff;
  margin: 0;
  padding: 0;
  text-align: left;
}

div#promo1 p,div#promo2 p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 12px;
  color:#fff;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-top: 4px;
}

div#promo2 h2, div#promo2 p {
  padding: 5px 5px 0px 5px;
}


/* ---------------- */
/*   HOME CONTENT   */
/* ---------------- */

td#home-content {
  width: 822px;
}

div#home-pic {
  width: 471px;
  height: 314px;
  background-image:url(/igs/static/images2/homePhotoPennState.jpg);
  float:left;
}

img#logo3, img#logo3-subpage {
  margin: 0;
  padding: 0;
  border: 0;
}

/* ---------------- */
/*   SEARCH PANEL   */
/* ---------------- */

div#home-search {
  width: 349px;
  height: 314px;
  background-image:url(/igs/static/images2/searchAreaBackgroundHome.png);
  float:right;
  position: relative;
}

form#searchform #textfield {
  position: absolute;
  left: 26px;
  top: 47px;
  width: 268px;
  font:Arial, Helvetica, sans-serif;
  font-size:12px;
  color: #656565;  
}

form#searchform #gobutton {
  position: absolute;
  left: 303px;
  top: 47px;
}

p#scrolllist-header {
  position: absolute;
  left: 26px;
  top: 124px;
  font:Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight:bold;
  color:#fff;
  padding: 0;
  margin: 0;
}

div#scrolllist {
  position: absolute;
  left: 18px;
  top: 142px;
  width: 303px;
  height: 146px;
  overflow:scroll;
  border: 1px solid #fff;
  padding-top: 8px;
  padding-left: 8px;
}

div#scrolllist a {
  display: block;
  margin-bottom: 4px;
  font:Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

div#scrolllist a:hover {
  text-decoration: underline;
  
}

/* ---------------- */
/*   BOTTOM PANEL   */
/* ---------------- */

div#home-bottom {
  clear: left;
  position: relative;
  top: 0px;
  left: 0px;
  width: 820px;
}

div#home-text {
  margin-left: 50px;
  padding-top: 22px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:19px;
  color:#fff;
  width: 389px;
}

div#home-text h1 {
  color: #fff;
  font:Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:15px;
  line-height:20px;
}

div#home-bottom-promo {
  position: absolute;
  width: 229px;
  height: 131px;
  top: 22px;
  right: 57px;
  float: right;
  background-image:url(/igs/static/images2/promoHomeImage2.png);
  background-repeat:no-repeat;
  text-align: center;
}

#counter {
  position: relative;
/*  left: 20px;
  top: 39px;
*/
  left: 0;
  top: 0;
}

/* ---------------- */
/*    SUB CONTENT   */
/* ---------------- */

td#sub-content {
  vertical-align: top;
  width: 820px;
  padding: 0;
  margin: 0;
  border: 0; 
}

td#sub-content-text,td#sub-content-text-generic {
  width: 587px;
  vertical-align: top;
  padding: 19px 37px 25px 50px;
}

td#college-logo {
  padding: 12px;
  width: 100px;
  height: 100px;
  background-color: #fff;
}

td#college-name {
  vertical-align: bottom;
  background-image:url(/igs/static/images2/subHeaderGenericBackground.png);
  background-repeat:repeat-x;
  width: 696px;
  height: 100px;
  padding: 0px 50px 20px 17px;
  vertical-align: bottom;
}

td#generic-header {
  vertical-align: bottom;
  background-image:url(/igs/static/images2/subHeaderGenericBackground.png);
  background-repeat:repeat-x;
  width: 820px;
  height: 100px;
  padding: 0px 50px 20px 50px;
}

td#college-name p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #005d9c;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

td#college-name h1, td#generic-header h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 32px;
  color: #005d9c;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

td#sub-content-text h2 {
  font-family: 	Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 17px;
  color: #e3ef95;
  font-weight: bold;
  margin: 10px 0 5px 0;
  padding: 0;
}

td#sub-content-text-generic h2 {
  font-family: 	Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 17px;
  color: #fff;
  font-weight: bold;
  margin: 11px 0 0px 0;
  padding: 0;
}


td#sub-content-text a, #footer a, td#sub-content-text-generic a {
  /*color: #e3e3e3;*/
  color: #e3ef95;
  text-decoration: none;
}

td#sub-content-text a:hover, #footer a:hover, td#sub-content-text-generic a:hover {
  color: #fada03;
  text-decoration: none;
}

td#sub-content-text a:visited, , #footer a:visited, td#sub-content-text-generic a:visited {
  color: #fff;
  text-decoration: none;
}

td#sub-content-text p,td#sub-content-text-generic p {
  font-family: 	Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #e3e3e3;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

td#sub-content-text-generic p.search-again {
  margin-top: 20px;
}

td#sub-content-text img.storeButton {
  margin-top: 7px;
  margin-bottom: 20px;
}

/* ----------------- */
/* SUB SIDEBAR RIGHT */
/* ----------------- */

td#sub-sidebar-right {
  width: 233px;
  text-align: center;
  background-image: url(/igs/static/images2/searchAreaBackgroundSub2.jpg); */
  /* background-color:#00FF00; /* For Testing */
  background-position: top;
  background-repeat: no-repeat;
  vertical-align: top;
}

div#scrolllist-container {
  background-image: url(/igs/static/images2/searchAreaBackgroundSub.jpg);
  background-position: top;
  background-repeat: no-repeat;
  height: 285px;
  width: 233px;
}

div#scrolllist-subpage {
  text-align: left;
  width: 194px;
  height: 220px;
  overflow:scroll;
  border: 1px solid #fff;
  padding-top: 8px;
  padding-left: 8px;
  margin: 36px 11px 29px 10px;
}

div#scrolllist-subpage a {
  display: block;
  margin-bottom: 4px;
  font:Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

div#scrolllist-subpage a:hover {
  text-decoration: underline;
}

div#sub-promo-right-0 {
  width: 233px;
  background-image:url(/igs/static/images2/inst-sites-box.png);
  background-repeat:no-repeat;
  background-position: top;
  background-color: #073f5d;
  background-size: 'auto';
  text-align: left;
  margin-top: 9px;
/*  padding: 20px 0 0 20px;*/
/*padding:0;*/
  padding: 40px 0 15px 0;
}

div#sub-promo-right-0 p { 
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 15px;
  color: #fff;	
  margin: 0 0 5px 11px;
  padding: 0;
}

div#sub-promo-right-0 p a {
	text-decoration: none;
	color: #fff;
}

div#sub-promo-right-0 p a:hover {
	text-decoration: underline;
}

div#sub-promo-right-1 {
  display:block;
  position:relative;
  
  margin: 10px 0 0 0;
  padding: 78px 0 0 28px;
  
  width: 229px;
  height: 131px;
  overflow:hidden;
  
  background-repeat:no-repeat;
  background-image:url(/igs/static/images2/promoHomeImage2.png);
  /* background-color:#33FF66; /* For Testing */
  
  text-align:left; 
  /* text-align: center; */
  
  /*  margin-top: 6px; */
  
}

/* div#sub-promo-right-1 div {
  float: right;
  top: 77px;
  width: 150px;
  position: relative;
  right: 46px;
} */

div#sub-promo-right-2 {
  display:block;
  position:relative;
  
  margin: 0;
  padding: 0;
  
  width:229px;
  overflow:hidden;
  
  text-align:left;
  /* height: 131px; /* Image Height (131) + Top Margin (10) + Bottom Margin (0) + Padding (0) = 141 */
}

/* ---------------- */
/*   FOOTER         */
/* ---------------- */

div#footer {
  clear: left;
  margin-top: 73px;
  font:Arial, Helvetica, sans-serif;
  font-size:10px;
  color:#cecece;
  font-weight: bold;
/*  margin-left: 50px;*/
  margin-bottom: 20px;
  text-align: center;
}
