@charset "UTF-8";
/* CSS Document */

/**************************************
STRUCTURE
**************************************/

body {
	margin:0;
	padding:0;
	font-size:10px;
	background-color:#000000;
}
#wrapper {
	width:100%;
	position:relative;
	z-index:2;
}
#content {
	width:960px;
	margin: 0 auto;
	position:relative;
	z-index:2;
}

#topBar {
	height:60px;
	background-image:url(../images/topBar.jpg);
	padding:10px 32px 0 32px;
	margin:0;
}

/**************************************
IMAGES
**************************************/

#headlinePromise {
	padding:0;
	margin:34px 0 0 20px;
}

#headerState {
	margin:0 0 30px 32px;
}

#headerPromise {
	margin:0 0 30px 0px;
}

#supersize {
	position:fixed;
	z-index:1;
	height:100%;
	width:100%;	
}

#supersize img {
	height:100%;
	width:100%;
	position:absolute;
}

/**************************************
TEXT
**************************************/

#supportCopy {
	width:545px;
	font-family:"Times New Roman", Times, serif;
	font-size:2em;
	line-height:1.3em;
	color:#fff;
	margin:20px 0 0 33px;
	text-shadow:0 0 1px rgba(0, 0, 0, 0.01);
}

#supportNav {
	margin:20px 0 0 32px;
	width:300px;
	text-shadow:0 0 1px rgba(0, 0, 0, 0.01);
}

#supportNav a {
	text-decoration:none;
	font-size:2.4em;
	color:#d94131;
	font-weight:bold;
	font-style:italic;
	margin:0 30px 0 0;
}

#supportNav a:hover {
	color:#acc668;
}

#promiseCopy {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	margin:0;
	padding:0;
	font-weight:normal;
}

#promiseCopy li {
	list-style-image:url(../images/check.png);
	margin:0 0 15px 22px;
}

#topBar p {
	color:#53110a;
	font-size:1.6em;
	line-height:1.4em;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	margin:0;
	padding:0;
}

#topBar p strong {
	color:#D94131;
}

#topBar a {
	color:#53110a;
	text-decoration:underline;
}

#topBar a:hover {
	color:#000;
}

#quarantineText {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color:#acc668;
	font-size:1.7em;
	line-height:1.4em;
	margin:20px 0 0 33px;
}

#quarantineText strong {
	font-weight:bold;
	color:#fff;
}

/**************************************
MODULES
**************************************/

#moduleMap {
	width:321px;
	float:left;
	margin:30px 0 0 0;
	display:inline;
}

#modulePromise {
	width:251px;
	float:left;
	display:inline;
	margin:30px 0 0 20px;
}

#moduleMedia {
	width:356px;
	float:right;
	display:inline;
	margin:20px 0 0 0;
}

#moduleWheel {
	float:right;
	display:inline;
	margin:30px 20px 0 0;
}

#btn_submit {
	margin:0 0 0 22px;
	padding:0;
	background:transparent url(../images/btn_submit.png) no-repeat scroll center top;
	border:0 none;
	cursor:pointer;
	width:151px;
	height:25px;
	position:relative;
	text-indent:-1000em;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	margin:20px 0 10px 0;
	padding:0;
	color:#fff200;
}

/**************************************
FORMS
**************************************/

label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight:bold;
	line-height: 1.1em;
	color: #fff200;
}

/*.field {
	margin:0 10px 0 0;
	float:left;
}

input, select {
	border-style:hidden;
	margin-top:10px;
}*/

/**************************************
FOOTER
**************************************/

#footer {
	width:960px;
	height:60px;
	padding:0;
	margin:40px 0 0 0;
	clear:both;
	background: url(../images/footer-bg.png) no-repeat scroll center top;
}
.footerImageLeft {
	margin: 0px;
	padding: 0px;
	clear: none;
	float: left;
	border:none;
	display:inline;
}
.footerImage {
	margin: 0px;
	padding: 0px;
	clear: none;
	float: right;
	border:none;
	display:inline;
}
.footerText {
	height:60px;
}
.footerText a {
	color:#fff;
}

img, .footerImageLeft, .footerImage, #footer {
	behavior: url(/iepngfix.htc)
}