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

* {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}

a:visited, a:hover, a:link {
	color:#0033CC;
	text-decoration:underline;
}

img{
	border:none;
}

input, select{
	padding:6px;	
}

#cw {
	width:900px;
	margin:10px auto;
}

#main {
	float:left;
	width:725px;
}

#head{
	font-size:1.6em;
	font-weight:bold;
}

.welcome {
	margin:10px 0px 0px 0px;
	text-align:left;
	font-size:1.3em;
	font-weight:bold;
	color:#003366;
}
.welcomeSteps{
	margin:10px 0px 0px 0px;
	text-align:left;
	font-size:1em;
	font-weight:bold;
	color:#003366;
}

.t1 {
	font-weight:bold;
	font-size:1.1em;
}

.t2 {
	font-weight:bold;
	font-size:1.1em;
}

#main p{
	padding:10px 10px 10px 10px;
}

.mainBlock {
	padding:10px 0px 10px 5px;
	margin: 5px 0;
	width:710px;
	float:left;
	clear:both;
}

.mainBlock ul{
	list-style:none;
	padding:5px 0;
}
.mainBlock li{
	padding:3px 5px;
}

.pHead {
	font-size:1.2em;
	font-weight:bold;
	padding:5px;
	margin:5px 0;
	border-bottom:1px solid #AFC5DA;
}
.subPHead{
	font-size:.9em;
	font-weight:bold;
	padding:3px;
	margin:3px;
}

.splitHead{
	display:block;
	font-size:1.1em;
	font-weight:bold;
	border-bottom:1px dotted #666666;
	width:600px;
	margin:0 0 10px 0;
	padding:3px;
}

.dotBox{
	margin:5px 25px;
	padding:10px;
}
.boxHead{
	font-weight:bold;
	background-color:#DFE7EC;
	margin-bottom:10px;
}

#leftNav {
	float:left;
	width:175px;
}

.attn {
	font-weight:bold;
	color:#990000;
}
.succ{
	font-weight:bold;
	color:#339933;
}
.subInfo{
	font-size:0.9em;
	padding:10px 30px
}
.clearer{
	clear:both;
	line-height:0px;	
}

#footer{
	clear:both;
	width:900px;
	text-align:center;
	padding:8px 0;
	font-size:.9em;
}
#footer a{
	color:#000000;
	padding:0 10px;
}
#footer a:hover{
	text-decoration:underline;
}
#footer a:link, #footer a:visited{
	text-decoration:none;
}

.instructions{
	border:1px solid #333333;
	margin-bottom:20px;
}

.statusBox{
	margin:0px;
	padding:10px;
}

#accountBox{
	background-color:#CCCCCC;
}

#credStatus{
	background-color:#E6EAD9;
}
#regStatus{
	background-color:#F3F5F8;
}
.accountNotes{
	padding:5px;
	border:1px solid #666666;
	margin:0 20px 10px 10px;
}
.mainBlock .linkList{
	padding:0 0 0 20px;
}
.mainBlock .linkList li{
	padding:5px 0 0 0;
}
.mainBlock .linkList .linkListHead{
	margin:10px 0 0px 0;
}
/*level 2 list items*/
.mainBlock .linkList_2{
	margin:0 0 0 20px;
	padding:0px;
}
.mainBlock .linkList_2 li{
	padding: 2px 0 2px 0;
}
.mainBlock .linkList .newAccountLink{
	padding-left:45px;
	background:url(../images/cred_arrow.jpg) center left no-repeat;
}
.note {
	font-weight:normal;
	font-size:0.8em;
}

/* extras */
.de-emphasize{
	color:#999999;
}

/*Regular Fieldsets / Legends (non-form)*/
.regFS {
	text-align:center;
	width: 400px;
	margin-left:10px;
	padding:10px;
}
.levFS {
	text-align:left;
	width: 400px;
	margin-left:10px;
	margin-bottom:10px;
	padding:10px;
}

.levUl {
	list-style:none;
}
.levUl li {
	padding:5px;
}

.boxUl{
	margin-left:20px;
}

.padUl li{
	padding:2px;
	margin-left:20px;
}

.regLeg {
	font-weight:bold;
	margin-left:100px;
}
.progress {
	font-size:.9em;
	color:#CC0000;
}

.reqd {
	font-size:.9em;
	font-style:italic;
	color:#339900;
}
.reqd_blue {
	font-size:.9em;
	font-style:italic;
	color:#003399;
}

.reqd_red {
	font-size:.9em;
	font-style:italic;
	color:#990000;
}

.reqd_green {
	font-size:.9em;
	font-style:italic;
	color:#006600;
}

.clear{
	clear:both;
}
.imp {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	border: 1px solid #990000;
	padding:5px;
}
.fyi {
	color:#FF6600;
}
#faq #main{
	width:500px;
	padding:10px;
}
td{
	padding:.2em .5em;
	border-top:1px solid #000000;
	/*border-right:1px solid #000000;*/
}
#paymentBox{
	border:1px solid #CCCCCC;
	background-color:#EEEEEE;
	padding:4px 10px;
	color:#666666;
}
.stepsList{
	list-style:none;
	padding:10px;
}
.stepsList .otherStep{
	
}	
.stepsList .currentStep{
	padding:5px 0;
}

/*ASPIRE TRANSITION*/
.aspire-message{
	border:1px solid #930;
	background-color:#FFF3E8;	
}
.aspire-title{
	font-weight:bold;
	font-size:1.1em;
	color:#930;	
}
