* {
	margin:0;
	padding:0;
}

html {
	background:url(../images/bg1.gif) top left repeat-x #fff;
	font-family:tahoma, arial, sans-serif;
	color:#2b2b2b;
	font-size:small;
}

/* fixes font-size keyword problem for IE5/Win */
body {
	width:770px;
	margin:0 auto;
	background:url(../images/bodyBGtop.gif) top left repeat-x transparent;
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: 103%;
	}

html>body { /* be nice to Opera */
	font-size: small;
	}

#header {
	margin:0;
	height:56px;
	background:url(../images/headerBG.gif) top center no-repeat #ffffff;
	color:#000000;
	padding:30px 8px 0 8px;
}

	#header h1 {
	}

	/*
	#header h2 {
		float:left;
		font-size:80%;
		color:#fff;
		background:url(../images/pageHeaderBG.gif) left top repeat-x #868686;
		padding-top:7px;
		height:24px;
		width:149px;
		text-align:center;
	}
	*/

	#header img {
		border:none;
		float:left;
	}

		#header ul {
		list-style:none;
		float:right;
		text-transform:lowercase;
		font-size:80%;
		margin-top:25px;
		text-align:center;
		width:auto;

	}

		#header ul li {
			float:left;
			display:inline;
			width:45px; /* fix for Mozilla 1.6 - better to not specify a width */
			padding:0 20px 4px 20px;
			background:url(../images/vdots.gif) top right repeat-y transparent;	
		}

		#header ul li a {
			float:none;
			color:#000000;
			background-color:transparent;
			text-decoration:none;
			display:block;
			height:1%;
		}

		#header ul li a:hover {
			text-decoration:underline;
		}

			#header ul li a img {
				margin:0 auto;
				float:none;
				display:block;
			}


#pageTitle {
	background:url(../images/pageTitleBG.gif) bottom center no-repeat transparent;
	padding-left:190px;
	height:38px;
}

	#pageTitle h2 {
		text-align:center;
		width:100px;
		color:#fff;
		height:25px;
		padding:8px 10px 4px 10px;
		font-size:90%;
		background:url(../images/pageTitleHeadingBG.gif) top left repeat-x transparent;
	}

#content {
	background:url(../images/topBG.gif) top center repeat-y #fff;
	color:#000000;
	float:left;
}

#innerWrapper {
	padding:0 12px;
}


#top {
	padding-bottom:15px;
	background:url(../images/topBG.gif) top center repeat-y #fff;
	color:#000000;
}

#nav {
	float:left;
	width:180px;
	list-style:none;
	padding:0 5px;
}

	#nav li {
		margin-bottom:5px;
	}

		#nav li a {
			background:url(../images/navButtonBG.gif) top left no-repeat;
			height:21px;
			padding:9px 0 0 40px;
			display:block;
			color:#000;
			font-weight:bold;
			font-size:85%;
			text-decoration:none;
		}

		#nav li a:hover {
			background-position:0 -29px;
			color:#E9AC00;
		}

	
#panel {
float:right;
}

	#panel img {
		border:none;
		float:left;
	}

#services {
	clear:left;
	font-size:80%;
	float:left;
	background:url(../images/contentBG.gif) top left repeat-y #fff;
	background-position:-12px 0;
}

	#services h4 {
		color:#9e8904;
		font-size:100%;
		background:url(../images/h2arrow.gif) left center no-repeat;
		padding-left:12px;
		margin:5px 0 10px 0;
	}

		#services h4 span {
			color:#000;
		}

#cols {
	list-style:none;
	position:relative;
	float:left;
	padding-bottom:20px;
}

	#cols h3 {
			background:url(../images/h2arrow.gif) left center no-repeat;

	}	

	#cols h4 a {
		padding-left:12px;
		margin-left:-12px;

		text-decoration:none;
		color:#9e8904;
	}

	#cols h4 a:hover {
		text-decoration:underline;
		color:#000;
	}

#main {
	clear:both;
	padding-top:10px;
	background-color:#fff;
	width:561px;
}


#featuredClients {
	float:left;
	background:url(../images/vdots.gif) top left repeat-y #fff;
	margin-left:-12px;
	padding-left:12px;
	padding-bottom:1em;
	margin-bottom:2em;
}

	#featuredClients h4 {
		background:url(../images/headingBG.gif) bottom left repeat-x #fff;
		font-size:80%;
		color:#000;
		padding:0.5em 10px;
	}

		#featuredClients h4 span {
			padding-left:14px;
			background:url(../images/dotArrow.gif) left center no-repeat transparent;
		}
	

	#featuredClients ul {
		list-style:none;
		float:left;
		width:163px;
		max-width:163px;
	}

		#featuredClients ul li {
			background:url(../images/listBG2.gif) bottom left no-repeat transparent;
			padding-top:4px;
			padding-left:12px;
			display:block;
		}

			#featuredClients ul li a {
				display:block;
				height:19px;
				color:#084b71;
				font-size:80%;
				text-decoration:none;
				
				padding:4px 0 0 12px;
				background:url(../images/listBullet2.gif) left center no-repeat transparent;
			}


			#featuredClients ul li a:hover {
				text-decoration:underline;
				background:url(../images/listBullet3.gif) left center no-repeat transparent;
			}

#footer {
	clear:both;
	text-align:center;
	background:url(../images/contentBG.gif) bottom center repeat-y;
}

	#footer ul {
		list-style:none;
		font-size:80%;
		padding-bottom:1em;
		background-color:#fff;
		margin:0 10px;
	}

		#footer ul li {
			display:inline;
			padding:0 0.5em;
			border-right:1px solid #0077cc;
		}

			#footer ul li.lastItem {
				border:none;
			}

			#footer ul li a {
				color:#0077cc;
				text-decoration:none;
			}

			#footer ul li a:hover {
				text-decoration:underline;
			}

	#footer #copyright {
		background:url(../images/footerBG.gif) bottom center no-repeat;
		padding:10px 0 15px 0;
		font-size:80%;
	}

.column {
	width:171px;
	padding:0 22px 0 0;
	float:left;
}	

a.moreLink {
	position:absolute;
	bottom:0;
	padding-right:10px;
	padding-left:120px;
	background:url(../images/moreLink.gif) right center no-repeat transparent;
	color:#0077cc;
	font-weight:bold;
	font-size:100%;
	text-decoration:none;
}


	a.moreLink:hover {
		text-decoration:underline;
	}

li.lastItem {
	border:none !important;
	background-image:none !important;
}


.access {
	position:absolute;
	left:-9999px;
}


.printOnly {
	display:none;
}