@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: #91c1d5;
	text-align: center;
	font-size: 10pt;
	}

.wrap {
	background: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	padding: 0 10px 10px 10px;
	/*font-size: 10pt;*/
	}

h1 {
	color: #41924B;
	padding: 15px 0 10px 0;
	}
h2 {
	color: #666666;
	padding: 10px 0 0 0;
	line-height: 1.5em;
	text-align: left;
	border-bottom: 1px solid #ccc;
	}
#home {
	font-size: 12pt; 
	font-weight: bold; 
	line-height: 12pt;
	margin-bottom: -5px;
	margin-left: 8px;
}
h3 {
	font-size: 1.2em;
	color: #387F9C;
	padding: 10px 0 10px 0;
	line-height: 1.2em;
	}
h4 {
	color: #387F9C;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.1em;
	}
a:link {
	color: #2f6d87;
	}
a:visited {
	color: #666666;
	}
a:hover {
	color: #41924B;
	}
a:active {
	color: #FE8402;
	}
p {
	text-align: left;
	padding: 10px 10px 0 10px;
	}
ul, ol, li {
	text-align: left;
	}
ul, ol {
	padding: 1em 0 0 2.5em;
}
li {
	padding: 0;
	}
blockquote{
	text-align: left;
	padding: 0;
	margin-top: 0;
	}
img{
	border: 0;
	}
.gray, a.gray {
	color: #888;
	}
.blue {
	/* color: #7bcdef; */
	color: #387F9C;
	}
.orange, a.orange {
	color: #FE8402;
	}
.green, a.green {
	color: #46744b;
	}
.red, a.red, .required {
	color: #CC0000;
	}
.small {
	font-size: 8pt; 
	line-height: 10pt;
	}
.faq {
	text-align: left;
	margin-top: 10px;
}
.indent {
	margin-left: 25px;
}

/* ------------------ */
/* ***** HEADER ***** */
/* ------------------ */
#header {
	height: 100px;
	background: #FFF url(/images/header-bg.jpg) center top no-repeat;
	font-size: 9pt;
	color: #FFFFFF;
	}
#header p {
	text-align: right;
	padding: 3px;
	margin: 5px;
}

/* ------------------------------ */
/* ***** SPECIAL NAVIGATION ***** */
/* ------------------------------ */

/* WHITE LINKS */	
.white a {
	color: #FFFFFF;
	line-height: 14pt;
	}

/* TOP NAV BAR */
#nav {
	margin-top: 10px;
	height: 27px;
	background: #FFF url(/images/nav.jpg) center top no-repeat;
	font-size: 10pt;
	line-height: 20pt;
	}
#nav a {
	display: block;
	float: left;
	padding: 0 6px 0 6px;
	font-weight: bold;
	/* border-left: 1px solid #2383B0; */
	border-left: 1px solid #91c1d5;
	text-decoration: none;
	}
#nav a:hover {
	background-color: #c4d9e1;
	color: #2383B0;
	}

/* ----------------- */
/* ***** BOXES ***** */
/* ----------------- */
#wrapboxes {
	margin: 10px 0 0 0;
	height: 100%;
	position: relative;
	}
.box {
	float: left;
	width: 175px;
	margin: 0 10px 0 0;
	padding-top: 10px;
	padding-right: 0px;
}
.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;
	font-size: 9pt;
	}
.box ul {
	font-size: 8pt;
	line-height: 10pt;
	text-align: left;
	margin-bottom: 0;
	padding-bottom: 0;
	}
.box ul#checklist  {
	list-style-type: none;
	font-size: 9pt;
	line-height: 15pt;
	padding: 1em 0 0 1em;
	margin: 0;
}
.box ul#checklist li {
	background-image: url(/images/checkmark.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1em;
	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;
	}
#blue {
	background: #FFF url(/images/box-bg-blue.jpg) center top no-repeat;
	}
#green {
	background: #FFF url(/images/box-bg-green.jpg) center top no-repeat;
	}
#greenwidetall {
	background: #FFF url(/images/box-bg-green-wide-tall.jpg) center top no-repeat;
	}
#orange {
	background: #FFF url(/images/box-bg-orange.jpg) center top no-repeat;
	}
.normal, .normal ul, .normal p {
	font-size: 10pt;
	line-height: 12pt;
}

/* GRAY BOX WITH ROUND CORNERS */
.bl {background: url(/images/bl.gif) 0 100% no-repeat #EBEBEB;}
.br {background: url(/images/br.gif) 100% 100% no-repeat}
.tl {background: url(/images/tl.gif) 0 0 no-repeat}
.tr {background: url(/images/tr.gif) 100% 0 no-repeat; padding-top: 10px; padding-right: 10px;}
.clear {font-size: 1px; height: 1px}
/* BLUE BOX WITH ROUND CORNERS */
.bl-bl {background: url(/images/bl-bl.gif) 0 100% no-repeat #D9F3FE;}
.br-bl {background: url(/images/br-bl.gif) 100% 100% no-repeat}
.tl-bl {background: url(/images/tl-bl.gif) 0 0 no-repeat}
.tr-bl {background: url(/images/tr-bl.gif) 100% 0 no-repeat; padding-top: 10px; padding-right: 10px;}
/* GREEN BOX WITH ROUND CORNERS */
.bl-grn {background: url(/images/bl-grn.gif) 0 100% no-repeat #AFEAAA;}
.br-grn {background: url(/images/br-grn.gif) 100% 100% no-repeat}
.tl-grn {background: url(/images/tl-grn.gif) 0 0 no-repeat}
.tr-grn {background: url(/images/tr-grn.gif) 100% 0 no-repeat; padding-top: 10px; padding-right: 10px;}
/* ORANGE BOX WITH ROUND CORNERS */
.bl-or {background: url(/images/bl-or.gif) 0 100% no-repeat #FCC386;}
.br-or {background: url(/images/br-or.gif) 100% 100% no-repeat}
.tl-or {background: url(/images/tl-or.gif) 0 0 no-repeat}
.tr-or {background: url(/images/tr-or.gif) 100% 0 no-repeat; padding-top: 10px; padding-right: 10px;}

/* 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: 70%;
}
#left {
	float: left;
	margin: 10px;
}
#right {
	margin: 10px 10px 10px 380px;
}
.inner {
	margin: 5px 5px 5px 10px;
	padding: 5px;  
	background-color: #87E293; 
	text-align: left;
}
.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 {
	margin-left: auto;
	margin-right: auto;
	width: 625px;
	height: 100%;
	font-size: 8pt;
	line-height: 10pt;
	}
.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 {
	position: relative;
	float: left;
	text-align: left;
	margin: 0;
}
#copyright {
	position: relative;
	float: left;
	text-align: left;
	margin: 19px 0 0 0px;
	}
#copyright3 {
	margin: 19px 0 0 0px;
	}
	
/* -------------------------- */
/* ***** FRONTEND FORMS ***** */
/* -------------------------- */
.formhead,
.formbody {
	margin: 0 10px 0 30px;
	padding: 5px;
	width: 650px;
	float: left;
}
.formhead {
	background-color: #99D9F4;
}
.formbody {
	background-color: #D9F3FE;
}

  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 {
font-size: 0.6em;
cursor: help;
color: #666;
}
#note-explain {
background: white;
border: 1px solid #999;
z-index: 100;
cursor: pointer;
padding: 1em;

position: absolute;
top: 250px;
left: 175px;
width: 400px;
height: 65px;
display: none;
}
#note-explain.hilite {
display: block;
}



div#auth-nav {
  width: 675px;
  margin: auto;
}
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;
  text-decoration: underline;
}


#flash_notice {
	padding: 5px;
	border: 1px solid #c00;
	background: #ff9;
	margin: 10px 0;
	font-weight: bold;
	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;
}