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: 13px 0 13px 40px;}

ul li, ol li {line-height: 1.2em; margin: 0;}

ul li {
	list-style-image: url(../images/network-dot.jpg);
}

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; 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.pagenav th {background: transparent;}
table.contentpaneopen table.pagenav td {border: 0;}

blockquote {padding: 20px; margin: 20px; background: #f3f3f3; border: 1px solid #e3e3e3; border-bottom-color: #d3d3d3;}
blockquote p {margin: 5px 0;}



/* ---------- TYPOGRAPHY ---------- */

body {
	font: 13px Arial, Helvetica, sans-serif;
        color: #000;
}

h1, td.contentheading {
font-weight: bold;
font-size: 32px;
color: #292E7F;
padding: 0;
margin: 0 0 0 10px;
font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

h2 {
font-size: 18px;
font-weight: bold;
color: #3853A4;
margin: 5px 0 0 10px;
}

h3 {
font-size: 18px;
font-weight: bold;
color: #000;
margin: 5px 0 0 10px;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
margin: 5px 0 5px 10px;
}

h5 {
color: #000;
font-size: 18px;
font-weight: bold;
margin: 5px 0 0 0;
background: #CDCDE6;
text-indent: 5px;
}

h6 {
color: #292E7F;
font-size: 18px;
font-weight: bold;
margin: 10px 0 10px 0;
text-align: center;
}

p {
margin: 5px 10px 0 10px;
line-height: 17px;
}

a, a:visited {
color: #292E7F;
text-decoration: underline;
}

a:hover, a:active {
color: #3853a4;
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: #cdcde7;}

#siteWrap {width: 992px; margin: 0 auto;}

#header {
    background: url(../images/header-bg.jpg) no-repeat;
    padding: 0;
    margin: 0;
    position: relative;
    height: 138px;
    z-index: 10;
}

#footer {
    background: url(https://rhi.memberclicks.net/assets/site/footer-bg.png) no-repeat;
    height: 234px;
    margin: 0;
    position: relative;
color: #292E7F;
    clear: both;
    padding: 0;
}

#middleSection {background: url(../images/middleSection-bg.gif) repeat-y; padding: 0; clear: both; min-height: 600px;
/*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. */
}

#breadCrumbBox {
	height: 16px;
	background: url(../images/breadCrumbBox-bg.gif) no-repeat;
	padding: 3px 5px 0 5px;
	width: 982px;
}
.breadcrumbs {
font-size: 11px;
}

#contentWrap {
	width: 100%;
}

#l-mid #contentWrap {float: left;}

#contentPadding {padding: 0px 11px 0px 5px;}

/*#leftBar {
    float: left;
    width: 168px;
	margin: 0 0 10px 5px;
}*/

/* ---------- HEADER ---------- */

#header p {margin: 0;}

#google-search-wrap {
	position: absolute; top: 143px; left: 764px;
}

.google-search-bg {
	display: block;
	width: 167px; height: 20px; line-height: 20px;
	background: url(../images/goog-search-bg.gif) no-repeat;
	border: none;
	text-indent: 8px;
	font-size: 13px;
	color: #333;
	float: left;
}

.google-search-button {
	display: block;
	height: 20px;
	width: 56px;
	float: left;
	margin: 0 0 0 1px;
	background: url(../images/goog-search-button.jpg) no-repeat;
	text-indent: -9999em;
}



/* ---------- FOOTER ---------- */

#footer p {margin: 0; padding: 0;}

#footerPlate {}

#footerPlate p {
	margin: 0;
	color: #292E7F;
	font-weight: bold;
}
#footerPlate a, #footerPlate a:visited {}
#footerPlate a:hover, #footerPlate a:active {}

#ftrTop {text-align: center; position: relative; top: 23px; font-size: 19px;}
#ftrBot {text-align: center; position: relative; top: 28px; font-size: 13px;}

/* ---------- POWERED BY MC ---------- */

#pbmcWrap {
    width: 100%;
    position: relative;
    top: -42px;
}

#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: url(../images/topNav-bg.gif) repeat-x; height: 31px; z-index: 99; padding: 0 240px 0 1px; width: 750px;}

/********** 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:			31px; /* 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 16px;
         height: 31px;
         border: 0;
         line-height: 31px;
         color: #000;
		 font-size: 13px;
		 font-weight: bold;
}

.sf-menu > li:hover > a, .sf-menu > li:hover > .separator {
      background: #c0c0c0;
		color: #6d1428;
}



/***** 2nd Level *****/

.sf-menu li:hover ul {}

.sf-menu li:hover ul li a, .sf-menu li:hover ul li .separator {
    background: #c0c0c0;
    height: 30px;
    line-height: 30px;
    font-size: 85%;
	color: #6d1428;
font-weight: normal;
}

.sf-menu li:hover ul li:hover a, .sf-menu li:hover ul li:hover .separator {background: #a0a0a0; color: #6d1428;}

.sf-menu li:hover ul li:hover ul li:hover a, .sf-menu li:hover ul li:hover ul li:hover .separator {background-color: #666; color: #fff;}

/***** If necessary, special attention to the first item *****/

/* Normally wouldn't set the background on the LI - this is a special case to get the left-most separator image. */
.sf-menu > li:first-child {}
.sf-menu > li:first-child a {}
/* If you specify first-child to treat the first item, then you must get specific on the hover */
.sf-menu > li:first-child:hover > a {}

/********** 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:	168px;
}

.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:	168px; /* 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: 27px;
	line-height: 27px;
}
    
.sf-vertical {
    background: #cdcde6;
    padding: 0;
}


.sf-vertical li a, .sf-vertical li .separator {
    text-indent: 11px;
	background: url(../images/sideNav-bg.gif) no-repeat;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
}

.sf-vertical > li:first-child > a {}

.sf-vertical li:hover, .sf-vertical li:hover a {background: url(../images/sideNav-bg.gif) 0 -27px; color: #fff;}
.sf-vertical > li:first-child:hover {}


/*
.sf-vertical li.parent a {background: url(../images/sideNav-parent-arrow.gif) no-repeat;}
.sf-vertical li.parent:hover a {background: url(../images/sideNav-parent-arrow.gif) 0 -27px; color: #fff;}
*/

/* -- 2nd level -- */
.sf-vertical li ul {border-left: 1px solid #fff;}
.sf-vertical li ul li {border-bottom: 1px solid #fff;}
    .sf-vertical li:hover li a {
		height: 24px;
		line-height: 24px;
		font-size: 10px;
		font-weight: normal;
text-transform: none;
font-variant: normal;
		background: #cdcde6 !important;
		color: #000 !important;
		text-align: left;
		text-indent: 10px;
}
    .sf-vertical li:hover li:hover a {background: #292e7f !important; color: #fff !important;}

/* -- 3rd level -- */
.sf-vertical li:hover li:hover li {margin-left: 0px;}
.sf-vertical li:hover li:hover li a {background-color: #cdcde6 !important; color: #000 !important;}
.sf-vertical li:hover li:hover li:hover a {background-color: #292e7f !important; color: #fff !important;}


/* ---------- 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: #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;}*/ /* 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;}











#leftBar .moduletable .bannergroup .banneritem {
	width: 170px;
	height: 130px;
	display: block;
	margin-bottom: 15px;
}