/* use this file to overwrite settings found in institution.css */


/* Change Right Column Background Color */
div.right {
	background-color: #fff;
}

/* Modify the Splash Page Text */
.msgarea {
	background-image: url(http://www.canadainternational.gc.ca/prmny-mponu/assets/images/splash/splash_en_fr.jpg); 
}
div.headcontainer {
	color: #fff;
 	float: none;
 	text-align: center;
 	padding-top: 93px;
 	padding-left: 0px;
	margin-left: 310px;
 	width: 300px;
 	background-color: transparent;
 	display: block;
 	font-size: 18px;
 	font-weight: normal;
 	height: 120px;
 	min-height: 70px;
 	padding-bottom: 0px;
 	padding-right: 0px;
}
div.headcontainerURL {
  	font-size: 100%;
  	font-weight: 400;
  	margin-bottom: 0px;
   	margin-top: 15px;
   	font-family: Arial;   
}
div.headcontainerSubTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;   
	font-size: 65%;
	color: #fff;
}

/*Adjust the long text/title in the banner*/

div.banner div.alttext {
    margin: -50px 167px 0 157px; /* Changed the left margin from 167px to 157px to off set the change in the width */
    width: 450px; /* Changes the width from 426px to 450px to account for the length of the title */
    }
