﻿#primary,#secondary{
	/*margin:10px 0 0 10px;*/
	margin:8px 0 0 0;
	overflow:hidden;
}
#primary{
	position:relative;
	width:484px;
	float:left;
	clear:left;
	margin:8px 0 0 8px;
}
	#primary #welcome{
		position:absolute;
		top:0px;
		left:0px;
		background:transparent url('/assets/images/homepage/locations-trans.png') no-repeat scroll 0 0;
		width:484px;
		height:200px;
		z-index:100;
	}
	#primary #intro{
		width:190px;
		float:left;
		margin:4px 0 0 10px;
	}
		#primary #intro p{
			color:#FFF;
			line-height:1.5em;
		}
		
		#primary #intro p a{
			color:#FFF;
		}
		
		#primary #intro p a:hover{
			text-decoration:underline;
		}
		
	#primary h1{
		font-size:123.1%;
		color:#FFF;
		padding:0 0 5px 20px;
		background:transparent url('/assets/images/homepage/welcome-trans.png') no-repeat scroll 0 2px;
	}
	#primary #locations{
		width:230px;
		float:left;
		color:#FFF;
		margin:4px 0 0 42px;
	}
		#primary #locations h2{
			font-size:123.1%%;
			padding:0 0 23px 20px;
			background:transparent url('/assets/images/homepage/great-locations-trans.png') no-repeat scroll 0 2px;
		}
		#primary #locations a{
			color:#FFF;
			background:transparent url(/assets/images/white-bullet.gif) no-repeat 0 3px;
			padding:0 0 0 20px;
		}
			#primary #locations a.point{
				position:absolute;
				display:block;
				width:16px;
				height:16px;
				background:0;
				margin:0;
				padding:0;
				border:0;
				cursor:pointer;
			}
			#primary #locations a.point:hover{
				background:transparent url(/assets/images/homepage/loc-rollover.gif) no-repeat 0 0;
				text-decoration:none;
				cursor:pointer;
			}
			#primary #locations a#bn{
				bottom:20px;
				right:33px;
			}
			#primary #locations a#ox{
				bottom:38px;
				right:33px;
			}
			#primary #locations a#lo{
				bottom:31px;
				right:18px;
			}
			#primary #locations a.location-underline
			{
				text-decoration:underline;
			}
		
		#primary #locations ul{
			width:115px;
			float:left;
		}
		#primary #locations li{
			list-style-type:none;
		}
		#primary #locations-map{
			float:left;
			width: 230px;
			height:110px;
			margin: 4px 0 0 38px;
		}
		
		#primary #locations-map #us-location-map
		{
			float:left;
			height:78px;
			width: 146px;
			margin: 20px 0 0 0;
			background:transparent url(/assets/images/homepage/HP_US_map.png) no-repeat 0 0;
		}
		#primary #locations-map #uk-location-map
		{
			float:left;
			height:106px;
			width: 72px;
			margin: 0 0 0 10px;
			background:transparent url(/assets/images/homepage/HP_UK_map.png) no-repeat 0 0;
		}
		
		#primary #locations-map a.location-marker
		{
			width:13px;
			height:13px;
			position:absolute;
			background: transparent url(/assets/images/homepage/HP_LocationSpot_inactive.png) no-repeat 0 0;
		}
		
		#primary #locations-map a.location-marker:hover, #primary #locations-map a.location-marker.location-marker-highlight
		{
			background: transparent url(/assets/images/homepage/HP_LocationSpot_active.png) no-repeat 0 0;
		}
		
		#primary #locations-map #us-location-map a#boston-location-marker
		{
			left: 368px;
			top: 138px;
		}
		
		#primary #locations-map #us-location-map a#losangeles-location-marker
		{
			left: 248px;
			top: 168px;
		}
		
		#primary #locations-map #uk-location-map a#london-location-marker
		{
			left: 438px;
			top: 185px;
		}
		#primary #locations-map #uk-location-map a#oxford-location-marker
		{
			left: 430px;
			top: 181px;
		}
		
		#primary #locations-map #uk-location-map a#bournemouth-location-marker
		{
			left: 427px;
			top: 192px;
		}
		
		
		
	#primary #headlines{
		height:557px;
		position:relative;
		top:-10px;
		left:0px;
		z-index:10;
		overflow:hidden;
	}
		#primary #headlines > *{
			margin:10px 0 0 10px;
			color:#FFF;
		}	
		#primary #headlines h2{
			position:absolute;
			z-index:9999;
			top:210px;
			left:0px;
			margin:10px 0 0 10px;
			padding:0 0 0 20px;
			color:#FFF;
			background:transparent url('/assets/images/homepage/headlines-logo-trans.png') no-repeat scroll 0 2px;
		}
		#primary #headlines ul{
			position:absolute;
			top:0px;
			left:-10px;
			width:1452px;
		}
			#primary #headlines ul li{
				padding:0;
				margin:0;
				width:484px;
				height:547px;
				float:left;
				text-indent:-20px;
				text-indent:0px;
			}
			/*#primary #headlines ul li:first-child{
				margin:0;
				padding:0 0 20px 0;
				
			}*/
				#primary #headlines ul li a{
					color:#FFF;
					background:transparent url(/assets/images/white-bullet.gif) no-repeat 0 3px;
					display:block;
					padding:235px 0 0 10px;
					font-size:1.8em;
					font-weight:bold;
					line-height:1.2em;
					text-decoration:underline;
					display:block;
					width:250px;
				}
				#primary #headlines ul li.primary-headline a{
					font-size:1.8em;
					font-weight:bold;
					line-height:1.2em;
					text-decoration:underline;
					display:block;
					width:250px;
					margin-bottom:10px;
					background:0;
					padding:0;
				}
				/*#primary #headlines ul li:first-child a:hover, #primary #headlines ul li:first-child a:focus{
					text-decoration:none;
				}*/
			#headlines ul li{
				width:110px;
				padding:0 0 20px 20px;
			}
#secondary{
	float:right;
	width:492px;
}
	#secondary #courses-intro{
		background:transparent url(/assets/images/homepage/courses-outline.gif) no-repeat 0 0;
		margin:0 10px 0 0;
		padding:4px 10px 10px 10px;
		color:#ba009c;
	}
		#secondary #courses-intro h2{
			padding:0 0 5px 20px;
			background:transparent url(/assets/images/homepage/courses-icon-trans.png) no-repeat 0 2px;
		}
		
		/* COURSE OPTIONS */
		#secondary #courses-options > div, #secondary #secondary-footer #university-relationships{
			margin:0 8px 0 0;
		}
		#secondary #courses-options > div:last-child{
			margin:0;
		}
		#secondary #courses-options .course-option, #secondary #courses-options #common-room-item{
			float:left;
			color:#FFF;
			position:relative;
			overflow:hidden;
		}
		
		#secondary #courses-options .course-option.long{
			height:290px;
		}
		
		#secondary #courses-options .course-option.short, #secondary #courses-options #common-room-item{
			height:150px;
		}
		
		#secondary #courses-options #common-room-item{
			height:130px;
		}
		
		#secondary #courses-options #common-room-item{
			margin: 10px 0 0 0;
		}
		
			#secondary #courses-options .course-option > *{
				padding-top:8px;
				padding-left:8px;
			}
			
			#secondary #courses-options .course-option h2{
				padding-bottom:0;
			}
				#secondary #courses-options .course-option h2 a{
					background:0;
					padding:0;
				}
		
			#secondary #courses-options .course-option ul{
				/*margin:0 0 0 20px;*/
				clear:both;
			}
			body #secondary #courses-options .wide li{
				width:155px;
			}
			#secondary #courses-options .course-option li{
				list-style-type:none;
				width:140px;
				float:left;
			}
			#secondary #courses-options .course-option div.top{
				padding-bottom:16px;
				margin-bottom:16px;
				/*background:transparent url(/assets/images/nav/dashes.gif) no-repeat 10px 100%;*/
			}
			/*#secondary #courses-options .course-option div.bottom{
				position:absolute;
				bottom:10px;
			}*/
			#secondary #courses-options .course-option div:after,#secondary #courses-options .course-option a:after{
				content: ".";
				display: block;
				height: 0;
				clear: both;
				visibility: hidden;
			}
			#secondary #courses-options .course-option p{
				padding:2px 0;
			}
			#secondary #courses-options #common-room-item p{
				padding: 80px 0 0 10px;
			}
			#secondary #courses-options .course-option a, 
			#secondary #courses-options #common-room-item a,
			#secondary-footer #university-relationships a
			{
				color:#FFF;
				background:transparent url(/assets/images/white-bullet.gif) no-repeat 0 5px;
				display:block;
				padding:0 8px 0 15px;
			}
				#secondary #courses-options .course-option.wide{
					width:320px;
				}
				/*#secondary #courses-options .course-option.wide h2{
					padding-bottom:10px;
					background:transparent url(/assets/images/nav/dashes.gif) no-repeat 10px 100%;
				}*/
				#secondary #courses-options .course-option.narrow, #secondary #courses-options #common-room-item{
					width:156px;
				}
					#secondary .course-option.narrow h2{
						padding:10px;
					}
					/*#secondary #courses-options .course-option.narrow li{
						width:130px;
					}*/
			/* END COURSE OPTIONS */
			
		/* SECONDARY FOOTER ITEMS */
		#secondary #secondary-footer{
			clear:both;
			padding:11px 0 0 0;
		}
			#secondary #secondary-footer .item{
				overflow:hidden;
				float:left;
				color:#FFF;
			}
				#secondary #secondary-footer .item > *{
					padding:8px;
				}
				#secondary #secondary-footer .item ul a{
					color:#FFF;
					background:transparent url(/assets/images/white-bullet.gif) no-repeat 0 3px;
					padding:0 0 0 20px;
				}
			#secondary #secondary-footer .item.narrow{
				width:156px;
			}
			#secondary #secondary-footer .item.wide{
				width:320px;
			}
			#secondary #secondary-footer .item.secondary-footer-full-height{
				height:150px;
			}
			#secondary #secondary-footer .item.secondary-footer-two-thirds-high{
				height:92px;
			}
			#secondary #secondary-footer .item.secondary-footer-one-third-high{
				height:50px;
			}
			
			#secondary #secondary-footer #ielts{
				padding-top: 6px;
			}
			
			#secondary #secondary-footer #university-relationships ul{
				padding: 56px 8px 0 8px;
			}
			
			#secondary #secondary-footer #ielts h2{
				margin:0 0 0 10px;
				padding:0 0 0 20px;
				/*background:transparent url(/assets/images/homepage/ielts-logo-trans.png) no-repeat 0 2px;*/
			}
			#secondary #secondary-footer #common-room-item{
				position:relative;
				margin-left:8px;
				display:block;
			}
			#secondary #secondary-footer #common-room-item:hover{cursor:pointer;}
				#secondary #secondary-footer #common-room-item a{
					position:absolute;
					bottom:10px;
					left:10px;
					padding:0 0 10px 16px;
					color:#fff;
					background:transparent url(/assets/images/white-bullet.gif) no-repeat 0 5px;
				}
			/*
			#secondary #secondary-footer #social-media-section h2
			{
				padding: 8px 0 0 0;
			}*/	
			#secondary #secondary-footer #social-media-section a
			{
				float:left;
			}
			#secondary #secondary-footer #social-media-section a
			{
				width:17px;
				height:17px;
			}
			
			#secondary #secondary-footer #social-media-section a.facebook
			{
				background:transparent url(/assets/images/homepage/HP_FacebookIcon_inactive.png) no-repeat 0 0;
				margin: 0 1px 0 8px;
			}
			#secondary #secondary-footer #social-media-section a.facebook:hover
			{
				background:transparent url(/assets/images/homepage/HP_FacebookIcon_active.png) no-repeat 0 0;
			}
				
			#secondary #secondary-footer #social-media-section a.twitter
			{
				background:transparent url(/assets/images/homepage/HP_TwitterIcon_inactive.png) no-repeat 0 0;
				margin: 0 7px 0 3px;
			}
			#secondary #secondary-footer #social-media-section a.twitter:hover
			{
				background:transparent url(/assets/images/homepage/HP_TwitterIcon_active.png) no-repeat 0 0;
			}
			
			
		/* END SECONDARY FOOTER ITEMS */
