/*
Theme Name: Photizo
Theme URI: 
Description: Theme built for Photizo
Version: 1.0
Author: Jason LeVan
Author URI: http://blueluna.com/
*/
@charset "utf-8";
/* CSS Document */

/*
	Author: Jason LeVan
	Company: Blueluna.com
	Date: 02/26/10
*/

/* BASE ELEMENTS */
:active, :focus{outline:0;}
body{
	background:url(images/bg-tile.png) top center repeat-y #dddede;
	font-size:16px;
}
h1{
	text-indent:-9999px;
	position:absolute;
	top:0;
	left:0;
	height:1px;
}
h2{
	font-family: Geneva, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size:1.5em;
	color:#438fdd;
}
.sIFR-active #content #post-4112 h2{width:600px;}
a{
	text-decoration:none;
}
h2 a{
	text-decoration:none;
	color;#2771bc;
}
strong{
	font-weight:bold;
}
em{
	font-style:italic;
}
.hentry li{
	list-style-position:inside;
}
.hentry ul li{
	list-style:disc outside url(images/ulbullet.png);
	margin-left:20px;
}
.hentry ol li{
	list-style-type:decimal;
}
.hentry ol.list_blue li{
	color:#2361a0;
	

}
.hentry ol.list_blue p{
	color:#333;
	margin:0;
	overflow:visible;
	display:inline;
	font-size:inherit;

}
.hentry p+ul, .hentry p+ol{
	margin-top:-15px;
	margin-bottom:20px;
}
blockquote{
	padding:0 20px;
	font-style:italic;
}
/* UTILITY CLASSES */
.left{float:left;}
.right{float:right;}
.clear{clear:both;}


#content{
	width:966px;
	margin:0 auto;
}
/* HEADER STYLES */
#header-wrap{
	background: url(images/header-tile.png) top left repeat-x;
	height:117px;
	width:100%;
}

#header{
	background: url(images/header-center.png) top center no-repeat;
	height:105px;
	overflow:visible;
	width:974px;
	margin:0 auto;
	padding:0 113px;
}

#mps-logo, #nav{
	float:left;
}

#mps-logo{
	margin-top:18px;
	margin-left:4px;
	position:relative;
}
.tinyTip{
	/*background-color:#438FDD;
	color:#fff;
	border:1px solid #2666B0; */
	top:100px;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 1.125em;
	/*padding:10px;*/
}
.tinyTip .bottom{
	/*position:absolute;
	top:-20px;
	left:50%;
	margin-left:-20px;
	background:url(images/Triangle.png) bottom center no-repeat;
	height:21px;
	width:40px;
	border:none;*/
	height:0px;
}
.tinyTip .content{
	margin:0; padding:0;
}
#photizo-logo{
	margin-top:18px;
	float:right;
}

img.header-break{
	float:right;
	margin-top:18px;
}

#nav{
	font-family: Geneva, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	list-style-type:none;
	margin:64px 0 0 7px;
}

#nav li{
	float:left;
}

#nav li a{
	display:block;
	font-size:.7em;
	color:#438fdd;
	padding:7px 15px 12px;
}
#nav li a:hover{
	color:#fff;
}

#nav li a.active{
	background:url(images/active-arrow.png) 5px 10px no-repeat;
	padding-left:17px;
}
#nav li a.active:hover{
	background-color:#438fdd;
}
#nav li ul{
	display:none;
}
/* Breadcrumbs */
div.breadcrumb{
	margin-top:-5px;
	padding-bottom:15px;
	border-bottom:1px solid #cecfcf;
	font-size:.6875em;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande"," Lucida Sans", Arial, sans-serif;
	color:#838383;
	margin-bottom:20px;
}
div.breadcrumb a{
	color:#838383;
	text-decoration:underline;
}

/* MAIN CONTENT */
#content{
	margin-top:50px;
}

#main-content{
	width:642px;
	float:left;
}
.main-list-nav{
	border-bottom: 1px solid #c9c9c9;
	height:35px;
}
.main-list-nav h2{
	float:left;
}

.main-list-nav  form{
	float:right;
}
.main-list-nav select{
	width:215px;
}

/* Post Item Listings */
.archive .post p{
	max-height:90px;
	overflow:hidden;
}
.author .post p{

	max-height:none;
	overflow:visible;
}
.hentry{
	clear:both;
	/*padding-top:18px; */
	padding-bottom:22px;
	border-bottom: 1px solid #c9c9c9;
	overflow:hidden;
}
.page-id-7265 .hentry{
	border-bottom:0;
}
.category .post:first-child{
	border-top:1px solid #c9c9c9;
}
.post.ourinsights, .archive .post, .search .post, .search .page{
	padding:20px;
}
.post .attachment-post-thumbnail{
	border: 1px solid #bbbbbb;
	float: left;
	margin: 0 20px 0 0;
}
.archive h3, .home h3{
 	height:1.18em;
	overflow:hidden;
}

.hentry h3, .author h3{
	color:#545454;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 1.125em;

}
.hentry h3 a{
	color:#545454;
}
.hentry h3.mid-title{
	margin-top:15px;
	padding-top:15px;
	border-top: 1px solid #cecfcf;
}
.author h3{
	float:left;
	width:450px;
}
.author .post h3{
	width:430px;
}
.author .post-meta{
	display:block;
	float:left;
	width:430px;
	}
.author h3.author-posts{
	float:none;
	width:100%;
	border-top:1px solid #CECFCF;
	border-bottom:1px solid #CECFCF;
	clear:both;
	padding:20px 0;
}
.hentry .post-meta, p.author-meta{
	color:#999;
	font-size:.6875em;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande"," Lucida Sans", Arial, sans-serif;
	font-style: italic;
	line-height:2em;
	height:2em;
	overflow:hidden;
	display:block;
}
.author .author-meta{
	float:left;
	margin:0;
	width:400px;
	font-style:italic;
}
.hentry .post-meta a{
	color:#2771bc;
	
}
p, .page li, .hentry li{
	color:#333;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande"," Lucida Sans", Arial, sans-serif;
}
.hentry li{
	font-size:0.8125em;
	line-height:1.75em;
	margin-bottom:5px;
	position:relative;
}
.page li a, p a, .post li a{
	color:#2771bc;
}
.hentry p, p.author-bio{
	font-size:.8125em;
	line-height:1.75em;
	margin:5px 0;
}

.author-bio{
	float:left;
	width:450px;
}
.author-pic{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	border: 1px solid #bbbbbb;
}
.hentry .retweet{
	display:block;
	float:left;
	width:65px;
	height:19px;
	background:url(images/retweet.png) bottom left no-repeat;
	text-indent:-9999px;
}
.hentry .retweet:hover{
	background-position:top left;
}
.hentry .read-more{
	display:block;
	float:left;
	width:76px;
	height:19px;
	background:url(images/read-more.png) bottom left no-repeat;
	text-indent:-9999px;
	margin-right:8px;
}
.hentry .read-more:hover{
	background-position:top left;
	*margin-bottom:20px;
}
.pagination{
	text-align:right;
	clear:both;
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	overflow:hidden;
}
.pagination .pagination-link-wrap{
	float:right;
	clear:both;
}
.pagination span, .pagination a{
	display:block;
	float: left;
	background:url(images/pagination.png) bottom left no-repeat;
	height:16px;
	width:19px;
	padding-top:3px;
	margin-right:5px;
	text-align:center;
	font-size:.625em;
	color:#414141;
}
.pagination .current, .pagination a:hover{
	color:#ffffff;
	background-position:top left;
}
.pagination .pagination-link-wrap .prev, .pagination .pagination-link-wrap .next{
	display:block;
	float:left;
	width:5px;
	height:7px;
	padding:6px;
	background:url(images/pagination-prev-arrow.png) center center no-repeat;
	text-indent:-9999px;
}
.pagination .pagination-link-wrap .next{
	background-image:url(images/pagination-next-arrow.png);
}
#insights-pagination{
	margin:20px 0 0;
	padding-bottom:20px;
	border-bottom: 1px solid #c9c9c9;
}
#perspective-pagination{
	padding:20px 15px 35px;
	background:#e5e6e6;
}
#perspective-header{
	background: #e5e6e6;
	clear:both;
	float:none;
	margin-top:3px;
	padding:20px 25px 25px;
	border-bottom: 1px solid #c9c9c9;
	color:#444;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande"," Lucida Sans", Arial, sans-serif;
	font-size:.875em;
	line-height:1.5em;
}

.post.perspective-item{
	background: #e5e6e6;
	margin-top:0;
	padding-top:20px;
}
.post.perspective-item p{
	line-height:1.5em;
	padding-right:20px;
}
.post.perspective-item img{
	border: 1px solid #bbbbbb;
	float: left;
	margin: 0 20px;
}
.post .view-source{
	background:url(images/visit-source_orange.png) -1px -6px no-repeat;
	margin-left:160px;
	float:left;
	margin-left:10px;
	clear:none;
	display:block;
	height:19px;
	width:85px;
	text-indent:-9999px;
}
.post .view-source:hover{
	background-position:-1px -26px;
}

div.line{
	width:100%;
	height:1px;
	border-top:1px solid #C9C9C9;
}
/* Links Pages */
.page-template-links-php .page p a{
	display:block;
	margin-bottom:-5px;
}
.page-template-links-php .page p a.inline{
	display:inline;
	margin-bottom:0;
}
.page-template-links-php .page p{
	margin-bottom:10px;
}
.page-template-links-php a[href$=".pdf"]  {
background:url(images/icon-pdf.gif) no-repeat scroll left 2px transparent;

margin-bottom:5px;
padding-left:20px;
}

.archive #main-content .pagination, .author #main-content .pagination{
	border-bottom:none;
}
/* jQuery Fitted Styles */
body.blog .post.over, body.archive .post.over, body.search .post.over{
	background-color:#e0edf8;
}
body.blog .perspective-item.over{
	background-color:#cdd9e5;
}
/* SIDEBAR */
#sidebar{
	float:right;
	width:262px;
}
.box{
	border: 1px solid #d9d8d8;
	border-top: 2px solid #69a3de;
	padding: 17px 12px 15px;
	margin-bottom:15px;
	overflow:hidden;
	background:url(images/box-gradient.png) top left repeat-x;
}
.box h4{
	text-indent:-9999px;
	margin-bottom:8px;
}
	/* Search Box */
	#search-box{
		overflow:visible;
		margin-bottom:15px;
	}
	#s{
		background:url(images/input-bg.png) top left no-repeat;
		height:20px;
		padding-top:2px;
		width:221px;
		padding-left:10px;
		color:#777;
		font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
		font-size:.75em;
		border:none;
	}
	#search-submit{
		text-indent:-9999px;
		background:url(images/search-icon.png) bottom left no-repeat;
		height:24px;
		width:24px;
		border:none;
		cursor:pointer;
		display:block;
		float:right;
		margin-top:-1px;
	}
	#search-submit:hover{
		background-position:top left;
	}
	
	/* Connect Box */
	#connect-box h4{
		background:url(images/connect-box-title.png) top left no-repeat;
		height:13px;
	}
	a.social-link{
		height:16px;
		width:16px;
		float:left;
		display:block;
		margin-right:5px;
		position:relative;
	}
	
 .social-link-text{
		position:absolute;
		font-size:.6875em;
		color:#777;
		height:30px;
		width:70px;
		left:20px;
		z-index:50;
		top:-5px;
		background-color:#ffffff;
		border:1px solid #bbbbbb;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
		}

	/* Newsletter Box */
	#newsletter-box{
		font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande"," Lucida Sans", Arial, sans-serif;
		color:#555;
		font-size:.75em;
		line-height:1.5em;
	}
	
	#newsletter-box p{
		margin-bottom: 12px;
	}
		
	#newsletter-box h4{
		background:url(images/newsletter-box-title.png) top left no-repeat;
		height:16px;
	}
	
	#newsletter-box #news-email{
		background:url(images/input-bg.png) top left no-repeat;
		height:20px;
		padding-top:2px;
		width:221px;
		padding-left:10px;
		color:#777;
		font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
		border:none;
	}
	
	#newsletter-box #newsletter-submit{
		background:url(images/submit.png) -5px -25px no-repeat;
		margin-top:10px;
		float:right;
		width:58px;
		height:19px;
		text-indent:-9999px;
		border:none;
		margin-right:5px;
		cursor:pointer;
	}
	#newsletter-box #newsletter-submit:hover{
		background-position:-5px -6px;
	}
	#newsletter-box p.response{
		color:#63ac27;

	}
	/* Category Box */
	#category-box h4{
		background:url(images/category-box-title.png) top left no-repeat;
		height:16px;
	}
	#category-box h4.industry-events-title{
		background-image:url(images/category-box-title-events.png);
	}
	#category-box h4.daily-insights-title{
		background-image:url(images/category-box-title-daily.png);
	}
	#category-box h4.business-directory-title{
		background-image:url(images/category-box-title-biz.png);
	}
	#category-box ul{
		width:110px;
		float:left;
	}
		#category-box #side-cat-col-2{
			float:right;
		}
	#category-box li{
		font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande"," Lucida Sans", Arial, sans-serif;
		font-size:.6875em;
		margin-bottom:12px;
		background:url(images/green-arrow.png) left center no-repeat;
		padding-left:10px;
	}
	#category-box li a{
		color:#444;
	}
	#category-box li a:hover{
		color:#777;
	}
	/* Ad Space */
	#ad-box h6{
		color:#b7b6b6;
		font-size:.6875em;
		font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
		margin-bottom:6px;
		font-weight:bold;
	}
	
	#ad-box a{
		margin-bottom:10px;
		border: 1px solid #dddddd;
		display:block;
		height:125px;
		width:125px;
		background:url(images/ad-temp.png) top left no-repeat;
	}
	#ad-box a.full{
		height:260px;
		width:260px;
		background-image:none;
		background-color:#333333;
		clear:both;
	}
	#ad-box #ad-callout, #ad-box #ad-callout2{
		background:url(images/ad-callout.png) 0px -125px no-repeat;
		text-indent:-9999px;
		position:relative;
	}
	#ad-box #ad-callout span, #ad-box #ad-callout2 span{
		background:url(images/ad-callout.png) 0px 0px no-repeat;
		position:absolute;
		top:0;
		left:0;
		display:block;
		height:125px;
		width:125px;
	}
		
	
	/* Sidebar Posts */
	#sidebar-posts{
		float:none;
		clear:both;
	}
	#sidebar-posts-nav{
		border-bottom: 3px solid #69a3de;
		margin-bottom:1px;
		height:25px;
		width:100%;
	}
	#sidebar-posts-nav li{
		float:left;
		width:60%;
		padding-bottom:5px;
		background:#69a3de;
	}
	#sidebar-posts-nav a{
		color:#fff;
		text-transform:uppercase;
		padding-left:11px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:.75em;
		padding-top:5px;
		display:block;
	}
	#sidebar-posts-content{
		overflow:hidden;
		width:260px;
		padding-left:0;
		padding-right:0;
		clear:both;
		float:none;
		border-top:1px solid #d9d8d8;
	}
	#sidebar-posts-inside{
		width:800px;
	}
	#sidebar-posts-inside li{
		float:left;
		margin:0;
		width:260px;
		
	}
#sidebar-posts-insights{display:none;}
	.sidebar-insights-item{
		border-bottom:none;
		margin-top:0;
		padding-bottom:0;
	}
	.sidebar-insights-item h5{
		color:#555;
		font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
		font-size:.875em;
	}
	.sidebar-insights-item h5 a{
		color:#555;
	}
	.sidebar-insights-item span{
		font-size: .6875em;
		color:#777;
		font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande"," Lucida Sans", Arial, sans-serif;
		font-style:italic;
	}
	#sidebar-posts-directory .sidebar-insights-item{padding:10px;}
	.sidebar-insights-item span a{
		color:#2771bc;
	}
	
	.sidebar-insights-item p{
		font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande"," Lucida Sans", Arial, sans-serif;
		color:#444;
		font-size:.6875em;
		line-height:1.5em;
	}
	#sidebar .view-all{
		background:url(images/view-all.png) bottom left no-repeat;
		text-indent:-9999px;
		width:66px;
		height:19px;
		float:right;
		margin-right:12px;
	}
	#sidebar .view-all:hover{
		background-position:top left;
	}
/* FOOTER STYLES */
#footer-wrap{
	background:url(images/footer-tile.png) top left repeat-x;
	float:none;
	clear:both;
	overflow:hidden;
}
#footer{
	background:url(images/footer-center.png) center top repeat-y;
	margin:8px auto 0;
	padding:25px 104px 65px 108px;
	width:988px;
	clear:both;
	float:none;
	overflow:hidden;
	min-height:184px;
}
#footer .footer-list{
	float:left;
}
#footer .footer-list h6{
	color:#fff;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size:.875em;
}
#footer .footer-list li a{
	color:#438fdd;
	font-size:.766em;
	font-family: Geneva, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
#footer .footer-list li a:hover{
	color:#a4a3a3;
}
#footer #footer-nav{
	background:url(images/footer-divider.png) right center no-repeat;
	width:300px;
	margin-right:36px;
}
#footer span{
	color:#919191;
	font-size:.6875em;
	font-family: Geneva, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
#footer span a{
	color:#919191;
}
#footer span #luna{
	color:#438fdd;
}
#footer span #luna:hover{
	color:#fff;
}

#footer .footer-list ul{
	float:left;
	margin-right:40px;
}
#footer #cat-col-2{
	margin-right:0;
}

/* Single Post Styles */
.single .post{
	margin-top:0;
	padding-bottom:12px;
}
.single .post img{
	border: 1px solid #bbbbbb;
}
.single .post .post-meta{
	display:block;
	margin-bottom:10px;
}
.single .post p{
	margin:0 0 20px;
	overflow:hidden;
}
.single #sidebar-posts-directory p{
	margin:5px 0;
}
.single .category-our-insights.post p{overflow:visible;}
.single .post .wp-post-image{
	margin-top:5px;
	margin-bottom:20px;
}
.single .post .attachment-single-thumb{
	/*margin-bottom:0;*/
}
.single .post p object{
	margin-bottom:20px;
}
/* Single Page Share Links */
.single .post #single-share{
	border-top: 1px solid #c9c9c9;
	padding:12px 5px 0;
	clear:both;
}
.single #single-share .share-text{
	margin-top:3px;
	display:block;
	float:left;
	margin-right:5px;
}
.single #single-share img{
	border:none;
}

/* Comments */
#commentform label, #commentform textarea, .commentlist p, #nocomment, #commentform input, #commentform .logged-in-as, .comment-edit-link, .comment-reply-link, .cancel-comment-reply a{
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande"," Lucida Sans", Arial, sans-serif;
	color:#444;
	font-size:.75em;
}
#commentform .logged-in-as{
	margin-bottom:10px;
}
#commentform .logged-in-as a{
	color:#2771bc;
}
#postcomment{
	margin-top:4px;
	padding:28px 22px 12px;
	background:#e5e6e6;
}
#commentform{
	padding:0 22px 22px;
	background:#e5e6e6;
	overflow:hidden;
	border-bottom:1px solid #c4c5c5;
}
#commentform textarea, #commentform input[type="text"]{
	border:none;
	border-top:1px solid #acadb2;
}
#commentform textarea{
	width:580px;
	padding:10px;
}
#commentform input[type="text"]{
	margin-bottom: 15px;
	width:300px;
	height:20px;
	padding-top:2px;
	padding-left:10px;
}
#commentform #submit{
	float:right;
	background:url(images/submit.png) -5px -25px no-repeat;
	margin-top:10px;
	width:58px;
	height:19px;
	text-indent:-9999px;
	border:none;
	cursor:pointer;
}
#commentform #submit:hover{
	background-position:-5px -6px;
}
#comments, #nocomment{
	padding:0 22px 22px;
	background:#e5e6e6;
}
.commentlist{
	padding-bottom:22px;
	background:#e5e6e6;
}.cancel-comment-reply{	background:#e5e6e6;	float:left;	margin-top:10px;	font-size:1.25em;}
.commentlist li.comment{
	padding-left:22px;
	padding-right:22px;
}
#comments{
	padding-top:30px;
}
.commentlist .avatar{
	float:left;
	margin:0 18px 6px 0;
}
.commentlist li.comment{
	float:none;
	clear:both;
	margin-bottom:15px;
	overflow:hidden;
}
.commentlist li.comment cite.fn{
	color:#747474;
	font-size:.875em;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
}
.commentlist li.comment cite.fn a{
	color:#747474;
}
.commentlist li.comment cite.fn a:hover{
	color:#2771BC;
}
.commentlist li.comment p{
	line-height:1.75em;
}
.commentlist li.comment .comment-time, span.says{font-size:.75em;	line-height:1.75em;
	color:#999999;
	font-family:"Trebuchet MS","Lucida Sans Unicode","Lucida Grande"," Lucida Sans",Arial,sans-serif;
	font-style:italic;
}span.comment-divide{color:#444444;font-family:"Trebuchet MS","Lucida Sans Unicode","Lucida Grande"," Lucida Sans",Arial,sans-serif;font-size:0.75em;}
.commentlist li.comment.bypostauthor{
	background:#d3d4d4;
	border-top:1px solid #c7c8c8;
	border-bottom:1px solid #c7c8c8;
	margin-left:80px;
	padding:25px 15px 22px 22px;
	margin-bottom:30px;
	margin-right:20px;
}.comment-edit-link, .comment-reply-link, .cancel-comment-reply a{	color:#2771BC;}
li.comment{	padding-bottom:10px;	border-bottom:1px solid #C4C5C5;}ul.children li.comment{	margin-top:10px;	padding-top:10px;	border-top:1px solid #c4c5c5;	border-bottom:none;	padding-left:0;}ul.children{	padding-left:56px;}
/* jquery.selectBox styles */
#insights-nav select, #insights-nav input{
	font-size: .75em;
	line-height:1em;
	font-family: Arial, Helvetica, sans-serif;
	height: 22px;
	width: 198px;
	color:#777;
	}
#insights-nav input{
	width:32px;
	color:#333;
	margin-top:2px;
	}
.jquery-selectbox {
	position: relative;
	height: 22px;
	width: 198px;
	z-index: 0;
	float: left;
	display: inline;
	font-size: .75em;
	line-height:1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
	padding: 0;
	padding-left:10px;
	background-image: url(images/select-bg.gif);
}
.jquery-selectbox.selecthover {
	background-image: url(images/select-bg.gif);
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	line-height:1.25em;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 22px;
	padding: 2px;
	left: 0px;
	padding-left:5px;
	padding-right:7px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #cdcdcd;
	background:#ffffff;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url(images/select-arrow.gif);
	width: 23px;
	height: 22px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url(images/select-arrow.gif);
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #e0edf8;
	color:#333;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	line-height:1.5em;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url(images/select-bg.gif);
}

/* Dropdown Menu Styles */
ul.pureCssMenu ul{display:none}
ul.pureCssMenu li:hover>ul{display:block}
ul.pureCssMenu ul{position: absolute;left:2px;top:98%; }
ul.pureCssMenu ul ul{position: absolute;left:98%;top:-2px;}
ul.pureCssMenu{
	font-family:Geneva, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	margin:64px 0 0 7px;
	list-style:none;
	font-size:.75em;
}
ul.pureCssMenu li{
	font-family:Geneva, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
ul.pureCssMenu ul {
	list-style:none;
	padding:0px 2px 0 0px;
	background:url(images/dropdown-tile.png) top left repeat-x #438fdd;
	border-bottom:1px solid #2666b0;
}
ul.pureCssMenu table {border-collapse:collapse}ul.pureCssMenu {
	display:block;
	zoom:1;
	float: left;
}
ul.pureCssMenu ul{
	width:144.80000000000001px;
}
ul.pureCssMenu li{
	display:block;
	padding:2px 0px 0px 2px;
}
ul.pureCssMenu a:active, ul.pureCssMenu a:focus {
outline-style:none;
}
ul.pureCssMenu a, ul.pureCssMenu li.dis a:hover, ul.pureCssMenu li.sep a:hover {
	display:block;
	vertical-align:middle;
	text-align:left;
	text-decoration:none;
	padding:4px;
	_padding-left:0;
	color: #438fdd;
	text-decoration:none;
}
ul.pureCssMenu span{
	overflow:hidden;
}
ul.pureCssMenu li {
	float:left;
	margin-right:8px;
	position:relative;
	z-index:999;
}
ul.pureCssMenu ul li {
	float:none;
	border-bottom:1px solid #2666b0;
	padding-left:12px;
	margin-right:0;
	
}
ul.pureCssMenu ul a {
	text-align:left;
	white-space:nowrap;
	color:#ffffff;
	padding-top:7px;
	padding-bottom:7px;
}
ul.pureCssMenu ul li a:hover, ul.pureCssMenu ul li:hover a{
	color:#084995;
}
ul.pureCssMenu li.sep{
	text-align:center;
	padding:0px;
	line-height:0;
	height:100%;
}
ul.pureCssMenu li.sep span{
	float:none;	padding-right:0;
	width:5;
	height:16;
	display:inline-block;
}
ul.pureCssMenu ul li.sep span{
	width:80%;
	height:3;
}
ul.pureCssMenu li:hover{
	position:relative;
}
ul.pureCssMenu li:hover>a{
	text-decoration:none;
	color:#fff;
}
ul.pureCssMenu li a:hover{
	position:relative;
	text-decoration:none;
	color:#fff;
}
ul.pureCssMenu li a.active{
	background:url(images/active-arrow.png) 5px 10px no-repeat;
	padding-left:17px;
	padding-bottom:22px;
}
ul.pureCssMenu li a.active:hover{
	/*background-color:#438fdd; */
}
ul.pureCssMenu li:hover>a.active{
	/*background-color:#438fdd; */
}
ul.pureCssMenu li.dis a {

}

ul.pureCssMenu a:hover ul{display:block}
ul.pureCssMenu span{
	display:block;
   padding-right:11px;}
   
   
 /* Form Validations */
 #newsletter-box #news-email.invalid{
	border:1px solid #f00;
}
label.invalid{
	font-size:.75em;
	color:#f00;
}
.ajaxloadimg{
	float:right;
	margin-right:15px;
	margin-top:15px;
}
.page ul.pureCssMenu li a.active {padding-bottom:18px;}
/* Webkit specific */
@media screen and (-webkit-min-device-pixel-ratio:0){

}
.aligncenter,
div.aligncenter {
   display:none;
}

.alignleft {
   float: left;
   margin-right:20px;
   margin-bottom:5px;
}

.alignright {
   display:none;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


.tinyTip{
	position:absolute;
	z-index:1000;
	top:150px;
	left:100px;
}

#deviceSwitcher { display:none; }
.post-wrap{
	float:right;
	width:415px;
	
}
.home .category-daily-insights .post-wrap{
        width:480px;
}
.home .category-daily-insights .post-wrap p{
height:44px;
margin-bottom:8px;
overflow:hidden;
}
.post-excerpt-wrap{
	max-height:90px;
	overflow:hidden;
	margin-bottom:10px;
}



/* Evaluation Styles */
#post-2020{position:relative; height:650px; border-bottom:none;}
#post-2157{border-bottom:none;}
#post-2020 label{float:left; width:90%;}
#post-2020 input{position:absolute; margin-top:-6px; padding:2px; right:10px; top:50%;}
#post-2020 form p{position:relative; overflow:hidden; clear:both;}
#post-2020 form p.question{border:1px solid #CECFCF; padding:5px; overflow:hidden;position:relative;}
#post-2020 form select{width:120px;}
#post-2020 form .jquery-selectbox{float:right; margin-right:0; padding-left:2px; }
#post-2020 #formwrap{overflow:hidden; position:relative; height:485px;}
#post-2020 #assessment-submit{
	background:url("images/assess-submit.png") no-repeat scroll left bottom transparent;
border:medium none;
bottom:auto;
cursor:pointer;
float:right;
height:21px;
margin:0;
margin-left:10px;
margin-top:10px;
padding:0;
position:relative;
text-indent:-9999px;
top:auto;
right:auto;
width:65px;}
#post-2020 #assessment-submit:hover{
	background-position:left top;
}
#assess-last p{margin-bottom:10px;}
#assess-last label{text-align:right; width:75%;}
#assess-last input{position:relative; float:right;}
#assess-last .assess-comment label{width:auto; text-align:left;}
#assess-last .assess-comment textarea{width:640px;}
#assess-last label.invalid{bottom:-18px;
position:absolute;
right:0;}
#assess-last input.invalid{border:1px solid #ff0000;}

p.w75{width:75%; float:left; margin-top:-3px;}
#assess-last p.w75 label{width:100%;}
#formwrap li{font-size:1em; list-style:none; margin-left:0px; width:642px; }

#post-2157 p.assess-score{color:#545454;
font-family:Georgia,Palatino,"Palatino Linotype",Times,"Times New Roman",serif;
font-size:1.125em; margin-top:-5px;}
#post-2157 div.score-box{float:left;}
#post-2157 div.score-box.percent{float:right;}
.eval-desc{padding-bottom:20px; border-bottom:1px solid #CECFCF;}
.eval-desc cite{font-size:.75em;}
span.greenNum{ height:23px; width:23px; background:url(images/grn-btn.png) top left no-repeat; text-align:center; line-height:23px; display:block; float:left; color:#fff; margin-top:10px;}
#formwrap li h3{float:left; margin-left:8px; margin-top:8px; margin-bottom:8px;}
span.pageNum{float:right; display:block; margin-top:-10px; font-size:10px; color:#767676; text-transform:uppercase;}
p.check-all{margin-top:15px;}
#nextBtn a, #prevBtn a{position:absolute; display:block; height:21px; width:65px; background:url(images/next-btn.png) left bottom no-repeat; text-indent:-9999px; right:0; top:492px;}
#prevBtn a{width:75px; background-image:url(images/prev-btn.png);  right:75px;}
#nextBtn a:hover, #prevBtn a:hover{background-position:left top;}
.box.score{margin-top:15px; width:35%; margin-left:auto; margin-right:auto; padding-left:15px; padding-right:15px;}
#post-2020 p.assess-left, #post-2020 p.assess-right{width:45%; float:left; clear:both; overflow:visible;}
#post-2020 p.assess-right{float:right; clear:right;}
#post-2020 p.assess-left label, #post-2020 p.assess-right label{width:auto;}
#post-2020 p.assess-left input, #post-2020 p.assess-right input{margin-top:0;right:0;}
a.biz-social{display:block; margin-top:10px; margin-bottom:10px;}

div.biz-meta{float:left; width:162px; font-size:.75em;}
div.biz-meta a{display:block; float:left; margin-right:5px;}
/*div.biz-logo img{border:1px solid #CECFCF;}*/
div.biz-logo{ width:162px;text-align:center;}
div.biz-logo img{max-width:162px;}
div.biz-meta a img{border:none; height:17px;}
.category-business-directory.post:hover{background-color:#e0edf8;}
.category-business-directory .post p{height:auto; max-height:inherit;}
.biz-content{overflow:hidden; position:relative;}
a.biz-more{float:right; margin-top:15px; color:#767676;}
div.biz-info p{margin-top:0px; margin-bottom:3px; line-height:1.2em;}
div.biz-info{margin-top:8px;}
.biz-logo{border:1px solid #CECFCF; padding:5px; overflow:hidden; clear:both;}

.page-id-2230 span.wpcf7-not-valid-tip{
background:none repeat scroll 0 0 transparent;
border:medium none;
bottom:-18px;
color:#FF0000;
font-size:0.75em;
padding:0;
right:0;
text-align:right;
top:auto;
width:200px;
left:auto;
}
div.biz-left{float:left; width:300px; clear:both;}
div.biz-right{float:right; width:300px;}
div.biz-full{clear:both; float:left; width:642px;}
div.biz-full p{overflow:hidden; margin-bottom:5px;}
div.biz-full textarea{width:640px; height:50px;}
span.wpcf7-form-control-wrap input{width:298px; float:right;}
span.company-logo input{width:auto;}
.page-id-2230 p.submit,.page-id-2230 p.submit input{float:right;}
.page-id-2230 p.submit img{display:block; margin-top:3px; margin-right:5px; float:right;}
.page-id-2230 p.submit{margin-top:15px;}
span.wpcf7-form-control-wrap select{width:284px;}
span.wpcf7-form-control-wrap{display:block;
/*float:right;*/
margin-top:2px;}
.biz-left p, .biz-right p, .biz-full p{margin-bottom:15px;}

.page-id-2230 #post-2230 h4{color:#767676; padding-top:10px; clear:both; float:none; font-size:1.125em; padding-bottom:5px; border-bottom:1px solid #c9c9c9;}
.page-id-2230 p.submit input{
	background:url("images/assess-submit.png") no-repeat scroll left bottom transparent;
border:medium none;
cursor:pointer;
height:21px;
margin:0;
padding:0;
text-indent:-9999px;
width:65px;}
.page-id-2230 p.submit input:hover{
	background-position:left top;
}
.page-id-2230 div.wpcf7-response-output  {
margin:3em 0.5em 1em;
padding:0.2em 1em;
text-align:center;
}
#assess-last input{width:140px;}
.page-id-2230 input.invalid{border:1px solid #f00;}

.chrome span.wpcf7-form-control-wrap select {width: 120px;}
.chrome #post-2020 #assess-last select{width:154px;}
#post-2230{border-bottom:none;}

.nextBtn a, .prevBtn a{display:block; float:right; height:21px; width:65px; background:url(images/next-btn.png) left bottom no-repeat; text-indent:-9999px; margin-top:10px;}
.prevBtn a{width:75px; background-image:url(images/prev-btn.png);  }
.nextBtn a{margin-left:10px;}
.nextBtn a:hover, .prevBtn a:hover{background-position:left top;}


	/* Newsletter Box */
	#newsletter-box{
		font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande"," Lucida Sans", Arial, sans-serif;
		color:#555;
		font-size:.75em;
		line-height:1.5em;
	}
	
	#newsletter-box p{
		margin-bottom: 12px;
	}
		
	#newsletter-box h4{
		height:16px;
	}
	
	#newsletter-box input{
		background:url(http://www.mpsinsights.com/wp-content/themes/photizo/images/input-bg.png) top left no-repeat;
		height:20px;
		padding-top:1px;
		width:221px;
		padding-left:10px;
		color:#777;
		font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
		border:none;
	}
	#newsletter-box #newsletter-submit, #news-top a, #biz-submit, #biz-submit-side{
		background:url(http://www.mpsinsights.com/wp-content/themes/photizo/images/submit.png) no-repeat scroll -5px -25px transparent;
		margin-top:10px;
		float:right;
		width:58px;
		height:19px;
		text-indent:-9999px;
		border:none;
		margin-right:5px;
		cursor:pointer;
		margin-bottom:0;
	}
	#news-bottom label.invalid{margin-bottom:10px;
margin-top:-10px; display:block;}
	#news-bottom .jquery-selectbox{font-size:1em;}
	#newsletter-box{overflow:visible;}
	.clear{clear:both;}
	#newsletter-box #newsletter-submit:hover, #news-top a:hover, #biz-submit:hover, #biz-submit-side:hover{
		background-position:-5px -6px;
	}
	#newsletter-box p.response{
		color:#63ac27;

	}
#newsletter-box select{width:218px;}
#news-bottom input{margin-bottom:10px;}
 /* Form Validations */
 #newsletter-box input.invalid{
	border:1px solid #f00;
}
label.invalid{
	font-size:.75em;
	color:#f00;
}
.ajaxloadimg{
	float:right;
	margin-right:15px;
	margin-top:15px;
}


#page-wrap                      { margin: 60px auto; width:910px; position: relative; }

#chat-wrap                      {  margin: 15px 0 15px 0; }
#chat-area                      { height: 100px; overflow: auto; border: 1px solid #999; padding: 10px; background: white; }
#chat-area span                 { color: #aaa; background: #333; padding: 4px 8px; -moz-border-radius: 5px; -webkit-border-radius: 8px; margin: 0 5px 0 0; }
#chat-area p                    { padding: 8px 0; border-bottom: 1px solid #333; }

#name-area                      { position: absolute; top: 12px; right: 0; color: white; font: bold 12px "Lucida Grande", Sans-Serif; text-align: right; }   
#name-area span                 { color: #fa9f00; }
#send-message-area{overflow:hidden; padding-bottom:15px;}
#send-message-area p            { float: left; color: #333; font-size: 14px; margin-left:420px;}
#sendie                         { border: 1px solid #999; width: 360px; padding: 10px; height:30px; font: 12px "Lucida Grande", Sans-Serif; float: right; }
#send-message-area span{font-family:"Trebuchet MS","Lucida Sans Unicode","Lucida Grande"," Lucida Sans",Arial,sans-serif; float:right; clear:both; font-size:.7em; color:#333;}
#flash-wrap{border: 1px solid #999;}


#filter-state{width:60px;}
#filter-industry{width:150px; margin-right:10px;}
.category-business-directory .jquery-selectbox{margin-right:10px;}
#biz-submit{margin-top:0; float:none;}
.sIFR-active .category-business-directory #content h2{width:280px;}
#biz-sort{
margin-top:20px;
float:right;

padding-top:8px;
padding-bottom:5px;
width:520px;}
#biz-sort p{}
.filter-label{clear:both;
float:left;
margin:30px 10px 10px 0;font-size:0.8125em; color:#333; line-height:1.75em;font-family:"Trebuchet MS","Lucida Sans Unicode","Lucida Grande"," Lucida Sans",Arial,sans-serif;}
#profit-creek-logo{float:right; width:300px; margin-right:20px; margin-top:15px;}
#profit-creek-logo img{width:300px;}
a.add-biz{float:right;
display:block;
background:url(images/add_business.png) left center no-repeat;
padding-top:15px;
padding-bottom:15px;
padding-left:25px;
font-family:"Trebuchet MS","Lucida Sans Unicode","Lucida Grande"," Lucida Sans",Arial,sans-serif;
color:#2771BC;
font-size:0.8125em; }

p.nobiz{color:#777777; text-align:center; font-size:.75em; padding-top:20px; clear:both;}
.biz-side-logo{float:left; margin-right:10px;}
#biz-sort-side{border-bottom:1px solid #C9C9C9;
height:64px;
margin:0 10px;
overflow:visible;}
#biz-sort-side .jquery-selectbox{margin-bottom:10px;}
#filter-industry-side, #filter-state-side{width:225px;}
#biz-submit-side{margin-top:0px; margin-bottom:10px; margin-right:0;}
#sidebar-posts-directory .post{border-bottom:1px solid #C9C9C9; margin:0 10px;}
#sidebar-posts-directory img{border:1px solid #c9c9c9; padding:2px;}
#sidebar-posts-directory .biz-side-info{padding-left:80px;}
.wpcf7-form em{color:#ff0000;}
div.break{width:100%; border-bottom:1px solid #c9c9c9; margin:10px 0; float:left; clear:both;}
@media screen and (-webkit-min-device-pixel-ratio:0){
span.wpcf7-form-control-wrap select {width: 162px;}
.chrome span.wpcf7-form-control-wrap select{width:306px;}
#assess-last input{top:auto;}
#assess-last input.invalid{width:142px;}
#post-2020 #assess-last select{width:176px;}
#filter-industry-side, #filter-state-side{width:241px;}
span.wpcf7-form-control-wrap input{width:296px;}
span.wpcf7-form-control-wrap.company-logo{width:300px; float:right;}
}
.biz-logo.no-border{padding:0; border:none; width:174px;}


#webcastReg input, #webcastReg select{
	display:block;
	width:298px;
}
#webcastReg select{
	width:286px;
}
#webcastReg div.submit{
	clear:both;
}
#webcastReg #regSubmit{
	background:url("images/assess-submit.png") no-repeat scroll left bottom transparent;
	border:medium none;
	cursor:pointer;
	height:21px;
	margin:0;
	padding:0;
	text-indent:-9999px;
	width:65px;
	float:right;
}
#webcastReg #regSubmit:hover{
	background-position:left top;
}
.webkit #webcastReg input{width:296px;}
.webkit #webcastReg select{width:306px;}


#ratingTable{
	border:1px solid #d9d8d8;
	border-top:2px solid #69a3de;
	width:256px;
	margin:0 auto;
	color:#333;
	font-size:13px;
	text-align:center;
	font-family:"Trebuchet MS","Lucida Sans Unicode","Lucida Grande"," Lucida Sans",Arial,sans-serif;
}
#ratingTable td{
	border:1px solid #d9d8d8;
	border-left:0;
	border-right:0;
}
#ratingTable .numeric{
	font-family:Georgia,Palatino,"Palatino Linotype",Times,"Times New Roman",serif;
}
#ratingTable .current{
	background-color:#69a3de;
	
}
#ratingTable th{border:0;
	border-bottom:1px solid #888;
}
#ratingTable td, #ratingTable th{padding:5px 10px; text-align:center;}


#network-footer{
	background:url(images/network-footer-bg.png) center 0 repeat-y #000;
	height:70px;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:9999;
	border-top:1px solid #444;
}
#network-footer .wrap{
	margin:0 20px;
}
#photizo-network{
	margin-top:20px;
	display:block;
	float:left;
}
#network-sites{
	float:right;
	margin-top:20px;
}
#network-sites a{
	float:left;
	display:block;
	margin-right:10px;
	text-indent:-9999em;
	height:24px;
}
#network-sites a.photizo{
	background:url(images/network-photizo.png) 0 0 no-repeat;
	width:120px;
}
#network-sites a.insights{
	background:url(images/network-insights.png) 0 0 no-repeat;
	width:104px;
}
#network-sites a.journal{
	background:url(images/network-journal.png) 0 0 no-repeat;
	width:132px;
}
#network-sites a.conference{
	background:url(images/network-conference.png) 0 0 no-repeat;
	width:130px;
}
#network-sites a:hover, #network-sites a.active{background-position:0 -24px;}
#benefits-table .basic{
	width:294px;
	padding-top:11px;
}
#benefits-table .pro{
	width:612px;
	padding-top:11px;
}
#benefits-lists td{
	border-bottom:2px solid #69a3de;
}
#benefits-lists li{
	width:294px;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
}
#benefits-lists li .attachment-pro-feature{
	float:left;
	margin-right:10px;
}
#benefits-lists li>p{
	margin-left:42px;
	color:#666;
}
#benefits-lists li p{
	font-size:11px;
	line-height:15px;
}
#benefits-lists ul{
	width:294px;
	float:left;
}

#benefits-lists ul.right{
	float:right;
}
#benefits-lists .hidden-content{
	display:none;
	width:274px;
	padding:10px;
	clear:both;
}
#benefits-lists li.left{
	clear:both;
}
#benefits-table .feature-title{
	color: #438FDD;
	font-size:14px;
	cursor:pointer;
}

#benefits-table .titlebox{
	text-align:center;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:10px;

}
#benefits-table .titlebox-inner{
	-khtml-border-radius:6px;
	-o-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	background:url(images/go-pro-basic-grad.png) 0 0 repeat-x;
}
#benefits-table .pro .titlebox-inner{
	background:url(images/go-pro-grad.png) 0 0 repeat-x;
}
.titlebox-inner{
	height:94px;
}
#benefits-table .titlebox h2{
	font-size:18px;
	padding-top:7px;
	color:#fff;
}
#benefits-lists td{
	vertical-align:top;
}
a.pro-button{
	display:block;
	text-indent:-9999em;
	background:url(images/pro-subscribe.png) 0 0 no-repeat;
	height:31px;
	width:154px;
	margin:0 auto;
}
a.pro-button:hover{
	background-position:0 -31px;
}
.basic a.pro-button{
	background-image:url(images/free-signup.png);
	width:77px;
}
.post-7300 #news-letter-form label{
	display:block;
}
.post-7300 #news-letter-form input[type="text"], .post-7300 #news-letter-form select{
	width:296px;
}
.post-7300 #news-letter-form #newsletter-submit{
	background: url("images/assess-submit.png") no-repeat scroll left bottom transparent;
	border:0;
	cursor:pointer;
	height: 21px;
	margin: 15px 0 0;
	padding: 0;
	text-indent: -9999px;
	width: 65px;
	float:right;
}
.post-7300 #news-letter-form #newsletter-submit:hover{
	background-position:left top;
}
.post-7300 .hentry{
	overflow:visible;
}
.page-id-7265 .titlebox h3{
	color:#5f5f5f;
	font-size:14px;
	margin:-1px 0 5px;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande"," Lucida Sans", Arial, sans-serif;
}
.page-id-7265 .pro .titlebox h3{
	color:#aed6fe;
}
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
#benefits-table th{
	border: 1px solid #d9d8d8;
	border-top: 2px solid #69a3de;
	border-bottom:0;
	padding: 17px 12px 15px;
	overflow:hidden;
	background:url(images/box-gradient.png) top left repeat-x;
}
#benefits-lists td{
	border-left:1px solid #d9d8d8;
	border-right:1px solid #d9d8d8;
	padding-left:12px;
	padding-right:12px;
}
#benefits-table .spacer{
	border:0;
	width:10px;
	padding:0;
	margin:0;
}
#benefits-table{
	margin-bottom:15px;
}
#corporate-pricing, #services-products{
	display:block;
	text-indent:-9999em;
	float:left;
	background:url(images/corporate-pricing.png) -4px 0 no-repeat;
	height:100px;
	width:483px;
}
#services-products{
	background:url(images/services-products.png) 0 0 no-repeat;
}

