/* Defaults */
body
{
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
}

a
{
	text-decoration:none;
	color:#3366cc;
}

/* Containing box */
#box
{
	margin:0 auto;
	border:2px black solid;

	width:703px;
	background-color:#fcfff4;
	background:url('assets/sidebarbg.png') repeat-y;
	background-position:-6px 0px;
}

#sidebar
{
	width:116px;

	float:left;

	border-right:2px black solid;
	background-color:white;
}

#sidebar ul
{
	list-style-type:none;

	margin:0;
	padding:0;
}

#sidebar ul li
{
	margin:0;
	margin-bottom:-5px;
	padding:0;
}

#sidebar ul li a
{
	border-top:2px black solid;
	display:block;

	height:20px;
	width:116px;

	color:black;

	padding-top:10px;
	padding-bottom:10px;

	font-weight:bold;
	text-align:center;
}

#sidebar ul li a:hover
{
	background:url('assets/buttons/bHover.png') no-repeat;
}

#sidebar ul li.current a
{
	text-decoration:underline;
}

#sidebar ul li.last a
{
	padding-bottom:5px;
	border-bottom:2px black solid;
}

.pHome { background:url('assets/buttons/bHome.png') repeat-x; }
.pDrivenPiles { background:url('assets/buttons/bDrivenPiles.png') repeat-x; }
.pSheetPiling { background:url('assets/buttons/bSheetPiling.png') repeat-x; }
.pCFAPiling { background:url('assets/buttons/bCFAPiling.png') repeat-x; }
.pContactUs { background:url('assets/buttons/bContactUs.png') repeat-x; }
.pAboutUs { background:url('assets/buttons/bAboutUs.png') repeat-x; }

#logo
{
	width:116px;
	height:101px;

	background:url('assets/logo.png') no-repeat;
}

#header
{
	position:relative;

	margin-left:118px;
	padding-left:14px;

	height:101px;
	width:571px;

	background:url('assets/backbit.png') repeat-x;
}

#headerimg
{
	background:url('assets/header.png') no-repeat;
	width:350px;	
	height:36px;

	margin:0px auto;
	position:relative;
top:40px;
}

#information
{
	margin-top:-12px;
	margin-left:135px;
	margin-right:20px;

	padding-bottom:10px;

	min-height:250px;

	text-align:justify;
}

#footer
{
	position:relative;

	margin:0px auto 0px auto;
	padding-top:13px;
	text-align:center;

	width:707px;
	background:url('assets/shadow.png') repeat-x;

	clear:both;
}

#footer p
{
	margin:0;
	padding:0;

	font-family:Verdana;
	font-size:11px;
	color:#787878;
}

#footerXHTML
{
	position:absolute;
	top:10px;
	right:0px;
}

#footerXHTML a
{
	text-decoration:none:
	border:0;
}

#footerXHTML a img
{
	border:0;
}

.photos
{
	margin:0 auto;
	text-align:center;
}

.photos img
{
	border:1px black solid;
	padding:1px;
}

.photocap
{
	text-align:center;
}
