@charset "UTF-8";
/* CSS Document */


img
{  border-style: none;
}

.body 
	{ 
	background-color:#fff; 
	color: #231F20; 
	font-family: helvetica neue, helvetica, arial, sans-serif; 
	font-size:10px; 
	margin:0px; 
	line-height:1.5; 
	height:864px; 
	width:100%; 
	}
	
.body a:link
	{ 
	background-color:#fff; 
	color: #231F20; 
	text-decoration: none;
	}

.body a:active
	{ 
	background-color:#fff; 
	color: #231F20; 
	text-decoration: none;
	}

.body a:visited
	{ 
	background-color:#fff; 
	text-decoration: none;
	color: #231F20;
	}
	
.body a:hover
	{ 
	background-color:#fff; 
	color: #5a6b6b; 
	text-decoration: none;
	}
	
	
/* GENERAL PAGE LAYOUT */
#content /* MAIN BOX */
	{
	width: 100%;
	height: 886px;
	padding: 0px 0px 0px 0px;
	float:left;
	background-color: transparent;
	}
	
#topbar /* BLACK BAR AT TOP */
	{
	width: 100%;
	height: 106px;
	padding: 0px 0px 0px 0px;
	float:left;
	background-color: #000000;
	}
	
#foxlogo /* BLACK BAR AT TOP */
	{
	width: auto;
	height: 106px;
	margin-right: 87px;
	margin-left: 15px;
	background-color: #000000;
	float:left;
	}
	
#fox /* BLACK BAR AT TOP */
	{
	width: auto;
	height: 106px;
	background-color: #000000;
	float:left;
	}

#content2 /* CONTENT UNDER BLACK BAR */
	{
	width: 100%;
	height: 789px;
	padding: 0px 0px -10px 0px;
	float:left;
	background-color: transparent;
	}

		#menu /* MENU ON THE LEFT */
			{
			width: 83px;
			height: 789px;
			padding: 0px 0px 0px 17px;
			float:left;
			}
					#menu2 /* MENU SPACING */
					{
					padding: 51px 0px 0px 0px;
					width: auto;
					height: auto;
					float:left;
					background-color: #FFFFFF;
					}
			
		#col2 /* MIDDLE COLUMN */
			{
			width: 155px;
			height: 789px;
			padding: 0px 10px 0px 10px;
			float:left;
			background-color: #FFFFFF;
			}
			
					.col2heading /* MIDDLE COLUMN */
						{
						width: auto;
						height: 20px;
						padding: 3px 0px 48px 12px;
						float:left;
						background-color: #FFFFFF;
						text-align: right;
						}
			
		#tree /* TREE IMAGE */
			{
			width: 119px;
			height: 789px;
			padding: 0px 10px 0px 10px;
			float:left;
			background-color: #FFFFFF;
			}
		
		#work /* MAIN SECTION ON RIGHT */
			{
			width: auto;
			height: 789px;
			padding: 0px 0px 0px 0px;
			float:left;
			background-color: white;
			}
	
#imgnav /* Image Navigation */
	{
	margin-top: 61px;
	margin-bottom: 3px;
	}
	
#illother /* Image Navigation */
	{
	margin-top: 71px;
	}
	

#linkcol1 /* Image Navigation */
	{
	width: auto;
	margin-top: 71px;
	margin-right: 50px;
	float: left;
	}

#linkcol2 /* Image Navigation */
	{
	width: auto;
	margin-top: 71px;
	float: right;
	}
	
#florimg1 /* Image Navigation */
	{
	width: auto;
	margin-top: 67px;
	margin-right: 37px;
	float: left;
	}

#florimg2 /* Image Navigation */
	{
	width: auto;
	margin-top: 67px;
	float: right;
	}
	

#tab /* Tab */
	{
	width: 155px;
	text-align: right;
	padding: 3px 0px 48px 0px;
	}	
			
#ills2 /* Illustration thumbnails second box*/
	{
	margin-top: 24px;
	}

.th_image /* Contains each thumbnail */
	{
	padding: 1px 1px 0px 0px;
	}
	
.bodysmall 
	{ 
	background-color:#fff; 
	color: #231F20; 
	font-family: helvetica neue, helvetica, arial, sans-serif; 
	font-size:8px; 
	line-height:1.5;
	margin-left: 5px; 
	}

.imgindent {
margin-left: 150px;
}