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

* {
	margin:0;
	padding:0;
	}

* html .png { behavior: url(css/iepngfix.htc); }

body {
	text-align:center;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	min-width:800px;
	min-height:850px;
	background:#000 url(../images/firecardbk.jpg) top left no-repeat;
	}

a:link, a:visited {
	color:#e9780c;
	font-weight:bold;
	text-decoration:none;
	}

a:hover {
	color:#ecab21;
	border-bottom:#ecab21 dotted 1px;
	}

a.arrow:link, a.arrow:visited {
	background:url(../images/arrow.png) top left no-repeat !important;
	background:url(../images/arrow.gif) top left no-repeat;
	padding-left:23px;
}

a.arrow:hover {
	background:url(../images/arrow-o.png) top left no-repeat !important;
	background:url(../images/arrow-o.gif) top left no-repeat;
}
	

	
#wrapper {
	position:relative;
	margin:0 auto;
	top:50px;
	height:auto;
	width:761px;
}

#contenttop {
	position:relative;
	top:0;
	height:30px;
	width:761px;
	}

#content {
	position:relative;
	background:transparent url(../images/containerbk.png) top left repeat-y !important;
	background:#000;
	border:none !important;
	width:701px !important;
  	opacity:1.0 !important; /* CSS3 standard */
	border-left:#a1a1a1 solid 1px;
	border-right:#a1a1a1 solid 1px;
	filter:alpha(opacity=90); /* for IE */
	width:699px;
	height:auto;
	top:0;
	padding:0 30px;
	text-align:left;
	}

h1 {
	font-size:23px;
	font-weight:bold;
	width:auto;
	margin-bottom:20px;
	}

.imgrt {
	float:right;
	margin-left:30px;
	margin-bottom:20px;
	border:none;
	}

#subhead {
	width:450px;
	}

p.important {
	font-size:15px;
	font-weight:normal;
	}

p.sm {
	font-size:12px;
	line-height:16px;
	margin-top:20px;
}

h2 {
	font-size:20px;
	font-weight:bold;
	margin-bottom:5px;
}

.rules {
	font-size:12px;
	line-height:16px;
	width:auto;
	margin-top:25px;
	padding-top:25px;
	border-top:#999999 dotted 1px;
}

.lcolumn {
	width:48%;
	float:left;
}

.rcolumn {
	width:48%;
	float:right;
}

#middle {
	width:auto;
	border-top:#999999 dotted 1px;
	border-bottom:#999999 dotted 1px;
	margin:25px 0;
	padding:25px 0;
}

#doitalone {
	width:450px;
	}

.card {
	float:left;
	margin:0 20px 5px 0;
}

h3 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
	}

#benefits {
	width:450px;
	margin-top:25px;
	}

#benefits ul {
	list-style:none;
	padding-left:30px;
	}

#benefits ul li {
	list-style:disc outside;
	font-size:14px;
	margin-bottom:2px;
	}

#chart {
	width:331px;
	height:262px;
	float:left;
	margin-right:25px;
	}

#lgfcu {
	width:335px;
	font-size:14px;
	float:right;
	}

#lgfcu ol {
	list-style:none;
	margin:0 0 20px;
	padding-left:30px;
	}

#lgfcu ol li {
	list-style:decimal outside;
	font-size:14px;
	margin-bottom:2px;
	}
	
#lgfcu ul {
	list-style:none;
	margin:0;
	padding-left:30px;
	}

#lgfcu ul li {
	list-style:disc outside;
	font-size:14px;
	margin-bottom:2px;
	}
	
#contentbot {
	position:relative;
	height:30px;
	width:761px;
	top:0;
	border-bottom:transparent solid 30px;
	}

.lgfculogo {
	float:right;
	bottom:0;
	border:none;
	margin:10px 0 8px 10px;
	}

.clear-all {
	clear:both;
	}

