@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700);

/* 0. Global Styles/Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong,tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.left{text-align:left;}

body {
	font-family: 'Open Sans',Arial,sans-serif; 
    font-size: 62.5%;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    background: #fff;
    color: #000;
}

img {
    border: 0px;
}

p.join-btn {  /* small login form */
	padding: 0;
	text-align: center;
	color: #A25313;
	cursor: pointer;
}

p.join-btn img {
   display:none;
	height: 55px;
	width: 193px;
}

div#content p.closer {
	padding: 0 5px;
	float: right;
	font-weight: 700;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	cursor: pointer;
}

div.loginErrorBox {
	padding:0 0 10px 10px; 
	margin-bottom: 10px;
	background-color: #FCE9D2;
	border: 1px solid black;
	width: 450px;
}
/* 1. Global Classes */
.clear {
    clear: both;
}

.clearfix {
    display: block;
}

.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow:hidden;
}

.first {
    margin-left: 0px;
    padding-left: 0px;
}

.last {
    margin-right: 0px;
    padding-right: 0px;
}

.top {
    margin-top: 0px;
    padding-top: 0px;
}

.bottom {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.acenter {
    text-align: center;
}

/* 2. Container/Header/Navigation */
div#container {
    text-align: left;
    width: 1024px;
    margin: 0 auto;
    background: #fff;
    padding: 0 0 25px 0;
}

div#container a, div#container a:hover, div#container a:active {
   color: #0028ea;
   text-decoration: none;
}

/*color: #be875a;*/
div#container a:visited {color:blue;}

/* 2.1 Header */
div#header {
    height: 160px;
    width: 1024px;
    margin: 0 auto;
    position: relative;
	  font-family: 'Open Sans',Arial,sans-serif;    
    z-index: 10001;
}

div#header h1 {
    position: absolute;
    top: 25px;
    left: 0;
}

/* 2.2 Navigation */
ul#main-nav {
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    margin:0 auto;
    padding: 5px 0px;
    font-size: 1.5em;
    background:#053380;
}

ul#main-nav li {
    float: left;
    text-transform: uppercase;
    margin-right:37px;
    position: relative;
    letter-spacing: .080em;
}

ul#main-nav > li.top{width:20%;padding:0;margin:0;}
ul#main-nav > li.top:first-of-type{padding-left:3px;}
ul#main-nav > li.top:nth-of-type(4){margin-left:-25px;}
ul#main-nav > li.top:last-of-type{padding-right:32px;}

ul#main-nav>li:last-of-type {
  margin-right: 0;
	position: absolute;
	right: 0;
}

ul#main-nav a {
    color: #fff;
    text-decoration: none;
}

ul#main-nav li.top > a {display:inline-block; width:100%; text-align:center;font-family:"Lato";color:rgb(255,254,254);line-height:2.557;}
ul#main-nav li.top > a:hover{color:#f4801f;}

ul#main-nav a:hover {
    color: #E2700A;
}

ul#main-nav a.active {
    color: #E2700A;
}

ul#main-nav span.current {
    color: #E2700A;
    font-weight: 700;
}

ul#main-nav ul.sub-nav {
    position: absolute;
    top: 30px;
    left: -20px;
    z-index: 777;
    background: #394e8a;
    padding: 20px 20px 10px 0px;
    opacity: 0.9;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 13px;
    width: 200px;
    color: #fff;
    display: none; 
}

ul#main-nav ul.sub-nav li {
    float: left;
    margin: 0 0 10px 20px;
    letter-spacing: 1.5px;
    width: 180px;
    padding-right: 20px;
}

ul#main-nav ul.sub-nav a {
   color: #fff;
}

ul#main-nav  ul.sub-nav a:hover {
   color:  #f4801f;
   text-decoration: none;
}

ul#main-nav  ul.sub-nav a:active {
   color: #E5A306;
   text-decoration: none;
}


ul#main-nav ul.sub-nav ul.sub-sub-nav {
    margin: 5px 0px 3px 0px;
    font-size: 12px;
}

ul#main-nav ul.sub-nav ul.sub-sub-nav li {
    text-transform: none !important;
    margin: 0px;
    letter-spacing: 0.7px;
    line-height: 18px;
 /*   padding-left: 11px; */
}

ul#main-nav  ul.sub-sub-nav li a {
   padding-left: 11px;
   padding-right: 14px;
   margin-bottom: 0px;
   float: left;

} 

ul#main-nav ul.sub-sub-nav li a:hover {
    background: url("sepa-images/homepage/drop-down-menu-gold-arrow.png") no-repeat left 5px;
}

div#leave-nav {
    position: absolute;
    top: 111px;
    height: 20px;
    width: 100%;
}


ul#top-nav {
    position: absolute;
    top:49px;
    right:-100px;   
    /*background: url("sepa-images/top-nav-back.png")  repeat-x top left;*/         
    width: 350px;
    height: 47px;
    z-index: 998;
    font-size: 1.1em;
}

ul#top-nav li {
    float: left;
    margin: 13px 0px;
}

/*
ul#top-nav li:first-of-type {
   margin-left: 16px;
}
*/
ul#top-nav a:link {
    color: rgb(5,51,128);
    text-decoration: none;
    font-weight: 700;
}

ul#top-nav a:hover, ul#top-nav a:active, ul#top-nav a:visited {
	/*color: #A25313;*/
}

div#sitemap {
   padding-top: 30px;
}

div#sitemap:after {
   clear: both;
}

div#sitemap ul.l1:last-of-type {
   clear: both;
}

div#sitemap ul.l2 {
   padding-top: 8px;
}

div#sitemap ul.l3 {
   padding-bottom: 0px;
}

div#sitemap ul li {
   margin-left: 0px;
}

div#sitemap ul.l1 > li {
   background-image: none;
   margin: 0px;
   float: left;
   position: relative;
   width: 245px; 
   display: inline;   
}

div#sitemap ul.l3 > li {
   background-image: none;
   padding: 3px 0px 4px 0px;
}

div#sitemap ul.l1 li a {
   font-family: 'Open Sans',Arial,sans-serif;
   font-size: 24px;
   letter-spacing: 0.03em;
   color: #233a70;
   font-weight: 700;  
}

div#sitemap ul.l2 li a {
   font-family: 'Open Sans',Arial,sans-serif; 
   font-size: 14px;
   color: #000;
   letter-spacing: 0.03em;
   padding: 5px 0px;
   font-weight: 700;  
}

div#sitemap ul.l3 li a {
   font-weight: 400;
}

div#sitemap ul li a:hover {
   color: #e2700a;
}

fieldset#search-cont {
    position: absolute;
    top: 25px;
    right: 0px;  
    z-index: 999;
}

fieldset#search-cont li {
    float: left;
    margin-right: 0;
}

fieldset#search-cont .ftxt {
    border: 0;
    background: url("sepa-images/search-txt.png") no-repeat top left;
    width: 139px;
    height: 29px;
    padding: 0 5px 0 5px;
    font-size: 1.2em;
    font-family: 'Open Sans',Arial,sans-serif;
    color: #cdced0;
}

fieldset#search-cont .fbtn {
    border: 0;
    background: url("sepa-images/search-btn.png") no-repeat top left;
    width: 30px;
    height: 29px;
}

/* 3. Body/Content/Sidebar */
div#body {padding: 25px 0 0 0;}

div#body.spage {padding: 0 !important;}

div#body.spage2 {
    /*background: #e9ebf2 !important;*/
    padding: 0 0 30px 0 !important;
}

.spage #content {
    width: 550px;
    float: left;
    padding: 25px 0 10px 40px;    
}

div.slideshow img {
    margin: 0px 10px;
}

div#slideshow-cont {
    width: 5000px;  
    margin: 17px auto 0px auto; 
    margin-top: 12px;
    font-family: 'Open Sans',Arial,sans-serif;
    position: relative; 
    top: 0px;
    left: -860px;  /* take this out for chrome */
    height: 217px;
    overflow: hidden;  /*added for chrome */
}

div#slideshow-cont .slideshow-arr-left {
    position: absolute;
    top: 42%;
    left: 845px;
    z-index: 999;

}

div#slideshow-cont .slideshow-arr-right {
    position: absolute;
    top: 42%;
    left: 1796px;
    z-index: 999;
}

div#slideshow-cont li {
    position: relative;
}
 
div#slideshow-cont h3 {
    color: #fff;
    font-size: 1.6em;
    font-weight: 400;
    text-shadow: 0.1em 0.1em 0.05em #333;
}

a#resume {
    display: none;
}

a#resume.show-resume {
    display: block;
}

/* 3.1 Content */
div#content {
    width: 870px;
    margin: 0 auto;
    font-family: 'Open Sans',Arial,sans-serif;
    position: relative;
}

div#content.content-left {
    width: 720px;
    float: left;
}

div#content .content-left-inner {
    margin: 0 0 0 40px;
    background: #fff;
    padding: 50px 50px 50px 54px;

    -moz-box-shadow: inset 5px 5px 5px 5px #e1e0e1;
    -webkit-box-shadow: inset 5px 5px  5px 5px#e1e0e1;
    box-shadow: inset 2px 2px 2px 2px #e1e0e1;
    
}

div#content h1 {
    /*font-family: "minion-pro", "Times New Roman";*/
    font-family:Lato,'Open Sans',sans-serif;
    font-size: 24px;
    color: #233a7d;
    margin-bottom: 15px;
}

div#content h2 {
    font-size: 2.2em;
    line-height: 24px;
    /*font-family: "minion-pro", "Times New Roman";*/
    font-family:Lato,'Open Sans',sans-serif;
    color: #233a7d;
    margin-bottom: 15px;
}

div#content h2.storyTitle {
    margin-top: 15px;
    margin-bottom: 10px;
}

div#content h3 {
    font-size: 1.8em;
    line-height: 24px;
    /*font-family: "minion-pro", "Times New Roman";*/
    font-family:Lato,'Open Sans',sans-serif;
    color: #4d4d4d;
    font-weight: 400;
    padding: 0 25px 0 25px;
}

div#content h3.spage {
    padding: 0 !important;
    margin-bottom: 40px;
}

div#content h4 {
    font-family:Lato,'Open Sans',sans-serif;
    font-size: 1.6em;
    color: #fff;
    text-shadow: 0.1em 0.1em 0.05em #333;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding: 15px 0 0 40px;
    border-bottom: 1px solid #e1e0e0;
}

div#content h5 {
    font-family:Lato,'Open Sans',sans-serif;
    font-size: 1.6em;
    line-height: 19px;
    /*font-family: "minion-pro", "Times New Roman";*/
    font-family:'Open Sans',sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}

div#content .hc-org-cont h5 span {
    font-style: italic;
    font-weight: 400;
}

div#content p {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 15px;
}

div#content p strong {
    font-weight: 700;
}

div#content p.small {
    font-size: 11px;
}

div#content p.smaller {
    font-size: 10px;
    padding-bottom: 5px !important;
}

div#content p.blu {
    color: #233a7d;
    padding-bottom: 30px;
}

div#content p.org {
    color: #e16f09;    
}

div#content p.welcome-msg {
    border-bottom: solid 1px #e1e0e0;
    padding-bottom: 8px;
    margin-bottom: 18px;
}   

div#content div.bod  h4{
    font-size: 14px;
    font-weight: 700;
    color: #4d4d4d;
    text-shadow: none;
    text-transform: none;
    padding: 0px 0 6px 0px;
    border-bottom: none;
    letter-spacing: normal;
}

div#content div.bod p {
    line-height: 20px;
}

div#content div.bod p.name {
    padding-bottom: 0px;
    line-height: 22px;
}
 
div#content div.bod-left {
    float: left;
    padding-right: 25px;
    width: 43%;   
}

div#content div.bod-right {
    padding-right: 25px;
}

div#content div.row {
    border-bottom: 1px solid #e2e1e1;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

div#content div.row p {
    font-size: 11px;
    line-height: 16px;
    color: #000;    
}


div#content ul {
    padding-bottom: 15px;
}

div#content ol {
}

div#content li {
    font-size: 14px;
    background: url("sepa-images/icons/bullet_org.png") no-repeat left 6px;
    margin-left: 30px;
    padding-left: 30px;
    padding-bottom: 5px;
}

div#content a {
    text-decoration: none;
}

div#content .news-list-row a {
    white-space: nowrap;
}

div#content a:hover {
}

div#content .download a {
	color: #e2700a;
	font-size: 12px;
	padding-right: 16px;
	display: block;
   text-transform: uppercase;
}

div#content a.MO:hover {
    cursor: pointer; 
}

div#content .pub-row {
    border-bottom: 1px solid #d0d1d2;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

div#content .pub-row-last {
    border-bottom: 0;
    margin-bottom: 0;
}

div#content .pub-row .pub-txt, div#content .pub-row .pub-date {
    padding: 0 20px 0 20px;
}

div#content .pub-row table, table.tour  {
    margin: 0 0 20px 0;
}

div#content .pub-row td {
    font-size: 15px;
    padding: 15px 30px 15px 30px;
    border-bottom: 1px solid #eee;
}

div#content table.tour td  {
    font-size: 15px;
    padding: 15px 75px 15px 0px;
    border-bottom: 1px solid #eee;
}

div#content .pub-row td.thead, table.tour td.thead  {
    font-weight: bold;
    color: #233a7d;
    text-transform: uppercase;
}

div#content .pub-row td small {
    font-size: 13px !important;
}

div#content .pub-row h2 a {
    background: url("sepa-images/arrow-right.png") no-repeat left 8px;       
    padding-left: 20px;
    display: block;
}

div#content .pub-row-open h2 a {
    background: url("sepa-images/arrow-down.png") no-repeat left center;       
}

div#content .pub-row .pub-txt {
    display: none;
}

div#content .pub-row-open .pub-txt {
    display: block;
}

div#content .pub-date {
    text-transform: uppercase;
}

div#content h4.sc-org {
    background: url("sepa-images/head-back-org-lg.png") no-repeat top left;
    width: 480px;
    height: 35px;        
}

div#content .sc-org-cont {    
    background: #fbe8d2;
    padding: 10px 40px 10px 40px;
    margin: 0 0 15px 0;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

div#content ul.membership {
    list-style: none;
    color: #A25313;
    margin-bottom: 50px;
} 

div#content div.mship ul.membership {
    margin-bottom: 0px;
}

div.list {
    float: left;
}

div.right-list {
    margin-left: 40px;
}

div#content ul.membership li {
    /*background-image: url('sepa-images/icons/grey_caret.png');*/
	color:blue;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-left: 15px;
    line-height: 22px;
    cursor: pointer;
}

div#content ul.membership li.open {
    font-weight: 700;
    color: #000;
    background-image: url('sepa-images/icons/black_bold_caret.png');

}

div#content ul.dropdown.membership {
    background-image: url("sepa-images/arrow-down.png");
    background-position: 226px center;
    background-repeat: no-repeat;
    border: 1px solid #b8b7b3;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 242px;
    padding: 5px 6px 5px 10px;
    margin-top: 0px;
}

div#content ul.dropdown.membership li {
    cursor: default;
    background-image: none;
    padding-bottom: 0px;
}

div#content div.mship-left {
    width: 225px;
}

div#content div.mship-left h3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #233a70; 
    font-family: 'Open Sans',Arial,sans-serif;
    padding-left: 0px;
}

div.mship {
    float: left;
    margin-right: 25px;
    position: relative;
}

div#catdues_content {
    float: left;
    padding: 25px 0 0px 40px;    
    margin: 0 auto;
    font-family: 'Open Sans',Arial,sans-serif;
    width: 550px;
}

div#catdues_content p {
    font-size: 1.4em;
    line-height: 1.6em;
    padding-bottom: 15px;
}

div#catdues_content  p:first-of-type {
    padding-top: 10px;
    padding-bottom: 10px;
}

div#catdues_content  p:last-child {
    border-bottom: solid 1px #b8b7b3;
    padding-bottom: 24px;
}

div#catdues_content h1 {
    /*font-family: "minion-pro", "Times New Roman";*/
    font-family:'Lato','Open Sans',sans-serif;
    font-size: 26px;
    color: #233a70;
    font-weight: 700;
}

div#content  p.mcat {
    line-height: 24px;
    color: #233a70; 
    margin-top: 15px;
}

div#content div.cat {
    position: relative;
}

div#content div.cat a {
    color: #a25313; 
}

div#content table.dues {
    width: 260px;
    padding-top: 6px;
    border: 1px solid #b8b7b3;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-collapse: separate;
    padding-bottom: 10px;
    z-index: 999;
    position: absolute;
    top: 0px;
    background-color: #fff;
    box-shadow: 3px 3px 4.243px 3px rgba(184,183,179, 0.20);
    -webkit-box-shadow: 3px 3px 4.243px 3px rgba(184,183,179, 0.20);
    -moz-box-shadow: 3px 3px 4.243px 3px rgba(184,183,179, 0.20);
}

div#content table.dues.enterprise {
    width: 550px;
    box-shadow: none;
}

div#content table.dues td {
    color: #716f67;
    font-size: 14px;
    border-bottom: solid 1px #e2e1e1;
}

div#content table.dues td.left {
    padding: 5px 0px;
}

div#content table.dues td.right {
    padding: 5px 0px;
    text-align: right;
}

div#content table.dues td.last {
    padding-bottom: 15px;
    border: none;
}

div#content table.dues td.noline {
    width: 22px;
    border: none;
}

div#content table.dues td.toprow {
    background-image: url("sepa-images/up-arrow.png");
    background-position: 226px center;
    background-repeat: no-repeat;
    height: 24px;
    border: none;
}

div#content table.dues td.head, table.agenda td.head {
    color: #233a70;
    font-weight: 700;
    font-size: 11px;
}

div#content table.agenda td {
    color: #000;
    font-size: 14px;
    border-bottom: solid 1px #e2e1e1;
    padding: 10px 0 10px 10px;
}

div#content table.agenda td.head {
    color: #233a7d;
    font-weight: 700;
    font-size: 11px;
}

div#content table.agenda td.left {
    width: 207px;
}

div#content table.agenda td.right {
    font-weight: 700;
}

div#content table.agenda td.right p {
    font-weight: 400;
    font-size: 12px;
    padding-bottom: 0px;
    color: #233a7d;    
}

div#content table.agenda td.noline {
     border-bottom: none;
     padding-bottom: 0;
}

div#content table.agenda tr.subhead {
	background: url("sepa-images/arrow-right.png") no-repeat scroll 800px center #FBE8D2;
}

div#content table.agenda tr.subhead.open {
	background: url("sepa-images/arrow-down.png") no-repeat scroll 800px center #FBE8D2;
}

div#content table.agenda thead + tbody {
	display: none;
}

div#content table.agenda thead + tbody.open {
	display: table;
}

div#content table.agenda td.track {
   text-align: right;
   padding-right: 30px;
   font-style: italic;
	font-weight: 600;
}

div#content tr.cs td.track {
	color: #233A7D;
}

div#content tr.ps td.track {
	color: #E2700A;
}

div#content tr.ts td.track {
	color: #CC8200;
}

div#content ul.track-filter {
	width: 206px;
	padding: 15px 5px 5px 15px;
	font-family: 'Open Sans',Arial,sans-serif;
	font-size: 1.4em;
	color: #716f67;
	background: #fff;
	border: 1px solid #e2e1e1;
	-moz-border-radius: 4px;
	border-radius: 4px;
	list-style-type: none;
	position: relative;
	top: 0;
	right: 0;
}

div#content ul.track-filter li.active {
	background: url("sepa-images/arrow-right.png") no-repeat scroll left center transparent;
	font-weight: 700;
}
div#content ul.track-filter li {
	padding-left: 19px;
	background-image: none;
}

/*
div#content table.agenda td[colspan="2"] {
    padding: 10px 0 10px 10px;
}
*/  
div#content table.agenda h6 {
    font-family: 'Open Sans',Arial,sans-serif;  
    font-size: 12px;
    font-weight: 700; 
    color: #233a7d;    
}

div#content table.agenda td.spad {
    padding-left: 25px;
    padding-right: 25px;
}

table.contact-form, table.rsvp-form {
    font-size: 14px;
    border-collapse: separate;
    padding: 15px;
}

input.mship-form 
{
	padding: 4px 10px;
  color:#fff;
  background-color:#f09529;
  font-family: "Open Sans",Arial,sans-serif;
  font-size:16px;
  font-weight:700;
}

table.contact-form td, table.rsvp-form td {
    padding: 0px 15px 15px 0px;
}

table.rsvp-form {
   padding: 10px 0px 10px 10px;
   margin: auto;
   width: 90%;
}

div#sidebar p.rsvp-heading {
   line-height: 25px; 
   font-family: 'Open Sans',Arial,sans-serif; 
   font-weight: 700;
}

div#content  table.spsr td {
     padding-left: 0px;
}

div#content table.spsr td.noline {
    border: none;
}

div#content table.staff td.photo {
    padding-top: 10px;
    padding-right: 100px;
}

div#content table.staff td.caption {
    font-family: 'Open Sans',Arial,sans-serif; 
    font-size: 14px;
    line-height: 18px;
    color: #4d4d4d; 
    font-style: italic;
    padding-top: 7px;
    padding-bottom: 25px;
}

div#content table.staff td.caption a {
    font-style: normal;
}

div#content table.staff th {
    /*font-family: "minion-pro", "Times New Roman";*/
    font-family:'Open Sans',sans-serif;
    font-size: 24px;
    color: #233a7d;
    padding-bottom: 15px;
}

div#content table.staff th.section {
    font-family: 'Open Sans',Arial,sans-serif; 
    font-size: 18px;
    padding-bottom: 2px;
}

div#content table.bio td {
    font-weight: 700;
    vertical-align: middle;
    padding-right: 40px;
    padding-bottom: 30px;
}

div#social-nav {
    text-align: right;
    padding: 0px 22px 0px 0;
    margin: 0;
}

div#social-nav li {
    display: inline;
    margin-left: 0;
    background: transparent;
    margin: 0;
    padding: 0;
    margin-left:5px;
}

ul#news-nav {
    background: #e9ebf1;
    font-size: 10px !important;
    text-transform: uppercase;
    border-bottom: 1px solid #d0d1d2;
    padding: 15px 0 15px 37px;
    margin: 0 !important;
}

ul#news-nav li {
    display: inline;
    margin: 0 20px 0 0px;
    background: transparent;
    padding: 0;
    font-size: 12px;
    letter-spacing: 0.15em;
    text-align: left;
}

ul#news-nav a {
    color: #999;
}

ul#news-nav a:hover, ul#news-nav a.active {
    text-decoration: none;
    color: #233a7d;
}


#pnlLoginStatus{position:absolute;top:0px;width:150px;right:310px;}
#LoginStatus {padding: 0 0 5px;	font-size: 12px;}

div#home-cont {
   margin-top: 25px;
}

div#home-cont p {
    font-size: 11px;
    line-height: 16px;
}

div#home-cont .hc-row {
    margin-bottom: 15px;
}

div#home-cont .hc-row p{}

div#hc-blu-cont .news-row {
    margin-bottom: 15px;
}

div#content div.news-row h5 {
    margin-bottom: 0px;
}

div#content div.news-row {
    margin-bottom: 15px;
}

div#content div.news-list-row h5 {
    margin: 0 0 0 -20px;
    background: url("sepa-images/arrow-right.png") no-repeat left 7px;
    padding-left: 20px;
    color: #233a70;
}

div#content div.news-list-row h5.open, div#content h5.news-list-row.open {
    background: url("sepa-images/arrow-down.png") no-repeat left 7px;
}

div#content div.news-list-row {
    margin-bottom: 15px;
}

div#content div.news-list-row p {
/*    display: none;  */
    padding-top: 10px;
    padding-bottom: 0px;   
}

div#content div.news-list-row p.open {
    display: block;
}


div#home-cont .hc-col {
    width: 270px;
    float: left;
}

div#home-cont .hc-col-mid {
    margin: 0 30px 0 30px;
}

div#home-cont h4.hc-blu {
    background: url("sepa-images/homepage_news_banner.jpg") no-repeat top left;
    width: 230px;
    height: 35px;    
}

div#home-cont h4.hc-org {
    background: url("sepa-images/homepage_events_banner.jpg") no-repeat top left;
    width: 230px;
    height: 35px;        
}

div#home-cont h4.hc-yel {
    background: url("sepa-images/homepage_resources_banner.jpg") no-repeat top left;
    width: 230px;
    height: 35px;    
}

div#hc-blu-cont {   
    background: #e9ebf1; 
    padding: 10px 40px 10px 37px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    height: 678px;
}

div#hc-blu-cont .hc-blu-cont-open {
    display: block;
}  

div#hc-blu-cont h5 a {   
    color: #233a7d;
    text-decoration: none;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

div#home-cont .hc-org-cont {    
    background: #fbe8d2;
    padding: 10px 40px 10px 40px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 678px;
}

div#home-cont .hc-org-cont h5 a {   
    color: #e2700a;
    text-decoration: none;
}

div#home-cont .hc-yel-cont {    
    background: #f9eccd;
    padding: 10px 40px 10px 40px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 678px;
}

div#home-cont .hc-yel-cont h5 a {   
    color: #cc8200;
    text-decoration: none;
    /*font-family: "minion-pro", "Times New Roman";*/
    font-family:'Open Sans',sans-serif;
}

div#shead-cont {}

div#shead-cont .shead 
{
    min-height: 94px;
    position: relative;
}

div#shead-cont .shead_tertiary {}
div#shead-cont .shead_tertiary p, 
div#shead-cont .shead p, 
div#shead-cont .shead,
div#shead-cont .shead2
{margin-top:-2px;margin-bottom:0;}

div#shead-cont .shead-txt {
    position: absolute;
    bottom: 20px;
    left: 40px;
}

div#shead-cont .shead-txt h1, div#shead-cont .shead-txt2 h1 {
    /*
    color: #fff;
    font-size: 3em;    
    font-family: 'Open Sans',Arial,sans-serif;  
    font-weight: 600;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    */
    color:#fff;
    font-family: 'Lato','Open Sans',Arial,sans-serif;  
    font-size:3em;
    margin-left:35px;
    margin-bottom: 5px;    
}

div#shead-cont div.breadcrumbs  {
    display:none;
    background: #bcc3d7;
    padding: 20px 0 20px 40px;
    -moz-box-shadow: inset 0 0 5px #999;
    -webkit-box-shadow: inset 0 0 5px #999;
    box-shadow: inset 0 0 5px #999;
    font-family: 'Open Sans',Arial,sans-serif; 
    text-transform: uppercase; 
    font-size: 10px;
    letter-spacing: 0.05em;
    color: #233a7d;  

}

div#shead-cont div.breadcrumbs a {
    text-decoration: none;
    color: #4d4d4d;    
    
}

div#shead-cont .shead2 {
    height: 201px;
    position: relative;
}

div#shead-cont .shead-txt2 {
    position: absolute;
    bottom: 50px;
    left: 40px;
}

div#content .content-two-cols {

}

div#content .content-two-cols .ctc-left {
    float: left;
    width: 440px;
}

div#content .content-two-cols .ctc-left h1 {
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-top: -5px;
}

div#content div.ctc-left h2 {
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 20px;
}

div#content div.ctc-left p#agenda-fields {
    color: #000;
}

div#content div.pub-row h2 {
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
}

div#content .content-two-cols .ctc-right {
    float: right;
    height: 180px;  
    margin-left: 10px; 
}

div#content a.brn-link {
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 14px;
    letter-spacing: 0.03em;
    color: #a25313;
    text-decoration: none;
}

div#content a.brn-link:hover {
    text-decoration: underline;
    color: #a25313;
}

/* 3.2 Sidebar */
div#sidebar {
    width: 321px;
    float: right;
    font-family: 'Open Sans',Arial,sans-serif; 
    position: relative;
    padding: 25px 5px;
    color: #000;  
    background-color:  #e6e6e6; 
    height: 100%;
}

div#sidebar.blue {
    background-color: #E9EBF2;
}

div#sidebar.sidebar-right {
    width: 230px;
    float: right;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color:  #e6e6e6; 
}

div#sidebar.search-sb div {
    padding: 0px 35px;   
}

div#sidebar .pub-sb-btm {
	padding: 0;
}

div#sidebar .pub-sb-btm h4 {
	padding: 20px 0 0; 
	background: #fff; 
	line-height: 2.0em;
}

div#sidebar .pub-sb-btm img {
	padding-left: 0;
	margin-top: 0;
	margin-left: -10px;
}


div#sidebar h2 {
    text-align: center;
    font-size: 8em;
    line-height: 1em;
    font-weight: 400;
    color: #000;
    background-color:  #e6e6e6; 
}

div#sidebar h3 {
    text-align: center;
    font-size: 3em;
    line-height: 1em;
    font-weight: 400;
    color: #000;
    padding-bottom: 25px;
    background-color:  #e6e6e6; 
}

div#sidebar h4 {
    color: #000;
    font-size: 2em;
    line-height: 2.4em;
    font-weight: 400;
    /*font-family: "minion-pro", "Times New Roman";*/
    font-family:'Open Sans',sans-serif;
    background-color:  #e6e6e6; 
    padding: 15px 0 30px 40px;
}

div#sidebar h4.sidebar-btn {
    background: transparent;
    padding: 0px 40px; 
}

div#sidebar ul {
}

div#sidebar li {
    margin-bottom: 15px;
}

div#sidebar p {
    padding-left:10px;
    padding-bottom: 25px;
    font-size: 1.4em;
    /*font-family: "minion-pro", "Times New Roman";*/
    font-family:'Open Sans',sans-serif;
    text-align: left;
}

div#sidebar p.opensans {
    font-family: 'Open Sans',Arial,sans-serif;
}

div#sidebar p.org {
    background-color:  #e6e6e6; 
    text-align:left;
}

div#sidebar p.left {
    text-align: left;
    margin: 60px 60px 0px 60px;
    line-height: 17px;
}

div#sidebar p.near-left {
    margin: 0px 40px;
}

div#sidebar p.tertiary-pic  {
    line-height: 24px;
    text-align: left;
}

div#sidebar p.pub-sidebar {
	text-align: left;
	padding: 0;
    /*font-family: "minion-pro", "Times New Roman";*/
    font-family:'Open Sans',sans-serif;
	font-size: 14px;
	color: #000;
}

div#sidebar p.pub-sidebar a {
    /*font-family: "minion-pro", "Times New Roman";*/
    font-family:'Open Sans',sans-serif;
}

div#sidebar img {
    margin-top: 8px;
}

div#sidebar a {
    font-family: 'Open Sans',Arial,sans-serif;
    text-decoration: none;
    color:#0028ea;
}

div#sidebar a:hover {
    text-decoration: none;
    color: #f4801f;
}

div#sidebar a:visited {}

div#sidebar .sidebar-inner {
    padding: 25px 40px 10px 40px;
}

div#sidebar.events {
    text-align: left;
    color: #000; 
    background-color: #e6e6e6;
    padding-top: 43px;
}

div#sidebar.events img {margin-top: 0;}

div#sidebar ul#events-filter {
    width: 226px;
    padding: 15px 5px 5px 15px;
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 1.4em;
    color: #000;
    border: 1px solid #e2e1e1;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: 40px;
    margin-top: 0px;
    margin-bottom: 25px;
}

div#sidebar ul#events-filter li {padding-left: 9px;}

div#sidebar ul#events-filter li.active {
    font-weight: 700;
    background: url("sepa-images/arrow-right.png") no-repeat left center;
}

div#content.events {
    padding-top: 38px;
    padding-left: 50px;
    color: #000;
}

div#content div.event-row {
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e1e1;
    padding-bottom: 10px;
    position: relative;
}

div#content div.event-row h5 {
    font-family: 'Open Sans',Arial,sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-top: 8px;
    padding-left: 20px;
    margin-left: -20px;
    background: url("sepa-images/arrow-right.png") no-repeat left 9px;
    color: #233A7D;
	cursor: pointer;
}

div#content div.event-row h5.open {
    background: url("sepa-images/arrow-down.png") no-repeat left 9px;
}

div#content div.event-row p {
    line-height: 24px;
    color: #233a7D;
    padding-bottom: 10px;
    display: none;
}

div#content div.event-row p.open {
    display: block;
}

div#content div.event-row p.small {
    size: 11px;
    line-height: 16px;
    color: #000;
}

div#content div.event-row p.small img {
    position: absolute;
    right: 0;
    top: 0;
    margin-bottom: 10px;
}

div#content div.event-row a, div#content div.event-row a:hover {
    font-weight: 700;    
    font-size: 13px;
}

div#events-bar, div#search-bar {
    height: 40px;
    width: 578px;
    background-color: #fff;    
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #e2700a;
    padding-left: 50px;
    padding-top: 19px;
    margin: 25px 0 35px -50px;
}

div#content div.faq-row {
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #d0d1d2;
}

div#content div.faq-row h6 {
    text-transform: uppercase;
}

div#content div.faq-row h5 {
    font-family: 'Open Sans',Arial,sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
    margin-left: -20px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-bottom: 0px;
    background: url("sepa-images/arrow-right.png") no-repeat left 7px;
    color: #233A7D;
}

div#content div.faq-row h5.open {
    background: url("sepa-images/arrow-down.png") no-repeat left 7px;
}

div#content div.faq-row span {
    display: none;
}

div#content div.faq-row span.open {
    display: block;
}

div#content div.faq-row p {
    line-height: 24px;
    color: #233a7D;
    padding-bottom: 5px;
}

div#content div.faq-row p.small {
    size: 11px;
    line-height: 16px;
    color: #000;
}

div#content div.faq-row a {
    font-weight: 700;
    color: #A25313;
}

div#content div.faq-row a:hover {
    color: #a25313;
}

div#sidebar a.show-more-filters {
    background: #f0efef url("sepa-images/arrow-right.png") no-repeat 40px center;
    padding: 20px 0 20px 58px;
    color: #716f67;
    display: block;
    font-size: 1.6em;
    text-decoration: none;
    font-family: "minion-pro", "Times New Roman";
}

ul#side-search-nav .ftxt {
    width: 210px;
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 1.4em;
    padding: 5px 15px 5px 15px;
    background: url("sepa-images/search-glass.png") no-repeat 216px 5px;
    color: #716f67;
    border: 1px solid #e2e1e1;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

ul#side-search-nav .fs {
    width: 241px;
    padding: 5px 5px 5px 15px;
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 1.4em;
    color: #716f67;
    border: 1px solid #e2e1e1;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

div#sidebar ul.sidebar-nav {
    position: absolute;
    top: 26px;
    left: -26px;
}

div#sidebar ul.sidebar-nav li {
    font-size: 2.0em;
    margin: 0  !important;
}

div#sidebar ul.sidebar-nav a {
    text-decoration: none;
    padding: 8px 0 8px 56px;
    display: block;
}

/*
div#sidebar ul.sidebar-nav li:last-child a {
    margin-bottom: 60px;
}

div#sidebar ul.sidebar-nav a {
    color: #A25313;
    text-decoration: none;
    padding: 8px 0 8px 56px;
    display: block;
}

div#sidebar ul.sidebar-nav a:hover {
    color: #A25313;
}

div#sidebar ul.sidebar-nav a.active {
    color: #A25313;
    font-weight: bold;
    background: url("sepa-images/icons/newArrow2.png") no-repeat left center;
}
*/

div#body{min-height:300px;}

/* 4. Footer/Navigation */
div#footer {
    text-align:left;
    width: 1024px;
    margin: 0 auto;
    margin-top:10px;
    color: #000;
    position: relative;
    font-family: 'Open Sans',Arial,sans-serif;
    border-top: 2px solid #EDEEEE;
}

div#footer #social-nav {
    position: absolute;
    top: 18px;
    right: -20px;
}

div#footer h5 {
    padding: 25px 0 25px 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

div#footer p {
    padding: 0 0 25px 0;
    /*border-bottom: 4px solid #e1e0e0;*/
    font-size: 10px;
    line-height: 20px;
}

/* 4.1 Navgation */
ul#foot-nav {
    padding: 22px 0 22px 0;
    font-size: 12px;
    text-transform: lowercase;    
}

ul#foot-nav li {
    float: left;
    margin-right: 44px;
}

ul#foot-nav a {
    color: #000;
    text-decoration: none;
}

ul#foot-nav a:hover {
}
span.drop-down { 
    background: none repeat scroll 0 0 #fff; 
    border: 1px solid #e2e1e1; 
    padding: 5px; 
    position: absolute; 
/*    left: 10px;  */
    top: 10px; 
    width: 285px; 
}

div#sidebar a.pub {
    color: #4d4d4d;
    text-align: left;
    size: 13.33px;
    float: left;
    width: 214px;
}
/** PUBS SEARCH **/
.drop-down a { 
background: url("/images/drop-down.png") no-repeat scroll right center transparent; 
color: #4d4d4d; 
float: right; 
font-family: 'Open Sans',Arial,sans-serif; 
font-size: 13.3px; 
text-align: left; 
margin-right: 10px; 
padding: 0 10px 0 0; 
}

.drop-menu { 
-moz-box-sizing: border-box; 
background: none repeat scroll 0 0 #FFFFFF; 
border: 1px solid rgba(0, 0, 0, 0.4); 
border-radius: 5px 5px 5px 5px; 
display: none; 
min-width: 130px; 
padding: 15px; 
position: absolute; 
right: 0; 
top: 27px; 
}

.drop-menu li label { 
height: 20px; 
line-height: 20px; 
padding: 0 0 0 30px;
border: none; 
}
	
.drop-menu li input { 
border: 0 none; 
clip: rect(0px, 0px, 0px, 0px); 
height: 1px; 
margin: -1px; 
overflow: hidden; 
padding: 0; 
position: absolute; 
width: 1px; 
}

.chbx { 
background: url("/images/check-box.png") no-repeat scroll left top transparent !important; 
display: inline-block; 
padding: 0 5px 0 0; 
}

.drop-menu li label.ui-state-active { 
background-position: left bottom !important;
}

.open.drop-menu { 
display: block; 
right: 0; 
z-index: 10; 
}

.atss {
   top: 180px;  /*positions addthis icon bar */
}

/*styles for members list page*/
div#content ul.idx {
   font-family: 'Open Sans',Arial,sans-serif;
}

div#content ul.idx li {
   display:inline; 
   font-size:16px; 
   padding:0 2px;
   margin:0 3px;
   background: url("");
   cursor:pointer;
}

div#content .mship-list p {
   line-height: 19px;
   display:none;
}

.index-bar {
   background-color: #F6F6F6;
   border: 1px solid #E2E1E1;
   font-size: 16px;
   height: 40px;
   letter-spacing: 0.01em;
   margin-left: -40px;
   padding-left: 25px;
   padding-top: 19px;
   width: 603px;
   margin-bottom: 15px;
}

.index-bar, div#content .mship-list h3 {
   color: #E2700A;
   font-weight: 700;
   text-transform: uppercase;
   font-family: 'Open Sans',Arial,sans-serif;
}

div#user_stat {
	position: absolute;
	left:0;
	top:0;
	text-align: center;
}

div#join_btn {
	position: absolute;
	right: -6px;
	top: 59px;
}

div#content .mship-list h3 {
   font-size: 16px;
   padding: 0;
   display: none;
}

/* 
 * Foundation Icons v 3.0
 * Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3
 * MIT License
 */

@font-face {

  font-family: "foundation-icons";
  src: url("foundation-icons/foundation-icons.eot");
  src: url("foundation-icons/foundation-icons.eot?#iefix") format("embedded-opentype"),
       url("foundation-icons/foundation-icons.woff") format("woff"),
       url("foundation-icons/foundation-icons.ttf") format("truetype"),
       url("foundation-icons/foundation-icons.svg#fontcustom") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fi-lock:before {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: -10%;
  content: "\f16a";
}

.step {
  display: inline-block;
  line-height: 1;
  width: 50px; 
  color: #b8b7b3;
}
.size-12 { font-size: 12px; }
.size-11 { font-size: 11px; }
.size-14 { font-size: 14px; }
.size-16 { font-size: 16px; }
.size-18 { font-size: 18px; }
.size-21 { font-size: 21px; }
.size-24 { font-size: 24px; }

/*.shead{margin-bottom:7px;}*/
#header-outer img.bannerImage{width:100%;}
#header-outer img[alt='Clouds']{width:100%;}
#header-outer img[alt='USC Page Banner']{width:100%;}
#header-outer img[alt='Clouds -img']{width:100%;}
#header-outer img[alt='Blue _secondary -banner _1021x 101']{width:100%;}
#header-outer img[alt='Blue_banner_1']{width:100%;}
#header-outer img[alt='explore resources image']{width:100%;}
#header-outer img[alt='Explore Resources Photo Banner']{width:100%;}
#header-outer img[alt='examine issues image']{width:100%;}
#header-outer img[alt='experience events image']{width:100%;}
#header-outer img[alt='Sepa -news -banner']{width:100%;}
#header-outer img[alt='read the news image']{width:100%;}
#header-outer img[alt='Banner_2_Skyline']{width:100%;}
#header-outer img[alt='SEPA Utility Solar Conference 2015']{width:100%;}
#header-outer img[alt='Secondary Banner 5']{width:100%;}
#header-outer img[alt='Secondary Banner 7']{width:100%;}
#header-outer img[alt='']{width:100%;}                  
#header-outer img[src='/css/sepa-images/tertiary_banners/tertiary_about.png']{width:100%;}
#header-outer img[src='/css/sepa-images/clouds-img.jpg']{width:100%;}
#header-outer img[src='/css/sepa-images/conference-top-img.jpg']{width:100%;}
                   

div#home-cont p.dateText{margin:0;line-height:6px;font-size:12px;font-weight:700;text-transform:uppercase;}
div#home-cont h4.headerColumn {height:50px;line-height:50px;padding:0;margin:0 auto;color:#fff;border:none;border-radius:8px;text-align:center;font-weight:700;text-shadow:none;}
div#home-cont h4.headerNews{background-color:#053380;}
div#home-cont h4.headerEvents{background-color:#F09529;}
div#home-cont h4.headerResources{background-color:#E9AD21;}

div#container a.joinTodayButton{position:absolute;display:inline-block;top:-3px;width:110px;height:40px;line-height:40px;padding:0px 10px;margin:0 auto;margin-right:10px;text-align:center;color:#fff;background-color:#F09529;font-size:12px;font-weight:700;border-radius:5px;}
div#container a.memberLoginLink{position:absolute;display:inline-block;top:-3px;right:10px;width:120px;height:30px;line-height:30px;margin:0 auto;text-align:center;color:#F09529;font-size:12px;font-weight:700;}

div#container a.headerLink,div#user-stat a.headerLink{position:absolute;display:inline-block;width:60px;top:25px;height:30px;line-height:30px;margin:0 auto;text-align:center;color:#F09529;font-size:16px;font-weight:700;}
div#container a.joinLink{left:420px;color:#fff;background-color:#F09529;border-radius:5px;}

div#container .dateBlock{margin:0;padding:0;padding-bottom:15px;font-size:12px;}

table.sponsorship td{width:25%;vertical-align:middle;text-align:center;}

div#content h3.agendaHeader{margin:15px 0px;padding-left:0;line-height:10px;}
h3.agendaHeader br{margin:2px 0px;}

div#content .homePageAnnouncement{text-align:center;}

div#content .homePageAnnouncement p{font-size:24px;}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
H9 {
Font: Open sans; Color: Black;  Size: 14px; 
}

