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

* {
	margin: 0 auto;
	padding: 0;
}
#asseenon {
	width: 300px;
	float: right;
}
#wrapper {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #333333;
}
#header {
	width: 980px;
	height: 100px;
	padding: 0 10px;
}
#title {
	width: 500px;
	height: 22px;
	margin-top: 39px;
	margin-left: 30px;
	float: left;
}

/* byme, old phone settings when it was text
#phone {
	width: 400px;
	height: 22px;
	margin-top: 5px; /* byme, it was 39 */
/*	margin-right: 30px;
	text-align: right;
	float: right;
	color: #fe560d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 100;
} */

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


.logo {
	margin-top: -10px;
}
#nav {
	width: 100%;
	height: 25px;
	border-bottom: #205ad4 solid 5px;
	text-align: center;
}
#nav ul {
	width: 980px;
	list-style-type:none;
	position: relative;
	margin:0 auto;
	padding:0;
	text-align:center;
}
#nav li {
	display: inline;
	position: relative;
	padding:  0px 2px; 
}
#nav a:link, a:visited {
	color: #ffffff;
	background: #4082fa; /* Old browsers */
	background: -moz-linear-gradient(top,  #4082fa 0%, #205ad4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4082fa), color-stop(100%,#205ad4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4082fa 0%,#205ad4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4082fa 0%,#205ad4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4082fa 0%,#205ad4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4082fa 0%,#205ad4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4082fa', endColorstr='#205ad4',GradientType=0 ); /* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0032ae', endColorstr='#002485',GradientType=0 ); /* IE6-9 */
	padding: 8px 7px; /* byme, it was 8px 14 px */
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; /* byme, it was 15 */
	text-decoration: none;
}
#nav a:hover {
	background: #205ad4;
	color: #ffffff;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; /* byme, it was 15 */
	text-decoration: none;
}
#banner {
	width: 100%;
	height: 350px;
	background-color: #e1e1e1;
	background-image: url(banner-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
}
#banner-content {
	width: 1000px;
	height: 322px;
	padding-top: 28px;
	background-color: #e1e1e1;
	background-image: url(banner-bg.png);
	background-position: top center;
	background-repeat: no-repeat;	
}
.shadow {
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 5px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 5px rgba(0, 0, 0, 0.5);
}
#content {
	width: 1000px;
}
#left {
	width: 630px;
	margin-left: 10px;
	margin-top: 20px;
}
#mainleft {
	width: 630px;
	margin-left: 10px;
	margin-top: 20px;
}
#left a:link {
	color: #001d79;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: underline;
}
#left a:hover {
	color: #4082fa;
	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: 14px;
	font-weight: normal;
}
#left ul {
	padding-left: 30px;
	list-style-image: url(disc.png);
}
#left ol {
	padding-left: 35px;
}
@font-face {
	font-family: CalculatorInput;
	src: url('digital-7.ttf');
}
#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;
}
#calculator p {
	font-family: Arial, Helvetica, sans-serif;
	color: #001d79;
	font-size: 20px;
	text-align: inherit;
}
#calculatorlink {
	width: 300px;
	padding-top: 30px;
}
.symbol {
	color: #fe560d;
	font-size: 24px;
}
.textfield input {
	width: 140px;
	height: 30px;
	padding: 10px;
	margin-right: 15px;
	text-align: right;
	font-family: CalculatorInput;
	font-size: 28px;
	border: none;
	background: none;
}
#right {
	width: 300px;
	margin-right: 10px;
	float: right;
	margin-top: -350px;
}
#footer {
	width: 100%;
	height: 100px;
	background: #0032ae; /* Old browsers */
	background: -moz-linear-gradient(top, #0032ae 0%, #002485 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0032ae), color-stop(99%,#002485)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0032ae 0%,#002485 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0032ae 0%,#002485 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0032ae 0%,#002485 99%); /* IE10+ */
	background: linear-gradient(to bottom, #0032ae 0%,#002485 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0032ae', endColorstr='#002485',GradientType=0 ); /* IE6-9 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	clear: both;
	color: #FFFFFF;
}
#footertext {
	width: 1000px;
	background: #0032ae; /* Old browsers */
	background: -moz-linear-gradient(top, #0032ae 0%, #002485 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0032ae), color-stop(99%,#002485)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0032ae 0%,#002485 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0032ae 0%,#002485 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0032ae 0%,#002485 99%); /* IE10+ */
	background: linear-gradient(to bottom, #0032ae 0%,#002485 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0032ae', endColorstr='#002485',GradientType=0 ); /* IE6-9 */
}
a.copyrighttext:link, a.copyrighttext:hover, a.copyrighttext:visited {
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#contactus {
	color: white;
	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;
	background: #0032ae; /* Old browsers */
	background: -moz-linear-gradient(top, #0032ae 0%, #002485 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0032ae), color-stop(99%,#002485)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0032ae 0%,#002485 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0032ae 0%,#002485 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0032ae 0%,#002485 99%); /* IE10+ */
	background: linear-gradient(to bottom, #0032ae 0%,#002485 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0032ae', endColorstr='#002485',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px #0032ae solid;
	color: #FFFFFF;
	float: right;
	padding: 0;
	
}
fieldset a, a:visited {
	color: #FFFFFF;
}
.textbox input {
	width: 230px;
	height: 16px;
	margin-left: 30px;
	margin-bottom: 1px;
	padding: 4px;
	font-size: 14px;
	color: #333333;
	background: white;
	-moz-box-shadow:    inset 0 0 5px #999999;
    -webkit-box-shadow: inset 0 0 5px #999999;
    box-shadow:         inset 0 0 5px #999999;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
}
.listbox select {
	width: 240px;
	height: 26px;
	margin-left: 30px;
	margin-bottom: 1px;
	padding: 1px;
	font-size: 14px;
	color: #333333;
	background: white;
	-moz-box-shadow:    inset 0 0 5px #999999;
    -webkit-box-shadow: inset 0 0 5px #999999;
    box-shadow:         inset 0 0 5px #999999;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
}
input:focus, select:focus {
	border-color: #fe560d;
	outline: none;
}
.contact-label {
		padding: 1px 30px;
}
label {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 30px;
	color: #fe560d;
}
h1 {
	font-family: "Century Gothic", Arial, sans-serif;
	font-style: italic;
	font-size: 30px;
	padding: 5px 0px;
	color: #001d79;
}
a.h1link:link, a.h1link:hover, a.h1link:visited, a.h1link:active {
	font-family: "Century Gothic", Arial, sans-serif;
	font-style: italic;
	font-size: 30px;
	padding: 5px 0px;
	color: #001d79;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: 100;
	padding: 10px 0px;
	color: #4082fa;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding: 5px 0px;
	font-weight: 100;
	color: #001d79;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 100;
	padding: 10px 0px;
	color: #4082fa;
}
p {
	text-align: justify;
	line-height: 22px;
	padding: 10px 0px;
}
.homepagetext p {
	padding: 0px 0px 0px 20px
}
.homepagetext li {
    background: url(check-mark.png) no-repeat 0px 0px;
    list-style-type: none;
    margin: 0;
    padding-left: 50px;
	padding-top: 0;
	padding-bottom: 0;
}
li {
	padding: 5px 0;
}
#sub-banner {
	width: 100%;
	height: 75px;
	background-color: #e1e1e1;
	background-image: url(banner-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
}
#sub-banner-title {
	width: 1000px;
	height: 75px;
	background-color: #e1e1e1;
	background-image: url(banner-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
}
#sub-right {
	width: 300px;
	float: right;
	margin-right: 10px;
	margin-top: -75px;
}
#indextoarticles {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #0032ae; /* Old browsers */
	background: -moz-linear-gradient(top, #0032ae 0%, #002485 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0032ae), color-stop(99%,#002485)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0032ae 0%,#002485 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0032ae 0%,#002485 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0032ae 0%,#002485 99%); /* IE10+ */
	background: linear-gradient(to bottom, #0032ae 0%,#002485 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0032ae', endColorstr='#002485',GradientType=0 ); /* IE6-9 */
	color: #FFFFFF;
	padding: 10px 0px;
	border-radius: 5px;
	float: right;
}
.indextoarticles-title {
	color: white;
	font-size: 18pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 200;
	text-align: center;
}