/*---------------
LG Colours
Red: #df0024			Light: #F7CED0				Dark: #bc001d
Yellow: #f6d300			Light: #FAEAAB				Dark: #f1af00
Purple: #67087b 		Light: #9764a3				Really light Purple: #c9b0d0		Ghost Purple: #ECEAF7
Neutral: #e8e9c8		Light neutral: #eeefd8		Really light neutral: #f8f8f0

LG Admin Colours
Dark blue: #70AFE9		Med blue: #97C7ED			Light blue: #BADAF3					Ghost Blue: #D9EBF9
Dark Purple: #67087b 	Med Purple: #9764a3			light Purple: #c9b0d0				Ghost Purple: #ECEAF7

---------------*/

/*---------------
RESET
---------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-family:Arial, Helvetica, sans-serif;
}


/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }


/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

a {
	outline:0;
}

/*---------------
Hows
---------------*/
#how {
	margin:0 0 0 0;
	}
#how img {
	margin:0 0 0 0;
	}
#how h4 {
	font-size:18px;
	color: #000;
	margin:20px 20px 5px 20px;
	position:relative;
	line-height:1.2;
}
#how h3 {
	font-size:14px;
	color: #9764a3;
	margin:20px 20px 5px 20px;
	position:relative;
	line-height:1;
}
#how p {
	font-weight:normal;
	font-size:14px;
	color:#000000;
	line-height:1.4;
	margin:8px 20px 0px 20px;
}
#how .main_list li {
	font-size:14px;
	font-weight:normal;
	line-height:1.4;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	margin:5px 0 0 35px;
	padding:0;
}
.how_rule {
	width:520px;
	position:relative;
	margin:0 0 0 20px;
	top:9px;
	height:1px;
	
}
#how .footnote {
	font-size:9px;
	line-height:1.2;
}
#how dl {
	margin: 0;
	padding: 0;
	
}
#how dt {
	margin: 0;	padding: 0;
	font-weight: bold;
	text-transform:uppercase;
	font-size:10px;

}
#how dd {
	margin: 0 0 5px 0;
	padding: 0;
	font-size:10px;
}
#how table tr td ul  {
	margin:0;
	padding:0;
	position:relative;
	
}
#how table tr td ul li {
	margin: 3px 0 0 0;	
	padding: 0;
	font-weight: normal;
	font-size:10px;
	list-style:none;
}
#how ol.announce li {
	margin: 3px 0 0 40px;	
	padding: 0;
	font-weight: normal;
	font-size:14px;
	line-height:1.4;
	list-style:none;
	list-style-type:decimal;
	}
#how h5 {
	margin: 0;	padding: 0;
	font-weight: bold;
	font-size:10px;
	text-transform:uppercase;
}
#how p span.purple	{
	color:#c9b0d0;
	font-weight:bold;
	font-size: inherit;
}
#how p span.blue	{
	color:#5f85a2;
	font-weight:bold;
	font-size: inherit;
}
.nextStep_l {
	background-color:#9764a3;
	padding:0 0 0 5px;
	text-align:left;
	color:#ffffff;
	text-decoration:none ;
	width:130px;
	height:20px;
	font-weight:bold;
	font-size:12px;
	margin:20px 0 20px 20px;
	display:block;
	text-transform:uppercase;
	line-height:1.7;
	float:left;
}
.nextStep_l:hover {
	background-color:#c9b0d0;
	padding:0 0 0 5px;
	text-align:left;
	color:#ffffff;
	text-decoration:none ;
	width:130px;
	height:20px;
	font-weight:bold;
	font-size:12px;
	margin:20px 0 20px 20px;
	display:block;
	text-transform:uppercase;
	line-height:1.7;
	float:left;

}
.nextStep_r {
	background-color:#9764a3;
	padding:0 0 0 5px;
	text-align:left;
	color:#ffffff;
	text-decoration:none ;
	width:100px;
	height:20px;
	font-weight:bold;
	font-size:12px;
	margin:20px 20px 20px 20px;
	display:block;
	text-transform:uppercase;
	line-height:1.7;
	float:right;
}
.nextStep_r:hover {
	background-color:#c9b0d0;
	padding:0 0 0 5px;
	text-align:left;
	color:#ffffff;
	text-decoration:none ;
	width:100px;
	height:20px;
	font-weight:bold;
	font-size:12px;
	margin:20px 20px 20px 20px;
	display:block;
	text-transform:uppercase;
	line-height:1.7;
	float:right;

}