@charset "utf-8";
/* CSS Document */

/* TEXT STYLES */
a:hover{
    background-color: transparent !important;
}

h2 {
	background-image: url('/visuals/shared/e11/layoutImages/h2_yellow.png') !important;
	background-position:left top!important;
	background-color:transparent !important;
	background-repeat: no-repeat !important;
    color: #514f26 !important;
    border-bottom:none !important;
    letter-spacing: .25px;
    margin-bottom: 8px;
    margin-top: 15px;
    padding-left: 20px !important;
	font-weight:bold !important;
}

h3 {
	background-image:none !important;
	border-bottom:none !important;
	color:#04788f !important;
	font-weight:bold;
	padding-bottom: 5px !important;
}

ul {
	margin-left: 30px !important;
	list-style:circle;
}

/* LAYOUT STYLES */

#headerBanner {
	/*background-image: url('/visuals/shared/e11/layoutImages/E11_HomePageHeader.jpg') !important;*/
	width:747px;
	height:212px;
}

#rightColumn {
	padding-left: 30px;
	width: 275px;
	float:right;
}

#rightColumn h2 {
	background-image: url('/visuals/shared/e11/layoutImages/h2_blue.png') !important;
	background-position:left top!important;
	background-color:transparent !important;
	background-repeat: no-repeat !important;
    color: #514f26 !important;
    border-bottom:none !important;
    letter-spacing: 1px;
    margin-bottom: 5px;
    margin-top: 1px;
    padding-left: 20px !important;
}

#rightColumn a{
	text-decoration:none !important;
	color:#900;
}

#rightColumn .speakersWrapper{
	width: 275px !important;
	border-top:5px !important;
	border-top-color:#00788a !important;
	border-top-style:solid !important;
	margin: 0 auto 20px auto !important;
}

.speakers{
	width: 260px !important;
	min-height: 135px !important;
	border-bottom:medium !important;
	border-bottom-color:#b2bb1c !important;
	border-bottom-style:dotted !important;
	margin: 5px auto 0 auto !important;
	padding: 10px 0px 0px 0px !important;
}

.speakers img{
	float:left;
	padding: 0px 7px 0px 10px !important;
}

.speakers p{
	font-size:16px;
}

#rightColumn .corpWrapper{
	width: 275px !important;
	border-top:5px !important;
	border-top-color:#b20838 !important;
	border-top-style:solid !important;
	margin: 0 auto 20px auto !important;
}

.corp{
	width: 210px !important;
	/*min-height: 25px !important;*/
	margin: 15px auto 0 auto !important;
	/*padding: 10px 0px 0px 0px !important;*/
	padding: 0px 20px 0px 20px !important;
	border-left:medium;
	border-left-color:#d0d0d0;
	border-left-style:dotted;
	border-left-width:medium;
	border-right:medium;
	border-right-color:#d0d0d0;
	border-right-style:dotted;
	border-right-width:medium;
/*	border-radius: 20px;
  	-moz-border-radius: 20px;
  	-webkit-border-radius: 20px;*/
}

.corp p{
	font-size:14px;
}

.corp ul{
	margin-left: 25px !important;
}

#rightColumn .followWrapper{
	width: 275px !important;
	border-top:5px !important;
	border-top-color:#b1bb1c !important;
	border-top-style:solid !important;
	margin: 0px auto 20px auto !important;
}

.follow{
	width: 260px !important;
	min-height: 25px !important;
	margin: 0px 0px 0px 8px !important;
	padding: 10px 0px 0px 5px !important;
}

.leftFloat {
	border: 5px !important;
	border-style:solid !important;
	color:#00788a !important;
	float:left;
	margin: 0px 7px 3px 0px;
	border-radius: 3px;
  	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;

}

#textCallOut {
	width: 420px;
	min-height: 155px;
	height:auto;
	margin: 25px 0px 0px 20px;
}

#textCallOut .row{
	width: 400px;
	height:50px;
}

#textCallOut .leftSide {
	width:70px;
	text-align:right !important;
	float:left;
	height:50px;
	margin-right:.3em;
}

#textCallOut .rightSide {
	width:auto;
	text-align:left !important;
/*	padding-left:.35em; */
	height:50px;
}

#callToAction {
	text-weight:bold;
	font-style:italic;
	font-size:16px;
	padding:10px 10px 10px 10px;
	margin:30px 0px 30px 35px;
	width:350px;
	border-top:1px;
	border-top-style:dotted;
	border-top-color:#900;
	border-bottom:1px;
	border-bottom-style:dotted;
	border-bottom-color:#900;
}

.sponsorOpps {
	width: 270px !important;
	margin: 0px 10px 10px 40px !important;
	padding: 20px 15px 10px 15px !important;
	border-left:medium;
	border-left-color:#999;
	border-left-style:solid;
	border-left-width:medium;
	border-right:medium;
	border-right-color:#999;
	border-right-style:solid;
	border-right-width:medium;
	border-radius: 20px;
  	-moz-border-radius: 20px;
  	-webkit-border-radius: 20px;
	float:right;
background: rgb(255,252,252); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,252,252,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(255,252,252,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,252,252,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(215,222,227,1)), color-stop(100%,rgba(255,252,252,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,252,252,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(255,252,252,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,252,252,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(255,252,252,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(255,252,252,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(255,252,252,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcfc', endColorstr='#fffcfc',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(255,252,252,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(255,252,252,1) 100%); /* W3C */
}

.sponsorOpps p{
	font-size:14px;
	line-height:19px;
}
/* CIO and Hawkins Roundtable Styles */

.cioQuote {
	width: 210px !important;
	margin: 20px auto 10px auto !important;
	padding: 10px 15px 10px 15px !important;
	border-left:medium;
	border-left-color:#999;
	border-left-style:solid;
	border-left-width:medium;
	border-right:medium;
	border-right-color:#999;
	border-right-style:solid;
	border-right-width:medium;
	border-radius: 20px;
  	-moz-border-radius: 20px;
  	-webkit-border-radius: 20px;
}

.cioQuote p{
	font-style:italic;
	font-size:14px;
	color:#666;
	line-height:20px;
}

#cioStatWrapper{
	margin: 0px 0px 15px 10px;
	height:180px;
	width:430px;
}
#cioStat{
	padding: 25px 0px 0px 0px;
	width:auto;
}
#cioStatImage{
	float:left;
	width:180px;
	height:180px;
	padding-right:8px;
}

#HLRLeftCol{
	width:350px;
}

#HLRRightCol{
	width:350px;
	float:right;
}

/* SOCIAL MEDIA STYLES */

a.socialMedia {
	text-decoration: none;
	border: 0px solid black;
	width: 32px;
	height: 34px;
	float: left;
	display: block;
	margin: 2px;
	background: transparent url("/visuals/shared/e11/layoutImages/socialMedia.png") 0px 0px no-repeat;
	padding: 0px !important;
}

.socialMedia.blog {
	background-position: -1px 0px;
}

.socialMedia.facebook {
	background-position: -33px 0px;
	width: 31px;
}

.socialMedia.twitter {
	background-position: -64px 0px;
}

.socialMedia.youTube {
	background-position: -96px 0px;
}

/*.socialMedia.vimeo {
	background-position: -128px 0px;
}*/

.socialMedia.flickr {
	background-position: -130px 0px;
	width: 32px;
}

.socialMedia.linkdIn {
	background-position: -162px 0px;
	width: 32px;
}

.socialMedia.finder {
	background-position: -194px 0px;
	width: 32px;
}
