/* CSS Document *//* main navigation */#navHomeContainer{	width:24px;	height:28px;	margin:0 0 0 10px;	overflow:hidden;}#navHome a, #navHome a:visited{	float:left;	width:48px;	height:28px;	margin:0;	background:url(../images/mainNav/home.gif);}#navHome.active a, #navHome a:hover{	float:left;	width:48px;	height:28px;	margin:0 0 0 -24px;	background:url(../images/mainNav/home.gif);}#navBioContainer{	width:24px;	height:28px;	margin:0 0 0 10px;	overflow:hidden;}#navBio a, #navBio a:visited{	float:left;	width:48px;	height:28px;	margin:0;	background:url(../images/mainNav/biography.gif);}#navBio.active a, #navBio a:hover{	float:left;	width:48px;	height:28px;	margin:0 0 0 -24px;	background:url(../images/mainNav/biography.gif);}#navPortfolioContainer{	width:24px;	height:27px;	margin:0 0 0 10px;	overflow:hidden;}#navPortfolio a, #navPortfolio a:visited{	float:left;	width:48px;	height:28px;	margin:0;	background:url(../images/mainNav/portfolio.gif);}#navPortfolio.active a, #navPortfolio a:hover{	float:left;	width:48px;	height:28px;	margin:0 0 0 -24px;	background:url(../images/mainNav/portfolio.gif);}#navContactContainer{	width:24px;	height:25px;	margin:0 0 0 10px;	overflow:hidden;}#navContact a, #navContact a:visited{	float:left;	width:48px;	height:28px;	margin:0;	background:url(../images/mainNav/contact.gif);}#navContact.active a, #navContact a:hover{	float:left;	width:48px;	height:28px;	margin:0 0 0 -24px;	background:url(../images/mainNav/contact.gif);}/* sub navigation */#subNavIdentityContainer{	width:184px;	height:25px;	margin:50px 0 0 10px;	overflow:hidden;}#subNavIdentity a, #subNavIdentity a:visited{	float:left;	width:368px;	height:26px;	margin:0;	background:url(../images/subNav/identity.gif);}#subNavIdentity.active a, #subNavIdentity a:hover{	float:left;	width:368px;	height:26px;	margin:0 0 0 -184px;	background:url(../images/subNav/identity.gif);}#subNavPrintContainer{	width:184px;	height:27px;	margin:0 0 0 10px;	overflow:hidden;}#subNavPrint a, #subNavPrint a:visited{	float:left;	width:368px;	height:27px;	margin:0;	background:url(../images/subNav/print.gif);}#subNavPrint.active a, #subNavPrint a:hover{	float:left;	width:368px;	height:27px;	margin:0 0 0 -184px;	background:url(../images/subNav/print.gif);}#subNavWebContainer{	width:184px;	height:23px;	margin:0 0 0 10px;	overflow:hidden;}#subNavWeb a, #subNavWeb a:visited{	float:left;	width:368px;	height:27px;	margin:0;	background:url(../images/subNav/web.gif);}#subNavWeb.active a, #subNavWeb a:hover{	float:left;	width:368px;	height:27px;	margin:0 0 0 -184px;	background:url(../images/subNav/web.gif);}#subNavMultimediaContainer{	width:184px;	height:27px;	margin:0 0 0 10px;	overflow:hidden;}#subNavMultimedia a, #subNavMultimedia a:visited{	float:left;	width:368px;	height:27px;	margin:0;	background:url(../images/subNav/multimedia.gif);}#subNavMultimedia.active a, #subNavMultimedia a:hover{	float:left;	width:368px;	height:27px;	margin:0 0 0 -184px;	background:url(../images/subNav/multimedia.gif);}#subNavPhotographyContainer{	width:184px;	height:24px;	margin:0 0 0 10px;	overflow:hidden;}#subNavPhotography a, #subNavPhotography a:visited{	float:left;	width:368px;	height:27px;	margin:0;	background:url(../images/subNav/photography.gif);}#subNavPhotography.active a, #subNavPhotography a:hover{	float:left;	width:368px;	height:27px;	margin:0 0 0 -184px;	background:url(../images/subNav/photography.gif);}
