html{
	background:url(../images/body_bg.gif);
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #384F60;

}

strong{ font-weight:bold; font-size:10px; }
em{ font-style:italic; }

.inline_left{
	float:left;
	margin: 0px 5px 5px 0px;
}
.inline_right{
	float:right;
	margin:0px 0px 5px 5px;
}
.orange{
	color:#f60;
}
.bio_image{
	padding:91px 70px;	
	float:left;
}


#wrapper_outer{
    background:url(../images/body_bg.gif) repeat-x;
}
	#wrapper_inner{
		width:1000px;
	}
	
#header_outer{
	height:101px;
}
	#flash_outer{
		height:66px;
		padding:0 100px;
	}
	#phone_outer{
		width:1000px;
		height:34px;
		background:url(../images/header.gif) no-repeat;
		float:left
	}
		#phone_inner{
			margin-top:2px;
			width:1000px;
			height:32px;
			background:url(../images/phone.gif) right no-repeat;
		}

#content_outer{
float:left;
	height:313px;
}
	#left_column_outer, #main_content_outer, #right_column_outer{
		float:left;
		height:313px;
	}
	
	#left_column_outer{
		width:324px;
	}
	
	#main_content_outer{
		width:498px;
		
	}
		#main_content_inner{
			padding:0 5px;
			line-height:16px;
			height:314px;
			overflow:auto;
		}
		#main_content_inner h1{
			font-size:14px;
			font-weight:bold;
			color:#f60;
			line-height:42px;
		}
		#main_content_inner h2{
			font-weight:bold;
			text-transform:uppercase;
		}
		
		#main_content_inner p{
			padding-bottom:14px;
		}
		#main_content_inner a{
			color:#f60;
		}
		#main_content_inner table{
			display:block;
			padding-bottom:16px;
		}
		#main_content_inner ul{
			list-style:disc;
			margin-left:26px;
			padding-bottom:19px;
		}
			#main_content_inner ul li{
				line-height:18px;	
			}
		#main_content_inner #secondary_nav span{
			padding-left:5px;
		}
			#main_content_inner #secondary_nav ul{
				list_style:none;
				margin-left:0;
			}
	
	#right_column_outer{
		width:178px;
	}
		#home_link{
			margin-top:185px;
		}
	
#nav_outer{
	clear:both;
	line-height:45px;
	text-align:center;
}
	#nav_outer a{
		color:#fff;
		background:#384f60;
		padding:14px 17px;
		text-decoration:none;
		font-size:14px;
	}
		#nav_outer a:hover{
			background:#384f60 url(../images/nav_hover.gif) no-repeat bottom center;
		}
	
#footer_outer{
	clear:both;
	margin-top:22px;
	text-align:center;
	color:#fff;
	line-height:16px;
}
	#footer_outer a{
		color:#fff;
	}
	
	
#gallery_project_list div{
	float:left;
	text-align:center;
	margin:0px 9px 10px 9px;
	width:140px;
	height:160px;
}
	#gallery_project_list div div{
		width:120px;
		height:120px;
		border:1px solid #aeaeae;
		margin:0 10px;
	}
	
	
fieldset dl dd{
	margin-bottom:10px;	
}

/* Portfolio Styles */
#portfolio_outer_wrapper{
	float:left;
	height:290px;
	width:633px;
}

#portfolio_info, #portfolio_img, #portfolio_other{
	float:left;	
	height:290px;
}

#portfolio_info{
	width:303px;
}
	#porfolio_info_project{
		height:254px;	
	}
		#porfolio_info_project h1, #portfolio_other h1{
			line-height:16px;	
			padding-top:8px;
		}
		#porfolio_info_project p, #portfolio_other p{
			padding-bottom:4px;
		}

	#portfolio_navigation{
		height:28px;
		border-bottom:1px solid #567287;
	}
		#portfolio_left, #portfolio_mid, #portfolio_right{
			float:left;
			line-height:28px;
		}
			#portfolio_left, #portfolio_right{
				width:28px;
			}
			#portfolio_mid{
				width:209px;
				text-align:center;
			}

#portfolio_img{
	width:328px;
}
	#portfolio_img_inner{
		margin:0 19px;
		height:290px;
	}
#portfolio_other{
	width:144px;
	height:290px;
	overflow:auto;
}
	#portfolio_other img{
		margin:0 5px 10px 0px;
		border:1px solid #384f60;
	}



	#portfolio_other_projects{
		overflow:auto;
		border:1px solid #567287;
		height:87px;
		margin-top:4px;
		width:303px;
	}
.other_picture{
	float:left;	
}
	.other_picture{
		width:93px;
		height:83px;
		padding:2px 0 0 2px;
	}
	.other_title{
		padding:3px 3px 0 0;	
	}



