body {
	font:9pt Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:1.6;
}

/* Layout-----------------------------------------*/
#topbar {
	background-color:#2b2f32;
	padding:8px 0px 0px 0px;
}
.container {
	width:960px;
	position:relative;
}
#nav {
	text-align:left;
}
#middlecontent {
	text-align:justify;
	margin:15px 0px 2px 0px;
}
#logo {
	font-size:16pt;
	font-weight:bold;
	position:absolute;
	left:0px;
	top:0px;
}
.content {
	margin-left:200px;
}
#banner {
	margin-bottom:10px;
}
#cpyright {
	border-top:1px solid #ccc;
	font-size:8pt;
	margin-top:10px;
	color:#999;
}

/* Text-----------------------------------------*/
h3 {
	font-size:11pt;
	font-weight:bold;
	color:#0094bf;
}
h4 {
	font-size:11pt;
	font-weight:bold;
	color:#333333;
}
h5 {
	font-size:10pt;
	font-weight:bold;
	color:#0094bf;
}
p {
	margin:0px 0px 10px 0px;
}
/* Tables-----------------------------------------*/
td {
	padding:5px 8px;
}
td.shaded {
	background-color:#f0f0f0;
}
table.tblservices {
	padding-left:30px;
}
th {
	text-align:right;
	font-weight:bold;
	border-right:1px solid #ccc;
	padding:4px 8px 4px 0px;
	vertical-align:top;
}
/* Links-----------------------------------------*/
a, a:visited {
	color:#1d90e8;
}
a:hover {
	text-decoration:none;
}
/* Nav-----------------------------------------*/
ul#navelements {
	list-style:none;
	font-size:11pt;
	font-weight:bold;
}
ul#navelements li {
	float:left;
	margin-right:20px;
}
a#nhome {
	background:url(../images/nhome.gif) no-repeat 0px 0px;
	display:block;
	width:50px;
	height:25px;
}
a#nhome:hover {
	background:url(../images/nhome.gif) no-repeat 0px -25px;
}
#phome a#nhome {
	background:url(../images/nhome.gif) no-repeat 0px -50px;
	width:50px;
	height:25px;
}
a#nservices {
	background:url(../images/nservices.gif) no-repeat 0px 0px;
	display:block;
	width:67px;
	height:25px;
}
a#nservices:hover {
	background:url(../images/nservices.gif) no-repeat 0px -25px;
}
#pservices a#nservices {
	background:url(../images/nservices.gif) no-repeat 0px -50px;
	width:67px;
	height:25px;
}
a#nengagements {
	background:url(../images/nengagements.gif) no-repeat 0px 0px;
	display:block;
	width:104px;
	height:25px;
}
a#nengagements:hover {
	background:url(../images/nengagements.gif) no-repeat 0px -25px;
}
#pengagements a#nengagements {
	background:url(../images/nengagements.gif) no-repeat 0px -50px;
	width:104px;
	height:25px;
}

a#ncontactus {
	background:url(../images/ncontactus.gif) no-repeat 0px 0px;
	display:block;
	width:84px;
	height:25px;
}
a#ncontactus:hover {
	background:url(../images/ncontactus.gif) no-repeat 0px -25px;
}
#pcontactus a#ncontactus {
	background:url(../images/ncontactus.gif) no-repeat 0px -50px;
	width:84px;
	height:25px;
}
/* Nav-----------------------------------------*/
.clear {
	clear:both;
}
/* IE Fix-----------------------------------------*/
.haslayout {
	* display:inline-block; /* Limit to IE7 and below */
}