@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/top-bg.jpg);
	background-repeat: repeat;
}
.top-bgcolor {
	background-color: #004988;
	background-image: url(images/top-bg.jpg);
}
.btm-bgcolor {
	background-color: #002d53;
	background-image: url(images/top-bg.jpg);
}
.btm-bgcolor2 {
	background-image: url(images/blue-top1.png);
	background-repeat: repeat-x;
}


#btn {
	margin-top: 20px;
}
.name-box {
	height: 40px;
	width: 240px;
	margin-top: 10px;
	background-color: #001c30;
	border: 3px solid #053c64;
	color: #CBD9E2;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-left: 20px;
}
.email-box {
	height: 40px;
	width: 600px;
	margin-top: 25px;
	background-color: #001c30;
	border: 3px solid #053c64;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-left: 20px;
}
.navlink {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
.navlink a {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
.navlink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}
.bodytest1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
}
.qtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #002D53;
	font-weight: bold;
	font-style: italic;
	padding-left: 100px;
	padding-top: 5px;
	padding-right: 100px;
	padding-bottom: 5px;
}
.affi-box {
	background-color: #CCCCCC;
	padding: 20px;
	-moz-box-shadow:inset 1px 2px 23px #000000;
	-webkit-box-shadow:inset 1px 2px 23px #000000;
	box-shadow:inset 1px 2px 23px #000000;
	border:dashed 3px #000000;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright:15px;
	-moz-border-radius-bottomleft:15px;
	-moz-border-radius-bottomright:15px;
	-webkit-border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	background-image: url(images/bg-white.jpg);
}
.affi-box2 {
	background-color: #CCCCCC;
	padding: 20px;
	-moz-box-shadow:inset 1px 2px 23px #000000;
	-webkit-box-shadow:inset 1px 2px 23px #000000;
	box-shadow:inset 1px 2px 23px #000000;
	border:dashed 3px #000000;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright:15px;
	-moz-border-radius-bottomleft:15px;
	-moz-border-radius-bottomright:15px;
	-webkit-border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	background-image: url(images/bg-white2.jpg);
}

.email-box {
	background-color: #F5F5F5;
	padding: 20px;
	border:1px solid #999999;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright:15px;
	-moz-border-radius-bottomleft:15px;
	-moz-border-radius-bottomright:15px;
	-webkit-border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	margin-right: auto;
	margin-left: auto;
}
.email-box textarea {
	width: 600px;
	background-color: transparent;
	border: 1px solid transparent;
	resize: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
}

#leftbox {
	width: 140px;
	position: fixed;
	left: 5px;
	bottom: 5px;
	background-color: #00C9FF;
	padding: 10px;
}
#theTime  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60px;
	font-weight: bold;
	color: #990000;
	margin: 0px;
	padding: 0px;
}
.ari-15-white  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #003555;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#rightbox {
	padding: 5px;
	width: 100px;
	position: fixed;
	background-color: #FFAB02;
	border: 2px solid #FF6E00;
	right: 3px;
	top: 13px;
}
#rightbox p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#rightbox #result {
	color: #005991;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.aff-text1 {
	font-family: "Roboto Condensed", "Roboto Black", "Roboto Condensed Light", "Roboto Light", "Roboto Medium", "Roboto Thin", Roboto;
	font-size: 36px;
	font-weight: bold;
	color: #006CC6;
	text-transform: capitalize;
}
.aff-text2 {
	font-family: "Roboto Condensed", "Roboto Black", "Roboto Condensed Light", "Roboto Light", "Roboto Medium", "Roboto Thin", Roboto;
	font-size: 24px;
	font-weight: bold;
	color: #0033FF;
}
.disclaimer-txt {
	color: #E0E0E0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.disclaimer-txt a {
	font-family: Arial, Helvetica, sans-serif;
	color: #E0E0E0;
	text-decoration: none;
}
.disclaimer-txt a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}
.jv-sign-box {
	border: 1px solid #006CC6;
	background-image: url(images/signup-bg.jpg);
	background-repeat: repeat;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}
.sign input {
	height: 40px;
	width: 330px;
	border: 1px dashed #004784;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 40px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 17px;
	color: #002D53;
	text-align: center;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow:inset 1px 1px 6px 1px #595959;
box-shadow:inset 1px 1px 6px 1px #595959;
}
.sign-btn input {
	height: 40px;
	width: 300px;
	font-size: 24px;
	text-transform: uppercase;
	background: #ff670f; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff670f 0%, #fcc90f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff670f), color-stop(100%,#fcc90f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff670f 0%,#fcc90f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff670f 0%,#fcc90f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff670f 0%,#fcc90f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff670f 0%,#fcc90f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff670f', endColorstr='#fcc90f',GradientType=0 ); /* IE6-9 */
	border: 2px solid #FE980E;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}
.sign-btn input:hover {
	height: 40px;
	width: 300px;
	font-size: 24px;
	text-transform: uppercase;
	background: #fcc90f; /* Old browsers */
background: -moz-linear-gradient(top,  #fcc90f 0%, #ff670f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcc90f), color-stop(100%,#ff670f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fcc90f 0%,#ff670f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fcc90f 0%,#ff670f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fcc90f 0%,#ff670f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fcc90f 0%,#ff670f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcc90f', endColorstr='#ff670f',GradientType=0 ); /* IE6-9 */
	border: 2px solid #FE980E;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	cursor:pointer;
}
.affi-box a {
	text-decoration: underline;
}
.sign-up a {
	color: #004784;
	text-decoration: underline;
}
.sign-up a:hover {
	color: #000000;
	text-decoration: none;
}
.cali-14 {
	font-family: Calibri;
	font-size: 14px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}
.robo-count-txt {
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
}
.frm-area {
	background-color: #01335c;
	padding-top: 20px;
	padding-bottom: 20px;
}
