/* CSS Document */

html { overflow-y: scroll; }
html { overflow: -moz-scrollbars-vertical; }

html,body{margin:0;padding:0}

html { overflow-y: scroll; }
html { overflow: -moz-scrollbars-vertical; }

body {
	background-repeat: repeat;
	margin-top: 0px;
	font: 76% arial,sans-serif;
	background-color: #999999;
	background-image: url(assets/bg_168121.png);
}

/*img {
	text-align: center;
	vertical-align: top;
}
*/
p {
	margin:0 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	color: #FFFFFF;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	margin-top: -5px;
	line-height: 1.2em;
	list-style-image: url(assets/bullet_orange.gif);
	color: #FFFFFF;
}

li {
	padding-bottom: 5px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	color: #f5821f;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #aae0f9;
	margin: 10px 10px 12px 10px;
	text-transform: uppercase;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #f5821f;
	margin: 10px 10px 12px 10px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #2976F3;
	font-style: italic;
	margin-left: 10px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}

div#wrapper {
	text-align:left;
	width:900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

/*div#header {
	background-color: #FFFFFF;
	height: 54px;
	background-image: url(assets/chasemobile_brand-panel.gif);
}
*/
/*div#header img {
	padding: 12px 0 12px 12px;
}
*/

div#branding {
	float: left;
	width: 900px;
	background-image: url(assets/chasemobile_brand-panel.gif);
	height: 54px;
}

div#info {
	text-align: right;
	float: right;
	padding-top: 8px;
	padding-right: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
}

div#info a {
	text-decoration: none;
	color: #ffffff;
}

div#info a:hover {
	text-decoration: underline;
}

div#container {
	background-repeat: no-repeat;
	background-color: #006891;
}

div#content1 {
	margin-top: 0;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	background-color: #006891;
}

div#content2 {}

/*--Terms of Service and Contest Page--*/
body#tos div#content1,
body#contest div#content1,
body#privacy div#content1 {
	background-color: #FFFFFF;
}

body#tos ol,
body#contest ol,
body#privacy ol {
	list-style-type: decimal;
}

body#tos p,
body#contest p,
body#privacy p {
	color: #000000;
}

/*--HOMEPAGE Content Styles--*/
body#home div#content1 {
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	background-image: url(assets/home_bg.jpg);
	background-repeat: no-repeat;
	height: 535px;
}

body#home div#hometext {
	position: relative;
	top: 330px;
	width: 450px;
	left: 50px;
}

body#home div#hometext p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	font-weight: bold;
	color: #FFFFFF;
}

body#home div#hometext li {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	/*	list-style-image: url(assets/bullet.gif);*/
	font-size: 1.6em;
	padding-top: 10px;
	line-height: 1.0em;
}

body#home div#hometext ul {
	margin-bottom: 20px;
}

body#home div#textbar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00adef;
	padding: 5px;
	width: 380px;
	text-align: center;
}

body#home div#textcircle {
	position: relative;
	left: 530px;
	top: 180px;
}

/*-- Main Navbar --*/
div#navcontainer {
	width: 100%;
	background-image: url(assets/nav_bg_blk.jpg);
	background-repeat: repeat-x;
	height: 34px;
	clear: both;
}

div#navcontainer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	text-align: left;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 8px;
	padding-left: 0px;
	font-size: 14px;
	width: 550px;
	float: left;
}

div#navcontainer ul li {
	display: inline;
}

div#navcontainer ul li a {
	padding: 0px 30px 0px 30px; /* padding between nav items */
	color: #FFFFFF;
	text-decoration: none;
	/*border-left: 1px solid #FFFFFF;*/
	border-right: 1px solid #FFFFFF; /* the borders have the same size */
	margin-right: -1px; /* the value has to be like the above but negative */
}

div#navcontainer ul li a:hover {
	border-bottom: 1px solid #f5821f;
	border-top: 1px solid #f5821f;
}

body#home a#homenav,
body#how a#hownav,
body#why a#whynav,
body#signup a#signupnav {
	color: #FFFFFF;
	cursor: default;
	border-bottom: 1px solid #00adef;
	border-top: 1px solid #00adef;
}

div#widget {
	position: relative;
	left: 430px;
	top: -30px;
}

/*--Main Navbar end --*/

/*--Content Styles --*/
.imageright {
	float: right;
	margin: 15px 0 15px 15px;
}

.imagecenter {
	display: block;	
	margin-left: auto;
	margin-right: auto;
}


.pagehead {
	margin-left: 10px;
}

div#sidebar {
	background-color: #FFFFCC;
	margin: 10px 10px 0 25px;
	padding: 7px 7px 0 7px;
	float: right;
	border: 2px dotted #2976F3;
}

div#sidebar p {
	font-weight: bold;
}

.credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	margin: 5px 0 0 0;
}

/*--END Content Styles --*/

/*--START Signup Page Styles --*/

body#signup div#content1 {
	margin-bottom: 100px;
}

body#signup form {
	margin-bottom: 100px;
}

/* FOOTER */
div#footer {
	background-color: #000000;
}

div#footer p {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}

div#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}

div#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

div#copyright {
	color: #FFFFFF;
	position: relative;
	left: 340px;
	top: 30px;
	width: 500px;
}

div#copyright a {
	color: #FFFFFF;
}
/*--Nav2 --*/
#nav2 {
	clear: both;
}

#nav2 ul {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	margin-bottom: 0;
/*	background-color: #000;*/
	color: white;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	font-size: 1.0em;
}

#nav2 ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
	font-weight: bold;
}

#nav2 ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	border-left: 1px solid #000;
}

#nav2 ul li a.first {
	border-left-style: none;
}

#nav2 ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

body#home a#homebot,
body#how a#howbot,
body#why a#whybot,
body#signup a#signupbot,
body#tos a#tosbot,
body#privacy a#privacybot,
body#contest a#contestbot {
	color: #ffffff;
	cursor: default;
	text-decoration: underline;
}

/*--Form--*/

.full {
	margin-left: 14px;
	margin-right: 14px;
}

form {
  width: 715px;
  height: 400px;
  color: #000000;
  padding: 0 20px 0 20px;
/*  padding: 20px;*/
  font-size: 1.1em;
}

form label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  width: 9em;
  margin-right: 1em;
  text-align: right;
}

input {
  width: 30em;
}

input.button {
	width: 5em;
	clear: both;
	margin-right: 20em;
	margin-left: 23em;
	margin-bottom: 2em;
}

div#captcha {
	height: 70px;
}

/* Gennady */
.validation 
{
    font-size: .5em;
    color: Red;
    font-style: italic;
}

#captcha input
{
    width: 75px;
    margin-bottom: 10px;
}

