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

body {
	background-color: #190404;
	/* background-image: url( /images/home/background-color.png); */
	/* background-repeat: repeat; */
	margin: 0;
	padding: 0p
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: verdana;
	font-size: 12px;
	line-height: 0px;
	color: #300C0C;
}

* {
	margin:0;
	padding:0;
	border: 0;
}

p, li {
	line-height: 16px;
	margin-bottom: 12px;
}

li {
	margin-left: 2em;
}

a {
	color: #760000; /* 4F1616 */
}

a:hover {
	color: #d85515; 
}

.subheadText {
	font-weight: bold;
}

.borderedImg {
	border: thin solid #190404;
}

.hr {
	border-bottom: dotted thin #190404;
}

#containerDiv {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	position: relative;
}
	
	#rocketDiv {
		position: absolute; 
		top: 0px; 
		left: 0px;
		z-index: 1; 
		width: 480px;
		height: 274px;
		/* background-image: url( /images/home/rocket+logo.png); */
		/* background-repeat: no-repeat; */
	}
	
	#bannerDiv {
		width: 900px;
		height: 126px;
		background-image: url(/images/home/banner.jpg);
	}
	
	#navbarDiv {
		height:22px;
		background: #300C0C;
	}
		
		/* navbar elements */
	
	#footerDiv {
		height:22px;
		/* background: #240A0A; */
	}
	/* #300C0C light */
	/* #240A0A medium */
	/* #190404 dark */

		/* footer elements */
	
	#triploidDiv {
		/* position: relative;
		top: -748px; */
		position: absolute; 
		bottom: 22px; 
		left: 129px;
		/* z-index: 1; */
	}
	
	#triploidTopMarginDiv {
		height: 60px;
	}
	
	#contentDiv {
		/* background-image: url(/images/home/contentTile.gif); */
		margin:0;
		padding:0;
	}
	
	#contentTable {
		background-image: url(/images/home/contentTile.gif);
		margin:0;
		padding:0;
	}
	
	#portfolioDiv {
		width: 900px;
		height: 730px;
		margin:0;
		padding:0;
	}
	
	#sidebarDiv {
		/*width: 214px;*/
		/* background-image: url(/images/home/sidebarTile0.gif); */
		/* float: left; */
		/* margin-left: 52px; */
		padding: 105px 0px 0px 0px;
		text-align: center;
	}
	
		/* sidebar elements */
	
	#sidebarMarginTD {
		width: 52px;
	}
	
	#sidebarTD {
		background-image: url(/images/home/sidebarTile0.gif);
		width: 214px;
	}
	
	#sidebarDiv .navChunk {
		background-image: url(/images/home/sidebarTile1.gif);
		width: 184px;
		margin: 0px 10px 20px 10px;
		text-align: center;
		padding: 5px;
	}
	
	#sidebarDiv .navIcon {
		background-image: url(/images/home/sidebarTile2.gif);
		width: 60px;
		height: 60px;
		float: left;
	}
	
	#sidebarDiv .navLink {
		background-image: url(/images/home/sidebarTile2.gif);
		padding: 2px 0px 0px 0px;
		margin: 0px 0px 2px 0px;
		height: 24px;
	}
	
	
	
	#bodyDiv {
		width: 504px;
		/* float: right; */
		padding: 30px 65px 0px 65px;
		/*padding: 42px 65px 0px 65px;*/
		/* border: solid thin #cccccc; */
	}
	
	.clear {
		clear: both;
		height: 0px;
	}
	
	img {
		border: none;
		padding: 0;
		margin: 0;
	}
	
	.titleImg {
		border-bottom:thin solid #190404;
	}
	
	#sidebarDiv .navTextLinks {
		text-align:left;
		padding-left: 6px;
		font-size: 10px;
	}
	
	#sidebarDiv .navTextLinks a {
		text-decoration: none;
		color: #4F1616; /*  */
	}
	
	#sidebarDiv .navTextLinks a:hover{
		text-decoration: underline;
		color: #760000; /*  */
	}
	
	#bodyTD {
		width: 635px;
	}
	
	/* flickr for right column */
	#flickr_badge_uber_wrapper {
		text-align:center; 
	}
	
	#flickr_badge_wrapper {
		text-align:center; 
		width:184px; 
		margin:0px 0px 0px 0px;
		overflow:visible;
	}
	
	#flickr_badge_uber_wrapper a { 
		line-height: 0px;
	}
	
	#flickr_badge_image2 {
		margin:0px 2px 0px 2px;
	}
	
	.flickr_badge_image {
		width:60px; 
		height:60px;
		float:left;
	}
	
	.flickr_badge_image img { 
		width:60px; 
		height:60px;
		border: none;
	}

	.servicesHead {
		font-weight: bold;
	}
	