@charset "utf-8";
/* CSS Document */
div {
	/*border: 1px solid #CCCCCC;*/
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #A9BCD8;
}
form {
	margin: 0px;
	padding: 0px;
}
#page {
	height: auto;
	width: 1002px;
	background-image: url(images/CLS-content_bknd.jpg);
	background-repeat: repeat-x;
	background-color: #bacd95;
	padding: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #5A6887;
	border-bottom-color: #5A6887;
	border-left-color: #5A6887;
}
#header {
	height: auto;
	width: 1000px;
}
.row{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: right;
	padding-right: 3px;
}
.row input {
	margin: 0px;
	padding: 0px;
	width: 140px;
}
#loginButton {
	padding-right: 10px;
}
.loginform {
	margin: 0px;
	padding: 0px;
}
#loginButton input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

#social-links {
	padding-right: 25px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#social-links img {
	margin: 0px;
	padding: 0px;	
}
#logo {
	float: left;
	height: 111px;
	width: 582px;
}
#header-right {
	float: left;
	height: auto;
	width: 410px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navbar {
	/*clear: both;*/
}

#page-content {
	height: 500px;
	width: 1000px;
	text-align: left;
}
#half-colunm {
	float: left;
	height: auto;
	width: 500px;
}
#home-left {
	background-image: url(images/CLS-Home-text-box.jpg);
	background-repeat: no-repeat;
	height: 487px;
	width: 442px;
	margin-left: 55px;
}
#home-text {
	margin: 0px;
	padding-top: 130px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4B4B4B;
	font-weight: bold;
}
#home-text h2 {
	font-size: 16px;
	text-decoration: underline;
	text-align: center;
	font-weight: normal;
	margin: 15px;
	padding: 0px;
}
#home-text ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#home-text li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	line-height: 16px;
}
#home-video {
	background-image: url(images/CLS-Home-video_box.jpg);
	background-repeat: no-repeat;
	height: 294px;
	width: 417px;
	margin-left: 25px;
}
#videobox {
	height: 208px;
	width: 379px;
	padding-top: 30px;
	padding-left: 18px;
}
#tagbox {
	background-image: url(images/CLS-Home-sub-box.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 417px;
	margin-left: 25px;
}
#tagtext {
	color: #153c82;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	height: auto;
	width: 230px;
	padding-top: 22px;
	padding-left: 90px;
	line-height: 20px;
}
#big-blue-header h1 {
	font-size: 18px;
	color: #006bfc;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer {
	clear: both;
	height: 60px;
	width: 1000px;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;

}
#page-content-pages {
	-webkit-text-size-adjust: none;
	background-image: url(images/CLS-Page-content.jpg);
	background-repeat: no-repeat;
	height: 487px;
	width: 885px;
	margin-left: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 20px;
}
#page-content-pages input {
	margin-bottom: 8px;
}
#page-content-pages a, #page-content-pages a:active, #page-content-pages a:visited {
	color: #666666;
	font-weight: bold;
}
#page-content-pages a:hover {
	text-decoration: none;
}
#page-content-pages ul {
	font-size: 11px;

}

#one-column {
	height: auto;
	width: 700px;
	margin-top: 40px;
	margin-left: 100px;
}
#two-column {
	height: auto;
	width: 400px;
	margin-top: 40px;
	margin-left: 20px;
	float: left;
}
#three-column {
	height: auto;
	width: 260px;
	margin-top: 40px;
	margin-left: 20px;
	float: left;
}
#faq {
	margin-top: 15px;
}

/* floating boxes */
#box
{
	float: left;
	width: 200px;

}

#box ul
{
	list-style: none;
	margin-left: 10px;
	padding-left: 1em;
	/*text-indent: -1em;*/
}

#box li
{
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #8abb14;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #737267;
}

#box li a,  #box li a:active, #box li a:visited
{
	text-decoration: none;
	color: #000000!important;
}
/* Form positioning (labels flush right, input flush left) */
div.rowh
{
	width: 100%;
	clear: both;
	padding-top: 3px;
}

div.rowh span.label {
	float: left;
	width: 40%;
	text-align: right;
	}

div.rowh span.formw {
	float: right;
	width: 58%;
	text-align: left;
	} 

div.rowh input.formw {
	float: left;
	margin-left: 15px;
	text-align: left;
	} 
	div.linkbox
{
	margin: 0px auto;
	width: 150px;
}

div.linkbox a, div.linkbox a:active, div.linkbox a:visited
{
	display: block;
	background: #487CB9;
	color: #fff!important;
	text-decoration: none;
	text-align: center;
	height: 100%;
	padding: 5px 5px 5px 5px;
}

div.linkbox a:hover
{
	display: block;
	background: #85A8D1;
	color: #ffffff;
}
#rewards {
	padding: 20px;
	height: auto;
	width: 350px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-left: 30px;
	text-align: center;
	margin-top: 20px;
}
#rewards p {
	margin: 0px;
	padding-top: 0px;
}
#page-div {
float: right; width: 640px; text-align: justify; padding-right: 40px;
}
.display {
	
}