@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto 30px auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	background: #fff; 
}
.oneColFixCtrHdr #header {
	margin: 0; 
	padding: 0; 
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 40px;
	background:#fff;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	padding: 10px 0px;
	font-size:10px;
	color:#999999;
	border-bottom: #DDDDDD 2px solid;
}

/*---reviews & testimonials section---*/
.imgleft {
float:left; 
margin:0 1em 1em 0;
}
.imgright {
float:right; 
margin:0 0 1em 1em;
}
blockquote {
	font-weight:900;
	font-style:italic;
	font-size:12px;
}
.name {
	text-align:right;
	font-style:normal;
	font-size:10px;
}
.quoteheader {
	font-weight:bold;
	margin:10px auto;
	text-align:center;
	width:600px;
	}

/*---start-bottom-table---*/
table {
	border-collapse: collapse;
	margin:0 auto;
	width:90%;
}
tr {
	height: 30px;
}
td {
	padding: 5px;
}

td.center {
text-align:center;
padding:0px;
}

td.right {
	text-align:right;
	padding-right:0px;
	}

td.quote {
vertical-align:top;
background:#fff;
}

td.first {
	border-left: 0px;
}
tr.row {
	background: #fff; /*-----bg of td's, was EFEFEF-------*/
	border-bottom: solid 1px #EFEFEF;
}


/*------TITLES-and-other-CLASSES----*/

h1 {
padding:0px; margin:0px;
font-size: 1.8em;
font-weight:700;
}

h2 {
font-size: 19px;
font-weight:200;
}

.title1 {
font-size:21px;
font-weight:600;
}

.account-buttons {
	width:100%;
	}

/*---box STEP title---*/
.title2 {
color: #EC7013;
margin-bottom:0px;
font-weight:strong;
}

/*---text under Try Today with $5.00 in Free Calls STEP---*/
.title3 {
margin-bottom:10px;
font-weight:strong;
}

.indent-left {
	margin-left:15px;
	margin-top:0px;	
}

div.box {
border:1px #C7C7C7 solid;
padding:10px;
}

.contact {
	border-top:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
	margin:10px auto 5px auto;
	padding:10px 0px 10px 0px;
	text-align:center;
}

/*---start-footer-link--table---*/
.footer-table {
	width:100%;
	margin: 5px;	
	background: #EFEFEF;
	text-align:center;
	margin:0 auto;
}
.footer-tr {
	height: 30px;
}
.footer-td {
	font-size: 11px;
	padding: 5px;
	border-right: #DDDDDD 2px solid; /*same color as footer bg*/
}

.first-cell {
	font-size: 11px;
	padding: 5px;
	border-left: #DDDDDD 2px solid; /*same color as footer bg*/
	border-right: #DDDDDD 2px solid; /*same color as footer bg*/
	}
/*---end---table---*/

/*------links------*/
a, a:visited {
	text-decoration: none;
	color: #2180BC;
	background: inherit;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

.sharing-links {
	margin:0 auto;
	text-align:center;
	font-size:12px;
	}
table.sharing-links {
	width: 60%;
	margin:0 auto;
	border-top:1px #C7C7C7 solid;
	margin-bottom:5px;
	}
.noborder {
	border:none;
	}

/*----rollover button----*/

a#rollover { background-image:url(images/download.jpg); height: 42px; width:255px; display:block; margin:0 auto; }
a#rollover span { display:none; }
a#rollover:hover { background-image:url(images/download_over.jpg); }




