@charset "UTF-8";
/* CSS Document */
body {
	background-image:url(../images/layout/pagebg.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Geneva, sans-serif;
}
.content {
	width:960px;
	margin:0px auto;
	padding:0
}
.heading {
	height:128px;
	background-image:url(../images/layout/logo.png);
	background-repeat:no-repeat;
	background-position:top left;
}
.heading h1 {
	text-indent:-9999px;
	margin:0;
	padding:0;
	line-height:1px;
}
.video {
	width:395px;
	height:320px;
	overflow:hidden;
	margin:148px 110px 0 0;
	float:right;
	padding:0;
	background-color: #000;
}
.sticker {
	width:347px;
	height:372px;
	margin:60px -20px -50px 50px;
	padding:0;
	float: left;
	border:none;
}
.sticker h1 {
	text-indent:-9999px;
}
.learnmore {
	width:192px;
	height:41px;
	margin:5px 25px 5px 0;
	padding:0;
	float: right;
	border:0;
}
.learnmore h2 {
	text-indent:-9999px;
}
.rightbox {
	width:425px;
	height:250px;
	margin:20px 25px 45px 30px;
	padding:0;
	background-image:url(../images/layout/rightbox.png);
	background-repeat:no-repeat;
	background-position:top left;
	float:right;
}
.leftbox {
	width:425px;
	height:250px;
	margin:20px 0 55px 0;
	padding:0;
	background-image:url(../images/layout/sign-up-left.png);
	background-repeat:no-repeat;
	background-position:top right;
	float:right
}
.rightbox h1 {
	color:#FFF;
	text-indent:-9999px;
	}
.rightbox h3 {
	color:#FFF;
	margin:-37px 0 0 95px;
}
.rightbox a, .rightbox a:hover {
	text-decoration:none;
}
.leftbox h1 {
	color:#FFF;
	text-indent:-9999px;
}
.leftbox h3 {
	color:#FFF;
	margin:-37px 0
	0 190px;
}
.leftbox a, .leftbox a:hover {
	text-decoration:none;
}
.rightbutton {
	margin:175px -50px 0 30px;
	border:none
}
.leftbutton {
	margin:175px -50px 0 140px;
	border:none
}
#footer {
	text-align:center;
	height:35px;
	margin:-5px 0 10px 0;
	padding:0;
	font-size:12px;
	color:#FFF;
}
#footer a, #footer a:hover {
	color:#FFF;
	text-decoration:none;
	font-weight:900;
}
#footer a:hover {
	font-style: italic;
}
.copyright {
	height:40px;
	float:right;
	font-size:12px;
	color:#003152;
	margin:-10px 0;
}
.clearFloat {
	clear: both;
	height:0px;
}
.imgrt {
	float:right;
	margin:30px -80px 0 0;
	border:none}
.imglt {
	float:left;
	margin:50px -100px 0 -118px;
	border:none}

/* Form Styling */
.input {
    background-color: #FFFFFF;
    border: 1px solid #BDBDBD;
    color: #006;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    margin: 3px 0 5px 10px;
    padding: 2px;
    text-decoration: none;
}
.input:focus {
    background: none repeat scroll 0 0 #FFFFCC;
    border: 1px solid #1B269E;
}
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	float:right;
	vertical-align: baseline;
	margin: 0 8px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 18px/100% Verdana, Verdana, Geneva, sans-serif;
	font-weight:900;
	padding: .5em 3em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}


