/***************************
	Practices & Industries
***************************/
div#pageHeader {
	height: 35px;
	background: #71819B url(/media/images/global/default_header.jpg) repeat-x;
}

div#pageHeader.tall {
	height: 250px;
	overflow: hidden;
}
div#pageHeader.tall img {
	height: 250px;
	width: 650px;
}


div.columnContentLeft {
	margin: 0px 0px 20px 20px;
}
div.columnContentRight {
	margin: 0px 0px 20px 0px;
}

div.videoThumbnail {
	margin-bottom: 15px;		
}
div.videoThumbnail img {
	height: 151px;
	width: 216px;
}

div#mainContent div.calloutQuote * {
	font-size: 19px;
	line-height: 1.5em;
}
div.calloutQuote strong {
	font-size: 22px;
	color: #538F9A;
	font-weight: normal;
}

img.contactImage {
	width: 140px;
	height: 95px;
	margin-bottom: 3px;
}


/***************************
	List of Practices
***************************/

ul#serviceList {
	list-style: none;
	margin: 0px 0px 40px 0px;
	padding: 0px;
}
ul#serviceList li {
	margin-bottom: 10px;
}
ul#serviceList li p {
	margin-bottom: 0px;
}
ul#serviceList ul {
	list-style: none;
	margin: 5px 0px 10px 25px;
	
}
ul#serviceList ul li {
	margin-bottom: 5px;	
}
ul#serviceList a.active {
	color: #2D94E1;
}