/* 
Eric Meyer's Reset Styles.
http://meyerweb.com/ 
*/


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, sub, tt, var,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
	border: 0;
	outline: 0;
	line-height:normal;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

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: "" "";
}
/* end Erics resets... tyEric! */

sup {
	margin: 0;
   vertical-align: baseline;
   font-size: 0.8em;
   position: relative;
   top: -0.4em;
}



body {
 padding: 0;
 margin: 0;
 font: 12px/15px Arial, Helvetica, sans-serif;
 background-color:#261a40;
 }
 
 /* RESTRATION PG CONTENT*/ 
#holderReg {
float:left;
width:937px;
padding:162px 0 0 23px;
 background:url(../images/reg-bkg3.jpg) no-repeat #261a40;
} 


#contentContainerReg {
float:left;
width:896px;
background-color:#f2f0ea;
border: 4px solid #a8a3b5;
}


.headline {
float:left;
width: 800px;
font-size:18px;
padding:30px 45px 30px 50px;
font:42px "Times New Roman", Times, serif;
color:#2f1a4a;
}

#contentLeftReg {
float:left;
width:405px;
padding:0 30px 40px 50px; 
background-color:#f2f0ea;
color:#000000;
line-height:16px;
}

.reg-list ul, .reg-list li {
		list-style-type:disc;
		color:#4a4a4a;
		line-height:16px;
		margin-bottom:10px;
	}
	
.headline14 {
color:#2f1a4a;
font-weight:bold;
}

#contentRightReg {
float:right;
width:410px;
text-align:left;
padding-bottom:25px;
}

.regSubHead {
font-size:12px;
font-weight:bold;
}

/* GENERAL */
#contentContainerGen {
margin: 60px 0 20px 145px;
width:650px;
background-color:#f2f0ea;
border: 4px solid #a8a3b5;
}

#genCopy {
width:450px;
padding:45px 40px 30px 86px; 

font-size:20px;
color:#433163;
}

#genForm {
width:500px;
text-align:left;
padding:0 0 0 61px;
}

#formContainerGen{
	text-align:left;
	background:#fff;
	padding:25px 0 10px 25px;
/*	border:4px solid #ff0000;*/
	width:425px;
	height:60px;
	margin-left:25px;
}

.buttonsGen{
	margin:0 0 0 20px;
}

#bottomText {
font:12px/16px Arial, Helvetica, sans-serif;
color:#4a4a4a;
padding:30px 50px 50px 86px;
}

#errorText {
font:12px/16px Arial, Helvetica, sans-serif;
color:#000;
padding:15px 50px 30px 0;
}


/* FOOTER */
#navlist {
margin: 0;
padding: 0;
width:910px;
}

#navlist ul, #navlist li {
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#footer {
text-align:left;
float: left;
position: relative;
padding: 20px 0 0 50px;
background-color: #261a40;
}

#copyright {
float: left;
position: relative;
width: 905px;
font-size: 9px;
padding: 15px 5px 10px 50px;
background-color: #261a40;
z-index: 5;
color:#d7d7d6;
}






/* FORM STRUCTURE */


#formContainer{
	text-align:left;
	background:#fff;
	padding:0 0 10px 25px;
	border:4px solid #a8a3b5;
	width:325px;
	margin-left:25px;
}



form ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:100%;
	font-size:100%;
}
form li{
	margin:0;
	padding:4px 5px 2px 0;
	position:relative;
	clear:both;
}

form li div, form li span{
	margin:0 4px 0 0;
	padding:0 0 8px 0;
	color:#444;
}
form li span{
	float:left;
}



/* ----- FORM INFO ----- */

.info{
	clear:both;
	margin:0 0 8px 0;
	padding-top:10px;
	width:300px;
}
.info[class]{
	display:block;
}
.info h2{
	color:#2f1a4a;
	font-weight:bold;
	font-size:18px;
	clear:left;
}

.info h3{
	font-weight:normal;
	font-size:13px;
	clear:left;
	margin:0 0 4px 0;
}

.info h4{
	font-weight:normal;
	font-size:10px;
	margin:0 0 3px 0;
	clear:left;
}

.errorCopy {
	color:#F00;
	font-size:12px;
	font-weight:normal;
}

/* ----- FORM FIELDS AND LABELS ----- */

.buttons{
	clear:both;
	margin-top:10px;
	text-align:center;
}

label.terms{
	padding:12px 0 0 0;
	color:#000;
	display:block;
	font-size:10px;
}

/*-------------------------- Form Text ----------------------------*/
.formText {
	font: bold 10px Arial, Helvetica, sans-serif;
}
.formText2 {
	font: bold 12px Arial, Helvetica, sans-serif;
}


/* LINKS */
a.footerLink, a.footerLink:visited, a.footerLink:link {
   color: #d7d7d6;
	font-size: 9px;
	text-decoration: none;
}

a:hover, a.footerLink:hover {
text-decoration:underline;
}

a.blk10, a.blk10:visited, a.blk10:link, a.blk10:hover {
   color: #000;
	font-size: 10px;
	text-decoration: underline;
	font-weight:bold;
}

a.purple11, a.purple11:visited, a.purple11:link, a.purple11:hover {
   	color: #2f1a4a;
	font-size: 11px;
	text-decoration: underline;
}

a.purple12, a.purple12:visited, a.purple12:link, a.purple12:hover {
	color: #2f1a4a;
	font-size: 12px;
	text-decoration: underline;
	font-weight:normal;
}

/*******************************************************/
/*   Brand Bar Popup Styles                            */
/*******************************************************/

#brandNavBrandList {
	background-color: #FFFFFF;
	border: 1px solid #ECECEC;
	padding: 8px 0px;
	padding-top:8px;
	width: 142px;
	text-align: left;
	position:absolute;
	top: -130px;
	left:0px;
	z-index:1000;
	font-family: Arial,Helvetica,Sans Serif;
}

#brandNavBrandList hr {
	border-color:#AFAFAF;
	border-style:solid;
	border-width:0pt 0pt 1px;
	margin:3px 10px;
}

#bb_other_brands {
	text-decoration: underline;
}

#brandNavBrandList a, #brandNavBrandList a:hover, #brandNavBrandList a:visited  {
	color:#3E3061;
	display:block;
	font-size:11px;
	font-weight:normal;
	margin:0pt 0pt 1px;
	padding:0pt 10px;
	text-decoration:none;
}

#brandNavBrandList a:hover {
	background-color: #E49F43;
	color: #fff;
}


/*Begin Pop-up classes*/
.popHeadText {
font-family : Arial, Helvetica, sans-serif;
font-size : 14px;
font-weight : bold;         
color : #666666;
}

ul {
   margin-top: 0;
   margin-bottom: 0;
}

.popBodyText {
font-family : Arial, Helvetica, sans-serif;
font-size : 10px;
color : #666666;
}

.popBodyText a:link, .popBodyText a:visited, .popBodyText a:hover, .popBodyText a:active {
color : #A41E16;
font-family : Arial, Helvetica, sans-serif;
font-size : 10px;
text-decoration : underline;
}

.bgHorizontalTop { background-color:#DDDDDD; }
.bgHorizontal { background-color:#DDDDDD; }
/*End Pop-up classes*/

