
img {
	border: 0;
}
body {
	color: #98a2b0;
	margin: 0px;
	background: url(images/proshot-bg-home.png) #000 repeat-y top center;
	text-align: center;
	font-family: arial;
}
/*******************************/
/*** home template styles    ***/
#home {
	margin: 0 auto 0 auto;
	width: 900px;
	display: block;
	overflow: hidden;
}

/*** home page header ***/
#home .header {
	margin: 0 auto 0 auto;
	background: url(images/proshot-header.jpg) no-repeat top right;
	width: 898px; height: 235px;
}

#home #contentWrapper {
	width: 898px;
	margin: 0 auto 0 auto;
  	background: url(images/proshot-content-top.gif);
	background-repeat: repeat-x;
	height: 800px;
	overflow: hidden;
}

/*** home page body ***/
#home .body {
	color: #687587;
	padding: 11px;
	width: 500px;
	text-align: left;
	float: left;
	overflow: hidden;
	height: 100%;
}
#home .body .left {
	position: relative;
	top: 43px;
	width: 222px;
	float: left;
}
#home .body .left #infoButton {
	position: relative;
	top: 20px;
	left: 4px;
}
#home .body .right {
	position: relative;
	top: 27px;
	width: 275px;
	float: left;
	font-family: arial;
	font-size: 12pt;
	line-height: 22px;
	color: #98a2b0;
}

/*** home page featured projects ***/
#home .featured {
  	background: url(images/proshot-title-featured.gif)  #3c4a5e no-repeat;
	width: 200px;
	height: 100%;
	float: right;
	margin: 0 0 0 0;
	padding: 45px 0 0 0;
	text-align: left;
}
#home .featured img {
	position: relative;
	left: 6px;
	margin-top: 4px;
}

/*** home page sidebar ***/
#home .sidebar {
	width: 165px;
	float: right;
	text-align: left;
}
#home .sidebar #fields {
	position: relative;
	left: 16px;
	top: 54px;
}
#home .sidebar ul {
	padding: 70px 0 0 30px; margin: 0;
	list-style: url(images/proshot-bullet.gif);
}
#home .sidebar ul li {
	line-height: 22px;
}
#home .sidebar ul li a {
	color: #98a2b0;
	font-family: arial;
	font-size: 9pt;
	white-space: nowrap;
}
#home .sidebar ul li a:hover {
	color: #fff;
}
/*** home page footer ***/
/*** footer ***/
#home .footer, #content  .footer {
	width: 636px;
	text-align: left;
	padding: 11px;
	float: left;
}
#home .footer {
	z-index: 3;
	margin-top: 220px;
}
#home .footer .navButton, #content .footer .navButton {
  	display: block;
  	float: left;
	margin-right: 4px;
  }
#home .footer p, #content  .footer p {
  	margin: 9px 0px 5px 0px;
	font-family: arial;
	font-size: 9pt;
  }
#home .footer a, #content .footer a {
  	color: #98a2b0;
	font-size: 7pt;
	font-family: arial;
  }
