/*
 * Company Colours:
 * Green: #003923; RGB 0 57 35; CMYK 89 47 86 61    PMS 5605
 * Orange: #F47B20; RGB 244 123 32; CMYK 1 64 100 1    PMS 166 
 */

/* RESET */
html,body,div,ul,ol,li,h1,h2,h3,h4,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4{ font-size: 1em; font-weight: normal; font-style: normal; }
ul { list-style: none; }
img { border: none; }
table { border-collapse: collapse; border-spacing: 0; }

/* global style */
body{
	background-color: white;
	background-image: url(img/body-background.png);
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Helvetica;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

/* location/position div id declarations */
#pageWrapper{
	background-color: white;
	background-image: url(img/pageWrapper-background.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	border-bottom-color: #F47B21;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #F47B21;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #F47B21;
	border-right-style: solid;
	border-right-width: 1px;
	min-height: 730px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width:982px;
}

#header{
	background-image: url(img/header-background.png);
	background-position: top left;
	background-repeat: repeat-x;
	display: block;
	height: 124px;
}

#navBar{
	background-image: url(img/menu-background.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 39px;
	position:relative;
	text-align: center;
	width: 100%;
}
	
	.navItem a{
		background-position: top center;
		background-repeat: no-repeat;
		display: inline-block;
		margin-left: -2px;
		margin-top: 0px;
		height: 40px;
		width: 155px;
	}
	
	.home a{
		background-image: url(img/home-a.png);
	}

	.home a:hover{
		background-image: url(img/home-a-hover.png);
	}

	.home a:active{
		background-image: url(img/home-a-active.png);
	}

	.whoWeAre a{
		background-image: url(img/whoWeAre-a.png);
	}

	.whoWeAre a:hover{
		background-image: url(img/whoWeAre-a-hover.png);
	}

	.whoWeAre a:active{
		background-image: url(img/whoWeAre-a-active.png);
	}

	.practices a{
		background-image: url(img/practices-a.png);
	}

	.practices a:hover{
		background-image: url(img/practices-a-hover.png);
	}

	.practices a:active{
		background-image: url(img/practices-a-active.png);
	}

	.people a{
		background-image: url(img/people-a.png);
	}

	.people a:hover{
		background-image: url(img/people-a-hover.png);
	}

	.people a:active{
		background-image: url(img/people-a-active.png);
	}

	.publications a{
		background-image: url(img/publications-a.png);
	}

	.publications a:hover{
		background-image: url(img/publications-a-hover.png);
	}

	.publications a:active{
		background-image: url(img/publications-a-active.png);
	}

	.investments a{
		background-image: url(img/investments-a.png);
		width: 156px;
	}

	.investments a:hover{
		background-image: url(img/investments-a-hover.png);
		width: 156px;
	}

	.investments a:active{
		background-image: url(img/investments-a-active.png);
		width: 156px;
	}


#leftColumn{
	float: left;
	width: 220px;
}
	.practiceAreaNavigation{
		width: 218px;
	}
		
	.practiceAreas{
		/*list-style-image: url(img/li_style_green.jpg);*/
		list-style-image: none;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 10px;
		width: 200px;
	}
	
	.practiceAreas a{
		color: #F47B21;
		text-decoration: none;
	}
	
	.practiceAreas a:hover{
		color: red;
		text-decoration: underline;
	}
	
	.practiceAreas a:active{
		color: #F47B21;
		text-decoration: none;
	}
	
#middleColumn{
	background-image: url(img/middle-background.png);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	float: left;
	min-height: 398px;
	position: relative;
	width: 540px;
	z-index: 0;
}
	.content{
		margin-left: auto;
		margin-right: auto;
		padding-top: 15px;
		width: 514px;
	}

#rightColumn{
	color: #666;
	float: left;
	font-size: 10px;
	position: relative;
	width: 220px;
}

#footer{
	border-top-color: #F47B21;
	border-top-style: solid;
	border-top-width: 2px;
	bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	text-align: center;
	width: 540px;
}

/* site wide generic style */

h1{
	font-size: 18px;
	font-weight: bolder;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
}

h2{
	font-size: 16px;
	font-weight: bolder;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
}

h3{
	font-size: 13px;
	font-weight: bolder;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
}

h4{
	font-size: 12px;
	font-weight: bolder;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
}

p{
	padding-bottom: 10px;
}

a{
	color: #F47B21;
	text-decoration: none;
}

a:hover{
	color: red;
	text-decoration: underline;
}

a:active{
	color: #F47B21;
	text-decoration: underline;
}

/* style class */
.breakoutHeading{
	background-image: url(img/breakout-heading.png);
	background-position: top center;
	background-repeat: no-repeat;
	display: block;
	height: 38px;
	font-weight: bold;
	padding-top: 11px;
	text-align: center;
	width: 220px;
}

.breakoutHeading a{
	color: #003923;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 15px;
	text-decoration: none;
	top: 10px;
}

.clear{
	clear: both;
}

.logo{
	float: left;
}

.slogans{
	position: relative;
	float: right;
}

	
.news{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	width: 200px;
}

	.newsItem{
		border-bottom-color: gray;
		border-bottom-style: dotted;
		border-bottom-width: 1px;
		color: #666;
		display: block;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
	}
	
	.newsItem a{
		color: #F47B21;
	}

	.newsItem a:hover{
		color: red;
	}

	.newsItem a:active{
		color: #666;
	}

.wisewouldsPeople{
	margin-left: auto;
	margin-right: auto;
	width: 200px;
}
	
	.wisewouldsPeople img{
		border-color: #003923;
		border-style: solid;
		border-width: 1px;
		float: Right;
		padding: 3px;
	}

.miniBio{
	border-top-color: #F47B21;
	border-top-style: solid;
	border-top-width: 1px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding-top: 5px;
	width: 514px;
}

	.miniBio h3{
		padding-bottom: 5px;
		padding-top: 6px;
	}
	
	.miniBio img{
		border-color: #003923;
		border-style: solid;
		border-width: 1px;
		padding: 3px;
	}

.atHome{
	background-image: url(img/home-a-active.png);
	background-position: top center;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: -2px;
	margin-top: -1px;
	height: 40px;
	width: 154px;
}

.atWhoWeAre{
	background-image: url(img/whoweare-a-active.png);
	background-position: top center;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: -2px;
	margin-top: -1px;
	height: 40px;
	width: 154px;
}

.atPractices{
	background-image: url(img/practices-a-active.png);
	background-position: top center;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: -2px;
	margin-top: -1px;
	height: 40px;
	width: 154px;
}

.atPeople{
	background-image: url(img/people-a-active.png);
	background-position: top center;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: -2px;
	margin-top: -1px;
	height: 40px;
	width: 155px;
}

.atPublications{
	background-image: url(img/publications-a-active.png);
	background-position: top center;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: -2px;
	margin-top: -1px;
	height: 40px;
	width: 154px;
}

.atInvestments{
	background-image: url(img/investments-a-active.png);
	background-position: top center;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: -2px;
	margin-top: -1px;
	height: 40px;
	width: 155px;
}

.profile_personal{
	/*border-left: #F17B21 solid 1px;*/
	border-top: #F17B21 solid 1px;
	font-size: 10px;
	margin-left: 0px;
	padding-bottom: 7px;
	padding-left: 15px;
}

	.profile_personal img{
		border-color: #003A24;
		border-style: solid;
		border-width: 1px;
		float: right;
		margin: 15px;
		padding: 3px;
	}

.profile_professional{
	float: left;
	border-right-color: #F17B21;
	border-right-style:solid;
	border-right-width: 1px;
	border-bottom-color: #F17B21;
	border-bottom-style:solid;
	border-bottom-width: 1px;
	margin-right: 30px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 15px;
}

	.profile_professional img {
		border-color: #003A24;
		border-style: solid;
		border-width: 1px;
		background-color: white;
		margin-right: 10px;
		margin-bottom: 10px;
		padding: 3px;
	}

.miniBio{
	border-right-color: #F47B21;
	border-right-style: solid;
	border-right-width: 1px;
	float: left;
	margin-top: 10px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	width: 245px;
}

	.miniBio img{
		border-color: #003923;
		border-style: solid;
		border-width: 1px;
		float: right;
		padding: 3px;
	}
	
	.miniBio h3{
		padding-right: 0px;
		padding-bottom: 5px;
		
	} 
	
	.miniBio p{
		padding-bottom: 8px;
		
	}
	
	.miniBio p a{
		font-size: 11px;
	}	

.contentSelection ul{
	float: left;
	width: 170px;
}

.publication {
	border-top-color: #f47B21;
	border-top-style: solid;
	border-top-width: 1px;
	margin-top:20px;
	padding-bottom:5px;
	padding-left:5px;
}

.newsLetterHeader{
	Border: 1px solid #f47B21;
	color: #003A24;
	display: block;
	font-weight: bold;
	margin-top: 5px;
	text-align: center;
}

.newsLetterHeader a{
	color: #003A24;
	text-decoration: underline;
}

.tableRowShadding1{
	background-color: #e9e9e9;
}

.tableRowShadding2{
	background-color: #f6f6f6;
}

table tr td a img {
	border: none;
	padding-left: 12px;
}
		


/* Default Text Styles */
.boldText{
	font-weight: bold;
}

.redText{
	color: red;
}

.italicText{
	font-style: italic;	
}

.underlineText{
	text-decoration: underline;	
}

.largerText{
	font-size: larger;
}

.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}

.tinyType{
	font-size: 9px;
}

.strikeThrough{
	text-decoration: line-through;
}

.superScript {
	font-size: 6px;
	vertical-align: top;
	
}
img.floatLeft{
	padding: 10px 10px 10px 0px;
}
/* 
 * List styles
 */

.orangeBullets{
	list-style-image: url(img/li_style.png);
	padding-left: 22px;
	padding-bottom: 20px;
}

.orangeBullets li{
	padding-left: 15px;
}

.lowerAlphaList{
	list-style: lower-alpha;	
	padding-left: 22px;
	padding-bottom: 20px;
}

.lowerAlphaList li{
	padding-left: 15px;
}

.alphaList{
	list-style-type: upper-alpha;
	padding-left: 22px;
	padding-bottom: 20px;
}

.numeralList{
	list-style: decimal;
	padding-left: 22px;
	padding-bottom: 20px;
}

.lower-roman{
	list-style: lower-roman;
	padding-left: 22px;
	padding-bottom: 20px;
}

.alphaList li{
	padding-left: 15px;
}

.ul_symbol{
	list-style: disc;
}

.li_orangeBullets{
	list-style-image: url(img/li_style.png);
}

.noSymbolList{
	padding-left: 15px;
	padding-bottom: 15px;
}
