/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);
@import url(menu.css);

/* #######################  GENERAL SETTINGS ############################ */
html{height:100%;}

body {
  margin: 0px;
  height: 100%;
  font-family:'Avenir LT W01_55 Roman',Verdana, Geneva, sans-serif;
  font-size: 0.95em;
  color: #333;
  background: url("../images/stm_bg.jpg") no-repeat fixed center top transparent; }

/*  Heading Formatting */
h1 {
	font-size:1.9em;
	line-height: 0.8em;
	font-weight: normal; 
	color: #811F38;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

h2 {
	font-size:24px;
	line-height: 110%;
	font-weight: normal;
	color: #811F38;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
div.itemListCategory h2 {
    margin: 0;
    padding: 0;
}

div.itemHeader h2.itemTitle {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 110%;
    margin: 0;
    padding: 10px 0 4px;
}

div.catItemHeader h3.catItemTitle {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 110%;
    margin: 0;
    padding: 10px 0 4px;
	margin-top:25px;
}	

	
div.catItemView {
    padding-right: 35px;
}
h3 {
	font-size:1.5em;
	line-height: 1.2em;
	font-weight: normal;
	color: #811F38;
	font-family:Georgia, "Times New Roman", Times, serif;
	 }
h4 {
	font-size:20px;
	line-height: 1.2em;
	font-weight: normal;
	color: #811F38;
	}
	
h5 {font-size:1.3em;line-height: 0.8em;font-weight: 900;color: #811F38;}
h6 {font-size:1.2em;line-height: 0.8em;font-weight: 900;color: #811F38;}

/*links*/
a:link {
	color: #811F38;
	text-decoration:none;
	}

a:visited {
	color: #811F38;
	text-decoration:none;
	}
	
a:hover {
	color: #00698C;
	text-decoration:none;
	}
	
img {border: 0 none;}

/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */

.responsiveMenuTheme2.isMobile > li {
    float: none;
    border-top: 1px solid #741c32;
    background: #811f38;
}

#topnav .toggleMenu span {
    color: #fff;
    padding-right: 10px;
	background: #811f38;
	/*background-image: url("../images/toggle-icon.png");
	background-repeat: no-repeat;
	background-position: left center;*/
}

#topnav .toggleMenu {
	background-color: #811f38;
	font-family:'Avenir LT W01_55 Roman', Verdana, Geneva, sans-serif;
	color: #fff;
}

#topnav div.moduletable {
background: #D3B068;
	height: 35px;
	background-image: url("../images/toggle-icon.png");
	background-repeat: no-repeat;
}

responsiveMenuTheme2::before, .responsiveMenuTheme2::after {
    content: " ";
    display: table;
}

#topnav div.moduletable a, #topnav a:link, #topnav a:visited, #topnav a: active, #topnav li span, #topnav li a {
	color: #ffedcc;
	font-family:'Avenir LT W01_55 Roman', Verdana, Geneva, sans-serif;
	background:none;
	font-size:14px;
}

#topnav a: hover {
	color: #ffedcc;
	font-family:'Avenir LT W01_55 Roman', Verdana, Geneva, sans-serif;
	background: #811f38;
	font-size:14px;
}

#topnav .responsiveMenuTheme2 {
	font-family:'Avenir LT W01_55 Roman', Verdana, Geneva, sans-serif;
	background:none;
	font-size:14px;
	line-height: 10px;

}

#topnav .responsiveMenuTheme2 ul {
	font-family:'Avenir LT W01_55 Roman', Verdana, Geneva, sans-serif;
	background: none;
	font-size:14px;
	line-height: 10px;

}

#topnav .responsiveMenuTheme2 a:link, .responsiveMenuTheme2 a:visited{
	color: #ffedcc;
	font-family:'Avenir LT W01_55 Roman', Verdana, Geneva, sans-serif;
	font-size:14px;
	}

#topnav .responsiveMenuTheme2 li.active > a {
	color: #ffedcc;
	font-family:'Avenir LT W01_55 Roman', Verdana, Geneva, sans-serif;
	font-size:14px;
	background:#811f38;
	}	
	
.responsiveMenuTheme2 li li > a {
    background: #811f38 none repeat scroll 0 0;
    border-top: 1px dashed #ffedcc;
    display: block;
    position: relative;
    white-space: nowrap;
    z-index: 100;
}	

/*.responsiveMenuTheme2 li li > a, .responsiveMenuTheme2 li li > a:link, .responsiveMenuTheme2 li li > a:visited {
    background: yellow none repeat scroll 0 0;
    border-top: 0px solid #811f38;
    display: block;
    position: relative;
    white-space: nowrap;
    z-index: 100;
}*/

.responsiveMenuTheme2 > li > span.separator {
    padding: 0 10px;
}

.responsiveMenuTheme2 ul li li > a, .responsiveMenuTheme2 ul li li > a:link, .responsiveMenuTheme2 ul li li > a:visited {
    background: #811f38 none repeat scroll 0 0;
    border-top: 0px solid #811f38;
    display: block;
    position: relative;
    white-space: nowrap;
    z-index: 100;
}

#topnav .responsiveMenuTheme2 span.linker {
    display: inline-block;
    padding: 12px 0;
    vertical-align: middle;
}


#topnav div.moduletable ul li {
    line-height: 1px;
}

#topnav .responsiveMenuTheme2 span.opener {
    background-image: url("../images/down-bg.png");
    background-position: 11px center;
    background-repeat: no-repeat;
    display: inline-block;
    overflow: hidden;
    padding: 5px 0;
    position: absolute;
    right: 0;
    text-indent: 100px;
    top: 0;
    vertical-align: middle;
    width: 30px;
}

#topnav .responsiveMenuTheme2 > li.parent > a {
    background: #811f38;
}

.responsiveMenuTheme2.isDesktop li a, .responsiveMenuTheme2.isDesktop li span.separator, .responsiveMenuTheme2.isDesktop li span.navHeader {
    border-bottom: medium none;
    border-left: 0px solid #811f38;
}

#topnav .responsiveMenuTheme2 > li > a {
    display: block;
    padding: 0 10px;
}

#topnav .responsiveMenuTheme2 > li.parent > a {
    padding: 0 10px;
}

.responsiveMenuTheme2 span.separator {
    color: #ffedcc;
    cursor: pointer;
    display: block;
    padding: 0 0 0 15px;
}



#topnav .responsiveMenuTheme2 a:hover{
	background: #ffedcc;
	color: #811f38;
}

div.itemListCategory {
    background: none;
    border: 0px solid #ddd;
    margin: 4px 0;
    padding: 0px;
}

span.catItemImage {
    text-align: left;
}

div.catItemImageBlock {
    margin: 0 0 16px;
    padding: 8px 0;
}

div.itemImageBlock {
    float: right;
    margin: 15px;
    padding: 0 20px 20px 20px;
}


div.itemNavigation {
    background: none repeat scroll 0 0;
    border-bottom: 1px dotted #fff;
    border-top: 1px dotted #fff;
    margin: 0 0 24px;
    padding: 4px 8px;
}

div.itemNavigation span.itemNavigationTitle {
    color: #811f38;
}

div.itemToolbar {
    background: none repeat scroll 0 0;
    border-bottom: 1px dotted #fff;
    border-top: 1px dotted #fff;
    margin: 16px 0 0;
    padding: 2px 0;
}

.flexslider {
    background: none repeat scroll 0 0 #fff;
    box-shadow: none;
    margin: 0;
    position: relative;
}

.pull-left.event-button{
	float:right;
	padding: 75px 0 15px 0;
}

#dpc-event-view {
	display:none;
}

.koowa .docman_download {
    float: left;
    margin: 0 0 10px 25px;
    max-width: 300px;
    min-width: 150px;
    text-align: center;
    width: 33%;
}

.moduletable-news h3 {
    margin-top: -56px;
	font-size:24px;
}

.koowa .docman_download {
    text-align: left;
}

.docman_category h3 {
	font-size:24px;
	line-height: 1.2em;
	font-weight: normal;
	color: #811f38;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	}

[class^="koowa_icon--"]::before, [class*=" koowa_icon--"]::before, .koowa_icon_font::before, .koowa .footable.breakpoint > tbody > tr > td.expand span.footable-toggle::before, .koowa .footable > thead > tr > th.footable-sorted > span.footable-sort-indicator::before, .koowa .footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator::before {
    background-size: cover;
    display: block;
    font-family: "koowa";
    font-size: 16px;
    height: 26px;
    line-height: 14px;
    overflow: visible;
    text-align: center;
    width: 16px;
	color: #811f38;
	padding-right:5px;
}

[class^="koowa_icon--"] i, [class*=" koowa_icon--"] i, .koowa_icon_font i, .koowa .footable.breakpoint > tbody > tr > td.expand span.footable-toggle i, .koowa .footable > thead > tr > th.footable-sorted > span.footable-sort-indicator i, .koowa .footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator i {
	padding-right: 5px;
	line-height:normal;
}
	

ul.accordion li .description h2 {
	font-family:'Avenir LT W01_55 Roman', Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-style: normal;
    letter-spacing: 1px;
    text-align: left;
	background-color: #fff;
    color: #444;
    letter-spacing: 1px;
	margin:0;
    margin-top: 100px;
	padding: 10px;
    opacity: 0.9;
	text-transform: uppercase;
}

ul.accordion_hoz li .description h2{
	font-size: 14px;
    font-style: normal;
    letter-spacing: 1px;
	background-color: #fff;
    color: #444;
    letter-spacing: 1px;
	margin:0;
    margin-top: 100px;
	padding: 10px;
    opacity: 0.9;
	text-transform: uppercase;
	text-align:center;
}

ul.accordion li .heading {
    background-color: #fff;
    color: #444;
    font-size: 14px;
    font-style: normal;
    letter-spacing: 1px;
    margin-top: 175px;
    opacity: 0.9;
    padding: 10px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
	font-family: 'Avenir LT W01_55 Roman',Verdana, Geneva, sans-serif;
}



ul.accordion li .description a {
    background: none/* repeat scroll 0 0 #fff*/;
    bottom: 5px;
    font-size: 14px;
    font-style: normal;
    height: 22px;
    left: 20px;
    padding: 0 8px;
    position: absolute;
    text-decoration: none;
    text-transform: none;
	color:#fff;
}

ul.accordion li .description a:hover {
    background: none/* repeat scroll 0 0 #fff*/;
    bottom: 5px;
    font-size: 14px;
    font-style: normal;
    height: 22px;
    left: 20px;
    padding: 0 8px;
    position: absolute;
    text-decoration: none;
    text-transform: none;
	color:#FF9900;
}

ul.accordion li .bgDescription {
    background: none/* url("../images/bgDescription.png") repeat-x scroll left top transparent*/;
    bottom: 0;
    display: none;
  /*  height: 340px;*/
    left: 0;
    position: absolute;
    width: 100%;
}

.moduletable-subscribe {
    float: right;
    text-align: right;

}

ul.accordion_hoz li .heading {
    background-color: #fff;
    color: #444;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 0;
    opacity: 0.9;
    padding: 10px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
	font-family: 'Avenir LT W01_55 Roman',Verdana, Geneva, sans-serif;
}

ul.accordion_hoz li .bgDescription {
    background: none;
    bottom: 0;
    display: none;
    height: 340px;
    left: 0;
    position: absolute;
    width: 100%;
}

ul.accordion_hoz li .description a {
    bottom: 5px;
    color: #888;
    font-size: 11px;
    font-style: normal;
    left: 20px;
    position: absolute;
    text-decoration: none;
    text-transform: uppercase;
	text-align:center;
}

.flexslider .slides img {
    display: block;
    width: auto;
}

div#itemListPrimary h3 {
    font-size: 16px;
	padding:0;
	margin: 0;
}

div.groupPrimary {
	padding:0;
	margin:0;
}

.jqw_thumbnail {
    border-bottom: 1px solid #ccc;
    display: block;
    /*float: left;*/
    height: 80px;
    margin-left: 30px;
    padding: 10px 20px 70px 0px;
    text-indent: 50px;
    vertical-align: middle;
    width: 450px;
	text-align:right;
}

.doclink > span {
    display: none;
}

.koowa_icon--pdf.koowa_icon--16 {
    display: inline-block;
}

div.k2Pagination ul li {
    display: inline;
    padding: 5px;
}

.cat-list-row0 {
    background: #f3f2f1 none repeat scroll 0 0;
    clear: both;
    display: block;
    float: left;
    padding: 3px 10px;
	width:100%;
}

.cat-list-row1 {
    background: #fff none repeat scroll 0 0;
    clear: both;
    display: block;
    float: left;
    padding: 5px 10px;
	width:100%;
}

.list-title {
    float: left;
    padding-right: 25px;
}

.pull-right {
    float: right;
    padding-top: 15px;
}

.pagination > ul li {
    display: block;
    float: left;
    padding: 5px;
}

