@charset "UTF-8";

/* ===============================================

TOPSPOT IMS SCREEN STYLESHEET

--------------------------------------------------
AUTHOR(S): zak@topspotims.com
REVISION: 05/16/08
==================================================

COLOR TABLE

--------------------------------------------------

Red		#881d25
Gray	#7d7d7d

=================================================*/
.req, #quickForm label.error, #ContactForm label.error {color: red;font-size: 10px;}

/* ***************************************** Honeypots */

form .LastName {
    position: absolute;
    text-decoration: underline;
    background-color: #CC0000;
    left: 0px;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

body {
	background: #f0f1f3 url(../images/background.gif) repeat-x top left;
	text-align: center;
	font: normal 62.5% "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;	
	margin: 0;
	padding: 0;
	color: #333;
}

/*============================================ GLOBALS */

a  {
	color: #881d25;
	overflow: hidden;
	text-decoration: none;
}

a:hover {
	color: #4f4f4f;
	text-decoration: none;
}

h1 {
	padding: 0px 10px 5px 0px;
	margin-bottom: 10px;
	font-size: 1.5em;
	color: #333;
	display:block;
}

h2 {
	margin: .7em 0;
	font-size: 1.5em;
}

h2.IPAddress { font-size: 50px; font-weight: bold; line-height: 70px; margin-top: 40px; text-align: center; }

h3 {
	color: #000 !important;
}

p {
	line-height: 1.6;
	margin: 10px 0 0 0;
	font-size: 1.2em;
}

.clear {
	clear: both;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}
.resetList, .resetList li ul {
	margin: 0;
	padding: 0;
}

.resetList li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.B_crumbBox {
	font-size: 1em;
	display: block;
	padding: 5px 10px;
}
#googleChart p {
	margin: 0;
	padding: 0;
	display: none;
}

/*============================================ LAYOUT */

#wrapper {
	background: url(../images/wrapper-bg.png) repeat-y center top;
	text-align: left;
	width: 90em;
	padding: 0pt 11px 0 8px;
	margin: 0 auto;
}
 
#header {	
	height: 7.9em;
	position: relative;
	background: #FFF;
}

.logo {
	display: block;
	background: transparent url(../images/topspot-logo.png) no-repeat left top;
	width: 17.9em;
	height: 5.9em;
	text-indent: -9999px;
	margin: 10px;
}

.tollFree {
	position: absolute;
	top: 2em;
	right: 0px;
	/*width: 14.5em;*/
	font-weight: bold;
	color: #79081a;
	font-size: 1.6em;
	text-align:right;	
	margin-right:14px;
	line-height:36px;
}

#globalNav {
	padding: 15px 9px;
	float: right;
}

#globalNav li {
	float: left;
	margin: 0 5px;
	display: block;
	padding: 0 0 0 12px; 
	background: transparent url(../images/green-arrow.gif) no-repeat center left;
}

#globalNav li a {
	color: #000;
}

#breadcrumbs {
	background: #d7d7d7; 
	margin-left: 9px;
	width: 87.7em;
	height: 2em;
}

.more {
	float: left;
	display: block;
	padding-right: 15px;
	width: auto;
	background: transparent url(../images/red-arrow.gif) no-repeat center right;
	font-weight: bold;
}

/*============================================ PRIMARY NAV */

div#primaryNavWrapper {
	height: 3.1em;
	padding: 0;
	background: #FFF url(../images/nav_bg.gif) repeat left center;
	position: relative;
}

#primaryNav { /* JDW - IE8 fix... */
	position: absolute;
	left: 0;
}

#primaryNav li.last {
	border: none;
}

#primaryNav a {
	display: block;
	font-size: 1em;
	padding: 10px 9px 8px;
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
	border-right: solid 1px #FFF;
	line-height: 1.3;
}

#primaryNav a:hover {
	color: #FFF;
	background: transparent url(../images/hover-bg.png) repeat top left;
}

#primaryNav li { /* all list items */
	float: left;  
}

#primaryNav .last ul {
	right: auto;
}

#primaryNav li ul { /* second-level lists */
	position: absolute;
	width: 11.5em;
	left: -999em; /* using left instead of display to hide menus because display none isn't read by screen readers */
}

#primaryNav li ul li { /* second-level lists */
	margin: 0;
	padding: 0;
}

#primaryNav li ul .last a {
	border: none;
}

#primaryNav li ul li a {
	width: 21em;
	line-height: 1.2;
	background: transparent url(../images/dropdown-bg.png) repeat center top;
	border-right: none;
	border-bottom: solid 1px #000;
	padding: 5px;
	margin: 0;
	height: 1.35em;
}
p.contact-callout {
        border: 1px solid #b0b0b0;
        clear: both;
        color: #393939;     /* adjust accordingly */
        font-size: 12px;  /*adjust accordingly*/
        font-weight: 700;
        line-height: 1.2;
        padding: 0.5em;
        text-align: center;
        width: 80%;
        margin: 15px 20px 10px;
        display: block;
        float: left;
}
        p.contact-callout a.emphasis {
               color: #000;
               display: block;
               text-decoration: underline;
               text-transform: uppercase;
        }


#primaryNav li ul li a:hover{
	background: transparent url(../images/hover-bg.png) repeat-x top left;
}

#primaryNav li:hover ul ul, #primaryNav li.sfhover ul ul {
	left: -999em;
}

#primaryNav li:hover ul, #primaryNav li li:hover ul, #primaryNav li.sfhover ul, #primaryNav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#primaryNav li:hover, #primaryNav li.hover { /*fix for IE7 suckerfish sticky menus */
    position: static;
}

/*============================================ SEARCH BOX */

#search-input {
	float: right;
	background: transparent url(../images/searchbar.gif) no-repeat left top; 
	width: 131px;
	height: 14px;
	margin: 7px 6px 0 0;
	padding: 2px;
	border: none;
	font-size: .9em;
}
#search-input.focus {
	border: none;
}
fieldset, #primaryNavWrapper form {
	border: none;
	padding: 0;
	margin: 0;
}
label {
	float: right;
	margin: 0;
	padding: 0;
}
#search-submit {
	display: none;
	width: 1.4em;
	height: 1.6em;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
}

.ajaxSearch_result {
	overflow: auto;
	border-bottom: 1px dashed #d4d4d4;
	padding: 3px 0 15px;
}
.ajaxSearch_resultLink {
	font-size: 1.4em;
}

/* ***************************************** AJAX Search Results Styles */

.ajaxSearch_result {
    font-size: 1.2em;
    border-bottom: 1px solid #a6a3a9;
}
    .ajaxSearch_result p {
        font-size: .9em;
    }
.ajaxSearch_resultLink {
    display: block;
    padding: 3px 0;
    font-size: 1.3em;
}
.ajaxSearch_resultsInfo {
    display: block;
    border-bottom: 1px solid #636363;
}
.ajaxSearch_resultDescription {
    margin: 0;
    padding: 0;
    font-style: italic;
}
.ajaxSearch_highlight {
    background: #fffbb9;
}


/*============================================ SIDENAV */

#sideNav {
	width: 15em;
	display: inline;
	float: left;
	border: dotted 1px #c0c0c0;
	padding: 7px;
	margin: 10px; 
}

	#sideNav ul{
		list-style: none;
		padding: 0;
		margin: 5px 0;
	}
	
	#sideNav ul li {
		margin: 7px 0;	
		font-size: 1.1em;
	}
	
	#sideNav ul li a {
		color: #881D25;
	}
	
	#sideNav ul li a:hover {
		color: #4f4f4f;
	}
#sideNav ul a.current {
	color: #4f4f4f;
}


/*============================================ CONTENT */



/*========================================== PORTFOLIO */

#portfolio #Development ul.layouts {
	margin: 0;
	overflow: hidden;
}

#portfolio #Development img {
	padding: 5px;
}
#portfolio #Development ul li {
	display: inline;
	float: left;
	margin-bottom: 0.5em;
	padding: 0;
	width: 21em;
	margin-right:7px;
}

#portfolio #Development ul p a {
	text-decoration: underline;
}

#portfolio #Development ul li.left {
	/*clear: left;*/
	/*margin-right: 1em;*/
}


/*=================== BILLBOARDS */

.homeBillboard, .billboard, .smallbillboard {
	height: 21em;
	text-indent: -9999px;
	margin: 4px auto 5px;
	padding: 0;
}

.billboard {
	height: 15.9em;
}

.smallbillboard {
	height: 8.1em;
}

#general { background: #FFF url(../images/general.jpg) no-repeat top center; }

#googleChart { background: #FFF url(../images/banner.jpg) no-repeat top center; }

#semBanner { background: #FFF url(../images/internetmarketing.jpg) no-repeat top center; }

#smallsemBanner { background: #FFF url(../images/smallinternetmarketing.jpg) no-repeat top center; }

#trackingBanner { background: #FFF url(../images/tracking.jpg) no-repeat top center; }

#smalltrackingBanner { background: #FFF url(../images/smalltracking.jpg) no-repeat top center; }

#websiteBanner { background: #FFF url(../images/websitedesign.jpg) no-repeat top center; }

#smallwebsiteBanner { background: #FFF url(../images/smallwebsitedesign.jpg) no-repeat top center; }

#consultingBanner { background: #FFF url(../images/consulting.jpg) no-repeat top center; }

#smallconsultingBaner { background: #FFF url(../images/smallconsulting.jpg) no-repeat top center; }


/*=============== END BILLBOARDS */


#contentWrapper {
	background-color: #FFF;
}

#content{
	float: left;
	border-right: solid 1px #e7e7e7;
}

#homeInnerWrapper {
	width: 69.3em;
	padding: 0 5px 12px 10px;
}
#homeInnerWrapper .contentWrap {
	padding: 7px;
	background: transparent url(../images/home_title_content_bg.gif) bottom no-repeat;
}
#homeInnerWrapper h1 {
	background: transparent url(../images/home_title_bg.gif) left no-repeat;
	padding: 3px 7px;
	margin-bottom:0px;
}
#homeInnerWrapper h1 span {
	background: transparent url(../images/home_title_bg_right.gif) right no-repeat;
}

#innerWrapper {
	/*width: 50em;*/
	width: 52em;
	/*padding: 0 5px 12px 10px;*/
	padding: 0 10px 12px 0;
}


#innerWrapper #buckets {
	padding: 20px 0;
	margin: 0;
}

#innerWrapper #buckets li ul {
	padding: 0;
	margin: 0;
}

#innerWrapper ul, #innerWrapper ol {
	margin: 0 20px;
	padding: 0;	
}

#homeInnerWrapper ul li, #innerWrapper li {
	font-size: 12px;
	line-height: 1.6;
	padding: 5px 5px;
}


#bucketWrapper {
	width: 693px;
	margin-top: 20px;
	padding-top: 15px;
	font-size: .9em;
	background: #fff url(../images/buckets_bg_top.gif) top no-repeat;
}
ul#buckets {
	padding: 5px 0;
	background: transparent url(../images/buckets_bg.gif) bottom no-repeat;
	overflow: auto;
}

#homeInnerWrapper #buckets li{
	float: left;
	padding: 6px 10px;
	width: 32em;
	font-size: 1.1em;
	height: 17em; 
	overflow: hidden;
}

#buckets li h2 {
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 1.4em;
	color: #333;
}
#buckets li p {
	margin: 0;
}

#buckets li ul li {
	float: none;
	background: none;
	font-size: 1em;
	padding: 4px 0;
	font-size: .9em;
}

#buckets li ul li a {
	color: #881d25;
}


#wrapper img {
	padding: 10px;
	border: solid 1px #CCC;
}

/*============================================ SIDEBAR */

#sideBar {
	width: 16em;
	float: left;
	margin: 10px 0px 0px 10px;
}

.sideBarBox {
/*
	border: solid 1px #c0c0c0;
	border-top: none;
	margin-bottom: 10px;
*/
	margin-bottom: 15px;
}
.sideBarBox div {
	margin: 0 0 10px;
	padding: 7px 0 0;
	border: solid 1px #c0c0c0;
	border-top: none;
}
	.sideBarBox div p.ditto_pageTitle{
		padding-left:10px;
		margin-top:2px;
		margin-bottom:10px;
		font-size:9pt;
		line-height:16px;
	}
		.sideBarBox div ul li{
			padding:0px;
			list-style-type:none;
		}
.sideBarBox h2 a{
	color:#ffffff;
}

#sideBar h2 {
	margin: 0;
	background: #161616 url(../images/sidebar_bg_tl.gif) top left no-repeat;
	font-size: 1.2em;
	color: #fff;
	font-weight: normal;
}
#sideBar h2 span {
	display: block;
	background: transparent url(../images/sidebar_bg_tr.gif) top right no-repeat;
	padding: 6px;
	/*margin: 15px 0 0;*/
}
#sideBar img {
	margin: 0;
	padding: 0;
	border: none;
}



.sideHeading {
	background: #016270;
}

#sideBar ul li{
	margin: 10px 5px;
	padding-left: 35px;
	line-height: 2;	
	font-size: 1.2em;
/* 	color:  */
}

#sideBar ul li.rfq {
	background: transparent url(../images/rfq.gif) no-repeat top left;
	height: 2.3em;
	margin: 10px 8px;
}

#sideBar ul li.ask {
	background: transparent url(../images/askquestion.gif) no-repeat top left;
	height: 2.5em;
}

#sideBar ul li.email {
	background: transparent url(../images/email.gif) no-repeat top left;
	height: 2.5em;
}
#sideBar ul li.call {
	background: transparent url(../images/click2call.gif) no-repeat top left;
	height: 2.5em;
}

.pageCurl {
	margin-bottom: 15px;
	padding: 0 7px;
}

.pageCurl a img{
	margin: 2px 10px;
	/* 	border: none; */
}

.omsLogo {
	display: block;
	background: transparent url(../images/oms-logo.png) no-repeat top left;
	width: 133px;
	height: 36px;
	text-indent: -9999px;
	margin: 5px auto;
	
}


/*============================================ QUICKRFQ */

#quickForm {
}

#quickForm fieldset {
	border: none;
	margin: 0px;
	padding: 0px 7px;
}

#quickForm input, #quickForm textarea {
	border: solid 1px #a3a3a3;
	margin-bottom: 5px;
	padding: 4px;
	font: normal 1.2em "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;	
	width: 10em;
}

#quickForm textarea {
	height: 7em;
	width: 10em;
}

legend {
	padding-bottom: 4px;
}

#quickForm label {
	display: block;
	float: left;
	padding-right: 5px;
	font-size: 1.1em;
	color: #000;
}

#quickForm .submitbtn {
	background: #8C0B05;
	width: 7.3em;
	height: 2.5em;
	margin-top: 5px;
	border: none;
	color: #fff;
	font-size: 10px;
	cursor: pointer;
}

#quickForm .submitbtn:hover {
	background: #000;
	cursor: pointer;
}
/*============================================ CONTACT FORM */

#contactUs {
	margin: 0;
	padding: 0;
	width: 350px;
	float: left;
}

#contactUs fieldset {
	width: 350px;
	border: none;
	margin-top: 10px;
	
}

#contactUs label {
	float: left;
	clear: both;
	margin-top: 2px;
	padding: 0;
	width: 65px;
	text-align: right;
	font-size: 1.1em;
	font-weight: bold;
}

#contactUs input, #contactUs textarea {
	float: left;
	margin: 0 0 15px 15px;
	padding: 3px;
	width: 250px;
	border: 1px #7d7d7d solid;
	font: normal 1.2em "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;	

}

#contactUs select {
	float: left;
	margin: 0 30px 10px 15px;
	padding: 3px;
	border: 1px #7d7d7d solid;
	width: auto;
}

#contactUs textarea {
	height: 150px;
}

#contactUs input.userSubmit {
	margin: 0 0 0 80px;
	padding: 5px;
	width: 75px;
	color: #fff;
	font-size: 1.3em;
	background: #8C0B05;
	border: none;
}

#contactUs input.userSubmit:hover {
	background: #000;
	cursor: pointer;
}

#contactInfo {
	width: 300px;
	float: right;
	margin-right: 10px;
}

/*============================================ FOOTER */

#footer {
	color: #FFF;
	height: 3.1em;
	background: #FFF url(../images/nav_bg.gif) repeat-x left center;
	padding: 0;
}

#footer p { 
	float: left;
	margin: 0;
	padding: 7px 0 0 10px;
	font-size: 1.1em;	
}

#footer ul .last {
	margin-right: 10px;	
}

#footer ul {
	float: right;
	padding: 2px 0 0;
}

#footer ul li{
	float: left;
	height: 1.8em;
	padding: 7px 2px 0pt 2pt;
}

#footer li a {
	color: #FFF;
/* 	border-right: solid 1px #FFF; */
	padding: 0 5px;
}

#footer .lastLink { border: none; }

#design-btn{ background:transparent url(../images/design-btn.png) no-repeat top left; width:138px; height:30px; display:block; text-indent:-999em;}
#design-btn:hover{ background-position:0 -32px;}

/*============================================ NEW PROJECT WORKSHEET */
#worksheet{
	/* width: 450px; */
}

#worksheet label {
	display: block;
/* 	margin-bottom: 5px; */
	float: none;
	color: #676767;
}

#worksheet h2{
	margin-bottom: 0;
	padding-bottom: 5px;
	font-size: 1.8em;
	border-bottom: 1px solid #ccc;
}

#worksheet p {
	margin-bottom: 10px;
}
#worksheet textarea {
	width: 380px;
	height: 85px;
}
#worksheet input, #worksheet textarea {
	margin-bottom: 15px;
	border: 1px solid #666;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #FDFDFD;
}

#worksheet table th {
	/* text-align: center; */
	padding-left: 10px;
}
#worksheet table td {
	vertical-align: top;
	padding: 0 10px;
}

#worksheet table td.list-numbers{
	padding-top: 7px;
}

#worksheet fieldset {
	border: none;
}

#worksheet #general-info {
	border: none;
}
/*
	#worksheet #general-info label, #worksheet #general-info input {
		float: left;
		margin-right: 10px;
	}
*/
#worksheet input.submit {
	margin-top: 10px;
	cursor: pointer;
	background: #600;
	color: #FFF;
	font-weight: bold;
	float: left;
}
	#worksheet input.submit:hover {
		background: #FDFDFD;
		color: #600;
	}
	
#newsEvents{
	padding:0px;
	list-style-type:none;
	margin-top:0px;
}
#newsEvents li h2{
	margin-bottom:5px;
	margin-top:5px;
}
		#newsEvents li h2 a{
			font-size:12pt;
		}
#newsEvents li p{
	margin-top:0px;
	margin-bottom:5px;
	font-size:9pt;
}
	#newsEvents li p.published{
		font-weight:bold;
	}
	
	
#nominationForm{
	margin:20px 0px 0px 20px;
}
	#nominationForm p{
		margin-bottom:20px;
	}
	#nominationForm span.req{
		color:red;
	}
#nominationForm label{
	display:block;
	float:none;
	font-size:12pt;
	font-weight:bold;
}
#nominationForm input, #nominationForm textarea{
	font-size:12pt;
	padding:4px;
	width:225px;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
}
#nominationForm textarea{
	display:block;
	width:350px;
	height:9em;
}
#nominationForm input.submitBtn{
	cursor:pointer;
}

ol#sponsor-opp { list-style: none; padding: 0; }

li.sponsorLevel { font-size: 14px; background-color: #EEEEEE; border-bottom: 2px solid #FFFFFF; margin-top: 10px; padding: 10px 5px; }

span.red-text { color: #8D0005; }


/*************************** 
* Google Event Landing Page
* Added 27 June 2011
* Author: Sal Baldovinos
****************************/
#google-event {
	width: 870px;
	height: 156px;
	background: url(/images/banner-google.jpg) no-repeat;
	margin: 10px auto;
	text-indent: -9999px;	
}

#content-google {
	width: 540px;
	float: left;
	margin: 1em 0 0 20px;
}

#sidebarGoogle {
	float: right;
	width: 280px;
     text-align:center;
     margin:1em 20px 0;
}
#signUp {
    display:block;
    width:214px;
    height:60px;
    text-indent:-9999px;
    margin:0 auto 1em; 
    background:url(/images/btn-signup.jpg) no-repeat;
}
	#signUp:hover {
		background: url(/images/signup-hover.jpg) no-repeat;
	}
#sidebarGoogle h3 {
    font-size:19px;
    text-transform:uppercase;
    margin:0;
}
    #sidebarGoogle h3 span {color:#8e0303;}

#sidebarGoogle p {
    margin:0 0 1em;
    color:#4c4c4c;
    font-size:14px;
    text-transform:uppercase;
}

#dayInfo {
    text-indent:-9999px;
    width:279px;
    height:283px;
    background:url(/images/sidebar-day-bg.jpg) no-repeat;
}
#topics {
    background:url(/images/topics-bg.jpg) no-repeat;
    width:534px;
    height: 143px;
    color:#3d3c3f;
    text-transform:uppercase;
}
    #topics ul {
        padding:20px 0 0 30px;
    }
    	#topics li {font:bold 18px Arial, Helvetica, sans-serif;}
        #topics li.first {
            list-style-image:url(/images/bullet-1.jpg);
        }
        #topics li.mid {
            list-style-image:url(/images/bullet-2.jpg);
        }
        #topics li.last {
            list-style-image:url(/images/bullet-3.jpg);
        }
         
#breakfastInfo {
    -webkit-box-shadow: 0px 0px 5px 0px #888888;
    -moz-box-shadow: 0px 0px 5px 0px #888888;
    box-shadow: 0px 0px 5px 0px #888888; 
    padding:2px;
    margin:1em 0;
}

#breakfastWrap {
    background:#8d191b;
    padding:5px;
    color:#fff;
    text-align:center;
}
#breakfastWrap h2 {
    margin:0 auto;
    font:normal 18px "Century Gothic",Helvetica, Arial,sans-serif;
    text-transform:uppercase;
}

#breakfastWrap p {
    font-size:14px;
    margin:0 0 1em;;
}
#breakfastDetails {
    background:#fff;
    padding:10px 5px;
    margin:0 5px;
    color:#000;
    overflow:hidden;
    text-align:left;
}
#breakfastDetails p {
   font:14px "Myriad Pro", arial,helvetica, sans-serif;
}
#breakfastDetails .left {
    float:left;
    width:50%;
}
#breakfastDetails .right {
    float:right;
    width:50%;
}

#googlePresenters {
    overflow:hidden;
    clear:both;
    margin:1em 20px;
    background:#e5e5e5;
    text-align:center;
}
#googlePresenters img {
    border:none;
    padding:0;
}
#googlePresenters h2 {
    background: #f2f2f2; /* Old browsers */
    background: -moz-linear-gradient(top, #f2f2f2 0%, #d1d1d1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#d1d1d1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f2f2f2 0%,#d1d1d1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f2f2f2 0%,#d1d1d1 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f2f2f2 0%,#d1d1d1 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#d1d1d1',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #f2f2f2 0%,#d1d1d1 100%); /* W3C */
    padding:10px 0;
    margin:0;
    font-size:14px;
    text-transform:uppercase;
    color:#7e1417;
}
#presenters {
    overflow:hidden;
    margin:2em 60px;
}
#presenters .presenter {
    float:left;
    margin:0;
    padding:0 20px;
    border-right:1px solid #969696;
    border-left:1px solid #fff;
    width:310px;
    text-align:left;
}

#presenters .first {
   border-left:none;
}
#presenters .last {
   border-right:none;
   padding-right:0;
   padding-left: 75px;
}
.presenter img {
    -webkit-box-shadow: 0px 0px 5px 0px #888888;
    -moz-box-shadow: 0px 0px 5px 0px #888888;
    box-shadow: 0px 0px 5px 0px #888888;
    float:left;
    margin:0 20px 0 0;
}

.presenter p.title {
    font-size:12px;
    margin:55px 0 0;
    color:#7e1417;
    font-weight: bold;
}
.presenter p {
    margin:0;
    color:#000;
    font-size:11px;
}

.presenter p span {
    font-size:10px;
}
#sideBar #socialBar {width: 55px; list-style: none;}
#sideBar #socialBar li {padding: 0; margin: 0; float: left; width: 16px; margin-right: 2px;}
#sideBar #socialBar li a {display: block; background-image: url(../images/social/socialtoolbar.png);background-repeat: no-repeat; height: 16px;}
#sideBar #socialBar li a.emailButton {background-position:0px 0px;}
#sideBar #socialBar li a:hover.emailButton {background-position:0px -16px;}
#sideBar #socialBar li a.printButton  {background-position:-19px 0px;}
#sideBar #socialBar li a:hover.printButton  {background-position:-19px -16px;}
#sideBar #socialBar li a.twitterButton {background-position:-38px 0px;}
#sideBar #socialBar li a:hover.twitterButton {background-position:-38px -16px;}	
#sideBar .socialLineOne {margin-bottom: 5px; margin-left: -39px;}
#sideBar .social-bar-container {width: 130px; margin: 0 0 10px 0; padding: 0;}
}


