@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/leftbox.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:110px -150px 0 -70px;
	border:none}