/* Styles for Top-right Banner Box */

div#banner-highlight {
  padding: 0;
  margin: 0;
  height: 79px;
  float: right;
  overflow: hidden;
  white-space: nowrap;
}
  
#banner-text {
  color: #fff;
  float: left;
  width: 16em;
}

.engaging #banner-text {
  background: #010028
  url(http://assets.monash.edu.au/images/top-level/banner-highlight/engaging-curve.jpg) top left no-repeat;
  height: 79px;
}

.engaging #banner-text h2 {
  background-color: #010028;
}

.banner-red #banner-text {
  background: #590013 url(http://assets.monash.edu.au/images/top-level/banner-highlight/red-curve.gif) top left no-repeat;
  height: 79px;
}

.banner-red #banner-text h2 {
  background-color: #590013;
}

.banner-green #banner-text {
  background: #111e04 url(http://assets.monash.edu.au/images/top-level/banner-highlight/green-curve.gif) top left no-repeat;
  height: 79px;
}

.banner-green #banner-text h2 {
  background-color: #111e04;
}

.banner-blue #banner-text {
  background: #022c57 url(http://assets.monash.edu.au/images/top-level/banner-highlight/blue-curve.gif) top left no-repeat;
  height: 79px;
}

.banner-blue #banner-text h2 {
  background-color: #022c57;
}

#banner-highlight img {
  float: left;
}

#banner-highlight h2 {
  padding: 5px 5px 0px 5px;
  margin: 7px 0 0 45px;
  font-size: 1.2em;
  word-spacing: -0.125em;
}
  
#banner-highlight p {
  padding: 1px 1px 0px 10px;
  margin: 2px 0 0 45px;
  font-size: 1.0em;
}

#banner-highlight a,
#banner-highlight a:link,
#banner-highlight a:visited, 
#banner-highlight a:active {
  color: #fff;
  text-decoration: none;
}

#banner-highlight h2 a,
#banner-highlight h2 a:link,
#banner-highlight h2 a:visited, 
#banner-highlight h2 a:active {
  color: #fff;
  text-decoration: underline;
}

#banner-highlight h2 a:hover {
  color: #fff;
  text-decoration: none;
}

#banner-highlight a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Future Students Banner Highlight */

#banner-highlight .fb h2 {
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 1.0em;
  margin-top: 3px;
}
					
#banner-highlight .fb p {
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: 2px;
  margin-bottom: 1px;
  font-size: 0.8em;
}
											

#future .banner-dark-red #banner-text {
  background: #790000 url(http://assets.monash.edu.au/images/top-level/banner-highlight/dark-red-curve.gif) top left no-repeat;
  height: 79px;
}
	
#future .banner-dark-red #banner-text h2 {
  background-color: #790000;
}

#future .banner-light-blue #banner-text {
  background: #c6ddef url(http://assets.monash.edu.au/images/top-level/banner-highlight/light-blue-curve.gif) top left no-repeat;
  height: 79px;
}
	
#future .banner-light-blue #banner-text h2 {
  background-color: #c6ddef;
}

#future .banner-gray #banner-text {
  background: #525649 url(http://assets.monash.edu.au/images/top-level/banner-highlight/gray-curve.gif) top left no-repeat;
  height: 79px;
}
	
#future .banner-gray #banner-text h2 {
  background-color: #525649;
}
