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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 14px;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 18px;
	color: black;
	background: #bebdbd;
	background-image: url(../images/gradientBackground.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1,75;
	font-size: 95%;
}
h1 {
	font-family: Arial Black, Helvetica, sans-serif;
	font-size: 65px;
	color: #b5121b;
	padding-top: 13px;
}
h2 {
	font-family: Arial Black, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
}
#containerBox {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#contentLeft {
	width: 784px;
	float: left;
}
#contentRight {
	width: 66px;
	float: left;
}
#logoBox {
	height: 50px;
	width: 784px;
	float: left;
}
#headingBox {
	height: 121px;
	width: 784px;
	float: left;
}
#textBox1 {
	width: 480px;
	float: left;
	padding-bottom: 10px;
	padding-right: 60px;
}
#factsBox1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#factsBox1 {
	width: 244px;
	float: left;
	padding-bottom: 10px;
}
#textBox2 {
	width: 480px;
	float: left;
	padding-bottom: 10px;
	padding-right: 60px;
}
#factsBox2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#factsBox2 {
	width: 244px;
	float: left;
	padding-bottom: 10px;
}
#videoContainer {
	/*height: 396px;*/
	width: 784px;
	float: left;
	padding-bottom: 25px;
	padding-top: 33px;
}
#languageBox a {
	text-decoration: none;
	color: #000;
	font-family: Arial Black, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
}
#languageBox {
	height: 65px;
	width: 66px;
	float: left;
}
.nudgeTop {
	padding-top: 4px;
}
.nudgeRight {
	padding-right: 1px;
}
