﻿/*---Base Backgrounds---*/
html	{ background:#333333; }
body	{ background: transparent url(../images/body-bg.png) no-repeat top center; text-align: left; }

/*---Standard Content Structure---*/
#SiteInnerWpr	{ width: 980px; margin: 0 auto; }

#SiteContentWpr		{ background-color: #FFF; }
#SiteContentInnerWpr{ background: url(../images/content-rpt.png) repeat-y top left; overflow: hidden; min-height:718px; }

#SiteInnerWpr	{ position: relative; }

#SideBarWpr		 { width: 250px; float: right; }
#SideBarInnerWpr { padding:20px 0;}

#ContentWpr		{ width: 730px; float: right; }
#ContentInnerWpr{ padding: 20px; }

/*---Header---*/
#HeaderWpr	{ height:193px; background:url(../images/header-bg.png) no-repeat top left; position: relative; }

#Logo a	{
	background: transparent url(../images/logo.png) 0 0 no-repeat;
	position: absolute;
	left:200px;
	top:36px;
	width: 558px;
	height: 89px;
}
#Logo span	{ display: none; }

/*---Footer---*/
#SiteFooterWpr	{ background-color:#333333; height:100px;}
#FooterWpr		{ position: relative; width:980px; height:100px; margin: 0 auto; overflow: hidden; text-align: left; }

/*---Footer Social Networks---*/
.FollowUs		{ position: absolute; left:12px; top: 30px; }
.FollowUs ul	{ margin: 0; padding: 0; }
.FollowUs li	{ display: inline-block; float: left; padding: 0 10px 0 0; }
.FollowUs a		{
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: tansparent;
	display: block;
	width: 29px;
	height: 29px;
}
.FollowUs span	{ display: none; }

.FollowUs .Facebook a		{ background-image: url(../images/facebook-off.jpg); }
.FollowUs .Facebook a:hover	{ background-image: url(../images/facebook-on.jpg); }/*---Remove if no Hover---*/

.FollowUs .Twitter a		{ background-image: url(../images/twitter-off.jpg); }
.FollowUs .Twitter a:hover	{ background-image: url(../images/twitter-on.jpg); }/*---Remove if no Hover---*/

.FollowUs .Youtube a		{ background-image: url(../images/youtube-off.jpg); }
.FollowUs .Youtube a:hover	{ background-image: url(../images/youtube-on.jpg); }/*---Remove if no Hover---*/

.FollowUs .Email a			{ background-image: url(../images/email-off.jpg); }
.FollowUs .Email a:hover	{ background-image: url(../images/email-on.jpg); }/*---Remove if no Hover---*/

/*---Standard Footer---*/
#CopyRight	{
	position: absolute;
	left: 175px;
	top: 36px;
	font: 11px/11px Arial, Helvetica, sans-serifl;
	color: #FFF;
}
#FooterAddress	{
	position: absolute;
	left: 415px;
	top: 36px;
	font: 11px/11px Arial, Helvetica, sans-serifl;
	color: #FFF;
}
#TrustedPartnerLogo      { position: absolute; right:-60px; top:10px; }
#TrustedPartnerLogo a    { 
       display:block;
       width:250px;
       height:90px;
       background:url(/common_scripts/images/tpGlobalLogos/whitelogo.png);
	   /*background:url(/common_scripts/images/tpGlobalLogos/colorlogo.png);*/
	   /*background:url(/common_scripts/images/tpGlobalLogos/blacklogo.png);*/
}
#TrustedPartnerLogo span { display: none; }