/*--------------------> Global Selectors <--------------------*/
* {
	margin: 0px;
	padding: 0px;
}
a img {
	border: 0;
}
.center {
	text-align: center;
}
body {
	background-image:none;
}
#container {
	width: 600px;
	height: auto;
/*	position: relative;
	left: 50%;
*/	top: 20px;
/*	margin: 0 0 0 -480px;
*/}
/*--------------------> Header Selectors <--------------------*/
#header {
	display: none;
}
#logo {
	width: 300px;
	height: 60px;
	position: absolute;
	top: 40px;
	left: 20px;
}
/*--------------------> Mast Selectors <--------------------*/

#mast {
	display: none;
}
#flash-mast {
	display: none;
}
/*--------------------> Top Nav Selectors <--------------------*/
#top-navigation {
	display:none;
}
/*--------------------> Content Selectors <--------------------*/
#content {
	padding-top: 100px;
	padding-bottom: 40px;
	position: relative;
	width: 600px;
	height: auto;
	margin: 0px 0px 0px 0px;
}
/*--------------------> Column Container Selector <--------------------*/
#column-container {
}
/*--------------------> Left Column Selectors <--------------------*/
#left-column {
	position: relative;
	float: left;
	width: 600px;
	height: auto;
	padding: 0px;
	margin: 51px 40px 0px 40px;
	font-family: Arial, Helvetica, sans-serif;
}
#left-column h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-weight:bold;
}
#left-column h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	font-weight: normal;
}
#left-column h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	padding: 0px;
	margin: 20px 0px 5px 0px;
	font-weight:bold;
}
#left-column p {
	font-size: 14px;
	line-height: 20px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #000000;
}
#left-column a:link, #left-column a:visited {
	text-decoration: underline;
	color: #000000;
}
#left-column a:hover, #left-column a:active {
	text-decoration: none;
	color: #000000;
}
#left-column  ol{
	list-style: upper-roman;
	margin: 20px 0px 20px 20px;
	padding: 0px;
	font-size: 14px;
	color: #000000;
}
#left-column  ol li{
	list-style: lower-roman;
	margin: 10px 0px 10px 0px;
	padding: 0px;	
}
#left-column  ul{
	list-style: square;	
	margin: 20px 0px 20px 40px;
	padding: 0px;
	font-size: 14px;
	color: #000000;
}
#left-column  li{
	list-style: square;
	margin: 10px 0px 10px 0px;
	padding: 0px;	
}
#left-column .imgLeft {
	padding: 0px;
	margin: 5px 20px 20px 0px;
	border: #000000 thin solid;
	float: left;
}
#left-column .imgRight {
	padding: 0px;
	margin: 5px 0px 20px 20px;
	border: none;
	float: right;
}
/*--------------------> Right Column Selector <--------------------*/
#right-column {
	display: none;
}
/*--------------------> CTAs <--------------------*/
#noFeeCTA {
	display: none;
}
/*--------------------> Mini Form Selectors <--------------------*/
#qc {
display: none;
}
#qc ul {
display: none;
}
#qc ul li {
}
#qc-title {
display: none;
}
#qc form {
}
#qc textarea {
display: none;
}
#qc input {
display: none;
}
#qc input.button {
display: none;
}
#qc .hover {
display: none;
}
#qc p {
display: none;
}
#qc a {
display: none;
}
#qc a:hover {
display: none;
}
/*--------------------> Form Selectors <--------------------*/
.address2 {
display: none;
}
.valid {
display: none;
}
.invalid {
display: none;
}
/*--------------------> Footer Selectors <--------------------*/
#footer {
display: none;
}
#addressWrapper {
display: none;
}
/*--------------------> Disclaimer Selectors <--------------------*/
#disclaimer {
display: none;
}
/*--------------------> Disclaimer Selectors <--------------------*/
#copyright {
	display: none;
}
/*-------------------> Clearfix and sIFR Selectors, Please do not modify <--------------------*/
/* Clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */
.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}
/* sIFR http://www.mikeindustries.com/sifr/ Current Version 2.0.2 */
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}
/* =============== you can edit these styles ====================== */
.sIFR-hasFlash h1, .sIFR-hasFlash h2 {
	visibility: hidden;
}
