/**
*
*
*
*/

img {
	border:none;
}

p {
	margin:5px 5px 5px 0px;
	padding: 5px 5px 5px 0px;
}

a {
	text-decoration: none;
	color:#006391;
}
a:hover {
	text-decoration: underline;
}

.blue {
	color: #006391;
}

.light-blue {
	color:#6CA8CF;
}

.raw {
	margin:0px;
	padding:0px;
}


.subscribe-wrapper {
	margin-top:19px;
}

.subscribe-wrapper .subscribe-text {
	font-size: 13px;
	font-family: "Arial";
	margin-top: 0px;
	margin-bottom: 0px;
}


/* CONDITIONAL CONTENT HIDDEN */


#slide-wrapper,
#promotion-wrapper,
.subline-ticks,
.sub-title-extra,
.meter2,
.meter5
{
	display: none;
}


/* MAIN WRAPPERS */
.god-container {

background-color:light-gray;
width: 100%;
margin: auto;
font-family: "Georgia";
width: 830px;

}

#scmp-register-form {
	width:330px;
}

.header-container {
	border-bottom:solid 1px #cccccc;
	height: 100px;
}

.header-container .header-title {
	font-size: 40px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top:10px;
}

.header-container .header-subline {
	font-size: 20px;
	padding-bottom: 2px;
}

.header-container p{
	margin:5px;
	padding: 5px;
	text-align: center;
}



.center-container {
	height: 400px;
}


/* CENTER WRAPPERS */

#left-wrapper {
	width: 370px;
	float: left;
	margin:10px 15px 0px 30px;
	padding-left: 0px;


}

#right-wrapper {
	width: 330px;
	float: left;
	margin-left: 48px;
}

.center-wrapper {
	margin-top:10px;
}

.center-separator {
	border-right: solid 1px #cccccc;
	width:2px;
	float: left;
	height: 400px;
	position: relative;
}

.center-separator .separator-circle {
	border-radius: 50px;
	background-color: black;
	color:white;
	font-size: 24px;
	padding:16px 18px 17px 18px;
	font-weight: 100;
	position: absolute;
	top:195px;
	left: -27px;
}




/* FOOTER */
.footer {
	background-color: #006391;
	width: 100%;
	color: white;
	height: 40px;
	font-weight: normal;
	font-family: "Arial";
}

.footer-left {
	width: 500px;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}

.footer-right {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

.login-link {
	font-weight: bold;
	color: white;
	background: url("/img/cps281/arrow.gif");
	background-repeat: no-repeat;
	background-position: 93px 4px;
	padding-right: 20px;
	padding-left: 10px;
}


#right-wrapper .meter1 {
	margin-left: 7px;
}

.scmp-logo {
	background: url("/img/cps281/logo_scmp.gif");
	width: 200px;
	height: 20px;
	display: block;
	background-repeat: no-repeat;
}

.subline-ticks {
	font-family: "Arial";
}

/* ELEMENTS */
.subline-ticks .green-tick {
	display: block;
	background: url(/img/cps281/tick.gif) no-repeat;
	padding-left: 25px;
	background-position: 0px 3px;
	font-weight: bold;
	margin-bottom: 8px;
	font-family: "Arial";
	font-size: 14px;
}

.scmp-agreement p {
	font-family: "Arial";
	color: #666666;
	font-size: 9px;
	line-height: 12px;
	margin-right: 0px;
	padding-right: 0px;
	letter-spacing: 0px;
}

.scmp-agreement .terms {
	font-size:9px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.agreement-label {
	font-weight: bold;
	margin: 0px 5px 0px 0px;
	text-transform: uppercase;
	font-size: 15px;
	font-family: "Arial";
}


.sub-title {
	color:#006391;
	font-family: Georgia;
	font-size: 27px;
	margin-bottom: 3px;
	font-weight: 200;
	text-transform: uppercase;
}

.subline {
	margin-bottom: 10px;
	font-size: 14px;
	font-family: "Arial";
}

.text-input {
	background-color: #e9e9e9;
	padding:8px;
	border:none;
	color: #666666;
	margin-bottom: 3px;
	color:gray;
	font-size: 12px;
	width:310px;
	display: block;
	height: 14px;
}

.link {
	color:#006391;
	text-decoration: none;
}

#submit-button {
	display: block;
	margin:10px 0px 5px 0px;
	width:110px;
	font-weight: bold;
}

#subscribe-button {
	width: 130px;
	display: block;
	font-weight: bold;
}

.button {
	font-family: "Arial";
	border-radius:5px;
	color:white;
	font-size: 17px;
	padding: 11px 21px 11px 21px;
	width: 110px;
	border:solid 1px #cc6600;
	text-align: center;
	background: #faa486; /* Old browsers */
	background: -moz-linear-gradient(top,  #faa486 0%, #f55e2a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faa486), color-stop(100%,#f55e2a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #faa486 0%,#f55e2a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #faa486 0%,#f55e2a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #faa486 0%,#f55e2a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #faa486 0%,#f55e2a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faa486', endColorstr='#f55e2a',GradientType=0 ); /* IE6-9 */

}

.button:hover {
	cursor: pointer;
	text-decoration: underline;
}

