/* CSS Document */
body {
	padding: 0;
	margin: 5px 0px;
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #585858;
	background-image: url("bg.gif");
}

img 
{
	border: 0;
}

a:link, a:visited {
	color: #0099FF;
}

a:hover, a:active {
	color: #FF9900;
}

hr {
	clear: both;
	height: 1px;
	color: #CCCCCC;
}

ul {
	list-style: square;
}

.bannerImage {
	clear: both;
	margin: 0px;
	padding: 0px;
}

img.float {
	height: 125px;
	width: 150px;
	padding: 3px;
}

div.portfolioItem, div.alternatePortfolioItem {
	clear: both;
}

div.portfolioItem img {
	float: left;
	display: block;	
}

div.alternatePortfolioItem img {
	display: block;
	float: right;
}

.portfolioInnerText {
	background-color: #fafaff;
	border: 1px solid #cacaca;
	padding: 2px 5px;
	width: 240px;
}

.portfolioInnerText h4 {
	font-size: small;
}

div.portfolioItem .portfolioInnerText {
	float: right;
}

div.alternatePortfolioItem .portfolioInnerText {
	float: left;
}

.banner {
	clear: both;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}

.boxedContent {
	margin: 10px;
}

.clear {
	clear: both;
	font-size: 1px;
	display: none;
}

.copyrightNotice {
	font-size: 70%;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 0px;
}

.img-shadow {
  float:left;
  background: url(shadowAlpha.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
 }
 
 .p-shadow {
  width: 90%;
  float:left;
  background: url(shadowAlpha.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.p-shadow div {
  background: none !important;
  background: url(shadow2.gif) no-repeat left top;
  padding: 0 !important;
  padding: 0 6px 6px 0;
  }

.p-shadow p {
  color: #ff0000;
	background-color: #9999bb;
  font: italic 1em georgia, serif;
  border: 1px solid #a9a9a9;
  padding: 4px;
  margin: -6px 6px 6px -6px !important;
  margin: 0;
  }
  
  a img
  {
		border: 0;
  }