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: 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 {list-style-type: disc;}

ol {list-style-type: decimal;}

ul, ol {margin: 10px 0 10px 40px;}

ul li, ol li {line-height: 1.2em; margin: 0 0 10px 0;}

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;}

table.contentpaneopen table.borderless td {border: 0;}

blockquote {padding: 5px 40px; background: #f3f3f3; border: 1px solid #e3e3e3; border-bottom-color: #d3d3d3;}



/* ---------- TYPOGRAPHY ---------- */

body {
	font: 14px/1.2em Helvetica, Arial, sans-serif;
        color: #3c4854;
}

h1, td.contentheading {
font-weight: bold;
font-size: 26px;
color: #013c76;
padding: 0 0 20px 0;
line-height: 1.2em;
}

h2 {
font-size: 18px;
color: #536475;
margin: 30px 0 10px;
}

h3 {
text-transform: uppercase;
font-size: 14px;
color: #bda17d;
margin: 30px 0 10px;
}

h4 {
margin: 30px 0 10px;
}

h5 {
color: #000;
margin: 30px 0 10px;
}

h6 {
color: #000;
margin: 30px 0 10px;
}

p {
margin: 0 0 10px 0;
}

a, a:visited {
color: #2362ab;
text-decoration: underline;
}

a:hover, a:active {
color: #bda17d;
text-decoration: underline;
}




/* ---------- 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: #ccc url(../images/site-bkg.png) 0 -210px fixed;}

#siteWrap {width: 1004px; margin: 0 auto;}

#header {
    background: url(../images/header-bkg.png) top no-repeat;
    padding: 10px 32px 0;
    margin: 10px 0 0 0;
    position: relative;
    min-height: 150px;
    z-index: 10;
}

#footer {
    background: transparent url(../images/footer-bkg.png) bottom no-repeat;
    /*height: 50px;*/
    margin: 0;
    position: relative;
    color: #536475;
    font-size: 12px;
    clear: both;
    padding: 0 22px 25px;
}

#middleSection {background: url(../images/mid-bkg.png) repeat-y; width: 960px; padding: 0 22px;
/*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 {width: 770px;}
#l-mid #contentWrap {float: left;}

#contentPadding {padding: 10px;}

#leftBar {
    float: left;
    width: 190px;
}

#rightBar {
    float: right;
    width: 190px;
}



/* ---------- HEADER ---------- */

#header-left {float: left; z-index: 11;}

#header-right {float: right; z-index: 11;}

#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: #4492ea 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: 900px; height: 40px;
    background: url(../images/footer-plate.png) no-repeat;
    padding: 25px 30px;
    overflow: hidden;
}

#footerPlate p {margin: 0;}
#footerPlate a, #footerPlate a:visited {color: #536475;}
#ftrCopy {text-align: center; position: relative; top: 15px;}
#ftrLeft {float: left; position: relative; top: -20px;}
#ftrRight {float: right; text-align: right; position: relative; top: -20px;}

/* ---------- POWERED BY MC ---------- */

#pbmcWrap {
    width: 100%;
    position: relative;
    top: -18px;
    margin-bottom: 40px;
}

#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;
         padding: 0 20px;
         height: 50px;
         border: 0;
         line-height: 50px;
         background: url(../images/topnav-sep.png) no-repeat right;
         color: white;
}

.sf-menu > li:hover, .sf-menu > li:hover > a {
        background: black url(../images/topnav-sep.png);
}

/***** 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);
    behavior: url(templates/mc01-jt/PIE.htc);
}

.sf-menu ul li a, .sf-menu ul li .separator {
    background: black;
    height: 30px;
    line-height: 30px;
    font-size: 85%;
}

.sf-menu ul li a:hover {background: #4593ec;}


/***** If necessary, special attention to the first item *****/

.sf-menu li:first-child a {}
.sf-menu > li:first-child {background: url(../images/topnav-sep.png) no-repeat;}
.sf-menu > li:first-child:hover {background: black url(../images/topnav-sep.png);} /* 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:	190px;
}

.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:	190px; /* match ul width */
	top:	0;
}

.sf-vertical li, .sf-vertical > li:first-child, .sf-vertical li a, .sf-vertical li .separator {background: none; padding: 0; margin: 0; height: 30px; line-height: 30px;}
    
.sf-vertical {
    background: #4593ec;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    behavior: url(templates/mc01-jt/PIE.htc);
    padding: 10px 0;
}

.sf-vertical li a, .sf-vertical li .separator {
    text-indent: 10px;
    border-top: 1px solid white;
}

.sf-vertical > li:first-child > a {border: 0;}

.sf-vertical li:hover, .sf-vertical li:hover a {background: black;}
.sf-vertical > li:first-child:hover {background: black;}




/* ---------- 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: #88889f;
    -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: #455560;}
#form-login input.inputbox {width: 99%; padding: 5px 0;}
#form-login input.inputbox:focus {background: #f4f4f8; color: #4593ec;}
#form-login #modlgn_remember {width: auto;}
#form-login input.button {width: 100px; color: #455560;}
#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: #bda17d;
}

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: #bda17d ---------- */