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

* {
	margin: 0 auto;
	padding: 0;
}
#wrapper {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #333333;
}
#asseenon {
	width: 300px;
	float: right;
}
@font-face
{
font-family: CenturyGothic;
src: url('GOTHIC.ttf');
}
@font-face
{
font-family: CenturyGothicB;
src: url('GOTHICB.ttf');
}
@font-face
{
font-family: CenturyGothicBI;
src: url('GOTHICBI.ttf');
}
@font-face
{
font-family: CalculatorFont;
src: url('digital-7.ttf');
}
#header {
	width: 980px;
	height: 100px;
	padding: 0 10px;
}
#title {
	width: 500px;
	height: 40px;
	margin-top: 30px;
	color: #003399;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	font-size: 35px;
	float: left;
}
.debt {
	color: #92d050;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	font-size: 35px;
	padding: 0px;
}
a.title:link, a.title:hover, a.title:visited, a.title:active {
	color: #003399;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	font-size: 35px;
	text-decoration: none;
}

/* byme, old phone, text based 
#phone {
	width: 400px;
	height: 30px;
	margin-top: 20px; /* byme, it was 40 */
/* text-align: right;
	float: right;
	color: #003399;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	font-size: 20px;
} */

#phone {
    float: right;
    height: 66px;
    margin-right: 10px;
    margin-top: 7px;
    width: auto;
}

.number {
	color: #92d050;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	font-size: 30px;
	padding: 0px;
}
#nav {
	width: 980px;
	margin-bottom: 15px;
	height: 40px;
	background-color: #003399;
	border-radius: 5px;
	color: white;
}
#navbox {
	width: 980px;
	padding: 0px 10px;
}
#nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:center;
	padding-top: 10px;
}
#nav li {
	display:inline;
	padding: 10px 5px; /* byme, it was padding: 10px */
}
#nav a:link {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; /* byme, it was 15 */
	text-decoration: none;
}
#nav a:hover {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; /* byme, it was 15 */
	text-decoration: none;
}
#nav a:link, a:hover, a:visited {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; /* byme, it was 15 */
	text-decoration: none;
}
#banner {
	width: 100%;
	height: 350px;
	background-color: #e1e1e1;
}
#banner-content {
	width: 1000px;
	height: 50px;
	background-color: #e1e1e1;	
}
#content {
	width: 1000px;
}
#left {
	width: 655px;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 30px;
}
#main {
	width: 655px;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 30px;
}
#left a:link {
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: underline;
}
#left a:hover {
	color: #0066cc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: underline;
}
#left a:visited {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
#left ul {
	padding-left: 30px;
	list-style-image: url(disc.png);
}
#left ol {
	padding-left: 35px;
}
#right {
	width: 300px;
	margin-right: 10px;
	margin-top: -350px;
	margin-left: 25px;
	float: right;
}
#contactus {
	color: black;
	font-size: 25pt;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 200;
}
fieldset {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	float: right;
	border: none;
	border-radius: 5px;
	padding: 0;	
	position: relative;
	z-index: 10;
	
}
.textbox input {
	width: 230px;
	height: 16px;
	margin-left: 30px;
	margin-bottom: 1px;
	padding: 5px;
	font-size: 14px;
	color: #000000;
	background: white;
	border: 1px solid #999999;
	border-radius: 5px;
}
.listbox select {
	width: 240px;
	height: 29px;
	margin-left: 30px;
	margin-bottom: 1px;
	padding: 5px;
	font-size: 14px;
	color: #000000;
	background: white;
	border: 1px solid #999999;
	border-radius: 5px;
}
input:focus, select:focus {
	border-color: #0066cc;
	outline: none;
}
.contact-label {
		padding: 1px 30px;
}
label {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 30px;
	color: #ffffff;
}
#calculatorlink {
	width: 300px;
	margin-top: 30px;
	margin-bottom: 25px;
}

#bottom {
	width: 715px;
	padding: 10px 0px;
	clear: both;
	margin-bottom: 25px;
	font-family: "CenturyGothic", "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: white;
	text-align: center;
	letter-spacing: 5px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	text-shadow: 0px 0px 5px #949494;
    filter: dropshadow(color=#949494, offx=0, offy=0);
}
#footer {
	width: 100%;
	height: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	clear: both;
	color: #ffffff;
}
#footertext {
	width: 1000px;
}
a.copyrighttext:link, a.copyrighttext:hover, a.copyrighttext:visited {
	text-decoration: underline;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.shadow {
	-moz-box-shadow: 0px 0px 10px #a5a5a5;
	-webkit-box-shadow: 0px 0px 10px #a5a5a5;
	box-shadow: 0px 0px 10px #a5a5a5;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a5a5a5')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a5a5a5');
}
.bluegradient {
	background: #003399; /* Old browsers */
	background: -moz-linear-gradient(top, #003bb0 0%, #003399 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003bb0), color-stop(100%,#003399)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #003bb0 0%,#003399 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #003bb0 0%,#003399 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #003bb0 0%,#003399 100%); /* IE10+ */
	background: linear-gradient(to bottom, #003bb0 0%,#003399 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003bb0', endColorstr='#003399',GradientType=0 ); /* IE6-9 */
}	
.greengradient {
	background: #92d050; /* Old browsers */
	background: -moz-linear-gradient(top, #92d050 1%, #66c501 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#92d050), color-stop(100%,#66c501)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #92d050 1%,#66c501 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #92d050 1%,#66c501 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #92d050 1%,#66c501 100%); /* IE10+ */
	background: linear-gradient(to bottom, #92d050 1%,#66c501 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92d050', endColorstr='#66c501',GradientType=0 ); /* IE6-9 */
}
#debtcalculator {
	width: 570px;
	height: 490px;
	margin-top: 30px;
	background-image: url(calculator-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 60px;
}
.textfield input {
	width: 140px;
	height: 30px;
	padding: 10px;
	margin-right: 15px;
	text-align: right;
	font-family: CalculatorFont;
	font-size: 28px;
	border: none;
	background: none;
}
h1 {
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	font-size: 28px;
	padding: 5px 0px;
	color: #003399;
}
a.h1link:link, a.h1link:hover, a.h1link:visited, a.h1link:active {
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	font-size: 28px;
	padding: 5px 0px;
	color: #003399;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 15px 0px;
	color: #003399;
	font-weight: 100;
	font-size: 25px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding: 5px 0px;
	font-weight: 100;
	color: #0066cc;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 100;
	padding: 10px 0px;
	color: #003399;
}
p {
	text-align: justify;
	line-height: 22px;
	padding: 10px 0px;
}
li {
	padding: 5px 0;
}
.homepagelist li {
    background: url(check-mark.png) no-repeat 0px 0px;
    list-style-type: none;
    margin: 15px 0px;
    padding-left: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#sub-banner {
	width: 100%;
	height: 75px;
	background-color: #e1e1e1;
}
#sub-banner-title {
	width: 1000px;
	height: 75px;
	background-color: #e1e1e1;
}
#sub-right {
	width: 300px;
	float: right;
	margin-right: 10px;
	margin-top: -75px;
}
#indextoarticles {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding: 10px 0px;
	border-radius: 5px;
	float: right;
}
#indextoarticles li {
	margin-left: 30px;
}
#indextoarticles a:link, a:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
}
#indextoarticles a:hover {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
}
.indextoarticles-title {
	color: #000000;
	font-size: 18pt;
	font-family: "CenturyGothic", "Century Gothic", Arial, Helvetica, sans-serif;
	text-align: center;
}