@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
	background: url(images/background.jpg) repeat-x #B6D04A;
	margin: 5px 0 50px;
	color: #333333;
}

h1, h2, h3 {
	font-family: Helvetica, Arial, sans-serif;
	color: #053E8B;
	margin-bottom: 15px;
}

h1 {
	font-size: 3.4em;
	letter-spacing: -1px;
}

h2 {
	font-size: 2.2em;
	color: #7CB007;
	line-height: 0.7;
	border-bottom: 2px solid #7CB007;
	font-family: "arial black", helvetica, arial, san-serif;
}

h3 {
	font-size: 2em;
}

p {
	font-size: 1.5em;
	margin-bottom: 20px
}

ul, ol {
	margin: 20px 60px;
}

li {
	font-size: 1.5em;
	margin: 5px 0;
}

a {
	color: #00c;
}

a:hover {
	color: #c00;
}

/* General styles */

.centre, .center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.red {
	color: #c00;
}

.green {
	color: #7CB007;
}

.black {
	color: #000;
}

.greenBorder {
	border: 1px solid #7CB007;
}

.highlight {
	background: #ff0;
}

.underline {
	text-decoration: underline;
}

.imgLeft {
	float: left;
	padding: 0 15px 15px 0;
}

.imgRight {
	float: right;
	padding: 0 0 15px 15px;
}

.clear {
	clear: both;
}

.size12 {
	font-size: 1.2em;
}

.size16 {
	font-size: 1.6em;
}

.size18 {
	font-size: 1.8em;
}

.size20 {
	font-size: 2em;
}

/* Container styles */

#container {
	border: 1px solid #5C8206;
	margin: 0 auto;
	width: 750px;
	-moz-box-shadow: 0 0 6px rgba(92, 130, 6, 0.4);
	-webkit-box-shadow: 0 0 6px rgba(92, 130, 6, 0.4);
	box-shadow: 0 0 6px rgba(92, 130, 6, 0.4);
}

#wrap {
	margin: 0 auto;
	width: 748px;
	background: url(images/page-top-bg.jpg) repeat-x #fff;
	border: 1px solid #fff;
}


/* Header styles */

#header {
	width: 752px;
	margin: 0 auto 2px;
}

#header a {
	text-indent: -9999px;
}

/* Content styles */

#content {
	padding: 10px 20px 40px;
	overflow: hidden;
}

/* Page 1 */

#p1 .video {
	float: left;
}

#p1 .rightCol {
	float: right;
	width: 230px;
	margin-top: 50px;
}

#p1 h1 .green {
	position: relative;
}

#p1 h1 .green .pipsLine {
	background: url(images/pips-lines.gif) no-repeat;
	width: 268px;
	height: 18px;
	position: absolute;
	top: 32px;
	left: 0;
}

/* Page 2 */

#p2 h1 .green {
	position: relative;
}

#p2 h1 .green .watchingLines {
	background: url(images/watching-lines.png) no-repeat;
	width: 462px;
	height: 19px;
	position: absolute;
	top: 32px;
	left: 0;
}

/* Page 3 */

#p3 h1 {
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: 4em;
	font-weight: normal;
	letter-spacing: 0;
}

#p3 h1 .green {
	position: relative;
}

#p3 h1 .green .goesHereLines {
	background: url(images/goes-here-lines.gif) no-repeat;
	width: 462px;
	height: 19px;
	position: absolute;
	top: 42px;
	left: 0;
}


/* Footer styles */

#footer {
	background: #053E8B;
	border-top: 4px solid #8CD612;
}

#footer p {
	color: #fff;
	font-size: 13px;
	margin: 0;
	text-align: center;
	padding: 5px 0;
	border-top:1px solid #fff;
}
#footer a {
	color: #fff;
}

#copyright {
	color: #053E8B;
	text-align: center;
	font-size: 11px;
	margin-top: 5px;
}

