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

body  {
	background: #fff;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333;
}

a {
	color:#0055a5;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
	outline: none;
}

* { margin: 0;	padding: 0;	border: 0px;}

.clear {
	clear: both;
}

h1 {
	font-size: 26px;
	font-weight: 900;
}

h2 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

h2.who { color: #be77ae; font-size: 32px; }
h2.what { color: #0055a5; font-size: 32px; }
h2.when { color: #57b3e5; font-size: 32px; }
h2.where { color: #f0b310; font-size: 32px; }
h2.why { color: #d9531e; font-size: 32px; }
h2.which { color: #afbd21; font-size: 32px; }
h2.how { color: #f58026; font-size: 32px; }
h2.steps { color: #444444; font-size: 32px; }
h2.green { color: #afbd21; }

h4 {
	font-size: 14px;
	margin: 10px 0;
	color:#AFACA3;
	font-weight: bold;
}

p {
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1.6em;
}

p.grey_text {
	color: #3d3d3d;
	font-size: 14px;
	line-height: 22px;
}

span.green { color: #afbd21; }

img.center {
	vertical-align: middle;
	padding-left: 1px;
}


/*----------HEADER----------*/
#header {
	background: url(../images/headerBkgrnd.gif) repeat-x;
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
}

.header_outer {
	background: url(../images/headerOutBkgrnd.gif) no-repeat;
	margin: 0px auto;
	width: 1200px;
}

.header_inner {
	padding: 15px 0;
	margin: 0px auto;
	width: 950px;
}

.header_nav h1 {
	float: left;
}

#header .top_nav {
	float: right;
	color: 9F9D9C;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/topNavBkgrndLft.gif) no-repeat;
	margin-right:150px;
}

#header .top_nav li {
	float: left;
	display: inline;
	margin-left: 15px;
	padding-top: 10px;
}

#header .top_nav li.last {
	display: inline;
	margin-left: 5px;
	padding: 0;
}

#header .top_nav li  a {
	color: #444;
}

#header .highlight {
	background: #403935;
	padding: 5px 10px;
	margin-top: -5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.splash {
	padding: 10px 0;
}

img.7q_icon_h {
	position: absolute;
	top: 60px;
	padding-left: 0px;
}

img.gamePlay {
	position: relative;
	top: -150px;
	left: 400px;
	
}

h1.large_h {
	font-size: 36px;
	font-weight: 900;
	color: #FFF;
	text-shadow: 1px 2px 0 #000;
}

h1.large {
	font-size: 30px;
	letter-spacing: 2px;
	font-weight: 900;
	color: #c0dcf7;
	text-shadow: 1px 1px 0 #063f74;
}

p.intro {
	padding-top: 10px;
	font-size: 22px;
	font-weight: 900;
	color: #f5cf3c;
	text-shadow: 0 1px 1px #000;
	line-height: 32px;
}

.col_Home_right {
	padding-top: 30px;
	float: right;
	width: 570px;
}


.heading_band {
	background: url(../images/headerBandBkgrnd.gif) repeat-x bottom;
	padding: 0;
	height: 80px;
}

.learn_button {
	float: left;
	padding-right: 20px;
	padding-top: 17px;
	overflow: hidden;
}

.action_button {
	float: left;
	padding-right: 20px;
	padding-top: 0px;
	overflow: hidden;
}
/*----------HEADER ENDS----------*/


/*----------HOME AND FEATURES PAGE----------*/
#featured_h {
	list-style: none;
	padding-top: 20px;
}

#featured_h li {
	float: left;
	padding-right: 25px;
	width: 298px;
}

#featured_h li.last {
	float: left;
	padding-right: 0;
}

#featured_h img {
	border: none;
	margin: 5px 0;
}
 
 
 /* background: #E2DDD0; */

h5 {
	background: #bcd4ea;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	padding: 30px 20px;
	color:#333;
	font-size: 22px;
	margin-top: 50px;
}

h6 {
	border-top: 1px solid #ccc;
	padding: 15px 10px;
	color:#837870;
	font-size: 22px;
	line-height: 30px;
	margin-top: 10px;
}


.features_f {
	padding: 30px 0;
	border-bottom: 1px solid #E2DDD0;
}

.upcoming_features_f {
	padding: 30px 0;
}

.upcoming_features_f ul {
	padding-top: 10px;
	color: #989690;
	font-weight: bold;
}

.upcoming_features_f li {
	margin-left: 30px;
	padding-bottom: 10px;
}
/*----------HOME AND FEATURES PAGE ENDS----------*/



/*----------MAIN CONTENT----------*/
#content {
	margin: 15px 0;
}

.container {
	margin: 0px auto;
	padding-top: 17px;
	width: 950px;
}

.col_b_left {
	float: left;
	width: 600px;
	margin-right: 50px;
}

.col_s_right {
	float: right;
	width: 300px;
}

.col_s_left {
	float: left;
	width: 330px;
	margin-right: 50px;
}

.col_b_right {
	padding-top: 40px;
	float: right;
	width: 570px;
}

#left_col {
	float: left;
	width: 690px;
}

#right_col {
	float: left;
	width: 230px;
	margin-left: 30px;
}

.section {
	margin-bottom: 15px;
}

.curve_top { 
	height: 10px;
	/*width: 690px;*/
}

.section_content {
	background: url(../images/img_section-bg.png) repeat-y; 
	padding: 10px 30px 5px 30px;
	width: 650px;
}

.curve_bottom {
	height: 15px;
	/*width: 690px;*/
}



/*-----------FORM----------*/
.field_title {
	clear: both;
	float: left;
	width: 90px;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #989690;
	text-align: right;
	margin: 11px 10px 0 0;
}

.text_field,
.dropdown_field {
	margin-bottom: 10px;
	overflow: hidden;
}

.description_field {
	overflow: hidden;
}

.textbox, .textbox_description {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	float: left;
	color: #333;
	padding: 5px 5px;
	margin: 5px 10px;
	border: 1px solid #000000;
	outline: 0;
}

input, .textbox {
	width: 320px;
}

input.ckbox { width: 15px; margin-left: 15px; margin-top: 12px; }
.required { color: #990000; padding: 10px 0px; }
.textbox_description{
	overflow: auto;
	height: 160px;
	width: 425px;
}

input:focus, textarea:focus {
	border: 1px solid #99CC33;
	margin: 0 !important;
}

.button {
	padding: 10px 0 10px 100px;
}

.send_button {
    background: url(../images/btnSubmit.gif) no-repeat;
	width: 76px;
	height: 38px;
	vertical-align: middle;
	cursor: pointer; /* hand-shaped cursor */
}

input.send_button:focus {
	border: 0 none;
	outline: 0;
}
#contact_us_form .LV_invalid,
#feedback_form .LV_invalid {
 	margin-left: 101px;
	background: #FFD9D9;
	padding: 5px 5px;
	width: 425px;
    color: #DA0000;
	clear: both;
	border-bottom: 1px solid #F6BFBF;
	border-top: 1px solid #F6BFBF;
}

.valid_explanation {
	background: #E4FCD9;
	padding: 10px 10px;
	margin-bottom: 20px;
	color: #229149;
	border-bottom: 1px solid #BBE6A7;
	border-top: 1px solid #BBE6A7;
}


/*-----------FORM ENDS----------*/

/*----------NEWSLETTER SINGUP FORM------------*/

.link,
.signupframe {
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	.link {
		text-decoration: none;
		}
	.signupframe {
		border: 0px solid #000000;
		background: #ffffff;
		}


/*----------FOOTER----------*/
#footer {
	margin: 80px 0 0 0;
	background-color: #383838;
	width: 100%;
	height: 158px;
	color: #7a7979;
	font-size: 11px;
}

#footer div {
	margin: 0 auto;
	width: 950px;
	position: relative;
}

#footer a {
	color: #9f9d9d;
}

#footer div .footer_left {
	float: left;
	width: 690px;
	margin-top: 30px;
}

.follow_twitter {
	position: absolute;
	top: 0;
	right: 20px;
}

#footer div .footer_right {
	padding-top: 30px;
	background: url(../images/footerBkgrnd.gif) repeat-x;
	float: left;
	width: 230px;
	height: 128px;
	padding-left: 30px;
}

#footer div .footer_right p {
	position: absolute;
	bottom: 10px;
}
