body {
	background: #2287c8 url(/isse/images/body_bg.jpg) no-repeat scroll top center;
	margin: 0px 0 0 0;
	padding: 0px 0px 0px 0px;
}
    
body img { /* blocking images for the page */
	display: block;
	float: left;
}

.inlineImage {
	display: inline;
	float: none;
}

.info, td, p {
	font-family: Arial,Tahoma,sans-serif;
	font-size: .8em; 
	color: #343434;
	margin-top: 0px;
}

a { /*#b61d1b;*/
	font-family: Arial,Tahoma,sans-serif;
	color: #0079C2;
	text-decoration: none;
	border-bottom: 1px dotted #0079C2;
}

a:hover {
	font-family: Arial,Tahoma,sans-serif;
	color: #005790;
	text-decoration: none;
	border-bottom: 1px dotted #0079C2;
}

h1 {
	font-family: Arial,Tahoma,sans-serif;
	font-size: 1.5em; 
	color: #000000;
}

.h1 {
	width: 512px;
	height: 50px;
	margin: 0px;
	font-size: 2.2em;
	color: #ffffff;
	padding: 6px 0px 0px 10px;
	border-bottom: 1px solid #0079c2;
	border-right: 1px solid #0079c2;
}

.orange_header {
	background: transparent url(/isse/images/h1_bg_orange.jpg) no-repeat scroll top center;
}

.green_header {
	background: transparent url(/isse/images/h1_bg_green.jpg) no-repeat scroll top center;
}

.blue_header {
	background: transparent url(/isse/images/h1_bg_blue.jpg) no-repeat scroll top center;
}

.red_header {
	background: transparent url(/isse/images/h1_bg_red.jpg) no-repeat scroll top center;
}

h2 {
	font-family: Arial,Tahoma,sans-serif;
	font-size: 1em; 
	color: #000000;
}


h3 {
	font-family: Arial,Tahoma,sans-serif;
	font-size: .8em; 
	color: #000000;
}
/* API */

/*#######################################################################################*/
/* Overloaded Elements */
/*#######################################################################################*/

.hrgrey {
	height: 1px;
	background: #ffffff url(/images/hrgrey.gif) repeat scroll center;
	margin: 5px 0 0 0;
}

.hrblue {
	height: 1px;
	background: #ffffff url(/images/hrblue.jpg) repeat scroll center;
	margin: 5px 0 0 0;
}

.hrblue hr, .hrgrey hr {
  display: none;
}

/*#######################################################################################*/
/* Text Manipulation */
/*#######################################################################################*/

.bold {
	font-weight: 700;
}

.italic {
	font-style: italic;
}

.alert {
	color: #e60000;
}

.whiteout {
	color: #ffffff;
	display: inline;
}

.centerText {
	text-align: center;
}

.justify {
	text-align: justify;
}

.underline {
 	text-decoration: underline;
}

.nounderline {
	text-decoration: none;
}

.big {
	font-size: 110%;
}

.bigger {
	font-size: 125%;
}

.small {
	font-size: 70%;
}

.smaller {
	font-size: 60%;
}

/*#######################################################################################*/
/* Common Attributes */
/*#######################################################################################*/

.left {
	float: left;
}

.right {
	float: right;
}

.nofloat {
	float: none;
}

.nopadding {
	padding: 0;
}

.nomargin {
	margin: 0;
}

.inline {
	display: inline;
}

.autoHeight {
	height: auto;
}

.centerContent {
	margin: 0 auto;
}

.centerText {
	text-align: center;
}

/*#######################################################################################*/
/* Tables */
/*#######################################################################################*/

.borders {
	borders: collapse;
	border: 1px solid #000000;
}

.noborders {
	borders: collapse;
	border: none;
}

/*#######################################################################################*/
/* Common Colors */
/*#######################################################################################*/

.red {
	color: #931d41;
}


.lightblue {
	color: #54bedb;
}

.orange {
	color: #f49d63;
}

.green {
	color: #4ab84a;
}

.blue {
	color: #0079C2;
}

.black {
	color: #000000;
}

.grey {
	color: #767676;
}

.white {
	color: #ffffff;
}

/*#######################################################################################*/
/* Form Elements */
/*#######################################################################################*/

.buttonSubmit {
	background-image: url(/images/button_submit_generic.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	border: 0px;
	width: 125px;	
}

.buttonReset {
	background-image: url(/images/button_reset_generic.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	border: 0px;
	width: 46px;	
}

textarea {
	padding: 2px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	font-family: arial, verdana, sans serif;
	font-size: 13px;
}

.formBox {
	border: 1px solid #cccccc;
	height: 18px;
	font-size: 14px;
}

.formDropbox {
	border: 1px solid #cccccc;
	height: 20px;
	font-size: 13px;
}

.formCheckbox, .formRadio {
	margin: 4px 0px 0px 0px;
}

.formCheckboxAlt {
	position: relative;
	top: 2px;
	left: 1px;
}

/*#######################################################################################*/
/* TABLE/FORM Element Manipulation */ 
/*#######################################################################################*/
.form { 
	font-family: arial, sans serif; 
	font-size: 12px; 
}

.error { 
	font-family: verdana, arial, sans serif; 
	font-size: 10px; 
	color: #cc0000; 
}

.label, label { 
	color: #666666; 
	font-family: verdana, arial, sans serif; 
	font-size: .8em; 
	text-transform: uppercase; 
}

.labelreq { 
	color: #cc0000; 
	font-family: verdana, arial, sans serif; 
	font-size: .8em;
	text-transform: uppercase; 
}

#container {
	margin-right: auto;
	margin-left: auto;	
	margin: 0px auto 0px auto;
	display: inline;
}

/** Header **/
#header { 
	float: left;
	display: inline;
	overflow: hidden;
	width: 960px;
	height: 52px;
}
/* END HEADER */


/** MAIN CONTENT CONTAINER **/
#main { 
	width: 960px; /* Sets content area as a static size */
	margin-right: auto;
	margin-left: auto;
	float: none;
}

.Horzline {
	float: left;
	height: 2px;
	border-top: 1px dashed #ffffff;
	display: inline;
	overflow: hidden;
	margin-top: 10px;
}

/** MAIN CONTENT **/
#content {
	float: left;
	width: 960px;
	display: inline;
	background: #2287c8 url(/isse/images/content_bg.jpg) repeat-y scroll top left;
	padding-bottom: 5px;
}

#contentHeader {
	float: left;
	display: inline;
	width: 960px;
	height: 89px;
	background: transparent url(/isse/images/header_corner_bars.jpg) no-repeat scroll top left;
}

#leftCol {
	float: left;
	width: 250px;
	height: auto;
	display: inline;
}

#leftColAdspace {
	margin-left: 15px;
}

#rightCol {
	float: right;
	width: 703px;
	height: auto;
	display: inline;
	border: 1px solid #0079c2;
	margin: 0px 5px 0px 0px;
	overflow: hidden;
	background: #ffffff;
}

#padding {
	padding: 10px 10px 0px 10px;
	overflow: hidden;
	display: block;
	width: 502px;
}

.logo {
background-color:#FFFFFF;
float:left;
margin:35px 10px 30px 0;
}

#sidebarImages {
	float: right; 
	display: inline; 
	width: 177px;
	overflow: hidden;
}

#indexFlash {
	float: left;
	width: 701px;
	height: 308px;
	display: inline;
	border: 1px solid #0079c2;
	margin-left: 2px;
}

#indexContent {
	float: left;
	width: 950px;
	padding: 0px 5px;
	display: inline;
	overflow: hidden;
	margin-top: 5px;
}

#bannerBar {
	float: left;
	display: inline;
	width: 950px;
	height: 60px;
}

#bannerLeft {
	float: left;
	display: inline;
	width: 468px;
	height: 60px;
	background: #000;
}

#bannerRight {
	float: left;
	display: inline;
	width: 468px;
	height: 60px;
	margin-left: 14px;
	background: #000;
}

#indexContentLeft {
	float: left;
	display: inline;
	width: 295px;
	padding: 10px 10px;
	height: 420px;
	border: 1px solid #0079c2;
	background: #fff;
}

#indexContentMiddle {
	float: left;
	display: inline;
	width: 295px;
	padding: 10px 10px;
	height: 420px;
	border: 1px solid #0079c2;
	border-left: none;
	background: #fff;
}

#indexContentRight {
	float: left;
	display: inline;
	width: 265px;
	height: 420px;
	padding-top: 20px;
	padding-left: 50px;
	background: #fff;
	border: 1px solid #0079c2;
	border-left: none;
}

.smallAd {
	float: left;
	display: inline;
	width: 100px;
	height: 150px;
	background: #000000;
} 

.calloutLeft {
	float: left;
	display: inline;
	padding: 10px;
	overflow: hidden;
}

.calloutRight {
	float: right;
	display: inline;
	padding: 10px;
	overflow: hidden;
}

#indexSponsors {
	float: left;
	display: inline;
	border: 1px solid #0079C2;
	background: #fff;
	height: auto;
	width: 937px;
	padding: 5px;
}

#indexSponsors img {
	margin: 25px 4% 10px 4%;
}

/** LEFT **/
#navContainer {
	float: left;
	width: 250px;
	height: 250px;
	display: inline;
	overflow: hidden;
}

/* NAVIGATION MENU */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	background-color: transparent;
	color: #0079c2;
	height: 20px;
	font-family: Arial;
	font-size: 1.0em;
	padding: 5px 30px 0px 10px;
	font-weight: 700;
	width: 220px;
	border: none;
}

#nav a:hover {
	text-decoration: underline;
}

#nav li { /* all list items */
	float: left;
	/*width: 50px;  width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: auto;
	height: 20px;
	background: transparent url(/isse/images/nav_sub_bg.gif) repeat-x scroll top left;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul a { /* second-level lists */
	display: block;
	background-color: transparent;
	color: #000000;
	height: 20px;
	font-family: Arial;
	font-size: .7em;
	padding: 3px 20px 0px 10px;
	font-weight: 700;
}

#nav li ul a:hover { /* second-level lists */
	color: #000000;
	text-decoration: underline;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-left: 0px;
	margin-top: 0;
}

#nav li:hover ul.TwoSub, #nav li.sfhover ul.TwoSub { /* lists nested under hovered list items */
	left: auto;
	margin-left: -107px;
	margin-top: 0;
}

#nav li:hover ul.ThreeSub, #nav li.sfhover ul.ThreeSub { /* lists nested under hovered list items */
	left: auto;
	margin-left: -185px;
	margin-top: 0;
}

#nav li:hover ul.FourSub, #nav li.sfhover ul.FourSub { /* lists nested under hovered list items */
	left: auto;
	margin-left: -370px;
	margin-top: 0;
}

#nav li:hover ul.FiveSub, #nav li.sfhover ul.FiveSub { /* lists nested under hovered list items */
	left: auto;
	margin-left: -477px;
	margin-top: 0;
}

#nav li ul ul {
	margin: 0em 0 0 10em;
}

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

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

.One,
.Two,
.Three,
.Four,
.Five,
.Six,
.Sever {
	width: auto;
	display: inline;
}

.OneActive,
.One:active,
.One:hover,
.TwoActive,
.Two:active,
.Two:hover,
.ThreeActive,
.Three:active,
.Three:hover,
.FourActive,
.Four:active,
.Four:hover,
.FiveActive,
.Five:active,
.Five:hover,
.SixActive,
.Six:active,
.Six:hover,
.SevenActive,
.Seven:active,
.Seven:hover {
	display: inline;
}

/* PBA Nav */
#PBAmenu {
	overflow: hidden;
	width: 780px;
	height: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-color: #000000;
	padding: 0px 0 0 0px;
	overflow: hidden;
}

/** FOOTER **/
#footer { 
	width: 960px; /* Sets content area as a static size */
	float: left;
	height: 5px;
	display: inline;
	margin-bottom: 25px;
}

#footer ul {
	list-style-type:none;
	margin: 5px 0px 0px 0px;
	padding:0px;
}

#footer ul li {
	display:block;
	float:right;
	font-size:11px;
	padding-left:20px;
	padding-right:20px;
}

#footer ul li a {
	font-family: Verdana, Helvetica,sans-serif;
	color: #ffffff;
	text-decoration: none;
	border: none;
}

#footer ul li a:hover {
	font-family: Verdana, Helvetica,sans-serif;
	color: #fdfdfd;
	text-decoration: underline;
}

#internalNav {
	display: inline;
	float: right;
	width: 170px;
	height: auto;
}

#internalNav a {
	border-bottom: none;
}

.nailcomp {
	width: 170px;
	height: 30px;
	display: inline;
	float: left;
	background: transparent url(/isse/images/event_details_callouts.png) no-repeat scroll top center;
}

.nailcomp:hover {
	background-position: 0px -120px;
}

.promos {
	width: 170px;
	height: 30px;
	display: inline;
	float: left;
	background: transparent url(/isse/images/event_details_callouts.png) no-repeat scroll top center;
	background-position: 0px -30px;
}

.promos:hover {
	background-position: 0px -150px;
}

.nightout {
	width: 170px;
	height: 30px;
	display: inline;
	float: left;
	background: transparent url(/isse/images/event_details_callouts.png) no-repeat scroll top center;
	background-position: 0px -60px;
}

.nightout:hover {
	background-position: 0px -180px;
}

.legends {
	width: 170px;
	height: 30px;
	display: inline;
	float: left;
	background: transparent url(/isse/images/event_details_callouts.png) no-repeat scroll top center;
	background-position: 0px -90px;
}

.legends:hover {
	background-position: 0px -210px;
}


.beanexhibitor {
	width: 170px;
	height: 30px;
	display: inline;
	float: left;
	background: transparent url(/isse/images/edu_callouts.png) no-repeat scroll top center;
}

.beanexhibitor:hover {
	background-position: 0px -120px;
}

.exlist {
	width: 170px;
	height: 30px;
	display: inline;
	float: left;
	background: transparent url(/isse/images/edu_callouts.png) no-repeat scroll top center;
	background-position: 0px -30px;
}

.exlist:hover {
	background-position: 0px -150px;
}

.exlogin {
	width: 170px;
	height: 30px;
	display: inline;
	float: left;
	background: transparent url(/isse/images/edu_callouts.png) no-repeat scroll top center;
	background-position: 0px -60px;
}

.exlogin:hover {
	background-position: 0px -180px;
}

.floorplan {
	width: 170px;
	height: 30px;
	display: inline;
	float: left;
	background: transparent url(/isse/images/edu_callouts.png) no-repeat scroll top center;
	background-position: 0px -90px;
}

.floorplan:hover {
	background-position: 0px -210px;
}

