@charset "utf-8";
/* CSS Document */
@import url('normalize.css');


body {
	margin:0px;
	padding:0px;
	font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 10.5pt;
	color: #333;
	background-color:#EEEEEE;
}
.westernshieldon {
	background-image:url(bigshield.gif) !important;
	background-position:top center;
	background-repeat:no-repeat;
}
p {
	line-height:24px;
}
img {
	border:0px;
} 
hr {
	margin: 10px auto;
    padding: 0px;
    width: 100%;
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0;
}
button {
	border: 1px solid #CCC;
	padding:10px 40px;
	font-size:16px;
	font-weight:bold;
	cursor:pointer;cursor:hand;	
}
button:hover {	
	color:#015B86;
}



/* */
#brandingbox {
	width:100%;
	height:79px;
	padding:0px;
	margin:0px;
	/*background-image:url(bg_brandingbar.jpg);
	background-repeat:repeat-x;*/
	}

 
 

.brandingcontbox { 
	position: relative; 
	width:960px;
	height:79px;
	margin:0px auto;
}  
.brandingcont {  position: absolute; height:79px; top: 0px; bottom: 0px;  } 
.brandingcont-1 { left: 0%; right: 75%;}  
.brandingcont-2 { left: 25%; right: 20%; text-align:right; color:#4f2683; font-weight:bold;}  
.brandingcont-3 { left: 80%; right: 0%; text-align:right; padding-right:5px;} 
/* .brandingcont .brandingcont-1 .brandingcont-2   --- customized code for housing.uwo.ca */


#mainmenu {
	width:100%;
	height:44px;
	margin:0px auto;
	margin-bottom:10px;
	background-image:url(bg_mainmenu.png);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#4f2683;	 
}  
#mainmenuitem {
	width:800px;
	padding-right:160px;
	height:44px;
	margin:0px auto;
	color:#FFFFFF;
	text-align:center;
 }
#mainmenuitem li {	 
	padding-top:0px !important;
	padding-bottom:0px !important;
	line-height:normal !important;	
}








#bodybg {
	/*background-image:url(bg_body.png);
	background-position:center;
	background-repeat:repeat-y;
	width:100%;
	padding-top:10px;
	*/ 
	margin:0px auto;	
	width:960px;
	height:100%;
	margin-bottom:100px;	
	background-color:#FFFFFF; 

-moz-box-shadow: 0 10px 10px  #666;
-webkit-box-shadow: 0 10px 10px  #666;
box-shadow: 0 10px 10px #666;	 
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#AEAEAE')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#AEAEAE');	
}



 
 
#bodybg a:link{ color:#015B86; text-decoration:none;}
#bodybg a:visited{ color:#015B86; text-decoration:none;}
#bodybg a:active{ color:#015B86;text-decoration:none;}
#bodybg a:hover{ color:#029feb; text-decoration:none;}  
 
 
 

#bodybg li {
	padding-top:0px;
	padding-bottom:2px;
	line-height:24px !important;	
}


.bodybox {
	clear:both;
	width:960px;
	margin:0px auto;	
} 
.bodyboxleft {
	float:left;
	display:block;
	width:620px;
	padding-left:10px;
	padding-right:10px;	 
	/* background-color:#CCCCCC;	*/
}
.bodyboxleft2 {
	float:left;
	display:block;
	width:600px;
	padding-left:30px;
	padding-right:10px;
	/* background-color:#CCCCCC;	*/
}
.bodyboxright {
	float:right;
	display:block;
	width:310px;
	padding-right:10px;
	/*  background-color:#FF9;*/
}
.bodytext {
	padding-left:20px;
	padding-right:20px;	
}
.bodyonecolcont {
	/*background-color:#CCC;  */
	width:920px;
	margin:0px 20px; 
}











 
/* S: Footer */
#footerbox {
	/*background-image:url(bg_footer.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-bottom:100px; 
	*/
	height:200px;
	width:100%;
	margin:0px auto;
	margin-top:80px;
	background-color:#4f2683;
	color:#FFF;
 	clear:both; 
}
.footerinner-box { 
	position: relative; 
	width:900px; 
	margin:0px auto; 
	/*font-family: Arial, Helvetica, sans-serif; 	*/
	font-size:14px;	
	}  
.footercol {  position: absolute;   top: 0px; bottom: 0px;  } 
.footercol-1 { left: 0%; right: 70%; line-height:15px; color:#FFFFFF; line-height:20px;}  
.footercol-2 { left: 22%; right: 24%; line-height:15px; color:#C7B8D9; line-height:20px;}  
.footercol-3 { left: 74%; right: 0%; line-height:15px; color:#FFFFFF; line-height:20px;} 
 


a.footer:link{color:#C7B8D9 !important; text-decoration:none;}
a.footer:visited{color:#C7B8D9 !important; margin-top:30px; text-decoration:none;}
a.footer:active{color:#C7B8D9 !important; margin-top:30px; text-decoration:none;}
a.footer:hover{color:#B3F8FD !important; margin-top:30px; text-decoration:none;}  
 
a.footertitle:link{color:#FFF !important; font-weight:bold; margin-top:30px; text-decoration:none;}
a.footertitle:visited{color:#FFF !important; font-weight:bold; margin-top:30px; text-decoration:none;}
a.footertitle:active{color:#FFF !important; font-weight:bold; margin-top:30px; text-decoration:none;}
a.footertitle:hover{color:#B3F8FD !important; font-weight:bold; margin-top:30px; text-decoration:none;}  
 
      
/*.footercontent {
	background-color:#4f2683;
	width:960px;
	margin: 0px auto;
}*/

/* E: Footer */





.responsive2col {
	clear:both;
	width:100%; 
	padding: 0px;
	margin:0px;
 }
.responsive2colleft {
	float:left;
	display:block;
	width:48%; 
 	padding-right:2%; 
 }
.responsive2colright {
	float:right;
	display:block;
	width:48%; 
	padding-left:2%; 
  }


.picturestylea {
     padding-bottom: 13px;
     background-image: url(shadow_rb_corner.png);
     background-position: right bottom;
     background-repeat: no-repeat;
}



.purpletitle {
	font-family:Tahoma, Geneva, sans-serif;
	background-color:#4f2683;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	padding:8px;
	line-height:20px;
	text-transform:uppercase;
	border-bottom:1px solid #666;
}

.graytitle {
	font-family:Tahoma, Geneva, sans-serif;
	background-color:#EEEEEE;
	color:#4f2683;
	font-size:14px;
	font-weight:bold;
	padding:8px;
	line-height:20px;
	text-transform:uppercase;
	border-bottom:1px solid #BBBBBB;
}

.darkgraytitle {
	background-color:#666666;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	padding:8px;
	line-height:20px;
	text-transform:uppercase;
 }
 





.smalltext {
	font-size:12px;
}
 
.lineheight {
	line-height:18px;
} 
.purpletext {
	color:#4f2683;
}


.listylenone {
	list-style:none;
}

 
.secondfont {
	font-family: Tahoma, Geneva, sans-serif;
}



.clearfix {
	clear:both;
	height: 0; 
	visibility: hidden; 
	display: block;
}
 
.gap-10 {
	height:10px;	 
}

.gap-16 {
	height:16px;	 
}

.gap-40 {
	height:40px;	 
}


.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.marginleft {
	margin-left:10px;
}
.marginright {
	margin-right:10px;
}
 
.purpletext {
	color:#4f2683;
} 
.redtext {
	color:#CC0000;
} 
.bgcolorsecondary {
	background-color:#F1EFF5;
}
.roundedcornor {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
.bold {
	font-weight:bold;
}
.divclear {
	clear:both;
	height:1px;
}
.clearboth {
	clear:both;
}
.center {
		text-align:center;
		margin:0px auto;
		}
.textright {
	text-align:right;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.uppercase {
	text-transform:uppercase;
}
.italic {
	font-style:italic;
}