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;a
}
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;}

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: 4px; /* 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: #87796a; 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 Karla, Arial, Helvetica, sans-serif;
        color: #4d473d;
}

h1, td.contentheading {
font-weight: normal;
font-size: 20px;
font-family: Bitter, Georgia, "Times New Roman", Times, serif;
color: #05b0a1;
font-style: italic;
padding: 0 0 20px 0;
}

h2 {
font-weight: normal;
font-size: 16px;
font-family: Bitter, Georgia, "Times New Roman", Times, serif;
color: #05b0a1;
font-style: italic;
padding: 0 0 20px 0;
}

h3 {
font-weight: bold;
font-size: 14px;
font-family: Bitter, Georgia, "Times New Roman", Times, serif;
color: #05b0a1;
font-style: italic;
padding: 0 0 20px 0;
}

h4 {
font-weight: bold;
font-size: 14px;
font-family: Bitter, Georgia, "Times New Roman", Times, serif;
color: #87796a;
font-style: italic;
padding: 0 0 20px 0;
}

h5 {
font-weight: bold;
font-size: 20px;
line-height: 20px;
font-family: Bitter, Georgia, "Times New Roman", Times, serif;
color: #05b0a1;
font-style: italic;
padding: 0 0 10px 0;
}

h6 {
font-weight: bold;
font-size: 13px;
font-family: Bitter, Georgia, "Times New Roman", Times, serif;
color: #87796a;
font-style: italic;
padding: 0 0 10px 0;
}

p {
margin: 0 0 15px 0;
line-height: 18px;
}

a, a:visited {
color: #ec891d;
text-decoration: none;
font-weight: bold;
}

a:hover, a:active {
color: #ec891d;
text-decoration: underline;
font-weight: bold;
}




/* ---------- 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: #fff url(../images/site-bg-tile.gif) repeat-x;}

#siteWrap {width: 1024px; margin: 0 auto;}

#header {
    padding: 0;
    margin: 0;
    position: relative;
    height: 132px;
    z-index: 10;
}

#above-footer-box {
	display: block;
	height: 204px;
/*	background: url(../images/above-footer-links-bg-tile.gif) repeat-x;  */
	background: #998c7d;
	margin: 8px 0 0;
}

#above-footer-box-inner {
	display: block;
	width: 1024px; height: 163px;
	padding: 41px 0 0 0;
	background: url(../images/above-footer-links-bg.gif) repeat-y;
	position: relative;
	margin: 0 auto;
}

#footer {
    background: url(../images/footer-bg-tile.gif) repeat-x;
    height: 47px;
    margin: 0;
    position: relative;
    clear: both;
    padding: 0;
}

#middleSection {background: #fff; padding: 0; min-height: 465px;
/*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 {}
#contentPadding {}

#r-mid #contentWrap {width: 776px; margin: 0 33px 33px 0;}
._home #r-mid #contentWrap {width: 1024px; margin: 0;}
#r-mid #contentWrap #contentPadding {}

#rightBar {
    float: right;
    width: 215px;
    margin: 0;
}

#rightBar .moduletable {
    margin: 20px 0 0 0;
}
#rightBar h3 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #05b0a1;
	font-size: 16px;
	text-indent: 3px;
	border-bottom: 2px solid #cdc4bd;
	padding-bottom: 7px;
	margin-bottom: 10px;
	text-transform: none;
}
#rightBar p {
	padding: 0 3px;
}


#rightBar .helpful-links {}
#rightBar .helpful-links ul {
	list-style-type: none;
	margin: 0 0 0 3px;
}
#rightBar .helpful-links ul li {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	height: 19px;
	display: block;
}
#rightBar .helpful-links ul li a:link, #rightBar .helpful-links ul li a:visited {color: #9d9082; text-decoration: none; font-weight: normal;}
#rightBar .helpful-links ul li a:hover, #rightBar .helpful-links ul li a:active {color: #ec891d; text-decoration: none; font-weight: bold;}


/* ---------- HEADER ---------- */

#header p {margin: 0;}
/*
#loginoutBox {
    position: absolute;
    left: 755px; top: 167px;
    z-index: 555;
}

#loginoutBox a {
    display: block;
    width: 68px; height: 23px; line-height: 23px;
    font-size: 12px;
font-weight: bold;
    text-align: center; color: #357d18;
text-decoration: none;
}

#loginoutBox a:hover {color: #123e00; text-decoration: none;}
*/

#hdrLogoLink {
    display: block;
    width: 340px; height: 120px;
    text-indent: -9999em;
    position: absolute;
    left: 18px; top: 18px;
	background: transparent url(../images/hdr_logo.png) no-repeat;
}

/*- Search in Header -*/

.siteSearch .inputbox {
    display: block;
    width: 117px; height: 16px; line-height: 16px;
    background: url(../images/search-bg.gif) no-repeat;
    border: none;
    text-indent: 7px;
    font-size: 10px;
	font-style: italic;
    color: #87796a;
    padding: 0 7px 0 0;
    position: absolute;
    top: 5px; left: 870px;
	font-family: Georgia, "Times New Roman", Times, serif;
z-index: 1;
}

.siteSearch a.button {
	display: block;
	width: 20px; height: 16px;
	background: url(../images/search-button.gif) no-repeat;
	text-indent: -9999em;
	position: absolute;
	top: 5px; left: 994px;
z-index: 1;
}

.highlight, .searchintro b { /* - result page highlight text - */
    background: #ec8a1d;
    color: #fff;
    margin: 1px; 
    padding: 2px;
}
fieldset { /* - result page individual items - */
    margin: 10px 0;
    padding: 10px;
    background: #fff;
} 
.small {font-weight: bold;} /* - result page numbers in front of results - */
fieldset div a, fieldset div a:visited {color: #ec891d; text-decoration: none; font-weight: normal;} /* - result page links to results - */
fieldset div a:hover, fieldset div a:active {color: #ec891d; text-decoration: underline; font-weight: normal;} /* - result page links to results - */

.mc-result-title {margin: 0;}

/*--------------- HEADER NAV ----------------- */
.headerNav{
    color: #87796a;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    font-weight: normal;
    position:absolute;
    left: 417px;
    top: 0px;
	display: block;
    width: 443px;
	height: 25px;
    margin: 0;
	padding: 0 164px 0 0;
	background: url(../images/header-nav-bg.gif) repeat-x;
}

.headerNav li {
    float: left;
    list-style: none;
    padding: 0 6px 0 5px;
    margin: 0;
	height: 25px;
	line-height: 25px;
}

.headerNav li:first-child{
    border: 0;
}

.headerNav li a, .headerNav li a:visited {
    color: #87796a;
    text-decoration: none;
	font-weight: normal;
}

.headerNav li a:hover, .headerNav li a:active {
    text-decoration: none;
    color: #ec891d;
}


/*---------- ABOVE FOOTER BOX --------------*/

#above-footer-box-inner p {
	padding: 0;
	margin: 0;
	font-size: 11px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
#above-footer-box-inner p span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
#above-footer-box-inner p a:link, #above-footer-box-inner p a:visited {color: #fff; text-decoration: none; font-weight: normal;}
#above-footer-box-inner p a:hover, #above-footer-box-inner p a:active {color: #ded1c2; text-decoration: none; font-weight: normal;}

#afb-1 {position: absolute; top: 4px; left: 30px;}
#afb-2 {position: absolute; top: 4px; left: 190px;}
#afb-3 {position: absolute; top: 4px; left: 359px;}
#afb-4 {position: absolute; top: 4px; left: 525px;}
#afb-5 {position: absolute; top: 4px; left: 695px;}
#afb-6 {position: absolute; top: 4px; left: 855px;}


#share-icons-container {
	display: block;
	height: 15px;
	position: absolute;
	top: -33px; right: 248px;
}

#share-icons-container h3 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #05b0a1;
	font-size: 16px;
	padding: 0;
	margin: 0 10px 0 0;
	text-transform: none;
	float: left;
	line-height: 15px;
}

#share-icons-container img {
	margin: 0 10px 0 0;
	float: left;
}


/* ---------- FOOTER ---------- */
#footer p {margin: 0;}

#footerPlate {
	display: block;
	width: 1024px; height: 47px;
	margin: 0 auto;
}

#footerPlate p {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footerPlate a, #footerPlate a:visited {color: #fff; text-decoration: none; font-weight: normal;}
#footerPlate a:hover, #footerPlate a:active {color: #fff; text-decoration: underline; font-weight: normal;}

#ftrRight {float: right; position: relative; top: 25px; right: 17px;}


/* ---------- POWERED BY MC ---------- */

#pbmcWrap {
     position: relative;
     top: -30px;
     width: 100%;
display: none;
}

#pbmc {
     background: url("https://data.memberclicks.com/images/pbmc.png") no-repeat scroll 0 -50px transparent;
     display: block;
     height: 25px;
     left: 51%;
     margin-left: -85px;
     position: absolute;
     text-decoration: none;
     text-indent: -9999em;
     width: 170px;
}

#pbmc:hover {
     background-position: -170px -50px;
}



/* ---------- MAIN MENU ---------- */

#topNavContainer {
	height: 30px;
	width: 666px;
	position: absolute;
	top: 62px; left: 358px;
	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:			30px; /* 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;
font-family: Arial, Helvetica, sans-serif;
}

/***** 1st Level *****/

.sf-menu a, .sf-menu .separator {
	 text-decoration:none;
         padding: 0 9px 0 7px;
         height: 30px;
         border: 0;
         line-height: 30px;
         color: #fff;
		 font-size: 14px;
		 font-weight: bold;
		 background: url(../images/topNav-sep.gif) no-repeat top right;
		 text-shadow: 1px 1px 1px #555;
}

.sf-menu > li:hover > a, .sf-menu > li:hover > .separator {
		background: #5dbeb2 url(../images/topNav-sep.gif) no-repeat top right;
		color: #fff;
}

/*** parent active item ***/
.sf-menu li.parent.active {
	background: #998c7d url(../images/topNav-sep.gif) no-repeat top right;
	color: #fff;
}

/***** 2nd Level *****/

.sf-menu li:hover 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 li:hover ul li a, .sf-menu li:hover ul li .separator {
    background: #e6dfd9;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
	color: #87796a;
	font-weight: normal;
text-shadow: none;
}

.sf-menu li:hover ul li:hover a, .sf-menu li:hover ul li:hover .separator {background: #e6dfd9; color: #e57518;}


/***** 3rd Level ******/

.sf-menu li:hover li:hover ul li a, .sf-menu li:hover li:hover ul li .separator {color: #87796a;}

.sf-menu li:hover li:hover ul li:hover a {color: #e57518;}

/***** 4th Level *****/

.sf-menu li:hover li:hover li:hover ul li {display: none;}

/***** 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 TREE STYLE ---------- */

.tree {
    padding: 0;
    width: 215px;
    margin: 0;
    list-style-type: none;
    position: relative;
}

.tree li {
	margin: 0; padding: 0;
	list-style-type: none; width: 215px;
}

.tree li a, .tree li .separator {
    text-decoration: none;
    display: block;
	color: #9d9082;
	font-size: 12px;
	text-align: left;
	padding: 0;
	line-height: 19px;
}

.tree > li:first-child > a {}

.tree li:hover a, .tree li:hover .separator {color: #ec891d;}

.tree ul, .tree ul li {margin: 0; padding: 0;}



/* 2 */

.tree li ul li a, .tree li ul li .separator {}

.tree li ul li:hover a, .tree li ul li:hover .separator {
	color: #ec891d;
	font-weight: bold;
}


/* ---------- /VERTICAL MENU TREE STYLE ---------- */

/* ---------- SIDE KIDS MENU EXTRAS ---------- */



.tree li {}

.tree li.active, .tree li.active li {
	display: block;
}

.tree li.active a, .tree li.active .separator {  
/*	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #05b0a1;
	font-size: 16px;
	text-indent: 3px;
	border-bottom: 2px solid #cdc4bd;
	padding-bottom: 7px;
	margin-bottom: 10px;  */

	color: #ec891d;
	font-weight: bold;
	
}

.tree li.active li a, .tree li.active li .separator {
	text-align: left;
	font-weight: bold;
	color: #9d9082;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 0 25px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 19px;
	border: none;
}

.tree li.active li#current a, .tree li.active li#current .separator { 
	color: #ec891d;
	font-weight: bold;
}

.tree li.active:hover a, .tree li.active:hover .separator {
	cursor: default;
}
.tree li.active li:hover a, .tree li.active li:hover .separator {
	cursor: pointer;
}





/* ---------- 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: #61afe0;}
#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: #000;
}

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;}



/* ---------- BREAD CRUMBS ---------- */

#breadCrumbBox {
	height: 33px;
	line-height: 33px;
	margin: 0 0 12px 0;
	color: #ec8b21;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 2px;
	position: relative;
}
#breadCrumbBox a, #breadCrumbBox a:visited {color:#a39689; text-decoration: none; font-weight: normal;} 
#breadCrumbBox a:hover, #breadCrumbBox a:active {text-decoration:none; color: #ec8b21; font-weight: normal;} 
/* #breadCrumbBox .pathway {font-size:11px;} */




/* ---------- HOME PAGE ---------- */
._home #rightBar {display: none;}
._home #breadCrumbBox {display: none;}
._home #share-icons-container {display: none;}

#hp-container {
	position: relative;
}

#hp-topMod {
	background: url(../images/hp_topMod-bg.png) no-repeat;
	display: block;
	width: 595px; height: 76px;
	position: absolute;
	top: 5px; left: 214px;
}
#hp-topMod p {
	font-size: 15px;
	line-height: 22px;
	color: #87796a;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
}
#hp-topMod .learn-more {
	display: block;
	width: 60px; height: 15px;
	text-indent: -9999em;
	background: url(../images/hp-learn-more.jpg) no-repeat;
	float: right;
	position: relative;
	top: -6px; right: 16px;
}

#hp-slideshow-box {
	display: block;
	width: 530px; height: 270px;
	position: absolute;
	top: 114px; left: 44px;
}

#hp-botRightMod {
	display: block;
	width: 274px; height: 316px;
	background: url(../images/hp-botRightMod-bg.png);
	position: absolute;
	top: 114px; left: 657px;
	padding: 0px 19px 0px 39px;
	overflow: hidden;
}
#hp-botRightMod h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px #555;
	margin: 8px 0 30px 64px;
	padding: 0;
	text-transform: none;
	font-size: 16px;
}
#hp-botRightMod p {
	font-size: 12px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #87796a;
	margin: 0; padding: 0;
}
#hp-botRightMod p span {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #00a18d;
	font-size: 16px;
}
#hp-botRightMod p a {font-style: italic;}
#hp-botRightMod hr {
	height: 2px;
	background-color: #ccc2b8;
	margin: 9px 0;
	border: 0;
}
#hp-botRightMod .see-all {
	display: block;
	width: 37px; height: 14px;
	text-indent: -9999em;
	background: url(../images/hp-see-all.png) no-repeat;
	float: right;
	position: relative;
	top: 3px; right: -10px;
}



/* ------ home page slider client CSS --------- */

.pager-active { /* boxes below slider active states */
	background: #099;
	border: 3px solid white;
	display: inline-block;
	height: 35px;
	margin-left: -6px;
	margin-top: -5px;
	padding: 3px !important;
	position: relative;
	text-align: center;
	width: 90px;
}

/* ------ The next line is hiding the renew section in the profile --------- */
.profile-box.renewal {display: none;}


/* ------ THE END...--------- */