body {
	background: #eeeeee url(/images/bg_tile.jpg) repeat-x 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 {
	float: none;
	display: inline;
}

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

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

#leadContentMD a:hover,
#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;
}

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(/images/hr_grey.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;
}

.hrdottedline {
	height: 1px;
	background: transparent url(/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(/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;
}

.isse,
.pink {
	color: #ec008c;
}

#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;
}

.darkred {
	color: #a00000;
}

#mainContent a.headerlink,
#leadContent a.headerlink:hover { 
	color: #000000;
	border: none;
	text-decoration: underline;
}

.white {
	color: #ffffff;
}

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

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

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

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

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

.buttonSearch {
	border: 0px;
	width: auto;
	color: #ffffff;
	border: none;
	background: none;
}

.searchBox {
	background: transparent url(/images/search_box_bg.png) no-repeat scroll top center;
	height: 21px;
	width: 243px;
	font-size: 1.0em;
	color: #9e9e9e;
	border: none;
	padding: 0px 0px 0px 10px;
	line-height: 21px;
}

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;
}

.formAuthenticator {
	background: transparent url(/images/input_authenticator.png) no-repeat scroll top left;
	height: 36px;
	width: 268px;
	font-size: 1.0em;
	color: #9e9e9e;
	border: none;
	padding: 0px 2px 0px 3px;
	line-height: 36px;
	text-align: center;
	margin: 0px 7px 0px 2px;
}

.formAuthenticatorSubmit {
	background: transparent url(/images/button_authenticate_submit.png) no-repeat scroll top center;
	border: none;
	width: 107px;	
	height: 36px;
	line-height: 36px;
	cursor: pointer;
}


/*#######################################################################################*/
/* 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(/images/body_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;
}

#headerContent {
	float: left;
	display: inline;
	width: 960px;
	height: 152px;
}

#headerContent a.logoBeacon {
	display: inline;
	float: left;
	width: 470px;
	height: 127px;
	margin: 9px 0px 0px 154px;
}
/** END HEADER **/

/** START COMMON PAGE ELEMENTS **/
#leadContent {
	width: 870px;
	padding: 0px 45px;
	overflow: hidden;
	height: auto;
	float: left;
	display: inline;
	background: transparent url(/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(/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(/images/content_sidebar_bg.png) repeat-y scroll top left;
	overflow: visible;
}

.contentSidebarContent h2.top10 {
	font-size: 2.2em;
	margin: 0px 0px 5px 0px;
}

.contentSidebarContent h2 span.top10smaller {
	font-size: 65%; 
	line-height: 32px
}

.contentSidebarContent p.top10item {
	margin: 0;
}

.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;
}

#aboutTimeline {
	float: left;
	display: inline;
	width: 270px;
	border-right: 5px solid #e0e0e0;
	overflow: hidden;
}

#aboutTimeline h3 {
	float: right;
	color: #686868;
	margin: 2px 5px 5px 0px;
	font-size: 1.5em;
}

#aboutTimeline p {
	width: 157px;
	display: inline;
	float: right;
	font-size: .7em;
	line-height: 14px;
	margin-left: 5px;
	margin-right: 2px;
}

.aboutTimelineContent {
	float: right;
	display: inline;
	height: auto;
	width: 270px;
}

.aboutTimelineContent:hover {
	float: right;
	display: inline;
	height: auto;
	width: 270px;
	background: #E0E0E0;
}

.aboutTimelineContent img {
	float: left;
	display: inline;
	clear: left;
}	

.aboutTimelineDivider {
	float: left;
	display: inline;
	width: 270px;
	border-bottom: 5px solid #e0e0e0;
	margin-top: 5px;
	margin-bottom: 5px;
}

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

.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(/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;
}

.standard {
	width: 465px; 
	margin-left: 10px;
}

/** START COMMON PAGE ELEMENTS **/
.largeContentBox {
	float: left;
	display: inline;
	height: auto;
	width: auto;
	background: transparent url(/images/large_content_box_bg.png) repeat-y scroll top center;
}

.largeContentBoxContent {
	float: left;
	display: inline;
	height: auto;
	width: 833px;
	background: transparent url(/images/large_content_box_header.png) no-repeat scroll top center;
	padding: 20px 20px 10px 20px;
	overflow: hidden;
}

.largeContentBoxFooter {
	float: left;
	display: inline;
	height: 13px;
	width: 873px;
	background: transparent url(/images/large_content_box_footer.png) no-repeat scroll top center;
}

.largeContentBoxContent h1 {
	color: #d82b4d;
	font-size: 2.2em;
	text-align: center;
	margin: 0px 0px 10px 0px;
}

.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;
}

.calloutBox {
	float: right;
	display: inline;
	height: auto;
	width: 260px;
	background: transparent url(/images/callout_box_bg.png) repeat-y scroll top center;
}

.calloutBoxContent {
	float: left;
	display: inline;
	height: auto;
	width: 220px;
	background: transparent url(/images/callout_box_header_bg.png) no-repeat scroll top center;
	padding: 20px 20px 0px 20px;
	overflow: hidden;
}

.calloutBoxContent h3 {
	margin-top: 0px;
}

.calloutBoxFooter {
	float: left;
	display: inline;
	height: 13px;
	width: 260px;
	background: transparent url(/images/callout_box_footer_bg.png) no-repeat scroll top center;
}

.calloutSmallGrey {
	float: left;
	display: inline;
	width: 204px;
	height: auto;
	background: #eeeeee;
	overflow: hidden;
}

.calloutSmallGrey h3 {
	color: #6a6a6a;
	margin: 5px 0px;
	text-align: center;
	font-size: 1em;
}

.calloutSmallGrey p {
	color: #6a6a6a;
	padding: 0px 10px;
	margin-bottom: 0px;
	line-height: 12px;
	overflow: hidden;
	font-size: .7em;
}

.calloutSmallGrey br {
	line-height: 5px;
}

.calloutSmallGreyHeader {
	float: left;
	display: inline;
	width: 204px;
	height: 10px;
	overflow: hidden;
	background: transparent url(/images/grey_small_callout_header.png) no-repeat scroll top center;
}

.calloutSmallGreyFooter {
	float: left;
	display: inline;
	width: 204px;
	height: 9px;
	overflow: hidden;
	background: transparent url(/images/grey_small_callout_footer.png) no-repeat scroll top center;
}

h2.memberAuthenticationTitle {
	font-size: 2.0em; 
	margin: 10px 0px 20px 0px;
}
/** END COMMON PAGE ELEMENTS **/

/** START PAGES SPECIFIC ELEMETNS **/

/** ABOUT **/
.about-title {
	color: #000000;
	font-size: 3.3em;
	width: 450px;
	display: inline;
	float: left;
	margin-bottom: 0px;
}

.about-lead {
	margin-top: 35px;
	color:#696969;
	font-size:1.1em;
	line-height:30px;
	margin-left:10px;
}

.about-ss {
	float: left;
	display: inline;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc; 
	width: 280px;
	height: 1300px;
}

.about-prof {
	float: left;
	display: inline;
	border-top: 1px solid #cccccc;
	width: 280px;
	height: 1300px;
}

.about-manu {
	float: left;
	display: inline;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width: 280px;
	height: auto;
}

.about-distro {
	float: left;
	display: inline;
	border-top: 1px solid #cccccc;
	width: 280px;
	height: auto;
}

.about-sectionPad {
	padding: 0px 20px 20px 20px;
	overflow: hidden;
}

.about-sectionPad h2 {
	margin-top: 20px
}

/** BENEFIT PROVIDERS **/
.bt-lead,
.bp-lead{
	color: #343434;
	font-size: 1.0em;
	line-height: 24px;
	width: 773px;
	margin-left: 10px;
}

.bp-instructions {
	color: #949494;
	font-size: 1.0em;
	line-height: 24px;
}

#bp-head {
	float: left;
	display: inline;
	width: 812px;
	height: auto;
	margin-left: 30px;
}

h3.bp-list-head {
	width: 100%;
	color: #949494;
	font-size: 1.1em;
	font-weight: 700;
	margin: 10px 0px 5px 0px;
}

#leadContent .bp-list-head a {
	color: #949494;
	border: none;
}

#leadContent p.bp-listDivider {
/*	height: 1px;*/
	width: 200px;
	font-size: .75em;
	color: #949494;
	margin: 0;
	background: transparent url(/images/benefit_provider_list_divider_sm.png) no-repeat scroll top center;
}

#leadContent p.bp-listDivider a {
	color: #949494;
	border: none;
	font-weight: normal;
}

#leadContent .bp-left {
	float: left; 
	display: inline; 
	width: 364px; 
	height: 48px; 
	margin: 247px 0px 0px 15px; 
	border: none;
}

#leadContent .bp-right {
	float: right; 
	display: inline; 
	width: 364px; 
	height: 48px; 
	margin: 247px 15px 0px 0px; 
	border: none;
}
/** END BP **/

/** BEGIN NCASPLASH **/
.ncasplashLinkBlock {
	height: 35px; 
	float: left; 
	display: inline; 
	width: 960px; 
	padding-top: 161px; 
	margin-top: 4px;
}

#leadContent .ncasplashLink {
	float: left; 
	display: inline; 
	width: 261px; 
	height: 35px; 
	margin-left: 55px;
	border: none;
}
/** END NCASPLASH **/

/** BUSINESS TOOLS **/
.bt-icon {
	width: 90px;
}
/** END BUSINESS TOOLS **/

/** BEGIN CAREERCENTER **/
.careerCenterInfo {
	height: 360px;
	width: 381px;
	display: inline;
	float: left;
	background: transparent url(/images/careercenter_info_bg.png) no-repeat scroll top center;
}

#leadContent .careerCenterLead {
	color: #000000; 
	margin: 0px 70px 10px 70px; 
	font-size: .9em; 
	line-height: 20px;
}

#leadContent .careerCenterInfo p {
	color: #000000;
	line-height: 20px;
	width: 300px;
	font-weight: 700;
	margin: 0px 0px 0px 40px;
}

#leadContent .careerCenterInfo ul  {
	width: 270px;
	margin: 10px 0px 0px 15px;
}

#leadContent .careerCenterInfo ul li p {
	margin-left: 0px;
	font-weight: normal;
}
/** END CAREERCENTER **/

/** STAFF **/
.bod-title,
.lc-title,
.staff-title {
	color: #000000;
	margin-bottom: 0px;
}

.bod-lead,
.lc-lead,
.staff-lead {
	color:#696969;
	font-size:1.1em;
	line-height:30px;
}

.staff-subtitle {
	margin: 0px 0px 7px 0px;
}

.staff-width {
	margin-left: 10px;
	width: 449px;
}

.staff-icon {
	margin-left: 20px;
}

.staff-contentBox h3 {
	color: #696969;
	margin: 5px 0px;
	text-align: left;
	font-size: 1.1em;
}

.staff-contentBox p {
	color: #696969;
	margin-bottom: 5px;
	line-height: 20px;
	overflow: hidden;
	font-size: .75em;
}

/* .staff-contentBox - Is a common declaration. Is defined elsewhere in file */
/** END STAFF **/

/** BOARD OF DIRECTORS **/

/** END BOARD OF DIRECTORS **/

/** LEADERSHIP COUNCILS **/
.lc-sidebarTitle {
	color: #23A9E1;
	font-size: 1.5em;
	margin-top: 0;
}

.lc-bod {
	float: left;
	display: inline;
	width: 396px;
	height: 142px;
	background:url(/images/lc_board_of_directors_bg.png) no-repeat scroll top center;
	padding: 12px;
}

.lc-prof {
	float: left;
	display: inline;
	width: 396px;
	height: 142px;
	margin-left: 30px;
	background:url(/images/lc_licensed_professionals_bg.png) no-repeat scroll top center;
	padding: 12px;
}

.lc-distro {
	float: left;
	display: inline;
	width: 236px;
	height: 441px;
	background:url(/images/lc_distributor_bg.png) no-repeat scroll top center;
	padding: 12px;
}

.lc-manu {
	float: left;
	display: inline;
	width: 236px;
	height: 441px;
	margin-left: 30px;
	background:url(/images/lc_manufacturer_bg.png) no-repeat scroll top center;
	padding: 12px;
}

.lc-ss {
	float: left;
	display: inline;
	width: 236px;
	height: 441px;
	margin-left: 30px;
	background:url(/images/lc_salonspa_bg.png) no-repeat scroll top center;
	padding: 12px;
}

.lc-prof h2,
.lc-distro h2,
.lc-manu h2,
.lc-ss h2,
.lc-bod h2 {
	margin: 0px 0px 3px 0px;
	font-size: 1.5em;
}

#leadContent .lc-prof p,
#leadContent .lc-distro p,
#leadContent .lc-manu p,
#leadContent .lc-ss p,
#leadContent .lc-bod p {
	color: #696969;
	line-height: 12px;
	font-size: .7em;
	text-align: justify;
}

#leadContent .lc-prof p {
	width: 230px;
}

.lc-sidebarContact {
	float: left;
	display: inline;
	width: 167px;
	height: 111px;
	background:url(/images/sidebar_chat_bubble_bg.png) no-repeat scroll top center;
	padding: 50px;
}

.lc-sidebarContact p {
	font-size: .7em;
	line-height: 12px;
	text-align: justify;
}

.lc-subtitle {
	margin: 0px 0px 7px 0px;
	line-height: 28px;
}

.bod-bio,
.lc-bio {
	width: 465px; 
	margin-left: 10px;
}

.bod-bio .name,
.lc-bio .name {
	color: #696969;
	font-size: 1.2em;
	margin: 0px 0px 5px 0px;
	font-weight: 0;
}

.bod-name p,
.lc-bio p {
	color: #696969;
	font-size: .75em;
}
/** END LEADERSHIP COUNCILS **/

/** RESEARCH **/
.research-lead {
	color: #343434;
	font-size: 1.0em;
	line-height: 24px;
	width: 773px;
	margin-left: 10px;
}

.research-iconAddToCart {
	float: right;
	display: inline;
	margin-right: 10px;
}

.resarch-width {
	width: 350px;
	margin-left: 10px;
}

.resarch-width p {
	color: #696969;
	font-size: .7em;
}

.research-subtitle {
	font-size: 1.4em;
	color: #000000;
}
/** END RESEARCH **/

/** BEGIN EDUCATION **/
.edu-contentPadding {
	padding: 0px 10px;
}
/** END EDUCATION **/

/** BEGIN BPC **/
.bpc-lead {
	color: #696969;
	font-size: 1.1em;
	line-height: 20px;
	width: 730px;
	margin-left: 20px;
}

#bpc-membership {
	float: left; 
	display: inline; 
	width: 569px; 
	padding: 0px 35px 0px 35px; 
	height: 169px; 
	background: transparent url(/images/bpc_membership_bg.png) no-repeat scroll top center; 
	overflow: hidden;
}
/** END BPC **/

/** BEGIN BUSINESS BLUEPRINTS **/
#bb-header {
	float: left; 
	display: inline; 
	width: 876px; 
	height: 776px; 
	background: transparent url(/images/businessblueprints_bg.png) no-repeat scroll top center; 
	margin-top: 10px;
}

.bb-table-of-contents {
	margin: 210px 0px 0px 70px; 
	width: 190px;
}

#leadContent .bb-lead {
	font-size: 1.2em; 
	color: #c7ecff; 
	line-height: 22px;
}
/** END BUSINESS BLUEPRINTS **/

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

#membershipHeader {
	display: inline;
	float: left;
	width: 928px;
	height: 421px;
	padding: 0px 10px;
	background: transparent url(/images/membership_header_bg.png) no-repeat scroll top center;
}

#membershipLeadContent {
	display: inline;
	float: left;
}

#membershipJoinManu {
	width: 231px;
	height: 300px;
	margin-top: 55px;
	float: left;
	display: inline;
}

#membershipJoinManu a.link {
	display: inline;
	float: left;
	width: 193px;
	height: 46px;
	margin: 17px 0px 0px 18px;
}


#membershipJoinProf p {
	padding-left: 12px;
}

#membershipJoinDisto {
	width: 214px;
	height: 300px;
	margin-top: 55px;
	float: left;
	display: inline;
}

#membershipJoinDisto a.link {
	display: inline;
	float: left;
	width: 193px;
	height: 46px;
	margin: 17px 0px 0px 18px;
}

#membershipJoinProf {
	display: inline;
	float: left;
	width: 268px;
	height: 323px;
	margin-top: 40px;
}

#membershipJoinProf a.link {
	display: inline;
	float: left;
	width: 193px;
	height: 46px;
	margin: 12px 0px 0px 43px;
}

#membershipJoinSalonspa {
	width: 214px;
	height: 300px;
	display: inline;
	float: left;
	margin-top: 55px;
}

#membershipJoinSalonspa a.link {
	display: inline;
	float: left;
	width: 193px;
	height: 46px;
	margin: 17px 0px 0px 18px;
}

#membershipHeader h2 {
	font-size: 1.6em;
	margin: 0;
	text-align: center;
}

#membershipHeader h3 {
	font-size: 1.2em;
	margin: 0px 0px 12px 0px;
	color: #000000;
	text-align: center;
}

#membershipHeader p {
	font-size: .9em;
	margin: 0px;
	color: #616161;
	line-height: 30px;
	margin-left: 12px;
}

.membership-contentPadding {
	padding: 0px 10px;
	width: 455px;
}

#membershipInfo {
	width: 639px;
	height: 166px;
	float: left;
	display: inline;
	background: transparent url(/images/membership_learn_more.png) no-repeat scroll top center;
}

#membershipInfo a {
	width: 567px;
	height: 79px;
	float: left;
	display: inline;
	margin: 72px 0px 0px 35px;
	color: transparent;
	border: none;
}

#membershipInfo a:hover {
	color: transparent;
	border: none;
}
/** END JOIN/MEMBERSHIP **/

/** START MEMBERSHIP DETAILS **/
#leadContentMD {
	width: 850px;
	padding: 0px 55px;
	overflow: hidden;
	height: 162px;
	float: left;
	display: inline;
	background:  url(/images/membership_details_lead.png) no-repeat scroll top center;
	padding-top:140px;
}

#leadContentMD p {
	color: #343434;
	font-size: 1em;
	line-height: 30px;
	width: 100%;
	margin-left: 10px;
}

#md-moreInfo {
	float: left; 
	display: inline; 
	width: 569px; 
	padding: 10px 35px 10px 35px; 
	height: 177px; 
	background: transparent url(/images/membership_details_more_info_bg.png) no-repeat scroll top center; 
	overflow: hidden;
}

.md-sidebarButton {
	width: 256px; 
	height: 80px; 
	display: inline; 
	float: left; 
	color: transparent;
}
.md-sidebarButton1 {
	width: 256px; 
	height: 40px; 
	display: inline; 
	float: left; 
	color: transparent;
}
.md-sidebarButton2 {
	width: 256px; 
	height: 40px; 
	display: inline; 
	float: left; 
	color: transparent;
}
/** END MEMBERSHIP DETAILS **/


/** START GA **/
#leadContentGA {
	width: 850px;
	padding: 0px 55px;
	overflow: hidden;
	height: 303px;
	float: left;
	display: inline;
	background: transparent url(/images/ga_lead_bg.jpg) no-repeat scroll top center;
}

#leadContentGA h1 {
	font-size: 1.5em;
	margin: 25px 0px 5px 5px;
}

#leadContentGA p {
	color: #343434;
	font-size: 1.0em;
	line-height: 30px;
	width: 650px;
	margin-left: 10px;
	margin-top: 15px;
	font-weight: 700;
}

#ga-grassrootContent {
	float: left; 
	display: inline; 
	width: 569px; 
	padding: 10px 35px 10px 35px; 
	height: 177px; 
	background: transparent url(/images/ga_grassroots_bg.jpg) no-repeat scroll top center; 
	overflow: hidden;
}
/** END GA **/



.research-iconAddToCart {
	float: right;
	display: inline;
	margin-right: 10px;
}

.resarch-width {
	width: 350px;
	margin-left: 10px;
}

.resarch-width p {
	color: #696969;
	font-size: .7em;
}

.research-subtitle {
	font-size: 1.4em;
	color: #000000;
}
/** END RESEARCH **/

/** BEGIN EVENTS **/
.events-lead {
	line-height: 24px;
	font-size: 1.0em;
}
/** END EVENTS **/

/** BEGIN BEAUTYWEEK **/
#leadContentBeautyWeek {
	width: 960px;
	height: 811px;
	overflow: hidden;
	float: left;
	display: inline;
	background: transparent url(/images/beauty_week_top_bg.jpg) no-repeat scroll top center;
}

#leadContentBeautyWeek p { 
	color: #616161;
	font-size: .8em;
	margin-top: 50px;
	padding: 0px 40px;
}

#beautyweekLogos {
	margin-top: 330px;
}

.beautyweekB2B {
	overflow: hidden;
	float: left;
	display: inline;
	width: 241px;
	height: 114px;
	margin-left: 30px;
}

.beautyweekCharities {
	overflow: hidden;
	float: right;
	display: inline;
	width: 241px;
	height: 114px;
	margin-right: 30px;
}
	
.beautyweekEducation {
	overflow: hidden;
	float: left;
	display: inline;
	width: 364px;
	height: 110px;
	margin-left: 50px;
}

.beautyweekAwards {
	overflow: hidden;
	float: right;
	display: inline;
	width: 364px;
	height: 110px;
	margin-right: 50px;	
}

#mainContentBeautyWeek {
	width: 960px;
	height: 1000px;
	overflow: hidden;
	float: left;
	display: inline;
	background: transparent url(/images/beauty_week_bottom_bg.jpg) no-repeat scroll top center;
}

#beautyweekB2B {
	overflow: hidden;
	float: left;
	display: inline;
	width: 778px;
	height: 170px;
	margin: 0px 0px 15px 45px;
}

#beautyweekCharities {
	overflow: hidden;
	float: left;
	display: inline;
	width: 868px;
	height: 179px;
	margin: 0px 0px 15px 45px;
}
	
#beautyweekEducation {
	overflow: hidden;
	float: left;
	display: inline;
	width: 808px;
	height: 441px;
	margin: 0px 0px 15px 45px;
}

#beautyweekAwards {
	overflow: hidden;
	float: left;
	display: inline;
	width: 838px;
	height: 146px;
	margin: 0px 0px 18px 45px;
}

.contentBoxBeautyWeek {
	float: left;
	display: inline;
	width: auto;
	height: auto;
	overflow: hidden;
}

.contentBoxBeautyWeek p {
	color: #434343;
	font-size: .8em;
}

a.b2b {
	color: #abca40; 
	font-size: 1.6em; 
	font-weight: 700; 
	float: right; 
	text-decoration: none; 
	margin-right: 15px;
}

a.education {
	color: #ec1469; 
	font-size: 1.6em; 
	font-weight: 700; 
	float: right; 
	text-decoration: none; 
	margin-right: 15px;
}

a.awards {
	color: #000000; 
	font-size: 1.6em; 
	font-weight: 700; 
	float: right; 
	text-decoration: none; 
	margin-right: 15px;
}

a.charities {
	color: #38c2f0; 
	font-size: 1.6em; 
	font-weight: 700; 
	float: right; 
	text-decoration: none; 
	margin-right: 15px;
}
/** END BEAUTYWEEK **/
/** END PAGES SPECIFIC ELEMETNS **/

/** 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: #ffffff url(/images/pba_nav_bg.png) no-repeat scroll top center;	
}

#contentNav ul {
	float: left;
	display: inline;
	overflow: hidden;
	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(/images/pba_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;
}

#contentNav a.joinMembership {
	float: right;
	display: inline;
	height: 59px;
	width: 136px;
	background: transparent url(/images/pba_nav_join_button_membership.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(/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(/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(/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 **/


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

.calloutGrey p {
	margin: 5px 10px;
}

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

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

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

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


.staff-contentBox,
.calloutLightGrey {
	float: left;
	display: inline;
	width: auto;
	height: auto;
	background: #f3f3f3;
	overflow: hidden;
}

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

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

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

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

.padding20 {
	padding: 0px 20px;
}

/** BEGIN INDEX **/
#indexBoilerPlate {
	float: left;
	display: inline;
	width: 636px;
	height: auto;
}

#indexBoilerPlate p {
	font-size: .8em; 
	margin: 0;
	text-align: justify;
}

#indexIndustryGuide {
	width:280px;
	height:67px;
	display:inline; 
	float: right;
	margin:0;
	padding: 14px;
	border: 1px solid #acacac;
	background: #e8e8e8;
	overflow: hidden;
}

.buttonIndustryGuideGo {
	background: transparent url(/images/button_industry_guide_go.png) no-repeat scroll top center;
	height: 57px;
	width: 50px;
	border: none;
	float: right;
	position: relative;
	top: 2px;
	cursor: pointer;
}

#indexAboutPBA {
	width:250px;
	height:auto;
	display:inline; 
	float: left;
	margin:0;
	padding: 29px;
	border: 1px solid #acacac;
	background: #e8e8e8;
} 

#indexAboutPBA h2 {
	display:inline; 
	float: left;
	margin:0;
	padding: 29px;
	border: 1px solid #acacac;
	background: #e8e8e8;
} 

#indexAboutPBA p,
#indexBeautyInsider p,
#indexMembership p {
	font-size: .7em;
	color: #575052;
} 

#indexAboutPBA a {
	float: left;
	display: inline;
	padding: 13px 0px;
	width: 250px;
	height: auto;
	text-align: center;
	color: #ffffff;
	font-size: 1.0em;
	background: #269ed1;
	border: none;
} 

#indexAboutPBA a:hover,
#indexBeautyInsider a:hover,
#indexMembership a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#indexBeautyInsider {
	width:250px;
	height:auto;
	display:inline; 
	float: left;
	margin:0;
	padding: 29px;
	border: 1px solid #acacac;
	background: #e8e8e8;
} 

#indexBeautyInsider a {
	float: left;
	display: inline;
	padding: 13px 0px;
	width: 250px;
	height: auto;
	text-align: center;
	color: #ffffff;
	font-size: 1.0em;
	background: #d5006c;
	border: none;
} 

#indexMembership {
	width:250px;
	height:auto;
	display:inline; 
	float: left;
	margin:0;
	padding: 29px;
	border: 1px solid #acacac;
	background: #e8e8e8;
} 

#indexMembership a {
	float: left;
	display: inline;
	padding: 13px 0px;
	width: 250px;
	height: auto;
	text-align: center;
	color: #ffffff;
	font-size: 1.0em;
	background: #8bb618;
	border: none;
} 

#indexContent {
	float: left; 
	display: inline; 
	border-top: 1px dotted #acacac;
	border-bottom: 1px dotted #acacac; 
	padding: 0px 0px 20px 0px; 
	margin-top: 20px;
	overflow: hidden;
	width: 100%;
}

#indexHeaderContent {
	float: left; 
	width: 100%; 
	height: auto; 
	border-bottom: 1px solid #acacac; 
	margin-top: 15px; 
	margin-bottom: 15px;
}

.indexTitle {
	margin-top: 20px;
}

.industryGuide {
	float: left; 
	display: inline; 
	width: auto;
	font-size: 1.4em;
	color:#575052; 
	border: none; 
	margin-bottom: 10px;
}

.industryGuideForm {
	border: 1px solid #acacac; 
	width: 213px; 
	height: 24px;
}
/** END INDEX **/

/** BEGIN 404 **/
.404Lead {
	font-size: 1.1em; 
	line-height: 24px; 
	color: #6d6e71;
}
/** END 404 **/

/** BEGIN CHARITIES **/
.charities-lead {
	color: #343434;
	font-size: 1.0em;
	line-height: 24px;
	width: 735px;
	margin-left: 10px;
}

.charity-title {
	font-size: 1.1em; 
	margin-bottom: 10px;
}

.charity-topBorder {
	border-top: 1px solid #e4e4e4; 
	padding-top: 30px;
}	
/** END CHARITIES **/

/** BEGIN NETWORKING **/
#leadContentNetworking {
	width: 850px;
	padding: 0px 55px;
	overflow: hidden;
	height: auto;
	float: left;
	display: inline;
	background: transparent url(/images/networking_lead_bg.png) no-repeat scroll top center;
}

#leadContentNetworking h1 {
	color: #23a9e1;
	font-size: 2.8em;
	float: right;
	margin-bottom: 17px;
}

.networking-lead {
	font-size: 1.0em;
	line-height: 24px;
	width: 730px;
	float: right;
	text-align: justify;
	margin-top: 0px;
}

.networking-state-width {
	width: 150px; 
	margin-left: 10px;
}

h3.networking-state {
	font-size: 1.2em;
	margin: 0px 0px 10px 0px;
}
/** END NETWORKING **/

/** BEGIN INDEX CAROUSEL **/
#featured{ 
	width:605px; 
	position:relative; 
	border:1px solid #acacac; 
	height:315px; 
	background:#e8e8e8;
	padding: 14px;
	margin-top: 15px;
	display: inline;
	float: left;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:-1px; left:649px; 
	list-style:none; 
	padding:3px; margin:0; 
	overflow: hidden;
	width:302px; 
	border:1px solid #acacac; 
	background:#e8e8e8;
	padding-bottom: 4px;
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0;
	overflow: hidden;
	font-size:12px; 
	color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
	line-height:30px; 
	font-family: Arial;
	font-size: 2.5em;
	font-weight: 700;
	color:#575052; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:55px; 
	color: transparent;
	text-decoration: none;
	padding: 13px;
	overflow: hidden;
	border-bottom: 1px dotted #acacac;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#d0d0d0; 
}
#featured li.ui-tabs-selected{ 
	background:url('images/selected-item.gif') top left no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#ccc; 
	border-bottom: 1px dotted #acacac;
}
#featured .ui-tabs-panel{ 
	width:605px; height:315px; 
	background:#999; position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:260px; left:0; 
	height:55px; 
	background:none repeat scroll 0 0 #ededed;
	opacity:0.75;
	width: auto;
	padding-right: 10px;
	padding-left: 5px;
	overflow: hidden;
}
#featured .info h2{ 
	color:#575052; padding:5px; margin:0;
	overflow:hidden; 
	float: left;
	line-height:30px; 
	font-family: Arial;
	font-size: 2.3em;
	font-weight: 700;
	line-height: 55px;
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#575052; 
	border: none;
	line-height: 45px;
}
#featured .info a.read-more{ 
	text-decoration:none; 
	color:#ffffff; 
	font-weight: 700;
	background: #23a9e1;
	padding: 7px 4px;
	font-size: 1.2em;
	position: relative;
	top: 5px;
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}
/** END INDEX CAROUSEL **/

#slider {
    width: 800px;
    margin: 0 auto;
    position: relative;
	border: 10px solid #ccc;
}

.scroll {
	overflow: hidden;
	width: 800px;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 10px;
    width: 274px;
	height: 318px;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(/images/moving_boxes_left_shadow.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(/images/moving_boxes_right_shadow.png) repeat-y;
}

.inside {
	padding: 10px;
	border: 1px solid #999;
}

.inside img {
	display: block;
	border: 1px solid #666;
	margin: 0 0 10px 0;
	width: 250px;
}

.inside h2 {
	font-weight: normal;
	color: #111;
	font-size: 16px;
	margin: 0 0 8px 0;
}

.inside p {
	font-size: 11px;
	color: #ccc;
}

.scrollButtons {
    position: absolute;
    top: 127px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -45px;
}

.scrollButtons.right {
    right: -45px;
}

.hide {
    display: none;
}
/** END EVENTS CAROUSEL **/

/** BEGIN TOOLTIPS **/
ul.sidenav {
	float: left;
	margin: 0;
	padding: 0;
	width: 250px;
	list-style: none;
}
ul.sidenav li {
	position: relative; /*--Add a relative positioning--*/
	float: left;
	width: 250px;
	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: 303px;
	font-size: 1.3em;
}
ul.sidenav li div p {
	margin: 7px 0;
	line-height: 1.6em;
}

.sibebarTooltip {
	float: left;
	display: inline;
	width: 310px;
	height: auto;
	background: transparent;
	overflow: hidden;
	position: relative;
}

.sibebarTooltipArrow {
	overflow: hidden;
	display: inline;
	float: right; 
	width: 24px; 
	height: 38px; 
	background: transparent url(/images/tooltip_arrow.png) no-repeat scroll top left; 
	position: relative; 
	left: -7px;
}

.sibebarTooltipContent {
	background: transparent url(/images/tooltip_content_bg_wide.png) repeat-y scroll top left; 
	padding: 0px 20px 0px 15px;  
	width: 258px; 
	overflow: hidden; 
	margin-top: 38px;
}

.sibebarTooltip h3 {
	margin: 0px;
}

.sibebarTooltip p {
	padding: 0px;
}

.sibebarTooltipHeader {
	overflow: hidden;
	float: left; 
	display: inline;
	width: 283px; 
	height: 38px; 
	background: transparent url(/images/tooltip_header_no_arrow.png) no-repeat scroll top left;
}

.sibebarTooltipFooter {
	float: left;
	display: inline;
	width: 303px;
	height: 11px;
	overflow: hidden;
	background: transparent url(/images/tooltip_footer_bg_wide.png) no-repeat scroll top left;
}

/** END TOOLTIPS **/









/** BEGIN ADVERTS **/
.contentSidebarAdverts {
	background: transparent url(/images/content_sidebar_bg.png) repeat-y scroll left top transparent;
	overflow: visible;
	padding: 10px 15px;
}

.sidebarAdverts {
	display: inline;
	float: left;
	width: 278px;
	height: auto;
	margin-bottom: 20px;
}

.sidebarAdvert {
	background: #ffffff;
	padding: 3px;
	border: 1px solid #e1e1e2;
	float: left;
	display: inline;
	margin: 0px 12px 5px 0px;
}

.sidebarAdvert img {
	border: 1px solid #a5a5a5;
}
/** END ADVERTS **/
