/*//---------------------------------------------*/
/*// Specification: CSS 2.1						 */
/*//											 */
/*//---------------------------------------------*/

@font-face {
    font-family: 'arial_blackregular';
    src: url('./fonts/arial-black/arial_black-webfont.eot');
    src: url('./fonts/arial-black/arial_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/arial-black/arial_black-webfont.woff') format('woff'),
         url('./fonts/arial-black/arial_black-webfont.ttf') format('truetype'),
         url('./fonts/arial-black/arial_black-webfont.svg#arial_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

div.OSeditRegion { position: relative !important;}
/*//---------------------------------------------*/
/*// Body & Content Settings					 */
/*//---------------------------------------------*/

html {
	overflow-y: scroll;
}

body {
	background-color: #000000;
	color: #3a3a3a;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

#bos-site-container {
	margin: 0 auto;
	min-width: 1030px; /* prevent background from disappearing on small windows during horizontal scrolling */
}

#bos-site {
	background-color: #ffffff;
}

#bos-site-head {
	background-color: #dddddd;
	background-image: url('../images/header-bg.png');
	background-position: left bottom;
	background-repeat: repeat-x;
	float: left;
	width: 100%;
	height: 80px;
}

#bos-site-head .bos-site-content,
#bos-site-mid .bos-site-content {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 960px;
}

#bos-site-mid {
	background-color: #ffffff;
	background-image: url('../images/blue-bg.jpg');
	background-position: center top;
	background-repeat: repeat-x;
	clear: both;
}

/*//---------------------------------------------*/
/*// Header Settings							 */
/*//---------------------------------------------*/

#bos-header-container {
	float: left;
	width: 398px;
}

#bos-header {
	margin-right: auto;
	margin-left: auto;
}

#bos-header .bos-content {
	padding: 10px 0;
}

a.bos-site-logo {
	display: block;
	height: 55px;
	width: 398px;
}

#searchForm {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 24px;
	text-align: right;
}

#searchForm .search-bar {
	background: #F6F6E5 url('../images/go-btn.gif') no-repeat 0 0;
	border-radius: 5px 0 0 5px;
	border: 0px;
	height: 19px;
	padding: 0 0 0 22px;
	width: 90px;
	margin-bottom: 0;
}

#searchForm .search-go {
	background: #F6F6E5;
	border-radius: 0 5px 5px 0;
	border: 0;
	height: 19px;
	margin: 0;
	padding: 0;
	width: 10px;
}

.search-table {border: none;border-collapse: collapse;padding: 0;margin: 0;float: right;}
.search-table td {border: none;border-collapse: collapse;padding: 0;margin: 0;}

.head-content, .head-content img {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#searching #keywords {width: 120px;}
#searching input {
	padding: 2px 5px;
	font-size: 12px;
}

/*//---------------------------------------------*/
/*// Navigation Settings						 */
/*//---------------------------------------------*/

#bos-global-nav-container {
	font-size: 14px;
	float: right;
	width: 500px;
}

#bos-global-nav {
	margin-right: auto;
	margin-left: auto;
}

.bos-top-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 150;
}

.bos-top-nav li {
	float: left;
	height: 24px;
	letter-spacing: 0;
	line-height: 24px;
}

.bos-top-nav li a {
	background: url('../images/nav-div.png');
	background-position: right center;
	background-repeat: no-repeat;
	color: #fff;
	display: block;
	font-size: 0.9em;
	height: 24px;
	line-height: 24px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	text-decoration: none;
}

.bos-top-nav li.bos-first a {
	padding-left: 0;
}

.bos-top-nav li.bos-last a {
	background: none;
	padding-right: 0;
}

.bos-top-nav li a:hover {
	color: #318FCC;
}

.bos-top-nav li a.loginBtn {
	background: url("../images/lockIcon.png") no-repeat scroll left center transparent;
	margin-left: 5px;
	padding-left: 27px;
	text-decoration: none;
}
.bos-top-nav li a.loginBtn:hover {
	background: url("../images/lockIconOver.png") no-repeat scroll left center transparent;
	color: #318FCC;
}

/* 2nd level */

.bos-top-nav li ul {
	background-color: #dddddd;
	border-right: none;
	border-left: none;
	-moz-box-shadow: 1px 1px 10px #999;
	-webkit-box-shadow: 1px 1px 10px #999;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=2);
	box-shadow: 1px 1px 10px #999;
	left: -999em;
	position: absolute;
}

.bos-top-nav li ul li {
	border-top: 1px solid #eeeeee;
	border-right: none;
	border-bottom: 1px solid #cccccc;
	border-left: none;
	float: none;
	height: auto;
	line-height: normal;
}

.bos-top-nav li ul li a {
	font-size: .9em;
	height: auto;
	line-height: normal;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	text-align: left;
}

.bos-top-nav li:hover ul {
	left: auto;
}


#bos-local-nav-container {
	background-color: #eeeeee;
	background-image: url('../images/nav-bg.gif');
	background-position: left bottom;
	background-repeat: repeat-x;
}

#bos-local-nav {
	height: 41px;
	line-height: 41px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}

.bos-side-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.bos-side-nav li {
	float: right;
	height: 41px;
	line-height: 41px;
}

.bos-side-nav li a {
	color: #333333;
	display: block;
	height: 41px;
	line-height: 41px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
}

/* 2nd level */

.bos-side-nav li ul {
	background-color: #dddddd;
	border-right: none;
	border-left: none;
	-moz-box-shadow: 1px 1px 10px #999;
	-webkit-box-shadow: 1px 1px 10px #999;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=2);
	box-shadow: 1px 1px 10px #999;
	left: -999em;
	position: absolute;
	z-index: 1000;
}

.bos-side-nav li:hover ul {
	left: auto;
}

.bos-side-nav li ul li {
	border-top: 1px solid #eeeeee;
	border-right: none;
	border-bottom: 1px solid #cccccc;
	border-left: none;
	float: none;
	height: auto;
	line-height: normal;
}

.bos-side-nav li a:hover {
	color: #0057AF;
}

/* custom styles for sub nav */

.local-nav-left {
	float: left;
	font-size: 140%;
}

.bos-side-nav .local-nav-left li a{
	padding-left: 0em;
	color: #777777;
}

.bos-side-nav .local-nav-left li a:hover{
	color: #318fcc;
}

.local-nav-right {
	float: right;
	font-size: 95%;
	color: #333333;
}

.bos-side-nav .local-nav-right li a{
	color: #333333;
	font-size: 90%;
	font-weight: bold;
}

.bos-side-nav .local-nav-right li a:hover{
	color: #318fcc;
}


/*//---------------------------------------------*/
/*// Content Settings							 */
/*//---------------------------------------------*/

.w650 {width: 651px;}

#bos-site-mid .bos-site-content {
	border-radius: 20px;
	margin-top: 29px;
}

#bos-content-container {
	width: 960px;
}

#bos-content {
	padding-bottom: 2px;
}

#bos-content .bos-content{
	background: #fff;
	border-radius: 20px 20px 0 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

.bos-grid-2col-l .bos-grid-r {
	width: 350px;
}

.bos-grid-2col-l .bos-grid-l {
	width: 610px;
}

.bos-grid-2col-l .bos-grid-r .bos-grid-content {
	padding: 0;
}

.bos-grid-3col .bos-grid-l, .bos-grid-3col .bos-grid-r, .bos-grid-3col .bos-grid-c {
	border: 1px solid #b2b2b2;
	border-radius: 10px;
	color: #003469;
	width: 302px;
}
.bos-grid-3col .bos-grid-r {margin: 10px 12px 15px 0;}
.bos-grid-3col .bos-grid-c {margin: 0 12px 15px;box-shadow: 0 0 10px #999;}
.bos-grid-3col .bos-grid-l {margin: 10px 0 15px 12px;}

.bos-grid-3col .bos-grid-r .bos-grid-region {background: url('../images/blue-pat.gif');
	border-radius: 10px;}
.bos-grid-3col .bos-grid-l .bos-grid-region {background: url('../images/blue-pat.gif');
	border-radius: 10px;}

.blue-title {
	background: url('../images/blue-pack.png');
	color: #fff;
	font-family: "Arial Black", "arial_blackregular", "Arial Bold", Gadget, sans-serif;
	font-size: 1.3em;
	height: 56px;
	line-height: 20px;
	padding: 10px 0 0 0;
	text-align: center;
}
.blue-title span {color: #fef038;text-shadow: 1px 1px 1px #000;}

.green-title {
	background: url('../images/green-pack.png');
	color: #fff;
	font-family: "Arial Black", "arial_blackregular", "Arial Bold", Gadget, sans-serif;
	font-size: 1.3em;
	height: 56px;
	line-height: 20px;
	padding: 10px 0 0 0;
	text-align: center;
}
.green-title span {color: #fef038;text-shadow: 1px 1px 1px #000;}

.purp-title {
	background: url('../images/purp-pack.png');
	color: #fff;
	font-family: "Arial Black", "arial_blackregular", "Arial Bold", Gadget, sans-serif;
	font-size: 1.3em;
	height: 56px;
	line-height: 20px;
	padding: 10px 0 0 0;
	text-align: center;
}
.purp-title span {color: #fef038;text-shadow: 1px 1px 1px #000;}

/*//---------------------------------------------*/
/*// Footer Settings							 */
/*//---------------------------------------------*/

#bos-footer-container {
	background: #323232;
	background: -moz-linear-gradient(top,  #323232 1%, #050505 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#323232), color-stop(100%,#050505));
	background: -webkit-linear-gradient(top,  #323232 1%,#050505 100%);
	background: -o-linear-gradient(top,  #323232 1%,#050505 100%);
	background: -ms-linear-gradient(top,  #323232 1%,#050505 100%);
	background: linear-gradient(to bottom,  #323232 1%,#050505 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323232', endColorstr='#050505',GradientType=0 );
	-moz-box-shadow: inset 0 0 5px 5px #000;
	-webkit-box-shadow: inset 0 0 5px 5px#000;
	box-shadow: inset 0 0 5px 5px #000;
	padding-top: 10px;
}

#bos-footer {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}
#bos-footer a {color: #fff;}

#bos-footer .bos-content {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}

.footer-1 {
	padding: 0 20px 0 0;
}

.footer-2 {
	padding: 0 20px;
}

.footer-3 {
	padding: 0 0 0 20px;
}

#bos-copyright-container {
	background: #333333;
	border-top: 1px solid #666666;
	padding: 10px 0;
}

#bos-copyright {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}

#bos-copyright .bos-content {
	color: #989898;
	font-size: 11px;
	font-weight: light;
	height: 28px;
}

#bos-copyright ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#bos-copyright li {
	display: inline;
}

#bos-copyright a {color: #989898;text-decoration: none;}

#bos-copyright li a {
	padding-left: 1em;
}

a.footer-logo {
	display: block;
	float: left;
	height: 23px;
	margin: 2px 10px 0 0;
	width: 105px;
}

#bos-copyright .copyright {
	width: 317px;
}

#bos-copyright .payment {
	width: 221px;
	margin-right: 1px;
	margin-left: 11px;
}

#bos-copyright .bannerview {
	width: 410px;
}

/*//---------------------------------------------*/
/*// Page Content Styles						 */
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Title Settings								 */
/*//---------------------------------------------*/

	#bos-main-heading {
		background: #dbedfc;
		border-bottom: 1px solid #fff;
		-moz-border-radius: 10px 10px 0 0;
		-webkit-border-radius: 10px 10px 0 0;
		border-radius: 10px 10px 0 0;
		margin: 0;
		padding: 10px 5px 14px;
		text-align: center;
	}
	#bos-main-heading h1 {font-family: "Arial Black", "arial_blackregular", "Arial Bold", Gadget, sans-serif;font-size: 1.5em;margin: 0;}
	#bos-main-heading h1 span {background: url('../images/blue-swish.gif') no-repeat center bottom;color: #217ce5;padding: 0 0 14px;}

	h1 {
		color: #0066cc;
		font-size: 24px;
		font-weight: 500;
		line-height: 1.3em;
		margin-top: 0;
		margin-bottom: 1.1em;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.bannerBeatEntry h1 {
		margin-bottom: 0;
	}

	h1.landing {
		font-size: 3.5em;
		font-weight: 300;
		margin-bottom: 10px;
	}

	h2 {
		color: #0066cc;
		font-size: 18px;
		font-weight: normal;
		line-height: 1.3em;
		margin-top: 0;
		margin-bottom: 0.8em;
	}
	h2.landing {
		font-size: 2.3em;
		font-weight: 300;
		margin-bottom: 10px;
	}

	.bannerBeatListing h2 {
		margin-bottom: 0;
	}

	h3 {
		color: #15549b;
		font-size: 1.3em;
		font-weight: normal;
		line-height: 1.3em;
		margin-top: 0.8em;
		margin-bottom: 0.8em;
	}
	h3.landing {
		font-size: 1.8em;
		font-weight: 300;
		margin-bottom: 10px;
	}
	h3.landing span {color: #6699cc;}

	h4 {
		color: #ffff00;
		font-size: 18px;
		font-weight: normal;
		margin-top: 0.8em;
		margin-bottom: 0.8em;
	}
	h4 a {
		color: #ffff00 !important;
		text-decoration: none;
	}

	table.proposalInfo h4, table.proposalInfo h5, .optionContainer input table.proposalContent h4, td.mainWindow h4 {
		color: #ffff00;
		background: #0A3C77 !important;
		border-radius: 5px !important;
		padding: 2px !important;
	}

	h5, h6 {
		font-size: 1.1em;
		font-weight: bold;
		margin-top: 0;
		margin-bottom: 0.8em;
	}

	.bos-news-title {
		background: url('../images/bos-update.jpg') no-repeat 0 0;
		border-radius: 20px 20px 0 0;
		color: #000;
		font-size: 45px;
		height: 80px;
		padding: 20px 0 0 232px;
	}

	.hosting-title {
		background: #fff url('../images/logo-head.jpg') no-repeat 50px 2px;
		border-radius: 20px;
		height: 99px;
	}

	.hosting-titlei {
		background: url('../images/lady-computer.jpg') no-repeat right 0;
		border-radius: 20px;
		color: #15549b;
		font-size: 30px;
		height: 84px;
		padding: 10px 0 0 251px;
		line-height: 24px;
	}

	.hosting-titlei a {
		color: #15549b;
		text-decoration: none;
	}

	h1.bos-title-2 {
		font-size: 2em;
		font-weight: 300;
		margin-bottom: 10px;
	}

	h2.bos-title-2 {
		font-size: 2em;
		font-weight: 300;
		margin-bottom: 10px;
		line-height: 1em;
	}

	h2.bos-title-2 em {
		color: #666;
		font-size: .45em;
	}

	.webinar h1 {
		color: #010000;
		font-family: "Century Gothic", "Apple Gothic", sans-serif;
		font-size: 2.429em;
		font-weight: bold;
		line-height: 1.2em;
		margin-bottom: 0.65em;
	}

	.webinar h2 {
		color: #010000;
		font-family: "Century Gothic", "Apple Gothic", sans-serif;
		font-size: 1.5em;
		line-height: 1.2em;
		margin-bottom: 0.4em;
	}

	.webinar h3 {
		color: #010000;
		font-weight: bold;
		font-size: 1em;
		margin: 0;
	}

	.webinar .presenters h3 {
		margin-bottom: 0.35em;
	}

	.webinar .side-box h1 {
		text-align: center;
		margin-top: -8px;
		margin-bottom: 0.6em;
		font-weight: normal;
	}
	
	#video-links h3 {
		color: #010000;
		font-size: .95em;
		margin: 0 0 10px;
	}

/*//---------------------------------------------*/
/*// Header Images								 */
/*//---------------------------------------------*/

#header-index {
	background: url('../images/h1-packages.jpg');
	border-radius: 10px;
	height: 555px;
	width: 960px;
}

#header-index .title {
	color: #000;
	font-size: 56px;
	font-weight: normal;
	line-height: 115px;
	padding-top: 5px;
}

#header-index .hcontent {
	color: #000;
	float: right;
	font-size: 1.2em;
	font-weight: normal;
	padding: 25px 34px 0 0;
	width: 332px;
}

#header-index .hcontent p {line-height: 1.5em;}

#bos-slider-container {
	margin-bottom: 10px;
	padding: 0;
}

/* BEGIN header with business woman */

			#header-bizwoman {
				background-image: url('../images/header-bg-bizwoman.jpg');
				background-repeat: no-repeat;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				border-radius: 10px;
				height: 556px;
				width: 960px;
			}

			#header-bizwoman .title {
				font-size: 55px;
				color: #0066cc;
				text-shadow: 1px 1px #000000;
				padding: 40px 0 0 40px;
				line-height: 60px;
				margin-bottom: 30px
			}

			#header-bizwoman .hcontent {
				width: 510px;
				float: left;
				padding: 0 0 0 40px;
				font-size: 21px;
				line-height: 30px;
			}

			#header-bizwoman .bos-pill-btn-container {
				width: 397px;
				float: right;
			}

			#header-bizwoman .tagline {
				font-size: 34px;
				line-height: normal;
			}

			#header-bizwoman .bos-pill-btn {
				display: block;
				background-image: url('../images/header-bos-pill-btn.png');
				background-repeat: no-repeat;
				line-height: 85px;
				color: #ffff00;
				text-shadow: 1px 1px #000000;
				font-size: 34px;
				text-decoration: none;
				padding: 0 0 0 37px;
				font-weight: bold;
				margin-top: 85px;
			}

/* END header with business woman */
/* BEGIN header with various devices */

			#header-devices {
				background-image: url('../images/header-bg-devices.jpg');
				background-repeat: no-repeat;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				border-radius: 10px;
				height: 556px;
				width: 960px;
			}

			#header-devices .title {
				font-size: 55px;
				color: #003399;
				padding: 40px 0 0 40px;
				line-height: 60px;
				margin-bottom: 30px
			}

			#header-devices .hcontent {
				width: 460px;
				padding: 0 0 0 40px;
				font-size: 21px;
				line-height: 30px;
				overflow: hidden;
			}

			#header-devices .tagline {
				font-size: 28px;
				line-height: normal;
				text-align: right;
				float: left;
				clear: both;
				margin-bottom: 5px;
			}

			#header-devices .tagline .blue {
				color: #003399;
				font-style: italic;
			}

			#header-devices .bos-btn-container {
				clear: both;
				float: left;
				background-color: #0d8223;
				background-image: -moz-linear-gradient(#019832, #285001);
				background-image: -webkit-linear-gradient(#019832, #285001);
				background-image: -ms-linear-gradient(#019832, #285001);
				background-repeat: repeat-x;
				-moz-border-radius: 5px 5px 5px 5px;
				-webkit-border-radius: 5px 5px 5px 5px;
				border-radius: 5px 5px 5px 5px;
				box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
				margin: 0 0 0 40px;
			}

			#header-devices .bos-btn {
				display: block;
				background: url('../images/yeller-arrow.png');
				background-repeat: no-repeat;
				background-position: right center;
				height: 80px;
				line-height: 80px;
				color: #ffff00;
				padding: 0 33px 0 20px;
				font-size: 34px;
				text-decoration: none;
				text-shadow: 1px 1px #000000;
				margin-right: 20px;
			}

/* END header with various devices */
/* BEGIN header with seo */

			#header-seo {
				background-image: url('../images/header-seo.jpg');
				background-repeat: no-repeat;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				border-radius: 10px;
				height: 556px;
				width: 960px;
			}

			#header-seo .title {
				font-size: 55px;
				font-weight: 400;
				color: #003399;
				padding: 40px 0 0 375px;
				line-height: 60px;
				margin-bottom: 30px;
			}

			#header-seo .tagline {
				font-size: 28px;
				font-weight: 300;
				letter-spacing: 0;
				line-height: 20px;
			}

			#header-seo .tagline .teal {
				color: #007070;
			}

			#header-seo .hcontent {
				width: 485px;
				padding: 0 0 0 40px;
				float: right;
				font-size: 20px;
				line-height: 30px;
				overflow: hidden;
			}

			#header-seo .bos-btn-container {
				clear: both;
				float: right;
				background-color: #0d8223;
				background-image: -moz-linear-gradient(#019832, #285001);
				background-image: -webkit-linear-gradient(#019832, #285001);
				background-image: -ms-linear-gradient(#019832, #285001);
				background-repeat: repeat-x;
				-moz-border-radius: 5px 5px 5px 5px;
				-webkit-border-radius: 5px 5px 5px 5px;
				border-radius: 5px 5px 5px 5px;
				box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
				margin: 0 40px 0 0;
			}

			#header-seo .bos-btn {
				display: block;
				background: url('../images/yeller-arrow.png');
				background-repeat: no-repeat;
				background-position: right center;
				height: 80px;
				line-height: 80px;
				color: #ffff00;
				padding: 0 33px 0 20px;
				font-size: 34px;
				text-decoration: none;
				text-shadow: 1px 1px #000000;
				margin-right: 20px;
			}

/* END header with seo */
/* BEGIN header with email marketing */

			#header-eMarketing {
				background-image: url('../images/header-handing-mail.jpg');
				background-repeat: no-repeat;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				border-radius: 10px;
				height: 556px;
				width: 960px;
			}

			#header-eMarketing .title {
				font-size: 50px;
				font-weight: 400;
				color: #003399;
				padding: 40px 0 0 385px;
				line-height: 60px;
				margin-bottom: 30px;
			}

			#header-eMarketing .tagline {
				font-size: 32px;
				font-weight: 300;
				letter-spacing: 0;
				line-height: 20px;
			}

			#header-eMarketing .tagline .teal {
				color: #007070;
			}

			#header-eMarketing .hcontent {
				width: 305px;
				padding: 0 40px 0 0;
				float: right;
				font-size: 20px;
				line-height: 30px;
				overflow: hidden;
			}

			#header-eMarketing .bos-btn-container {
				clear: both;
				float: right;
				background-color: #db0000;
				background-image: -moz-linear-gradient(#fd0000, #b50000);
				background-image: -webkit-linear-gradient(#fd0000, #b50000);
				background-image: -ms-linear-gradient(#fd0000, #b50000);
				background-repeat: repeat-x;
				-moz-border-radius: 5px 5px 5px 5px;
				-webkit-border-radius: 5px 5px 5px 5px;
				border-radius: 5px 5px 5px 5px;
				box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
				margin: 0 40px 0 0;
			}

			#header-eMarketing .bos-btn {
				display: block;
				background: url('../images/yeller-arrow.png');
				background-repeat: no-repeat;
				background-position: right center;
				height: 80px;
				line-height: 80px;
				color: #ffff00;
				padding: 0 33px 0 20px;
				font-size: 34px;
				text-decoration: none;
				text-shadow: 1px 1px #000000;
				margin-right: 20px;
			}

/* END header with email marketing */
/* BEGIN header with yellow laptop lady */

			#header-bosLady {
				background-image: url('../images/header-lady-bos.jpg');
				background-repeat: no-repeat;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				border-radius: 10px;
				height: 556px;
				width: 960px;
			}

			#header-bosLady .title {
				font-size: 50px;
				font-weight: 400;
				color: #0066cc;
				padding: 30px 0 0 40px;
				line-height: 60px;
				margin-bottom: 10px;
			}

			#header-bosLady .tagline {
				color: #0066cc;
				font-size: 20px;
				line-height: 30px;
				padding: 0 0 0 40px;
				width: 329px;
			}

			#header-bosLady .hcontent {
				width: 329px;
				padding: 0 0 0 40px;
				font-size: 20px;
				line-height: 30px;
				overflow: hidden;
			}

			#header-bosLady .hcontent span {font-size: 34px;line-height: normal;}

			#header-bosLady .bos-btn-container {
				clear: both;
				background: url('../images/red-bevel.jpg') repeat-x;
				-moz-border-radius: 5px 5px 5px 5px;
				-webkit-border-radius: 5px 5px 5px 5px;
				border-radius: 5px 5px 5px 5px;
				box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
				margin: 0 0 0 40px;
				height: 104px;
				width: 329px;
			}

			#header-bosLady .bos-btn {
				display: block;
				background-repeat: no-repeat;
				background-position: right center;
				height: 80px;
				line-height: 80px;
				letter-spacing: 0;
				color: #ffff00;
				padding: 0 10px;
				font-size: 26px;
				text-align: center;
				text-decoration: none;
				text-shadow: 1px 1px #000000;
			}

/* END header with yellow laptop lady */
/* BEGIN header with tori */

			#header-tori {
				background-image: url('../images/header-tori.jpg');
				background-repeat: no-repeat;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				border-radius: 10px;
				height: 556px;
				width: 960px;
			}

			#header-tori .title {
				font-size: 50px;
				font-weight: 400;
				color: #0066cc;
				padding: 30px 0 0 40px;
				line-height: 60px;
				margin-bottom: 10px;
			}

			#header-tori .tagline {
				font-size: 30px;
				line-height: 30px;
				padding: 0 0 0 40px;
				width: 329px;
			}

			#header-tori .hcontent {
				width: 329px;
				padding: 0 0 0 40px;
				font-size: 20px;
				line-height: 30px;
				overflow: hidden;
			}

			#header-tori .bos-btn-container {
				background: url('../images/h1-red-btn.png') top right;
				color: #ffff00;
				display: block;
				height: 80px;
				padding: 2px 0 6px;
				margin-top: 10px;
				margin-bottom: 20px;
				text-decoration: none;
				text-shadow: -1px 1px 0 #5c1414;
				width: 351px;
			}

			#header-tori .bos-btn {
				display: block;
				background-repeat: no-repeat;
				background-position: right center;
				height: 80px;
				line-height: 80px;
				letter-spacing: 0;
				color: #ffff00;
				padding: 0 60px;
				font-size: 36px;
				text-decoration: none;
				text-shadow: 1px 1px #000000;
			}

/* END header with tori */
/* BEGIN header with video */

			#header-video {
				background: url('../images/h1-blank.jpg');
				border-radius: 10px;
				height: 555px;
				width: 960px;
			}

			#header-video .title {
				color: #000;
				font-size: 56px;
				font-weight: normal;
				line-height: 56px;
				padding-top: 5px;
			}

			#header-video .hcontent {
				color: #000;
				text-align: center;
				font-size: 1.2em;
				font-weight: normal;
				padding: 20px 34px 0 34px;
				color: #003399;
			}

			#header-video .shadow {
				background-image: url('http://www.bannerview.com/os/resources/media/video-shadow.png');
				background-position: center bottom;
				background-repeat: no-repeat;
				margin: auto;
				width: 710px;
				height: 429px;
			}

			#header-video #faux-video {
				margin: auto;
				width: 710px;
				height: 399px;
			}

			#header-video #faux-video img {
				border-radius: 0;
			}

			#header-video #faux-video iframe {
				border: 0;
			}

/* END header with video */

/* BEGIN header with calendar */

			#header-calendar {
				background: url('http://www.bannerview.com/os/resources/media/calendar.jpg');
				border-radius: 10px;
				height: 100px;
				width: 960px;
			}

			#header-calendar .text {
				width: 279px;
				font-size: 48px;
				line-height: 100px;
				color: #0066CC;
				text-align: center;
				font-weight: 400;
			}

/*END header with calendar */

.new-star {
	background: url('../images/red-star.png');
	display: inline-block;
	height: 115px;
	width: 160px;
}

a.pack-btn {
	background: url('../images/big-red-btn.png');
	color: #ffff00;
	display: block;
	font-size: 30px;
	height: 81px;
	line-height: 81px;
	text-align: center;
	text-decoration: none;
	width: 331px;
}

a#header-generic {
	background: url('../images/h1-generic.jpg');
	border-radius: 10px;
	color: #fff;
	display: block;
	font-size: 34px;
	font-weight: normal;
	height: 217px;
	margin-bottom: 20px;
	padding-top: 189px;
	padding-left: 35px;
	text-decoration: none;
	text-shadow: 1px 2px 1px #666;
	width: 925px;
}

#header-design {
	background: url('../images/h1-design.jpg');
	border-radius: 10px;
	color: #fff;
	display: block;
	font-size: 50px;
	height: 92px;
	margin-bottom: 20px;
	padding-top: 314px;
	padding-left: 220px;
}

#header-pdisplay {
	background: url('../images/slide-5.jpg');
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-radius: 10px;
	height: 321px;
	margin-top: 1em;
	width: 958px;
}

#header-error {
	background: url('../images/h1-error.jpg');
	border-radius: 10px;
	color: #0066cc;
	display: block;
	font-size: 60px;
	font-weight: normal;
	height: 306px;
	line-height: normal;
	margin-bottom: 20px;
	padding-top: 100px;
	padding-left: 525px;
}

#header-portfolio {
	background: url('../images/h1-portfolio.jpg');
	border-radius: 10px;
	color: #ffff00;
	display: block;
	font-size: 50px;
	font-weight: normal;
	height: 55px;
	margin-bottom: 20px;
	padding-top: 45px;
	padding-left: 550px;
	text-shadow: 1px 2px 1px #666;
}

#header-tutorials {
	background: url('../images/h1-tutorials.jpg') center;
	border-radius: 10px;
	-moz-box-shadow: 0 8px 6px -9px #666;
	-webkit-box-shadow: 0 8px 6px -9px #666;
	box-shadow: 0 8px 6px -9px #666;
	color: #000;
	display: block;
	font-size: 54px;
	font-weight: normal;
	height: 100px;
	line-height: 100px;
	margin-bottom: 20px;
	padding-left: 55px;
}

#header-proposal {
	background: url('../images/h1-proposal.jpg');
	border-radius: 10px;
	display: block;
	height: 376px;
	margin-bottom: 20px;
	padding-top: 30px;
	padding-right: 38px;
	padding-left: 427px;
}

#header-proposal .title {
	color: #0066cc;
	font-size: 48px;
	padding-bottom: 50px;
}
#header-proposal .title span {
	color: #3a3a3a;
	font-size: 31px;
}

#header-proposal .hcontent {
	font-size: 1.5em;
}
#header-proposal .hcontent p {line-height: 1.6em;}

#header-aservices {
	background: url('../images/h1-aservices.jpg');
	border-radius: 10px;
	display: block;
	height: 376px;
	margin-bottom: 20px;
	padding-top: 30px;
	padding-left: 20px;
}

#header-aservices .title {
	color: #0066cc;
	font-size: 3em;
	float: left;
	padding-top: 142px;
	width: 430px;
}

#header-aservices .hcontent {
	color: #ffffff;
	font-size: 2.1em;
	float: left;
	padding-top: 20px;
	width: 510px;
}
#header-aservices .hcontent p {margin-bottom: 90px;}

#header-buzz {
	background: url('../images/h1-buzz.jpg');
	border-radius: 10px;
	color: #0066cc;
	display: block;
	font-size: 60px;
	font-style: italic;
	font-weight: normal;
	height: 86px;
	margin-bottom: 20px;
	padding-top: 14px;
	padding-left: 20px;
	text-transform: uppercase;
}

#header-bos {
	background: url('../images/h1-bos.jpg');
	border-radius: 10px;
	display: block;
	font-size: 0.95em;
	height: 386px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-left: 315px;
}

#header-bos .title {
	color: #0066cc;
	font-size: 3em;
	font-weight: normal;
	padding-bottom: 20px;
}

#header-bos .hcontent ul, #header-bos .hcontent p {
	line-height: 2em;
}

#header-advocate {
	background: url('../images/h1-advocate.jpg');
	border-radius: 10px;
	color: #fff;
	display: block;
	font-size: 1.75em;
	font-weight: normal;
	height: 58px;
	margin-bottom: 20px;
	padding-top: 348px;
	padding-left: 35px;
	text-shadow: 1px 1px 1px #000;
}

#header-promotion {
	background: url('../images/h1-promotion.jpg');
	border-radius: 10px;
	color: #fff;
	display: block;
	font-size: 3.5em;
	font-weight: normal;
	height: 126px;
	margin-bottom: 20px;
	padding-top: 280px;
	padding-left: 30px;
	text-shadow: 1px 1px 1px #000;
}

#header-hosting {
	background: url('../images/h1-hosting.jpg');
	border-radius: 10px;
	color: #ffff00;
	display: block;
	font-size: 3.1em;
	font-weight: normal;
	height: 206px;
	margin-bottom: 20px;
	padding-top: 200px;
	padding-left: 570px;
	text-shadow: 1px 1px 1px #000;
}

#header-merchant {
	background: url('../images/h1-merchant.jpg');
	border-radius: 10px;
	display: block;
	font-size: 3em;
	font-weight: normal;
	height: 386px;
	line-height: normal;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-left: 265px;
}

#header-beat {
	background: url('../images/h1-beat.jpg');
	border-radius: 10px;
	display: block;
	font-size: 3em;
	font-weight: normal;
	height: 256px;
	line-height: normal;
	margin-bottom: 20px;
	padding-top: 150px;
	padding-left: 45px;
}

#header-mailer {
	background: url('../images/h1-mailer.jpg');
	border-radius: 10px;
	display: block;
	font-size: 3em;
	font-weight: normal;
	line-height: normal;
	height: 126px;
	margin-bottom: 20px;
	padding-top: 280px;
	padding-left: 55px;
}

#header-campaigner {
	background: url('../images/h1-campaigner.jpg');
	border-radius: 10px;
	display: block;
	font-size: 3em;
	font-weight: normal;
	line-height: normal;
	height: 106px;
	margin-bottom: 20px;
	padding-top: 300px;
	padding-left: 265px;
	text-shadow: -1px 1px 0 #fff;
}

#header-tiny {
	height: 1px;
}

#header-newgen {
	background: url('../images/h1-genericbg.jpg');
	border-radius: 10px;
	-moz-box-shadow: 0 8px 6px -6px #000000;
	-webkit-box-shadow: 0 8px 6px -6px #000000;
	box-shadow: 0 8px 6px -6px #000000;
	color: #000;
	display: block;
	font-size: 1.9em;
	font-weight: normal;
	height: 246px;
	margin-bottom: 20px;
	padding-top: 160px;
	padding-left: 20px;
	text-shadow: -1px 1px 0 #fff;
}

#header-newgen a.gen-red-btn {
	background: url('../images/h1-red-btn.png');
	color: #ffff00;
	display: block;
	height: 60px;
	margin-top: 10px;
	margin-left: -20px;
	padding: 22px 0 6px 20px;
	text-decoration: none;
	text-shadow: -1px 1px 0 #5c1414;
	width: 381px;
}

.bannerRSVP .tableRowHeader {line-height: normal;}

#header-confrsvp {
	background: url('../images/ladyandmanbg.jpg');
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 20px;
	padding: 22px;
}
#header-confrsvp b {font-size: 30px;}
#header-confrsvp span {color:#217CE5;}

#header-confrsvp .text {
	float: left;
	width: 50%;
}

#header-confrsvp .button {
	float: left;
	padding-top: 20px;
	text-align: right;
	width: 50%;
}

#header-webinar {
	background: url('../images/facebook.jpg');
	color: #fff;
	display: block;
	height: 492px;
	font-size: 20px;
	font-weight: normal;
	line-height: 62px;
	margin-bottom: 20px;
	padding: 32px;
	width: 896px;
}
#header-webinar b {font-size: 30px;}
#header-webinar span {color:#217CE5;}

#header-webinar .text {
	font-size: 50px;
	font-weight: 300;
	color: #000;
}

#header-webinar .text-bold {
	color: #000;
	font-weight: 500;
	font-size: 46px;
}

#header-webinar .button {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 50%;
}

#header-webinar .btn {
	background: #ffff00;
	background: -moz-linear-gradient(top, #ffff00 0%, #ff9933 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffff00), color-stop(100%,#ff9933));
	background: -webkit-linear-gradient(top, #ffff00 0%,#ff9933 100%);
	background: -o-linear-gradient(top, #ffff00 0%,#ff9933 100%);
	background: -ms-linear-gradient(top, #ffff00 0%,#ff9933 100%);
	background: linear-gradient(to bottom, #ffff00 0%,#ff9933 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#ff9933',GradientType=0 );
	border: 2px solid #ff0000;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	text-decoration: none;
	color: #0033cc;
	font-size: 50px;
	line-height: normal;
    padding: 10px;
    box-shadow: 0 0 5px #000;
}

#header-conference2 {
	background: url('http://www.bannerview.com/os/resources/media/conf-bg.jpg');
	color: #fff;
	display: block;
	font-size: 40px;
	font-weight: normal;
	height: 410px;
	line-height: normal;
	margin-bottom: 20px;
	padding-right: 2px;
	padding-left: 2px;
}

#header-conference2 .presented {
	font-family: "Alex Brush", cursive;
	font-size: 32px;
	line-height: 1.3em;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
	text-align: center;
}

#header-conference2 .presented img {
	border-radius: 0;
}

#header-conference2 .text {
	float: left;
	padding-left: 30px;
	width: 65%;
}

#header-conference2 .title {
	font-family: Quicksand, sans-serif;
	letter-spacing: -6px;
	color: #fff000;
	font-size: 60px;
	margin-bottom: 10px;
}

#header-conference2 .date {
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	margin-bottom: 20px;
}

#header-conference2 .time {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 26px;
	padding-lefT: 40px;
}

#header-conference2 .people img {
	display: inline;
	margin-top: 15px;
	margin-left: 10px;
	max-height: 80px;
}

#header-conference2 .people-slim img {
	display: inline;
	margin-top: 20px;
	margin-left: 10px;
	max-height: 65px;
}

#header-conference2 .description {
	font-size: 30px;
	margin-bottom: none;
	-webkit-text-shadow: 1px 1px #000;
	-moz-text-shadow: 1px 1px #000;
	text-shadow: 1px 1px #000;
}

#header-conference2 .cta {
	margin-left: 30px;
	float: left;
	text-align: center;
	width: 218px;
}

#header-conference2 .cta .btn,
#header-confrsvp .button .btn,
.btn-belcher {
	background: #ffff00;
	background: -moz-linear-gradient(top, #ffff00 0%, #ff9933 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffff00), color-stop(100%,#ff9933));
	background: -webkit-linear-gradient(top, #ffff00 0%,#ff9933 100%);
	background: -o-linear-gradient(top, #ffff00 0%,#ff9933 100%);
	background: -ms-linear-gradient(top, #ffff00 0%,#ff9933 100%);
	background: linear-gradient(to bottom, #ffff00 0%,#ff9933 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#ff9933',GradientType=0 );
	border: 1px solid #000000;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: inset 0px 0px 0px 5px rgba(102, 51, 0, .41);
	-moz-box-shadow: inset 0px 0px 0px 5px rgba(102, 51, 0, .41);
	-webkit-box-shadow: inset 0px 0px 0px 5px rgba(102, 51, 0, .41);
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	letter-spacing: 1px;
	text-decoration: none;
	color: #0033cc;
	text-shadow: -2px -2px #fff,
				 2px -2px #fff,
				 -2px 2px #fff,
				 2px 2px #fff;
	-moz-text-shadow: -2px -2px #fff,
				 2px -2px #fff,
				 -2px 2px #fff,
				 2px 2px #fff;
	-webkit-text-shadow: -2px -2px #fff,
				 2px -2px #fff,
				 -2px 2px #fff,
				 2px 2px #fff;
    padding: 10px;
    text-transform: uppercase;
}
.btn-belcher {padding: 0px;height: 34px !important;line-height: 34px !important;margin-top: 3px;}

.btn-special {
	background-color: hsl(50, 100%, 44%) !important;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffde3d", endColorstr="#e0bb00");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#ffde3d), to(#e0bb00));
	background-image: -moz-linear-gradient(top, #ffde3d, #e0bb00);
	background-image: -ms-linear-gradient(top, #ffde3d, #e0bb00);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffde3d), color-stop(100%, #e0bb00));
	background-image: -webkit-linear-gradient(top, #ffde3d, #e0bb00);
	background-image: -o-linear-gradient(top, #ffde3d, #e0bb00);
	background-image: linear-gradient(#ffde3d, #e0bb00);
	border-color: #e0bb00 #e0bb00 hsl(50, 100%, 39.5%);
	color: #333 !important;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.29);
	-webkit-font-smoothing: antialiased;
	padding: 5px 10px;
}

#header-conference2 .speaker {
	background: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #000;
	padding: 10px;
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 20px;
}

#header-conference2 .speaker img {
	border-radius: 0;
	margin-bottom: 10px;
}

#landing-2 {
	background: url('../images/people-in-line.jpg');
	border-radius: 10px;
	display: block;
	height: 591px;
	margin-bottom: 10px;
}

#oval-text {
	background: url('../images/red-oval.png');
	border-radius: 0 10px 0 0;
	color: #ffff00;
	display: block;
	font-size: 2.3em;
	height: 376px;
	margin-left: 601px;
	padding: 65px 28px 0 70px;
	text-align: right;
	width: 261px;
}

#arrow-down {
	background: url('../images/red-darrow.png');
	display: block;
	height: 192px;
	margin-top: 30px;
	margin-left: 630px;
	position: relative;
	width: 301px;
	z-index: 10001;
}

#landing-3 {
	background: url('../images/man-staring.jpg');
	border-radius: 10px;
	display: block;
	height: 591px;
	margin-bottom: 10px;
	margin-left: 1px;
}

#landing3-form {
	background: rgba(255,255,255,0.4);
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	-moz-box-shadow: 0 -2px 4px #000;
	-webkit-box-shadow: 0 -2px 4px #000;
	box-shadow: 0 -2px 4px #000;
	float: right;
	height: 576px;
	margin: 15px 12px 0 0;
	padding: 0 0 0 27px;
	width: 328px;
}
#landing3-form .personal-brand-form {background: transparent}
#landing3-form .personal-brand-form table.mainTableBorder td {padding: 2px;}

#landing3-text {
	color: #fff;
	float: left;
	margin: 310px 0 0 28px;
	width: 534px;
}

#landing3-text h1 {color: #fff;font-weight: 300;line-height: inherit;margin: 0;}
#landing3-text h1 span {font-size: 2.5em;}



#landing-4 {
	background: #fff url('../images/man-hold-laptop.jpg') no-repeat;
	border-radius: 10px;
	display: block;
	height: 591px;
	margin-bottom: 10px;
	margin-left: 1px;
}

#landing4-form {
	background: #E3E3E3;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	-moz-box-shadow: 0 -2px 4px #000;
	-webkit-box-shadow: 0 -2px 4px #000;
	box-shadow: 0 -2px 4px #000;
	float: right;
	height: 576px;
	margin: 15px 12px 0 0;
	padding: 0 0 0 27px;
	width: 328px;
}
#landing4-form .personal-brand-form {background: transparent}
#landing4-form .personal-brand-form table.mainTableBorder td {padding: 2px;}
.landing-page .personal-brand-form table.mainTableBorder td {padding: 2px;}

#landing4-text {
	background: rgba(255,255,255,0.5);
	border: 1px solid #999999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #006699;
	float: left;
	margin: 310px 0 0 16px;
	padding: 10px;
	width: 534px;
}

#landing4-text h1 {color: #006699;font-weight: 300;line-height: inherit;margin: 0;font-size: 3.2em;}

/*//---------------------------------------------*/
/*// Text Settings								 */
/*//---------------------------------------------*/

.u {text-decoration: underline;}

p,ul,ol,.textCell,.tableRowNav {
	letter-spacing: 1px;
	line-height: 1.3em;
	margin-bottom: 1em;
}

.lh-double {line-height: 2em;}
.lh-normal {line-height: 1em;}

strong {
	font-weight: bold;
}

.narrow {font-family: "Arial Narrow", Arial, sans-serif;}

.blue {color: #217ce5;}
.dblue {color: #15549b;}
.yellow {color: #ffb400;}
.white {color: #fff;}
.green {color: #078600;}
.purple {color: #b500af;}
.orange {color: #ef9200;}
.red {color: #ff0000;}
.gray {color: #9b9b9b;}
.black {color: #000;}
.dgray {color: #333;}

.b {font-weight: bold;}
.i {font-style: italic;}

.small {font-size: .9em;}
.smallest {font-size: .5em;}
.tsmall {font-size: .6em;}
.large {font-size: 1.1em;}

.nolspace {letter-spacing: normal;}

.phone {
	color: #217ce5;
	font-size: 1.5em;
	font-weight: bold;
}

.large-list {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 20px;
}

.large-list li {
	margin-bottom: 20px;
}

.vmiddle {vertical-align: top;}

.text-thin {font-weight: 300;}

#processingModalLabel {
	color: #000;
}

/*//---------------------------------------------*/
/*// Link Settings								 */
/*//---------------------------------------------*/

a {
	color: #3366ff;
	text-decoration: underline;
}

a.bv30-buttonRed {
	display: block;
	height: 21px;
	line-height: 21px;
	margin: 0;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background: url('../images/redBtn-repeat.gif') repeat-x;
	text-align: center;

}

a.bv30-buttonRed:hover {
	color: #F7DA45;
}

a.blue-sbtn {
	background: url('../images/blue-sbtn.png') no-repeat;
	color: #fff;
	display: block;
	font-size: 11px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	text-decoration: none;
	width: 87px;
}

a.blue-btn {
	background: url('../images/blue-btn.png') no-repeat;
	color: #fef038;
	display: block;
	font-family: "Arial Black", "arial_blackregular", "Arial Bold", Gadget, sans-serif;
	font-size: 1.4em;
	height: 49px;
	line-height: 49px;
	margin: auto;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
	text-transform: uppercase;
	width: 243px;
}

a.red-large-link {
	color: #a01523;font-size: 24px;line-height: 40px;font-weight: 400;text-decoration: none;
}

a.new-blue-btn {
	background: #0065cb;
	background: -moz-linear-gradient(top,  #0065cb 0%, #00359b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0065cb), color-stop(100%,#00359b));
	background: -webkit-linear-gradient(top,  #0065cb 0%,#00359b 100%);
	background: -o-linear-gradient(top,  #0065cb 0%,#00359b 100%);
	background: -ms-linear-gradient(top,  #0065cb 0%,#00359b 100%);
	background: linear-gradient(to bottom,  #0065cb 0%,#00359b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0065cb', endColorstr='#00359b',GradientType=0 );padding: 10px 20px;color: #fff;border-radius: 5px;text-decoration: none;
}

a.green-btn {
	background: url('../images/green-btn.png') no-repeat;
	color: #fef038;
	display: block;
	font-family: "Arial Black", "arial_blackregular", "Arial Bold", Gadget, sans-serif;
	font-size: 1.4em;
	height: 49px;
	line-height: 49px;
	margin: auto;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
	text-transform: uppercase;
	width: 243px;
}

a.choose-btn {
	background: url('../images/choose-btn.png') no-repeat;
	color: #ffffff;
	display: block;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 0.9em;
	height: 27px;
	line-height: 27px;
	margin: auto;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px #15549b;
	width: 153px;
}

a.purp-btn {
	background: url('../images/purp-btn.png') no-repeat;
	color: #fef038;
	display: block;
	font-family: "Arial Black", "arial_blackregular", "Arial Bold", Gadget, sans-serif;
	font-size: 1.4em;
	height: 49px;
	line-height: 49px;
	margin: auto;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
	text-transform: uppercase;
	width: 243px;
}

a.yellow-btn {
	background: url('../images/yellow-btn.gif');
	border: 1px solid #ffd200;
	border-radius: 10px;
	color: #1d6dc9;
	display: block;
	font-family: "Arial Black","arial_blackregular", "Arial Bold", Gadget, sans-serif;
	font-size: 1.4em;
	height: 51px;
	line-height: 51px;
	margin: auto;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px #fff;
	text-transform: uppercase;
}

a.orange-btn {
	background: url('../images/orange-btn.png');
	color: #ffe900;
	display: block;
	font-size: 1.1em;
	height: 45px;
	line-height: 45px;
	margin: auto;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
	width: 219px;
}

a.smorange-btn {
	background: url('../images/smorange.png');
	color: #ffef00;
	display: block;
	font-size: 0.9em;
	height: 30px;
	line-height: 28px;
	margin: auto;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
	width: 199px;
}

.btn {text-decoration: none;}

a.vbot {
	position: relative;
	bottom: 0;
}

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

.btn-header {
	background: #217ce5;
	background: -moz-linear-gradient(top, #217ce5 0%, #0066cc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#217ce5), color-stop(100%,#0066cc));
	background: -webkit-linear-gradient(top, #217ce5 0%,#0066cc 100%);
	background: -o-linear-gradient(top, #217ce5 0%,#0066cc 100%);
	background: -ms-linear-gradient(top, #217ce5 0%,#0066cc 100%);
	background: linear-gradient(to bottom, #217ce5 0%,#0066cc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#217ce5', endColorstr='#0066cc',GradientType=0 );
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #ffffff;
	padding: 5px;
	text-decoration: none;
	font-size: 14px;
	line-height: 25px;
	text-shadow: 1px 1px 0 #000000;
	-moz-text-shadow: 1px 1px 0 #000000;
	-webkit-text-shadow: 1px 1px 0 #000000;
	font-weight: 500;
}

.btn-header:hover {
	background: #0066cc;
	background: -moz-linear-gradient(top, #0066cc 0%, #217ce5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0066cc), color-stop(100%,#217ce5));
	background: -webkit-linear-gradient(top, #0066cc 0%,#217ce5 100%);
	background: -o-linear-gradient(top, #0066cc 0%,#217ce5 100%);
	background: -ms-linear-gradient(top, #0066cc 0%,#217ce5 100%);
	background: linear-gradient(to bottom, #0066cc 0%,#217ce5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066cc', endColorstr='#217ce5',GradientType=0 );
	color: #ffffff;
}

/*//---------------------------------------------*/
/*// Image Settings								 */
/*//---------------------------------------------*/

/* styles for images contained in the bodycontents */

.imgBorder {
	border: 1px solid #cccccc;
}

.botShadow {
	-moz-box-shadow: 0 8px 6px -6px #000000;
	-webkit-box-shadow: 0 8px 6px -6px #000000;
	box-shadow: 0 8px 6px -6px #000000;
}

.imgShadow {
	-moz-box-shadow: 1px 2px 3px #999999;
	-webkit-box-shadow: 1px 2px 3px #999999;
	box-shadow: 1px 2px 3px #999999;
}

.head-content img.bRadTop, .bRadTop {
	border-radius: 8px 8px 0 0;
}

.sm-icon {margin-bottom: 5px;}

/*//---------------------------------------------*/
/*// Form Settings								 */
/*//---------------------------------------------*/

table.mainTableBorder {
	border: none;
}

.blue-form {
	background: #006db0;
	color: #fff;
	padding: 10px;
}

.blue-form .textRequiredField {color: #fff;}

.blue-form input, .blue-form textarea {
	width: 200px;
}

.blue-form .submitButton input {width: inherit;}
.blue-form .submitButton {text-align: center;}

.formText {margin-bottom: 10px;}

.news-temp input.formText {
	width: 200px;
}

.next-to-video .fieldColumn input, .next-to-video .fieldColumn textarea {
	width: 230px;
}

input:focus, select:focus, textarea:focus {
	outline: none;
}

input[name=phone2-0], input[name=phone2-1], input[name=phone2-2], input[name=phone2-3] {width: 40px !important;}

.w38 input {width: 225px;}
.w38 input[type="submit"] {width: 100px;}
.w38 div.submitButton {margin-left: 115px;}

/*//---------------------------------------------*/
/*// Slide Settings								 */
/*//---------------------------------------------*/

#bos-slide-container {
	border-radius: 20px;
	-moz-box-shadow: 0 8px 6px -6px #666;
	-webkit-box-shadow: 0 8px 6px -6px #666;
	box-shadow: 0 8px 6px -6px #666;
	height: 405px;
	margin-bottom: 10px;
	width: 960px;
}

#texas-container {
	background: url('../images/texas.jpg');
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-radius: 20px 20px 0 0;
	height: 405px;
	width: 958px;
}

.texas-content {
	padding: 44px 0 0 33px;
}

.texas-title {
	color: #a6d4a5;
	font-family: "Arial Black", "arial_blackregular", "Arial Bold", Gadget, sans-serif;
	font-size: 2em;
}

.caption {
	background: #000;
	color: #ffde00;
	fliter: alpha(opacity=90);
	font-size: 16px;
	height: 41px;
	line-height: 41px;
	opacity: .9;
	padding: 0 10px;
	position: absolute;
	top: 340px;
	width: 938px;
}
.caption a {color: #ffde00;}

.slide-1 {
	background: url('http://www.bannerview.com/os/resources/media/geo-landing-header.jpg');
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-radius: 20px;
	height: 403px;
	width: 958px;
}

.slide-1 a.gen-red-btn {
	color: #ffff00;
	display: block;
	font-size: 1.6em;
	height: 70px;
	line-height: 70px;
	float: left;
	margin-top: 45px;
	padding: 0 0 6px 15px;
	text-align: left;
	text-decoration: none;
	text-shadow: -1px 1px 0 #5c1414;
	width: 350px;
}

.title-1 {
	color: #28ae1a;
	font-family: "Arial Black", "arial_blackregular", "Arial Bold", Gadget, sans-serif;
	font-size: 26px;
	height: 40px;
	padding: 45px 0 0 35px;
}

.btns-1 {
	float: right;
	width: 576px;
	padding: 12px 13px 0 0;
	text-align: center;
}

.btns-1 img {margin: 0 0 10px;float: left;}

.body-1 {
	margin-top: 20px;
	text-align: center;
	width: 400px;
}

.slide-2 {
	background: url('../images/slide-2.jpg');
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-radius: 20px;
	height: 403px;
	width: 958px;
}

.body-2 {
	padding: 196px 0 0 758px;
	width: 175px;
}

.title-2 {
	color: #003b85;
	font-size: 16px;
	font-style: italic;
}

.slide-3 {
	background: url('../images/slide-3.jpg');
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-radius: 20px;
	height: 403px;
	width: 958px;
}

.slide-den2 {
	background: url('http://www.bannerview.com/os/resources/media/denver-grass.jpg');
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-radius: 20px;
	height: 403px;
	width: 958px;
}

.slide-den3 {
	background: url('http://www.bannerview.com/os/resources/media/denver-c4wh.jpg');
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-radius: 20px;
	height: 403px;
	width: 958px;
}

.slide-den4 {
	background: url('http://www.bannerview.com/os/resources/media/denver-dmarketing.jpg');
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-radius: 20px;
	height: 403px;
	width: 958px;
}

.slide-den-last {
	background: url('http://www.bannerview.com/os/resources/media/denver-artdelke.jpg');
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-radius: 20px;
	height: 403px;
	width: 958px;
}

.bodies34 {
	padding: 177px 0 0 758px;
	width: 175px;
}

.titles34 {color: #003b85;font-size: 16px;}
.titles34 span {color: #ff0000;}

.slide-4 {
	background: url('http://bannerview.com/os/resources/media/regiontraf.jpg');
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-radius: 20px;
	height: 403px;
	width: 958px;
}

.slide-4 .titles34 {color: #FC8700;}

.slide-5 {
	background: url('../images/slide-5.jpg');
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-radius: 20px;
	height: 403px;
	width: 958px;
}

.slide-6 {
	background: url('../images/slide-6.jpg');
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-radius: 20px;
	height: 403px;
	width: 958px;
}

.slide-7 {
	background: url('../images/slide-7.jpg');
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-radius: 20px;
	height: 403px;
	width: 958px;
}

.slide-8 {
	background: url('../images/slide-8.jpg');
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-radius: 20px;
	height: 403px;
	width: 958px;
}

.slide-9 {
	background: url('http://www.bannerview.com/os/resources/media/slide-9.jpg');
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-radius: 20px;
	height: 403px;
	width: 958px;
}

.body-5 {
	padding: 85px 0 0 22px;
	width: 323px;
}

.portfolio {
	display: block;
	margin: 25px 0 0 0;
}

/*//---------------------------------------------*/
/*// Other Settings								 */
/*//---------------------------------------------*/

.playerContainer {
	width: 640px;
	height: 360px;
}

.dotted-line {
	height: 240px;
	width: 1px;
	border-left: 1px dotted #999999;
	margin-top: 40px;
}

.padl20 {
	padding-left: 20px;
}

.padr20 {
	padding-right: 20px;
}

.padt10 {padding-top: 10px;}
.marb5 {margin-bottom: 5px;}

.w37 {width: 37%;}

.phoneBlock {
	font-size: 1.2em;
	margin: 20px 0;
}

div#focusArea {
	height: 405px;
}

.orDiv {
	background: url('../images/yellow-arrow.png');
	color: #15549b;
	font-family: "Arial Black", "arial_blackregular", "Arial Bold", Gadget, sans-serif;
	font-size: 50px;
	height: 108px;
	margin: auto;
	padding: 5px 0 0 50px;
	width: 112px;
}

.copper {
	font-family: Copperplate, "Copperplate Gothic Light", fantasy;
	font-size: 2.5em;
	line-height: normal;
}

.video-box {
	background: #f1f1f1;
	border: 1px solid #bbbbbb;
	border-radius: 20px;
	margin: 0 0 20px;
	padding: 18px;
	text-align: center;
}

.social-media img {margin-right: 10px;}

.social-media-table {
	width: 100%;
	font-size: 10px;
	margin-bottom: 10px;
}

.social-media-table td{
	width: 33%;
	text-align: center;
}

.social-media-table td a{
	text-decoration: none;
}

.social-media-table td img{
	border: none;
}

.social-media-table td table {
	width: 100%;
}

.social-media-table td table td {
	width: 25%;
}

ul.help {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.help li {
	margin-bottom: 10px;
}

/* Tool Tip */

.tooltipIcon {
	position: relative;
	width: 100px;
	height: 30px;
	float: left;
	color: #fff;
	cursor: pointer;
}

.tooltipI {
	background: url('../images/i.png');
	position: relative;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	float: left;
	color: #fff;
	cursor: pointer;
}

#houston {
	background: url('../images/houston.png');
	margin: 190px 0 0 600px;
}

#dallas {
	background: url('../images/dallas.png');
	margin: -10px 0 0 -110px;
}

.tooltip	{
	position: absolute;
	display: none;
	margin-left: 10px;
	margin-right: 1em;
	border: 1px solid #c9c9c9;
	background: #ffffff;
	padding: 0.5em 1em;
	color: #0261b3;
	font-size: .9em;
	-moz-box-shadow: 2px 2px 2px #999;
	-webkit-box-shadow: 2px 2px 2px #999;
	box-shadow: 2px 2px 2px #999;
	width: 150px;
}

.tooltiplong	{
	position: absolute;
	display: none;
	margin-left: 10px;
	margin-right: 1em;
	border: 1px solid #c9c9c9;
	background: #ffffff;
	line-height: 1.4em;
	letter-spacing: 1px;
	padding: 0.5em 1em;
	color: #0261b3;
	font-size: 1em;
	-moz-box-shadow: 2px 2px 2px #999;
	-webkit-box-shadow: 2px 2px 2px #999;
	box-shadow: 2px 2px 2px #999;
	width: 300px;
}

.tooltip table tr{
	vertical-align: top;
}

.blog-template .bannerBeat {margin: 0 0 10px;}

.blog-template .entryTitle {font-size: 16px;font-weight: 300;}

.blog-template tr.tableRowContent,
.blog-template tr.tableRowFooter,
.blog-template td.readBtnTD {display: none;}

.categoryHolder {
	background: none repeat scroll 0 0 #EFEFEF;
	border-radius: 5px 5px 5px 5px;
	margin: 0 0 20px;
	padding: 3px;
}

.categoryHolder a {
	color: #166EB6;
	display: block;
	font-size: 14px;
	padding: 5px 10px;
	text-decoration: none;
}

.categoryHolder a:hover {
	background:#d6d6d6;
	border-radius:3px;
	color:#2f3236;
}

.authorBox {
	background: none repeat scroll 0 0 #EFEFEF;
	border-radius: 5px 5px 5px 5px;
	color: #166EB6;
	font-size: 13px;
	margin: 10px 0;
	padding: 3px;
}

.authorBox a.name-link {
	color:#166eb6;
	display:inherit;
	font-size:14px;
	font-weight:bold;
	padding:0;
	text-decoration:none
}

.bannerBeatListing tr.tableRowFooter td, .share-options {
	border-bottom: 1px solid #D2D2D2;
	border-top: 1px solid #D2D2D2;
	padding: 3px 0;
}

.bannerBeat {
	margin: 0 0 20px;
}

.entryTitle {
	font-size: 18px;
}

	/* OLD STYLES */

div#focusVP {
    background: url(/resources/default/images/gripSm.jpg) no-repeat bottom center #000;
    padding: 0;
    width: 960px;
    height: 74px;
    border-radius: 3px 3px 0 0;
}div.mainVPBlock {
    padding: 20px 20px 20px 20px;
}div.VP1 {
    width: 492px;
    height: 280px;
    padding: 10px;
    background: #e5e5e5;
    border-radius: 5px;
    float: left;
}
div.VP2 {
    width: 368px;
    height: 280px;
    padding: 10px;
    background: #e5e5e5;
    border-radius: 5px;
    float: right;
}
div.VP3 {
    width: 520px;
    height: 160px;
    padding: 10px;
    background: #e5e5e5;
    border-radius: 5px;
    float: left;
    margin: 20px 0 0 0;
}
div.VP32 {
    width: 520px;
    height: 140px;
    padding: 10px;
    background: #e5e5e5;
    border-radius: 5px;
    float: left;
    margin: 20px 0 0 0;
}
div.VP4 {
    width: 340px;
    height: 340px;
    padding: 10px;
    background: #e5e5e5;
    border-radius: 5px;
    float: right;
    margin: 20px 0 0 0;
}
div.VP5 {
    width: 340px;
    height: 240px;
    padding: 10px;
    background: #e5e5e5;
    border-radius: 5px;
    float: left;
    margin: 20px 0 0 0;
}
div.VP5 ul li {
    font-size: 12px;
    color: #676767;
}
div.VP6 {
    width: 250px;
    height: 245px;
    padding: 10px 5px 5px 5px;
    background: #e5e5e5;
    border-radius: 5px;
    margin: 20px 0 0 0;
    float: right;
}
div.VP7 {
    width: 250px;
    height: 245px;
    padding: 10px 5px 5px 5px;
    background: #e5e5e5;
    border-radius: 5px;
    float: right;
    margin: 20px 0 0 20px;
}
div.VP6 div.VPtitle, div.VP7 div.VPtitle {
    z-index: 10;
    position: relative;
    background: url(/resources/images/vpTitleBar.png) no-repeat;
    width: 155px;
    height: 38px;
    padding: 0 0 0 15px;
    line-height: 42px;
    color: #fff;
    font-size: 17px;
    margin: 0 0 0 -9px;
    float: left;
}div.VPtitle {
    z-index: 10;
    position: relative;
    background: url(/resources/images/vpTitleBar.png) no-repeat;
    width: 155px;
    height: 38px;
    padding: 0 0 0 20px;
    line-height: 42px;
    color: #fff;
    font-size: 18px;
    margin: 0 0 0 -14px;
    float: left;
}
div.VPtitleLong {
    z-index: 10;
    position: relative;
    background: url(/resources/images/titleLong.png) no-repeat;
    width: 190px;
    height: 38px;
    padding: 0 0 0 20px;
    line-height: 42px;
    color: #fff;
    font-size: 18px;
    margin: 0 0 0 -14px;
    float: left;
}
div.VPtitleMed {
    z-index: 10;
    position: relative;
    background: url(/resources/images/titleMed.png) no-repeat;
    width: 172px;
    height: 38px;
    padding: 0 0 0 20px;
    line-height: 42px;
    color: #fff;
    font-size: 18px;
    margin: 0 0 0 -14px;
    float: left;
}
div.archiveBtn {
    color: #fff;
    background: url(/resources/images/arrowEdge.jpg) left top no-repeat #8e8e8e;
    width: 65px;
    float: right;
    height: 24px;
    line-height: 23px;
    padding: 0 0 0 15px;
    font-size: 11.5px;
    font-weight: bold;
    z-index: 11;
    position: relative;
    margin: 8px -10px 0 0;
}
div.viewAllBtn {
    color: #fff;
    background: url(/resources/images/arrowEdge.jpg) left top no-repeat #8e8e8e;
    width: 55px;
    float: right;
    height: 24px;
    line-height: 23px;
    padding: 0 0 0 15px;
    font-size: 11.5px;
    font-weight: bold;
    z-index: 11;
    position: relative;
    margin: 8px -10px 0 0;
}
div.viewAllBtn a {
    color: #fff;
    text-decoration: none;
}
div.viewAllBtn a:hover {
    color: #000;
}
div.timeStamp, a.timeStamp {
    width: 250px;
    font-size: 11px;
    display: inline;
    margin: 0 0 0 7px;
    background: #a3aeb6;
    border-radius: 3px;
    color: #fff;
    padding: 5px;
    top: 13px;
    z-index: 12;
    position: relative;
    text-decoration: none;
}
div.archiveBtn a {
    color: #fff;
    text-decoration: none;
}
div.archiveBtn a:hover {
    color: #000;
}div.VPcontentBlockInner {
    background: #efefef;
    padding: 12px;
    font-size: 12px;
    line-height: 18px;
    color: #303030;
}
div.VPcontentBlockInner p {
    margin: 0;
}
div.VPcontentBlockInner img {
    border: 3px solid #d6d6d6;
    float: left;
    margin: 0 12px 28px 0;
}a.VPbtn {
    background: url(/resources/default/images/buttonBg.jpg) repeat-x top center #1d66b0;
    display: inline;
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

hr {border-top: 1px solid #ccc;}
a.VPbtn:hover {
    text-decoration: underline;
}div.VP4 table tbody tr td {
    font-size: 14px;
    color: #575757;
}div.VP1 td.mediaCell div {
    padding: 0;
    width: 170px;
    overflow: hidden;
    border: 4px solid #efefef;
    border-radius: 5px;
    height: 125px;
}
div.VP1 td.mediaCell div img {
    border-radius: 0;
}
span.glossWord {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
span.glossPhon {
    font-size: 14px;
    color: #545454;
}
span.glossDefine {
    font-size: 14px;
    color: #7f7f7f;
}
div.glossHr {
    width: 97%;
    height: 2px;
    background: url(/resources/images/glossHr.jpg) repeat-x top center;
    clear: both;
    margin: 10px auto;
    font-size: 0;
    line-height: 0;
}
div.VP1 a.moreInfo {
    background: url(/resources/default/images/buttonBg.jpg) repeat-x top center #1d66b0;
    display: inline;
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
div.VP1 a.moreInfo:hover {
    text-decoration: underline;
}
div.VP1 td.publishDate {
    font-size: 12px;
    background: #a3aeb6;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    letter-spacing: .5px;
    padding: 5px 5px 5px 7px;
}
div.VP1 td.textCell {
    padding: 5px 0 0 5px;
    vertical-align: top;
    font-size: 14px;
}
div.VP1 td.textCell div {
    background: none repeat scroll 0 0 #efefef;
    color: #303030;
    font-size: 14px;
    line-height: 18px;
    padding: 7px 10px;
    border-radius: 5px;
    height: 119px;
    overflow: hidden;
}
div.VP1 td.textCell div.clear {
    background: 0;
    color: #;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    height: 0;
    width: 0;
}
div.VP1 td.mediaCell {
    padding: 5px 0 0 0;
    vertical-align: top;
}
div.VP1 td.shareMore a.floatRightPlease {
    float: right;
    display: inline;
}
div.VP1 a.entryTitle {
    padding: 10px 0 5px 0;
}
div.VP1 td.shareMore {
    padding: 12px 0 12px 0;
}
div.VP1 td.shareMore a {
    display: none;
}.viewPortMain {
    background: url(/resources/default/images/vpTitleBg.jpg) scroll 0 0;
    height: 60px;
    color: #fff;
    font-size: 34px;
    padding: 14px 0 0 20px;
}div.VP1 #learnPageBeat div.publishDate {
    background: none repeat scroll 0 0 #a3aeb6;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .5px;
    padding: 5px 5px 5px 7px;
}
div.VP1 #learnPageBeat td.mediaCell img {
    border: 4px solid #efefef;
    border-radius: 5px 5px 5px 5px;
    height: 125px;
    overflow: hidden;
    padding: 0;
    width: 170px;
}
div.VP1 #learnPageBeat td.textCell {
    font-size: 14px;
    padding: 5px 5px 0 0;
    vertical-align: top;
}
#learnPageBeat div.bannerBeatListing tr.tableRowFooter td {
    padding: 10px 0 5px;
    text-align: right;
}
#learnPageBeat a.entryTitle {
    font-size: 16px;
    padding: 5px 0;
}
#learnPageBeat div.anythingSlider {
    height: 280px;
    width: 492px;
    padding: 0;
}
#learnPageBeat div.anythingSlider .anythingWindow {
    border: 0;
}
#learnPageBeat tr.tableRowFooter {
    display: none;
}
#learnPageBeat .readBtnTD {
    padding: 10px 0 0;
}
.map-us  {
    background:  url('http://www.bannerview.com/os/resources/media/tiny-map-bg.png') no-repeat left center;
     width:  77px;
     height:  34px;
     float:  right;
    padding:  25px 0 0 102px;
    margin-top:  60px;
}

.map-us a  {
    color:  #fff;
    text-decoration:  none;
    text-transform:  uppercase;
}
.errorText  {
    font-size:  11px;
}
.specialContact input[type=text]  {
    margin-bottom:  5px;
     border:  none;
    height:  32px;
     line-height:  32px;
     width:  262px;
    padding:  0 5px;
    background:  url('http://www.bannerview.com/os/resources/media/med-input.gif');
}
.specialContact input.phoneNumber  {
    margin-bottom:  5px;
     border:  none;
    height:  32px;
     line-height:  32px;
     width:  181px;
    padding:  0 5px;
    background:  url('http://www.bannerview.com/os/resources/media/sm-input.gif');
}
.specialContact textarea  {
    margin-bottom:  5px;
     border:  none;
    height:  115px;
     width:  272px;
    padding:  0 5px;
    background:  url('http://www.bannerview.com/os/resources/media/med-textarea.gif');
}
.specialContact div.submitButton input  {
     background:  url('http://www.bannerview.com/os/resources/media/submit.gif');
     border:  0 none;
     border-radius:  0;
     color:  #FFFFFF;
     font-weight:  bold;
     height:  44px;
     text-align:  center;
     text-transform:  uppercase;
     width:  233px;
    ;
 }
.specialContact div.submitButton  {
    text-align:  center;
    padding:  0;
}
#commentContainer {
    background: #efefef;
    border-radius: 5px;
    padding: 10px;
    text-align: right;
    margin: 0 10px 15px 0;
    font-style: italic;
}
.testimonialsCampaign {width: 100%;}

span.timeStamp {
    color: #166eb6;
    font-size: 10px;
    text-align: left;
}
div.twtr-hd, div.twtr-ft {
    display: none;
}
div.twtr-timeline {
    overflow: scroll;
    overflow-x: hidden;
}
 .gripsbox  {
     background:  url('../images/grips-bg.jpg');
     height:  740px;
     margin:  0 0 15px;
     padding:  36px 32px 20px 46px;
 }
 .gripsection  {
     background:  #fff;
     -moz-border-radius:  10px;
     -webkit-border-radius:  10px;
     border-radius:  10px;
     border:  1px solid #333;
     float:  left;
     height:  111px;
     margin:  0 12px 21px 0;
     padding:  10px 10px 6px;
     position:  relative;
     width:  260px;
 }
 .blanksection  {
     float:  left;
     height:  111px;
     margin:  0 12px 21px 0;
     padding:  10px 10px 6px;
     position:  relative;
     width:  260px;
 }
 .gripicon  {
     float:  left;
     width:  95px;
 }
 .gripinfos  {
     float:  left;
     font-size:  12px;
     width:  140px;
     padding:  0 0 0 20px;
 }
 .gripinfos p {
 	letter-spacing: 0px;
     line-height: normal;
 }
 .gripinfos h3  {
     font-size:  15px;
 	margin: 0;
 }
 .gripinfos a.moreInfo  {
     bottom:  6px;
     position:  absolute;
     right:  10px;
 }
div.floatingElement {
    z-index: 10;
    position: absolute;
    width: 400px;
    height: 380px;
    margin: 32px 0 0 535px;
    background: #ccc;
    border-radius: 5px;
}
div.floatingElementAlbum {
    z-index: 10;
    position: absolute;
    width: 413px;
    height: 456px;
    margin: 0 0 0 535px;
    background: url(/resources/images/albumImage.png) no-repeat top center;
}
div.floatingElementBeat {
    z-index: 10;
    position: absolute;
    width: 505px;
    height: 417px;
    margin: 30px 0 0 420px;
    background: url(/resources/images/beatImage.png) no-repeat top center;
}
div.floatingElementCampaigner {
    z-index: 10;
    position: absolute;
    width: 461px;
    height: 507px;
    margin: -40px 0 0 515px;
    background: url(/resources/images/campaignerImage.png) no-repeat top center;
}
div.floatingElementCharge {
    z-index: 10;
    position: absolute;
    width: 438px;
    height: 384px;
    margin: 20px 0 0 522px;
    background: url(/resources/images/chargeImage.png) no-repeat top center;
}
div.floatingElementDate {
    z-index: 10;
    position: absolute;
    width: 441px;
    height: 410px;
    margin: 0 0 0 519px;
    background: url(/resources/images/dateImage.png) no-repeat top center;
}
div.floatingElementFile {
    z-index: 10;
    position: absolute;
    width: 408px;
    height: 371px;
    margin: 40px 0 0 540px;
    background: url(/resources/images/filesImage.png) no-repeat top center;
}
div.floatingElementForms {
    z-index: 10;
    position: absolute;
    width: 431px;
    height: 435px;
    margin: 40px 0 0 540px;
    background: url(/resources/images/formsImage.png) no-repeat top center;
}
div.floatingElementRoster {
    z-index: 10;
    position: absolute;
    width: 478px;
    height: 353px;
    margin: 13px 0 0 475px;
    background: url(/resources/images/rosterImage.png) no-repeat top center;
}
div.floatingElementRsvp {
    z-index: 10;
    position: absolute;
    width: 455px;
    height: 361px;
    margin: 0 0 0 490px;
    background: url(/resources/images/rsvpImage.png) no-repeat top center;
}
div.floatingElementSurvey {
    z-index: 10;
    position: absolute;
    width: 470px;
    height: 418px;
    margin: 0 0 0 490px;
    background: url(/resources/images/surveyImage.png) no-repeat top center;
}
div.floatingElementWso {
    z-index: 10;
    position: absolute;
    width: 414px;
    height: 471px;
    margin: 20px 0 0 526px;
    background: url(/resources/images/wsoImage.png) no-repeat top center;
}
div.floatingElementMailer {
    z-index: 10;
    position: absolute;
    width: 477px;
    height: 427px;
    margin: -20px 0 0 480px;
    background: url(/resources/images/mailerPose.png) no-repeat top center;
}
div.floatingElementEcommerce {
    z-index: 10;
    position: absolute;
    width: 479px;
    height: 490px;
    margin: 50px 0 0 481px;
    background: url(/resources/images/ecommerceImage.png) no-repeat top center;
}
div.floatingElementContent {
    z-index: 10;
    position: absolute;
    width: 400px;
    height: 380px;
    margin: 32px 0 0 535px;
    border-radius: 5px;
}
div.floatingElementLong {
    z-index: 10;
    position: absolute;
    width: 400px;
    height: 530px;
    margin: 40px 0 0 540px;
    border-radius: 5px;
}
div.backToBlue {
    z-index: 3;
    position: absolute;
    margin: 15px 0 0 775px;
}
div.demoFrame {
    background: url(/resources/images/demoFrame.png) no-repeat;
    z-index: 22;
    position: absolute;
    width: 110px;
    height: 137px;
    padding: 25px 0 0 210px;
}
div.demoFrame p {
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 0 10px;
}
div.demoFrame p span {
    font-weight: normal;
}
img.demoImage {
    position: relative;
    z-index: 21;
    margin: 7px 0 0 7px;
}

 .fitslist  {
     float:  left;
     width:  627px;
 }
 .demolink  {
     float:  left;
     padding:  60px 0 0 0;
     width:  273px;
 }
ul.arrowList {
    list-style-image: url(/resources/images/arrow.jpg);
}
ul.arrowDark {
    list-style-image: url(/resources/default/images/arrowDark.gif);
    margin: 0;
}
ul.arrowList li {
    margin: 3px 0 0 25px;
}

.video-trans {
    border-radius:  10px;
    -moz-box-shadow:  inset 0 0 5px #888;
     -webkit-box-shadow:  inset 0 0 5px#888;
     box-shadow:  inner 0 0 5px #888;
    padding:  10px;
    min-height:  150px;
    font-style:  italic;
    margin:  0 0 10px;
}

#panel {
    position: relative;
    height: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    overflow: hidden;
    text-align: left;
    padding: 0;
}
#panel_contents {
    height: 100%;
    width: 880px;
    position: absolute;
    z-index: -1;
}
#panel h1 {
    text-align: center;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    color: white;
    font-weight: normal;
    line-height: 35px;
    left: 275px;
    position: absolute;
    top: 10px;
}
#panel h2 {
    text-align: center;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    color: #447c6f;
    line-height: 25px;
    font-size: 16px;
    position: absolute;
    top: 60px;
    left: 350px;
}
.panel_button {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 1px;
    width: 173px;
    height: 25px;
    cursor: pointer;
}
.panel_button img {
    position: relative;
    top: 10px;
    border: 0;
}
div.panel_button a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: 5px;
    left: 10px;
    font-family: Arial, Helvetica, sans-serif;
    background: #084692;
    padding: 7px 12px;
    border-radius: 0 0 5px 5px;
}
.panel_button a:hover {
    color: #b1e562;
}
div#toppanel {
    margin-left: 0;
    padding: 0;
    position: relative;
    z-index: 11;
}
div.hosting table.adminTableBorder {
    border: 1px solid #666666;
    margin: auto;
    text-align: left;
    width: 95%;
}
div.hosting table .tableRow2 {
    background-color: #F4F4F4;
}
div.hosting table .tableRow1 {
    background-color: #DDE4EB;
}
div.hosting table.adminTable {
    border: medium none;
    margin: auto;
    text-align: left;
    width: 95%;
}
.row2, .adminTableBorder .tableRow2, .ecom-tableRow2 {
    background-color: #F3F3F3;
}

.pad0 .bannerCampaignerCell {padding: 0 !important;}

.offerings-page h1 {
	color: #15549b;
}
.offerings-page h1 span {
	color: #217ce5;
	font-size: 40px;
	font-weight: 300;
}
.offerings-page h2 {
	color: #15549b;
	font-size: 30px;
}
.offerings-page ul li {
	padding-bottom: 10px;
}
.offering {
	display: block;
	height: 215px;
	margin: 0 0 30px 0;
	padding: 20px 0 0 0;
	width: 401px;
}
.offer1 {
	background: url('../images/promo-offer.jpg');
	height: 214px;
	width: 397px;
}
.offer2 {
	background: url('../images/hosting-offer.jpg');
	float: right;
}
.offer3 {
	background: url('../images/package-offer.jpg');
}
.offering h2 {
    color:  #001742;
    text-align:  center;
    font-size:  32px;
}
.offering h2 span {
    color:  #fff;
    font-weight:  normal;
    text-shadow:  1px 1px 1px #001742;
}
.offering a {
	display: block;
	color: #fff;
	font-weight: bold;
	float: right;
	height: 37px;
	line-height: 37px;
	margin: 22px 30px 0 0;
	text-align: center;
	text-decoration: none;
	width: 129px;
}
.offer2 a {
	margin: 20px 44px 0 0;
}
.offer3 a {
	height: 31px;
	line-height: 31px;
	width: 98px;
}
hr.div {
	background: url('../images/divider.gif');
	height: 2px;
	border: 0;
	margin: 40px 0;
}
.pad20 {padding: 20px;}
.padt0 {padding-top: 0;}

.grey-box {
	background: #ebebeb;
	border: 1px solid #bebbba;
	border-radius: 20px;
	padding: 25px 0 25px 40px;
}
.video-area {
	float: left;
	width: 640px;
}
.video-th {
	float: left;
	text-align: center;
	width: 238px;
}
.br1dot {border-right: 1px dotted #999;}
.br1dot000 {border-right: 1px dotted #000;}
.bb1dot {border-bottom: 1px dotted #999;}

h2 span {color: #217ce5;font-weight: normal;}
.small div.bannerBeat .tableRowHeader td, .small .entryTitle {
    font-size: 12px;
}
.padt10 {padding-top: 10px;}
.smaller {font-size: 13px;}
.smallest {font-size: 10px;}
.marr0 {margin-right: 0;}

.packages {
	padding: 10px 16px;
	border-top: 6px solid #c9d5de;
}
.package {
	float: left;
	width: 231px;
	background: #eef8ff;
	border-top: 1px solid #c9d5de;
	border-bottom: 1px solid #c9d5de;
	border-left: 1px solid #c9d5de;
	margin: 18px 0;
	padding: 10px 0 20px;
}
#premierPack {border-right: 1px solid #c9d5de;border-left: 0;}
.packageFocus {
	color: #fff;
	float: left;
	width: 232px;
	background: #15549b;
	padding: 29px 0 36px;
	border-radius: 10px;
}
.packages .title {
	padding: 5px 0 12px;
	text-align: center;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.2em;
}
.packages .price {
	font-size: 0.8em;
	color: #78a0cb;
	background: #fff;
	padding: 5px;
	text-align: center;
	border-top: 1px solid #c9d5de;
	border-bottom: 1px solid #c9d5de;
}
.packages .price .per-month {
	color: #8e0000;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 2em;
}
.packageFocus .price {
	font-size: 0.8em;
	color: #fff;
	padding: 6px 5px;
	text-align: center;
	background: #217be3;
	background: -moz-linear-gradient(top,  #217be3 0%, #1967ad 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#217be3), color-stop(100%,#1967ad));
	background: -webkit-linear-gradient(top,  #217be3 0%,#1967ad 100%);
	background: -o-linear-gradient(top,  #217be3 0%,#1967ad 100%);
	background: -ms-linear-gradient(top,  #217be3 0%,#1967ad 100%);
	background: linear-gradient(to bottom,  #217be3 0%,#1967ad 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#217be3', endColorstr='#1967ad',GradientType=0 );
	border: none;
}
.packageFocus .price .per-month {color: #fff;}
.packages .specs {height: 210px;padding: 10px;font-size: 0.88em;}
.packages .specs p {letter-spacing: 0;}
.packages .specs ul li {font-size: 0.8em; margin-bottom: 5px;letter-spacing: 0;}

table.packagesTable {width:100%;font-size: 13px;}
table.packagesTable td{padding:5px;border-bottom:1px solid #c1c1c1;border-right:1px solid #c1c1c1}
table.packagesTable td.lastPlace{border-right:0}
table.packagesTable tr.compareTitleRow td{color:#15549b;padding:10px 5px;background:#eef8ff;font-weight: bold;}
table.packagesTable tr.compareTitleRow td.packFocus {background: #15549b;}
td.middleCells{background:#ececec;}
tr.row2Cells{background:#f2f2f2}

.grey-video {
	background: url('../images/video-btn.gif') no-repeat center;
	height: 360px;
	margin: auto;
	padding: 0 0 0 72px;
	width: 717px;
}

.grey-video table.bannerCampaignerTable {margin: 0;}

.hosting-left {
	background: #f4f4f4 url('../images/gradient-ffffff-200-100-0.png') repeat-x 0 0;
	border-right: 1px solid #e5e4e3;
	border-bottom: 1px solid #e5e4e3;
	border-left: 1px solid #e5e4e3;
	float: left;
	padding: 0 9px 0 8px;
	width: 220px;
}

.hosting-left ul {
	background: #ffffff;
	border: 1px solid #c0bdbc;
	border-radius: 10px;
	list-style-type: none;
	margin: 0 0 20px;
	padding: 20px 10px;
}

.hosting-left ul li {
	border-bottom: 1px solid #c0bdbc;
	padding: 5px 0;
}

.hosting-left ul li a {
	text-decoration: none;
}

.hosting-left h2 {
	background: #3366CC;
	border-radius: 10px;
	color: #fff;
	font-size: 17px;
	padding: 4px 0;
	text-align: center;
	text-transform: uppercase;
}

.hosting-main {
	float: right;
	font-size: 14px;
	width: 709px;
}

.hside-table {
	background: #ffffff;
	border: 1px solid #c0bdbc;
	border-radius: 10px;
	font-size: 14px;
	list-style-type: none;
	margin: 0 0 20px;
	padding: 10px 10px 20px;
}

.hside-table td.row1 {
	padding: 10px 0 0;
}

.hside-table td.row2 {
	background: none;
	border-bottom: 1px solid #c0bdbc;
	padding: 3px;
	text-align: right;
}

.hside-table td.row2no {
	background: none;
	padding: 3px;
	text-align: right;
}

.hosting h1 {
	background: #dde4eb;
	border-radius: 10px;
	font-size: 17px;
	padding: 4px 0 4px 20px !important;
	text-transform: uppercase;
}

.host-table {
	background: #f4f4f4 url('../images/gradient-ffffff-200-100-0.png') repeat-x 0 0;
	border-right: 1px solid #e5e4e3;
	border-bottom: 1px solid #e5e4e3;
	border-left: 1px solid #e5e4e3;
}

.host-table td {
	padding: 10px 0;
}

.host-table tr.row-2 td {
	background: #dde4eb;
}

.host-table a {text-decoration: none;}

.host-footer a {padding: 0 10px;text-decoration: underline;}

.adminTableBorder {border-radius: 10px;}
.adminTableBorder tr.tableRowHeader td {background: #15549B;color: #fff;border-radius: 10px 10px 0 0;}
.adminTableBorder tr.tableRowHeader a {color: #fff;}
.rowHighlight {background:#DDE4EB;}

div.AuthorizeNetSeal {float: left; margin: 5px 0 0 25px !important;}
.mobile-link {float: left;margin: 5px 0 0 20px !important;}

.whr {
	float: left;
	font-size: 9px;
	text-align: center;
	margin-left: 10px;
}
.whr a{
	text-decoration: none;
}


hr.dotted {background: none;border: none;height: 1px; border-bottom: 1px dotted #000;margin: 30px 0;}

.banner-buys {
	background: url('../images/digitalbg.jpg') no-repeat;
	border-radius: 20px;
	font-weight: normal;
	height: 348px;
	margin-bottom: 20px;
	padding: 55px 90px 0 46px;
}
.buy-left {
	color: #fff;
	float: left;
	font-size: 72px;
	text-shadow: 1px 1px 0 #064278;
}
.buy-left span {
	color: #064278;
	font-variant: small-caps;
	text-shadow: 1px 1px 0 #fff;
}
.buy-right {
	color: #e7e7e7;
	float: right;
	font-size: 34px;
	padding: 200px 0 0 0;
	text-shadow: 1px 1px 0 #064278;
}
.seafoam {color: #caffb8;}


/*//---------------------------------------------*/
/*// Personal Branding Form						 */
/*//---------------------------------------------*/

.personal-brand-form {
	background-color: #e3e3e3;
	padding: 1em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.personal-brand-form input[type="text"] {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 2em;
}

.landing-page .personal-brand-form input[type="text"] {
	width: 270px;
}

.personal-brand-form .submitButton {
	text-align: center;
}

.personal-brand-form input[type="submit"] {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #c40015;
	background-image: -moz-linear-gradient(#c40015, #94000d);
	background-image: -webkit-linear-gradient(#c40015, #94000d);
	background-image: -ms-linear-gradient(#c40015, #94000d);
	background-image: linear-gradient(#c40015, #94000d);
	background-repeat: repeat-x;
	border-color: #000000;
	border-style: solid;
	border-width: 0px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
	color: #f6ff3e;
	cursor: pointer;
	font-size: 120%;
	font-weight: bold;
	margin: 0.5em auto 0;
	padding: 5px;
	height: 70px;
}

.blue-showcase {
	background: url('../images/blue-showcase.gif');
	color: #fff;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 0 30px 1px;
	height: 113px;
	padding: 13px;
}

.bos-side-nav li a.btn-red {
	background: url('../images/btn-red.png') no-repeat scroll 0 0;
	display: block;
	height: 27px;
	width: 108px;
	line-height: 27px;
	text-align: center;
	padding-right: 0;
	padding-left: 0;
	color: #ffffff;
	font-family: "Arial Black", "arial_blackregular", "Arial Bold", Gadget, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: -0.5px;
	margin-top: 7px;
	margin-left: 10px;
}

.bos-side-nav li a.btn-red:hover {
	color: #ffffff;
}

.conference {
	font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: 500;
}

.conference p, .conference ul {
	letter-spacing: -0.5px;
}

.conference .screen {
	float: left;
	background: url('../images/screen.jpg') no-repeat scroll 0 0;
	min-height: 245px;
	width: 298px;
	padding-top: 28px;
	padding-left: 12px;
	color: #217ce5;
	font-size: 20px;
	text-align: center;
	margin-top: 6px;
	margin-right: 23px;
}

.conference .screen-archived {
	padding-top: 70px;
	min-height: 203px;
}

.conference .screen-archived .sponsors {
	margin-top: 146px;
}

.conference .screen p {
	margin-bottom: 16px;
	line-height: 25px;
}

.conference .screen span {
	color: #d04029;
	font-size: 27px;
}

.conference .screen .btn {
	background: url('../images/btn-sm.png') no-repeat scroll 0 0;
	display: inline-block;
	height: 69px;
	width: 238px;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	font-weight: normal;
	font-size: 31px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	padding-right: 11px;
	padding-bottom: 5px;
	margin-left: 12px;
	text-shadow: 1px 1px 1px #000000;
	line-height: 69px;
	margin-bottom: 80px;
}

.conference h1 {
	color: #217ce5;
	font-size: 42px;
	line-height: 42px;
	margin-bottom: 0.6em;
}

.conference h1 span {
	color: #15549b;
	font-size: 30px;
}

.conference .intro {
	float: left;
	width: 627px;
}

.conference .intro hr {
	margin-top: 24px;
	margin-bottom: 24px;
	border: 0;
	background-color: #082b60;
	height: 1px;
	width: 627px;
}

.conference .intro .info {
	text-align: center;
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 1.25em;
}

.conference .intro .info .title {
	color: #be9400;
	font-size: 34px;
	margin-bottom: 3px;
}

.conference .intro .info .date {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 1px;
}

.conference .intro .info .detail {
	color: #217ce5;
}

.conference .intro .info .location {
	text-align: center;
	margin-left: 135px;
	/*margin-left: 116px;
	margin-left: 231px;*/
}

.conference hr {
	background: url('../images/hr.png') no-repeat scroll 0 0;
	height: 9px;
	width: 960px;
	border: 0;
	margin-top: 33px;
	margin-bottom: 33px;
}

.conference h3 {
	color: #15549b;
	font-size: 22px;
	margin-bottom: 0.5em;
}

.conference h3 span {
	color: #be9400;
}

.conference h3 span.price {
	color: #d04029;
	font-size: 35px;
}

.conference .highlight {
	color: #217ce5;
}

.conference ul {
	list-style-type: none;
	margin-top: 0;
	margin-right: 64px;
	margin-bottom: 0;
	margin-left: 0;
}

.conference ul li {
	background: url('../images/bullet.png') no-repeat scroll 0 3px;
	padding-left: 36px;
	margin-bottom: 24px;
}

.conference .navbar-inner ul {
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
}

.conference .navbar-inner ul li {
	background: none;
	padding-left: 0;
	margin-bottom: 0;
	width: 158px;
}

.conference .navbar-inner ul.nav-archived li {
	width: 204px;
}

.conference .navbar-inner ul li.divider-vertical {
	background: none;
	padding-left: 0;
	margin-bottom: 0;
	width: 0;
}

.conference hr.normal {
	background-image: none;
	background-color: #082b60;
	height: 1px;
}

.conference h2 {
	color: #217ce5;
	font-size: 33px;
	line-height: 33px;
}

.conference h2 a {
	color: #217ce5;
}

.conference .keyspeak {
	font-size: 14px;
}

.conference .keyspeak .name {
	color: #000000;
}

.conference .keyspeak .left {
	border-right: 1px dotted #959595;
	float: left;
	padding-right: 29px;
	width: 450px;
	height: 200px;
}

.conference .keyspeak .right {
	float: left;
	padding-left: 30px;
	width: 450px;
	height: 200px;
}

.conference .speakers {
	font-size: 14px;
}

.conference .speakers .name {
	color: #000000;
}

.conference .speakers .left {
	float: left;
	padding-right: 27px;
	width: 198px;
	height: 347px;
}

.conference .speakers .mid-left {
	float: left;
	border-right: 1px dotted #959595;
	border-left: 1px dotted #959595;
	padding-right: 27px;
	padding-left: 27px;
	width: 198px;
	height: 347px;
}

.conference .speakers .mid-right {
	float: left;
	border-right: 1px dotted #959595;
	padding-right: 27px;
	padding-left: 27px;
	width: 198px;
	height: 347px;
}

.conference .speakers .right {
	float: left;
	padding-left: 27px;
	width: 198px;
	height: 347px;
}

.conference .photos {
	float: right;
	width: 680px;
}

.conference .photos img {
	margin-right: 10px;
	margin-left: 10px;
}

.conference .books {
	float: right;
	width: 690px;
}

.conference .books img {
	margin-right: 25px;
	margin-left: 25px;
}


.conference a {
	color: #be9400;
	text-decoration: underline;
}

.conference a:hover {
	text-decoration: none;
}

.conference a.smaller {
	font-size: 18px;
}

.conference .table th {
	background-color: #217CE5;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}

.conference .table a {
	color: #217CE5;
}

.conference ul.sessions {
	margin-bottom: 37px;
}

.conference ul.sessions li {
	color: #15549b;
	font-size: 22px;
	background-position: 0 2px;
}

.conference ul.sessions li a {
	font-size: 18px;
}

.conference .btn {
	background: url('../images/btn.png') no-repeat scroll 0 0;
	display: inline-block;
	height: 73px;
	width: 448px;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	font-weight: normal;
	font-size: 31px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-shadow: 1px 1px 1px #000000;
	line-height: 73px;
	border: 0;
	box-shadow: 0 0 0;
}

.conference .sessions {
}

.conference .sessions .headings .session, .conference .sessions .headings .length, .conference .sessions .headings .start, .conference .sessions .headings .end {
	background-color: #217CE5;
	color: #ffffff;
	font-weight: bold;
	border-top: 1px solid #000000;
	text-align: center;
	padding: 10px;
}

.conference .sessions .session {
	float: left;
	width: 305px;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 10px;
}

.conference .sessions .length {
	float: left;
	width: 190px;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 10px;
}

.conference .sessions .start {
	float: left;
	width: 190px;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 10px;
}

.conference .sessions .end {
	float: left;
	width: 190px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 10px;
}

.conference img.fr {
	margin-bottom: 10px;
	margin-left: 10px;
}

.conference .home-sponsor {
	float: left;
	width: 145px;
	margin-right: 4px;
	font-size: 18px;
	color: #3a3a3a;
}

.conference .home-sponsor img {
	width: 145px;
	margin-bottom: 4px;
}

.twitter iframe {
	width: 90px !important;
}

.google div {
	width: 75px !important;
}

.author {
	width: 655px;
	padding: 5px;
	background-color: #e8e8e8;
	font-size: 13px;
	min-height: 83px;
}

.author p {
	line-height: 20px;
	margin-bottom: 5px;
}

.author img {
	margin-right: 5px;
	margin-bottom: 5px;
	width: 83px;
	height: auto;
}

.employee {
	background: #fefefe;
	background: -moz-linear-gradient(top, #fefefe 1%, #eeeeee 54%, #dddddd 54%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fefefe), color-stop(54%,#eeeeee), color-stop(54%,#dddddd), color-stop(100%,#f6f6f6));
	background: -webkit-linear-gradient(top, #fefefe 1%,#eeeeee 54%,#dddddd 54%,#f6f6f6 100%);
	background: -o-linear-gradient(top, #fefefe 1%,#eeeeee 54%,#dddddd 54%,#f6f6f6 100%);
	background: -ms-linear-gradient(top, #fefefe 1%,#eeeeee 54%,#dddddd 54%,#f6f6f6 100%);
	background: linear-gradient(to bottom, #fefefe 1%,#eeeeee 54%,#dddddd 54%,#f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f6f6f6',GradientType=0 );
	height: 406px;
	padding-left: 69px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #000000;
	font-size: 20px;
	line-height: 29px;
	letter-spacing: 1px;
	position: relative;
}

.employee .text {
	padding-top: 192px;
}

.employee .name {
	font-size: 36px;
}

.employee .photo {
	position: absolute;
	right: 18px;
	bottom: 0;
}

.employee .photo img {border-radius: 0;}

.carousel-inner {
	margin: 0 25px;
	width: 910px;
}

.grip-slide {
	float: left;
	text-align: center;
	width: 130px;
}

#gripCarousel .carousel-control {
	left: 0;
	width: 30px;
	height: 30px;
	margin-top: -20px;
	line-height: 20px;
}
#gripCarousel .carousel-control.right {right: 0px;left: auto;}

.grip-slide .popover {font-size: 12px;}

.feature-accordion-group {border-bottom: 1px solid #d6d6d6;}
.feature-accordion-group a {font-size: 18px;}
.feature-accordion-inner {padding-bottom: 20px;}
.feature-plus {
	color: #CCC;
	float: right;
	text-decoration: none;
}
.feature-text {padding: 7px 0;}

.session-accordion-group {
	margin-bottom: 24px;
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 24px;
}
a.session-accordion-toggle {
	background-image: url('../images/bullet-open.png');
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 36px;
	color: #217CE5;
}
.session-accordion-group a.collapsed {
	background-image: url('../images/bullet.png');
}
.session-accordion-inner {
	padding-top: 7px;
	padding-left: 36px;
}
.session-accordion-group .in {
	margin-bottom: -24px;
}
.session-plus {
	color: #CCC;
	float: right;
	text-decoration: none;
}
.session-text {
}

img.fl {margin-right: 10px;}

.all-new-2 {
	position: absolute;
	margin: -30px 0 0 370px;
	width: 141px;
	height: 141px;
}

.bos-employee-stuff {padding: 0 20px;min-height: 400px;}
.borderTable {margin: auto;}

.bos-employee-stuff .borderTable  {
	width: 100%;
}

.bos-employee-stuff .borderTable .tableRowHeader td {
	text-align: center;
}

.bos-employee-stuff .borderTable td {
	width: 50%;
	text-align: left;
}

.dev-page,
.dev-page .feature-accordion-group a {
	font-size: 13px;
	line-height: normal;
}

.dev-page .heading {
	background-color: #EEF8FF;
	color: #15549B;
	font-weight: bold;
	padding: 10px 5px;
	margin: 0;
	font-size: 1em;
	border-bottom: 1px solid #D6D6D6;
	line-height: 20px;
}

.dev-page .feature-accordion-group .heading {
	border-bottom: 0;
	padding-right: 0;
}

.dev-page .feature-accordion-group .heading a {
	color: #15549B;
	text-decoration: none;
}

.dev-page .feature-accordion-group .heading .feature-plus {
	font-weight: normal;
	color: #CCCCCC;
}

.las-vegas {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #000000;
	font-size: 18px;
}

.las-vegas p, ul, ol {
	letter-spacing: 0;
	margin-bottom: 21px;
}

.las-vegas a {
	color: #0033ff;
}

.las-vegas .header {
	background-image: url('http://www.bannerview.com/os/resources/media/tori-banneros.jpg');
	background-repeat: no-repeat;
	background-position: 445px bottom;
	height: 640px;
	margin-top: -49px;
	position: relative;
}

.las-vegas .header h1 {
	font-weight: bold;
	font-size: 55px;
	color: #0000cc;
	padding-top: 15px;
	margin-bottom: 7px;
}

.las-vegas .header h2 {
	font-size: 34px;
	color: #000000;
	font-weight: 300;
	margin-bottom: 26px;
	line-height: 46px;
	text-align: justify;
	width: 594px;
}

.las-vegas .header .star {
	float: right;
	margin-top: -61px;
	margin-right: 430px;
	background-image: url('http://www.bannerview.com/os/resources/media/star.png');
	background-repeat: no-repeat;
	height: 143px;
	width: 169px;
	font-weight: 700;
	text-align: center;
	font-size: 29px;
	padding-top: 26px;
	line-height: 25px;
}

.las-vegas .header .star .small {
	font-size: 21px;
	line-height: 21px;
}

.las-vegas .header .star .large {
	font-size: 39px;
	line-height: 35px;
	font-weight: 700;
}

.las-vegas .header .arrow {
	list-style-type: none;
	color: #0033cc;
	font-size: 34px;
	font-weight: 500;
	margin-bottom: 21px;
	margin-left: 0;
}

.las-vegas .header .arrow li {
	background-image: url('http://www.bannerview.com/os/resources/media/arrow.png');
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 38px;
	padding-left: 59px;
	margin-bottom: 15px;
	white-space: nowrap;
}

.las-vegas .header .videos {
	width: 445px;
	text-align: center;
	font-weight: 400;
}

.las-vegas .header .videos p {
	margin-bottom: 2px;
}

.las-vegas .header .videos .fl {
	color: #666666;
	font-size: 13px;
	font-weight: 300;
}

.las-vegas .header .videos .right {
	margin-left: 63px;
}

.las-vegas .header .videos img {
	border: 1px solid #cccccc;
	box-shadow: 1px 1px 1px #cccccc;
	-moz-box-shadow: 1px 1px 1px #cccccc;
	-webkit-box-shadow: 1px 1px 1px #cccccc;
	margin-bottom: 4px;
}

.las-vegas .header .text {
	line-height: 30px;
	text-align: center;
	width: 445px;
}

.las-vegas .header .words {
	position: absolute;
	bottom: 70px;
	left: 448px;
	color: #ffff00;
	font-size: 22px;
	font-weight: 700;
	text-shadow: 1px 1px 1px #000000;
	-moz-text-shadow: 1px 1px 1px #000000;
	-webkit-text-shadow: 1px 1px 1px #000000;
}

.las-vegas .contents p {
	line-height: 1.67em;
}

.las-vegas .highlight-box {
	background-color: #ffffcc;
	border: 1px solid #000000;
	box-shadow: 1px 1px 1px #cccccc;
	-moz-box-shadow: 1px 1px 1px #cccccc;
	-webkit-box-shadow: 1px 1px 1px #cccccc;
	padding-top: 37px;
	padding-right: 14px;
	padding-bottom: 11px;
	padding-left: 14px;
	text-align: justify;
	margin-bottom: 20px;
	position: relative;
}

.las-vegas .highlight-box h2 {
	position: absolute;
	top: -31px;
	left: 12px;
	background-color: #0033cc;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	color: #ffff00;
	font-size: 34px;
	font-weight: 700;
	text-shadow: 1px 1px 1px #000000;
	-moz-text-shadow: 1px 1px 1px #000000;
	-webkit-text-shadow: 1px 1px 1px #000000;
}

.las-vegas .highlight-box strong {
	font-size: 21px;
}

.las-vegas .highlight-box .fr {
	margin-top: 12px;
	margin-right: -3px;
	margin-bottom: 12px;
	margin-left: 42px;
	color: #666666;
	font-size: 13px;
	font-weight: 300;
}

.las-vegas .highlight-box .fr .video {
	border: 1px solid #cccccc;
	box-shadow: 1px 1px 1px #cccccc;
	-moz-box-shadow: 1px 1px 1px #cccccc;
	-webkit-box-shadow: 1px 1px 1px #cccccc;
	margin-bottom: 4px;
}

.las-vegas .highlight-box .checked {
	list-style-type: none;
	margin-left: 0;
}

.las-vegas .highlight-box .checked li {
	background: url('http://www.bannerview.com/os/resources/media/checked-box.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 12px;
	padding-left: 49px;
	line-height: 30px;
}

.las-vegas .highlight-box .btn-container {
	display: inline-block;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .75);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .75);
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .75);
	margin-bottom: 7px;
}

.las-vegas .highlight-box .btn {
	background: #ffff00;
	background: -moz-linear-gradient(top, #ffff00 0%, #ff9933 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffff00), color-stop(100%,#ff9933));
	background: -webkit-linear-gradient(top, #ffff00 0%,#ff9933 100%);
	background: -o-linear-gradient(top, #ffff00 0%,#ff9933 100%);
	background: -ms-linear-gradient(top, #ffff00 0%,#ff9933 100%);
	background: linear-gradient(to bottom, #ffff00 0%,#ff9933 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#ff9933',GradientType=0 );
	border: 1px solid #000000;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: inset 0px 0px 0px 7px rgba(102, 51, 0, .41);
	-moz-box-shadow: inset 0px 0px 0px 7px rgba(102, 51, 0, .41);
	-webkit-box-shadow: inset 0px 0px 0px 7px rgba(102, 51, 0, .41);
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	text-decoration: none;
	color: #0033cc;
	font-size: 50px;
	text-shadow: -3px -3px #fff,
				 3px -3px #fff,
				 -3px 3px #fff,
				 3px 3px #fff;
	-moz-text-shadow: -3px -3px #fff,
				 3px -3px #fff,
				 -3px 3px #fff,
				 3px 3px #fff;
	-webkit-text-shadow: -3px -3px #fff,
				 3px -3px #fff,
				 -3px 3px #fff,
				 3px 3px #fff;
    padding-top: 37px;
    padding-right: 20px;
    padding-bottom: 37px;
    padding-left: 20px;
}

.las-vegas .highlight-box .pointer {
	position: absolute;
	top: 183px;
	right: 0;
}

.las-vegas .highlight-box .large strong {
	font-size: 24px;
	line-height: 43px;
}

.las-vegas h2 {
	color: #0033cc;
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 28px;
}

.las-vegas .side-box {
	float: right;
	width: 195px;
	background-color: #0033cc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-top: 13px;
	padding-right: 13px;
	padding-bottom: 20px;
	padding-left: 17px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 21px;
	margin-left: 32px;
}

.las-vegas .side-box h3 {
	color: #ffff00;
	font-weight: 700;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 18px;
}

.las-vegas .side-box p {
	margin-bottom: 26px;
}

.las-vegas .side-box .clock {
	background-image: url('http://www.bannerview.com/os/resources/media/clock.png');
	background-repeat: no-repeat;
	height: 154px;
	padding-top: 43px;
	font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
	text-align: center;
	color: #ffff00;
	font-size: 39px;
	line-height: 50px;
	font-weight: 700;
	text-shadow: 1px 2px 1px #000000;
	-moz-text-shadow: 1px 2px 1px #000000;
	-webkit-text-shadow: 1px 2px 1px #000000;
	margin-top: -16px;
	margin-bottom: 13px;
}

.las-vegas .side-box .spacer {
	height: 12px;
}

.las-vegas .side-box p.testimonial {
	margin-bottom: 0;
}

.las-vegas .side-box p.client {
	text-align: right;
	font-size: 12px;
	margin-bottom: 41px;
}

.las-vegas strong em {
	font-weight: 400;
}

.las-vegas .side-box p.marb0,
.marb0 {
	margin-bottom: 0;
}

.las-vegas h3 {
	color: #0033cc;
	font-size: 34px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 4px;
}

.las-vegas .large {
	font-size: 24px;
	font-weight: 400;
}

.las-vegas p.large {
	margin-bottom: 50px;
}

.las-vegas .highlight-bottom {
	margin-top: 45px;
	margin-bottom: 14px;
	font-size: 13px;
	color: #333333;
	padding-top: 50px;
}

.las-vegas .highlight-bottom h3 {
	text-align: center;
	text-transform: uppercase;
	color: #0000cc;
	font-size: 34px;
	margin-bottom: 16px;
}

.las-vegas .highlight-bottom .coupon {
	background-color: #ffffff;
	border: 4px dashed #000000;
	width: 381px;
	box-shadow: 1px 1px 1px #cccccc;
	-moz-box-shadow: 1px 1px 1px #cccccc;
	-webkit-box-shadow: 1px 1px 1px #cccccc;
	text-align: center;
	color: #000000;
	font-size: 24px;
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 7px;
	padding-left: 25px;
	line-height: 34px;
	margin-bottom: 15px;
}

.las-vegas .highlight-bottom .coupon .get-started-bottom {
	position: relative;
	float: none;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 8px;
}


.las-vegas .highlight-bottom .coupon .get-started-bottom .pointer {
	top: 153px;
}

.las-vegas .highlight-bottom .btn-container {
	margin-bottom: 0;
}

.las-vegas .highlight-bottom .coupon img.border {
	border: 1px solid #9c9c9c;
	margin-top: 6px;
}

.las-vegas .restrictions {
	color: #666666;
	margin-bottom: 0;
}

.las-vegas .restrictions strong {
	font-size: 21px;
}

.las-vegas.generic {
	margin-right: -20px;
	margin-left: -20px;
}

.las-vegas.generic .header {
	background: 0 none;
	height: auto;
	margin-bottom: 71px;
}

.las-vegas.generic h1 {
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
	color: #0066ff;
	font-weight: normal;
	padding-top: 15px;
	margin-bottom: 13px;
}

.las-vegas.generic h2 {
	color: #333333;
	font-size: 21px;
	letter-spacing: 1px;
	line-height: 34px;
	font-weight: 200;
	margin-bottom: 40px;
}

.las-vegas.generic h3 {
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
	color: #0066ff;
	font-size: 55px;
	font-weight: normal;
	margin-bottom: -3px;
}

.las-vegas.generic h4 {
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
	color: #0033cc;
	font-size: 34px;
	margin-top: 0;
	margin-bottom: 28px;
}

.las-vegas.generic .header ul {
	list-style-type: none;
	margin-left: 0;
	font-size: 34px;
}

.las-vegas.generic .header ul li {
	line-height: 1em;
	margin-bottom: 21px;
}

.las-vegas.generic .header .fr {
	margin-top: 5px;
	margin-left: 48px;
	color: #999999;
	font-size: 21px;
}

.las-vegas.generic .video {
	border: 1px solid #999999;
	box-shadow: -1px 1px 2px 1px rgba(3, 3, 3, 0.22);
	-moz-box-shadow: -1px 1px 2px 1px rgba(3, 3, 3, 0.22);
	-webkit-box-shadow: -1px 1px 2px 1px rgba(3, 3, 3, 0.22);
	margin-bottom: 6px;
}

.las-vegas.generic .checked {
	list-style-type: none;
	margin-top: 11px;
	margin-right: 75px;
	margin-bottom: 29px;
	margin-left: 0;
}

.las-vegas.generic .checked li {
	background: url('http://www.bannerview.com/os/resources/media/checked-box-sm.png');
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 19px;
	padding-top: 14px;
	padding-left: 48px;
	margin-bottom: 5px;
	letter-spacing: 1px;
	font-size: 1.013em;
	line-height: 1.167em;
}

.las-vegas.generic .checked li strong {
	font-size: 1.167em;
}

.las-vegas.generic .highlight {
	font-weight: bold;
	color: #00cc00;
	text-transform: uppercase;
	font-size: 34px;
	letter-spacing: 1px;
	margin-bottom: 56px;
	line-height: 48px;
}

.las-vegas.generic .highlight-box {
	margin-top: 65px;
	margin-bottom: 42px;
	padding-right: 28px;
	padding-left: 28px;
	padding-bottom: 41px;
}

.las-vegas.generic .highlight-box form {
	margin-bottom: 0;
}

.las-vegas.generic .highlight-box h2 {
	color: #ffff00;
	font-size: 34px;
	font-weight: 700;
	line-height: 1em;
	padding-top: 17px;
	padding-bottom: 10px;
}

.las-vegas.generic .highlight-box h3 {
	color: #0000cc;
	font-size: 34px;
	margin-bottom: 14px;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-weight: bold;
}

.las-vegas.generic .get-started-authorize {
	float: left;
	margin-top: 37px;
	margin-right: 34px;
	width: 215px;
}

.las-vegas.generic .get-started-award {
	float: left;
	margin-top: 37px;
	margin-left: 34px;
	width: 215px;
}

.las-vegas.generic .get-started-coupon {
	float: left;
	width: 444px;
}

.las-vegas.generic .highlight-bottom .coupon {
	width: 386px;
	padding-top: 1px;
	margin-bottom: 13px;
}

.las-vegas.generic .highlight-bottom .coupon .get-started-bottom {
	margin-left: 0;
	margin-bottom: 4px;
}

.las-vegas.generic .highlight-box .btn {
	padding-top: 21px;
	padding-bottom: 19px;
	line-height: 1em;
}

.las-vegas.generic .highlight-bottom .coupon .get-started-bottom .pointer {
	top: 42px;
	right: -4px;
}

.las-vegas.generic .highlight-bottom .coupon img.border {
	margin-top: 8px;
}

.las-vegas.generic .contact {
	line-height: 1.2em;
	margin-top: -15px;
	margin-bottom: 27px;
	padding-right: 270px;
}

.las-vegas.generic .restrictions {
	line-height: 24px;
	margin-bottom: 26px;
}

.portfolio .mediaCell {
	width: 200px;
}

.portfolio .mediaCell img {
	width: 200px;
	height: auto;
}

.portfolio .textCell {
	width: 532px;
}

.blog .mediaCell img {
	max-width: 325px;
	height: auto;
}

.marl5 {
	margin-left: 5px;
}

.social {
	float: left;
	height: 150px;
	width: 470px;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 90px;
}

.social-1 {
	padding-bottom: 90px;
}

.social-2 {
	padding-bottom: 70px;
}

.social-3 {
	padding-bottom: 50px;
}

.social-4 {
	padding-bottom: 70px;
}

.odd {
	margin-left: 10px;
}

.even {
	margin-right: 10px;
}

.social .photo {
	float: left;
	width: 170px;
}

.social .photo img {
	width: 150px;
	height: 150px;
	border-radius: 8px;
}

.social .links {
	float: left;
	width: 300px;
}

.social .links .name {
	font-size: 24px;
	color: #0066CC;
	font-weight: 500;
	margin-bottom: 10px;
}

.social .links .bio {
	margin-bottom: 10px;
}

.social .links .icons {
	position: absolute;
	bottom: 0;
	width: 300px;
}

.social .links img {
	margin-right: 10px;
	margin-bottom: 10px;
	width: 45px;
	height: auto;
}

.social .contact {
	text-align: center;
	margin-top: 88px;
}

.thin-focus {padding: 6px;}
.thin-focus h2 {margin: 0;}

.home-box {width: 282px; margin-right: 57px;}
.home-box-last {width: 282px;}
.home-box, .home-box-last {color: #333333; margin-bottom: 0;}
.home-box p, .home-box-last p {font-size: 14px;}

.marb {
	margin-bottom: 1em !important;
}

.facebook-like {float: left;}
.twitter-tweet {float: left;}
.google-plus1 {float: left;}
.share-email {float: left;}
.comment-fb {float: left;}

.webinar {
	padding-top: 5px;
	padding-right: 22px;
	padding-left: 22px;
	color: #010000;
	font-size: 0.875em;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
}

.webinar img.fr {
	margin-right: -26px;
}

.webinar p {
	letter-spacing: 0;
	line-height: 1.428em;
	margin-bottom: 1.75em;
}

.webinar ol {
	margin-left: 21px;
	margin-bottom: 2.05em;
}

.webinar ol li {
	line-height: 1.714em;
}

.webinar .presenter {
	float: left;
	width: 436px;
}

.webinar .presenter-1 {
	margin-right: 22px;
}

.webinar .presenter-2 {
	margin-left: 22px;
}

.webinar .presenter p {
	text-align: justify;
	font-size: 0.928em;
	line-height: 1.36em;
}

.webinar .presenter img {
	height: 98px;
	margin-top: 5px;
}

.webinar .presenter img.fl {
	margin-right: 8px;
}

.webinar .side-box {
	float: right;
	background: #cccccc;
	background: -moz-linear-gradient(top,  #cccccc 0%, #f4f4f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#f4f4f4));
	background: -webkit-linear-gradient(top,  #cccccc 0%,#f4f4f4 100%);
	background: -o-linear-gradient(top,  #cccccc 0%,#f4f4f4 100%);
	background: -ms-linear-gradient(top,  #cccccc 0%,#f4f4f4 100%);
	background: linear-gradient(to bottom,  #cccccc 0%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#f4f4f4',GradientType=0 );
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow:  1px 2px 1px 0px rgba(3, 3, 3, .75);
	-moz-box-shadow:  1px 2px 1px 0px rgba(3, 3, 3, .75);
	-webkit-box-shadow:  1px 2px 1px 0px rgba(3, 3, 3, .75);
	margin-left: 43px;
	padding-top: 21px;
	padding-right: 21px;
	padding-left: 21px;
	padding-bottom: 21px;
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
}

.webinar .side-box form {
	margin-bottom: 0;
}

.webinar .side-box table.mainTableBorder td,
.webinar .side-box table.mainTableBorder .tableRow1 td,
.webinar .side-box table.mainTableBorder .tableRow2 td {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 18px;
	padding-left: 0;
	vertical-align: bottom;
}

.webinar .side-box table.mainTableBorder td.labelColumn {
	width: auto;
	padding-right: 19px;
}

.webinar .side-box table.mainTableBorder td.fieldColumn {
	width: auto;
}

.webinar .side-box input {
	box-shadow: inset 1px 1px 2px 0px rgba(3, 3, 3, .75);
	-moz-box-shadow: inset 1px 1px 2px 0px rgba(3, 3, 3, .75);
	-webkit-box-shadow: inset 1px 1px 2px 0px rgba(3, 3, 3, .75);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 196px;
	height: 18px;
	margin-bottom: 0;
}

.webinar .side-box .submitButton {
	text-align: center;
	margin-top: 6px;
}

.webinar .side-box .submitButton input {
	background: #ff0000;
	background: -moz-linear-gradient(top, #ff0000 0%, #cc0000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(100%,#cc0000));
	background: -webkit-linear-gradient(top, #ff0000 0%,#cc0000 100%);
	background: -o-linear-gradient(top, #ff0000 0%,#cc0000 100%);
	background: -ms-linear-gradient(top, #ff0000 0%,#cc0000 100%);
	background: linear-gradient(to bottom, #ff0000 0%,#cc0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#cc0000',GradientType=0 );
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow:  1px 2px 1px 0px rgba(3, 3, 3, .75);
	-moz-box-shadow:  1px 2px 1px 0px rgba(3, 3, 3, .75);
	-webkit-box-shadow:  1px 2px 1px 0px rgba(3, 3, 3, .75);
	border: 0;
	color: #ffff00;
	font-size: 2.428em;
	padding-top: 16px;
	padding-right: 27px;
	padding-bottom: 9px;
	padding-left: 27px;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	width: auto;
	height: auto;
	line-height: 1.3em;
}

.table-tutorial td {
	bordeR: none;
}

a#social-btn {
    display:block;
    height:39px;
    width:44px;
    text-align: center;
    background: #CCC;
    color: #fff;
    text-decoration: none;
    font-size: 44px;
    padding-top: 5px;
    float: left;
}

.social-icons img {margin-right: 2px;}

a#social-btn.collapsed:before
{
    content:'+' ;
}
a#social-btn:before
{
    content:'-' ;
}

.first-icons a {display: block;float: left;}
.first-icons {width: 404px;}

#social-box {width: 184px;float: right;}

.mart0 {margin-top: 0;}

#video-links p {font-size: .8em;}

.support-container {margin-bottom: 20px;margin-right: 60px;}
.support-icon {float: left; width: 68px;margin-right: 15px;}