/* Alumni specific CSS Document */

@media all {	
	h2.cga {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:18px;
	}
	
	h3 {
		margin:0;
		padding:0;
		width:100%;
		color:#fff;
		font:11px Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		background:#185471;
		text-align:center;
		height:20px;
		line-height:1.7;
		margin-bottom:1px;
	}
	
	h3.alberta {
		width:597px;
	}
	
	dl {
		width:100%;
		margin:0;
		padding:0;					
	}
	
	dl.alberta {
		width:597px;
	}
		dl.alberta  dt{
		text-transform:uppercase;	
	}
			
}

@media screen {
	#covered-conditions {
		margin:0;
		padding:0;
		margin-left:20px;
	}
	
	#covered-conditions ul {
		float:left;
		width:270px;
		margin:0;
		padding:0;
		margin-top:10px;
		margin-bottom:20px;
		margin-right:1px;
	}
	
	* html #covered-conditions ul {
		margin-top:0;
		margin-bottom:10px;
		width:260px;
	}
	
	#covered-conditions ul li {
		list-style:none;
		margin:0;
		padding:0;
		width:260px;
		background:#cee0e6;
		border-top:1px solid #fff;
		min-height:25px;
		padding-left:10px;
		line-height:2;
		
	}
	
	* html #covered-conditions ul li {
		width:260px;
		height:25px;
	}
	
	#covered-conditions ul .long-text {
		line-height:1;
	}
	
	dl dt {
		clear:both;
		margin:0;
		padding:0;
		width:100%;
		background:#9ac0cd;
		text-align:center;
		color:#000;
		font:11px Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		height:20px;
		line-height:1.7;
		margin-bottom:1px;
	}
	
	dl dd {
		margin:0;
		padding:0;
		width:293px;
		padding-top:3px;
		padding-left:5px;					
		background:#cee0e6;
		font:11px Verdana, Arial, Helvetica, sans-serif;
		margin-bottom:1px;
		height:135px;
	}
	dl.alberta dd.policy {
		margin:0;
		padding-top:3px;
		padding-left:5px;	
		width:592px!important;
		width:597px;		
		margin-bottom:1px;
		height:auto;
	}	
	
	* dl dd {
		height:144px;
	}
	
	dl dd p {
		margin:0;
		width:95%;
		margin:8px 0;
	}
	
	dl dd p a, dl dd p a:link, dl dd p a:visited, dl dd p a:hover, dl dd p a:active {
		color:#0586B7;
	}
	
	dl .policy {
		float:left;
	}
	
	dl .info {
		float:right;
	}
	
	dl .policy span, dl .info span {
		text-align:center;
		display:block;
		font-weight:bold;
		margin-left:-5px;
	}
	
	dl .small {
		height:116px;
	}
	
	dl .medium {
		height:172px;
	}
	
	dl .large {
		height:186px;
	}
	
	dl .medium-large {
		height:209px;
	}
	
	dl .x-large {
		height:256px;
	}
	
	* dl .x-large {
		height:267px;
	}
	
	dl .xx-large {
		height:333px;
	}
	
	dl .xxx-large {
		height:400px;
	}
	
	/* English */
	dl.english .small {
		height:126px;
	}
	
	* html dl.english .small {
		height:120px;
	}
	
	dl.english .medium {
		height:172px;
	}
	
	dl.english .large {
		height:186px;
	}
	
	dl.english .medium-large {
		height:202px;
	}
	
	dl.english .x-large {
		height:266px;
	}
	
	* html dl.english .x-large {
		height:256px;
	}
	
	dl.english .xx-large {
		height:333px;
	}
	
	dl.english .xxx-large {
		height:400px;
	}
	
	/* French */
	dl.french .small {
		height:116px;
	}
	
	* html dl.french .small {
		height:120px;
	}
	
	dl.french .medium {
		height:172px;
	}
	
	dl.french .large {
		height:186px;
	}
	
	dl.french .medium-large {
		height:211px;
	}
	
	dl.french .x-large {
		height:256px;
	}
	
	* html dl.french .x-large {
		height:267px;
	}
	
	dl.french .xx-large {
		height:333px;
	}
	
	dl.french .xxx-large {
		height:400px;
	}
	
	* html dl dd {
		width:298px;
	}	
}
					
@media print {

#covered-conditions ul {
	margin:0;
	padding:0;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	width:180px;
}

* html #covered-conditions ul {
	display:inline;
	margin:0;
	width:190px;
}

#covered-conditions ul li {
	background:none;
	width:180px;
	padding-left:10px;
	line-height:1.5;
}

dl {
	width:593px;
}

dl dt {	
	clear:both;
	font:10pt Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	width:100%;
	background:none;
	border-bottom:1px solid #000;
	margin-top:12px;
}

dl dd {
	margin:0;
	padding:0;
	width:275px;
	font:8pt Verdana, Arial, Helvetica, sans-serif;
	margin-top:4px;
}

dl .policy {
	float:left;
}

dl .info {
	float:right;
}

dl .policy span, dl .info span {
	text-align:center;
	display:block;
	font-weight:bold;
	margin-left:-5px;
}

dl dd p a {
	display:none;
}	
}

