/*  
Version: 1.0
Author: TargetScope Inc.
Author URI: http://www.targetscope.com
*/



/*____________________________________________________________
Some base styles for sizing/shapping etc.
____________________________________________________________*/

body{
	margin:0;
	padding:0;
	background-color:#FFFFFF;
}

#wrapper{
	width:100%;
}

.ClearAll{
	clear:both;
	height:0px;
	line-height:0px;
}
.ClearLeft{
	clear:left;
}

/*____________________________________________________________
Header styles
____________________________________________________________*/
#header{

}
#PrimaryNav{
	display:none;
}

.logo{
	display:block;	
	margin:0 auto 40px auto;
	width:213px;
}
.tabs{
	display:none;
}

#Banner{
	display:none;
}
/*____________________________________________________________
Footer styles
____________________________________________________________*/
#Footer + p{
	margin-top:10px;
}

/*____________________________________________________________
Content section styles
____________________________________________________________*/

#MainContent{
	margin:0;
	padding:0 0 20px 0;
	width:100%;
}
#Content{
	width:100%;
}

/*____________________________________________________________
Sidebar styles
____________________________________________________________*/
#SideBar{
	display:none;
	
}
/*____________________________________________________________
Page extras - bread crumb, print, email
____________________________________________________________*/
#PageExtras{
	display:none;
}
#PageExtras_Actions{
	display:none;
}

/*____________________________________________________________
some home page specific styles
____________________________________________________________*/

#HomeHighlights{
	width:100%;
}
.Bucket1, .Bucket2, .Bucket3{
	float:left;
	border:0px solid #00FF00;
	padding-top:15px;
	margin-bottom:40px;
}
.Bucket1{
	width:178px;
	margin-left:10px;
}
.Bucket1 .ClientSpotlightLogo{
	margin-top:20px;
}
.Bucket2{
	width:283px;
	margin-left:12px;
}
.Bucket3{
	width:290px;
	margin-left:12px;
}
.Bucket3 img{
	margin-right:10px;
}
.BucketDivider{
	float:left;
	width:5px;
	height:187px;
	background-image:url(../images/HomeVerticleDivider.gif);
	background-repeat:no-repeat;
	margin-left:12px;
}
#QuickLinks{
	width:800px; /* IE 6 and under value*/
	overflow:hidden;
	clear:both;
	background-image:url(../images/QuickLinksBG.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding:100px 0px 30px 40px;
	border:0px solid #00FF00;
}
#Wrapper > #QuickLinks{
	width:840px; /* FF and IE7*/
}
.QL_Bucket{
	float:left;
	width:150px;
	margin-right:50px;
}
#HomeBucketsFooter{
	position:relative;
	top:-40px;
	width:840px;
}
.BucketFooter1, .BucketFooter2, .BucketFooter3{
	float:left;
	border:0px solid #00FF00;
	padding-top:8px;
	text-align:center;
}
.BucketFooter1{
	width:178px;
	margin-left:10px;
	margin-right:17px;
}
.BucketFooter2{
	width:283px;
	margin-left:12px;
	margin-right:17px;
}
.BucketFooter3{
	width:290px;
	margin-left:12px;
}
.BucketFooter1 img, .BucketFooter2 img, .BucketFooter3 img{
	margin-bottom:10px;
}


/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}