/* Custom WordPress Theme */
div.last_list_container
{
	float: left;
	position: relative;
}
#footerContent ul, #footerContent ul.small
{
	margin:  20px 0 0 10px;
	list-style: none;
	float: left;
	position: relative;
	width: 230px;
	font-family: "trebuchet ms";
}
#footerContent ul.small
{
	height: 60px;
}	
#footerContent ul li, #footerContent ul.small li 
{
	display: block;
	float: left;
	position: relative;
	font-size: 11px;
	line-height: 18px;
	width: 220px;
}
#footerContent ul li a, #footerContent ul.small li a 
{
	text-decoration: none;
	color: #8a8a8a;	
}
#footerContent ul li a:hover, #footerContent ul.small li a:hover 
{
	color: #333333;
}	
#footerContent ul.small li.social_icons 
{
	width: 200px;
	height: 80px;
	margin: 24px 0 0 0;
	float: left;
	position: relative;
	background:url(images/1follow.jpg) no-repeat;
	padding-top:30px;
}
#footerContent ul.small li.social_icons a.twitter,
#footerContent ul.small li.social_icons a.facebook,
#footerContent ul.small li.social_icons a.youtube
{
	display: block;
	float: left;
	position: relative;
	width: 45px; 
	height: 45px;
	margin: 0 6px 0 0;
}
a.facebook
{
	background:url(images/1icon3.jpg);
}
a.twitter
{
	background:url(images/1icon4.jpg);
}
a.youtube
{
	background:url(images/1icon5.jpg);
}
#footer_form
{
	background:url(images/callback.jpg) repeat-x;
	width:300px;
	height:145px;
	float:left;
	border:1px solid #e3e2e3;
	margin-top:28px;
	margin-left:-22px;
}
#footer_form .callBackHeader
{
	width:290px;
	font-size:22px;
	padding-top:10px;
	font-weight:normal;
	color:#575757;
	background:url("images/greybubble.png") no-repeat scroll 99% 5px transparent;
	padding-left:10px;
}
#footer_form label
{
	clear:both;
	display:block;
	border:1px solid #c9c9c9;
	background:#FFF;
	height:20px;
	color:#7d7d7d;
	font-size:14px;
	width:90%;
	margin:0px auto;
	margin-top:10px;
	padding:3px;
}
#footer_form input
{
	font-size:14px;
	color:#dabf67;
}
.blueSubmit
{
	background:url(images/submit_button.jpg);
	height:21px;
	width:78px;
	margin-left:11px;
	margin-top:7px;
}
.iaLink
{
	color:#8A8A8A;
	font-size:11px;
	margin-left:10px;
}
.iaLink a
{
	color:#8A8A8A;
	font-size:11px;
}
