/************* LAYOUT *****************/

/***************************************************************************** 
Sticky footer technique found here:
http://fortysevenmedia.com/blog/archives/making_your_footer_stay_put_with_css/
*****************************************************************************/
html {
	height: 100%;
	margin: 0;
	overflow-y: auto;
	overflow-x: hidden;
}
body {
	height: 100%;
	margin: 0;
	font: 12px Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
a:link, a:visited, a:hover, a:active {
	color: #091e3d;
}	
#wrapper {
	background: #fff url(/images/general/bgTop.jpg) top left repeat-x;
	min-height: 100%;
	margin-bottom: -132px; /*** must equal footer's height ***/
	position: relative;	
}
#innerwrapper {
	margin: 0 auto;
	width: 960px;	
}
#footer {
	background: url(/images/general/bgFooter.jpg) top left repeat-x;
	font: 12px Verdana, Helvetica, sans-serif;
	height: 147px;
	position: relative;	
}
	#innerfooter {
		margin: 0 auto;
		width: 970px;	
	}
	#innerfooter ul {
		margin: 0;
		padding: 16px 0 0 24px;
		list-style-type: none;
	}
	#innerfooter li { 
		float: left; 
		padding: 0 21px 0 0;
	}
	#innerfooter span a {
		text-decoration: none;
		color: #bfbfbf;
		font-weight: bold;
		display: block;
		font-size: 12px;
		padding: 0 0 6px 0;
		outline: 0;
	}
	#innerfooter a {
		text-decoration: none;
		color: #fff;
		display: block;
		font-size: 9px;
		padding: 0 0 3px 0;
		outline: 0;
	}
	#innerfooter a:hover {
		text-decoration: underline;	
	}
	#innerfooter p {
		text-align: center;
		font-size: 9px;
		clear: both;
		color: #fff;
		margin: 0;
		padding: 2px 0 0 0;
		font-style: normal !important;
	}
#clearfooter {
	clear: both;
	height: 132px; /*** must equal footer's height ***/
}
	
.contentwrapper {	
	position: relative;	
	background: #fff url(/images/general/bgContentWrapper.jpg) center top no-repeat;
}
	.content {
		margin: 0 auto;
		width: 960px;	
	}
		.content-main {
			float: left;
			display: inline;
			width: 654px;
			background: #fff url(/images/general/bgContent.jpg) top left no-repeat;
			padding: 19px 0 50px 0;
			color: #091e3d;
			line-height: 16px;
		}
			#content-featured {
				width: 616px;
				background: url(/images/general/bgFeatured.jpg) top left no-repeat;
				margin: -19px 0 0 0;
				padding: 19px;
				overflow: hidden;
			}
			#content-regular {
				padding: 0 19px 0 19px;
			}
		.content-side {
			float: left;
			display: inline;
			width: 275px;
			background: url(/images/general/bgSide.jpg) top left no-repeat;
			padding: 21px 10px 220px 21px;
		}
			.content-side-featured {				
				padding: 13px 10px 10px 10px;
				width: 245px;
				height: 156px;
				background: url(/images/general/bgSideBlueBox.jpg) top left no-repeat;
				color: #1b3255;
				font-weight: bold;				
			}				
				.content-side-featured img {
					float: left;
					margin: 0 7px 0 0;
				}
				.content-side-featured a {
					color: #1b3255;
				}
			.content-side h2 {
				margin: 0 0 7px 0;
			}
			.content-side ul {
				margin: 0;
				padding: 0;
				list-style-type: none;
			}
			.content-side li {
				padding: 0 0 5px 0;	
			}
			.content-side li a {
				font-size: 11px;
				color: #01204a; 
				font-weight: bold;
				padding: 0 3px 0 0;
			}
			.side-divider {
				width: 245px;
				height: 9px;
				background: url(/images/general/sideHorzDivider.png) top left no-repeat; 
				margin: 0 0 13px 0;
			}
			

/************* LOGO & TOP LINKS *************/
#top {	
	height: 87px;
}
	#logo {
		float: left;
		text-indent: -9999px;
	}
	#logo a {
		background: url(/images/general/logo.png) top left no-repeat; 
		width: 576px;
		height: 87px;
		display: block;
		outline: 0;
	}
	#toplinks {
		float: right;
		width: 100px;
		text-align: right;
	}
	#toplinks ul {
		margin: 0;
		padding: 15px 0 0 0;
		list-style-type: none;
	}
	#toplinks li {
		height: 20px;
	}
	#toplinks li a {
		color: #e4e4e4;
		font: bold 12px Arial, Helvetica, sans-serif;
		text-decoration: none;
		outline: 0;
	}
	#toplinks li a:hover {
		text-decoration: underline;
	}
	
	
/************* TOP NAV *************/
#nav {
	height: 77px;
	clear: both;
}
	#nav ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-indent: -9999px;
		background: url(/images/general/bgNav.jpg) top left no-repeat;
		width: 960px;
		height: 77px;
	}
	#nav li {
		float: left;
	}
	#nav li a {
		display: block;
		height: 77px;
		outline: 0;
	}
	#nav a#nav-vegasadv { width: 141px; margin: 0 0 0 52px; }
	#nav a#nav-vegasadv:hover { background: url(/images/general/bgNav.jpg) -52px -77px no-repeat; }
	#nav a#nav-vegasadv-on { background: url(/images/general/bgNav.jpg) -52px -154px no-repeat; width: 141px; margin: 0 0 0 52px; } /* 77x2=154 */
	
	#nav a#nav-testimonials { width: 141px; }
	#nav a#nav-testimonials:hover { background: url(/images/general/bgNav.jpg) -193px -77px no-repeat; }  /* 141+52=193 */
	#nav a#nav-testimonials-on { background: url(/images/general/bgNav.jpg) -193px -154px no-repeat; width: 141px; } 
	
	#nav a#nav-success { width: 119px; } 
	#nav a#nav-success:hover { background: url(/images/general/bgNav.jpg) -334px -77px no-repeat; } /* 141+193=334 */
	#nav a#nav-success-on { background: url(/images/general/bgNav.jpg) -334px -154px no-repeat; width: 119px; }
	
	#nav a#nav-planning { width: 113px; } 
	#nav a#nav-planning:hover { background: url(/images/general/bgNav.jpg) -453px -77px no-repeat; } /* 119+334=453 */
	#nav a#nav-planning-on { background: url(/images/general/bgNav.jpg) -453px -154px no-repeat; width: 113px; }
	
	#nav a#nav-news { width: 106px; } 
	#nav a#nav-news:hover { background: url(/images/general/bgNav.jpg) -566px -77px no-repeat; } /* 113+453=453 */
	#nav a#nav-news-on { background: url(/images/general/bgNav.jpg) -566px -154px no-repeat; width: 106px; }
	
	#nav a#nav-press { width: 120px; } 
	#nav a#nav-press:hover { background: url(/images/general/bgNav.jpg) -672px -77px no-repeat; } /* 106+566=672 */
	#nav a#nav-press-on { background: url(/images/general/bgNav.jpg) -672px -154px no-repeat; width: 120px; }
	
	#nav a#nav-videos { width: 114px; } 
	#nav a#nav-videos:hover { background: url(/images/general/bgNav.jpg) -792px -77px no-repeat; } /* 120+672=792 */
	#nav a#nav-videos-on { background: url(/images/general/bgNav.jpg) -792px -154px no-repeat; width: 114px; }	


/************* PAGE HEADER & BREADCRUMB *************/
#page-hdr {	
	height: 49px;
	padding: 15px 0 0 0;
}
#breadcrumb {
	font-style: italic;
	color: #0d294f;
	font-size: 11px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 0 5px;
}
#breadcrumb a {
	color: #5979a3;
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}


/************* BUTTONS *****************/
a.read-more {
	float: left;
	display: block;
	width: 91px;
	height: 27px;
	text-indent: -9999px;
	background: transparent url(/images/general/btnReadMore.png) 0 0 no-repeat; 
	outline: 0;
}
a.download {
	float: left;
	display: block;
	width: 127px;
	height: 27px;
	text-indent: -9999px;
	background: transparent url(/images/general/btnDownload.png) 0 0 no-repeat; 
	outline: 0;
}
a.continue {
	float: left;
	display: block;
	width: 130px;
	height: 27px;
	text-indent: -9999px;
	background: transparent url(/images/general/btnContinue.png) 0 0 no-repeat; 
	outline: 0;
}
a.continue-blue {	
	background: transparent url(/images/general/btnContinue-matteBlue.png) 0 0 no-repeat; 
}
a.watch {
	float: left;
	display: block;
	width: 97px;
	height: 27px;
	text-indent: -9999px;
	background: transparent url(/images/general/btnWatch.png) 0 0 no-repeat; 
	outline: 0;
}
a.learn-more {
	display: block;
	width: 136px;
	height: 27px;
	text-indent: -9999px;
	background: transparent url(/images/general/btnLearnMore.png) 0 0 no-repeat; 
	outline: 0;
	margin: 10px 0 0 100px;
}
a.learn-more2 {
	display: block;
	width: 136px;
	height: 27px;
	text-indent: -9999px;
	background: transparent url(/images/general/btnLearnMore.png) 0 0 no-repeat; 
	outline: 0;
	margin: 10px 0 0 0px;
}

/************* PAGINATION *****************/
.pagination {
	margin: 10px 0 0 0;
	width: 616px;
	text-align: center;
	color: #a3a1a1;
	font-weight: bold;
}
.pagination a {
	color: #091e3d;
	font-weight: bold;
	padding: 0 2px;
}


/************* CONVENTION SEARCH FORM *****************/
.side-convention {
	height: 190px;
}
#frm-search-convention label {
	display: block;
}
#frm-search-convention input {
	margin: 2px 0 6px 0;
	color: #666;
}
#frm-search-convention select {
	width: 224px;
	font-size: 12px;
	margin: 0 0 10px 0;
	color: #666;
}
.convention-left {
	float: left;
	display: inline;
	width: 95px;
	margin: 0 5px 0 0;
}
.convention-right {
	float: left;
	display: inline;
	width: 95px;
}
input.input-long {
	width: 220px;
}
input.input-short {
	width: 65px;
}
.btn-find-convention {
	display: block;
	width: 136px;
	height: 27px;
	background: transparent url(/images/general/btnSubmit-blueMatte.png) 0 0 no-repeat; 
	outline: 0;
	border: 0;
	cursor: pointer;
}


/************* UTILITIES *****************/
.vert-div {
	float: left;
	display: block;
	width: 1px;
	height: 32px;
	text-indent: -9999px;
	background: transparent url(/images/general/vertDivider.png) 0 0 no-repeat;
	margin: -2px 8px 0 8px;
}
.omniture img {
	display: none;
}
.clear {
    display: block; 
    height: 0; 
    clear: both; 
}
form {
	margin: 0;
	padding: 0;
}


.share-this-btn{
	display:block;
	text-indent:-800em;
	line-height:0;
	background:url(/images/share-this-btn.png) no-repeat 0 0;
	width:69px;
	height:12px;
	outline:0 none;
	float:right;
	padding-top:2px;
	cursor:pointer;
}
#sharethis_0{display:none;}