/*
 
Copyright (c) Enigma Interactive 2004

SOM2
Project:		WAR
Filename:		layout_services_practices.css
Description:	Site-wide layout elements
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
3	09Aug07		CW			updated
2	12/4/07		PG			update
1	5/4/07		PG			created

*/

/*
#siteMain #RightCol .article .panel.news .panel_inner h2.heading {
	margin: 0;
	padding: 0 0 0.5em 0;
}

#siteMain #RightCol .article .panel.news .panel_inner .item {
	background: transparent url('/images/general/small_hr.gif') repeat-x scroll left top;
	margin: 0;
	padding: 0;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
} 

#siteMain #RightCol .article .panel.news .panel_inner {
	background: transparent url('/images/general/small_hr.gif') repeat-x scroll left bottom;
	margin: 0 0.5em 1em 0.5em;
	padding: 0 0 0 0; 
}

#siteMain #RightCol .article .panel.news.final .panel_inner {
	background: none;
}

#RightCol .panel .panel_inner h2.heading {
	background: none;
	margin: 0;
	padding: 0;
	padding-bottom: 1em;
} */

#pageTitle.hasMedia {
	margin-top: 1.2em;
}

#pageTitle.noMedia {
	margin-top: 0;
}

#ArticleBody {
	float: none;
	clear: both;
}

.article ul.articlelist.col1, .article ul.articlelist.col2, .article ul.articlelist.col3 {
	float: left;
	width: 27%;
}

.article ul.articlelist.col1.of1 {
	width: 90%;
}

.article ul.articlelist.col1.of2, .article ul.articlelist.col2.of2 {
	width: 44%;
}

.article.service ul, .article.practice ul {
	margin: 0; 
	padding: 0;
	margin-top: 1em;
	padding-left: 2em;
	text-align: left;
	font-size: 1em;
}

.article.service .related ul, .article.practice .related ul {
	float: left;
}

.article.service ul li, .article.practice ul li {
	margin: 0;
	padding: 0;
	margin-bottom: 0.5em;
	background: none;
	list-style: disc;
}

#MainCol .article.service .articlelist a, #MainCol .article.practice .articlelist a {
	text-decoration: none;
	color: #000;
	font-weight: normal;
}

#MainCol .article.service .articlelist a:hover, #MainCol .article.practice .articlelist a:hover {
	color: #0C1770;
	text-decoration: underline;
}

.article_images {
	float: right;
	padding: 0em 0em 2em 3em;
}

.article_images img {
	display: block;
}

.related {
	padding-top: 1em; float: none; clear: both;
}