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

/* The Reset ---------------------------------- */
html, body, div, span, applet, object, input, 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-size: 100%;
	/*font-family: inherit;*/
	vertical-align: text-top;
	text-align: left;
}
table { border-collapse: collapse; border-spacing: 0; }
caption, th {  }
q: before, q: after { content: ''; }
a { text-decoration: none; }

/* Globals ------------------------------------ */
a { color: #FFFF00; }

body {
	font-family:  "Gill Sans", Helvetica, sans-serif;
	font-size: 9pt; 
	line-height: 11pt;
	font-weight: normal;
	color: #3f3f3f;
	background-color: #000000;
	vertical-align: top;
}
h1{
	text-decoration: none;
	font-style: normal;
	color: #800000;
	font-size: 14pt;
	line-height: 17pt;
	font-weight: bold;
}
h2, span.heading {	
	text-decoration: none;
	font-style: normal;
	color: #800000;
	font-size: 10pt;
	line-height: 16pt;
	font-weight: bold;
	margin-left: 10px;
}
h3 {
	text-decoration:  none;
	font-style:  normal;
	color:  #e8c94a;
	font-size:  9pt;
	line-height:  13pt;
	font-weight:  bold;
	margin-left:  10px;
}
h4 {
	text-decoration: none;
	font-style: normal;
	color: #ffff00;
	font-size: 12pt;
	line-height: 18pt;
	font-weight: bold;
	margin-right: 10px;
	margin-left:  10px;
}
h5 {
	text-decoration: none;
	font-style: normal;
	color: #FFFFFF;
	font-size: 9pt;
	line-height: 13pt;
	font-weight: bold;
	margin-right: 10px;
}

h6 {
	text-decoration: none;
	font-style: normal;
	color:#FFFF00;
	font-size: 9pt;
	line-height: 12pt;
	font-weight: normal;
	margin-right: 10px;
}
ol, ul {
	list-style-type: none;
	margin-left: 1em; 
}
blockquote: before, blockquote: after, q: before, q: after {content: "";}
blockquote, q {quotes: "" ""; }
/* styles for the email and newsletter section*/
ul#email li{
	padding-bottom:15px;
}
ul#email li.last{
	padding-bottom:0;
}
ul#email li a{
	color:#000;
	display:block;
}
ul#email li a:hover{
	color:#fff;
	background-color:#9D3B3B;
}
ul#email span{
	display:block;
	margin-left:10px;
}
ul#email span.heading{
	text-transform:uppercase;
}
ul#email span.action{
	text-transform:uppercase;
	color:#CF833D;
	font-weight:bold;
}
ul#email li.text{
	background:url(../../images/iphone.png) 0 50% no-repeat;
	padding-left:48px;
}
ul#email a.insider{
	background:url(../../images/mail.png) 0 50% no-repeat;
	padding-left:48px;
}
ul#email a.survey{
	background:url(../../images/document_pen.png) 0 50% no-repeat;
	padding-left:48px;
}
/**/
#icontainer{
	height: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: auto;
	background-image: url(../../web_load/images/rg_bkg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#ipage{
 	width: 952px;
 	height: 768px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.625em;
	margin-bottom: auto;
	text-align: center;
}
#ihead{
	text-align: center;
 	width: 952px;
 	height: 88px;
}
#iborder{
	background-color: #000000;
 	width: 942px;
 	/*height: 610px;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	padding: 0.3125em;
}
#incontent{
	background-color: #FFFFFF;
	width: 942px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}
#ifoot{
	background-color: #000000;
 	width: 952px;
 	height: 60px;
}
#ifootleft{
	text-align: left;
	margin-left: 0.625em;
	margin-top: 0.3125em;
 	width: 435px;
 	height: 50px;
	float: left;
	display: inline;
	font-size: 9px;
	line-height: 10px;
	color: #3f3f3f;
}
#ifootright{
	text-align: right;
 	width: 502px;
 	height: 60px;
	float: right;
}
.iclear{
	clear: both;
}

#ifootleft a:link {color: #DDDDDD;}
#ifootleft a:visited {color: #DDDDDD;}
#ifootleft a:hover {background-color: #800000;}
#ifootleft a:active {color: #DDDDDD;}

p {
	margin-left: 10px;
}
p img {
 margin-left: -10px;
}
