﻿#homePageControlWrapper
{
	width: 771px;
	height: 271px;
	background-color: #fff;
	background-image: url(images/homeControlBackground.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-align:left;
	/*border-top:solid 1px blue;
	border-right:solid 1px blue;*/
}

#homePageControlFeaturedMemberWrapper
{
	width: 298px;
	float: left;
}

#homePageControlFeaturedMemberContent
{
	/*margin-left:22px;*/
}

#homePageControlHeadshotsWrapper
{
	float: left;
	margin-left: 69px;
}
.homePageControlPhotoRow
{
	margin-top: 8px;
}

.homeControlPhoto
{
	height:120px;
	width:125px;
	background-image:url(images/polaroid.gif);
	float:left;
	margin-right:3px;
}

.homeControlPhotoContent
{
	margin-left:7px;
	margin-top:7px;

}


.homeControlMainText
{
	color:#642324;	
 font-size:10px;
 font-family:Verdana;
 font-weight:bold;
 text-transform:uppercase;
 width:260px;
}

.homeControlMainText p
{
	margin:0px;
	margin-top:0px;
	padding:0px;
}

.homeControlPhotoPhoto
{
	margin-left:7px;
	margin-top:5px;
}

.homeControlPhotoText
{
 color:#642324;	
margin-top:4px;
margin-left:4px;
 font-size:10px;
 font-family:Verdana;
 font-weight:bold;
  text-transform:uppercase;


}
.homeControlPhotoTextArrows
{
	float:left;
	width:10px;
	
}

.homeControlPhotoTextName
{
	float:left;
	width:105px;
	padding-bottom:8px;
}

.homeControlPhotoText a:link,.homeControlPhotoText a:visited,
.homeControlMainText a:link,.homeControlMainText a:visited

{
	color:#000;
	text-decoration:none;
}

.homeControlPhotoText a:hover,.homeControlPhotoText a:focus,
.homeControlMainText a:hover,.homeControlMainText a:focus
{
	color:#000;
	text-decoration:underline;
}


.clearing
{
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
}

 .homeTablePhotoTop
 {
	width: 125px;
	background-image:url('images/polaroid-top.gif');
	background-position:center top;    
	background-repeat:no-repeat;
 }
 
  .homeTablePhotoBottom
 {
	width: 125px;
	background-image:url('images/polaroid-bottom.gif');
	background-position:center bottom;    
	background-repeat:no-repeat;
 }