@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

a:link {color: #0093db;	text-decoration: none;}
a:visited {color: #0093db;	text-decoration: none;}
a:hover {color: #0093db;	text-decoration: underline;}

a.White:link {color: #FFFFFF;	text-decoration: none;}
a.White:visited {color: #FFFFFF;	text-decoration: none;}
a.White:hover {color: #000000;}

#container {
	margin:0 auto;
	width: 940px;
	height:100%;
}
#login-container {
	margin:0 auto;
	width: 600px;
	height:100%;
}
img {
	/*display:block;*/
	border:none;
	padding:0px;
	margin:0px;
}

/* ===========================
             HEADER
   =========================== */


#header {
	height: 130px;
}
#logo {
	background:url(imagesSCC/logo-SCC.gif) no-repeat;
	float:left;
}
#logo em {display: none;}
#logo h1 {
	display:block;
	height:130px;
	width:260px;
	padding:0;
	margin:0;
}

#bluebutton {
	background-image: url(imagesSCC/bluebutton.gif);
	float:right;
	height: 79px;
	width: 174px;
	margin: 20px 0 20px 10px;
	padding:8px 3px 3px;
	overflow:hidden;
}
#bluebutton p {
	text-align:center;
	color:#fff;
	font-size:13px;
	font-weight:bold;
}
#bluebutton a {
	color:white;
}

#clientlogo {
	width:200px;
	height:90px;
	margin:20px 90px 0 0;
	float:right;
	display:block;
}

#freeaccess {
	background:url(imagesSCC/freeaccess.gif);
	width:380px;
	height:53px;
	margin:20px 0;
	float:right;
	padding:32px 10px 5px;
}
#freeaccess p {
	font-size:12px;
	font-style:italic;
	text-align:center;
	line-height:13px;
}
#freeaccess h2 {
	font-size:12px;
	font-style:italic;
	text-align:right;
	padding-right: 20px;
	line-height:1;
}

#goldbutton {
	float:right;
	margin-left:10px;
	height:130px;
}

#whatsnew {
	background:url(imagesSCC/whatsnew.gif) no-repeat;
	width:160px;
	height:60px;
	float:right;
	margin:20px 0 20px 10px;
	padding: 20px 10px 10px 90px;
}
#whatsnew p {
	font-size:10px;
	font-weight:bold;
	text-align:center;
	line-height:12px;
}
#whatsnew a {
	color:#000;
}

/* ===========================
   MENU BUTTONS
   =========================== */
   
#menu-home {
	margin-bottom:20px;
}
#menu-side {
	width:180px;
	float:left;
	display:block;
}
#menu-buttons table {
	border-collapse:collapse;
	border-spacing: 0;
	width:940px;
	height:110px;
}
#menu-buttons img {
	display:block;
}
#menu-buttons td {
	vertical-align:bottom;
}
#menu-buttons td.menuButtons {
	width:180px;
	height:90x;
}
#menu-buttons td.menuArrows {
	width:10px;
	height:90x;
}

#submenu {
	width:180px;
	float:left;
	display:block;
}
#submenu ul {
	list-style:none;
}
#submenu li {
	width:180px;
	display:block;
	float:left;
	text-align:center;
	list-style:none;
	padding:8px 0;
}
.subFind li {
	height:44px;
	background:url(imagesSCC/subFind.gif) bottom no-repeat;
}
.subFind li:last-child {
	height:34px;
	background:url(imagesSCC/subFindLast.gif) bottom no-repeat;
}
.subWin li {
	height:44px;
	background:url(imagesSCC/subWin.gif) bottom no-repeat;
}
.subWin li:last-child {
	height:34px;
	background:url(imagesSCC/subWinLast.gif) bottom no-repeat;
}
.subKeep li {
	height:44px;
	background:url(imagesSCC/subKeep.gif) bottom no-repeat;
}
.subKeep li:last-child {
	height:34px;
	background:url(imagesSCC/subKeepLast.gif) bottom no-repeat;
}
.subManage li {
	height:44px;
	background:url(imagesSCC/subManage.gif) bottom no-repeat;
}
.subManage li:last-child {
	height:34px;
	background:url(imagesSCC/subManageLast.gif) bottom no-repeat;
}
#submenu a {
	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:#fff;
}
#submenu a:hover {
	color:#000;
	text-decoration:none;
}

#tweets {
	width:180px;
	min-height:250px;
	margin:0 10px 20px 0;
	display:block;
	float:left;
	clear:both;
}

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

.content {
	padding:20px;
	font-size:13px;
	margin-bottom:20px;
	float:right;
	overflow:hidden;
	display:block;
	border-radius: 20px;
	-moz-border-radius: 20px;
}
.content-left {
	width: 510px;
}
.content h1 {
	font-size:19px;
	text-align:left;
	margin-bottom:10px;
}
.content h2 {
	font-size: 18px;
	margin-bottom:15px;
	color: #0063b1;
}
.content h3 {
	color:#0063b1;
	font-size:14px;
	margin-bottom:10px;
}
.content p {
	margin-bottom:10px;
}

.content a {
	color: #0093db;
}

.content ul {
	padding-left: 40px;
	margin-bottom:10px;
	list-style-type:disc;
}
.content li {
}
.content ol {
	padding-left: 40px;
	margin-bottom:10px;
	list-style-type: decimal;
}

.content tr {
	border-top: 1px solid #ccc;

}
.content tr:last-child {
	border-bottom:1px solid #ccc;
}
.content th {
	padding: 3px 3px 3px 5px;
	border-left:1px solid #ccc;
}
.content th:last-child {
	border-right:1px solid #ccc;
}

.content td {
	padding: 3px 3px 3px 5px;
	border-left:1px solid #ccc;
}
.content td:last-child {
	border-right:1px solid #ccc;
}

#table-no-border tr, #table-no-border td, #table-no-border th {
	border:none;
	padding-left:0px;
}

/* LISTS */
.ticklist ul {
    padding-left: 10px;
}
.ticklist li {
/*    color: #c3922e;*/
    list-style-image: url("imagesSCC/tick.gif");
}
.ticklist li strong {
	font-size:16px;
	padding-top: 20px;
}

/* HOME */

#content-home {
	margin:20px 0 10px 10px;
	width:514px;
	height:174px;
	min-height:none;
	border:3px solid #c3922e;
	overflow:hidden;
}
#content-home h1 {
	text-align:center;
	color: #c3922e;
}
#content-home p {
	color:#c3922e;
}

#content-home a {
	color: #c3922e;
	font-weight:bold;
	font-size:16px;
	text-align: center;
}

#content-home ul {
	padding-left: 20px;
}
#content-home li {
	list-style-image:url(imagesSCC/tick.gif);
	color: #c3922e;
}

.homepageextra {
	width:180px;
	float:right;
	margin:20px 0 0 10px;
}
#home-tag {
	float:left;
	width:750px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	padding-top:10px;
	margin-left:10px;
	font-style: italic;
}

/* TIPS / WATCH / READ BUTTONS */

#buttons {
	width:520px;
	margin-top:20px;
}
#buttons ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
#buttons li {
	display: block;
	float:left;
	height: 140px;
	width: 170px;
}

#buttons a {
	display:block;
	height:50px;
	width:150px;
	padding:90px 10px 0;
	float:left;
	text-align:center;
}
.tips {
	background: url(imagesSCC/butTips.gif) no-repeat center top;
}
.tips:hover {
	background: url(imagesSCC/butTipsOver.gif) no-repeat center top;
}
.watch {
	background: url(imagesSCC/butWatch.gif) no-repeat center top;
}
.watch:hover {
	background: url(imagesSCC/butWatchOver.gif) no-repeat center top;
}
.read {
	background: url(imagesSCC/butRead.gif) no-repeat center top;
}
.read:hover {
	background: url(imagesSCC/butReadOver.gif) no-repeat center top;
}

/* FIND CLIENTS */

#content-find {
	width:516px;
	min-height:244px;
	border:3px solid #66cc00;
	border-radius: 20px;
	-moz-border-radius: 20px;
}
#content-find h1 {
	color: #66cc00;
}

/* WIN CLIENTS */

#content-win {
	width:516px;
	min-height:244px;
	border:3px solid #cc0000;
	border-radius: 20px;
	-moz-border-radius: 20px;
}
#content-win h1 {
	color: #cc0000;
}

/* KEEP CLIENTS */

#content-keep {
	width:516px;
	min-height:244px;
	border:3px solid #6600cc;
	border-radius: 20px;
	-moz-border-radius: 20px;
}
#content-keep h1 {
	color: #6600cc;
}

/* MANAGE ME */

#content-manage {
	width:516px;
	min-height:244px;
	border:3px solid #ff9900;
	border-radius: 20px;
	-moz-border-radius: 20px;
}
#content-manage h1 {
	color: #ff9900;
}

/* BLANK TEMPLATE */

#content-blank {
	width:706px;
	min-height:354px;
	border:3px solid #0093db;
	border-radius: 20px;
	-moz-border-radius: 20px;
}
#content-blank h1 {
	color: #0093db;
}

/* BLANK TEMPLATE */

#content-closed {
	width:324px;
	margin:20px 0 10px;
	border:3px solid #0093db;
	border-radius: 20px;
	-moz-border-radius: 20px;
}
#content-closed h1 {
	color: #0093db;
}

/* GOLD MEMBER */
.gold {
	color:#c3922e;
	font-weight:bold;
}
.seven-benefits {
	border:1px dashed #c3922e;
	margin:20px 0;
	padding:20px 20px 5px 20px;
	font-size:16px;
	font-weight:bold;
}
.seven-benefits h3 {
	font-size:20px;
/*	text-align:center;
/*	color:#cc0000;*/
}
.seven-benefits ol {
	padding-left: 20px;
}

#content-gold {
	width:706px;
	min-height:314px;
	border:3px solid #c3922e;
	border-radius: 20px;
	-moz-border-radius: 20px;
	background:url(imagesSCC/borderTopGoldSales.gif) no-repeat;
	padding-top:60px;
}
#content-gold h1, #content-gold h2, #content-gold h3 {
	color: #c3922e;
}
#login-gold {
	width:180px;
	float:right;
	text-align:center;
	display:block;
}
#login-gold h2 {
	margin-bottom:0px;
}
img.imgGold {
	width:180px;
	height:60px;
	margin-top:10px;
	display:block;
}
#goldbox {
	clear:both;
	border:3px solid #c3922e;
	background:url(imagesSCC/gold-exclusive.gif) no-repeat center left;
	min-height:50px;
	padding:10px 0 0 160px;
	font-size:16px;
	font-weight:bold;
}
#goldbox a {
	color:#c3922e;
}

.table-cell-gold {
	border-left:none;
}
.buttons-left {
	clear:left;
	float:left;
	margin:20px 20px 20px 0;
 }
 .table-numbers {
	 text-align:right;
 }

/* CLIENT COLUMNS */

.column4 {
	width:160px;
	margin-right:22px;
	float:left;
	display:block;
}
.column4 h2 {
	display:block;
	float:left;
	width:160px;
	height:40px;
	margin:0 0 10px;
}
.column4 em {
	display:none;
}
.columnlast {
	margin-right:0px;
}
#colFind {
	background:url(imagesSCC/headingFind.gif) no-repeat;
}

#colWin {
	background:url(imagesSCC/headingWin.gif) no-repeat;
}
#colKeep {
	background:url(imagesSCC/headingKeep.gif) no-repeat;
}
#colManage {
	background:url(imagesSCC/headingManage.gif) no-repeat;
}


/* ===========================
   GOLD MEMBER BOTTOM BANNER
   =========================== */
#bottom {
	background:url(imagesSCC/bgGold.gif) repeat-x;
	background-color:#e6e6e6;
	clear:both;
}

/* REPLACED 2014
#gold {
	width:940px;
	margin:0 auto;
	height:80px;
	overflow:hidden;
}
  
#gold h1 {
	background:url(imagesSCC/navGold.gif) no-repeat;
	display:block;
	float:left;
	height:80px;
	width:180px;
}
#gold em {
	display:none;
}
#gold {
	width:940px;
	margin:0 auto;
}
#gold li {
	display:block;
	width:190px;
	height:65px;
	padding-top:25px;
	float:left;
	text-align:center;
}
#gold a {
	text-align:center;
	color: #fff;
	font-weight:bold;
}
#gold a:hover {
	color: #000;
	text-decoration:none;
}*/

/* updated 2014 */

#gold-resources {
	width:940px;
	margin:0 auto;
	height:80px;
	overflow:hidden;
}
  
#gold-resources h1 {
	background:url(imagesSCC/navGoldResources.gif) no-repeat;
	display:block;
	float:left;
	height:80px;
	width:940px;
}
#gold-resources h2 {
	background:url(imagesSCC/navGoldResourcesSelection.gif) no-repeat;
	display:block;
	float:left;
	height:80px;
	width:940px;
}
#gold-resources em {
	display:none;
}
/*
#gold-new {
	width:940px;
	margin:0 auto;
}
#gold-new li {
	display:block;
	width:152px;
	height:65px;
	padding-top:25px;
	float:left;
	text-align:center;
}
.gold-3lines {
	padding-top:15px;
}
#gold-new a {
	text-align:center;
	color: #fff;
	font-weight:bold;
}
#gold-new a:hover {
	color: #000;
	text-decoration:none;
}*/

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

#footer {
	margin:0 auto;
	width:940px;
	min-height:140px;
	color:#999;
	clear:both;
}
#footer img {
	display:inline-block;
}
#footer h1 {
	font-size:14px;
	margin:25px 0 10px;
	font-weight:normal;
}
#footer p {
	font-size:12px;
}
#footer a {
	font-size:12px;
	color:#999;
}
.footer {
	width:235px;
	float:left;
}

/* ===========================
   COURSEBOT TEMPLATES
   =========================== */

.SmWhite {
	font-size:12px;
	color:#fff;
	text-align:center;
}
.BlueBottom {
	font-size:12px;
	color: #0093db;
	text-align:center;
	padding:10px 0;
}

/* ===========================
   SHORT CODES
   =========================== */

#buynow {
	border:dashed 1px #cc0000;
	margin:20px 0;
	padding:15px;
	text-align:center;
}


#buynow h2 {
	color: #cc0000;
	font-weight:bold;
	margin-top:0;
}
#buynow h3 {
	color: #666;
	font-weight:bold;
}

#bluebox {
	background-color: #cce9f8;
	border: #0093db;
	padding:15px;
	margin-bottom:20px;
}
#bluebox h2 {
	color: #0063b1;
}
.right {
	float:right;
	display:block;
	margin-left:10px;
}
.left {
	float:left;
	display:block;
	margin-right:10px;
}
.half {
	width:325px;
}

.strike{
    position: relative;
}

.strike::after{
    content: '';
    border-bottom: 2px solid #cc0000;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
}

#bluebutton, #whatsnew, #goldbutton, #gold-resources h1, .footer, #content-home h1 {
	display:none;
}
#content-home h2 {
	font-size:2em;
	padding-top:50px;
text-align:center;
}

/* ===========================
   PRINT
   =========================== */
   /*
@media print {
      #menu-home,
	  #tweets,
	  #whatsnew,
	  #bottom
	  { display: none; }
	  #logo {background:url(imagesSCC/logo-SCC.gif) no-repeat;}
.content {width:750px;float:left;border:none;}
    }