body {
	background: #a8aaac;
	margin: 0px 0 0 0;
	padding: 0px 0px 0px 0px;
}
    
body img { /* blocking images for the page */
	display: block;
	float: left;
}

.inlineImage {
	display: inline;
}

.info, td, p {
	font-family: Arial,Verdana,sans-serif;
	color: #000000;
	font-size: .75em;
	margin-top: 0px;
}

#mainContent a,
#leadContent a { 
	font-family: Arial,Verdana,sans-serif;
	color: #23a9e1;
	text-decoration: none;
	font-weight: 700;
	border-bottom: 1px dotted #23a9e1;
}

#mainContent a:hover,
#leadContent a:hover { 
	font-family: Arial,Verdana,sans-serif;
	color: #23a9e1;
}

h1 {
	font-family: Arial,Tahoma,sans-serif;
	font-size: 2.2em; 
	color: #0f0608;
}

h1.big {
	font-family: Arial,Tahoma,sans-serif;
	font-size: 2.5em; 
	line-height: 40px;
	margin-top: 0px;
}

h2 {
	font-family: Arial,Tahoma,sans-serif;
	font-size: 1.7em; 
	color: #0f0608;
}

h3 {
	font-family: Arial,Tahoma,sans-serif;
	font-size: 1.4em; 
	color: #0f0608;
}

h4 {
	font-family: Arial,Tahoma,sans-serif;
	font-size: 1.0em; 
	color: #0f0608;
	margin: 5px 0px;
}
/* API */

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

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

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

.hrdottedline {
	height: 1px;
	background: transparent url(/naha/images/hr_dottedline.png) repeat-x scroll left center;
	margin: 5px 0 0 0;
}

.dottedLine {
	float: left;
	display: inline;
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #acacac; 
}

.sidebarDivider {
	float: left;
	display: inline;
	width: 100%;
	height: 11px;
	background: transparent url(/naha/images/hrdottedline.gif) repeat-x scroll left center;
}

.hrblue hr, .hrgrey hr, .sidebarDivider hr, .hrdottedline hr {
  display: none;
}
/*#######################################################################################*/
/* Text Manipulation */
/*#######################################################################################*/

.bold {
	font-weight: 700;
}

.italic {
	font-style: italic;
}

.alert {
	color: #e60000;
}

.centerText {
	text-align: center;
}

.underline {
 	text-decoration: underline;
}

.nounderline {
	text-decoration: none;
}

.big {
	font-size: 1em;
}

.bigger {
	font-size: 125%;
}

.small {
	font-size: .8em;
}

.smaller {
	font-size: .7em;
}

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

.left {
	float: left;
}

.right {
	float: right;
}

.nofloat {
	float: none;
}

.nopadding {
	padding: 0;
}

.nomargin {
	margin: 0;
}

.nomargintop {
	margin-top: 0;
}

.noborder {
	border: none;
}

.inline {
	display: inline;
}

.autoHeight {
	height: auto;
}

.centerContent {
	margin: 0 auto;
}

.centerText {
	text-align: center;
}

.showCursor {
	cursor: pointer;
}

#content .nounderline {
	border: none;
}

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

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

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

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

.distro,
.red {
	color: #aa1715;/*e12323*/
}

#mainContent a.distro,
#leadContent a.distro { 
	color: #aa1715;
	border-bottom: 1px dotted #aa1715;
}

#mainContent a.distro:hover,
#leadContent a.distro:hover { 
	color: #aa1715;
}

.prof,
.purple {
	color: #9b1ce1;/*5e297a*/
}

#mainContent a.prof,
#leadContent a.prof { 
	color: #9b1ce1;
	border-bottom: 1px dotted #9b1ce1;
}

#mainContent a.prof:hover,
#leadContent a.prof:hover { 
	color: #9b1ce1;
}

.blue,
.pba {
	color: #23a9e1;/*23a9e1*/
}

#mainContent a.pba,
#leadContent a.pba { 
	color: #23a9e1;
	border-bottom: 1px dotted #23a9e1;
}

#mainContent a.pba:hover,
#leadContent a.pba:hover { 
	color: #23a9e1;
}

.manu,
.green {
	color: #7da414;/*8ab518*/
}

#mainContent a.manu,
#leadContent a.manu { 
	color: #7da414;
	border-bottom: 1px dotted #7da414;
}

#mainContent a.manu:hover,
#leadContent a.manu:hover { 
	color: #7da414;
}

.pink {
	color: #ed1368;
}

#mainContent a.isse,
#leadContent a.isse { 
	color: #ec008c;
	border-bottom: 1px dotted #ec008c;
}

#mainContent a.isse:hover,
#leadContent a.isse:hover { 
	color: #ec008c;
}

.symp,
.darkblue {
	color: #4573c7;
}

#mainContent a.symp,
#leadContent a.symp { 
	color: #4573c7;
	border-bottom: 1px dotted #4573c7;
}

#mainContent a.symp:hover,
#leadContent a.symp:hover { 
	color: #4573c7;
}

.black {
	color: #000000;
}

#mainContent a.black,
#leadContent a.black { 
	color: #000000;
	border-bottom: 1px dotted #000000;
}

#mainContent a.black:hover,
#leadContent a.black:hover { 
	color: #000000;
}

.grey {
	color: #767676;
}

.orange {
	color: #ff8a00;
}

.cpnagreen {
	color: #5d720c;
}

#mainContent a.cpnagreen,
#leadContent a.cpnagreen { 
	color: #5d720c;
	border-bottom: 1px dotted #5d720c;
}

#mainContent a.cpnagreen:hover,
#leadContent a.cpnagreen:hover { 
	color: #5d720c;
}
#mainContent a.headerlink,
#leadContent a.headerlink:hover { 
	color: #000000;
	border: none;
}

.white {
	color: #ffffff;
}

.gy {
	color: #bfc200;
}

#mainContent a.gy,
#leadContent a.gy { 
	color: #bfc200;
	border-bottom: 1px dotted #bfc200;
}

#mainContent a.gy:hover,
#leadContent a.gy:hover { 
	color: #bfc200;
}
/*#######################################################################################*/
/* Form Elements */
/*#######################################################################################*/

.buttonSubmit {
	background: transparent url(/naha/images/button_submit_generic.gif) no-repeat scroll top center;
	border: 0px;
	width: 125px;	
	height: 20px;
}

.buttonReset {
	background: transparent url(/naha/images/button_submit_generic.gif) no-repeat scroll top center;
	border: 0px;
	width: 46px;	
	height: 20px;
}

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: #434343; 
	font-family: verdana, arial, sans serif; 
	font-size: .9em; 
	text-transform: uppercase; 
}

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

.displayMessage {
	padding: 7px;
	background: #F4F2C2;
	border: 1px solid #CEBE52;
	margin: 0px 0px 5px 0px;
}

.displayMessage p {
	color: #928638;
	margin: 0;
	text-align: left;
}

.smallIcon {
	display: inline;
	float: none;
	position: relative;
	top: 2px;
}
/* END API */


/* CONTAINERS */
#wrapper {
	width: 100%;
	background: transparent url(/naha/images/naha_bg.jpg) no-repeat scroll top center;
	display: inline;
	float: left;	
}

.top-head-wrapper,
#container { /* container div */
	width: 960px;
	margin-right: auto;
	margin-left: auto;	
}

#main {
	width: 1004px;
	margin-right: auto;
	margin-left: auto;
}

/** HEADER **/
#header {
	float: left;
	display: inline;
	width: 960px;
	height: auto;
	font-size: 12px;
	line-height: 24px;
}

#header a.logo {
	float: left; 
	display: inline; 
	width: 100%; 
	height: 140px;
	color: transparent;
}
/** END HEADER **/

/** START COMMON PAGE ELEMENTS **/
#leadContent {
	width: 890px;
	overflow: hidden;
	height: auto;
	float: left;
	display: inline;
	padding: 0px 35px;
	background: transparent url(/naha/images/content_bg.png) repeat-y scroll top center;
}

#leadContent p {
	line-height: 30px;
}

#mainContent {
	width: 948px;
	padding: 0px 6px 0px 6px;
	overflow: hidden;
	height: auto;
	float: left;
	display: inline;
	background: transparent url(/naha/images/content_bg_sidebar.png) repeat-y scroll top center;
}

#mainContent {
	line-height: 20px;
}

.mainContentBoxBorder,
.mainContentTopBorder {
	width: 100%;
	height: auto;
	float: left;
	line-height: 0px;
	display: inline;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #ffffff;
}

#contentSidebar {
	width: 308px;
	overflow: visible;
	height: auto;
	float: right;
	display: inline;
	border-left: 1px solid #e4e4e4;
	padding-top: 20px;
}

#contentSidebar a {
	border-bottom: 1px dotted #23A9E1;
}

#contentSidebar a.noborder {
	border: none;
}

.contentSidebarContent { 
	padding: 5px 25px 25px 25px;
	background: transparent url(/naha/images/content_sidebar_bg.png) repeat-y scroll top left;
	overflow: visible;
}

.contentSidebarFooter {
	width: 308px;
	overflow: hidden;
	height: 2px;
	float: right;
	display: inline;
	background: #f2f2f2 url(/naha/images/sidebar_header.png) no-repeat scroll top center;
}

.sidebarSponsors {
	display: inline;
	float: left;
	width: 234px;
	height: auto;
	padding: 12px 12px 0px 12px;
	background: #e4e4e4;
	margin-bottom: 20px;
}

.sidebarSponsorsRow {
	display: inline;
	float: left;
	width: 234px;
	padding: 0px 0px 12px 0px;
}

.sidebarSponsorsRow img.right {
	display: inline;
	float: right;
}

.mainContentBox {
	width: 639px;
	padding-bottom: 10px;
	overflow: hidden;
	height: auto;
	float: left;
	display: inline;
}

.mainContentBoxHeader {
	padding: 0px;
	overflow: hidden;
	height: 30px;
	width: 639px;
	float: left;
	display: inline;
	background: transparent url(/naha/images/content_box_header_bg.png) no-repeat scroll top center;
}

.mainContentBoxContent {
	padding: 0px 35px 10px 35px;
	overflow: hidden;
	display: inline;
	float: left;
}

.mainContentBoxContent h2 {
	font-size: 1.5em;
}

.mainContentBoxContent h3 {
	font-size: 1.1em;
}

.contentBox {
	float: left;
	display: inline;
	height: auto;
	width: auto;
}

.contentBoxLeft {
	float: left;
	display: inline;
	height: auto;
	width: auto;
}

.contentBoxRight {
	float: right;
	display: inline;
	height: auto;
	width: auto;
}

/** START COMMON PAGE ELEMENTS **/
.theLeft {
	float: left;
	display: inline;
	width: 50%;
	height: auto;
}

.theRight {
	float: right;
	display: inline;
	width: 50%;
	height: auto;
}

.inlineContent {
	float: left;
	display: inline;
	width: auto;
	height: auto;
}

.inlineContentRight {
	float: right;
	display: inline;
	width: auto;
	height: auto;
}

.sidebarHighlight {
	float: left;
	display: inline;
	height: auto;
	width: 275px;
	background-color: #c6c6c6;
	padding: 4px;
}

.sidebarHighlightImage {

}

.sidebarHighlightCaption {
	float: left;
	display: inline;
	height: auto;
	width: auto;
	background-color: #c6c6c6;
	line-height: 12px;
	text-align: center;
	font-weight: 700;
}

.sidebarHighlightCaption p {
	margin: 5px 0px;
}

.padding10 {
	padding: 0px 10px 0px 10px; 
	float: left; 
	overflow: hidden;
}

#galleryCategories {
	float: left;
	display: inline;
	width: 886px;
	height: 364px;
	background: transparent url(/naha/images/categories_bg.jpg) no-repeat scroll top center;
}

#leadContent #galleryCategories a {
	float: left;
	display: inline;
	width: 120px;
	height: 180px;
	border: none;
	margin-left: 6px;
}

#navPastWinners {
	float: left;
	display: inline;
	width: 862px;
	padding-left: 24px;
	height: 31px;
	background: #616161;
	border: 1px solid #a2a2a2;
}

#navPastWinners p a {
	font-size: 1.0em;
	color: #ffffff;
	font-weight: 700;
	border: none;
	margin-right: 65px;
}
			
.sidebarEntryCallout {
	display:inline;
	float:right;
	height:198px;
	width:307px;
	background: transparent url(/naha/images/naha_event_details_sidebar.png) no-repeat scroll center top;
}

#mainContent .sidebarEntryCallout a.online {
	display:inline;
	float:left;
	height:100px;
	width:144px;
	margin-left: 10px;
	margin-top: 89px;
	color: transparent;
	border: none;
}

#mainContent .sidebarEntryCallout a.mailing {
	display:inline;
	float:left;
	height:100px;
	width:144px;
	margin-top: 89px;
	color: transparent;
	border: none;
}

#eventInfoCallout {
	background: transparent url(/naha/images/attend_naha.png) no-repeat scroll center top;
	display:inline;
	float:left;
	height:198px;
	overflow:hidden;
	padding:0;
	width:639px;
}

#eventInfoCallout a {
	display:inline;
	float:left;
	height:198px;
	overflow:hidden;
	width:639px;
}
				
#homepageHowToEnter {
	display:inline;
	float:left;
	height:auto;
	width:580px;
	background: transparent url(/naha/images/homepage_enter_naha_bg.png) no-repeat scroll center top;
}

#mainContent #homepageHowToEnter a.online {
	display:inline;
	float:left;
	height:100px;
	width:144px;
	margin-left: 10px;
	color: transparent;
	border: none;
}

#mainContent #homepageHowToEnter a.mailing {
	display:inline;
	float:left;
	height:100px;
	width:144px;
	color: transparent;
	border: none;
}


/** END COMMON PAGE ELEMENTS **/

/** START SIDEBAR ELEMENTS **/
/** END SIDEBAR ELEMENTS **/


/** BEGIN PAGES SPECICIF ELEMENTS **/
#ed-leadContent {
	width: 960px;
	overflow: hidden;
	height: 375px;
	float: left;
	display: inline;
	background: transparent url(/naha/images/naha_ed_lead_bg.jpg) no-repeat scroll top left;
}

#enter-leadContent {
	width: 960px;
	overflow: hidden;
	height: 348px;
	float: left;
	display: inline;
	background: transparent url(/naha/images/naha_enter_lead_bg.jpg) no-repeat scroll top left;
}

#enter-leadContent a.salonMBA{
	display: inline;
	float: left;
	width: 150px;
	height: 100px;
	position: relative;
	top: 200px;
	left: 250px;
}

#enter-leadContent a.enter {
	display: inline;
	float: left;
	width: 210px;
	height: 150px;
	position: relative;
	top: 150px;
	left: 260px;
}

#honorees-leadContent {
	width: 960px;
	overflow: hidden;
	height: 348px;
	float: left;
	display: inline;
	background: transparent url(/naha/images/naha_honorees_lead_bg.jpg) no-repeat scroll top left;
}

#sponsors-leadContent {
	width: 960px;
	overflow: hidden;
	height: 348px;
	float: left;
	display: inline;
	background: transparent url(/naha/images/naha_sponsors_lead_bg.jpg) no-repeat scroll top left;
}


#rules-leadContent {
	width: 960px;
	overflow: hidden;
	height: 348px;
	float: left;
	display: inline;
	background: transparent url(/naha/images/header_rules_and_faq.png) no-repeat scroll top left;
}
/** END PAGES SPECIFIC ELEMENTS **/

/** NAV **/
.top-head{
	width: 100%;
	height:50px;
	background:url(/images/bg-top-head.png) repeat-x scroll top center;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:24px;
}
.logo-top-head{
	float: left;
	text-indent: -9999px;
	margin: 9px 0 0;
}
.logo-top-head a{
	width:128px;
	height:27px;
	overflow: hidden;
	display: block;
	background:url(/images/bg-logo-top-head.png) no-repeat;
	position: relative;
	cursor: pointer;
	color: transparent;
}
/* top-nav start */
.top-nav{
	margin: 0 0 0 -2px;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
	z-index: 100;
}
.top-nav li{
	float: left;
	padding: 0 15px;
}
.top-nav li a{
	color: #e8e8e8;
	float: left;
	position: relative;
	cursor: pointer;
	text-decoration: none;
}
.top-nav li.active a{
/*	background: url(/images/bg-top-nav-a-hover.gif) no-repeat;*/
	text-decoration: none;
}
.top-nav li a:hover{color: #fff;}
.top-nav li a em{
	position: absolute;
	left:38%;
	top:-9999px;
	text-decoration: none;
}
.top-nav li.active a em{
/*	background: url(/images/bg-bullet-01.gif) no-repeat 50% 0;*/
	display: block;
	width:17px;
	height:8px;
	top:47px;
}
.top-nav li.active:hover a em,
.top-nav li.active.hover a em{display: none;}
.top-nav li a span{
	padding: 12px 10px 14px;
	float: left;
}
.top-nav li.active a span{
/*	background:url(/images/bg-top-nav-a-span-hover.gif) no-repeat 100% 0;*/
	padding: 12px 10px 14px 10px;
}
.top-nav li:hover,
.top-nav li.hover{position: relative;}
.top-nav li:hover .w-drop-down,
.top-nav li.hover .w-drop-down{display: block;}
.top-nav li .w-drop-down li:hover,
.top-nav li .w-drop-down li.hover{position: relative;}
.top-nav li .w-drop-down li .w-drop-down,
.top-nav li .w-drop-down li .w-drop-down{
	display: none;
	position: absolute;
	left:214px;
	top: -14px;
	padding: 0 0 0 15px;
}
.top-nav li .w-drop-down li:hover .w-drop-down,
.top-nav li .w-drop-down li.hover .w-drop-down{display: block;}
.top-nav li:hover a,
.top-nav li.hover a{text-decoration: none; position: relative; z-index: 1;}
.top-nav li:hover a span,
.top-nav li.hover a span{background:url(/images/bg-top-nav-a-span-hover1.png);}
.top-nav li .w-drop-down{
	width:234px;
	position: absolute;
	left: 15px;
	top:50px;
	display: none;
}
.inpt-text {
	width: 116px;
	float: left;
	margin-top: 4px;
	border: none;
	margin-right: 2px;
	height: 18px;
	overflow: hidden;
}
.top-nav li .w-drop-down li strong{
	font-weight: normal;
	background:url(/images/bullet-02.gif) no-repeat 206px 15px;
	display: block;
}
.drop-down-c{
	background:url(/images/bg-top-nav-a-span-hover1.png);
	height:1%;
	padding: 13px 0 0;
}
.drop-down-b{
	background:url(/images/bg-drop-down-b.png) no-repeat;
	height:7px;
}
.top-nav li .w-drop-down ul{
	padding:1px 0 0;
	margin:0 9px 0 8px;
	list-style: none;
	background:url(/images/separator-01.gif) repeat-x;
}
.top-nav li .w-drop-down ul li{
	float:none;
	background:url(/images/separator-01.gif) repeat-x 0 100%;
	padding:0 0 1px;
}
.top-nav li .w-drop-down ul li a{
	color: #fff;
	float: none;
	display:block;
	letter-spacing:-1px;
	padding:5px 0 5px 26px;
	height:1%;
	vertical-align:top;
	background: none;
}
.top-nav li .w-drop-down ul li:hover a,
.top-nav li .w-drop-down ul li.hover a{background:#656565;}
.top-nav li .w-drop-down ul li:hover strong a,
.top-nav li .w-drop-down ul li.hover strong a{background:#656565 url(/images/bullet-02.gif) no-repeat 206px 15px;}
.top-nav li .w-drop-down ul li:hover li a,
.top-nav li .w-drop-down ul li.hover li a{background: none;}
.top-nav li .w-drop-down ul li:hover li a:hover,
.top-nav li .w-drop-down ul li.hover li a:hover{background:#656565;}
.form-search{
	float: left;
	overflow: hidden;
	margin: 0px 0 0 0px;
	width: 215px;
}
.w-text{
	width:126px;
	float: left;
	background:url(/images/bg-w-text.jpg) no-repeat;
	overflow: hidden;
}
.w-text input{
	width:118px;
	padding: 3px 4px;
	margin: 0;
	background: none;
	border:0;
	position: relative;
	vertical-align:top;
	height:1%;
}
.w-text input:focus{outline:none;}
.submit{
	float: left;
	background: none;
	border:0;
	color: #d1d3d4;
	margin:3px 0 0 1px;
	padding: 0;
	position: relative;
	cursor: pointer;
}
.logo-header{
	margin:11px 0 11px 0px;
	float: right;
	text-indent: -9999px;
}
.logo-header a{
	cursor: pointer;
	width:327px;
	height:71px;
	display: block;
	overflow: hidden;
	background:url(/images/logo_pbanca.png) no-repeat;
}
.joinPBA {
	background: transparent url(/images/nav_joinPBA.jpg) no-repeat scroll top center;
	width: 106px;
	height: 52px;
	float: left;
	display: inline;
	position: relative;
	top: -5px;
	left: -16px;
	text-indent: -9999px;
	overflow: hidden;
}
/** END NAV **/

/* content navigation header */
#contentNav {
	float: left;
	display: inline;
	width: 960px;
	height: 47px;
	background: transparent url(/naha/images/naha_nav_bg.png) no-repeat scroll top center;	
	margin-top: 25px;
}

#contentNav ul {
	float: left;
	display: inline;
	list-style-type: none;
	padding: 10px 0px 0px 0px;
	margin: 0;
}

#contentNav ul li {
	float: left;
	display: inline;
	overflow: hidden;
	padding: 0px 25px 0px 25px;
	color: #ffffff;
}

#contentNav ul li a {
	float: left;
	display: inline;
	height: 35px;
	font-family: Arial,Verdana,sans-serif;
	color: #ffffff;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: 700;
}

#contentNav a.join {
	float: right;
	display: inline;
	height: 59px;
	width: 136px;
	background: transparent url(/naha/images/naha_nav_join_button.png) no-repeat scroll top center;		
	font-family: Arial,Verdana,sans-serif;
	color: #ffffff;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: 700;
	position: relative;
	top: -13px;
	left: -4px;
}
/* END content navigation header */


/** FOOTER **/
#footer {
	display: inline;
	float: left;
	width: 960px;
	height: auto;
	margin-left: 0px;
	background: transparent url(/naha/images/footer_bg.png) no-repeat scroll bottom center;
	margin-bottom: 15px;
}

#footerContent {
	display: inline;
	float: left;
	width: 910px;
	margin-left: 5px;
	height: auto;
	text-align: left;
	background: transparent url(/naha/images/content_footer_bg.png) no-repeat scroll top center;
	padding: 30px 15px 0px 25px;
	overflow: hidden;
}

.footerContent {
	display: inline;
	float: left;
	width: 293px;
	height: auto;
	margin-bottom: 10px;
}

.footerContent h2 {
	color: #333333;
	font-size: 1.5em;
	margin: 0px 0px 0px 10px;
}

.footerContent h2 a {
	color: #333333;
}


.footerContent p {
	color: #5c5c5c;
	font-size: .7em;
	margin: 7px 0px 0px 10px;
}

.footerContent p.links {
	display: inline;
	float: left;
	width: 105px;
	font-size: 1.2em;
	font-weight: 700;
}

.footerJoin {
	margin: 7px 0px 0px 15px;
}

#footerEvents {
	float: left;
	display: inline;
	width: 900px;
	height: 51px;
	background: transparent url(/naha/images/footer_events.png) no-repeat scroll top center;
	margin-bottom: 10px;
}

#footerEvents a.isse {
	float: left;
	display: inline;
	width: 105px;
	height: 50px;
}

#footerEvents a.isse-mid {
	float: left;
	display: inline;
	width: 95px;
	height: 50px;
	margin-left: 10px;
}

#footerEvents a.bw {
	float: left;
	display: inline;
	width: 105px;
	height: 50px;
	margin-left: 20px;
}

#footerEvents a.cpna {
	float: left;
	display: inline;
	width: 105px;
	height: 50px;
	margin-left: 10px;
}

#footerEvents a.beacon {
	float: left;
	display: inline;
	width: 100px;
	height: 50px;
	margin-left: 20px;
}

#footerEvents a.naha {
	float: left;
	display: inline;
	width: 90px;
	height: 50px;
	margin-left: 23px;
}

#footerEvents a.symp {
	float: left;
	display: inline;
	width: 105px;
	height: 50px;
	margin-left: 10px;
}

#footerEvents a.wtow {
	float: left;
	display: inline;
	width: 85px;
	height: 50px;
	margin-left: 15px;
}

.footerContent a {
	color: #5c5c5c;
	font-weight: 700;
	text-decoration: none;
}

.footerContentDivider {
	width: 100%;
	height: auto;
	float: left;
	line-height: 0px;
	display: inline;
	border-top: 1px solid #9d9d9d;
	border-bottom: 1px solid #e7e7e7;
}
/** END FOOTER **/


.calloutGreyNAHA {
	float: left;
	display: inline;
	width: auto;
	height: auto;
	background: #e6e7e8;
	overflow: hidden;
}

.calloutGreyNAHA p {
	margin: 10px 10px;
}

.calloutGreyNAHAHeader {
	float: left;
	display: inline;
	width: 100%;
	height: 10px;
	overflow: hidden;
	background: transparent url(/naha/images/callout_greynaha_top_left.png) no-repeat scroll top left;
}

.calloutGreyNAHAHeader .rightCorner {
	float: right;
	display: inline;
	width: 10px;
	height: 10px;
	overflow: hidden;
	background: transparent url(/naha/images/callout_greynaha_top_right.png) no-repeat scroll top center;
}

.calloutGreyNAHAFooter {
	float: left;
	display: inline;
	width: 100%;
	height: 10px;
	overflow: hidden;
	background: transparent url(/naha/images/callout_greynaha_bottom_left.png) no-repeat scroll top left;
}

.calloutGreyNAHAFooter .rightCorner {
	float: right;
	display: inline;
	width: 10px;
	height: 10px;
	overflow: hidden;
	background: transparent url(/naha/images/callout_greynaha_bottom_right.png) no-repeat scroll top right;
}



/*  Finalists Page  */
#cat {
	float: left;
	width: 720px;
}

#catList {
	padding: 20px;
	float: left;
	width: 200px;
	background-color: none;
	display: block;
}

#catList a {
	text-decoration: none;
	font-size: .75em;
	color: #523065;
}

.a:hover {
	text-decoration: underline;
	font-size: .7em;
	color: #21368b;
}

#One, #Two, #Three, #Four, #Five, #Six, #catPic {
	float: right;
	width: 400px;
	height: 325px;
	background-color: none;
	display: inline;
	margin-right: 50px;
	padding-top: 10px;
}

#First, #Second, #Third, #Fourth, #Fifth, #Sixith {
	float: right;
	width: 400px;
	height: 325px;
	background-color: none;
	display: inline;
	margin-right: 50px;
	padding-top: 10px;
}

#One img, #Two img, #Three img, #Four img, #Five img, #Six img, #catPic img {
	float: right;
}


#First img, #Second img, #Third img, #Fourth img, #Fifth img, #Sixith img, #catPic img {
	float: right;
}

#thumb {
	float: left;
	background-color: none;
	display: inline;
	padding-right: 5px;
}

#thumber {
	float: right;
	background-color: none;
	margin-right: 5px;
	display: block;
}




#thumb a.thumb {
	float: left;
	background-color: none;
	padding: 3px 3px 3px 3px;
}

#thumb a.thumb:hover, a.thumbCurrent {
	background-color: #21368b;
	padding: 3px 3px 3px 3px;
}

#thumbWide {
	float: left;
	background-color: none;
	display: inline;
	padding-right: 5px;
}

#thumbWide a.thumb {
	float: left;
	background-color: none;
	padding: 3px 3px 3px 3px;
}

#thumbWide a.thumb:hover, a.thumbCurrent {
	background-color: #21368b;
	padding: 3px 3px 3px 3px;
}

#thumb a.thumb:hover,
#thumbWide a.thumb:active {
	background-color: #c2d0eb;
	padding: 3px 3px 3px 3px;
}

#thumbs {
	float: right;
	background-color: none;
	display: inline;
	width: 700px;
	height: 200px;
}

.info {
	color: #000000;
}

.infoname {
	font-family: Helvetica,Arial,Tahoma,sans-serif;
	font-size: .8em; 
	margin-top: 0px;
	font-weight: 700;
	color: #523065;
}

.SalonMBAStatus {
	line-height: 48px; 
	font-weight: 700;
	font-size: 1.3em;
	color: #585858;
	letter-spacing: 2px;
}

#galleryNav {
	display: inline; 
	float: left; 
	width: 160px; 
	margin-right: 10px;
	height: 487px;
	background: #ffffff url(/naha/images/img_line_vert.png) no-repeat scroll top right;
}

#galleryNav h2 {
	margin: 20px 0px 5px 0px;
}

#galleryNav p {
	margin: 5px 0px;
	font-size: .8em;
	line-height: 20px;
}

#galleryNav p a {
	color: #58595b;
	padding: 4px 10px;
	border: none;
}

#galleryNav p a:active,
#galleryNav p a:hover {
	background: #d2d3d5;
	color: #58595b;
}

.ad ul {
    list-style: none outside none;
    margin: 0;
    padding: 0 0 12px;
    width: 310px;
}

.ad li {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #A1A1A1;
    float: left;
    line-height: 0;
    margin: 0 13px 12px 0;
    padding: 3px;
    vertical-align: top;
}

.ad li a {
    border: 1px solid #A1A1A1;
    float: left;
}

ul.sidenav {
	float: left;
	margin: 0;
	padding: 0;
	width: 138px;
	list-style: none;
}
ul.sidenav li {
	position: relative; /*--Add a relative positioning--*/
	float: left;
	width: 138px;
	height: 25px;
	margin: 0;
	padding: 0;
	font-size: .8em;
}
ul.sidenav li a{
	display: inline;
	text-decoration: none;
	position: relative; /*--Add a relative positioning--*/
	z-index: 2; /*--z-index allows the popup to tuck underneath the nav--*/
}
ul.sidenav li a:hover {
}

ul.sidenav li div.top10 {
	display: none;
	position: absolute;
	top: 1px;
	left: 0px;
	width: 273px;
	font-size: 1.3em;
	background: #ffffff;
	padding: 10px;
	border: 1px solid #000000;
}
ul.sidenav li div p {
	margin: 7px 0;
	line-height: 1.6em;
}
