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

/* Body and HTML modifications */
html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	text-align:center;
	background-image:url(../Images/Site/Background-grey.png);
	background-position:top;
	background-repeat:repeat-x;
	padding: 0px;
	padding-top:40px;
}

/* ID Names */
#ContentBox {
	position:absolute;
	/* top: 50%; */
	left: 50%;
	width:600px;
	height:auto;
	margin-left: -300px; /*set to a negative number 1/2 of your width*/
	/* margin-top: -300px;  /*only approximate until we use JavaScript to get the true value*/
}

#NavBox {
	margin: 0 auto;
	height:100px;
	text-align:center;
}

#ContentCell {
	border: none;
}

/* Classes */
p.tabbedParagraph, p.tabbedParagraphBottom {
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p.tabbedParagraphBottom {
	margin-bottom: 0px;
}

a.navButtons {
	border: none;
	text-decoration: none;
}

img.navImages {
	border: none;
	margin-right:5px;
	margin-left:5px;
}

li.clientList {
	margin-bottom:5px;
}

img.galleryImages {
	margin: 3px;
}