﻿#homeContent
{
	position:relative;
	top:-22px;
	width:900px;
	height:100%;	
}
#mainPanel
{
	position:relative;
	top:0px;
	left:1px;
	height:349px;
	width:900px;
	background-image:url(../images/home/homeBack2.png);
	background-repeat:no-repeat;
}
#podHolder
{
	position:relative;
	
	margin-top:0px;
}
*html #podHolder
{
	top:0px;
	margin-top:0px;		
}
#pod1
{
	position:absolute;
	width:300px;
	height:133px;
	
}
#pod2
{
	position:absolute;
	
	width:300px;
	height:133px;
	left:300px;
}
#pod3
{
	position:absolute;

	width:300px;
	height:133px;
	left:600px;
}
#pod1Back
{
	position:absolute;
	width:300px;
	height:133px;
	background-image:url(../images/home/podBack.png);
	background-repeat:no-repeat;
	top:0px;
	left:0px;
}
*html #pod1Back
{
	background-image:url(../images/blank.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/home/podBack.png', sizingMethod='scale');		

	}

#pod2Back
{
	position:absolute;
	
	width:300px;
	height:133px;
	background-image:url(../images/home/pod2.png);
	background-repeat:no-repeat;	
	top:0px;
	left:300px;
}
*html #pod2Back
{
	
	background-image:url(../images/blank.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/home/pod2.png', sizingMethod='scale');		
	
}


#pod3Back
{
	position:absolute;
	
	width:300px;
	height:133px;
	
	background-image:url(../images/home/pod3.png);
	background-repeat:no-repeat;	
	top:0px;
	left:600px;
}
*html #pod3Back
{
	
	background-image:url(../images/blank.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/home/pod3.png', sizingMethod='scale');		
	
}

.header span
{
	display:none;
}
.header
{
	position:relative;
	margin-top: 25px;
	margin-left:55px;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
}
.text
{
	position:relative;
	margin-top: 5px;
	margin-left:55px;
}
.podLink
{
	text-decoration:none;
}
.find
{
	position:absolute;
	top:90px;
	left:18px;
	text-decoration:none;
}
.findLink
{
	position:relative;
	top:-12px;
	left:6px;
	color:#818181;
	font-size:13px;
	text-decoration:none;
}
*html #mainPanel
{
	background-image:url(../images/blank.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/home/homeBack2.png', sizingMethod='scale');		
}
#flashHolder
{
	position:absolute;
	top:15px;
	left:15px
}
