@charset "utf-8";
/* CSS Document */

@import url("global.css");

#topLeft{
	background-color: #000;
	float: left;
	height: 319px;
	margin: 0px 15px 15px 0px;
	overflow: hidden;
	width: 484px;
}
	
#topRight{
	background-color: #FCB034;
	float: right;
	height: 319px;
	margin-bottom: 15px;
	overflow: hidden;
	width: 301px;
}

/* needed to center image within the div. 57px arbitrarily selected*/
	#topRight img{
		margin-top: 57px;
	}

#bottomLeft{
	background-color: #7291A9; /* color #7291A9 selected to conform with the ThinkStreet flash video */
	float: left;
	height: 366px;
	margin-right: 15px;
	overflow: hidden;
	width: 484px;
}
	
#bottomRight{
	background-color: #516779;
	float: right;
	height: 366px;
	overflow: hidden;
	width: 301px;
}

.contact{
	float: left;
	width: 250px;
	padding: 15px 0px 0px 15px;
}

.phone{
	font-size: .8em;
	text-transform: uppercase;
}

.emails{
	font-size: 1.2em;
	color: #000;
}

#events{
	background-color:#FFF;
	height: 670px;
	padding: 15px;
}

	#events h1{
		font-size: 2em;
		line-height: 2.5em;
	}
	
	#events h2{
		color: #FCB034;
		font-size: 1.7em;
		font-variant: small-caps;
	}
	
	#events p{
		color: #000;
		font-size: 1.3em;
		line-height: 1.4em;
		margin-bottom: 10px;
	}
	
	#events a{
		color: #FCB034;
	}