@charset "utf-8";
/* CSS Document */


body{
	font:75% / 1.3 Arial, Helvetica, sans-serif;
	background-color:#fff;
	color:#333333;
	padding:0;
	margin:0;
}


/*------------Structure---------------*/

#wrap{
	margin:39px auto;
	width:900px;
}

#header{
	background-color:#143d8d;
	padding:9px 0 0 0;
}

#topBanner{
	display:none;
}

#topBannerAdvisors{
	display:none;
}

#topBannerCareers{
	display:none;
}

#topBannerContactUs{
	display:none;
}

#topBanner2{
	float:left;
}

#logo{
	float:left;
	width:678px;
	padding:0px 0px 20px 0px;
}

#search{
	display:none;
}

#searchSub{
	display:none;
}

#contentWrap{
	background-color:#fff;
	color:#333;
	float:left;
	position:relative;
}

#homeContentLeft{
	float:none;
}

#homeContentRight{
	float:none;
}

#practiceAreasHome{
	float:left;
	width:300px;
}

#sectorsHome{
	float:left;
	width:300px;
}

#homeText{
	padding:20px 0px;
}


/*-----------Headers-------------*/

h1{
	font-size:1em;
	font-weight:normal;
	color:#003399;
	border-bottom:1px solid #fdb03c;
	padding:0 0 2px 0;
	margin:0 0 5px 0;
}

h2{
	font-size:1em;
	font-weight:normal;
	color:#003399;
	margin:20px 0px 5px 0px;
}

/*------------Styling elements------------*/

.clear{
	clear:both;
	font-size:0.1em;
}

img{
	border:none;
	margin:0;
	padding:0;
}

.intro{
	font-style:italic;
	color:#999;
	padding:5px 0 20px 0;
	margin:0;
}

.pdf {
	background-image: url(../images/template/pdf_icon.gif);
	background-repeat: no-repeat;
	background-position:0px -1px;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	text-decoration: none;
	border-bottom: none;
}

.doc {
	background-image: url(../images/template/word.gif);
	background-repeat: no-repeat;
	background-position:0px -1px;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	text-decoration: none;
	border-bottom: none;
}

/*---------------Nav-----------------*/

#nav{
	display:none;
}



/*------Subnav--------*/

#subNav{
	display:none;
}



/*-----------------News--------------------*/

.newsThumb{
	float:left;
	width:90px;
	padding:0px 0 10px 0px;
}
.newsTeaser{
	float:left;
	width:600px;
	padding:0px 10px 10px 0;
	color:#666;
}
.newsTeaserHome{
	float:left;
	width:600px;
	padding:0 10px 10px 0;
	color:#666;
}
.newsTeaser a{
	color:#003399;
}
.newsTitle{
	color:#333;
	font-weight:bold;
}
.newsDate{
	color:#999;
	font-size:0.9em;
}

/*---------------Resource table------------------*/

.resourceTable{
	width:700px;
	padding:20px 0px;
}

.resourceTable td{
	padding:8px 8px 8px 4px;
	vertical-align:top;
}

.resourceTable th{
	background-color:#CCCCCC;
	text-align:left;
	font-size:1em;
	padding:8px 8px 8px 4px;
}

/*-----------------Staff--------------------*/

.staffHeader{
	padding:0 0 2px 30px;
	text-align:right;
	text-transform:uppercase;
	width:120px;
	border-bottom:1px solid #143d8d;
}

#staffNav{
	margin:20px 0px 20px 80px;
	padding:0;
	border:1px solid #d0d0d0;
	float:left;
}

#staffNav li{
	display:inline;
	margin:0;
	padding:0;
	list-style:none;
}

#staffNav li a{
	display:block;
	float:left;
	padding:2px 12px;
	text-decoration:none;
	color:#143d8d;
	font-size:0.9em;
	background-color:#fff;
	text-transform:uppercase;
}

#staffNav li.selectedcat a{
	background-color:#143d8d;
	color:#fff;
}

#staffList{
	margin:10px 0px 0px 0px;
	padding:0 0 0 80px;
}

.staffHolder{
	float:left;
	padding:15px 0;
}

.staff_thumb{
	float:left;
	width:102px;
	padding:15px 40px 0px 0px;
}

.staff_bio{
	float:left;
	width:500px;
	padding:0px 0px 15px 0px;
	border-bottom:1px solid #fdb03c;
}

/*-------------------Contact---------------------*/

.contactTpl{
	float:left;
	background-image:url(../images/template/fadedMap.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding:15px 0 122px 330px;
}

.contactDetails{
	float:left;
	width:200px;
}

#contactForm{
	padding:0px 0px 0px 330px;
}
