/* ---------------Global Styles--------------- */

.noScreenL, .fullsize { display:none; }

body, table, input, textarea { font: normal normal 13px sans-serif; }
body { margin:0; padding:0; background-color:#fff; color:#333; }
img { max-width:100%; height:auto; border: 0 none; }
iframe { max-width:100%; }
h1, h2 { text-transform:uppercase; }
a { color:#0e2e4c; }

.clear { clear:both; font-size:0; line-height:0; visibility:hidden; }
.left { float:left; margin: 0px 10px 10px 0px; }
.right { float:right; margin: 0px 0px 10px 10px; }
.leftClear { float:left; clear:left; margin: 0px 10px 10px 0px; }
.rightClear { float:right; clear:right; margin: 0px 0px 10px 10px; }
div.more { margin: .5em 0; text-align:right; }
div.more a { display:inline-block; padding-left:20px; background: url('graphics/design/more_arrow.png') no-repeat left center; line-height:17px; }
div.padder { padding: 1px 10px; }

.tabs { position:relative; z-index:2; }
.tab { float:left; position:relative; z-index:1; text-align:center; cursor:pointer; }
.tab.current { z-index:2; }
.tabPages { position:relative; z-index:1; overflow:hidden; }
.tabPage { position:relative; display:none; }
.jqTabSection .tabPage { display:block; }
.tabPage.current { display:block; }

/* End Global Styles */

/* Section Styles */

.pageWidth { width:990px; margin-left:auto; margin-right:auto; }
.bgColor { background-color:#0e2e4c; color:#fff; }
.bgColor a { color:#fff; }

#header { position:relative; z-index:100; padding:20px; }
#menuHeader { float:right; color:#0e2e4c; text-align:right; font-size:14px; }
#menuHeader a { text-decoration:none; color:#0e2e4c; }
#siteSearch { float:right; clear:right; margin: 40px 0 20px; width:210px; height:32px; text-align:right; }
#searchBoxInput { border: 1px solid #ccc; background-color:#f5f5f5; margin-right:5px; padding: 0 5px; width:160px; height:30px; line-height:30px; vertical-align:middle; color:#666; text-align:right; }
#searchSubmit { vertical-align:middle; }

#homeSlideshow { height:300px; }
div.featureBox { float:left; width:29%; margin: 15px 2%; height:380px; overflow:hidden; }
div.featureBox h2 { padding:5px; text-align:center; }
div.featureBox .tabs { height:44px; }
div.featureBox .tab { width:44px; height:44px; background-position:top; }
div.featureBox .tab.current, div.featureBox .tab:hover { background-position:bottom; }

div.mainColumn { margin: 0 2%; }

#investors { border-top: 2px solid #0e2e4c; padding: 30px 0 0; margin-top:30px; margin-bottom:30px; }
#investors div.title { width:170px; margin: -52px auto 0; padding:10px; background-color:#fff; text-align:center; font-size:20px; color:#0e2e4c; }
div.investor { float:left; margin-left:4%; width:22%; outline: 1px solid #ccc; }
div.investor:first-child { margin-left:0; }
div.investor img { height:auto !important; }

#footer { margin-top:30px; }
#menuFooter { background-color:#ccc; padding: 1em 0; }
#menuFooter a { color:#333; text-decoration:none; }
#menuFooter ul { list-style:none; margin:0; padding:0; }
#menuFooter div.listContainer1>ul { float:left; width:22%; margin-left:4%; }
#menuFooter div.listContainer1>ul:first-child { margin-left:0; }
#menuFooter div.listContainer1>ul>li { margin-bottom:1em; }
#menuFooter div.listContainer1>ul>li>a { font-weight:bold; text-transform:uppercase; }
#footerText { padding: 1px 0; text-align:center; }

div.fb-like-box.fb_iframe_widget, div.fb-like-box.fb_iframe_widget>span, div.fb-like-box.fb_iframe_widget iframe {width: 100% !important;}

div.businessDirectory div.member { clear:both; padding: 1em 0; border-bottom: 1px solid #ccc; }
div.businessDirectory div.member:first-child { border-top: 1px solid #ccc; }
div.businessDirectory div.member .title { font-size:larger; font-weight:bold; }

#editAnywhere { display:none; }


/*** Main Menu ***/
/* general */
#menuMain { clear:both; position:relative; z-index:100; height:3em; font-size:14px; font-weight:bold; }
.menuMain, .menuMain ul { margin:0; padding:0; list-style: none; }
.menuMain { line-height:1.0; }
.menuMain li { float:left; position:relative; }
.menuMain li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}
.menuMain a { display:block; position:relative; text-decoration:none; color:#000; }

/* top level */
.menuMain>li { z-index:1; }
.menuMain>li>a { padding: 1em 0.8em; text-transform:uppercase; }
.menuMain>li:hover, ul.menuMain>li.sfHover { z-index:2; }
.menuMain>li:hover>a, ul.menuMain>li.sfHover>a {}
.menuMain>li.alsoCurrent {}
.menuMain>li.alsoCurrent>a {}

/* sublevels */
.menuMain ul { position:absolute; display:none; width:220px; /* left offset of submenus need to match (see below) */ }
.menuMain ul li>a { background-color:#fff; }
.menuMain ul li>a:hover { background-color:#000; color:#fff; }

/* dropdowns */
.menuMain>li>ul { left:0; background: url('graphics/design/mm_sub_top.png') no-repeat top right; padding-top:10px; top:2.3em; /* match top ul list item height */ }
ul.menuMain>li.leftDropdown>ul { right:0; left:auto; background: url('graphics/design/mm_sub_top.png') no-repeat top left; }
.menuMain>li:hover>ul, .menuMain>li.sfHover>ul { display:block; }

/* flyouts */
.menuMain ul li>ul {
	top:0; left:220px; /* match ul width */
}
ul.menuMain>li.leftFlyout li>ul {
	left:-220px; /* match -ul width */
}
.menuMain ul li:hover>ul, .menuMain ul li.sfHover>ul { display:block; }
.menuMain ul li { width:100%; }
.menuMain ul li:hover {}
.menuMain ul a { padding:5px; }

/*** Side Menu ***/
/* general */
#menuSide { position:relative; z-index:90; }
.menuSide, .menuSide ul { margin:0; padding:0; list-style:none; }
.menuSide { margin-bottom:1em; line-height:1.0; font-size:14px; }
.menuSide ul { display:none; }
.menuSide li {}
.menuSide a { display:block; padding:10px; text-decoration:none; }
.menuSide li:hover { visibility:inherit; /* fixes IE7 'sticky bug' */ }
.menuSide li:hover>a {}
.menuSide li.menuItemHighlight {}
.menuSide li.menuItemHighlight>a {}

/* top level */
.menuSide>li {}
.menuSide>li>a {}
.menuSide>li:hover, ul.menuSide>li.sfHover {}
.menuSide>li:hover>a, ul.menuSide>li.sfHover>a {}
.menuSide>li.alsoCurrent {}
.menuSide>li.alsoCurrent>a {}

/* subsequent levels */
.menuSide li.menuItemHighlight>ul { display:block; }
ul.menuSide ul a { padding-left:20px; }
ul.menuSide ul ul a { padding-left:30px; }
ul.menuSide ul ul ul a { padding-left:40px; }
ul.menuSide ul ul ul ul a { padding-left:50px; }



/* ---------------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::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::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::directory-image_rotator */
.rotate { width: 100%; height: 100%; padding: 0; margin: 0; position:relative; background: #ffffff; }
.rotate .stgslide { width: 100% !important; height: 100% !important; position: absolute; left: 0px; top: 0px; }
.rotate .stgslide .stgslidebase { width: 100%; height: 100%; position: absolute; left: 0; top: 0; display: block; }

.rotate a { outline-width: 0; outline-style: none; }

.rotate .stgslide .stgslidephoto { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 85; }
.rotate .stgslide .stgslidephoto a { width: 100%; height: 100%; display: block; text-indent: -3000px; }

.rotate .stgslide .stgslidecontent { width: 400px; padding:20px; position:absolute; left:0; bottom:40px; overflow:hidden; z-index: 86; background: transparent url('graphics/design/trans_black_60.png'); color:#fff; font-size:16px; }
.rotate .stgslide .stgslidecontent a { text-decoration: none; }
.rotate .stgslide .stgslidecontent a:hover { text-decoration: underline; }
.rotate .stgslide .stgslidecontent h2 { padding: 5px 0 0 0; margin: 0; }
.rotate .stgslide .stgslidecontent p { padding: 5px 0; margin: 0; }

.rotate .textColor { color: #ffffff;}
.rotate .textColorBlack { color: #000000 !important; }
.rotate .textColorBlue { color: #000099 !important; }
.rotate .textColorGreen { color: #006600 !important; }
.rotate .textColorGray { color: #666666 !important; }
.rotate .textColorOrange { color: #ff9900 !important; }
.rotate .textColorPurple { color: #660099 !important; }
.rotate .textColorRed { color: #990000 !important; }
.rotate .textColorWhite { color: #ffffff !important; }
.rotate .textColorYellow { color: #ffff00 !important; }

.rotate .stgslidePause { width: 20px; height: 20px; position: absolute; right: 10px; bottom: 5px; z-index: 87; }
.rotate .stgslidePause a { width: 20px; height: 20px; display: block; }
.rotate .stgslidePause a span { width: 20px; height: 20px; display: block; text-indent: -3000px; }
.rotate #pauseButton span { background: transparent url(graphics/jquery_scripts/rotate/stgslidepause.png) no-repeat left top; }
.rotate #playButton span { background: transparent url(graphics/jquery_scripts/rotate/stgslideplay.png) no-repeat left top; }

.rotate .stgbtngrp { width:100%; height:30px; position: absolute; left:0; bottom:5px; z-index: 87; text-align:right; }
.rotate .stgbtnoff, .rotate .stgbtnon { width:14px; height:14px; padding:0; margin:8px; display:inline-block; cursor:pointer; font-size:0; }
.rotate .stgbtnoff { color: #000000; background: transparent url('graphics/jquery_scripts/rotate/stgslideoff.png') no-repeat center; }
.rotate .stgbtnon { color: #ffffff; background: transparent url('graphics/jquery_scripts/rotate/stgslideon.png') no-repeat center; }

.rotate .stgslidePrev, .rotate .stgslideNext { width: 20px; height: 40px; position: absolute; top: 130px; z-index: 87; }
.rotate .stgslidePrev { left: 0; background: transparent url(graphics/jquery_scripts/rotate/stgslideprev.png) no-repeat left top; }
.rotate .stgslideNext { right: 0; background: transparent url(graphics/jquery_scripts/rotate/stgslidenext.png) no-repeat left top; }
.rotate .stgslidePrev a, .rotate .stgslideNext a { width:20px; height:40px; display: block; text-indent: -3000px; }
/* ModuleEnd::directory-image_rotator */

/* ModuleBegin::directory-staff_directory */
.staffDetailWrapper:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.staffPhoto { float: right; margin: 0px 0px 5px 10px; width:200px; 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::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 */