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. */
}

td {padding: 0;} /* TDs have a 1px padding by default. */

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 ---------- */

hr {border: 0; background: #ddd; height: 2px; margin: 30px 0;}

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;}

span.article_separator {display: none;} /* Prevents a 15px space at the bottom of single articles. Blog separators are reset below. */

table.contentpaneopen {width: 100%;}

table.contentpaneopen td {padding: 0;}

table.contentpaneopen {width: 100%;}
table.contentpaneopen table td {padding: 10px;}
/*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.pagenav th {background: transparent;}
table.contentpaneopen table.pagenav td {border: 0;}

blockquote {padding: 5px 40px; }



/* ---------- TYPOGRAPHY ---------- */

body {
	font: 12px Arial, sans-serif;
        color: #6c6c6c;
}

h1, td.contentheading {
font-weight: bold;
font-size: 26px;
color: #0a92d0;
padding: 0 0 20px 0;
line-height: 1.2em;
}

h2 {
font-size: 18px;
color: #0a92d0;
margin: 30px 0 10px;
}

h3 {
text-transform: uppercase;
font-size: 14px;
color: #000;
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: #0a92d0;
text-decoration: underline;
}

a:hover, a:active {
color: #0a92d0;
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: 0;}
.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;}

#siteWrap {width: 1004px; margin: 0 auto;}

#header {
    background: url(/assets/site/header-bkg.png) top no-repeat;
    padding: 12px 12px 0;
    margin: 10px 0 0 0;
    position: relative;
    height: 100px;
    z-index: 10;
}

#footer {
    background: transparent url(/assets/site/footer-bkg.png) bottom no-repeat;
    /*height: 50px;*/
    margin: 0;
    position: relative;
    color: #000;
    font-size: 12px;
    clear: both;
    padding: 0 12px 13px;
}

#middleSection {background: url(/assets/site/mid-bkg.png) repeat-y; width: 960px; padding: 0 22px;
position: relative;
/*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: 760px;}
#l-mid #contentWrap {float: left;}

#contentPadding {padding: 30px 10px 10px;}

#leftBar {
    float: left;
    width: 200px;
    background: url(/assets/site/side.gif) no-repeat;
    min-height: 620px; margin-left: -10px; margin-top: -11px;
}

#rightBar {
    float: right;
    width: 190px;
    margin-bottom: 10px;
}



/* ---------- HEADER ---------- */

#header-left img {max-width: 980px;}

/* --- If you use these corners, remember to comment out the min-height of the header or adjust these bottom positions --- */
/* --- Comment out the corners you don't need --- */ /* --- *bottom: 3px is for an IE7 bug  --- */

/*
#header div.top-left {background: transparent url(../images/corner-white-tl.png); width: 10px; height: 10px; position: absolute; top: 16px; left: 22px;}
#header div.top-right {background: transparent url(../images/corner-white-tr.png); width: 10px; height: 10px; position: absolute; top: 16px; right: 22px;}
#header div.bot-right {background: transparent url(../images/corner-white-br.png); width: 10px; height: 10px; position: absolute; bottom: 0px; right: 22px; *bottom: 3px;}
#header div.bot-left {background: transparent url(../images/corner-white-bl.png); width: 10px; height: 10px; position: absolute; bottom: 0px; left: 22px; *bottom: 3px;}
 */

#header-left {float: left; z-index: 11; max-width: 960px;}

#header-right {height: 0; width: 0;}

#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; position: relative; width: 100%; margin: 0;}

#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; width: 150px; overflow: hidden; }

#header-right .moduletable #form-login-remember label {float: left; margin-top: 3px;}

#header-right .moduletable #modlgn_remember {float: left; margin-left: 10px;}

#header-right .moduletable input.button {position: absolute; right: 0; top: 64px;}

#header-right .moduletable #form-login a {}

#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 {
    float: left; color: #777; text-decoration: none; font-size: 10px; position: relative; top: 6px;

}

#mcSimpleLogin:hover, #mcSimpleLogin:active {

}





/* ---------- FOOTER ---------- */

#footerPlate {
    width: 980px; height: 35px;
    background: #fff;
    padding: 0;
    overflow: hidden; text-align: center; border-top: 1px solid #000;
}

#footerPlate p {margin: 0;}
#footerPlate a, #footerPlate a:visited {color: #536475;}
#ftrCopy {text-align: center; position: relative; top: 10px;}
#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: -10px;
    margin-bottom: 40px;
}

#pbmc {
position: absolute;
left: 50%;
display: block;
width: 170px; height: 25px;
background: url(https://data.memberclicks.com/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:			14em; /* 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: #bbb; color: #999;
}

/***** 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: #000; color: #fff;
    height: 25px;
    line-height: 25px;
    font-size: 85%; border: 1px solid #0193cf;
}

.sf-menu ul li a:hover {background: #0193cf;}


/***** 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:	180px;
}

.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:	180px; /* 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: 25px; line-height: 25px;}
    
.sf-vertical {
    padding: 10px 0 0 0;
}

.sf-vertical li a, .sf-vertical li .separator {
    text-indent: 10px; color: #000; font-size:13px;
    
}

.sf-vertical li a:hover, .sf-vertical li .separator:hover { color: #999;}

.sf-vertical > li:first-child > a {border: 0;}

.sf-vertical li ul li a:hover, .sf-vertical li ul li .separator:hover {background: #0193cf; color: white;}






/* ---------- VERTICAL MENU TREE STYLE ---------- */

.tree {
    background: #4593ec;
    padding: 10px 0;
    width: 190px;
    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;}

/*.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 {width: 50%; margin: 0 auto;}
#form-login label {font-weight: bold; color: #455560;}
#form-login input.inputbox {width: 100%; 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: #72777D;
}

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;}*/ /* This was used for IE - not anymore. It remains here only for clarity and will be removed in the future. Some lists may still cause problems in a certain columned views in IE. */
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 */


/* ---------- POLL RESULTS ---------- */

form#poll {margin: 0 auto; width: 60%; margin: 0; width: auto;}

form#poll select#id {width: auto !important; margin: 0 0 20px 20px;}

form#poll table.pollstableborder {width: 100%;}

form#poll table.pollstableborder th {padding-bottom: 10px;}

form#poll tr.sectiontableentry0 td, form#poll tr.sectiontableentry1 td {
    border: 0;
    background: none;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
    padding: 5px;
    font-weight: normal;
}

form#poll tr.sectiontableentry0 td {background: #f6f6f6;}

form#poll tr.sectiontableentry0 td:first-child, form#poll tr.sectiontableentry1 td:first-child {font-size: 14px; font-weight: bold; color: #333; width: 10px;}

form#poll tr strong {color: #333;}

form#poll table.poll table.pollstableborder {width: auto;}

form#poll table.poll table.pollstableborder td {padding: 5px;}


/* ---------- 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 ---------- */

/****Member Quick Search ***/

.moduletable-quickSearch {margin: 0; padding: 0; width: 280px; float: right;}
.moduletable-quickSearch h3 {margin: 0; padding: 0; font-size:10px; line-height: 10px; 
font-weight: normal; text-align: right; color: #777; position: relative; top: 6px; left: 0; 
width: 110px; display: block; float: left; text-transform: capitalize;}
#memberQuickSearch {}
#memberQuickSearch input {height: 14px; width: 130px; position: relative; left: 0; top: 0;
padding: 1px; margin: 0px 4px; float: left; font-size: 12px; line-height: 12px;}
#memberQuickSearch a {text-indent: -9999em; display: block; 
background: url(http://s3.memberclicks.com/images/go.gif) 0px 0px no-repeat; 
width: 26px; height: 14px; float: left; position: relative; top: 3px; margin: 0; padding: 0;}

#breadCrumbBox {width: 750px; position: absolute; left: 230px; padding-top: 5px;}


table.contentpaneopen table.td-border td {border: 1px solid white;}

table.contentpaneopen table.td-border table td {border: 0;}


table.contentpaneopen table.td-home-border td {padding: 0; border: 1px solid #0193cf; }

table.contentpaneopen table.td-home-border table td {border: 0; padding: 5px; }


/***END****/