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

/* Modifications to the left content box */

/* The UL lists the site that NLI has built*/
ul {
	list-style-position:outside;
	list-style-type:square;
	font-family:"Times New Roman", Times, serif;
	font-size:small;
}
/* End Left Content Box */

/* Build the layout graphics for the main content */

/* The header and footer to the content boxes */
#cap {
	background-image:url(../images/portfolio/portfolio_cap.gif);
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	position:absolute;
	top:160px;
	left:385px;
}

#foot {
	background-image:url(../images/portfolio/portfolio_foot.gif);
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	position:absolute;
	top:609px;
	left:386px;
}

/* All of the left hand boxes */
.left {
	position:absolute;
	background-image:url(../images/portfolio/portfolio_left_large.gif);
	background-repeat:no-repeat;
	width:376px;
	height:217px;
	padding-top:1px;
	padding-left:4px;
}
	.left img {
		margin-left:0px;
		margin-right:4px;
		margin-top:4px;
		margin-bottom:0px;
	}
	
	.left p {
	margin-top:0;
	margin-right:14px;
	padding-right: 10px;
	
	}
	
/* All of the right hand boxes */
.right {
	position:absolute;
	background-image:url(../images/portfolio/portfolio_right.gif);
	background-repeat:no-repeat;
	width:376px;
	height:145px;
	padding-top:2px;
}
	.right img {
		margin-left:5px;
		margin-right:2px;
		margin-top:10px;
		margin-bottom:4px;
	}

	
 .right p { 
 	margin-top: 10px;
 }	

.right h1 { 
 	margin-top: 30px;
 }	


/*The left hand column, top to bottom */
#left1 {
	top:175px;
	left:40px;
}

#left2 {
	top:392px;
	left:40px;
}


/* The right hand column, top to bottom */
#right1 {
	top:175px;
	left:415px;
}

#right2 {
	top:320px;
	left:415px;
}

#right3 {
	top:465px;
	left:415px;
}

#right4 {
	top:610px;
	left:415px;
}

#footer {
	background-image:url(../images/portfolio/footer.gif);
	background-repeat:no-repeat;
	width:760px;
	height:125px;
	margin-top: 0px;
	padding-top:0px;
	position:absolute;
	top:630px;
	left: 40px;
	text-align:center;
}

	#footer h2 {
		margin-top: 3px;
	}
	
	#hosttable {
		margin-top:0;
		margin-left:auto;
		margin-right:auto;
	}
	
		#hosttable td {
			padding-left:10px;
			padding-right:10px;
		}	

