/* Universal Reset */	
	* {margin:0;padding:0;}
	* a {outline: none;}
	* {font-family:Arial;}

/* General Element Stylings */	
	body {background:#333333 url(/images/BGTile.gif) repeat;}
	
	h1 {
		font-size:18px;
		margin-bottom:15px;
	}
	h2 {
		font-size:15px;
		margin-bottom:10px;
		color:#666666;
	}
	p {
		font-size:12px;
		margin-bottom:15px;
	}
	a {
		color:#666666;
	}
	a:hover {
		color:#666666;
		text-decoration:none;
	}
	hr {
		margin:15px 0;
	}
	iframe {
		padding:0;
		border:none;
		border:collapse;
	}
	.icon {
		margin:25px auto;
		display:block;
		height:150px;
		width:150px;
	}
	.icon span {
		display:none;
	}
	.staff {
		display:block;
		min-height:150px;
	}
	.staff img {
		border:1px solid black;
	}
/* Build Elements */
	/* Main Body Area */
	#canvas {
		position:relative;
		width:846px;
		margin:0 auto;
		background:url(/images/BGCanvas.png) repeat-y;
	}
	#header {
		display:block;
		margin:0 auto;
		height:173px;
		width:794px;
		background:url(/images/BGHeader.jpg) no-repeat;
	}
	#logo {
		display:block;
		background:url(/images/logo.gif) center 30px no-repeat;
		height:43px;
		width:311px;
		font-size:24px;
		line-height:36px;
		text-align:center;
		text-decoration:none;
		color:#000000;
		font-weight:bold;
		padding:123px 0 0 0;
	}
	/* Nav Area */
	#nav {
		position:relative;
		margin:0 auto;
		width:794px;
		height:34px;
		border-top:3px solid #000000;
		border-bottom:3px solid #000000;
	}
	#nav a {
		position:relative;
		padding-top:6px;
		float:left;
		display:block;
		height:28px;
		width:196px;
		background:url(/images/bgNav.jpg) repeat-x;
		border-left:3px solid #000000;
		text-align:center;
		text-decoration:none;
		color:#000000;
		font-size:18px;
		font-weight:bold;
	}
	
	#nav a:hover {
		background:url(/images/bgNav2.jpg) repeat-x;
	}
	/* Content Area */
	#homecontent {
		position:relative;
		margin:0 auto;
	}
	#homecontentL {
		position:relative;
		left:26px;
		width:452px;
		min-height:400px;
		padding:25px;
		background:#CCCCCC;
	}
	#homecontentR {
		position:absolute;
		width:290px;
		right:26px;
		top:0;
		bottom:0;
		text-align:center;
	}
	#featured {
		display:block;
		margin-top:60px;
		width:376px;
		height:103px;
		background:url(/images/featured.jpg) no-repeat;
	}
	#featured span{
		display:none;
	}
	#ourPeople {
		background:url(/images/ourpeople.jpg) no-repeat;
	}
	#ourCompany {
		background:url(/images/ourcompany.jpg) no-repeat;
	}
	#content {
		position:relative;
		margin:0 auto;
		padding:25px;
		width:744px;
	}

	#listingscontent {
		position:relative;
		margin:0;
		padding-top:12px;
		padding-left:45px;
	}
	#siteLinkCover {
		width:774px;
		height:20px;
		background:#999999;
		position:absolute;
		top:0;
		left:26px;
		font-size:12px;
		color:#FFFFFF;
		padding-left:20px;
		padding-top:6px;
		border-bottom:3px solid #000000;
	}
	/* Footer Area */
	#footer {
		position:relative;
		bottom:0;
		width:798px;
		margin:0 24px;
		height:30px;
		text-align:center;
		font-size:12px;
		line-height:30px;
		border-top:3px solid #000000;
	}
