/* CSS Document */body {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 11px;	color: #666666;	line-height: 18px;	}	img {	border: 0px;	}	.h1 {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 10px;	text-transform: uppercase;	line-height: 18px;	color: #677718;	}	.important {	font-family: inherit;	font-size: inherit;	line-height: inherit;	font-variant: inherit;	text-transform: inherit;	text-align: inherit;	color: #990033;	}	.notes {	font-size: 11px;	font-style: italic;	text-transform: lowercase;	line-height: 18px;	color: inherit;	}	.notes a:link {	color: #ABB47C;	text-decoration: none;	}	.notes a:visited {	color: #677718;	text-decoration: none;	}	.notes a:hover {	color: #ABB47C;	text-decoration: none;	}		#container {	width: auto;	height: 100%;	margin-left: 25%;/*	background-color:#CCFF66; */	}										/*====== NAVIGATION ======*/#leftnavbar {	background: url(images/us.png) no-repeat;	background-color: #FFFFFF;	font-family: Georgia, "Times New Roman", Times, serif;	width: 125px;	text-align: right;	padding-top: 135px;	font-size: 10px;	text-transform: uppercase;	line-height: 18px;	color: #404040;/*	background-color: #99FFFF; */	}	#leftnavbar a:link {	text-decoration: none;	color: #404040;	}	#leftnavbar a:visited {	text-decoration: none;	color: inherit;	}	#leftnavbar a:hover {	color: #ABB47C;	text-decoration: none;	}						/*====== CONTENT AREA ======*/			#contentbar {	font-family: Georgia, "Times New Roman", Times, serif;	width: 302px;	height: auto;	margin-left: 200px;	position: absolute;	top: 143px;	float: right;	text-align: inherit;/*	background-color:#FFFFCC; */	}	#contentbar a:link {	color: #677718;	text-decoration: none;	font-style: italic;	text-align: inherit;	/*border-bottom: 1px dotted #677718;*/	}	#contentbar a:visited {	color: #677718;	text-decoration: inherit;	font-style: italic;	text-align: inherit;	/*border-bottom: 1px dotted #677718;*/	}	#contentbar a:hover {	color: #ABB47C;	text-decoration: none;	font-style: italic;	text-align: inherit;	/*border-bottom: 1px dotted #ABB47C;*/	}	#contentbar2 {	font-family: Georgia, "Times New Roman", Times, serif;	width: 500px;	height: auto;	margin-left: 200px;	position: absolute;	top: 143px;	float: right;	text-align: inherit;/*	background-color:#FFFFCC; */	}		#contentbar2 a:link {	color: #677718;	text-decoration: none;	font-style: italic;	text-align: inherit;	/*border-bottom: 1px dotted #677718;*/	}	#contentbar2 a:visited {	color: #677718;	text-decoration: inherit;	font-style: italic;	text-align: inherit;	/*border-bottom: 1px dotted #677718;*/	}	#contentbar2 a:hover {	color: #ABB47C;	text-decoration: none;	font-style: italic;	text-align: inherit;	/*border-bottom: 1px dotted #ABB47C;*/	}.thumbcontainer {	width: inherit;	height: inherit;	/*background-color:#0000FF;*/	}		.thumbcontainer a:link {	text-decoration: none;	border: 0px;	}	.thumbcontainer a:hover {	text-decoration: none;	border: 0px;	}			.thumbcontainer a:visited {	text-decoration: none;	border: 0px;	}	.thumb {	width: 300px;	height: 185px;	border: 1px solid #B2B2B2;	margin: 0px;	padding: 0px;	}	.portfoliodetail {	width: 500px;	height: auto;	border: 1px solid #B2B2B2;	margin-bottom: 15px;	padding: 0px;	}	.viewbutton {	top: 0px;	margin-left: 245px;	/*margin-bottom: 30px; */	}				.portfolionav {	font: inherit;	color: inherit;	font-size: 10px;	text-align: right;	font-style: normal;	padding-bottom: 25px;	}						/*====== RESUME PAGE ======*/#resume {	color: inherit;	}	#resume li {	list-style-type:circle;	list-style-position: outside;	}				.dates {	color: #677718;	font-weight: bold;	}	.orgname {	font-weight: bold;	}	.jobtitle {	font-weight: normal;	font-style: italic;	}