@charset "utf-8";
/* E-Renter CSS Document */
/* See: /includes/master.css for fundamental CSS */
/*
	COLOR SCHEME:
	Rollover (lightest blue): #D9F3FE
	Light Blue: #99D9F4
	Med. Blue:  #91c1d5
	Dark Blue:  #387F9C
	Dark Green: #46744b
	Med. Green: #87E293
	Light Green:#AFEAAA
	Orange:     #FE8402
	Lt. Orange: #FCC386
	Gray:				#EBEBEB
	Yellow on button: #f1e452
	Orange on button: #f7a54d
*/

/* Table of Contents:

	Global Styles (tags, classes)
	Header
	Special Navigation
	Boxes
	
*/

/* ------------------------- */
/* ***** GLOBAL STYLES ***** */
/* ------------------------- */
body {
	/* background: #FFFFFF; */
	background: url("/images/bg.gif") repeat-x #91c1d5;
	text-align: center;
	font-size: 0.8em;
	}

#page {
	background: url("/images/bg-page.png") repeat-y;
	padding: 10px;
	overflow: hidden;
}

.wrap {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	padding: 0;
	/*font-size: 10pt;*/
	}

h1 {
	color: #3A7F9C;
	padding: 0 10px 20px 10px;
	font-weight: bold;
	text-align: center;
	}
h2 {
	color: #666666;
	margin: 0 20px 20px 0;
	padding: 3px;
	line-height: 1.5em;
	text-align: left;
	border-bottom: 1px solid #ccc;
	}
h2.homepage {
	clear: left;
	padding: 20px;
	padding-bottom: 10px;
	margin-bottom: 0;
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: bold;
	font-family: Arial, sans-serif;
	border: none;
}
h3 {
	font-size: 1.2em;
	color: #387F9C;
	padding: 10px 0 10px 0;
	line-height: 1.4em;
	text-align: left;
	}
.formhead h3 {
	padding: 0;
}
h4 {
	color: #387F9C;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.1em;
	text-align: left;
	}
a:link {
	color: #2f6d87;
	}
a:visited {
	color: #666666;
	}
a:hover {
	color: #41924B;
	}
a:active {
	color: #FE8402;
	}
p {
	text-align: left;
	padding: 10px 20px;
	}
ul, ol, li {
	text-align: left;
	}
ul, ol {
	padding: 1em 20px 0 3em;
}
li {
	padding: 0;
	padding-bottom: 5px;
	}
blockquote{
	text-align: left;
	padding: 0;
	margin: 0 30px;
	}
img{
	border: 0;
	}
input[type=text], input[type=password], select, textbox {
	border: 1px solid #999;
	padding: 3px;
	margin-bottom: 3px;
}
.gray, a.gray {
	color: #888;
	}
.blue {
	/* color: #7bcdef; */
	color: #387F9C;
	}
.orange, a.orange {
	color: #FE8402;
	}
.red, a.red, .required {
	color: #CC0000;
	}
.small {
	font-size: 8pt; 
	line-height: 10pt;
	}
.button-space {
	padding: 5px;
}
.faq {
	text-align: left;
	margin-top: 10px;
}
.indent {
	margin-left: 25px;
}

/* ------------------ */
/* ***** HEADER ***** */
/* ------------------ */
#header {
	height: 100px;
	background: url(/images/bg-header.png) center top no-repeat;
	font-size: 9pt;
	padding: 10px;
	padding-bottom: 0;
	}
#header p {
	text-align: right;
	padding: 3px;
	margin: 5px;
}

/* ------------------------------ */
/* ***** SPECIAL NAVIGATION ***** */
/* ------------------------------ */

/* WHITE LINKS */	
.white a {
	/*color: #FFFFFF;*/
	line-height: 14pt;
	}

/* TOP NAV BAR */
#nav {
	height: 40px;
	background: url(/images/bg-nav.png) center top no-repeat;
	overflow: hidden;
	padding-left: 10px;
	clear: both;
	}
#nav a {
	display: block;
	float: left;
	height: 20px;
	padding: 5px 10px;
	/* border-left: 1px solid #2383B0; */
	border-left: 1px solid #91c1d5;
	text-decoration: none;
	}
#nav a:link, #nav a:visited {
	color: #fff;
}
#nav a:hover {
	background-color: #c4d9e1;
	color: #2383B0;
	}

/* ----------------- */
/* ***** BOXES ***** */
/* ----------------- */
#wrapboxes {
	height: 100%;
	position: relative;
	}
.box {
	float: left;
	width: 249px;
	margin: 0;
	padding: 10px 5px;
	background: url(/images/bg-box.png) top center no-repeat #EFF3F6;
	border: 1px solid #3A7F9C;
	text-align: left;
}
.box-single {
	padding: 10px;
	width: 240px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.box h2 {
	display: inline;
	padding: 0;
}
.box h4 {
	text-align: left;
	margin: 0 0 10px 0;
}
.box-long {
	float: left;
	width: 760px;
	padding: 10px;
	text-align: left;
	border-bottom: 1px dotted #666;
}
.border {
	border-top: 1px dotted #999;
	border-left: 1px dotted #999;
	
}
.boxbluesq {
	width: 175px; 
	float: right; 
	margin: 10px 10px 0 0; 
	padding: 10px 5px 10px 0;
	background-color: #D9F3FE;
}
#loginbox {
	width: 265px; 
	float: left; 
	text-align: left;
}
.boxorangesq {
	width: 175px; 
	float: right; 
	margin: 10px 10px 0 0;
	padding: 10px 5px 10px 0;
	background-color: #FCC386;
}
#boxorangebutton {
	float: none;
	margin-left: 25px;
	padding-top: 0;
	width: 360px; 
	border-width: 1px; 
	border-style: solid;
}
.boxgreensq{
	width: 175px; 
	float: right; 
	margin: 10px 10px 0 0;
	padding: 10px 5px 10px 0;
	background-color: #AFEAAA;
}
.boxwidetall {
	float: left;
	width: 240px;
	height: 305px;
	margin: 0 10px 0 0px;
	padding-top: 10px;
	padding-right: 0px;
}
.box p {
	margin-top: 0;
	padding-top: 0;
	}
.box ul {
	text-align: left;
	margin-bottom: 0;
	padding-bottom: 0;
	}
ul#checklist  {
	list-style-type: none;
	font-size: 9pt;
	line-height: 15pt;
	padding: 1em 0 0 5px;
	margin: 0;
}
ul#checklist li {
	background-image: url(/images/checkmark.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1.4em;
	padding-right: 0px;
}
.box ul#plainlist {
	font-size: 9pt;
	line-height: 12pt;
	padding: 1em 0 0 2em;
	margin: 0 1em 1em 0;
}
.box h2 {
	margin: 0;
	padding-top: 0;
	line-height: 1.6em;
	}
.normal, .normal ul, .normal p {
	font-size: 10pt;
	line-height: 12pt;
}

/* HOME PAGE BLOG ITEMS IN GRAY BOX */
li.blog {
	margin-bottom: 3px;
	}
/* RESOURCES AND SERVICES BOXES */
.outer {
	padding: 0; 
	margin: 0;
	background-color: #FFF;
	width: 45%;
}
.services {
	width: 460px;
	margin-left: 20px;
	margin-top: 10px;
	float: left;
	clear: left;
}
#left {
	float: left;
	margin: 10px;
}
#right {
	margin: 10px 10px 10px 380px;
}
.inner {
	padding: 10px;
	border-top: 1px dotted #999;
	text-align: left;
}
.grey {
	background: #eee;
}
.blog {
	float: right;
	width: 45%;
	margin-right: 20px;
	margin-top: 10px;
}
.glossary {
	float: right;
	width: 45%;
	margin-right: 20px;
}
.websites{
	float: right;
	width: 45%;
	margin-right: 20px;
}
/* ORDER PROCESS STEP BOXES */
.process {
	width: 550px;
}
.process div.content {
	background-image: url(/images/process-step-sides-dkbl.gif);
	background-repeat: repeat-y;
	padding-left: 30px;
	padding-right: 30px;
}
.process div.content h3 {
	margin-top: 0;
	padding-top: 0;
	text-align: left;
}
/* FOOTER BOXES */
.wrapfooter {
	margin: 0;
	height: 100%;
	position: relative;
	float: right;
	width: 650px;
	font-size: 8pt;
	line-height: 10pt;
	}
.wrapfooter3 {
	background: url(/images/bg-footer.png) top center no-repeat;
	padding: 0 30px;
	font-size: 85%;
	overflow: hidden;
}
.navlabel {
	position: relative;
	float: left;
	width: 115px;
	font-weight: bold;
	text-align: right;
	margin: 0 10px 10px 0;
}
.navlabel3 {
	position: relative;
	float: left;
	width: 115px;
	font-weight: bold;
	text-align: left;
	margin: 0 10px 10px 0;
}
.navlinks {
	padding-right: 10px;
	width: 270px;
	float: left;
	text-align: left;
	margin: 0;
	height: 195px;
}
#copyright {
	position: relative;
	float: left;
	text-align: left;
	margin: 19px 0 0 0px;
	}
#copyright3 {
	border-left: 1px dashed #999;
	float: left;
	padding: 0 0 0 10px;
	width: 165px;
	text-align: left;
	height: 175px;
	}
	
/* -------------------------- */
/* ***** FRONTEND FORMS ***** */
/* -------------------------- */
.formhead {
	margin: 0;
	padding: 5px;
}
.formbody {
	padding: 10px 20px;
	overflow: hidden;
}
.formhead {
	background-color: #99D9F4;
}

  div#header p.white a
  {
  font-weight: bold;
  font-size: 1.2em;
  letter-spacing: 0.2px;
  }


div.sidebar
{
padding-bottom: 1em;
}
div.sidebar p
{
  text-align: justify;
  padding: 0 5px 0 5px;
}


/** for 1.99 fee help popup on home page **/
.fee-note a:link,
.fee-note a:visited,
.fee-note {
cursor: help;
color: #666;
}
#note-explain {
background: white;
border: 1px solid #999;
z-index: 100;
cursor: pointer;
padding: 1em;

position: relative;
top: 350px;
left: 175px;
width: 400px;
height: 65px;
display: none;
}
#note-explain.hilite {
display: block;
}



div#auth-nav {
  background: url(/images/bg-page.png) repeat-y;
  width: 800px;
  margin: auto;
  text-align: center;
  padding-left: 20px;
}
div.auth-nav-link {
  float: left;
  margin: 10px 15px 10px 15px;
}
div.auth-nav-link a:link,
div.auth-nav-link a:visited,
div.auth-nav-link a:hover {
  text-decoration: none;
  color: #2f6d87;
  font-size: 1.25em;
  font-family: tahoma,arial;
}
div.auth-nav-link.active a:link,
div.auth-nav-link.active a:visited,
div.auth-nav-link a:hover {
  color: #fe8402;
}


#flash_notice {
	padding: 10px 10px 10px 50px;
	border: 1px dotted #c00;
	border-width: 1px 0;
	background: url(/images/exclamation.png) 10px center no-repeat #ff9;
	margin: 0 0 10px 0;
	font-weight: normal;
	text-align: left;
	color: #c00;
}
#flash_info {
	padding: 5px;
	border: 1px solid #999;
	background: #C4D9E1;
	margin: 10px 0;
	font-weight: bold;
	color: #000;
}
.flag {
	background: #ff9;
	padding: 5px;
	color: #c00;
	font-size: 12px;
}
div.section td.flag, div.section table.ssn td.flag {
	font-size: 12px;
	padding: 5px;
}
.act {
	margin-top: 5px;
	font-size: 10px;
}
.act-flag {
	font-size: 10px;
}

table {
	margin-bottom: 0;
}

table.services {
	width: 460px;
	float: left;
	border-collapse: collapse;
	margin-left: 20px;
}
table.services th {
	background: #387F9C;
	padding: 5px;
}
table.services td.section {
	border-top: 2px solid #8CBDD2;
	text-align: left;
	background: #ddd;
	font-weight: bold;
	color: #444;
	padding: 5px;
}
table.services th, table.services td {
	border: 1px solid #999;
}
table.services td {
	padding: 0 5px;
}

table.account th {
	width: 125px;
	text-align: right;
	font-weight: bold;
	vertical-align: top;
	color: #387F9C;
	font-size: 130%;
	border-top: 1px dotted #999;
	padding: 10px 0;
}
table.account td {
	text-align: left;
	padding: 10px 20px;
	line-height: 1.4em;
	border-top: 1px dotted #999;
}
table.account td p {
	padding: 0 0 20px 0;
}
div.feedburnerFeedBlock ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.feedburnerFeedBlock li {
	margin: 5px 0;
}
p.fbsubscribelink {
	margin: 0;
	padding: 0;
}

a.sample-box {
	display: block;
	float: left;
	width: 220px;
	height: 70px;
	margin: 10px;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 120%;
}
.stamp {
	font: bold 1.1em "Courier New", Courier, monospace;
	text-transform: uppercase;
}
a.sample-box:link, a.sample-box:visited {
	background: #387F9C;
	color: #fff;
	text-decoration: none;
}
a.sample-box:hover, a.sample-box:active {
	background: #6BAFCF;
	color: #ff9;
	text-decoration: none;
}
