.checkout_email {font-family: sans-serif; font-size: 12px; color: #CC0000; font-weight: bold; line-height: 20px;}

#top_links_container {
    background: url('graphics/design/top_links_bg.png') repeat-x;
    height: 44px;
}
#top_links {
    width: 990px;
    margin: 0px auto;
    color: #fff;
    font-size: 11px;
}
#top_links div {
    float: right;
}
#top_links a {
    text-decoration: none;
	color: #fff;
}
div#about_site {
    float: none;
    padding: 8px 0px;
}
#header_menu {
	margin-left: 5px;
	padding: 8px 0px;
}
#social_links {
	margin-right: 10px;
	padding: 4px 0px;
}

#header {
	width: 990px;
	margin: 0px auto;
}
#search_div {
	float: right;
	clear: right;
	font-size: 12px;
}
#search_div a {
	color: #666;
}
#searchBoxInput {
    position: relative;
	border: 1px solid #ddd;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 3px;
	width: 227px;
    color: #666;
}
#search_div input[type="image"] {
	vertical-align: middle;
}

#main_menu_area {
	background: url('graphics/design/main_menu_bg.png') no-repeat top center;
	position: relative;
	margin: 0px auto;
	width: 990px;
    padding: 0px 12px;
    z-index: 90;
}
#main_menu {
    visibility: hidden;
    position: relative;
    top: 10px;
    padding: 0px 0px 15px;
    height: 50px;
    z-index: 1000;
}
ul.main_menu, ul.main_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.0;
}
ul.main_menu a {
    display: block;
    text-decoration: none;
}
ul.main_menu>li {
    position: relative;
    float: left;
    margin: 0;
    height: 60px;
    padding-left: 10px;
    z-index: 91;
}
ul.main_menu>li.menuItemHighlight, ul.main_menu>li.current_menu_item {
    background: url('graphics/design/mm_current_item_bg.png') no-repeat bottom center;
}
ul.main_menu>li>a {
    padding: 22px 12px 16px 0px;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 18px;
	color: #fff;
    text-transform: uppercase;
}
ul.main_menu>li:hover {
    background: url('graphics/design/mm_current_item_bg_left.png') no-repeat top left;
    z-index: 92;
}
ul.main_menu>li:hover>a {
    background: url('graphics/design/mm_current_item_bg_right.png') no-repeat top right;
    color: #333;
}
ul.main_menu div[class^=listContainer] {
    position: absolute;
    top: -9999px;
    left: 0px;
    width: 770px;
    background-color: #ffffff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 2px 1px #666;
}
ul.main_menu>li div.listContainer3 {
    left: -100px;
}
ul.main_menu>li div.listContainer4 {
    left: auto;
    right: -100px;
}
ul.main_menu>li div.listContainer5 {
    left: auto;
    right: 0px;
}
ul.main_menu>li div.listContainer6 {
    left: auto;
    right: 0px;
}
ul.main_menu>li:hover div[class^=listContainer] {
    top: 45px;
}
ul.main_menu ul[class^=listCol] {
    float: left;
}
ul.main_menu ul[class^=listCol]>li {
    padding: 10px;
    width: 235px;
    font-size: 13px;
}
ul.main_menu div[class^=listContainer]>ul>li>a {
    background-color: #E8EBF1;
}
ul.main_menu ul a {
    color: #074868;
    padding: 5px;
    font-weight: bold;
    font-size: 14px;
}
ul.main_menu ul a:hover {
    text-decoration: underline;
}
ul.main_menu ul ul a {
    color: #085074;
    font-weight: normal;
    font-size: 13px;
}
.menu_item_ads {
    background: url('graphics/design/menu_ads_bg.png') no-repeat top left;
    float: right;
    width: 200px;
    padding: 10px 10px 0px 20px;
}
.menu_item_ads img {
    margin-bottom: 10px;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 2px 1px #666;
}

#jobs_link {
	position: absolute;
	top: -21px;
	right: 292px;
}
#sponsorship_link {
	position: absolute;
	top: -21px;
	right: 22px;
}

#banner_ads {
    margin: 15px auto;
    width: 990px;
    padding-left: 15px;
}
#banner_ads img {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 2px 1px #666;
}

#main_area {
    clear: both;
	margin: 0px auto;
	width: 1018px;
    position:relative;
}
#main_area_top {
	background: url('graphics/design/main_area_top_bg.png') no-repeat;
	width: 990px;
	height: 16px;
	padding: 0px 12px;
}
#main_area_body {
	width: 970px;
	background: url('graphics/design/main_area_bg.png') repeat-y;
	padding: 10px 22px;
    z-index: 50;
}
#main_area_bottom {
    background: url('graphics/design/main_area_bottom_bg.png') no-repeat;
	width: 990px;
	height: 16px;
	padding: 0px 12px;
}
.side_bar {
    float: right;
    padding: 0px 10px;
    width: 260px;
}
.side_bar h1, .side_bar h2, .side_bar h3, .side_bar h4 {
    color: #126799;
}
.side_bar a {
    text-decoration: none;
    color: #333;
}
.side_bar a:hover {
    text-decoration: underline;
}

#content {
    width: 687px;
}
/* #content h1 {
    background: url('graphics/design/heading_687_bg.png') no-repeat;
    margin: 0px 0px 10px 0px;
    color: #fff;
    padding: 8px;
}
*/

#content h1 {
    margin: 0px 0px 10px 0px;
    color: #fff;
    padding: 8px;
    border-radius: 7px;
    background: #12699B;
    width: 98%;
    height: auto;
}

.gb-box-container {
    background-color: #619080;
    margin: 10px -13px 10px -9px;
    padding: 8px;
    height:23px;
    color: #fff;
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    font-weight:bold;
    }

.gb-box-left {
    position: absolute;
    width: 315px;
    left: 10px;
    top: 8px;
    text-align: left;
    text-indent:5px;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 18px;
    color: #fff;
    }

.gb-box-middle {
    position: absolute;
    width: 315px;
    left: 335px;
    top: 8px;
    text-align: left;
    text-indent:5px;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 18px;
    color: #fff;
    }

.gb-box-right {
    position: absolute;
    width: 315px;
    left: 660px;
    top: 8px;
    text-align: left;
    text-indent:5px;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 18px;
    color: #fff;
    }

.interior-blog-heading {
    background: #12699b url('graphics/design/blogheading-top.jpg') top no-repeat;
    margin: 0px 0px 10px 0px;
    color: #fff;
    padding: 8px;
    position:relative;
    width: 671px;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 18px;
    font-weight:bold;
    }
    
.interior-blog-heading-bottom {
    background: url('graphics/design/blogheading-bottom.jpg') no-repeat;
    position:absolute;
    bottom:0px;
    left:0px;
    width: 687px;
    height:10px;
    }


#home_slideshow {
	position: relative;
	width: 642px;
	height: 315px;
}
#slideshow_nav_left {
	position: absolute;
	top: 140px;
	left: 5px;
	z-index: 89;
}
#slideshow_nav_right {
	position: absolute;
	top: 140px;
	right: 0px;
	z-index: 89;
}
#home_banners {
    clear: both;
    margin: 20px 0px 15px;
}
#home_banners img {
    position: relative;
	border: 1px solid #ddd;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 2px 1px #666;
}
#info_div {
}
#home_news {
    float: left;
    padding-left: 10px;
    padding-right: 20px;
	border-right: 1px solid #ddd;
	width: 355px;
}
#home_events_box {
    float: left;
	padding: 0 20px;
    width: 230px;
}
#mini_cal {
    float: left;
	border-left: 1px solid #ddd;
	padding-left: 20px;
    width: 290px;
}

#footer {
    position: relative;
	width: 990px;
	margin: 0px auto;
	clear: both;
	text-align: center;
	color: #fff;
}
#accrinet {
    position: absolute;
    bottom: 10px;
    right: 0;
}

div.list_item {
    padding: 10px;
    border-top: 2px groove #ccc;
}
div.list_item img {
    max-width: 150px;
}
.product_info {
    padding-left: 25px;
}
.product_title {
	font-size: 16px;
    font-style: italic;
}

li.list_item {
    margin: 10px 0;
}
div.consultant_contact {
    float: left;
    margin: 25px;
}
div.consultant_contact pre {
    font-family: Arial, sans-serif;
    margin: 0;
}

#freedom_calendar {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    position: absolute;
    width: 200px;
}

div.advanced_search div {
    float: left;
    width: 50%;
}
.searchModuleMore {
    font-size: 13px;
    font-weight: normal
}
div.searchItem {
    margin: 0.5em 0;
}


/* ---------------Global Styles--------------- */
body {
    margin: 0px;
	padding: 0px;
	background: url('graphics/design/body_bg.jpg') repeat-x bottom;
	font-family: Arial, sans-serif;
	color: #232326;
	font-size: 13px;
}
p {
    font-family: Arial, sans-serif; 
    font-size: 13px; 
    color: #232326; 
    line-height: 22px; 
    padding: 0px 25px;
}
a:visited { 
    color: #6699CC; 
    text-decoration: none;
}
a:link { 
    color: #003399; 
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
} 
#editAnywhere {
	display: none;
}
a img {
	border: none;
}
form, input {
	margin: 0px;
	padding: 0px;
}
.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;
}
h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
}
h2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
}
h3 {
	font-family: Arial, sans-serif;
	font-size: 16px;
    padding: 0px 25px;
    line-height: 22px;
}
h4 {
	font-family: Arial, sans-serif;
	font-size: 14px;
    padding: 0px 25px;
    line-height: 18px;
    color: #232326
}
.box_heading {
	margin: 0px 0px 10px 0px;
	padding: 8px;
	color: #fff;
}
a.read_more {
	display: block;
	text-decoration: none;
    font-weight: bold;
}
a.read_more:hover {
    text-decoration: underline;
}
a.read_more img {
	float: left;
	margin-right: 4px;
}
/*.even {
    background-color: #ddd;
}*/
.rounded {
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.shadow {
    box-shadow: 1px 1px 2px 1px #666;
}

/* End Global Styles */

/* ---------------General Module Styles--------------- */
.itemCount { }
.itemList {  } 
.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::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: 10px; clear: left; }
.blogEntryFooter { padding-bottom: 10px; }
.blogFooter { height: 1px; background-color:#cccccc; }
.blogPosted { color: #666; }
.blogTitle { color: #000066; font-weight: bold; padding-top: 10px; }
.blogListWrapper h2 {
    margin: 0;
}
.blogListWrapper .comments a {
    font-size: smaller;
    text-decoration: none;
}
div.date_image {
    float: left;
    margin: 0px 10px 10px 0px;
    background: url('graphics/design/date_bg.png') no-repeat;
    width: 43px;
    height: 46px;
    text-align: center;
}
div.date_image .month {
    color: #fff;
    font-size: 10px;
}
div.date_image .day {
    padding: 0px;
    font-family: serif;
    color: #000;
    font-size: 24px;
}
#home_blog_box {
    position: relative;
	float: right;
    margin-bottom: 10px;
	width: 320px;
	height: 315px;
}
#home_blog_box div.content {
    overflow: hidden;
    height: 240px;
}
#home_blog_box h2 {
    color: #618F7F;
    margin-right: -13px;
    background: url('graphics/design/ednow.gif') repeat-y 100%;
}
.blog_snippet {
	padding: 5px 8px;
}
.blog_snippet .title {
    font-weight: bold;
}
.blog_snippet p {
    margin: 0;
    padding: 0;
    line-height: 1;
}
#home_blog_box>a.read_more, #blog_box>a.read_more {
    margin: 10px 8px;
}
img.current_category {
    float: left;
    margin-left: -10px;
}

/* ---------------Blog Styles Added by Matthew Giebeig 12-6-12--------------- */
.blogInfo h2 {margin: 5px 0 3px 0;}
.blogPosted { width:100%; border-bottom:1px solid #ccc; font-size:12px;}
.blogbyline { dislpay:block; width:100%;font-size:11px; margin-bottom:6px;}
.blogcomments { float:right; display:block; margin-right:5px; text-align:right;}
.blogentryfooter { background-color: whiteSmoke; width:100%; border-bottom:1px solid #ccc; font-size:12px; margin-bottom:35px;margin-top:20px;padding-top:7px; clear:left;vertical-align:top; height:20px;}


/* ModuleEnd::blog */



/* ModuleBegin::commerce */
.shoppingAlert { color: red; }
.shoppingBody {  }
.shoppingCartEvenRow { background-color: #ffffff; color:#002d62; }
.shoppingCartOddRow { background-color: #ebebeb; color:#002d62; }
.shoppingCartTableHeader { background-color: #002d62; color: #ffffff; font-size: 8pt; font-weight: bold; }
.shoppingForm { font-size: 8pt; color:#002d62; }
.shoppingFormQuantity { background-color: #ffffff; font-size: 8pt; }
.shoppingFormRequired { font-size: 8pt; font-weight: bold; color:#002d62; }
.shoppingFormRequired input, .shoppingFormRequired select { font-weight: normal; color:#000; }
.shoppingHeading { color:#002d62; }
.shoppingInStock { }
.shoppingItemHeading { }
.shoppingOutOfStock { color: #dd0000; }
.shoppingLowStock { }
.shoppingTable { background-color: #e8e8e8; color:#002d62; }
.shoppingTableBorder { background-color: #ffffff; }
.shoppingFormRequired { width: 1%; }
/* ModuleEnd::commerce */



/* 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 h4 { margin-bottom: 0; }
.eventsListerWrapper h4 a {
    color: #333;
}
.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 { padding-left: 25px; padding-top: 20px; }
.eventTime {  }
.eventLocation { padding-left: 20px; }
.eventLocationMap {  }
.eventLocationAddress { padding-left: 20px; }
.eventLocationDriving {  } 
.eventContact {  }
.eventPhone {  }
.eventEmail {  }
.eventRSVP {  }
.eventTicketWrapper { }
.eventTicket {  }
.eventBody { }

/* ----------------------
Events Small Calendar
------------------------ */
.calendarSmallWrapper { background: transparent; }
.cal { text-align: center; margin: 0 auto 15px; padding: 9px 0px; background: transparent; }
.calTop { margin-bottom: 10px; background-color: #025083; }
.calPrev { float: left; width: 34px; padding: 7px 0px; }
.calNext { float: right; width: 34px; padding: 7px 0px; }
.calMonth { width: 180px; font-weight: bold; color: #fff; margin: 0 auto; padding: 4px 0px; }
.calPrev a, .calNext a, .calMonth a { text-decoration: none; color: #fff; }
.calMonth a:hover { text-decoration: underline; }
.calGrid { clear: both; margin-bottom: 5px; width: 100%; text-align: center; color: #666; }
.calGrid td { padding-bottom: 2px; text-align: center; background-color: #fff; }
.calGrid tr.calWeek { font-weight: bold; text-align: center; }
.calDayOn a { font-weight: bold; text-decoration: underline; color: #333; }
.calDayOn a:hover { text-decoration: none; }
.calGrid td.calTodayOff, .calGrid td.calTodayOn { background-color: #ccc; font-weight: bold; }
.calGrid td.calTodayOn a { text-decoration: underline; color: #333; font-weight: bold; }
.calBottom {  }
.cal #calMonthGlance { float: left; }
.cal #calMonthMore { float: right; }

/* ----------------------
Events Month at a Glance
------------------------ */
#calendarDetail { background: #fff url('graphics/events/atglance_bottom.jpg') no-repeat bottom; padding-bottom: 30px; width: 547px; margin: 0 auto; }
#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 .itemList { padding-bottom: 10px; }
.eventsBoxWrapper .eventDate { color: #777; }
.eventsBoxWrapper {  }
.eventsBoxWrapper .title {
    margin-top: 10px;
    font-weight: bold;
}
.eventsBoxWrapper>a.read_more {
    margin: 10px 0;
}

/* ---------------
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::jobs */
.jobsListWrapper { }
.jobsDetailWrapper { }
.jobsDetailWrapper span { display: block; }
.jobsDetailWrapper span.itemLabel { display: inline; }
.jobsJobCode { }
.jobsCategory { }
.jobsLocation { }
.jobsKeywords { }
.jobsDescription { }
/* ModuleEnd::jobs */



/* ModuleBegin::news */
.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; }
#home_news>a.read_more {
    margin: 10px 0;
}
.newsbox_item {
    margin-top: 10px;
}
.newsbox_item h4 {
	margin: 0;
}
.newsbox_item img {
    margin-bottom: 8px;
    max-width: 50px;
    max-height: 50px;
}
/* ModuleEnd::news */



/* ModuleBegin::newsfeed */
.newsfeedListWrapper { }
.newsfeedNumber { }
.newsfeedTitle { }
.newsfeedSource { }
.newsfeedDetailWrapper { }
.newsfeedDetailWrapper .newsItem {border-bottom:1px solid #ccc; margin-bottom:10px;padding-bottom:10px;}
.newsfeedDetailWrapper .newsItem img {margin:0 10px 0 0;}
.newsfeedDetailWrapper .newsItem span {display:block;}
.newsfeedDetailWrapper .newsItem .newsListHeadline {font-size:120%;}
.newsfeedDetailWrapper .newsItem .newsListPublishline {font-size:90%;}
/* ModuleEnd::newsfeed */



/* 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::wiki */
#wiki_body { width:100%; height:300px; }
#wiki_title { width: 200px; }
#wiki_comments { width: 100%; }
#wiki_category { margin:0; }
#wiki_warning { padding: 10px 0px 10px 5px; width: 100%; border: 1px solid red; background-color: #fcc; font-weight: bold; color: red; }
#wiki_toc { list-style:none; margin:0; padding:2px }
#wiki_toc li { padding:2px 0px; }
.wikiWrapper .revisions, #wiki_discussion .revisions { color:#555; padding-top:5px; text-align:center; }
.wikiWrapper .revisions { border-top:1px solid #cfcfcf; }

#wiki_preview_title { padding-bottom: 15px; font-size: 15pt; font-weight: bold; }

#wiki_diff table { width: 100%; }
#wiki_diff .th_row { background-color: #eee; }
#wiki_diff th { padding:5px; }
#wiki_diff td { padding:3px; border-bottom:1px solid #aaa; }
#wiki_diff .history_header, .current_header { background-color: #d4d5d4; text-align: left; padding: 5px; margin: 0px 5px 0px 5px; border-bottom: 1px solid #000; }
#wiki_diff .current, .history { background-color: #eee; margin: 0px 5px 0px 5px; border: 1px solid #d4d5d4; }
#wiki_diff .inserted { background-color: #cfc; }
#wiki_diff .deleted { background-color: #f59e92; }
#wiki_diff .changed { background-color: #ffa; }
#wiki_diff .unchanged { background-color: #eee; }
#wiki_diff .back_button { width: 100%; text-align: center; padding-top: 30px; }

#wiki_diff_legend { padding-top: 30px;  vertical-align: top; }
#wiki_diff_legend .title { font-size: 10pt; border: 1px solid #aaa; background-color: #d4d5d4; width: 300px; padding: 0; margin: 0; }
#wiki_diff_legend .box { border: 1px solid #aaa; background-color: #eee; width: 300px; }
#wiki_diff_legend .changed { margin: 10px 0px 10px 0px;  padding-left: 5px; }
#wiki_diff_legend .inserted { margin: 10px 0px 10px 0px; padding-left: 5px; }
#wiki_diff_legend .deleted { margin: 10px 0px 10px 0px; padding-left: 5px; }
/* ModuleEnd::wiki */

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

/* ModuleBegin::membership */
#formLogin { margin:0 auto; border: 1px solid #ccc; padding: 20px; width:275px; }
.membershipLoginWrapper { }
.memberLoginBox { margin: 0 auto; }
.memberLoginBox td { padding: 2px; }
.memberUser { }
.memberPassword { }
.memberRemember { }
.memberForgot { }
.memberSubmit { }
.myaccountListerBack { text-align:center;width:100%;padding-top:10px; }
/* ModuleEnd::membership */
/* ModuleEnd::membership */
#shoppingCartProceed { text-align:center; }
#shoppingCartPlaceorder { text-align:center; }
#shoppingCartPaypalButton { text-align:center; }
#shoppingCartCrumbs { display:none; }


/*
#mb_logo {
    width:320px;
    height:130px;
    background: url('graphics/design/mobile/mb_logo.jpg');
    }
#mb_logo a {display:block;height:100%;}

.mb_topborder {
    height:26px;
    background: #629181;
    border-bottom: 10px solid #124678;
    }
    
#fullsitetoggle {
    display:block;
    padding: 6px 14px;
    text-align:right;
    height:14px;
    color: #fff;
    font-style:italic;
    cursor: pointer;
    }
.mb_content {
    padding:11px 9px 21px 9px;
    width:302px;
    overflow:hidden;
    }
    
#mb_footer {
    padding:20px 0 0 0;
    background:#D0DAE4;
    border-top: 10px solid #124678;
    }

#mb_footer p {
    margin:0;
    padding: 11px 0;
    text-align:center;
    font-size:8px;
    line-height:12px;
    color:#124678;
    }

#mb_phone {
    width:302px;
    height:34px;
    margin:0 auto;
    padding-top:13px;
    text-align:center;
    color:#fff;
    font-size:18px;
    background: url('graphics/design/mobile/phone.jpg');
    }
 
 */
 
 
/* Responsive Mobile Elements */

.iedc_mobile {background:#333;}

.iedc_mobile #fullsitewrap {
    width:320px;
    margin:0 auto;
    background: #fff;
    }

.iedc_mobile #fullsitewrap #top_links_container{
    display:none;
    }
    
.iedc_mobile #fullsitewrap #header {
    width:320px;
    height:130px;
    background: url('graphics/design/mobile/mb_logo.jpg');
    
    }


.iedc_mobile #fullsitewrap #header a {display:block; height:130px;}

.iedc_mobile #fullsitewrap #header img,
.iedc_mobile #fullsitewrap #header div,
.iedc_mobile #fullsitewrap #header input {
    display:none;
    }

.mb_topborder { display:none;}
.iedc_mobile .mb_topborder {display:block;}

.mb_topborder {
    height:26px;
    background: #629181;
    border-bottom: 10px solid #124678;
    }
    
#fullsitetoggle {
    display:block;
    padding: 6px 14px;
    text-align:right;
    height:14px;
    color: #fff;
    font-style:italic;
    cursor: pointer;
    }

#mb_menu {
    display:none;
    padding: 0 9px;
    width:302px;
    }

#mb_footer { display:none;
    padding:20px 0 0 0;
    background:#D0DAE4;
    border-top: 10px solid #124678;
    }
    
.iedc_mobile #mb_footer, .iedc_mobile #mb_menu {display:block;}
.iedc_mobile #footer {display:none;}



#mb_footer p {
    margin:0;
    padding: 11px 0;
    text-align:center;
    font-size:8px;
    line-height:12px;
    color:#124678;
    }

#mb_phone {
    width:302px;
    height:34px;
    margin:0 auto;
    padding-top:13px;
    text-align:center;
    color:#fff;
    font-size:18px;
    background: url('graphics/design/mobile/phone.jpg');
    }

#mb_phone a {color:#fff; text-decoration:none;}

/* .iedc_mobile # */
.iedc_mobile .noMB,
.iedc_mobile #home_slideshow,
.iedc_mobile .gb-box-container,
.iedc_mobile #home_blog_box,
.iedc_mobile #home_banners,
.iedc_mobile #info_div,
.iedc_mobile #main_area_bottom,
.iedc_mobile #main_area_top,
.iedc_mobile .side_bar,
.iedc_mobile #main_menu,
.iedc_mobile #banner_ads
{display:none;}

.iedc_mobile #main_area_body {
    width:300px;
    padding: 5px 10px 5px 10px;
    background:#fff;
    }

.iedc_mobile #content {
    width:302px;
    }

.iedc_mobile #content h1{
    background:#fff;
    color: #124678;
    }

/* Mobile Navigation Styles */

.mb_menu {
width:302px;
margin:0;
padding:0;
}

.mb_menu li{
display:block;
background: #ccc;
float:left;
clear:left;
width:302px;
margin:0;
padding:0;
}

.mb_menu>li{
margin-bottom:5px;
}

.mb_menu li a{
color: #fff;
display:block;
background: url('graphics/design/mobile/mb_nav.jpg');
width:294px;
height:26px;
margin:0;
padding:8px 0 0 8px;
text-decoration:none;
text-transform:uppercase;
font-weight:bold;
}

.mb_menu li ul{
display:none;
float:left;
width:302px;
margin:0;
padding:0;
}

.mb_menu li ul li{
display:block;
background: #ccc;
float:left;
clear:left;
width:302px;
margin:0;
padding:0;
}

.mb_menu li ul li a{
display:block;
width:260px;
padding-left:40px;
background: #ccc;
}


.mb_menu li a.mmexpanded {
    background: url('graphics/design/mobile/mb_nav_exp.jpg');
    }

.mb_content p, .mb_content h1, .mb_content h2, .mb_content h3, .mb_content h4, .mb_content h5, .mb_content h6 {padding:0;}

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