

.sponsorListHolder{
	margin-bottom:30px;
}

.sponsor{
	width:150px;
	height:150px;
	float:left;
	margin:0px;
	padding:0;
	
	
	/* Giving the sponsor div a relative positioning: */
	position:relative;
	cursor:pointer;
}

.sponsorFlip{
	/*  The sponsor div will be positioned absolutely with respect
		to its parent .sponsor div and fill it in entirely */

	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:1px solid #ddd;	
	background:url("images/background.jpg") no-repeat center center #f9f9f9;
}

.sponsorFlip:hover{
	border:1px solid #999;
	
	/* CSS3 inset shadow: */
	-moz-box-shadow:0 0 30px #999 inset;
	-webkit-box-shadow:0 0 30px #999 inset;
	box-shadow:0 0 30px #999 inset;
}

.sponsorFlip img{
	/* Centering the logo image in the middle of the sponsorFlip div */
	
	position:absolute;
	top:50%;
	left:50%;
	margin:-75px 0 0 -75px;
}

.sponsorData{
	/* Hiding the .sponsorData div */
	display:none;
}

.sponsorDescription{
	font-size:20px;
	padding:0px 0px 0px 0px;
	font-style:italic;
	color: White;
	
}

.sponsorURL
{
	
	font-size:15px;
	font-weight:bold;
	padding-left:20px;
	color:Yellow;
}

.clear{
	/* This class clears the floats */
	clear:both;
}
.BHeadData
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#397249;
	text-align:left;
	font-weight:bold;
    padding:5px 5px 5px 15px;
    width:800px;
	
}
.BHeadData1
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:black;
	text-align:left;
	width:800px;
    padding:5px 5px 5px 15px;
	
}
.BMore
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align:right;
	color:#397249;
	padding:2px 10px 5px 0px;
	text-decoration:none;
}
.BMore a
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align:right;
	color:#397249;
	padding:2px 10px 5px 0px;
	text-decoration:none;
}
.BMore a:Hover
{
	text-align:right;
	color:#000;
	text-decoration:underline;
}


/* The styles below are only necessary for the styling of the demo page: 

#main{
	position:relative;
	margin:0 auto;
	width:960px;
}

h1{
	padding:30px 0;
	text-align:center;
	text-shadow:0 1px 1px white;
	margin-bottom:30px;
	background:url("images/page_bg.gif") repeat-x bottom #f8f8f8;
}

h1,h2{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
}

h2{
	font-size:14px;
	font-weight:normal;
	text-align:center;
	
	position:absolute;
	right:40px;
	top:40px;
}

.note{
	font-size:12px;
	font-style:italic;
	padding-bottom:20px;
	text-align:center;
}

a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:none;
}*/