@font-face {
    font-family: 'LatoBoldItalic';
    src: url('graphics/fonts/Lato-BolIta-webfont.eot');
    src: url('graphics/fonts/Lato-BolIta-webfont.eot?#iefix') format('embedded-opentype'),
         url('graphics/fonts/Lato-BolIta-webfont.woff') format('woff'),
         url('graphics/fonts/Lato-BolIta-webfont.ttf') format('truetype'),
         url('graphics/fonts/Lato-BolIta-webfont.svg#LatoBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LatoBold';
    src: url('graphics/fonts/Lato-Bol-webfont.eot');
    src: url('graphics/fonts/Lato-Bol-webfont.eot?#iefix') format('embedded-opentype'),
         url('graphics/fonts/Lato-Bol-webfont.woff') format('woff'),
         url('graphics/fonts/Lato-Bol-webfont.ttf') format('truetype'),
         url('graphics/fonts/Lato-Bol-webfont.svg#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LatoItalic';
    src: url('graphics/fonts/Lato-RegIta-webfont.eot');
    src: url('graphics/fonts/Lato-RegIta-webfont.eot?#iefix') format('embedded-opentype'),
         url('graphics/fonts/Lato-RegIta-webfont.woff') format('woff'),
         url('graphics/fonts/Lato-RegIta-webfont.ttf') format('truetype'),
         url('graphics/fonts/Lato-RegIta-webfont.svg#LatoItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LatoRegular';
    src: url('graphics/fonts/Lato-Reg-webfont.eot');
    src: url('graphics/fonts/Lato-Reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('graphics/fonts/Lato-Reg-webfont.woff') format('woff'),
         url('graphics/fonts/Lato-Reg-webfont.ttf') format('truetype'),
         url('graphics/fonts/Lato-Reg-webfont.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*** Universal Styles ***/

html, body, form, input, .default {
    margin: 0;
	padding: 0;
	font: normal normal 14px 'LatoRegular',sans-serif;
	color: #333;
}
body {
	background: url('graphics/design/body_bg.jpg') repeat-x #fff;
}
a img {
	border: none;
}
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	visibility: hidden;
}
.left {
	float: left;
	margin: 0px 10px 10px 0px;
}
.right {
	float: right;
	margin: 0px 0px 10px 10px;
}
.left_clear {
	float: left;
	clear: left;
	margin: 0px 10px 10px 0px;
}
.right_clear {
	float: right;
	clear: right;
	margin: 0px 0px 10px 10px;
}
.fixed {
	position: fixed !important;
}
.pie { position: relative; }

h1, h2, h3, h4 {
	font-family: 'LatoBold', sans-serif;
}
h1 { font-size: 24px; }
h2 { font-size: 20px; color: #006eac; }
h3 { font-size: 16px; color: #fc5922; }
h4 { font-size: 16px; font-style: italic; }

/*** Layout Styles ***/

#editAnywhere {
	display: none;
}
.page_width {
	width: 960px;
	margin: 0 auto;
}


.anythingSlider .arrow.back {top:40%;z-index:4;background: url(graphics/design/prevarrow.png) no-repeat;}
.anythingSlider .arrow.forward {top:40%;z-index:4;background: url(graphics/design/nextarrow.png) no-repeat;}
#header {
	margin: 0 auto;
	width: 944px;
	height: 32px;
	background-color: #002f48;
	padding: 8px;
	font-size: 12px;
	text-align: right;
	color: #fff;
}
#menu_home_container {
	margin: 0 auto;
	width: 1066px;
}
#menu_main_home {
	padding: 0 53px;
	width: 960px;
	height: 58px;
	background: url('graphics/design/main_menu_bg.png') no-repeat center;
}
#menu_main {
	margin: 5px auto;
	width: 960px;
	height: 48px;
}

.page_section {
	clear:both;
	margin-bottom: 30px;
}
.page_section.banner_ads {
	text-align: center;
}

#home_slideshow {
	top: -5px;
	height: 350px;
}

.left_column {
    position: relative;
	float: left;
	width: 290px;
}
.left_column .section {
	margin-bottom: 10px;
}
.right_column {
    position: relative;
	float: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	padding: 15px;
	width: 625px;
}

#footer {
	position: relative;
	background-color: #002f48;
	padding: 10px;
	font-size: 12px;
	color: #fff;
}


/*** Component Styles ***/

#current_date {
	float: left;
	font-size: 12px;
	line-height: 32px;
}
#search_box_form { display: inline; }
#searchBoxInput {
	border: 0 none;
	background: url('graphics/design/textbox_input_bg.png') no-repeat;
	padding: 0 5px;
	width: 180px;
	height: 32px;
	vertical-align: middle;
	line-height: 32px;
	color: #000;
}
#search_submit {
	vertical-align: middle;
}
#social_links img {
	margin-right: 10px;
	vertical-align: middle;
}

.home_content {
	background-color: #fff;
	padding: 10px;
}
.home_content>h1:first-child {
	margin-top: 0;
}

.quick_links {
	float: left;
	width: 290px;
}
.quick_link {
	display: block;
	margin-bottom: 10px;
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 10px;
	width: 270px;
	height: 38px;
	line-height: 38px;
	font-family: 'LatoBold', sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

.eventsbox {
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
}
.eventsbox .heading {
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #016fac;
	padding: 10px;
	color: #fff;
	line-height: 18px;
}
.eventsbox h3 {
	color: #fff;
}
.heading h1, .heading h2, .heading h3, .heading h4 {
	margin: 0;
}
.heading .icon {
	float: right;
	vertical-align: middle;
}
.tab .icon {
	float: right;
	margin: 10px;
	vertical-align: middle;
}

.list_item {
	clear: both;
	padding: 10px;
}
.list_item .title {
	font-family: 'LatoBold', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}
.list_item .title a {
	text-decoration: none;
	color: inherit;
}
.list_item .title a:hover {
    text-decoration: underline;
}

.date_icon {
	float: left;
	background: url('graphics/design/date_icon_bg.png') no-repeat;
	width: 33px;
	height: 34px;
	font-family: 'LatoBold', sans-serif;
	text-align: center;
}
.date_icon .month {
	line-height: 12px;
	font-size: 8px;
	color: #fff;
}
.date_icon .day {
	line-height: 22px;
}
.list_item .text {
	margin-left: 50px;
}

.header_image {
    text-align: center;
}
.header_image img {
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	max-width: 625px;
}

.sponsors_heading {
	width: 320px;
	height: 38px;
	background: url('graphics/design/quick_link_blue_bg.png') no-repeat left;
	padding: 0 10px;
	line-height: 38px;
	font-family: 'LatoBold', sans-serif;
	font-size: 15px;
	color: #fff;
}
#sponsors {
	padding: 10px 0;
	width: 960px;
	height: 60px;
	overflow: hidden;
}
#sponsors_ticker div {
	width: 192px;
    text-align: center;
    padding: 0px 15px;
}
#sponsors img {
	max-width: 192px;
}

#footer {
    color: #fff;
}
#footer h3 {
    margin-top: 0;
    color: #fff;
}
#footer a {
	text-decoration: none;
	color: inherit;
}
#newsletter_signup {
	float: right;
	width: 300px;
}
#email_input {
	border: 0 none;
	background: url('graphics/design/textbox_input_bg.png') no-repeat;
	padding: 0 5px;
	width: 180px;
	height: 32px;
	vertical-align: middle;
	line-height: 32px;
	color: #000;
}

.faq ul p {
	margin: 0;
	display: inline;
}

#accrinet {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-align: right;
}


/* Homepage */

/* ModuleBegin::directory-alerts */
#alerts {
	margin: 5px auto;
	border: 1px solid #e1bf00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: url('graphics/design/alert.png') no-repeat 5px 5px #ffdd1e;
	padding: 5px 5px 5px 35px;
	width: 920px;
	height: 20px;
	line-height: 20px;
}
.flexTicker {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.flexTicker .tickerSlide {
	display: inline;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
    width: 9999px;
}
.flexTicker span {
    padding: 0 20px;
	border-left: 1px solid #000;
	white-space: nowrap;
}
.flexTicker span:first-child {
    border-left: 0 none;
}
/* ModuleEnd::directory-alerts */

#logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.tabbox {
	position: relative;
	padding-top: 19px;
}
.tabs {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.tab {
	position: relative;
	float: left;
	padding: 0 20px;
	width: 250px;
	height: 37px;
	line-height: 37px;
	font-size: 16px;
}
.tab a {
	color: #fff;
	text-decoration: none;
}
#tab1 {
	z-index: 2;
	background: url('graphics/design/tab1_bg.png') no-repeat;
}
#tab1.current {
	background-image: url('graphics/design/tab1_current_bg.png');
}
#tab2 {
	z-index: 1;
	margin-left: -20px;
	background: url('graphics/design/tab2_bg.png') no-repeat;
}
#tab2.current {
	background-image: url('graphics/design/tab2_current_bg.png');
}
.tab_pages {
	position: relative;
	z-index: 1;
	height: 200px;
	background-color: #fff;
	padding: 20px 10px 10px;
}
.tab_page {
	display: none;
}
.tab_page.current {
	display: block;
}
#tab_scrollbar {
	clear: both;
}
#tab_scrollbar .viewport {
	width: 925px;
	height: 200px;
	overflow: hidden;
	position: relative;
}
#tab_scrollbar .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
}
#tab_scrollbar .thumb .end, #tab_scrollbar .thumb {
	background-color: #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#tab_scrollbar .scrollbar {
	position: relative;
	float: right;
	width: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#tab_scrollbar .track {
	background-color: #eee;
	height: 100%;
	width: 10px;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#tab_scrollbar .thumb {
	height: 20px;
	width: 10px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
}
#tab_scrollbar .thumb .end {
	overflow: hidden;
	height: 10px;
	width: 10px;
}
#tab_scrollbar .disable {
	display: none;
}
.noSelect {
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

.featured_link {
	display: block;
	float: left;
	margin: 0 10px;
	width: 220px;
	height: 220px;
	background-position: center;
	background-repeat: no-repeat;
	font-family: 'LatoBold', sans-serif;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.featured_link .overlay {
	background-position: center;
	background-repeat: no-repeat;
	width: 130px;
	height: 20px;
	padding: 147px 30px 53px 60px;
	overflow: hidden;
}

.landing_content {
    border-radius: 5px;
    background-color: #fff;
    padding: 15px;
}

/* ---------------General Module Styles--------------- */
.itemCount { }
.itemList { clear: both; } 
.itemList:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.itemList h2 a { text-decoration: none; }
.itemList h2 a:hover { text-decoration: underline; }
.itemList span { display: block; }
.itemLabel { font-weight: bold; }
.itemList span.itemLabel { display: inline; }
.bottomNavigation { clear: both; }
.goBack { }
.errorMessage{ font-weight:bold; color:#f00; }
/* End General Module Styles */

/* Pagination */
.pagination { clear: both; display: block; }
.pagination a, .pagination a:link, .pagination a:visited { text-decoration:none; }
.pagination .prevnextCurrent, .pagination .prevnextWindow, .pagination .prevnextWindowArrow { border:solid 1px #ccc; margin:0; padding:4px 6px; font-size:11px; margin-right:2px; display:inline; display:inline-block; }
.pagination a.prevnextWindow:hover, .pagination a.prevnextLink:hover, .pagination .prevnextWindowArrow:hover { border:solid 1px #000; color:#000; }
.pagination .prevnextCurrent {background:#ccc; color:#000; font-weight:bold; padding:4px 6px; }
.pagination a.prevnextLink { border:1px solid #ccc; padding:4px 6px 4px; margin-right:2px; font-size:11px; display:block; }
/* End Pagination */

/* Send Page Styles */
.sendpage { clear:both; }
.sendpageBody div, .sendpageBody td { padding: 2px 0px; }
/* End Send Page Styles */


/* ModuleBegin::gendocs */
.webpageWrapper { }
/* ModuleEnd::gendocs */



/* ModuleBegin::blog */
.blogArchiveMonth { padding-left:10px; }
.blogArchiveYear { font-weight: bold; }
.blogDate { padding:5px 0px; font-weight: bold; background-color: #eeeeee; }
.blogDividerComments { height: 1px; background-color:#cccccc; }
.blogDividerTop { height: 1px; background-color:#cccccc; }
.blogEntry { padding-top: 5px; }
.blogEntryFooter { padding-bottom: 10px; }
.blogFooter { height: 1px; background-color:#cccccc; }
.blogPosted { padding-bottom: 5px; padding-top: 5px; color: #000066; }
.blogTitle { color: #000066; font-weight: bold; padding-top: 10px; }
/* ModuleEnd::blog */



/* ModuleBegin::broadcastemail */
.enewsWrapper div { }
.enewsWrapper span { display: block; }
.enewsText { }
.enewsEmail { }
/* ModuleEnd::broadcastemail */



/* ModuleBegin::events */
/* ---------------
Events Lister
----------------- */
.eventsListerWrapper { }
.eventDateHeading { color: #000; border-top: 1px solid #ccc; padding-top: 10px; }
.eventsListerWrapper h2 { margin-bottom: 0; }
.eventDate { }
.eventTime { }
.eventBlurb { }

/* ---------------
Events Detail
----------------- */
.eventsDetailWrapper { }
.eventDate, .eventsDetailWrapper .eventTime, .eventsDetailWrapper .eventLocationMap, .eventsDetailWrapper .eventLocationAddress,
  .eventsDetailWrapper .eventLocationDriving, .eventsDetailWrapper .eventContact, .eventsDetailWrapper .eventPhone,
  .eventsDetailWrapper .eventEmail, .eventsDetailWrapper .eventRSVP, .eventsDetailWrapper .eventTicket,
  .eventsDetailWrapper .eventTicket1, .eventsDetailWrapper .eventTicket2 ,.eventsDetailWrapper .eventTicket3,
  .eventsDetailWrapper .eventTicket4, .eventsDetailWrapper .eventTicket5, .eventsDetailWrapper .eventTicket6 { display: block; }
.eventLocation, .eventRSVP, .eventTicketWrapper{ padding: 5px 0px; }
.eventDate {  }
.eventTime {  }
.eventLocation { }
.eventLocationMap {  }
.eventLocationAddress {  }
.eventLocationDriving {  } 
.eventContact {  }
.eventPhone {  }
.eventEmail {  }
.eventRSVP {  }
.eventTicketWrapper { }
.eventTicket {  }
.eventBody { }

/* ----------------------
Events Small Calendar
------------------------ */
.calendarSmallWrapper { font-size: 12px; background: transparent; }
.cal { padding: 5px; text-align: center; margin-left: auto; margin-right: auto; background: transparent; }
.calPrev { position: absolute; top: 4px; left: 15px; }
.calNext { position: absolute; top: 4px; right: 15px; }
.calMonth { position: relative; top: 0; left: 0; text-align: center; font-weight: bold; margin-left: 20px; margin-right: 20px; }
.calPrev a, .calNext a, .calMonth a { text-decoration: none; }
.calPrev a:hover, .calNext a:hover, .calMonth a:hover { text-decoration: underline; }
.calGrid { margin-top: 10px; clear: both; width: 75%; text-align: center; margin-left: auto; margin-right: auto; }
.calGrid td { font-size: 8pt; padding-bottom: 2px; text-align: center; }
.calGrid tr.calWeek { font-weight: bold; text-align: center; }
.calDayOn a { font-weight: bold; text-decoration: underline; }
.calDayOn a:hover { text-decoration: none; }
.calGrid td.calTodayOff, .calGrid td.calTodayOn { background-color: #000; color: white; font-weight: bold; }
.calGrid td.calTodayOn a { text-decoration: underline; color: white; font-weight: bold; }
.calBottom { text-align: left; padding-left: 20px; }
.calMonthGlance { padding: 5px 0px 3px 0px; }
.calBottom a {  }

/* ----------------------
Events Month at a Glance
------------------------ */
#calendarDetail { background: #fff url('graphics/events/atglance_bottom.jpg') no-repeat bottom; padding-bottom: 30px; width: 547px; }
#calendarDetail table { background: #999; width: 100%; table-layout: fixed; }
#calendarDetail .calendarMonths { background: #e8e8e8 url('graphics/events/atglance_top.jpg') no-repeat; text-align: center; vertical-align: middle; padding-top: 3px; padding-left: 12px; border-left:1px solid #fff; border-right:2px solid #fff; width:100%; }
#calendarDetail a { text-decoration: none; }
#calendarDetail a:hover { text-decoration: underline; }
#calendarDetail .calendarMonths a { display: block; font-weight: bold; font-size: small; padding: 5px 0px 5px 0px; color: ##1e7dc1; }
#calendarDetail .calendarMonths a:hover { color: #1e7dc1; }
#calendarDetail .calendarDays { /* border-collapse: collapse; */ table-layout: fixed; background: #fff; width:100%; }
#calendarDetail .calendarDays td { background:#eee; }
#calendarDetail .calendarDays .title { font-size: medium; font-weight: bold; color: #333333; padding: 10px 0px 10px 0px; background: #bbb; }
#calendarDetail .calendarDays .prevLink, #calendarDetail .calendarDays .nextLink { background: #bbb; }
#calendarDetail .title a { font-size: x-small; }
#calendarDetail .calendarDays .prevLink, #calendarDetail .calendarDays .nextLink { font-size: small; }
#calendarDetail .calendarDays td { text-align: center; font-size: x-small; line-height:  1.1em; }
#calendarDetail .calendarDays .weekdays { height: 30px; background-color: #ccc; }
#calendarDetail .calendarDays .emptyDay { height: 60px; text-align: left; vertical-align: top; background-color: #eee; }
#calendarDetail .calendarDays .eventToday { height: 60px; text-align: left; vertical-align: top; background-color: #fdf9ea; padding-left: 5px; }
#calendarDetail .calendarDays .eventOff { height: 60px; text-align: left; vertical-align: top; padding-left: 5px; }
#calendarDetail .calendarDays .eventOn { height: 60px; text-align: left; vertical-align: top; padding-left: 5px; }

/* ---------------
Events Box
----------------- */
.eventsBoxWrapper { }
.eventsBoxWrapper .itemList { padding-bottom: 10px; }
.eventsBoxWrapper .eventDate { color: #777; }

/* ---------------
Events Registration
----------------- */
#registrationSummary td { padding:1px 10px; }
/* ModuleEnd::events */



/* ModuleBegin::faq */
.faq ul { margin-left:0.5em; padding-left:0.5em; }
.faq li { padding-bottom:0.5em; }
.faq .question { padding-top:1em; padding-bottom:0.5em; font-weight:bold; border-top: 1px solid #cccccc; }
.faq .answer { padding-bottom:0.5em; }
.faq .top { text-align:center; }
/* ModuleEnd::faq */



/* ModuleBegin::news */
.newsWrapper .headline { font-weight: bold; }
.newsWrapper .publish, .newsWrapper .author, .newsWrapper .copyright { color: #777; font-size: smaller; }
.newsWrapper .blurb { }
.newsWrapper .content { }
.newsWrapper .newsitem { padding-bottom: 1em; }
.newsWrapper .copyright { padding: 1em 0em; text-align: center; font-size: smaller; }
/* ModuleEnd::news */



/* ModuleBegin::photo */
/* Photo Lister */
.photoAlbumListerWrapper {border:1px solid #ccc;padding:10px;margin:0 10px 10px 0;width:160px;float:left;}
.photoAlbumListerWrapper:hover {border:1px solid #86AC63;}
.photoAlbumListerWrapper span {display:block;}
.photoAlbumListerWrapper img {padding-bottom:5px;}
.photoAlbumListerWrapper .photoAlbumImage {width:160px;height:150px;overflow:hidden;}
.photoAlbumListerWrapper .photoAlbumName {height:20px;overflow:hidden;}
.photoAlbumListerWrapper .photoAlbumDescription {height:55px;overflow:hidden;}

/* Photo Thumbnails */
.photoAlbumDescription span {color:#ccc;font-size:90%;}
.thumbnail {float:left; margin:0 10px 10px 0;border:1px solid #ccc;padding:5px;position:relative;width:150px;}
.thumbnail:hover {border:1px solid #86AC63;}
.thumbnail img {padding-bottom:5px;}
.thumbnail span {height:20px;width:150px;overflow:hidden;display:block;}

/* Photo Detail */
.photoAlbumDetail{margin:10px 0;}
.photoRemote-3 {width:400px;height:20px;padding:4px;margin:0 auto;}
.photoRemote-3 span{width:80px;height:20px;background-color:#fff;text-align:center;float:left;}
.photoRemote-3 span a{display:block;width:76px;height:20px;margin:0 1px;background-color:#fff;color:#888;border:1px solid #ccc;text-decoration:none;}
.photoRemote-3 span a:hover,div.photoRemote-3 span a:active{border:1px solid #86AC63;color:#000;}
.photoAlbumbody{clear:both;}
.photoGalleryImage div {margin:0 auto;}
.photoGalleryImage img {border:1px solid #ccc;padding:5px;}
.photoGalleryImage,.photoPagnationTD{text-align:center;color:#888;}
/* ModuleEnd::photo */



/* ModuleBegin::podcast */
.podcastChannelWrapper { }
.itemList .podcastNumber, .itemList .podcastTitle  { display: inline; }
.podcastListWrapper { }
.podcastDetailWrapper span { display: block; }
.podcastDetailWrapper span.itemLabel { display: inline; }
.podcastImage { float: left; margin: 0px 10px 10px 0px; }
.podcastImage img { padding: 5px; border: 1px solid #ccc; }
.podcastSubtitle { }
.podcastAuthor { }
.podcastDescription { }
.podcastPublish { }
.podcastLink { }
.podcastLanguage { }
.podcastCopyright { }
.podcastCategory { }
.podcastDuration { }
.podcastExplicit { }
/* ModuleEnd::podcast */



/* ModuleBegin::poll */
.pollSmallWrapper span, .pollDetailWrapper span { display: block; padding: 5px 0px;}
.pollSmallWrapper span.pollChoices { padding-bottom: 5px; }
.pollListWrapper { }
.pollDetailWrapper { }
.pollQuestion { }
.pollChoices { }
.pollLink { }
.pollResultQuestion { font-weight: bold; }
.pollResultChoices { }
.pollBar { background-color: #ccc; height: 7px; }
/* ModuleEnd::poll */

/* ModuleBegin::directory-staff_directory */
.staffDetailWrapper:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.staffPhoto { float: right; margin: 0px 0px 5px 10px; background-color: #ffffff;}
.staffPhoto img { background-color: #ffffff; border: 1px solid #cccccc; padding: 5px; }

.directoryListWrapper { }
.directoryDetailWrapper { }
.directoryName { }
.directoryCategory { }
.directorySearchInput { width: 100px; }
/* ModuleEnd::directory-staff_directory */

/* ModuleBegin::leads */
.pcl-name {
	text-align:center;
	width:100%;
	font-weight:bold;
}
/* ModuleEnd::leads */