@charset "UTF-8";
/* CSS for Real Simple 10th Anniversary - Homepage */



/* ===========================================
         REAL SIMPLE NAV
==============================================*/
/* Needed to delete Real Simple's jquery call on homepage as it 
conflicted with the jquery necessary for the tabs. So, using CSS 
to handle the hover effect instead. */

#topnav ul li.tn_li_prime a.tn_a_prime:hover,
#topnav ul li.tn_li_prime_mm a:hover {
	padding: 5px 7px 6px 7px;
	_padding: 5px 15px 6px 14px; /* IE6 */
	background-image: none;
	background-color: #fff;
	border: 1px solid #bdbdbd;
	border-bottom: 0;
	}
	*+html #topnav ul li.tn_li_prime a.tn_a_prime:hover,
	*+html#topnav ul li.tn_li_prime_mm a:hover {
		padding: 5px 15px 6px 14px;
		}
	
#topnav ul li.tn_li_prime_mm a:hover {
	padding: 5px 8px 5px 7px;
	}
	
	

/* ===========================================
         CONTENT
==============================================*/

#content {
	font-family: Arial, Helvetica, sans-serif;
	color: #252525;
	}

#content .boxContent {
	padding: 15px 15px 23px 10px;
	}

#content h5 {
	margin-top: 5px;
	margin-bottom: 10px;
	}


/* ===========================================
         INTRO
==============================================*/

#intro {
	padding: 0 68px 14px 28px;
	border-bottom: 1px solid #007da4;
	}

#intro img {
	float: right;
	}

#intro p {
	margin-right: 250px;
	padding-top: 30px;
	font-size: 2em;
	line-height: 1.2em;
	color: #007da4;
	}


/* ===========================================
         LEFT COL
==============================================*/

#leftCol {
	float: left;
	width: 460px;
	margin: 48px 52px 0 30px;
	_margin-left: 15px; /* IE6 */
	}

/* ---- Join Us ---- */

#joinUs {
	position: relative;
	margin-bottom: 35px;
	}

#joinUs h2 {
	float: left;
	width: 133px;
	height: 268px;
	margin: -4px auto auto -38px;
	_position: relative; /* IE6 */
	}

#joinUs #dates,
#joinUs p {
	margin-left: 114px;
	}
	
#joinUs #dates {
	width: 300px;
	margin-bottom: 24px;
	font-size: 1.6em;
	line-height: 1.2em;
	}

#joinUs #dates li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #007da4;
	}

#joinUs #dates li.last {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
	}
	
#joinUs .chicago {
	color: #007da4;
	text-transform: uppercase;
	}

#joinUs .ny {
	color: #bd0e60;
	text-transform: uppercase;
	}

#joinUs .bullet {
	color: #acacac;
	}

#joinUs p {
	font-size: 1.3em;
	line-height: 1.3em;	
	}

/* ---- Share This ---- */

#socialLinks {
	width: 275px;
	margin: 10px 0 0 114px;	
	padding: 10px 0 11px 10px;
	border: 1px solid #ddd;
}

#socialLinks h4 {
	float: left;
	width: 49px;
	height: 80px;
	text-indent: -1000em;
	background: url(../images/hd-shareThis.png) 0 0 no-repeat;
}

#socialLinks iframe,
#socialLinks .fb_share,
#socialLinks .emailThis {
	float: left;
	margin-left: 15px;
}
	
/* ---- Special Offers ---- */

#leftCol h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #007da4;
	line-height: 1.3em;
	text-transform: uppercase;
	}

#offers {
	margin-top: 14px;
	}

#offers li {
	margin-bottom: 6px;
	}

#offers .hd {
	float: left;
	margin-top: 8px;
	}

#offers p {
	margin-bottom: 0.2em;
	margin-left: 114px;
	padding-top: 18px;
	font-size: 1.3em;
	line-height: 1.3em;	
	border-top: 1px solid #007da4;
	}
	
#offers .first p {
	border-top: 0;
	}
	
#offers .link-click {
	display: block;
	margin-left: 114px;
	font-size: 0.9em;
	font-weight: bold;
	color: #999;
	text-transform: uppercase;
	}
	
	
/* ---- Social Media Links ---- */

#social {
	margin-top: 40px;
	}

#social li {
	float: left;
	}

#social li.facebook { width: 280px; padding-left: 8px; }
#social li.twitter { width: 160px; padding-top: 7px; }
	
#social li p {
	padding-top: 4px;
	}

#social li p a {
	font-size: 1.1em;
	font-weight: bold;
	color: #999;
	line-height: 1.3em;
	text-transform: uppercase;
	}
	
	
/* ===========================================
         RIGHT COL
==============================================*/

#rightCol {
	position: relative;
	float: left;
	width: 355px;
	height: 692px;
	margin: 34px 0 0 0;
	background: url(../images/bg-sidebar-home.gif) 0 0 no-repeat;
	}

/* ---- Tabs ---- */

#rightCol #tabs {
	margin-left: 1px;
	_height: 692px; /* IE6 - need to fill #rightCol or else it collapses */ 
	}

#rightCol #tabs li {
	float: left;
	width: 116px;	
	}
	
#rightCol #tabs a {
	display: block;
	height: 23px;
	background-position: 0 0;
	background-repeat: no-repeat;
	}

#tab-schedule a { background-image: url(../images/tab-schedule.gif); }
#tab-experts a { background-image: url(../images/tab-experts.gif); }
#tab-news a { background-image: url(../images/tab-latestNews.gif); }

#rightCol #tabs a span {
	display: none;
	}

#rightCol #tabs a:hover,
#rightCol #tabs .ui-tabs-selected a {
	background-position: 0 100%;
	}

/* ---- Common ---- */
	
#rightCol .holder {
	position: absolute;
	top: 23px;
	left: 0;
	height: 652px;
	width: 349px;
	overflow: auto;
	font-size: 1.2em;
	line-height: 1.3em;
	}

#rightCol .scroll-pane {
	padding-right: 0;
}

#rightCol .ui-tabs-hide {
	display: none;
	}

#rightCol h3 {
	margin-bottom: 0.4em;
	color: #cd5a13;
	}

#rightCol li.hd {
	padding-bottom: 0;
	}

#rightCol li ul {
	list-style: disc;
	padding-left: 1.2em;
	}

#rightCol li li {
	margin: 0 0 0.4em;
	padding: 0;
	border-bottom: 0;
	}


/* ---- Schedule ---- */

#schedule {
	}

#schedule li {
	margin: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ef984a;
	}

#schedule li.last {
	border-bottom: 0;
	}

#schedule .scheduleOfEvents {
	color: #cd5a13;
}

#schedule .scheduleOfEvents h4 {
	margin-bottom: 0.2em;
	font-weight: bold;
	color: #bd0e60;
	}

#schedule .scheduleOfEvents h5 {
	margin: 0;
	font-weight: bold;
	color: #007da4;
	text-align: left;
}

#schedule .scheduleOfEvents p {
	margin-bottom: 0.6em;
	color: #000;
}

#schedule .scheduleOfEvents p strong {
	font-weight: normal;
	color: #007da4;
}

/* ---- Experts ---- */

#experts {
	}

#experts li {
	margin: 20px 20px 0 13px;
	}

#experts .photo {
	float: left;
	}

#experts h4,
#experts p {
	margin-left: 122px;
	}

#experts h4 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3em;
	color: #cd5a13;
	}

#experts p {
	font-size: 0.9em;
	line-height: 1.3em;
	}

/* ---- Latest News ---- */
	
#news {
	}

#news li {
	margin: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ef984a;
	}

#news li.last {
	border-bottom: 0;
	}

#news h3.videoHd {
	margin-bottom: 0.6em;
	font-size: 0.8em;
	font-weight: bold;
	color: #007da4;
	line-height: 1.3em;
	text-transform: uppercase;
	}

/* ------ SCROLL CONTROLS ------ */
/*
#rightCol .jScrollPaneTrack {
	right: 4px;
	height: 651px !important;
	background-color: #eee;
	border-bottom: 1px solid #b6af9f;
	}

#rightCol .scroll-pane {
	height: 652px;
	border-right: 1px solid #b6af9f;
	}

#rightCol .jScrollPaneDrag {
	background: url(../images/scrollbar-vertical.gif) no-repeat 0 50%;
	}
*/

/* ===========================================
         FOOTER LOGOS
==============================================*/

.footerLogos {
	margin-top: 14px;
	padding-top: 5px;
	border-top: 1px solid #007da4;
	}
	
.footerLogos h3 {
	margin-left: 4px;
	font-size: 1.1em;
	font-weight: bold;
	color: #999;
	line-height: 1.3em;
	text-transform: uppercase;
	}
	
.footerLogos ul {
	margin-top: 8px;
	margin-left: 4px;
	}

.footerLogos li {
	float: left;
	margin-right: 24px;
	}
	
.footerLogos li.last {
	margin-right: 0;
	}

.footerLogos li.clear {
	float: none;
	width: 100%;
	}








	
	