/* Main Body */
body, html {
	font: 				12px Verdana, Arial, Helvetica, sans-serif;
	background-color: 	#d29c65;
	height: 			100%;
	line-height:		1.8em;
}

body {
	margin: 			20px 0px;
	padding:			0px;
	line-height: 		1.3em;
}

#wrap {
	width: 				900px;
	margin: 			0px auto;
	padding: 			0px;
}

#inner-wrap {
	width:				900px;
	background-color: 	#dededd;
	margin:				0px;
	padding: 			0px;
}

#top {
	background-color: 	#dededd;
}

#content {
	margin: 			0px;
	padding: 			10px;
	text-align: 		left;
}

#footer {
	clear: 				both;
	text-align:			center;
	width: 				900px;
	padding: 			5px 0px 5px 0px;
	font: 				normal 10px Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-style:			normal;
	font-size:			18px;
	padding:			0px;
	margin:				1em 0px 1em 0px;
}

h1.h1sideBar {
	margin:				.5em 0px .5em 10px;
}

h2 {
	font-style:			normal;
	font-size:			14px;
	padding:			0px;
	margin:				.5em 0px .5em 0px;
}

h2.h2sideBar {
	margin:				.5em 0px .5em 10px;
}

h2.h2sideBar a:hover {
	font-style:			italic;
}


h3 {
	font-size:			14px;
}

h4 {
	font-size:			14px;
}

/* Navigation Bar */
#hMenu {
	clear:				both;
	height:				62px;
	overflow:			hidden;
}

/* home page slide show */
#showContainer {  
    height:  			420px;  
    width:   			882px;  
    padding: 			0;  
    margin:  			0;  
} 
 
#showContainer img {  
    padding: 			15px;  
    border:  			1px solid #ccc;  
    background-color: 	#eee;  
    width:  			850px; 
    height: 			388px; 
    top:  				0; 
    left: 				0 
}

/* pages */
#pageContent {
	float:				left;
	background-color: 	#FFFFCC;
	width:				100%;
}

#mainContent {
	margin-left: 		200px; /*Set left margin to LeftColumnWidth*/
}

#sideBar {
	float: 				left;
	width: 				200px; /*Width of left column*/
	margin-left: 		-900px; /*Set left margin to -(MainContainerWidth)*/
	background-color:	#dededd;
}

#sideBar a {
	text-decoration:	none;
	color:				#000;
}

.mainInnerContent {
	padding:			10px 15px 10px 15px;
	width:				95%;
}

.sideBarInnerContent {
	margin:				5px;
	padding:			0px;
}

.staffImg {
	float: 				right;
	margin: 			10px;
	padding: 			10px;
	border:  			1px solid #ccc;  
    background-color: 	#eee; 
}

.firmImg {
	float: 				right;
	margin: 			10px;
	padding: 			10px;
	border:  			1px solid #ccc;  
    background-color: 	#eee; 
}

.expertImg {
	margin: 			10px;
	padding: 			10px;
	border:  			1px solid #ccc;  
    background-color: 	#eee;
}

.expertImgLeft {
	float:				left;
	margin: 			10px;
	padding: 			10px;
	border:  			1px solid #ccc;  
    background-color: 	#eee;
}

.expertImgRight {
	float:				right;
	margin: 			10px;
	padding: 			10px;
	border:  			1px solid #ccc;  
    background-color: 	#eee;
}

.contactImg {
	float:				left;
	margin: 			10px;
	padding: 			10px;
	border:  			1px solid #ccc;  
    background-color: 	#eee;
}

.projectImg {
	float:				right;
	margin: 			10px;
	padding: 			10px;
	border:  			1px solid #ccc;  
    background-color: 	#eee;
}

/* Font styles */
.bodyType {
	font-size:			12px;
	color:				#000000;
}

.bodyTypeLg {
	font-size:			14px;
	color:				#000000;
}

.bodyTypeIndented {
	font-size: 			12px;
	margin: 			10px 0px 0px 30px;
}

.projectParagraph {
	font-size:			12px;
	line-height:		1.8em;
}

.boldSubTitle {
	font-weight:		bold;
	font-size: 			14px;
}

.boldSubTitleCaps {
	font-weight:		bold;
	font-size: 			14px;
	font-variant:		small-caps;
}

.boldType {
	font-weight:		bold;
}

.title {
	font-weight:		bold;
	font-size:			12px;
	font-style:			italic;
}

.caption {
	font-size:			10px;
	text-align:			center;
}

.lists {
	font-size: 			12px;
	list-style:			url(../images/listBullet.gif) outside;
}

.lists li {
	padding: 			0 0 3px 5px;
}

.listsOrdered {
	font-size: 			12px;
}

.listsOrdered li {
	padding: 			0 0 3px 5px;
}

.listsStaff {
	font-size: 			12px;
	margin:				10px;
	text-indent: 		-1.2em;
	list-style-type:	square;
	list-style-position:	inside;
}

.listsStaff li {
	padding:			0px 0px 0px 10px;
}

.listsSideBar {
	font-size: 			12px;
	list-style:			url(../images/bullet.gif) outside;
}

.listsSideBar li {
	padding: 			0;
	margin-top:			1.1em;
}

.listsSideBar li a:hover{
	font-style:			italic;
}

.listsProject {
	font-size: 			14px;
	list-style:			url(../images/listBullet.gif) outside;
}

.listsProject li {
	padding: 			0 0 5px 5px;
}

.listsProject li a {
	text-decoration:	none;
	color:				#000;
}

.listsProject li a:hover {
	font-style:			italic;
}

.backToTop {
	text-align:			right;
	clear:				both;
}

.backToTop a {
	text-decoration:	none;
	color:				#000;
	font-weight:		bold;
}