/* -------------------------------------------------------------------------------------------------------------- */
/* css for basic items--------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------- */
html,body {
	width:100%;
    }
body {
	padding: 0;
	margin: 0;
	min-width: 994px;
	font-family: georgia, times, times new roman, serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	background: #bebebe url(/images/push/bg.gif) repeat-x top;
	}
body.plain {
	padding: 10px;
	margin: 0;
	font-family: georgia, times, times new roman, serif;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	background: #fff;
	}

strong {font-weight:bold !important;}	

em {font-style:italic !important;}
	
img {
	padding: 0; 
	margin: 0;
	}
a,
a:visited,
a:active {
	color: #bf4610;
	text-decoration: none;
	outline: none;
	cursor: pointer;
    }
a:hover {
	color: #772303;
	text-decoration: underline;
	outline: none;
   	}
ul {
	padding: 10px 0 10px 35px;
	margin: 0;
	}
ul li {
	padding: 0 0 10px 0;
	margin: 0;
	}
p {
	padding: 0 0 15px 0;
	margin: 0;
	}
hr {  
	padding: 0 0 10px 0;
	margin: 6px 0 0 0;
	border: none;
	border-top: solid 1px #b3b3b3;
	color: #fff;
	} 
hr.nopad {margin:0px;}
hr.light {border-top: solid 1px #f1f3f2;}
h1 { 
 	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: arial, helvetica, san-serif;
	font-size: 28px;
	line-height: 30px;
	color: #818934;
	}
	 
	a h1, h1 a, h1 a:visited,  a:visited h1, h1 a:active, a:active h1 {color: #818934;}
	h1 a:hover, a:hover h1 {color: #6a712b;}
	
h2 { 
 	padding: 0 0 0 0;
	margin: 8px 0 0 0;
	font-family: arial, helvetica, san-serif;
	font-size: 21px;
	line-height: 23px;
	color: #818934;
	}
	a h2, h2 a, h2 a:visited,  a:visited h2, h2 a:active, a:active h2 {color: #818934;}
	h2 a:hover, a:hover h2 {color: #6a712b;}
	
	
h3 { 
 	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: arial, helvetica, san-serif;
	font-size: 16px;
	line-height: 18px;
	color: #818934;
	}
	a h3, h3 a, h3 a:visited,  a:visited h3, h3 a:active, a:active h3 {color: #818934;}
	h3 a:hover, a:hover h3 {color: #6a712b;}
	
h4 { 
 	padding: 0 0 15px 0;
	margin: 0 0 0 0;
	font-family: arial, helvetica, san-serif;
	font-size: 12px;
	line-height: 15px;
	color: #6d6e70;
	color: #818934;
	}
h5 { 
 	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: arial, helvetica, san-serif;
	font-size: 12px;
	line-height: 15px;
	color: #bf4610;
	color: #818934;
	clear: both;
	}
h6 { 
 	padding: 0 0 8px 0;
	margin: 0 0 0 0;
	font-family: arial, helvetica, san-serif;
	font-size: 12px;
	line-height: 15px;
	color: #59595c;
	color: #818934;
	font-weight: normal;
	}

h1.pad, h2.pad,h3.pad,h4.pad,h5.pad,h6.pad {padding-bottom:10px}

.small-text {font-size:11px; line-height: 13px;}
.tiny-text {font-size:10px; line-height: 12px;}
.red-text {font-weight:bold; color:#F00;}
.label {text-transform:uppercase;}
.toolbar-header, .toolbar-header a, .toolbar-header a:visited, .toolbar-header a:active  {color: #545454; font-size:14px;}

.front-page-keyword {color: #b3b3b3; text-transform:uppercase; font-size:13px;}

table td {font-size:12px;}

.section-descr {font-size:11px; color:#666; padding:15px 15px 0 15px; margin-bottom:-5px;}

ul.alternate { list-style: none; border-top: 1px solid #b3b3b3; padding:0; margin:0;}
ul.alternate li {border-bottom: 1px solid #b3b3b3; padding:5px; }
ul.alternate li:nth-child(odd) { background-color: #fffff; }
ul.alternate li:nth-child(even) { background-color: #f1f3f2; }

.regular-list li {font-size: 12px;}
.plain-color {color: #333333;}

/* -------------------------------------------------------------------------------------------------------------- */
/* css for site structure ----------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------- */

#outer {
	width: 100%;
	display: table;
    }
#container {
	margin: 0 auto 0 auto;
	width: 994px;
	background: url(/images/push/bg-header.gif) no-repeat center top;
   	}


/* -------------------------------------------------------------------------------------------------------------- */
/* css for header ----------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

#header-left {
	position: relative;
	padding: 0px 0px 0px 8px;
	width: 261px;
	height: 152px;
	float: left;
	}
#header-right {
	position: relative;
	padding: 0px 8px 0px 0px;
	width: 717px;
	height: 124px;
	float: right;
	}
	.search {
		margin: 14px 0 0 0;
		height: 34px;
		float: right;
		font-family: arial, helvetica, san-serif;
		font-size: 12px;
		line-height: 24px;
		color: #bf4610;
		}
		.search-textbox {
			margin: 0 0 0 9px;
			padding: 0 0 0 5px;
			width: 125px;
			height: 24px;
			border: 0;
			vertical-align: middle;
			outline: none;
			font-family: arial, helvetica, san-serif;
			font-size: 12px;
			color: #999999;
			background: url(/images/push/search-box.gif) no-repeat;
			}
		.search-go {
			margin: -1px 0 0 0;
			padding: 0;
			width: 20px;
			height: 23px;
			border: 0;
			vertical-align: middle;
			outline: none;
			background: url(/images/push/search-go.gif) no-repeat;
			cursor: pointer;
			}
			
	
		
/* css for main navigation  --------------------------------------------------------------------------------- */

#mainnav {
	position: relative;
	width: 717px;
	font-size: 16px;
	line-height: 16px;
	height: 32px;
	top:-2px;
	font-family: arial, helvetica, san-serif;
	font-weight: bold;
	clear: both;
	}

/* UPDATED  ------------------------------------------------------------------------------------ */

			#mainnav ul {
			padding: 0;
			margin: 0;
			list-style: none;
			overflow: auto;
			
			}
		#mainnav ul li {
			margin: 0 2px 0 0;
			float: left;
			padding: 0;

			}
			
		#mainnav ul li a, #mainnav ul li a:active, #mainnav ul li a:visited { 
		text-shadow: 1px 1px 1px #fff;
 color:#818934; text-decoration: none; text-align: center; display: block; padding: 10px 0 10px 0; }
		#mainnav ul li a:hover {color:#6a712b;}
		#mainnav ul li:hover{ 
		background: #fff; }
		
		
		
			#mainnav ul li#nav1 {
				width: 85px;
				}
			#mainnav ul li#nav2 {
				width: 126px;
				}
			#mainnav ul li#nav3 {
				width: 113px;
				}
			#mainnav ul li#nav4 {
				width: 147px;
				}
			#mainnav ul li#nav5 {
				width: 109px;
				}
			#mainnav ul li#nav6 {
				width: 102px;
				}

/* end UPDATED  ------------------------------------------------------------------------------------ */


	
	/* css for sub navigation  ---------------------------------------------------------------------------------- */
	#mainnav ul li#nav1 .subnav,
	#mainnav ul li#nav2 .subnav,
	#mainnav ul li#nav3 .subnav,
	#mainnav ul li#nav4 .subnav,
	#mainnav ul li#nav5 .subnav,
	#mainnav ul li#nav6 .subnav {
		display: none;
		}
	#mainnav ul li#nav1:hover .subnav,
	#mainnav ul li#nav2:hover .subnav,
	#mainnav ul li#nav3:hover .subnav,
	#mainnav ul li#nav4:hover .subnav,
	#mainnav ul li#nav5:hover .subnav,
	#mainnav ul li#nav6:hover .subnav {
		padding: 5px 0 5px 0;
		border-top: 2px solid #f7f7f7;
		display: block;
		background: #fff;
		}
		#mainnav ul.subnav li {
			float: left;
			}
			
/* UPDATED  ------------------------------------------------------------------------------------ */

			#subnav1 {
				position: absolute;
				top: 32px;
				left: 0px;
				}
			#subnav2 {
				position: absolute;
				top: 32px;
				}
			#subnav3 {
				position: absolute;
				top: 32px;
				}
			#subnav4 {
				position: absolute;
				top: 32px;
				right: 40px;
				}
			#subnav5 {
				position: absolute;
				top: 32px;
				right: 128px;
				}
			#subnav6 {
				position: absolute;
				top: 32px;
				right: 25px;
				}
/* end UPDATED ------------------------------------------------------------------------------------ */

		
				#mainnav ul.subnav li a,
				#mainnav ul.subnav li a:visited,
				#mainnav ul.subnav li a:active {
					padding: 4px 12px 5px 6px !important;
					font-size: 13px;
					line-height: 16px;
					color: #818934;
					text-decoration: none;
					text-shadow: 0px 0px 0px #bbb, 0px 0px 0px #fff;		
					}		
				#mainnav ul.subnav li a:hover {		
					color: #6a712b;
					text-decoration: none;
					background: none;
					padding: 0;
					}	
		
		
		
		
/* -------------------------------------------------------------------------------------------------------------- */
/* css for first level -------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------- */

#first-level {	
	position: relative;
	padding: 0 7px 0px 7px;
	width: 980px;
	clear: both;
	background: url(/images/push/bg-1st-level.png) repeat-y;
	}
	
	/* css for left content  ------------------------------------------------------------------------------------ */
	.first-level-content-left {
		position: relative;
		padding: 0 15px 0 15px;
		margin: -12px 0 0 0;
		width: 601px;
		float: left;
		}
		.first-level-content-left-padding {
			}

		/* css for breadcrumbs ---------------------------------------------------------------------------------- */
		.breadcrumbs {
			padding: 0 0 10px 0;
			width: 601px;
			font-size: 12px;
			line-height: 14px;
			font-family: arial, helvetica, san-serif;
			text-transform: uppercase;
			}
		
		.breadcrumbs a, .breadcrumbs a:visited, .breadcrumbs a:active  {color: #818934;}
		.breadcrumbs a:hover {color: #6a712b}


		/* css for summary -------------------------------------------------------------------------------------- */
		.summary {
			padding: 0 0 0 0;
			width: 601px;
			font-size: 18px;
			line-height: 23px;
			}
			.share-container {
				height: auto;
				}
				.share {
					padding: 0 15px 0 0;
					background: url(/images/push/share-arrow-off.gif) no-repeat right;
					}
				.share:hover {
					background: url(/images/push/share-arrow-on.gif) no-repeat right;
					text-decoration: none;
					}
				.share-icons {
					vertical-align: top;
					display: none;
					}
				.share-icons img {
					margin: 0 7px 8px 7px;
					vertical-align: top;
					}
			.summary h1 {
				padding-bottom: 5px;
				}
			.summary .author {
				padding: 0 0 8px 0;
				font-family: arial, helvetica, san-serif;
				font-size: 12px;
				line-height: 16px;
				color: #666666;
				}
			.summary hr {
				width: 601px;
				border-top: solid 3px #e6e6e6;
				}
		
		/* css for tools ---------------------------------------------------------------------------------------- */
		.tools-container {
			padding: 25px 15px 0 15px;
			margin: 0 0 0 -15px;
			width: 601px;
			min-height: 475px;
			clear: both;
			font-size: 14px;
			line-height: 18px;
			background:  url(/images/push/bg-tools-bottom.gif) no-repeat bottom left, url(/images/push/bg-tools.gif) no-repeat;
			}
			.tools-column {
				padding: 10px 0 0 0;
				width: 150px;
				float: left;
				}
				.tools-container .checkbox-box {
					padding: 0 0 2px 0;
					width: 20px;
					clear: both;
					float: left;
					}
				.tools-container .checkbox-name {
					padding: 2px 0 2px 0;
					width: 130px;
					font-size: 11px;
					line-height: 14px;
					float: left;
					}
		.tab-menu-tools {
			margin: 0px 5px 5px 0px !important;
			width: 417px !important;
			float: left;
			}
		.tools-search {
			margin: 5px 0 0 0;
			height: 34px;
			float: right;
			font-family: arial, helvetica, san-serif;
			font-size: 12px;
			line-height: 24px;
			color: #bf4610;
			float: left;
			}
			.tools-container hr {
				margin: 30px 0 10px 0;
				clear: both;
				}
			.tools-container img {
				padding: 0 20px 5px 0;
				}
			.tools-container a.more-info, a.more-info {
				width: 57px;
				height: 27px;
				display: block;
				background: url(/images/push/more-info-off.gif) no-repeat;
				float: left;
				}
			.tools-container a.more-info:hover, a.more-info:hover {
				background: url(/images/push/more-info-on.gif) no-repeat;
				text-decoration: none;
				}
			.tools-container a.tool-specs, a.tool-specs {
				margin: 0 5px 0 0;
				width: 57px;
				height: 27px;
				display: block;
				background: url(/images/push/tool-specs-off.gif) no-repeat;
				float: left;
				}
			.tools-container a.tool-specs:hover, a.tool-specs:hover {
				background: url(/images/push/tool-specs-on.gif) no-repeat;
				text-decoration: none;
				}
			.tools-container a.training-specs, a.training-specs {
				margin: 0 5px 0 0;
				width: 57px;
				height: 27px;
				display: block;
				background: url(/images/push/training-specs-off.png) no-repeat;
				float: left;
				}
			.tools-container a.training-specs:hover, a.training-specs:hover {
				background: url(/images/push/training-specs-on.png) no-repeat;
				text-decoration: none;
				}
			.tools-container a.programs, a.programs {
				margin: 0 5px 0 0;
				width: 77px;
				height: 27px;
				display: block;
				background: url(/images/push/programs-off.png) no-repeat;
				float: left;
				}
			.tools-container a.programs:hover, a.programs:hover {
				background: url(/images/push/programs-on.png) no-repeat;
				text-decoration: none;
				}
			.tools-container a.visit-website, a.visit-website {
				margin: 0 0 0 45px;
				width: 119px;
				height: 27px;
				display: block;
				background: url(/images/push/visit-website-off.gif) no-repeat;
				float: left;
				}
			.tools-container a.visit-website:hover, a.visit-website:hover {
				background: url(/images/push/visit-website-on.gif) no-repeat;
				text-decoration: none;
				}

		article.tools-front-page {width:300px; font-size:10px;}
		.tool-frontpage-image {width:100px; height:25px; overflow:hidden; border:1px solid #b3b3b3; float:left;}

		/* css for comparisons ---------------------------------------------------------------------------------- */
		.comparison-wide {
			padding: 15px 0 0 0;
			width: 601px;
			clear: both;
			font-size: 14px;
			line-height: 18px;
			}
			.comparison-wide h2 {
				padding: 0 0 5px 0;
				color: #333333;
				}
			.comparison-wide p {
				padding: 0 0 20px 0;
				}
		.comparison-pick {
			margin: 15px 0 15px -15px;
			padding: 18px 0 0 15px;
			width: 586px;
			height: 48px;
			background: url(/images/push/bg-pick-comparison.gif) no-repeat;
			}		
			.comparison-pick .dropdown {
				margin: 0 20px 0 0;
				width: 290px;
				height: 29px;
				border: 1px solid #eae8e6;
				outline: none;
				font-family: georgia, times, times new roman, serif;
				font-size: 12px;
				color: #999;
				}
		.comparison-container {
			margin: 15px 0 0 -15px;
			width: 601px;
			background: url(/images/push/bg-comparison-bottom.gif) bottom no-repeat, url(/images/push/bg-comparison-top.gif) top no-repeat, url(/images/push/bg-comparison.gif);
			font-size: 14px;
			line-height: 19px;
			}		
			.comparison-container h3 {
				padding: 0 0 10px 0;
				color: #333333;
				}				
			.comparison-left {
				padding: 15px 15px 0 15px;
				width: 275px;
				float: left;
				}
			.comparison-right {
				padding: 15px 15px 0 0;
				width: 281px;
				float: left;
				}

		/* css for modules -------------------------------------------------------------------------------------- */
		.module-wide {
			padding: 15px 0px 0 0px;
			width: 601px;
			clear: both;
			font-size: 14px;
			line-height: 18px;
			}
			.module-wide h2 {
				padding: 0 0 10px 0;
				}
			.module-wide p {
				padding: 0 0 20px 0;
				}
		.module-container {
			margin: 0 0 0 0;
			width: 601px;
			/* height: 199px; */
			background: url(/images/push/bg-module-bottom-1px.gif) repeat-x bottom, url(/images/push/bg-module-top-1px.gif) repeat-x top;
			border-left: 1px solid #f0efef;
			border-right: 1px solid #f0efef;
			font-size: 11px;
			line-height: 15px;
			}	
			.module-container-inside-tabs {width: 576px;}	
			.module-left {
				padding: 15px 15px 0 15px;
				width: 275px;
				float: left;
				}
			.module-right {
				padding: 15px 15px 0 0;
				width: 281px;
				float: left;
				}

		/* css for article -------------------------------------------------------------------------------------- */
		.article-bio {
			padding: 22px 20px 10px 15px;
			margin: 0 0 5px -15px;
			width: 297px;
			height: 137px;
			background: url(/images/push/bg-article-bio.gif) no-repeat;
			float: left;
			font-size: 14px;
			line-height: 19px;
			}
			.article-bio img {
				padding: 0 10px 10px 0;
				vertical-align: top;
				}
		.article-body {
			padding: 10px 30px 0 0;
			width: 601px;
			font-size: 14px;
			line-height: 20px;
			}
			.article-body h2 {
				padding: 10px 0 15px 0;
				color: #333333;
				}
		.pagination {
			padding: 10px 0 20px 0;
			width: 601px;
			font-size: 12px;
			line-height: 18px;
			margin-bottom:20px;
			}
			.pages {
				padding: 3px 3px; 0 0;
				float: left;
				vertical-align: middle;
				font-weight:bold;
				display: block;
				color: #59595C;
				}
			.pagination a {
				display: block;
				margin: 0 4px 0 4px;
				padding: 2px 5px 0 5px;
				width: auto;
				height: 20px;
				border: 1px solid #fff;
				color: #b96549;
				float: left;
				text-align: center;
				vertical-align: middle;
				}
			.pagination .set,
			.pagination a:hover {
				background: #b96549;
				border: 1px solid #eae8e6;
				text-decoration: none;
				color: #fff;
				}
		.comment-dropdown {
			padding: 10px 0 0 0;
			width: 601px;
			}
			.comment-dropdown hr {
				width: 601px;
				border-top: solid 3px #e6e6e6;
				}
			.comment-dropdown h2 {
				color: #818934;
				float: left;
				}
			.comment-link,
			.comment-link:hover {
				color: #818934;
				text-decoration: none;
				}
			.comment-arrow {
				margin: 6px 0 0 5px;
				width: 14px;
				height: 14px;
				background: url(/images/push/comment-arrow-off.gif) no-repeat;
				float: left;
				text-decoration: none;
				display: none;
				cursor: pointer;
				}
			.comment-arrow-down {
				margin: 6px 0 0 5px;
				width: 14px;
				height: 14px;
				background: url(/images/push/comment-arrow-on.gif) no-repeat;
				float: left;
				text-decoration: none;				
				cursor: pointer;
				}

		/* css for home page ----------------------------------------------------------------------------------- */
		#home-hero {
			position: relative;
			padding: 0 0 0 15px;
			margin: 0 0 0 -15px;
			width: 601px;
			height:320px;
			font-size: 16px;
			line-height: 20px;
			}
			.hero-photo {
				padding: 0 0 0 15px;
				}
			#home-hero hr {
				width: 601px;
				border-top: solid 3px #e6e6e6;
				}
			.scrollable {
				position: relative; overflow:hidden; overflow-style:marquee-line;
				float: left;
				}
				.scrollable ul.items {
					padding: 0;
					margin: 0;
					list-style: none;
					position: absolute; 
					width: 21180px;
					}
					.scrollable ul.items li {
						padding: 0 15px 0 15px;
						margin: 0;
						width: 601px;
						float: left;
						background: #fff ;
						}
			.nextPage {
				position: absolute;
				top: 130px;
				right: -5px;
				width: 54px;
				height: 45px;
				display: block;
				background: url(/images/push/scroll-arrow-off.png) no-repeat;
				}
			.nextPage:hover {
				background: url(/images/push/scroll-arrow-on.png) no-repeat;
				text-decoration: none;
				}
		.home-hero-left {
			padding: 10px 15px 0 15px;
			margin: 0 0 0 -15px;
			width: 275px;
			float: left;
			font-size: 13px;
			line-height: 17px;
			background: #fff ;
			}
		.home-hero-right {
			padding: 10px 0 0 0;
			width: 281px;
			float: left;
			font-size: 13px;
			line-height: 17px;
			background: #fff ;
			}
		.home-hero-featured {
			padding: 0px 5px 55px 15px;
			margin: 0 0 0 -15px;
			width: 260px;
			float: left;
			background: #fff url(/images/push/bg-front-page-featured.gif) repeat-x top;
			}
			.home-hero-featured h3 {
				margin: 10px 0 0 0 !important;
				}
		.home-hero-ads {
			margin: 1px 0 0 0;
			padding: 10px 0 0 0;
			width: 336px;
			border-top: 1px solid #e6e6e6;
			float: left;
			background: #fff;
			}		
			.ad-box-gray {
				margin: 5px 0 0 0;
				padding: 5px;
				width: 326px;
				min-height: 75px;
				background: #f2f2f2;
				font-size: 10px;
				line-height: 13px;
				}

	/* css for tab menu  ---------------------------------------------------------------------------------------- */
	.tab-menu {
		margin: 15px 0 10px 0;
		position: relative;
		width: 100%;
		background: url(/images/push/bg-tabs.gif) repeat-x;
		float: left;
		overflow: hidden;
		}
		.tab-menu-wide {
			margin: 15px 0 5px 0;
			width: 601px !important;
			}
		.tab-menu-bridges {
			margin: 18px 0px 5px 15px;
			width: 586px !important;
			}
		.tab-menu ul, .tab-small-menu ul {
			clear: left;
			float: left;
			list-style: none;
			margin: 0;
			padding: 0;
			position: relative;
			left: 50%;
			text-align: center;
			
			}
		.tab-menu ul li, .tab-small-menu ul li {
			display: block;
			float: left;
			list-style: none;
			margin: 0;
			padding: 0;
			position: relative;
			text-transform:uppercase;
			right: 50%;
			}
			.tab-menu ul li a {
				padding: 10px 7px 0 7px;
				height: 21px;
				display: block;
				background: url(/images/push/bg-tab-off.gif) repeat-x;
				border-top: 1px solid #757575;
				border-bottom: 1px solid #757575;
				border-right: 1px solid #757575;
				font-family: arial, helvetica, san-serif;
				font-size: 12px;
				line-height: 12px;
				text-align: center;
				float: left;
				color: #818934;
				font-weight: bold;
				text-shadow: 1px 1px 1px #fff;
				}
			.tab-menu ul li a.set,
			.tab-menu ul li a:hover {
				background: url(/images/push/bg-tab-on.gif) repeat-x;
				border-top: 1px solid #757575;
				border-bottom: 1px solid #757575;
				border-right: 1px solid #757575;
				color: #723c2e;
				text-decoration: none;
				}
				
				
	/* css for right content  ----------------------------------------------------------------------------------- */
	.first-level-content-right-container {
		padding: 0 0 37px 0;
		width: 349px;
		float: left;
		background: url(/images/push/bg-2nd-level-top-right.png) no-repeat bottom;
		}
	.first-level-content-right {
		width: 349px;
		background: url(/images/push/bg-1st-level-right.png) repeat-y;
		}
		.first-level-content-right-wide {
			padding: 5px 4px 5px 6px;
			width: 336px;
			border-top: 1px solid #b3b3b3;
			font-size: 13px;
			line-height: 18px;
			}
			.first-level-content-right-wide h6 {
				padding: 0 0 2px 0;
				font-size: 12px;
				line-height: 17px;
				}
			.first-level-content-right-wide p {
				padding: 0 0 4px 0 !important;
				}
			.first-level-content-right-wide hr {
				padding: 0 0 4px 0 !important;
				margin: 0 0 0 0 !important;
				border-top: solid 1px #e6e6e6;
				}
		.first-level-content-right-column1 {
			padding: 0 4px 0 6px;
			width: 165px;
			border-top: 1px solid #b3b3b3;
			float: left;
			}
			ul.social {
				padding: 0;
				margin: 0;
				list-style: none;
				font-family: arial, helvetica, san-serif;
				font-size: 12px;
				}
			ul.social li {
				padding: 0 15px 5px 5px;
				margin: 0;
				float: left;
				}
			ul.social li.follow {
				padding-top: 4px;
				}
				ul.social .rss {
					width: 17px;
					height: 17px;
					display: block;
					background: url(/images/push/icon-rss-off.png) no-repeat;
					}
				ul.social .rss:hover {
					background: url(/images/push/icon-rss-on.png) no-repeat;
					text-decoration: none;
					}
				ul.social .twitter {
					width: 12px;
					height: 17px;
					display: block;
					background: url(/images/push/icon-twitter-off.png) no-repeat;
					}
				ul.social .twitter:hover {
					background: url(/images/push/icon-twitter-on.png) no-repeat;
					text-decoration: none;
					}
				ul.social .facebook {
					width: 8px;
					height: 17px;
					display: block;
					background: url(/images/push/icon-facebook-off.png) no-repeat;
					}
				ul.social .facebook:hover {
					background: url(/images/push/icon-facebook-on.png) no-repeat;
					text-decoration: none;
					}
				ul.social .print {
					width: 17px;
					height: 17px;
					display: block;
					background: url(/images/push/icon-printer-off.png) no-repeat;
					}
				ul.social .print:hover {
					background: url(/images/push/icon-printer-on.png) no-repeat;
					text-decoration: none;
					}
				ul.social .email {
					width: 18px;
					height: 17px;
					display: block;
					background: url(/images/push/icon-email-off.png) no-repeat;
					}
				ul.social .email:hover {
					background: url(/images/push/icon-email-on.png) no-repeat;
					text-decoration: none;
					}
			.tab-small-menu {
				padding: 0 0 10px 15px;
				margin: 0 0 5px 0;
				width: 141px;
				height: 21px;
				background: url(/images/push/bg-news-tabs.gif) no-repeat;
				text-align: center;
				}
			.tab-small-menu ul li a {
				padding: 4px 5px 0 5px;
				height: 15px;
				display: block;
				background: #f2f2f2;
				border-top: 1px solid #7f7f82;
				border-bottom: 1px solid #7f7f82;
				border-right: 1px solid #7f7f82;
				font-family: arial, helvetica, san-serif;
				font-size: 11px;
				line-height: 12px;
				text-align: center;
				float: left;
				color: #7f7f82;
				}
			.tab-small-menu ul li a.set,
			.tab-small-menu ul li a:hover {
				background: #7f7f82;
				color: #fff;
				text-decoration: none;
				}
		.first-level-content-right-column2 {
			padding: 10px 0 0 1px;
			width: 167px;
			border-top: 1px solid #b3b3b3;
			border-left: 1px solid #b3b3b3;
			float: left;
			}
			.tags {
				padding: 0 0 0 6px;
				}
			.tags-home {
				padding: 0 0 0 6px;
				min-height: 250px;
				}
			.survey-home {
				padding: 0 0 0 6px;
			}
		.first-level-content-right p {
			padding: 0 0 6px 0;
			}
		.first-level-content-right hr {
			margin: 0 0 0 0;
			padding: 0 0 8px 0;
			border-top: solid 1px #e6e6e6;
			color: #f2f2f2;
			}
#first-level-bottom {
	position: relative;
	width: 994px;
	height: 37px;
	clear: both;
	background: url(/images/push/bg-2nd-level-top.png) no-repeat top;
	font-size: 0;
	line-height: 0;
	}
			
			
/* -------------------------------------------------------------------------------------------------------------- */
/* css for comments ----------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------- */

#comments {
	position: relative;
	width: 600px;
	clear: both;
	/* display: none; */
	}
	.comments-content {
		padding: 20px ;
		width: 560px;
		/* background: url(/images/push/bg-2nd-level.png); */
		}
	.comments-content hr {
		margin: 15px 14px 0px -10px;
		padding: 0 0 0 0;
		}
		.comments-posts {
			padding: 0 0 0 0;
			width: 560px;
			float: left;
			}
			.comments-author {
				margin: 0 0 30px 0;
				width: 150px;
				float: left;
				}
			.comments-text {
				margin: 0 0 30px 0;
				width: 410px;
				float: left;
				font-size: 14px;
				line-height: 19px;
				}
		.comments-form {
			padding: 0px;
			width: 560px;
			float: left;
			}
			.comments-form h3 {
				padding: 0 0 15px 0;
				color: #333333;
				}
		.textfield1 {
			padding: 0 0 0 8px;
			margin: 0 0 14px 0;
			width: 560px;
			height: 26px;
			border: 1px solid #eae8e6;
			outline: none;
			font-family: georgia, times, times new roman, serif;
			font-size: 13px;
			color: #999999;
			background: url(/images/push/bg-textfield.gif);
			}
		.textfield2 {
			padding: 0 0 0 8px;
			margin: 0 13px 14px 0;
			width: 140px;
			height: 26px;
			border: 1px solid #eae8e6;
			outline: none;
			font-family: georgia, times, times new roman, serif;
			font-size: 13px;
			color: #999999;
			background: url(/images/push/bg-textfield.gif);
			}
		.textbox {
			padding: 8px 0 0 8px;
			margin: 0 0 14px 0;
			width: 555px;
			height: 70px;
			border: 1px solid #eae8e6;
			outline: none;
			font-family: georgia, times, times new roman, serif;
			font-size: 13px;
			color: #6d6e70;
			}
		.submit-comment {
			width: 79px;
			height: 28px;
			border: 0;
			background: url(/images/push/submit-off.gif) no-repeat;
			cursor: pointer;
			}
		.submit-comment:hover {
			background: url(/images/push/submit-on.gif) no-repeat;
			}
		
		.topic-subject {padding: 8px 0 0 8px;
			margin: 5px 0 14px 0;
			width: 555px;
			border: 1px solid #eae8e6;
			outline: none;
			font-family: georgia, times, times new roman, serif;
			font-size: 13px;
			color: #6d6e70;}
			
/* -------------------------------------------------------------------------------------------------------------- */
/* css for second level ------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------- */

#second-level {
	position: relative;
	width: 994px;
	clear: both;
	}
	.second-level-content {
		padding: 0 0 0 32px;
		width: 962px;
		background: url(/images/push/bg-2nd-level.png);
		}
		.second-level-content-column {
			padding: 0 30px 20px 0;
			width: 290px;
			float: left;
			}
		.second-level-content-column article {
			width: 290px;
			}
			.blogs p {
				padding: 0 0 0 0;
				}
			.blogs p.author {
				padding: 0 0 12px 0 !important;
				}
			.tools p {
				padding: 8px 0 20px 0;
				clear: both;
				}
			.second-level-content-column a.arrow {
				width: 21px;
				height: 27px;
				display: block;
				background: url(/images/push/arrow-off.gif) no-repeat;
				float: left;
				}
			.second-level-content-column a.arrow:hover {
				background: url(/images/push/arrow-on.gif) no-repeat;
				text-decoration: none;
				}
			.second-level-content-column a.more-info {
				width: 57px;
				height: 27px;
				display: block;
				background: url(/images/push/more-info-off.gif) no-repeat;
				float: right;
				}
			.second-level-content-column a.more-info:hover {
				background: url(/images/push/more-info-on.gif) no-repeat;
				text-decoration: none;
				}
			.second-level-content-column a.tool-specs {
				margin: 0 5px 0 0;
				width: 57px;
				height: 27px;
				display: block;
				background: url(/images/push/tool-specs-off.gif) no-repeat;
				float: right;
				}
			.second-level-content-column a.tool-specs:hover {
				background: url(/images/push/tool-specs-on.gif) no-repeat;
				text-decoration: none;
				}


/* -------------------------------------------------------------------------------------------------------------- */
/* css for third level -------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------- */

#third-level {
	position: relative;
	padding: 15px 0 0 0;
	width: 994px;
	clear: both;
	background: url(/images/push/bg-3rd-level-top.png) no-repeat top;
	}
	.third-level-content {
		padding: 0 21px 20px 32px;
		width: 941px;
		background: url(/images/push/bg-3rd-level.png);
		}
		.third-level-content-column {
			padding: 0 10px 20px 0;
			width: 303px;
			float: left;
			}
			.ad-box-white {
				margin: 5px 0 0 0;
				padding: 5px;
				width: 293px;
				min-height: 75px;
				background: #fff;
				font-size: 10px;
				line-height: 13px;
				}


/* -------------------------------------------------------------------------------------------------------------- */
/* css for footer ------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------- */

#footer-outer {
	width: 100%;
	display: table;
	vertical-align: middle;
    }
#footer-container {
	margin: 0 auto 0 auto;
	width: 994px;
   	}
	.footer {
		position: relative;
		padding: 20px 32px 50px 32px;
		width: 930px;
		clear: both;
		background: url(/images/push/bg-footer.png) no-repeat top;
		font-family: arial, helvetica, san-serif;
		}
		.footer-left {
			width: 400px;
			float: left;
			color: #bf4610;
			}
		.footer-right {
			width 560px;
			float: right;
			color: #fff;
			}
		
		
/* -------------------------------------------------------------------------------------------------------------- */
/* css for mics --------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------- */

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	}
.float-left {
	float: left;
	}
.float-right {
	float: right;
	}
.author-hero {
	padding: 3px 0 4px 0;
	font-family: arial, helvetica, san-serif;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	}
.author {
	padding: 3px 0 3px 0;
	font-family: arial, helvetica, san-serif;
	font-size: 11px;
	line-height:14px;
	color: #666666;
	}
.date {
	padding: 0 0 0 0;
	font-family: arial, helvetica, san-serif;
	font-size: 10px;
	line-height: 12px;
	font-style:normal;
	color: #59595c;
	}
.advertisements {	
	padding: 0 0 8px 0;
	font-family: arial, helvetica, san-serif;
	font-size: 10px;
	line-height: 10px;
	color: #999999;
	text-align: center;
	}
.partnership {
	padding: 7px 8px 0px 28px !important;
	text-align: left;
	font-family: arial, helvetica, san-serif;
	font-size: 9px;
	line-height: 12px;
	color: #59595c;
	}
a.more-small {
	width: 56px;
	height: 22px;
	display: block;
	background: url(/images/push/more-small-off.gif) no-repeat;
	}
a.more-small:hover {
	background: url(/images/push/more-small-on.gif) no-repeat;
	text-decoration: none;
	}
a.more-large {
	width: 64px;
	height: 28px;
	display: block;
	background: url(/images/push/more-large-off.gif) no-repeat;
	}
a.more-large:hover {
	background: url(/images/push/more-large-on.gif) no-repeat;
	text-decoration: none;
	}


/*----------- HTML 5 ------- */
header, footer, article {display: block}

.first-level-content-left article {width: auto; height:auto;}
footer {clear:both}
article {margin-top:0px; margin-bottom:0px; font-size: 11px;}

article header p {margin:3px 0 3px 0; padding:0px;}

cite {
	padding: 0px;
	font-family: arial, helvetica, san-serif;
	font-size: 11px;
	color: #666666;
	}
	
article.bulletins header p {
	font-size: 11px;
	font-style:normal;
	padding:0px;
	margin:3px 0 0 0;
}
article.bulletins header cite {
	font-size: 12px;
	font-weight: bold;
	font-style:normal;
}
article.bulletins header time {
	font-size: 11px;
	font-weight: bold
}
	
time {
	padding: 0 0 0 0;
	font-family: arial, helvetica, san-serif;
	font-size: 10px;
	color: #59595c;
	white-space:nowrap;
	}

article p {
	font-family: georgia, times, times new roman, serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;	
	}
	
.window-ad {width:336px; text-align:center;}
.tags-p {text-align:left; margin-right:6px; overflow:hidden;}
/* .tags-p, .tags-p a, .tags-p a:visited, .tags-p a:active  {color: #818934;} */
.tag0 { font-size: 9px; }
.tag1 { font-size: 11px; }
.tag2 { font-size: 13px; }
.tag3 { font-size: 15px; }
.tag4 { font-size: 17px; }
.tag5 { font-size: 19px; }
.tag6 { font-size: 21px; }
.tag7 { font-size: 23px; }
.tag8 { font-size: 25px; }
.tag9 { font-size: 27px; }

.home-hero-featured article {width: 255px;}

.home-hero-ads .ad-box {
	margin: 5px 0 0 0;
	padding: 5px;				
	width: 326px;
	min-height: 75px;
	background: #f2f2f2;
	font-size: 11px;
	line-height: 13px;
	}
	
.bottom-ads .ad-box {
	margin: 4px;
	padding: 5px;
	width: 295px;
	height: 116px;
	overflow:hidden;
	background: #fff;
	font-size: 11px;
	line-height: 13px;
	float:left;
	}

.bottom-ads {padding:0 0 10px 0;}


/* FORM STUFF ------------------ */

.paw-form ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:100%;
}

.paw-form li {
	display:block;
	margin:0;	
	padding-top:10px;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;
	clear:both;
}

.paw-form li label.desc, label.desc  {
	display:block;
	font-weight:bold;
	font-size:13px;
}

.paw-form li label.radio {
	display:inline;
	font-weight:bold;
	font-size:11px;
}

.paw-form li label.checkbox {
	display:inline;
	font-weight:bold;
	font-size:11px;
}

label.checkbox {
	display:inline;
	font-size:11px;
}

.paw-button {

    margin:0 7px 0 0;
    background-color:#396994;
    border:2px solid #000000;
    border-top:2px solid #eee;
    border-left:2px solid #eee;
    font-family:Arial;
    font-size:12px;
    text-decoration:none;
    font-weight:bold;
    color:#FFFFFF;
    cursor:pointer;
	white-space:nowrap;
    padding:5px 20px 5px 20px; 
}

.paw-button-small {

    margin:0 7px 0 0;
    background-color:#396994;
    border:1px solid #000000;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:Arial;
    font-size:10px;
    text-decoration:none;
    font-weight:bold;
    color:#FFFFFF;
    cursor:pointer;
	white-space:nowrap;
    padding:2px 2px 2px 2px; 
	text-align:center;
}

li.twoColumns div.col span{
	width:48%;
	margin:0 5px 0 0;
	
}

.third{
	width:32% !important;
}
.half{
	width:48% !important;
}
.full{
	width:100% !important;
}

.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both !important;
}

input.small, select.small{
	width:25%;
}
input.medium, select.medium{
	width:50%;
}
input.mediumLarge, select.mediumLarge{
	width:75%;
}
input.almostLarge, select.almostLarge{
	width:85%;
}
input.large, textarea.textarea{
	width:100%; 
}

textarea.textarea{
	font-family: georgia, times, times new roman, serif;
}
textarea.large{
	height:100px;
}

select.large {
	width:95%;
}

.returnPath {border:2px solid #b6b7bb; padding:5px;}
.formInstructions {font-size:11px; font-weight:normal; color:#333; margin:3px;}
.reconsider{font-size:11px; font-weight:bold; color:#F00}
.errorMessage {display:block;padding:0; clear:both;line-height:normal; position:relative;border:1px solid #efefef;padding:5px;margin:6px 0;width:auto;background: #fbfbc9;color:#cc0000;padding:10px; font-size:11px; font-weight:bold }

.alertMessage {display:block;padding:0; clear:both;line-height:normal; position:relative;border:1px solid #efefef;padding:5px;margin:6px 0;width:auto;background: #fbfbc9;color:#000000;padding:10px; font-size:11px; font-weight:bold }

input.alert, select.alert, label.alert
{
    background-color:   #FFF2F2;
    border-color:       red;
    border-style:       solid;
}

#emailValidationResult {
	color: #F00;
	font-weight:bold;
}

.ratings {
	padding: 3px 0 0 15px;
	float: left;
}

.ratings h5 {
	padding: 3px 0 0 0;
	float: left;
}
		
#rating-stars {
	float: left;
}
#rating-container {
	float: left; 
	margin: 0 0 0 10px;
	height: 35px;
}
#rating-caption {
	margin-top: 3px;
	float: left; 
	color: #bf4610;
	font-size:10px;
}

#rating-average {
	padding: 3px 0 0 20px;
	float: left; 
}

div.paw-tabs > div {display:none;}
div.paw-tabs div.tab-set {display:block;}
div.paw-tabs div.tab-menu {display:block;}
div.paw-tabs div.tab-small-menu {display:block;}
.tab-first {border-left: 1px solid #757575;}

/* tweaked css for twitter widget */
#twtr-widget-1 .twtr-bd, #twtr-widget-1 .twtr-hd h4, #twtr-widget-1 .twtr-timeline i a, #twtr-widget-1 .twtr-bd p {
color:#333333 !important;
font-family: georgia, times, times new roman, serif !important;
font-size: 11px !important;
line-height: 15px !important;
}
.twtr-tweet-wrap {
	margin:0px !important;
	padding: 8px 0 8px 0 !important;
}
.twtr-hd, .twtr-ft  {
	display:none;
}
#twtr-widget-1 {margin-bottom:10px;}

.event-date-venue {font-size:11px;}


/* BUTTONS */

.button{
background: #9AA540 url(/images/push/button-overlay.png) repeat-x;
display: inline-block;
padding:3px 3px 4px 5px;
color: #fff!important;
text-decoration: none;
font-weight: bold;
line-height: normal;
text-shadow: 0 -1px 1px #808080;
border: 1px solid #ccc;
position: relative;
cursor: pointer;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 1.5px;
position: relative;
font-family: arial, helvetica, san-serif;
 }

.button:hover {background: #757A08 url(/images/push/button-overlay.png) repeat-x;outline: none; border: 1px solid #736357; text-decoration: none;}

.small-green-button{
background: #9AA540 url(/images/push/button-overlay.png) repeat-x;
display: inline-block;
padding:2px 2px 3px 4px;
color: #fff!important;
text-decoration: none;
font-weight: bold;
line-height: normal;
border: 1px solid #ccc;
position: relative;
cursor: pointer;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 1.5px;
position: relative;
font-family: arial, helvetica, san-serif;
 }

.small-green-button:hover {background: #757A08 url(/images/push/button-overlay.png) repeat-x;outline: none; border: 1px solid #736357; text-decoration: none;}

.small-button{
background: #b96549 url(/images/push/button-overlay.png) repeat-x;
display: inline-block;
padding:2px 2px 3px 4px;
color: #fff!important;
text-decoration: none;
font-weight: bold;
line-height: normal;
border: 1px solid #ccc;
position: relative;
cursor: pointer;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 1.5px;
position: relative;
font-family: arial, helvetica, san-serif;
 }

.small-button:hover {background: #6B2609 url(/images/push/button-overlay.png) repeat-x;outline: none; border: 1px solid #736357; text-decoration: none;}

.orange-button{
background: #b96549 url(/images/push/button-overlay.png) repeat-x;
display: inline-block;
padding:3px 3px 4px 5px;
color: #fff!important;
text-decoration: none;
font-weight: bold;
line-height: normal;
height: auto;
text-shadow: 0 -1px 1px #808080;
border: 1px solid #736357;
position: relative;
cursor: pointer;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 1.5px;
position: relative;
font-family: arial, helvetica, san-serif;
 }

.orange-button:hover {background: #6B2609 url(/images/push/button-overlay.png) repeat-x;outline: none; border: 1px solid #6B2609; text-decoration: none;}
.orange-button-set {background: #6B2609 url(/images/push/button-overlay.png) repeat-x;outline: none; border: 1px solid #6B2609; text-decoration: none;}

.right-edit-buttons {text-align:right; padding:10px 0 10px 0; width:601px;}

.disabled-button {background: #e9e4e0; color:#a09f9f}
.disabled-button:hover {background: #e9e4e0; color:#a09f9f}

/* TYPOGRAPHY---------------------------------------------------------------------------------------- */


h1, h2, h3, h4, h5, h6 {font-weight: 600!important;}

h1, h2, h3, h4, h5, label, #mainnav, h2.search-results, .button, h6, .news-tabs a, .tab-menu ul li a, ul.social, .advertisements, .footer, .partnership, .author, .author-hero, .date, .search, .breadcrumbs,  .thread-share, .share, .pages, .pagination, .reply-list-header, .thread-list-header, .thread-list-right, 
.thread-author-info, .x-tabs-text, .finder-panel-bar, .finder-panel-bar-static, #finder-alphabetical, .label, table.threadlist tr th, table.threadlist tr td,
.inbox-menu, table.inbox-threadlist tr td, #zipCell, .front-page-keyword, .indexLinkBig, .indexLinkBigActive, .indexLink, .indexLinkActive, time, .tab-small-menu ul li a,
ul.contribution-list li {
  font-family: "ff-good-web-1","ff-good-web-2",sans-serif!important;
   }
   
/* TABLE---------------------------------------------------------------------------------------- */

table.threadlist {width:100%; text-align: left!important; color: #59595C; text-align: left; margin-top:10px;}

table.threadlist tr.even td{background: #F1F2F2; border-bottom: 1px solid #B7B9BC; border-top: 1px solid #B7B9BC;}

table.threadlist tr th {font-size: 12px; font-weight: bold; text-align: left; }
table.threadlist th a.active {text-decoration:underline;}

table.threadlist tr td {font-size: 13px; padding: 10px 12px; width: auto;}

table.threadlist tr td:first-child {font-weight: bold;}

table.threadlist tr th {padding: 5px 12px; background: url(/images/push/button-overlay.png) repeat-x; border-top:1px solid #ccc; border-bottom:1px solid #ccc;  }

.markallread {padding: 10px 0 10px 0; float:right}

.even {background: #F1F2F2; border-bottom: 1px solid #B7B9BC; border-top: 1px solid #B7B9BC;}
 
 /* css for THREAD ---------------------------------------------------------------------------------------- */

#thread-wrap {width: 596px; color: #59595C; margin-top: 10px; overflow: auto; text-align: left; margin-left:0px;}

.thread-post:first-child {padding-bottom: 12px;  }

.thread-post {width: 96%; float: left;padding: 22px 10px; border-bottom: 1px solid #B7B9BC;  }

#thread-wrap .even {background: #F1F2F2; }

.thread-author-info {width: 130px; float: left; font-size: 13px;}

.thread-author-info a {font-weight: bold; display: block;}


.thread-content {width:415px; float: left; }
 
.thread-content p {font-size: 14px; line-height: 18px; margin: 0; padding: 0;}



.thread-list {width: 96%; float: left;padding: 22px 10px; border-bottom:none;  }

.reply-list-header {margin-top: 24px; padding: 5px 12px; background: url(/images/push/button-overlay.png) repeat-x;  border-bottom:1px solid #ccc; font-size:11px; font-weight:bold; border-top:1px solid #ccc; }
.thread-list-header {
	padding: 5px 12px; background: url(/images/push/button-overlay.png) repeat-x;  border-top:1px solid #ccc; font-size:11px; font-weight:bold; color: #59595C;  
	width: 576px; padding: 5px 10px;}
.module-container div.thread-list-header {width:562px;}
.thread-list-right {float:right; width:250px; text-align:right; font-size:10px;}
.thread-list-right-active, .blog-category-active {
				background: #b96549;
				border: 1px solid #eae8e6;
				text-decoration: none;
				color: #fff !important;
				padding: 2px 3px 0 3px;
				}
a.blog-category-active  {color: #fff;}

/* --------- BLOGS -----------------------------------------*/

div.blog-bio-photo {
	width: 140px;
	float: left;
	margin-right:10px;
}
img.blog-bio-photo-img {
	width: 140px;
}
.blog-data {
	float: left;
}
.blog-summary,
.blog-post-summary {
	background: 
	url(/images/push/search-bg-top.gif) top left no-repeat, 
	url(/images/push/search-bg-bottom.gif) bottom left no-repeat,
	url(/images/push/search-bg.gif) repeat-y; 
	margin-left: -15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 30px;
	height:auto;
}
.blog-post-summary {
	padding-bottom: 5px;
}
.blog-summary .share,
.blog-post-summary .share,
.blog-post-article .share {
	float: none;
}
p.blog-summary-p {
	font-size: 18px;
	line-height: 22px;
}
.blog-post-summary p.blog-summary-p {
	font-size: 14px;
	line-height: 18px;
}
#user-blog-categories span.category-header {
	font-family: "ff-good-web-1","ff-good-web-2",sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #59595C;
	font-size: 12px;
}

#user-blog-categories p {
	font-size: 11px;
}
.blog-post h2 {
	padding-bottom: 3px;
}
.blog-post p.author {
	margin-bottom: 6px;
}
.blog-summary div.blog-data select.content-search-dropdown {
	margin-left: 0;
}

.blog-post-article {
	padding-top: 18px;
}

.blog-post-article h3 {
	font-size: 21px;
	padding-top: 18px;
	padding-bottom: 12px;
	color: #333333;
}
.blog-post-article img.rollover {
	margin-bottom: 0;
}
.blog-post-content img {
	float: right;
	position: relative;
	margin-left: 20px;
	display: inline;
}
.blog-nav {
	padding: 10px 0 20px 0;
	width: 601px;
	font-size: 12px;
	font-weight: bold;
}
.blog-nav .older-post {
	float: left;
}
.blog-nav .newer-post {
	float: right;
}
.blog-nav a:link,
blog-nav a:visited {
	font-family: "ff-good-web-1","ff-good-web-2",sans-serif;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 3px 6px;
	border: 1px solid #736357;
	background-color: #BF4610;
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #6B2609),
    color-stop(1, #BF4710)
	);
	background-image: -moz-linear-gradient(
    center bottom,
    #6B2609 0%,
    #BF4710 100%
	);
}
.blog-nav a:hover,
.blog-nav a:active {
	text-decoration: none;
	background-color: #6B2609;
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #3A0F01),
    color-stop(1, #6B2609)
	);
	background-image: -moz-linear-gradient(
    center bottom,
    #3A0F01 0%,
    #6B2609 100%
	);
}

.recent-posts {float:right; width: 300px; border-left:1px solid #f2f2f2; padding: 0 10px 0 10px; margin-left:10px;}

/*  content search */
.content-search-textbox {
	margin: 0px 0 0 9px;
	padding: 7px 0 0px 5px;
	/* width: 194px; */
	height: 22px;
	border: 0;
	vertical-align: middle;
	outline: none;
	font-family: arial, helvetica, san-serif;
	font-size: 12px;
	color: #5d5e60;
	background: url(/images/push/content-search-box.png) no-repeat;
	}
.content-search-go {
	margin: -1px 0 0 0;
	padding: 0;
	width: 24px;
	height: 28px;
	border: 0;
	vertical-align: middle;
	outline: none;
	background: url(/images/push/content-search-go.png) no-repeat;
	cursor: pointer;
	}
	
/* dropdown---------------------------------------------------------------------------------------- */


.content-search-dropdown {
	margin: 0px 0 0 9px;
	padding: 6px 0 5px 5px;
	/*  width: 194px; */
	height: 29px;
	border: 0;
	vertical-align: middle;
	outline: none;
	font-family: arial, helvetica, san-serif;
	font-size: 12px;
	color: #5d5e60;
	background: url(/images/push/content-search-box.png) no-repeat;
	}
	
option {background: #f8f8f8;
	}
.content-search-go {
	margin: -1px 0 0 0;
	padding: 0;
	width: 24px;
	height: 28px;
	border: 0;
	vertical-align: middle;
	outline: none;
	background: url(/images/push/content-search-go.gif) no-repeat;
	cursor: pointer;
	}
	
/* search -------------------------------------------------------------------------- */
.search-wrap  {

	background: 
	url(/images/push/search-bg-top.gif) top left no-repeat, 
	url(/images/push/search-bg-bottom.gif) bottom left no-repeat,
	url(/images/push/search-bg.gif) repeat-y; 
	margin-left: -15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 30px;
	margin-bottom:10px;
	height: 120px;;
			}

.search-tips {font-size: 11px; margin-right:20px; text-align:right; }


.search-bar {padding-top:13px; margin:0 0 7px 7px; overflow: auto;}


#cat-box {
	width:617px;  
	padding-top: 15px; padding-left: 12px; margin-top: 0px;
	font-size:10px;
	}	

#cat-box div {float: left; width:25%; font-size: 11px;}

#search-content {padding:0 10px 15px 10px;}
#search-people {padding:0 10px 15px 10px;}

/* tool finder ---------------------------------------------------------------------- */
.finder-panel-bar {
	padding: 10px 10px 0 10px;
	height: 23px;
	display: block;
	background: url('/images/push/finder-toolbar_bg.jpg') no-repeat;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	margin: 0 5px;
	width: 336px;;
	text-align: left;
	cursor: pointer;
	color: #9aa540;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
	}

.finder-panel-bar:hover, .finder-panel-bar-selected  {color:#723C2E; background-position: 0 -33px;}

.finder-panel-checkboxes {border-left:1px solid #adafae; border-right:1px solid #adafae; height:200px; width:334px; margin: 0 5px; display:none;}
.finder-panel-checkboxes-open {overflow-y:scroll; height:200px;}
.finder-panel-checkboxes-last { border-bottom:1px solid #adafae;}
.finder-panel-list {
	background-color:#e9e4e0; 
	font-size:10px; 
	border-left:1px solid #adafae; 
	border-right:1px solid #adafae; 
	width:330px; 
	margin: 0 5px; 
	display:none; 
	padding: 0 2px;}
.finder-panel-list-last { border-bottom:1px solid #adafae;}

.finder-panel-checkboxes label {font-size:11px;}

.finder-panel-bar-static {
	padding: 10px 10px 0 10px;
	height: 23px;
	display: block;
	background: url('/images/push/finder-static-toolbar_bg.jpg') no-repeat;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	margin: 0 5px;
	width: 336px;;
	text-align: left;
	color:#723C2E;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;}
				
#finder-alphabetical {
	border-left:1px solid #adafae; 
	border-right:1px solid #adafae; 
	border-bottom:1px solid #adafae; 
	width:334px; 
	margin: 0 5px 10px 5px;
	font-weight: bold;
	text-align:center;
	padding: 5px 0;
	font-size:13px;
}
.finder-alphabetical {font-size:13px;}

#finder-clear-all {cursor:pointer; display:none; width:334px; text-align:right; font-size:11px; text-decoration:underline;}

.tool-summary-image {float:left; margin: 0 5px 0 0; border: none; width: 150px;}
article.tools p {margin-bottom:0px; padding-bottom:0px;}
article.training p {margin-bottom:0px; padding-bottom:0px;}

.finder-right-container {width: 348px; background:#fff ; /*border-top:1px solid #b3b3b3; border-right:1px solid #b3b3b3; */padding: 10px 0 5px 0; margin-left:-5px; }
.finder-right-top-shadow {height:20px; margin-top:-48px; margin-left:-10px; 
background:  url(/images/push/main-top-shadow-right-corner.png) no-repeat top right, url('/images/push/main-top-shadow.png') repeat-x top ;
}
.finder-panel-shadow {background: url('/images/push/finder-panel-shadow-left.png') no-repeat top left, 
url('/images/push/finder-panel-shadow-right.png') no-repeat top right, 
url('/images/push/finder-panel-shadow.png') repeat-x top
; padding-top:10px;}
h6.finder-right-instructions {font-size:14px; color:#545454;}

/* css for BIO ---------------------------------------------------------------------------------------- */

div.bio-photo {
	width: 100px;
	float: left;
	margin-right:10px;
}
.bio-data {
	float: right;
	width: 491px;
}
.bio-summary {
	/* background: 
	url(new-images/search-bg-top.gif) top left no-repeat, 
	url(new-images/search-bg-bottom.gif) bottom left no-repeat,
	url(new-images/search-bg.gif) repeat-y; */
	margin-left: -15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 30px;
}
p.bio-summary-p {
	font-size: 18px;
	line-height: 22px;
}

.profile-card {
	padding: 5px; 
	margin: 5px 5px 5px 0;
	font-family: georgia, times, times new roman, serif;
}

.profile-card-border {
	background: 
	url(/images/push/search-bg-top.gif) top left no-repeat, 
	url(/images/push/search-bg-bottom.gif) bottom left no-repeat,
	url(/images/push/search-bg.gif) repeat-y; 
	border-right: 1px solid #f0efef;
	padding: 5px;
	margin: 5px 5px 5px 0;
	font-family: georgia, times, times new roman, serif;
}

.profile-card-info {font-size:10px; font-weight:bold; width:auto; vertical-align:top;}
td.profile-card-info h3 {font-size:14px; color:#b96549;  }
td.profile-card-info h3 a, td.profile-card-info h3 a:visited, td.profile-card-info h3 a:hover, td.profile-card-info h3 a:active {color:#bf4610; }
.profile-card-photo {overflow: hidden; float:left; margin-right:4px;}
.profile-card-intro {font-size:9px; line-height:12px; max-height:28px; font-weight:normal; width:auto; overflow:hidden;}
.profile-card-intro-wide {font-size:11px; line-height:15px; font-weight:normal; overflow:hidden; width:auto;}
.profile-card-location {font-size:10px; line-height:14px; height:28px; overflow:hidden; width:auto; font-weight:bold;}
.profile-card-title {font-size:10px; line-height:14px; overflow:hidden; width:auto; font-weight:bold; max-height:28px;}

.bio-card {
	background: 
	url(/images/push/search-bg-top.gif) top left no-repeat, 
	url(/images/push/search-bg-bottom.gif) bottom left no-repeat,
	url(/images/push/search-bg.gif) repeat-y; 
	border-right: 1px solid #f0efef;
	padding: 8px;
	height:auto; 
	margin: 5px 0 5px 0;
	font-family: georgia, times, times new roman, serif;
}

.bio-card-compact {width:280px;}
.bio-card-info {font-size:10px; font-weight:bold; width:auto; vertical-align:top; min-width:240px; }
td.bio-card-info h3 {font-size:16px; color:#b96549;  }
td.bio-card-info h3 a, td.bio-card-info h3 a:visited, td.bio-card-info h3 a:hover, td.bio-card-info h3 a:active {color:#bf4610; }
.bio-card-intro {overflow:hidden; height: 90px; vertical-align:top; width: auto; font-size:11px; line-height:15px; font-weight:normal }
.bio-card-intro-compact {height: 55px; font-size:9px; line-height:13px;}
.bio-card-photo {width: 80px; height: 90px; overflow: hidden; float:left; margin-right:4px;}
.bio-card-photo-img {width: 80px; }
.bio-card-compact-article {margin: 0 0 5px -15px; float:left; margin-right:10px;}

.second-level-content-column div.bio-card {background: none; padding:0px; border-right: none;}
.second-level-content-column div.bio-card table tr td div.bio-card-photo {width: 60px; height:60px;}
.second-level-content-column div.bio-card table tr td div.bio-card-photo img {width: 60px;}
.second-level-content-column div.bio-card table tr td.bio-card-info h3 {font-size:13px;}

.group-members div.bio-card {padding:4px; border-right: none;}
.group-members div.bio-card table tr td div.bio-card-photo {width: 60px; height:60px;}
.group-members div.bio-card table tr td div.bio-card-photo img {width: 60px;}
.group-members div.bio-card table tr td.bio-card-info h3 {font-size:13px;}

.super-compact div.bio-card-compact {width:120px; padding:0px;}
.super-compact div.bio-card table tr td.bio-card-info {min-width:60px;}
.super-compact div.bio-card {background: none; padding:0px; border-right: none;}
.super-compact div.bio-card table tr td div.bio-card-photo {width: 40px; height:40px;}
.super-compact div.bio-card table tr td div.bio-card-photo img {width: 40px;}
.super-compact div.bio-card table tr td.bio-card-info h3 {font-size:13px; vertical-align:top;}

div.bulletin-photo {width: 30px; height:30px; overflow: hidden; float:left; margin:5px 4px 0 0;}
.bulletin-photo-img {width: 30px; }

ul.contribution-list li, ul.contribution-list  {list-style-image:none; list-style-type:none; list-style:none; padding-left:0px; margin-left:0px; font-size:12px; font-weight:bold;}

table.inbox-menu {background:#F2F2F2; border-left:1px solid #b3b3b3; border-right:1px solid #b3b3b3;  border-top:1px solid #b3b3b3;}
table.inbox-menu td {border-bottom:1px solid #b3b3b3; font-size:14px;}

.bionav ul {
			padding: 0;
			margin: 0;
			list-style: none;
			overflow: auto;
			float:right;
			}
.bionav ul li {
			margin: 0 5px 0 0;
			float: left;
			padding: 0;

			}
			
/* group search ---------------- */
.indexLinkBig {font-size: 12px; font-weight:bold;}
/*.indexLinkBig A:link {text-decoration: none; color: #000000;}
.indexLinkBig A:visited {text-decoration: none; color: #000000;}
.indexLinkBig A:active {text-decoration: none; color: #000000;}
.indexLinkBig A:hover {text-decoration: underline; color: #0000FF; }*/

.indexLinkBigActive {font-size: 12px; 
				background: #b96549;
				border: 1px solid #eae8e6;
				text-decoration: none;
				color: #fff !important;
				padding: 2px 3px 0 3px;
				font-weight: bold;}
				
.indexLinkBigActive A:link, .indexLinkBigActive A:visited, .indexLinkBigActive A:active, .indexLinkBigActive A:hover {color: #fff !important;}

.indexLink {font-size: 11px;}
/*.indexLink A:link {text-decoration: none; color: #000000;}
.indexLink A:visited {text-decoration: none; color: #000000;}
.indexLink A:active {text-decoration: none; color: #000000;}
.indexLink A:hover {text-decoration: underline; color: #0000FF; }*/

.indexLinkActive {font-size: 11px; background: #b96549;
				border: 1px solid #eae8e6;
				text-decoration: none;
				color: #fff !important;
				padding: 2px 3px 0 3px;
				font-weight: bold;}
.indexLinkActive A:link, .indexLinkActive A:visited, .indexLinkActive A:active, .indexLinkActive A:hover {color: #fff !important;}
