html, body {
	background-color: white;
	height: 100%;
}

html, body, form, fieldset {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #333333;
}

body {
	margin-left: 15px;
}

#container {
	width: 761px;
	position: relative;
}

h1, h2, h3, h4, h5, h6, p, pre, 
blockquote, ul, ol, dl, address {
	margin: 0px;
	padding: 0px;
}

p, pre, blockquote, ul, ol, dl, address {
	margin-bottom: 10px;
}

ul, ol {
	padding-left: 20px;
}

li, dd, blockquote {
	margin-left: 11px;
}

img {
	border: 0px none;
}

sup {
	font-size: 9px;
}

table {
	border-collapse: collapse;
}

.border {
	background-color: #DDCFAE;
}

.show{
	visibility: visible;
	display: block;
}

.hide{
	visibility: hidden;
	display: none;
}

.blueFont {
	color: #305C8F;
}

.greenFont {
	color: #008066;
}

.bold {
	font-weight: bold;
}

.emphasis {
	font-style: italic;	
}

.noMarginBottom{
	margin-bottom: 0px;
}

.noPrint {
	display: block;
}

.fontLarge {
	font-size: 17px;
	line-height: 20px;
}

.superscript {
	font-size: 9px;
	vertical-align: top;
}

/***************  link Styles ***************/

.linkStyleBlue1, a.linkStyleBlue1, .linkStyleBlue1 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #305C8F;
	font-weight: bold;
	text-decoration: none;
}

.linkStyleBlue1Hover, a.linkStyleBlue1Hover, .linkStyleBlue1Hover a, 
.linkStyleBlue1:hover,  .linkStyleBlue1 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #305C8F;
	font-weight: bold;
	text-decoration: underline;
}

.linkStyleBlue2, a.linkStyleBlue2, .linkStyleBlue2 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #305C8F;
	text-decoration: underline;
}

.linkStyleBlue2Hover, a.linkStyleBlue2Hover, .linkStyleBlue2Hover a, 
.linkStyleBlue2:hover,  .linkStyleBlue2 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #305C8F;
	text-decoration: underline;
}

.linkStyleButton, a.linkStyleButton, .linkStyleButton a {
	width: 6em;
	padding: .2em;
	line-height: 1.4;
	background-color: white;
	font-weight: bold;
	border-top: 1px solid  #305C8F;
	border-left: 1px solid  #305C8F;
	border-right: 1px solid #999999;
	border-bottom: 1px solid  #999999;
	text-decoration: none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #305C8F;
	margin-right: 20px;
}

.linkStyleButtonHover, a.linkStyleButtonHover, .linkStyleButtonHover a, 
.linkStyleButton:hover,  .linkStyleButton a:hover {
	width: 6em;
	padding: .2em;
	line-height: 1.4;
	background-color: white;
	font-weight: bold;
	border-top: 1px solid  #999999;
	border-left: 1px solid  #999999;
	border-right: 1px solid #305C8F;
	border-bottom: 1px solid  #305C8F;
	text-decoration: none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #305C8F;
	
	margin-right: 20px;
}

.linkStyleRed, a.linkStyleRed, .linkStyleRed a { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

.linkStyleRedHover, a.linkStyleRedHover, .linkStyleRedHover a, 
.linkStyleRed:hover,  .linkStyleRed a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}

.linkStyleSilver, a.linkStyleSilver, .linkStyleSilver a { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C2CDE0;
	text-decoration: underline;
}

.linkStyleSilverHover, a.linkStyleSilverHover, .linkStyleSilverHover a, 
.linkStyleSilver:hover,  .linkStyleSilver a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C2CDE0;
	text-decoration: underline;
}

/***************  header ***************/
#header {
	background-color: #FFFFFF;
	background-image: url(/images/backgrounds/headerBkgrd.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 98px;
	border-bottom: 1px solid #DDCFAE;
}

#logo {
	margin-top: 10px;
	margin-left: 20px;
	float: left;
}

#login {
	width: 285px;
	text-align: left;
	margin-top: 8px;
}

#login label img {
	margin-top: 2px;
}

#login input {
	margin-right: 8px;
	width: 110px;
	display: block;
	margin-top: 5px;
}

#login p {
	padding-top: 8px;
}


/*************** index page main content  ***************/
#indexContentWrapper{
	background-image: none;
	background-repeat: repeat-y;
	background-position: left top;
	border-top: 1px solid #DDCFAE;
}

#indexContent {
	position: relative;
}

#indexContentMainImg {
	position: absolute; 
	top: 0px;
	left: 0px;
	z-index: 5;
}

#rightContainer {
	position: relative;
	overflow: hidden;
	height: 455px;
}

/*************** index: sidebar ***************/
#newsContent{
	background-color: #FFFFFF;
	border-top: 1px solid #DDCFAE;
	border-bottom: 1px solid #DDCFAE;
	padding-top: 15px;
	padding-bottom: 8px;
	padding-left: 13px;
	padding-right: 10px;
}

#newsContent h3 {
	font-weight: bold;
	margin-bottom: 0px;	
	color: #305C8F;
	font-size: 10px;
}

#newsContent img {
	display: inline;
	margin-right: 5px;
}

#newsContent a:link, #newsContent a:visited {
	color: #008066;
	text-decoration: underline;
	text-align: right;
	display: block;
}

#newsContent a:hover, #newsContent a:active {
	color: #305C8F;
	text-decoration: underline;
	text-align: right;
	display: block;
}

/*************** index page promo sections ***************/
#promoSimplyFree {
	position: absolute;
	left: -245px;
	top: 0px;
	z-index: 1;
	width: 245px;
	height: 500px;
	background-image: url(/images/backgrounds/promoBkgrd.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color:  #EDE5C9;
}

#promoSaveTime{
	position: absolute;
	left: -245px;
	top: 0px;
	z-index: 2;
	width: 245px;
	height: 455px;
	background-image: url(/images/backgrounds/promoBkgrd.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color:  #EDE5C9;
}

#promoGotCard{
	position: absolute;
	left: -245px;
	top: 0px;
	z-index: 3;
	width: 245px;
	height: 455px;
	background-image: url(/images/backgrounds/promoBkgrd.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color:  #EDE5C9;
}

.promoContent{
	margin-left: 25px;
	margin-top: 0px;
	padding-left: 20px;
	padding-right: 25px;
	color: #305C8F;
}

.promoContent h2 {
	color: #305C8F;
	font-size: 17px;
	line-height: 20px;
}

.findOut{
	text-align: right;
	margin-top: 10px;
}

.promoClose {
	position: absolute;
	top: 45px;
	right: 177px;
	z-index: 4;
}

.promoClose img {
	margin-right: 3px;
}


/*************** index page: quickLinks ***************/
#quickLinks {
	position: absolute;
	left: 0px;
	top: 460px;
	z-index: 10;
}

#quickLinksContent ul{
	position: absolute;
	left: 535px;
	top: 525px;
	padding: 0px;
	list-style-type: none;
	z-index: 11;
}

#quickLinksContent li{
	margin-top: 1px;
	color: #C2CDE0;
}

/*************** secondary pages main content  ***************/
#contentWrapper {
	border-top: 1px solid #DDCFAE;
	background-image: url(/images/backgrounds/contentBkgrd.jpg);
	background-repeat: repeat-y;
	background-position: left top;	
}

#content h2, #contentAddl h2 {
	margin-top: 20px;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	color: #305C8F;
	margin-bottom: 10px;
}

#content h3, #contentAddl h3  {
	font-size: 11px;
	font-weight: bold;
	color: #305C8F;
}

#content h4, #contentAddl h4 {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}

#contentMainImg {
	background-color: #E1A13F;
}

#content {
	margin-left: 12px;
	padding-right: 188px;
	margin-top: 0px;
}

#contentAddl {
	margin-left: 12px;
	margin-right: 10px;
	margin-bottom: 15px;
	clear: right;
}

.tblRates {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
	background-color: white;
	border: 1px solid #333333;
}

.tblRates th {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #305C8F;
}

.tblRates td {
	border: 1px solid #333333;
}

.tblRates .altRow {
	background-color: #F1F1F1;
}

iframe.formDocs {
	width: 100%;
	height: 300px;
	margin: 0px;
	background: white;
}

.frame {
 	border-top: 1px solid  #305C8F;
	border-left: 1px solid  #305C8F;
	border-right: 1px solid #999999;
	border-bottom: 1px solid  #999999;
 	margin-bottom: 10px;
}



/*************** secondary pages sidebars ***************/
#contentSidebar {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px; 
	width: 148px;
	display: inline;
}

#sidebar1, #sidebar2 {
	background-color: #F3E9D1;
	padding-left: 10px;
	padding-right: 12px;
}

#sidebar1 {
	padding-top: 6px;
	padding-bottom: 10px;
}

#sidebar1 h3{
	margin-top: 2px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#sidebar1 hr{
	border: none;
	background-color: #305C8F;
	color:#305C8F;
	height: 1px;
	width: 100%;
}

#sidebar1 ul{
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 13px;
	text-indent: -13px;
	list-style-type: none;
}

#sidebar1 li {
	margin: 0px;
	padding: 0px;
	line-height: 11px;
	padding-bottom: 5px;
}

#sidebar1 a:link, #sidebar1 a:visited{
	color: #008066;
 	padding: 0px 0px 0px 13px;
 	background-image: url(/images/arrowBullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	text-decoration: none;
}

#sidebar1 a:hover, #sidebar1 a:active{
	color: #008066;
 	padding: 0px 0px 0px 13px;
 	background-image: url(/images/arrowBullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	text-decoration: underline;
}

/*************** footer ***************/
#indexFooter {
	position: absolute;
	left: 1px;
	top: 632px;	
	z-index: 6;
	width: 759px;
}

#footer {
	padding-top: 5px;
}

#indexFooter img, #footer img {
	margin-left: 15px;
	display: inline;
} 

#copyright {
	float: left;
	margin-top: 5px;
}

#disclosures  {
	float: right;
	margin-top: 5px;
}

#disclosures a {
	margin-left: 10px;
}

#topads { margin:0;
	  padding:0;
	  float:right;
	  width:275px;
	  
	}

#bottomads	{ 
		  height:90px;
		  width:750px;
		  float:left;
	 	  margin:0 0 0 5px;
	}

/*
************** forms **************
*/
form {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	border: 1px solid #00548E;
	margin-top: 1px;
}

.clearLeft {
	clear: left;
}

.columnInitial, .columnAddl {
	display: inline; 
	float: left; 
}

.columnAddl {
	padding-left: 10px;
}

button {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px none;
	cursor: pointer;
}

.button {
	width: 6em;
	padding: .2em;
	line-height: 1.4;
	background-color: white;
	font-weight: bold;
	border: 1px solid  #305C8F;
	text-decoration: none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #305C8F;
	margin-right: 20px;
	cursor: pointer;
}

#emailing label {
	display: block;
}

#emailing label span, 
#emailing p span{
	color: #305C8F;
	font-weight:bold;
}

#emailing div {
	margin-bottom: 10px;
}

/*
*************** emailing form and field widths ***************
*/
#emailing {
width: 305px;
}

/*
input{
	width: 230px;
}
*/

#first_name, #last_name {
	width: 125px;
}

#middle_name{
	width: 19px;
}

#Street1, #Street2, #City {
		width: 230px;
} 

#state {
	width: 142px;
}

#zip {
	width: 140px;
}

#phone, #fax {
	width: 140px;
}

#comment {
	width: 292px;
	height: 100px;
}




