/* FONT

font-sizes are set in em for resizable goodness.  Here's a basic guide for the stylesheet.
the base font size 13px.  base px is .077em or 0.0769230769em to be more exact.
font-size: 0.769em; = 10px
font-size: 0.846em; = 11px
font-size: 0.923em; = 12px
font-size: 1em; 	= 13px
font-size: 1.077em; = 14px
font-size: 1.154em; = 15px
font-size: 1.231em; = 16px
font-size: 1.308em; = 17px
font-size: 1.385em;	= 18px
font-size: 1.462em; = 19px
font-size: 1.539em; = 20px
font-size: 1.75em; = 21px
font-size: 1.835em; = 22px
font-size: 1.915em; = 23px
font-size: 1.846em; = 24px
font-size: 2em; = 26px

/* CORE ELEMENTS */

/* Basic browser reset  */
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd, dt, blockquote, button, fieldset, legend, label, input, textarea, form {
    margin: 0px; 
	padding: 0px; 
	}
html, input, textarea, select {
	font-size: 100%
	}/*keep ie happy 1.308em*/
body { 
	color: #333333; 
	font: 92.3%/.923em Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	}
h1, h2, h3, h4 {
	font-weight: normal;
	margin: 0 0 .25em 0;
	}
p {
	margin-bottom: 1em;
	}

ul li { list-style-type: none;}

/* Heading sizes  */
h1{font-size: 1.846em; line-height: 1.2em; font-weight: bold; text-transform: capitalize;} /* 24px */
h2{font-size: 1.308em; line-height: 1.2em; font-weight: bold; text-transform: capitalize;} /* 17px */
h3{font-size: 1.165em; line-height: 1.2em; font-weight: bold; text-transform: capitalize; } /* 14px */
h4{font-size: 1em; line-height: 1.2em; font-weight: bold; text-transform: capitalize;} /* 13px */
h5{font-size: 0.923em; line-height: 1.2em; font-weight: bold; text-transform: capitalize;} /* 12px; */
h6{font-size:  0.846em; line-height: 1.2em; font-weight: bold; text-transform: capitalize;} /* 11px; */


/* Background colors  */

.graybkgrnd {
	background-color: #555454; 
	}
.orangebkgrnd {
	background-color: #eea33d; 
	}
.charcoalbkgrnd {
	background-color: #333333; 
	}
.whitebkgrnd {
	background-color: #ffffff; 
	}

/* SITE STRUCTURE ELEMENTS */

body {
    background: #555454;
	}

#wrapper {
	margin: auto;
	position: relative;
	overflow: hidden;
    width: 1044px;
	z-index: 1;
	}
	* html #wrapper {
        width: 1044px;
		}

#header {
	background: #333333 url('/convio/assets/images/headerbkgrnd.gif') 0 0 no-repeat;
	margin: auto;
	width: 1044px;
	height: 47px;
	padding: 0px; 
	}

#header-nav {
	margin: 0px;
	padding: 0px;
	height: 48px;
	width: 760px;
	}

#main-nav {
	background: #ffffff;
	height: 23px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	width: 928px;
	position: relative;
	z-index: 2;
	clear: both;
	}

#sectionnav {
	background: #ffffff;
	padding: 0.5em;
	text-align: left;
	width: 130px;
	}

#footer {
	background: #333333 url('/convio/assets/images/footerbkgrnd.gif') 0 0 no-repeat;
	margin: 0px;
	padding: 0px; 
	width: 1044px;
	height: 364px;
	} 

#footer-nav { 
	margin: 0px;
    text-align: left;
    clear: both;
    width: 1044px;
	height: 364px;
	}
	#footer-content {
		margin: 0px;
        width: 1044px;
	    }

#copyright {
	margin: 0px;
	width: 928px;
	height: 60px;
    }

/* OTHER STRUCTURE ELEMENTS */

#header-search {
	margin: 0.5em;
	float: left;
	} 

/* login box  */
#sign_box {
	width:270px; 
	background-color:#fff; 
	border:solid 1px #D6D6D6; 
	padding:8px;
	top:40px;
	left:600px;
	position:absolute;
	display: none;
	-moz-border-radius-topright:6px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-box-shadow: 0 0 1em #D6D6D6; 
	-webkit-border-top-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-webkit-box-shadow: 0 0 1em #D6D6D6; 
    box-shadow: 0 0 1em #D6D6D6; 
	margin-top: 3px;
	z-index: 20;
}

#mission-statement {
	background: #ffffff url('/convio/assets/images/titlebar-home.gif') 0 0 no-repeat;
	margin: auto;
	width: 710px;
	height: 109px;
	padding: 0px; 
	}

#page-title {
	background: #ffffff url('/convio/assets/images/titlebar.gif') 0 0 no-repeat;
	margin: auto;
	width: 710px;
	height: 60px;
	padding: 0px; 
	}

/* homepage highlight  */
#highlight-slideshow { 
	float: left; 
	margin: 0px; 
	padding: 0px;
	width: 470px;
	height: 415px; 
	border-style: solid;
	border-width: 1px;
	border-color: #D6D6D6;
	}
#highlight-slideshow .teaser { 
	padding:2px 10px;
	}
#highlight-nav { 
	width: 250px;
	margin-left: -20px;
	padding: 0px;
	float: left;
	}
#highlight-nav li { 
	width: 210px; 
	height: 82px; 
	margin: 0px; 
	padding: 10px; 
	float: left; 
	list-style: none; 
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: #D6D6D6;
	}
#highlight-nav li.teaser { 
	padding:10px;
	}
#highlight-nav li.activeSlide { 
	padding: 10px;
	background: #e24e31; 
	width: 210px; 
	height: 82px; 
	}
#highlight-nav li:focus { 
	outline: none;
	}
#highlight-nav img { 
	border: none;
	display: block;
	}
pre { clear: left }



#promo-sidebar {
	width: 230px;
	float: left;
	margin: 0em 1.0em 1.0em 0em;
	}

/* footer columns  */
#foot-first-column {
	display: inline; 
	float: left; 
	position: relative; 
	margin-top: 10px; 
	margin-left: 27px;
	}
#foot-second-column {
	display: inline; 
	float: left; 
	position: relative; 
	margin-top: 10px; 
	margin-left: 27px;
	}
#foot-third-column {
	display: inline; 
	float: left; 
	position: relative; 
	margin-top: 10px; 
	margin-left: 27px;
	}
#foot-fourth-column {
	display: inline; 
	float: left; 
	position: relative; 
	margin-top: 10px; 
	margin-left: 27px;
	}
#foot-fifth-column {
	display: inline; 
	float: left; 
	position: relative; 
	margin-top: 10px; 
	margin-left: 27px;
	}
#foot-sixth-column {
	display: inline; 
	float: left; 
	position: relative; 
	margin-top: 10px; 
	margin-left: 27px;
	}
#foot-sponsor-ad {
	float: left; 
	position: relative; 
	padding: 0 0 10px 0;
	margin-top: 35px; 
	margin-left: 25px;
	clear: both;
	}

.promo-container {
	background: #ffffff;
	width: 230px;
	float: left;
	margin: 1.0em 0em 1.0em 0em;
	border-bottom: 2px solid #F1F1F1;
	}

.success-container {
	background: #ffffff;
	width: 230px;
	height: 300px;
	float:left;
	margin-top: 1.0em;
	margin-left: 0.3em;
	margin-right: 0.3em;
	}

.issue-container {
	background: #ffffff;
	width: 230px;
	height: 300px;
	float:left;
	margin-top: 1.0em;
	margin-left: 0.3em;
	margin-right: 0.3em;
	border-style: solid;
	border-width: 1px;
	border-color: #D6D6D6;
	}

.feature-container {
	background: #ffffff;
	width: 560px;
	height: 200px;
	float:left;
	margin-top: 1.0em;
	margin-left: 0.3em;
	margin-right: 0.3em;
	border-style:solid;
	border-width:1px;
	border-color:#D6D6D6;
	}

.slideshow {
	height: 75px;
	width: 240px; 
	margin: auto;
	}
.slideshow img { 
	padding: 1px; 
	border: 0px solid #000000; 
	background-color: #333333; 
	}

.searchtop {
	width: 170px;
	height: 23px;
	display: inline;
	border: 3px inset #CCCCCC;
	}

.emailaddress {
	width: 200px;
	height: 23px;
	display: block;
	border: 3px inset #CCCCCC;
	}

.clear-both, .clear-right, .clear-left {
	width: 0px;
	height: 0px;
	overflow: hidden;
	}
    .clear-both { 
		clear: both; 
		}
    .clear-right { 
		clear: right; 
		}
    .clear-left { 
		clear: left; 
		}	    

.light-rule {
	height: 2px;
	border: 0;
	color: #F1F1F1;
	background-color: #F1F1F1;
	width: 100%;
	} 

.vert-light-rule {
	border-left:2px solid #F1F1F1;
	height: 80%;
	width: 0px;
	}

.vert-rule-white {
	border-left:1px solid #FFFFFF;
	height:16px;
	}

.align-right {
	float: right;
	margin: 0 0 15px 15px;
	}

.align-left {
	float: left;
	margin: 0 15px 15px 0;
	}

.frame { 
	padding: 5px; 
	border: 0px solid #aaa;
	} 


/* TYPE, LINK ELEMENTS */

/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */ 

@font-face {  
	font-family: 'Delicious-Roman';  
	src: url( '/assets/fonts/Delicious-Roman.eot'); /* IE */  
	src: local('Delicious-Roman'), url('/assets/fonts/Delicious-Roman.ttf' ) format("truetype"); /* non-IE */  
	}  

a {
	color: #e24e31; 
	text-decoration: none;
	}
	a:visited {
		background-color: transparent;
		color: #eea33d; 
		}
	a:hover { 
		background-color: transparent;
		color: #333333; 
		}

a.action {
	color: #e24e31; 
	font-size: 1.0em;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	}
	a.action:visited {
		background-color: transparent;
		color: #eea33d; 
		}
	a.action:hover { 
		background-color: transparent;
		color: #333333; 
		}

a#brand {
    background: #eea33d url('/convio/assets/images/uwkclogo.gif') 0 0 no-repeat ;
	display: block;
	width: 252px;
	height: 141px;
	position: absolute;
	top: 12px;
	left: 0px;
	text-indent: -9999em;
	z-index: 3;
	}


#header-nav ul {
	color: #000000;
	font-weight: normal;
	list-style-type: none;
	margin: 0px;
	padding: 0.60em 0em;
	}
	#header-nav li {
		display: inline;
		padding: 0em 1.0em;
		font-size: 0.846em;
		line-height: 1.5em;
		white-space: nowrap;
		}
	#header-nav a {
	    color: #CCCCCC;
		margin: 0px;
		text-decoration: none;
		}
		#header-nav a:visited {
			background-color: transparent;
			color: #FFFFFF;
			}
		#header-nav a:hover {
			background-color: transparent;
			color: #FFFFFF;
			}

#sign_box a { 
	font-size: 1.077em; 
	font-weight: normal; 
	}
#sign_box ul {
	list-style-type: none;
	text-align: left;
	}
	#sign_box li {
		padding: 0;
		white-space: nowrap;
		}

#main-nav ul {
	list-style-type: none;
	margin:0px;
    padding:0px;
	}
	#main-nav li {
		color: #e24e31;
		font-family: 'Delicious-Roman', Arial, Helvetica, sans-serif;
		font-style: italic;
	    display: inline;
		padding:  0em 0.8em;
		font-size: 1.539em;
		line-height: 1.0em;
		text-transform:lowercase;
		}
	#main-nav a {
	    color: #e24e31;
		margin: 0px;
		text-decoration: none;
		}
		#main-nav a:visited {
			background-color: transparent;
			color: #e24e31;
			}
		#main-nav a:hover{
			background-color: transparent;
			color: #333333;
			}
#main-nav li.selected  a{
	background-color: transparent;
	color: #333333;
	}

#mission-statement p {
	color: #000000;
	font-size: 1.231em;
	line-height: 1.25em;
	padding: 25px; 
	}

#page-title p {
	color: #000000;
	font-size: 1.231em;
	line-height: 1.25em;
	padding: 25px; 
	}

#header-nav {
	margin: 0em;
	font-weight: normal;
	color: #000000;
	height: 48px;
	width: 760px;
	}

#sectionnav ul {
	list-style: none;
	margin: 0;
	padding: 0.25em 0.05em;
	}

#nav_left li {
	font-weight: bold;
	font-style: italic;
	font-size: 1em;
	line-height: 1.0em;
	text-transform:lowercase;
	margin-left: 3px;
	}
#nav_left li.last {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #F1F1F1;
	}
#nav_left li.selected a {
			background-color: transparent;
			color: #555454; 
			}
#nav_left li a:link, #nav_left li a:visited  {
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	background-color: #FFFFFF;
	color: #e24e31;
	}
	#nav_left li a:hover {
		background-color: #FFFFFF;
		color: #555454; 
		}

		#nav_left ul ul {
			margin-left: 3px;
			}
		#nav_left ul ul li {
			font-size: 0.846em;
			font-weight: normal;
			font-style: normal;
			text-transform: capitalize;
			}
		#nav_left ul ul li.selected a {
			background-color: transparent;
			color: #555454; 
			}
		#nav_left ul ul a:link, #nav_left ul ul a:visited {
			background-color: #FFFFFF;
			color: #e24e31;
			}

		#nav_left ul ul a:hover {
			background-color: #FFFFFF;
			color:  #555454; 
			}
#nav_left ul ul ul {
			margin-left: 3px;
			}
		#nav_left ul ul ul li {
			font-size: 0.846em;
			font-weight: normal;
			font-style: normal;
			text-transform: capitalize;
			}
		#nav_left ul ul ul li.selected a {
			background-color: transparent;
			color: #555454; 
			}
		#nav_left ul ul ul  a:link, #nav_left ul ul ul a:visited {
			background-color: #FFFFFF;
			color: #e24e31; 
			}

		#nav_left ul ul ul  a:hover {
			background-color: #FFFFFF;
			color: #555454; 
			}

#highlight-nav li {
	color: #333333;
	font-size: 0.846em;
	line-height: 1.25em;
	}
#highlight-nav li.activeSlide { 
	color: #FFFFFF;
	font-size: 0.846em;
	line-height: 1.25em;
	}
#highlight-nav li.activeSlide a:link, #highlight-nav li.activeSlide a:visited { 
	color: #FFFFFF;
	}
	#highlight-nav li.activeSlide a:hover {
		background-color: #e24e31;
		color: #333333;
		}
#eventcalnav ul {
	list-style: none;
	margin: 0;
	padding: 0.25em 0.25em;
	} 

#eventcal_left li {
	font-weight: bold;
	font-style: italic;
	font-size: 1em;
	line-height: 1.25em;
	text-transform: lowercase;
	}
#eventcal_left li a:link, #eventcal_left li a:visited  {
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	background-color: #FFFFFF;
	color: #333333;
	}
	#eventcal_left li a:hover {
		background-color: #FFFFFF;
		color: #e24e31;
		}
#eventcal_left .submenu{
	font-weight: bold;
	font-style: normal;
	font-size: 0.846em;
	line-height: 1.25em;
	text-transform: capitalize;
	}
	#eventcal_left .submenu a, #eventcal_left .submenu a:link, #eventcal_left .submenu a:visited {
		background-color: #FFFFFF;
		color: #e24e31;
		}
		#eventcal_left .submenu a:hover {
		background-color: #FFFFFF;
		color:  #333333;
		}
	#eventcal_left ul ul {
		margin-left: 12px;
		}
		#eventcal_left ul ul li {
			font-size: 0.846em;
			font-weight: normal;
			font-style: normal;
			text-transform: capitalize;
			margin:0;
			}
		#eventcal_left ul ul li.selected a {
			background-color: transparent;
			color: #333333;
			}
		#eventcal_left ul ul a:link, #nav_left ul ul a:visited {
			background-color: #FFFFFF;
			color: #e24e31;
			}
		#eventcal_left ul ul a:hover {
			background-color: #FFFFFF;
			color:  #333333;
			}
#eventcal_left .date, #eventcal_left .time {
	color: #333333;
	font-weight: bold;
	text-align: left;
	}	

#presscontactnav ul {
	list-style: none;
	margin: 0;
	padding: 0.5em 0.25em;
	}
#presscontact_left li {
	font-weight: bold;
	font-style: italic;
	font-size: 1em;
	line-height: 1.25em;
	text-transform: lowercase;
	}
	#presscontact_left ul li {
		font-size: 0.846em;
		font-weight: normal;
		font-style: normal;
		text-transform: capitalize;
		margin:0;
		}
#content ol li{
	list-style-position: outside;
	margin-left: 1.6em;
	padding: 0;
	}
#content ul li {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 1.6em;
	padding: 0;
	}

/* Commented out for VS form styles
#content label {
	color: #333333;
	font-size: 1.077em;
	font-weight: bold;
	text-align: left;
	}
#content input, textarea {
	border: 1px solid #D6D6D6; 
	border-top: 1px double #D6D6D6; 
	color: #000000;
	font-family: arial;
	font-size: 9pt;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
	height: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px;
	}
*/
	
#footer-nav ul {
	color: #FFFFFF;
	list-style-type: none;
	margin: 0px;
    padding: 0px;
	}
#footer-nav ul.foot-row {
	padding: 0.5em 0 0.5em 0 ;
	}
#footer-nav ul.foot-row-divider {
	color: #FFFFFF;
	padding: 0.5em 0 0.5em 0 ;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	}
	#footer-nav li {
	    display: block;
		font-size: 0.846em;
		line-height: 2.0em;
		}
	#footer-nav a {
		color: #CCCCCC;
		margin: 0px;
		text-decoration: none;
		}
		#footer-nav a:visited {
			background-color: transparent;
			color: #FFFFFF;
		}
		#footer-nav a:hover {
			background-color: transparent;
			color: #FFFFFF;
		}

#copyright p {
	color: #000000;
	font-size: 0.846em;
	line-height: 1.25em;
	margin: 1.0em;
	}
	#copyright a {
	    color: #e24e31;
		margin: 0px;
		text-decoration: none;
		}
	#copyright a:visited {
		background-color: transparent;
	    color: #555454;
		}
	#copyright a:hover{
		background-color: transparent;
	    color: #333333;
		}

.accessibility { 
	height: 1px; 
	overflow: hidden; 
	left: -9999em;  
	line-height: 0; 
	position: absolute; 
	text-indent: -9999em; 
	}

.forward {
	float: right;
	}

.overflow {
	overflow-y: auto; 
	overflow-x: hidden;
	overflow: auto;
	}

.centeredContent {
	text-align: center;
	}

.desc {
	color: #333333;
	font-size: 1.077em;
	font-weight: bold;
	text-align: left;
	}

.field_text_medium{
	width: 250px;
	border: 1px solid #D6D6D6; 
	border-top: 1px double #D6D6D6; 
	color: #000000;
	font-family: arial;
	font-size: 9pt;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
	height: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px;
	}


.promo-title {
	color: #333333;
	font-size: 1.385em;
	line-height: 1.2em;
	font-weight: bold;
	font-style: normal;
	}

.promo-content {
	padding-bottom: 1.0em;
	color: #333333;
	font-size: 0.846em;
	line-height: 1.5em;
	font-weight: normal;
	font-style: normal;
	}

.white-title-bar { 
	background-color: #FFFFFF;
	color: #000000;
	height: 20px;
	width: 90%; 
	padding: 0.6em;
	text-align: left;
	font-weight: bold;
	font-size: 0.923em;
	}

.issue-content {
	padding: 0.6em;
	color: #333333;
	font-size: 0.846em;
	line-height: 1.5em;
	font-weight: normal;
	font-style: normal;
	}

.feature-content {
	padding: 0.6em;
	color: #333333;
	font-size: 0.846em;
	line-height: 1.5em;
	font-weight: normal;
	font-style: normal;
	}
.success-content {
	padding: 0.6em;
	color: #333333;
	font-size: 0.846em;
	line-height: 1.5em;
	font-weight: normal;
	font-style: normal;
	}
.news-info-bar {
	margin: 0em;
	padding: 0;
	font-weight: normal;
	color: #000000;
	height: 85px;
	width: 500px;
	}
.news-info-bar ul {
	margin: 0em;
	padding: 0em;
	list-style-type: none;
	}
.news-info-bar { 
	list-style-type: none; 
	margin:0 0 15px 0;
	padding:5px 0; 
	position:relative;
	}
.news-info-bar li {
	margin: 0 15px 0 0;
	float: left; 
	display: block; 
	font-size: 0.769em
	}
.news-info-bar li a {
	padding: 4px 0 5px 30px; 
	display: block
	}
.tools { 
	margin: 10px 0; 
	padding: 6px 0 0 0; 
	height: 30px;
	list-style-type: none;
	}
	.tools li { 
		margin: 0 5px 0 0; 
		padding: 2px 2px 2px 20px; 
		float: left; 
		background-repeat: no-repeat;
		background-position: 0 50%; 
		}
	.tools li.comments { background-image:url('/convio/assets/images/blog-comments.gif') }
	.tools li.email { background-image:url('/convio/assets/images/blog-email.gif') }
	.tools li.twitter { background-image:url('/convio/assets/images/blog-twitter.gif') }
	.tools li.facebook { background-image:url('/convio/assets/images/blog-facebook.gif') }

.foot-title {
	color: #FFFFFF;
	font-size: 1em;
	line-height: 2.0em;
	font-weight: bold;
	font-style: italic;
	}

.foot-subtitle {
	color: #FFFFFF;
	font-size: 0.846em;
	line-height: 2.5em;
	font-weight: normal;
	font-style: italic;
	}


/* Buttons  */
/* loginPopupButton  */
#loginPopupButton {
	background: #FFFFFF url('/convio/assets/images/login.gif') no-repeat; 
	border: 0px;
    font-size: 0px;
    height: 23px;
	width: 55px;
    text-decoration: none;
	display: block;
	cursor: pointer;
	padding: 2px;
	margin-bottom: 5px;
	}

/* promoEmailSignupButton  */
#emailButton {
	background: #FFFFFF url('/convio/assets/images/signup.gif') no-repeat; 
    font-size: 0px;
    height: 33px;
	width: 96px;
    text-decoration: none;
	display: block;
	}
	#emailButton a {
		display: block;
		font-size: 0px;
		height: 100%;
		text-decoration: none;
		width: 100%;
		/* IE Hack */
		text-indent: -9999px;
		text-transform: capitalize;
		}
	#emailButton a:hover {  
		background: #FFFFFF url('/convio/assets/images/signup_roll.gif') no-repeat; 
		font-size: 0px;
		height: 33px;
		width: 96px;
		text-decoration: none;
		display: block;
		}

/* promoGiveButton  */
#giveButton {
	background: #FFFFFF url('/convio/assets/images/give.gif') no-repeat; 
    font-size: 0px;
    height: 32px;
	width: 71px;
    text-decoration: none;
	display: block;
	}
	#giveButton a {
		display: block;
		font-size: 0px;
		height: 100%;
		text-decoration: none;
		width: 100%;
		/* IE Hack */
		text-indent: -9999px;
		text-transform: capitalize;
		}
	#giveButton a:hover {  
		background: #FFFFFF url('/convio/assets/images/give_roll.gif') no-repeat; 
		font-size: 0px;
		height: 32px;
		width: 71px;
		text-decoration: none;
		display: block;
		}

/* promoStartButton  */
#startButton {
	background: #FFFFFF url('/convio/assets/images/start.gif') no-repeat; 
    font-size: 0px;
    height: 30px;
	width: 78px;
    text-decoration: none;
	display: block;
	}
	#startButton a {
		display: block;
		font-size: 0px;
		height: 100%;
		text-decoration: none;
		width: 100%;
		/* IE Hack */
		text-indent: -9999px;
		text-transform: capitalize;
		}
	#startButton a:hover {  
		background: #FFFFFF url('/convio/assets/images/start_roll.gif') no-repeat; 
		font-size: 0px;
		height: 30px;
		width: 78px;
		text-decoration: none;
		display: block;
		}

/* promoFacebookButton  */
#facebookButton  {
	background: #FFFFFF url('/convio/assets/images/facebook.gif') no-repeat; 
    font-size: 0px;
    height: 25px;
	width: 144px;
    text-decoration: none;
	display: block;
	}
	#facebookButton a {
		display: block;
		font-size: 0px;
		height: 100%;
		text-decoration: none;
		width: 100%;
		/* IE Hack */
		text-indent: -9999px;
		text-transform: capitalize;
		}
	#facebookButton a:hover {  
		background: #FFFFFF url('/convio/assets/images/facebook_roll.gif') no-repeat; 
		font-size: 0px
		height: 25px;
		width: 144px;
		text-decoration: none;
		display: block;
		}

/* promoFollowFacebookButton  */
#followFacebookButton {
	background: #FFFFFF url('/convio/assets/images/facebook-follow.gif') no-repeat; 
    font-size: 0px;
    height: 31px;
	width: 115px;
    text-decoration: none;
	display: block;
	}
	#followFacebookButton a {
		display: block;
		font-size: 0px;
		height: 100%;
		text-decoration: none;
		width: 100%;
		/* IE Hack */
		text-indent: -9999px;
		text-transform: capitalize;
		}
	#followFacebookButton a:hover {  
		background: #FFFFFF url('/convio/assets/images/facebook-follow_roll.gif') no-repeat; 
		font-size: 0px;
		height: 31px;
		width: 115px;
		text-decoration: none;
		display: block;
		}

/* promoFollowTwitterButton  */
#followTwitterButton {
	background: #FFFFFF url('/convio/assets/images/twitter-follow.gif') no-repeat; 
    font-size: 0px;
    height: 29px;
	width: 112px;
    text-decoration: none;
	display: block;
	}
	#followTwitterButton a {
		display: block;
		font-size: 0px;
		height: 100%;
		text-decoration: none;
		width: 100%;
		/* IE Hack */
		text-indent: -9999px;
		text-transform: capitalize;
		}
	#followTwitterButton a:hover {  
		background: #FFFFFF url('/convio/assets/images/twitter-follow_roll.gif') no-repeat; 
		font-size: 0px;
		height: 29px;
		width: 112px;
		text-decoration: none;
		display: block;
		}

/* promoFollowTwitterHomelessnesskButton  */
#twitterHomButton {
	background: #FFFFFF url('/convio/assets/images/twitter-hom.gif') no-repeat; 
    font-size: 0px;
    height: 25px;
	width: 144px;
    text-decoration: none;
	display: block;
	}
	#twitterHomButton a {
		display: block;
		font-size: 0px;
		height: 100%;
		text-decoration: none;
		width: 100%;
		/* IE Hack */
		text-indent: -9999px;
		text-transform: capitalize;
		}
	#twitterHomButton a:hover {  
		background: #FFFFFF url('/convio/assets/images/twitter-hom_roll.gif') no-repeat; 
		font-size: 0px;
		height: 25px;
		width: 144px;
		text-decoration: none;
		display: block;
		}

/* promoFollowTwitterVolunteeringButton  */
#twitterVolButton {
	background: #FFFFFF url('/convio/assets/images/twitter-vol.gif') no-repeat; 
    font-size: 0px;
    height: 25px;
	width: 144px;
    text-decoration: none;
	display: block;
	}
	#twitterVolButton a {
		display: block;
		font-size: 0px;
		height: 100%;
		text-decoration: none;
		width: 100%;
		/* IE Hack */
		text-indent: -9999px;
		text-transform: capitalize;
		}
	#twitterVolButton a:hover {  
		background: #FFFFFF url('/convio/assets/images/twitter-vol_roll.gif') no-repeat; 
		font-size: 0px;
		height: 25px;
		width: 144px;
		text-decoration: none;
		display: block;
		}

/*fixing left-hand nav, 8/29/13*/
a.vs_nav_bar nobr {
	display: block;
}