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

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

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;}


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

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


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


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


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

.content {
	font-size:13px;
	margin-bottom:20px;
	float:left;
/*	overflow:hidden;*/
	display:block;
}
.content h1 {
	font-size:19px;
}

.content p {
	margin-bottom:10px;
}

.content a {
	color: #0093db;
}



/* HOME */

#content-home {
	margin:20px 0 10px 10px;
	width:350px;
}
#content-home h1 {
	text-align:center;
	color: #c3922e;
}
#content-home p {
	color:#c3922e;
}

#content-home a {
	color: #c3922e;
	text-decoration:underline;
}

#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;
}

/* GOLD MEMBER */

#content-gold {
	width:706px;
	min-height:314px;
	border:3px solid #c3922e;
	border-radius: 20px;
	-moz-border-radius: 20px;
	background:url(imagesSCC/borderTopGold.gif) no-repeat;
	padding-top:60px;
}
#content-gold h1, #content-gold h2 {
	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;
}


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

#gold {
	width:940px;
	height:60px;
	margin:0 auto;
}
#gold p {
	padding-top:25px;
}
#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;
}

/* ===========================
   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 #ccc;
	margin:20px 0;
	padding:15px;
	text-align:center;
}
#buynow h2 {
	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;
}