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, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
/* Removed these from above to accommodate existing tables: table, caption, tbody, tfoot, thead, tr, th, td */
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;                
    /*vertical-align: baseline;*/  /* Keep an eye on this. -- Commented this out for the time being. -- I can't make a good case to keep it. */
    /*background: transparent;*/ /* This was causing some of the older, migrated tables to lose their cell colors. */
}
body {
    font: 14px/1.2em Helvetica, Arial, sans-serif;
}
ol, ul {
    list-style-position: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;                                                                                                                   
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}



/* ---------- ABOVE is the RESET - BELOW is the REBUILD ---------- */

ul {margin: 10px 0 10px 0;
    padding:0;
}

ol {margin: 10px 0 10px 0;
    padding:0;
    font-size: 12px;
    line-height: 20px;}

ul li, ol li {margin: 0 0 0 0;
    padding:0;
    font-size: 13px;
    line-height: 16px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#4c4c4c;  
    background-color:none;
    
}

table.contentpaneopen {width: 100%;}

table.contentpaneopen {width: 100%;}
table.contentpaneopen table td {padding: 10px; border-bottom: 1px solid #eee; border-left: 1px solid #eee;}
table.contentpaneopen table tr td:first-child {border-left: 0;}
table.contentpaneopen table th {background: #001376; color: white; padding: 10px 0;}
table.contentpaneopen table td {vertical-align: top;}

blockquote {padding: 5px 40px; background: #f3f3f3; border: 1px solid #e3e3e3; border-bottom-color: #d3d3d3;}



/* ---------- TYPOGRAPHY ---------- */

body {
    font: 14px/1.2em Georgia, "Times New Roman", Times, serif;
        color: #3E3E3E;
}

h1{
background-color:#FFFFFF;
border-style:solid;
border-width:0 0 1px;
font-weight:normal;
font-size:30px;
line-height:33px;
margin-bottom:4px;
padding:3px 0 7px 5px;
width:auto;
color:#000080;
}

h2 {
margin: 10px 0 10px 0;
    padding: 0; 
    font-size: 24px;
    line-height:28px;
    border: 0;
    color:#7e5d00;
}

h3 {
margin: 10px 0 10px 0;
    padding: 0; 
    font-size: 18px;
    line-height:22pt;
    font-weight: bold;  
    color:#c8bf7d;
}

h4 {
margin: 10px 0 10px 0;
    padding: 0; 
    font-size: 16px;
    line-height:20px;
    font-weight: normal;    
    color:#000080;
}

h5 {
margin: 10px 0 10px 0;
    padding: 0; 
    font-size: 14px;
    line-height:18px;
    font-weight: normal;
}

h6 {
margin: 10px 0 10px 0;  
    padding: 0; 
    font-size: 10px;
    font-weight: normal;
}

p {
margin: 10px 0 10px 0;
    padding: 0; 
    font-size: 14px;
    line-height: 16px;
}

a, a:visited {
color:#0c1c8d;
    text-decoration: none;

}

a:hover, a:active {
color:#660000;
    text-decoration: none;
}




/* ---------- GENERIC CLASSES ---------- */

.padding10 {padding: 10px;}
.padding12 {padding: 12px;}
.hiddenText {visibility: hidden;}
.clarence {clear: both;}
.box-wrapper {overflow: hidden; zoom: 1;}
.hRule {height: 2px; margin-bottom: 10px;}
.subtleBkg {background: #f4f4f8;}
.subtleColor {background: #f4f4f8;}
.subtleUnderline {border-bottom: 1px dotted #f4f4f8;}
/* behavior: url(templates/mc01-jt/PIE.htc); */ /* Just for reference. This is how you call CSS3PIE. */



/* ---------- GENERAL LAYOUT ---------- */

#bkg {background: white;}

#siteWrap {width: 990px; margin: 0 auto;}

#header {
    background: url(https://mecc.memberclicks.net/assets/_mecc_img_header.jpg) top no-repeat;
    padding:0;
    margin: 0;
    position: relative;
    min-height: 245px;
    z-index: 10;
}

#footer {
    background: transparent url(/assets/media/MECC_img_footer.jpg) bottom no-repeat;
    /*height: 50px;*/
    width:990px;
    height:114px;
    margin: 0;
    position: relative;
    color: #536475;
    font-size: 12px;
    clear: both;
    padding: 0px;
}

#middleSection {width: 990px;padding: 0px;background: url(https://mecc.memberclicks.net/assets/_mecc_img_contentbg.jpg) repeat-y;/*overflow: auto\9;*/ /* IE8 had issues actually containing the content in this div in some situations - this fixes that but introduces scrollbars on system pages only in IE - so only use it if you must. */}

#contentWrap {}
#l-r-mid #contentWrap {width: 580px; float: left;}
#l-mid #contentWrap, #r-mid #contentWrap {position:relative; margin:0 0 20px 10px;
padding:0 30px 20px;
width:700px;}

#l-mid #contentWrap {float: right;}

#contentPadding {padding: 10px;}

#leftBar {
    float: left;
    width: 199px;
    position:relative;
    left:5px;
}

#rightBar {
    float: right;
    width: 190px;
}



/* ---------- HEADER ---------- */

#header-left {float: left; z-index: 11; }

#header-right {float: right; z-index: 11; position:relative; right:4px;}

#header-left .moduletable, #header-right .moduletable {
    margin: 0;
    width: auto;
    background: none;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 10px;
    padding: 0;
}

#header-right .moduletable h3 {margin: 15px 0 0;}

#header-right .moduletable #form-login {position: relative;}

#header-right .moduletable #form-login-username, #header-right .moduletable #form-login-password {float: left; width: 150px;}

#header-right .moduletable #form-login-username {margin-right: 15px;}

#header-right .moduletable #form-login-remember {clear: both; margin-right: 15px; margin-bottom: 20px; width: 150px;}

#header-right .moduletable #modlgn_remember {position: relative; *top: 10px;} /* IE has a problem with small input boxes - this is to tweak that for IE7 and below. */

#header-right .moduletable input.button {position: absolute; right: 0; top: 64px;}

#header-right .moduletable #form-login a {position: absolute; left: 0; bottom: 0;}

#header-right .moduletable #modlgn_username, 
#header-right .moduletable #modlgn_passwd {padding: 5px 0 3px; text-indent: 5px; height: 15px; font: 10px Helvetica, Arial, sans-serif; border: 1px solid #ccc;}

#mcSimpleLogin, #mcSimpleLogin:visited {
    display: block;
    width: 100px; height: 40px;
    line-height: 40px;
    text-align: center;
    background: #000 url(../images/general-gloss.png) center repeat-x;
    color: white;
    text-decoration: none;
    border: 2px solid #333;
    text-transform: uppercase;
}

#mcSimpleLogin:hover, #mcSimpleLogin:active {
    background: #000 url(../images/general-gloss.png) center repeat-x;
}

#header-right #mcSimpleLogin {
    margin: 40% 0 0;
}



/* ---------- FOOTER ---------- */

#footerPlate {
    width: 960px; height:93px;
    padding:20px 0px 0px 30px;
    margin:0px auto;
    overflow: hidden;
}




#footerPlate p {margin: 0;  
        font-family:Georgia,"Times New Roman",Times,serif;
    font-size:7pt;
    line-height:9pt;
    color:#C8BF7D;
}

/* ---------- POWERED BY MC ---------- */

#pbmcWrap {
    width: 100%;
    position: relative;
    top: -18px;
    margin-bottom: 40px;
    display:none;
}

#pbmc {
position: absolute;
left: 50%;
display: block;
width: 170px; height: 25px;
background: url(/mcdatafiles/images/pbmc.png) 0 -50px no-repeat;
margin-left: -85px;
text-decoration: none;
text-indent: -9999em;
}

#pbmc:hover {background-position: -170px -50px;}



/* ---------- MAIN MENU ---------- */

#topNavContainer {background: #4593ec url(../images/topnav-frame.png) -10px; height: 70px; z-index: 99;}

/********** ESSENTIAL STYLES **********/

.sf-menu, .sf-menu * {
    margin:         0;
    padding:        0;
    list-style:     none;
        z-index: 99;
}

.sf-menu ul {
    position:       absolute;
    top:            -999em;
    width:          17em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
    width:          100%;
}
.sf-menu li:hover {
    visibility:     inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
    float:          left;
    position:       relative;
        z-index: 99;
}
.sf-menu a, .sf-menu .separator {
    display:        block;
    position:       relative;
}
.sf-menu li:hover ul {
    left:           0;
    top:            50px; /* match top ul list item height */
    z-index:        99;
}
ul.sf-menu li:hover li ul {
    top:            -999em;
}
ul.sf-menu li li:hover ul {
    left:           17em; /* match ul width */
    top:            0;
}
ul.sf-menu li li:hover li ul {
    top:            -999em;
}
ul.sf-menu li li li:hover ul {
    left:           17em; /* match ul width */
    top:            0;
}

/********** CUSTOM SKIN **********/

.sf-menu {
    position: relative;
    top: 10px;
    float:          left;
}

/***** 1st Level *****/

.sf-menu a, .sf-menu .separator {
    text-decoration:none;
    border: 0;
}

.sf-menu > li:hover, .sf-menu > li:hover > a {
}

/***** 2nd Level *****/

.sf-menu li ul {
    -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.8);
    box-shadow: 0px 2px 5px rgba(0,0,0,0.8);
}

.sf-menu ul li a, .sf-menu ul li .separator {
}

.sf-menu ul li a:hover {}


/***** If necessary, special attention to the first item *****/

.sf-menu li:first-child a {}
.sf-menu > li:first-child {}
.sf-menu > li:first-child:hover {} /* If you specify first-child to treat the first item, then you must get specific on the hover */

/********** CENTERS THE HORIZONTAL MENU **********/

#topNavContainer {text-align: center;}

.sf-menu {
    float: none;
    display: inline-block;
    margin: 0 auto;
    *display: inline;
    *zoom: 1;
}

.sf-menu a, .sf-menu .separator {text-align: left;}

/********** ///CENTERS THE HORIZONTAL MENU **********/


/* ---------- VERTICAL MENU ---------- */

/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/

.sf-vertical, .sf-vertical li {
    width:  199px;
}

.sf-vertical {
    z-index: 90;
    top: 0;
}


/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */

.sf-vertical li:hover ul {
    left:   199px; /* match ul width */
    top:    0;
}

.sf-vertical {
    background: none;
    position:relative;
    padding: 0px 0;
}
/***1st Level***/
.sf-vertical li {border-top: 1px solid #E6E6E6;}
.sf-vertical li:first-child {border: 0;}
.sf-vertical li a, .sf-vertical li .separator {
    background: none; 
    padding: 6px 10px;
    margin: 0; 
    color: white;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:16px;
    font-weight:normal;
    height:auto;
    line-height:18px;
    min-height: 18px;
}

.sf-vertical li:hover .separator, .sf-vertical li:hover a {background: #596C87;}

/***2nd Level***/
.sf-vertical li:hover ul {top: -1px;}
.sf-vertical li:hover ul li {border: 1px solid #3E4C5F; border-top: 0;}
.sf-vertical li:hover ul li:first-child {border-top: 1px solid #4c4300;}
.sf-vertical li:hover ul li a{
    background:white;
    color:#4B4300;
    font-size: 85%
}

.sf-vertical li:hover ul li:hover a, .sf-vertical li:hover ul li:hover .separator {
background:#596C87;
color:white;
}



/* ---------- VERTICAL MENU TREE STYLE ---------- */

.tree {
    background: #4593ec;
    padding: 10px 0;
    margin: 0;
    list-style-type: none;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    behavior: url(templates/mc01-jt/PIE.htc);
}

.tree li {margin: 0; padding: 0; list-style-type: none; width: 190px;}

.tree li a, .tree li .separator {
    text-indent: 10px;
    color: white;
    text-decoration: none;
    display: block;
    height: 30px;
    line-height: 30px;
    border-top: 1px solid white;
}

.tree > li:first-child > a {border: 0;}

.tree li a:hover {background: black;}

.tree ul, .tree ul li {margin: 0; padding: 0;}

.tree ul li a {
    font-size: 80%;
    text-indent: 25px;
    background: #555;
}

.tree ul ul li a {
    text-indent: 40px;
    background: #333;
}

/* ---------- /VERTICAL MENU TREE STYLE ---------- */





/*-- BEGINNING OF SIDE BAR DEFINITIONS --*/

#leftBar .moduletable, #rightBar .moduletable {width: 170px; margin: 10px 0;}

.moduletable, .moduletableCrumbs {
    width: 190px;
    background: #f4f4f8;
    width: 170px;
    padding: 10px;
    margin-bottom: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
    behavior: url(templates/mc01-jt/PIE.htc);
    position: relative; /* To make CSS3PIE'd elements NOT disappear behind everything in (you guessed it) IE */
}

.moduletableCrumbs {
    width: auto;
    background: #f4f4f8;
    font-size: 11px;
    color: #000;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.moduletable .moduletable {    /* Some mods have this class repeated inside them, this prevents double brdrs/bkgs. */
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.moduletable input {
    margin-bottom: 10px;
}

.moduletable ul {list-style-type: none; margin: 0;}

.moduletable h3 {margin: 5px 0;}

.sideMenu {
    padding: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
    width: 190px;
}

#sponsors-bottom .moduletable {
    margin: 0;
    width: auto;
    background: transparent;
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    text-align: center;
}
    


/* ---------- LOGIN ---------- */

#form-login label {font-weight: bold; color: #000;}
#form-login input.inputbox {width: 99%; padding: 5px 0;}
#form-login input.inputbox:focus {background: #f4f4f8; color: #000;}
#form-login #modlgn_remember {width: auto;}
#form-login input.button {width: 100px; color: #000;}
#form-login input.button:hover {width: 100px; color: black;}

/* ---------- CATEGORY BLOG LAYOUT ---------- */

div.componentheading {
font-weight: bold;
font-size: 14px;
margin: 20px 0;
border-bottom: 2px solid #f4f4f8;
padding-bottom: 10px;
color: #455469;
}

td.article_column {padding: 0 10px 0 0;}
/*td.article_column table {margin: 0 10px;}*/

td.column_separator {border-left: 2px solid #f4f4f8; padding: 0 0 0 10px !important;}   /* This inherits padding from the article_column element, must be reset with !important */

table.blog span.article_separator {display: block; height: 2px; background: #f4f4f8; margin: 10px 0 0px;}

td.createdate {color: #888; font-size: 11px;}
td.modifydate {color: #aaa; font-size: 11px; padding-bottom: 5px;}

div.blog_more {margin: 20px 0;}
div.blog_more strong {color: #306272; font: bold 14px Arial, sans-serif;}
div.blog_more ul {margin: 0 40px;}

table.blog td.contentheading {padding: 10px 0;}
td.article_column ul {display: none;}
td.article_column td.contentheading {font-size: 14px; margin-bottom: 19px;}

table.blog table table img.tooBig {width: 100%; *width: 240px;} /* This allows me to target large images in a blog/frontpage layout, inside columns, and forcing their width play nice. Fails in IE7, so I chose a safe width as fallback. */
                                  
table.blog table table img.hideFromBlog {display: none;} /* Similar to above. You can guess it's purpose. */

/* ---------- CATEGORY LIST ---------- */

td.sectiontableheader {text-align: left; padding: 5px;}

td.sectiontableheader a img {margin-left: 10px; position: relative; top: 2px;}

tr.sectiontableentry1 td, tr.sectiontableentry2 td {
padding: 5px;
border: 1px solid #d0d0d0;
text-align: left;
font-size: 9px;
}

tr.sectiontableentry1 a, tr.sectiontableentry2 a {font-size: 13px;}

tr.sectiontableentry1 td {background: #f6f6f9;} /* TD needed for bg color in IE7 */
tr.sectiontableentry2 {}

td.contentdescription {width: 100%;} /* Needed to fill the available space in IE8 */

/* ---------- ARCHIVE LIST ---------- */

#archive-list {margin: 40px 0 0 0;}
#archive-list li.row1 {padding: 20px 10px;}
#archive-list li.row2 {background: #f6f6f9; padding: 20px 10px;}

#archive-list h4 {margin: 0;}

#archive-list h5.metadata {margin: 0; font-size: 13px; font-weight: normal; color: #aaa;}
#archive-list h5 span.created-date {margin-right: 20px;}
#archive-list h5 span.author {float: right;}
#archive-list div.intro {margin-top: 20px;}

/* ---------- HOME PAGE ---------- */

/* ---------- MAIN COLORS | blue: #4593ec, subtleGray: #f4f4f8, tan: #455469 ---------- */

#customFooter p.p1
    {
    margin:25px 0 0 30px;
    padding:0;
    width:250px;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:10px;
    line-height:12px;
    color:#c8bf7d;
    text-align:left;
    float:left;
    }

    
#footer p.p2
    {
    margin:55px 30px 0 0;
    padding:0;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:10px;
    line-height:12px;
    color:#c8bf7d;
    text-align:right;
    float:right;
    }
    
#footer p span
    {
    color:#FFFFFF;
    }
    
#footer a:link, #footer a:visited
    {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:10px;
    line-height:12px;
    color:#c8bf7d;
    text-decoration:underline;
    }
    
#footer a:hover, #footer a:active
    {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:10px;
    line-height:12px;
    color:#c8bf7d;
    text-decoration:none;
    }

#footerFlashWrapper {
width: 299px; height: 110px;
position: absolute;
bottom: 0;
right: 5px;
background: white url(/assets/media/mecc-img-footerflashbkg.jpg);
}

#footerFlashWrapper h3 {color: #201F65; position: relative; top: 0px; font-size:12px; text-align:center;}

#footerFlash {
position: absolute;
bottom: 10px;
left: 35px;
}

#footerCopyright {
bottom:5px;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:10px;
left:289px;
line-height:12px;
position:absolute;
}


/* --- site search & member (quick) search --- */
.moduletable-search.mc-search, .moduletable-search.mc-quicksearch {
    overflow: hidden; 
    width: 220px; 
    position: absolute; 
    top: 20px; 
    right: 20px; 
}

.moduletable-search.mc-search div, .moduletable-search.mc-quicksearch div {
    background: white;
    overflow: hidden;
    border: 1px solid #bbb;
    height: 28px;
    border-radius: 4px;
    box-shadow: 0px 1px 1px black inset;
    position: relative;
}
.moduletable-search.mc-search .inputbox-search, .moduletable-search.mc-quicksearch .inputbox-search {
    padding: 0px 0px 0px 3px;
    margin: 5px 0px 0px;
    border: 0;
    width: 68%; height: 20px;
    line-height: 20px;
    float: left;
    background: transparent !important; /* IE7 needs this if you don't want a background at all */
}
.moduletable-search.mc-search a, .moduletable-search.mc-quicksearch a {
    display: block;
    width: 26%; height: 20px;
    text-align: center;
    line-height: 20px;
    background: #333 url(/jmc-assets/gloss/20.png) bottom repeat-x;
    color: white;
    font-size: 11px;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.7);
    border-radius: 3px;
    position: absolute; right: 5px; top: 5px;
    text-decoration: none;
}
.moduletable-search.mc-search a:hover, .moduletable-search.mc-quicksearch a:hover {background: black;}