
/* CSS Document */
img.leftTrans{
position: absolute;

}

img.rightTrans{
position: absolute;
right: 25px;

}


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

body {
	background-color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:0px;
	margin-right:0px;
}

h2 {
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:1px;
	color:#CCCCCC;
	margin-top:0em;
	font-weight:100;
	margin-bottom:.5em;
}

a:link {
	color:#CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#CCCCCC;
}
a:hover {
	text-decoration: underline;
	color:#999999;
}
a:active {
	text-decoration: none;
	color:#CCCCCC;
}

address { color:#666666; }

#address { display:block; position:relative; margin-top:80px; top:80px; }


#container {
	width:751px;
		margin:auto;
}

#header {
	width:751px;
	height:70px;
}

#content {
	width:751px;
	height:355px;
}


#homeTop {
	width:751px;
	height:255px;
	position: relative;
}

#homeBottomLeft {
		float:left;
		width:554px;
		padding-right:25px;
		line-height:16px;
		height:95px;
		color:#CCCCCC;
}

#homeBottomRight {
		float:left;
		width:172px;
		height:95px;
}

	#contentLeft {
		float:left;
		width:579px;
		height:355px;
		color:#CCCCCC;
	}
	
	#contentLeftTxt {
		float:left;
		width:539px;
		height:355px;
		letter-spacing:.05em;
		line-height:16px;
	}
	
	#contentRight {
		float:left;
		width:172px;
		height:355px;
	}
	
		#rightBox {
			width:172px;
			height:255px;
			line-height:17px;
			color:#CCCCCC;
		}	
		
		#thumbs {
			width:172px;
			height:255px;
			line-height:17px;
			color:#CCCCCC;
		}
	
		#navContainer {
			width:172px;
			height:115px;
		}
		
			#navMain {
				float:left;
				width:85px;
				height:115px;
				line-height:1.9em;
				font-size:10px;
			}

/*style for the Main menu links */

				.nav a:link {
					display:block;
					width: 85px;
					height:17px;
					color: #FFFFFF;
					margin-top:.1em;
					padding-bottom:2px;
					background-color:#313131;
					text-decoration: none;
		
				}
				.nav a:visited {
					display:block;
					width: 85px;
					height:17px;
					color: #FFFFFF;
					margin-top:.1em;
					padding-bottom:2px;
					background-color:#313131;
					text-decoration: none;
				}
				.nav a:hover {
					display:block;
					width: 85px;
					height:17px;
					color: #FFFFFF;
					margin-top:.1em;
					padding-bottom:2px;
					text-decoration: none;
					background-color:#666666;
					color: #CCCCCC;
				}
				.nav a:active {
					display:block;
					width: 85px;
					height:17px;
					color: #FFFFFF;
					margin-top:.1em;
					padding-bottom:2px;
					background-color:#313131;
					text-decoration: none;
				}
				
/*style for the Sub-menu links */

				.navSub a:link {
					display:block;
					width: 83px;
					height:15px;
					color:#FFFFFF;
					margin-top:.1em;
					padding-bottom:2px;
					border:1px solid #333333;
					text-decoration: none;
		
				}
				.navSub a:visited {
					display:block;
					width: 83px;
					height:15px;
					color:#FFFFFF;
					margin-top:.1em;
					padding-bottom:2px;
					border:1px solid #333333;
					text-decoration: none;
				}
				.navSub a:hover {
					display:block;
					width: 83px;
					height:15px;
					color:#000000;
					margin-top:.1em;
					padding-bottom:2px;
					background-color:#999999;
					border:1px solid #333333;
					text-decoration: none;
				}
				.navSub a:active {
					display:block;
					width: 83px;
					height:15px;
					color:#FFFFFF;
					margin-top:.1em;
					padding-bottom:2px;
					border:1px solid #333333;
					text-decoration: none;
				}
				
/* Highlights "Our Work" in the main menu when a subsection has been selected */
				
				.workSelected a:link {
					display:block;
					width: 85px;
					height:17px;
					color: #FFFFFF;
					margin-top:.1em;
					padding-bottom:2px;
					background-color:#666666;
					text-decoration: none;
		
				}
				.workSelected a:visited {
					display:block;
					width: 85px;
					height:17px;
					color: #FFFFFF;
					margin-top:.1em;
					padding-bottom:2px;
					background-color:#666666;
					text-decoration: none;
				}
				.workSelected a:hover {
					display:block;
					width: 85px;
					height:17px;
					color:#333333;
					margin-top:.1em;
					padding-bottom:2px;
					text-decoration: none;
					background-color:#999999;
				}
				
				.workSelected a:active {
					display:block;
					width: 85px;
					height:17px;
					color: #FFFFFF;
					margin-top:.1em;
					padding-bottom:2px;
					background-color:#666666;
					text-decoration: none;
				}
				
/* Highlights a selected item on the sub-menu after it has been clicked */

				.workSelectedSub a:link {
					display:block;
					width: 83px;
					height:15px;
					color:#FFFFFF;
					margin-top:.1em;
					padding-bottom:2px;
					background-color:#666666;
					border:1px solid #333333;
					text-decoration: none;
		
				}
				.workSelectedSub a:visited {
					display:block;
					width: 83px;
					height:15px;
					color:#FFFFFF;
					margin-top:.1em;
					padding-bottom:2px;
					background-color:#666666;
					border:1px solid #333333;
					text-decoration: none;
				}
				.workSelectedSub a:hover {
					display:block;
					width: 83px;
					height:15px;
					color:#000000;
					margin-top:.1em;
					padding-bottom:2px;
					background-color:#FFFFFF;
					border:1px solid #333333;
					text-decoration: none;
				}
				.workSelectedSub a:active {
					display:block;
					width: 83px;
					height:15px;
					color:#FFFFFF;
					margin-top:.1em;
					padding-bottom:2px;
					background-color:#666666;
					border:1px solid #333333;
					text-decoration: none;
				}
				
#footer {
	width:751px;
	height:27px;
}

a img{
border: none;
}
