/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
//---------------------------------------------------------------------------------------------------------
//	CONTENT STYLES:  see tempaltes directory for navigation styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Body structure elements
//-------------------------------------------------------------------------------------------------------*/
body
{
	margin:					0px;
	padding:				0px;
	
	background-color:		white;

	/*	Default text styles	----------------------------*/
	font-family:			verdana, arial, sans-serif;
	color:					#666666;
	color:					#949698;

}

/*---------------------------------------------------------------------------------------------------------
//	Default link colors
//-------------------------------------------------------------------------------------------------------*/
a
{
	color: #000;
}

a:hover
{
	text-decoration: underline;
}
/*
p
{
	margin:		11px 0;
}
*/
/*---------------------------------------------------------------------------------------------------------
//	Smith & Jones structure
//-------------------------------------------------------------------------------------------------------*/
#header
{
	width: 733px;
	height: 129px;
	position: relative;
}

table#body
{
	border-collapse:		collapse;
	margin-left:			27px;
	margin-top:				21px;
	width:					707px;
	clear:					both;
}

col#col-content
{
	width:					auto;
}

td#left
{
	width:					auto;
}

/*	Optional sitebar	*/
td#right
{
	width:					auto;
}

td#content
{
	width:					auto;
	border: 1px solid black;
	padding: 20px;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	text-align: right;
	width: 733px;
	clear:					both;
	margin:					0px 0px 50px;
	line-height:			2.0em;
	font-family:			verdana,arial,sans serif;
	font-size:				10px;
}

#footer p
{
	clear:					both;
}

#footer ul
{
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
}

#footer li
{
	float:					left;
	padding:				5px 10px;
}

#footer a 
{
	color:					#666666;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Standard body styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
h1
{
	margin:					0px 0px 1em 0px;
	padding:				0px;

	font-family:			verdana,arial,sans-serif;
	font-weight:			normal;
	font-size:				20px;
	color:					#352C49;
}

h1 a#start,
h1 a#start:hover,
h1 a,
h1 a:hover
{
	color:					#352C49;
	text-decoration:		none!important;
}

h2, h2 a
{
	margin:					0em;
	padding:				0px;
	
	line-height:			1.7em;
	font-family:			verdana,arial,sans-serif;
	font-weight:			bold;
	color:					#6D6E70;
	font-size:				11px;
}

h2 a
{
	color:					black;
}

h3
{
	margin:					1.7em 0em 0em 0em;
	line-height:			1.7em;
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				11px;
}

/*	Standard body style	*/
.bodytext
{
	margin:					0em 0em 2em 0px;
	padding:				0px;
	line-height:			1.7em;
	font-family:			verdana,arial,sans-serif;
	font-size:				11px;
}

blockquote
{
	border-top:				1px solid rgb(221,204,204);
	border-bottom:			1px solid rgb(221,204,204);
}

.subhead
{
	font-weight:			bold;
	color:					black;
}

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
.leftimage
{
	margin-right: 10px;
	margin-bottom: 10px;
}

.rightimage
{
	margin: 0 0 10px 10px;
}

.sidebar
{
	border: 1px solid black;
	padding: 12px;
	line-height:			1.4em;
	font-family:			verdana,sans-serif;
	font-size:				0.65em;
	width: 135px;
}

.leftside
{
	margin-right: 10px;
}

.rightside
{
	margin-left: 10px;
}

.imagesidebar
{
	float: right;
	margin-left: 15px;
	font-size: .7em;
}

.caption { 	margin-bottom: 15px; }
.caption img { 	margin-bottom: 10px; }

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Table Data
//-------------------------------------------------------------------------------------------------------*/
table.data
{
	border:					1px solid rgb(204,215,238);
	border-collapse:		collapse;
	empty-cells:			show;
}

table.data caption
{
	margin:					0.5em 0em;
	text-align:				left;
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				0.70em;
}

tr.r0
{
	background-color:		white;
}

tr.r1
{
	background-color:		rgb(238,245,255);
}

table.data th,
table.data td
{
	padding:				0.5em 1.0em;
	text-align:				left;
	font-family:			verdana,arial,sans serif;
}

table.data th
{
	vertical-align:			bottom;
	background-color:		rgb(204,215,238);
	font-weight:			bold;
	font-size:				0.70em;
	color:					white;
}

table.data td
{
	vertical-align:			top;
	border-bottom:			1px solid rgb(204,215,238);
	font-size:				0.68em;
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Bread crumb
//-------------------------------------------------------------------------------------------------------*/
#breadcrumb
{
	clear:					both;
	display:				block;
	width:					auto;
	height:					26px;
	line-height:			26px;
	padding:				0em 1.0em;
	white-space:			nowrap;
	font-family:			verdana,arial,sans serif;
	font-size:				11px;
}

#breadcrumb a
{
}

#breadcrumb .static
{
	font-weight:			bold;
}

#breadcrumb .divider
{
	padding:				0em 0.25em;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	DHTML menu styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*	Custom menu styles */
.truthmenu	{ left: 17px; }
.brandsmenu	{ left: 100px; }
.proofmenu	{ left: 188px; }
.toolsmenu	{ left: 269px; }
.buzzmenu	{ left: 357px; }

.truthmenu	a { color: #8DC73F; }
.brandsmenu	a { color: #ED2224; }
.proofmenu	a { color: #2E3192; }
.toolsmenu	a { color: #F26522; }
.buzzmenu	a { color: #00746B; }

.truthmenu	a.active { background-image: url(/images/truth_arrow.gif); background-repeat: no-repeat; }
.brandsmenu	a.active { background-image: url(/images/brands_arrow.gif); background-repeat: no-repeat; }
.proofmenu	a.active { background-image: url(/images/proof_arrow.gif); background-repeat: no-repeat; }
.toolsmenu	a.active { background-image: url(/images/tools_arrow.gif); background-repeat: no-repeat; }
.buzzmenu	a.active { background-image: url(/images/buzz_arrow.gif); background-repeat: no-repeat; }

ul.menublock,ul.submenublock
{
	/*	Do not modify		----------------------------*/
	position:				absolute;
	bottom:					12px;
	display:				none; 
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
	padding-bottom: 		2px;
	
	/*	Customizeable options	------------------------*/
	width:					100px;
}

/*	Do not modify	*/
ul.menublock li, ul.submenublock li
{
	display:				inline;
}

ul.menublock a,ul.submenublock a
{
	display: block;
	width: auto;
	padding: 0px 8px 0px 10px;
	height: 15px;
	white-space: nowrap;
	font-family: verdana,arial,sans serif;
	font-size: 9px;
}

.menublock a:hover,
.submenublock a:hover,
a.highlight
{
}

/*	Makes arrow indicator for links with submenu	*/
a.showsub,
a.showsub:hover,
a.highlight
{
	background-image:		url( /images/arrow0.gif );
	background-position:	center right;
	background-repeat:		no-repeat;
}

/*	Menu item mouseover	*/
a.showsub:hover,
a.highlight
{
	background-image:		url( /images/arrow1.gif );
}



/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MISCELLANEOUS DEFAULTS
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*	Used so that non-CSS browsers deliniate footer block from body content	*/
hr
{
	display:				none;
}

/*	Hidden elements	*/
.hdn
{
	display:				none;
}

/*	because HTML should have this as the default	*/
td
{
	vertical-align:			top;
	padding:				0px;
}

/*	prevent ugly purple borders around linked images	*/
img
{
	border:					0px;
}

/*	do not underline links	*/
a
{
	text-decoration:		none;
}

/*	IE will allocate space for these if there are not display:none -  POSJ	*/
map
{
	display:				none;
}

sup
{
	vertical-align:			super;
	font-size:				0.75em;
}
/*	Blog & Comments styles */
.comment
{
	padding-bottom: 1em;
	border-bottom: black;
	margin-bottom: 1em;
}

td#minheight
{
	width: 1px;
	overflow: hidden;	
}

label
{
	font-size: 10px;
}
