/* ------------------------------------ *
 CSS FOR GENERAL USE FOLLOWS
 * ------------------------------------ */
body {
    text-align: center;
    padding: 0 0 0 0;
    margin: 0 0;
    font: normal 100 12px/14px Arial;
    font-color: 222222;
    background-color: #e6e6e6;
    min-width: 832px;
}

img {
border: 0;
}

td {
    padding: 0px;
    margin: 0;
}

#main {
    margin:0 auto;
    width:832px;
    text-align: left;
    background-image: url('../images/general/mainPanel.jpg');
}

#header {
	position: relative;
	display: block;
    height: 130px;
    background-image: url('../images/general/headerBG_green_notext.jpg');
	margin: 0;
	padding: 0;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

#site_name {
	color: rgb(96, 127, 0);
	position: absolute;
	top: 10px;
	display: block;
	padding: 0;
	margin: 0;
	left: 36px;
	font: normal normal	26px/30px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif !important;
}

#site_slogan {
	color: rgb(120, 122, 119);
	font-size: 14px;
	position: absolute;
	top: 45px;
	left: 90px;
}

#___plusone_0 {
	position: absolute;
	left: 335px;
	top: 45px;
}

#content {
	position: relative;
    padding: 0;
    min-height: 360px;
    height:auto !important;
    height: 300px;
    padding: 20px 12px 0 12px;
    z-index: 0;
	margin: 0px 30px;
}

#footer {
    position: relative;
    height: 107px;
    background-image: url('../images/general/footerBG_green.jpg');
	z-index: 2;
}

#footer_content {
    position: relative;
    font: normal 100 11px/12px Calibri, Arial;
	line-height: 1.7em;
	padding-left: 180px;
	padding-top: 60px;
}

#logo_link {
    float: left;
    padding: 10px 0 0 25px;
}

#user_information {
    float: right;
    padding: 20px;
}

.info_text {
    font: normal 100 10px/11px Calibri, Arial;
}

h1 {
    font: normal 700 19px/21px Arial;
    padding: 18px 0 0 0px;
    color: #608000;
}

h2 {
    font: normal 700 16px/21px Arial;
	color: #4E4E4E;
	margin: 0;
}

.promo_title {
	font: bold 19pt Calibri, Arial;
	color: #373737;
	line-height: 17pt;
	margin: 0;
	padding: 0;
}

.promo_subtitle {
	font: bold 14pt Calibri, Arial;
	color: #535353;
	margin-bottom: 20px;
	margin: 0;
	padding: 0;
}

/* ------------------------------------ *
  Navigation buttons classes
 * ------------------------------------ */

.back_forward_navigation {
	position: relative;
}

.back_forward_navigation .button_link {
	position: relative;
}

img.button_link {
	cursor: pointer;
}

a.button_link img {
	cursor: pointer;
	border: 1px solid red;
}

.back_forward_navigation .button_link img {
	border: 0;

}

.back_forward_navigation .right_positioned {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
}


/* ------------------------------------ *
 CSS FOR SPLASH PAGE FOLLOWS
 * ------------------------------------ */

#splash_stock {
	position: absolute;
	top: -55px;
	left: -22px;
	margin: 0;
	padding: 0;
	z-index: 1;
}

* html .png{
	position:relative;
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
	);
}

#site_nav {
	position: absolute;
	top: -30px;
	right: 100px;
	width: 450px;
    text-align: right;
    padding: 20px 20px 5px 0;
	background: transparent url('../images/splash/hrule.jpg') 0 100% no-repeat;
}

#site_nav a {
	text-decoration: none;
	font-size: 10pt;
	color: #587AAA;
}

#fp_headline {
    padding: 5px 0 5px 0;
    color: #515151;
    font: normal 700 16px/18px Calibri, Arial;
	margin-left: 300px;
}

#fp_get_started {
    text-align: right;
}

#forms_list_prompt {
    color: #3c4a6d;
    padding: 50px 20px 5px 20px;
    font: normal 100 14px/16px Calibri, Arial;
	margin-left: 290px;
}

#fp_forms_list {
    width: 411px;
    height: 170px;
	margin-left: 310px;
    color: #363a44;
    padding: 5px 10px 0 10px;
    font: normal 100 13px/15px Calibri, Arial;
    background: transparent url('../images/splash/forms_bg.png') 0 0  no-repeat;
}

.forms_list ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 150px;
	float: left;
	margin-right: 20px;
	margin-left: 10px;
}

.forms_list ul li {
	position: relative;
	display: block;
	padding: 5px;
	padding-left: 25px;
	margin: 0;
	background: transparent url('../images/general/checkmark.gif') 3px 8px no-repeat;
	width: 150px;
}

/* ------------------------------------ *
 CSS FOR REGISTRATION PAGE FOLLOWS
 * ------------------------------------ */


/* ------------------------------------ *
 CSS FOR SECURITY PAGE FOLLOWS
 * ------------------------------------ */

#security_container {
	margin-left: 100px;
	margin-right: 100px;
}


/* ------------------------------------ *
 CSS FOR PROCESS FOLLOWS
 * ------------------------------------ */

.process_row_container {
	position: relative;
	width: 85%;
	margin: 10px 0;
	text-align: justify;
	font: normal 100 14px/18px Calibri, Arial;
	color: #3E3E3E;
	clear: both;
}

.process_row_image {
	float: left;
	margin: 0px 25px 0px 15px;
}

.get_started_block {
	clear: both;
	position: relative;
	padding-top: 20px;
	width: 200px;
	font: normal 700 16px/15px Calibri, Arial;
	text-align: center;
}

.get_started_tagline {
	color: #515151;
}

.get_started_block img {
	margin-top: 10px;
}

/* ------------------------------------ *
 CSS FOR CONTACT FOLLOWS
 * ------------------------------------ */

#contact_left_content {
    float: left;
}

#contact_right_content {
	margin-left: 270px;
    text-align: left;
    padding: 10px 0 20px 0;

}

#contact_stock {
    padding: 10px 0 20px 0;
}

#contact_get_started {
   width: 250px;
   font: normal 700 14px/15px Calibri, Arial;
}

#contact_us {
   width: 350px;
   color: #5454a6;
   font: normal 700 14px/15px Calibri, Arial;
}

#contact_right_content label {
	display: block;
	margin-top: 10px;
}

#contact_right_content input, #contact_right_content textarea {
	display: block;
	margin-left: 15px;
	padding: 3px;
}

#contact_right_content dd {
	padding: 0;
	margin: 0;
}


/* Accessible login form (mini version) */
form#login {
    padding:6px;
    position:relative;
    /* border:1px solid grey; */
}

div#email_div,
div#password_div {
    position:relative;
    float:left;
    margin-right:3px;
}

input#email-field, input#password-field {
    width:10em;
	font-size: 12px;
}

label.overlabel {
    color:#999;
}
label.overlabel-apply {
    position:absolute;
    top:3px;
    left:5px;
    z-index:1;
    color:#999;
}

/* Misc buttons */
.block { display: block; }
form.cmxform label.error { display: none; }


/* -------------- NEW STUFF ---------------------- */

.footer_link {
	text-decoration: none;
	margin-right: 10px;
}

#footer_seal1 {
	position: absolute;
	left: 45px;
	top: 63px;
}

#footer_seal1 img {
	border: 0px;
}

#footer_seal2 {
	position: absolute;
	left: 150px;
	top: 50px;
}

.reg_process_container h1 {
   color: #2f2f2f;
   padding: 0 0 3px 0;
   margin: 0;
   font: normal 19px Calibri, Arial;
}


.reg_process_container {
	margin: 0px 100px;
}

.reg_process_indent {
	position: relative;
	margin: 0px 20px;
	line-height: 16px;
}

.reg_process_indent h3 {
	font-size: 10pt;
}

.indent_edit_link {
	position: absolute;
	display: block;
	right: 0px;
	top: 0px;
}

.indent_edit_link img {
	border: none;
}

#signupForm .input {
	display: block;
}

#signupForm .form_label {
	text-align: right;
	width: 80px;
}

#signupForm .form_label label {
	font-size: 9pt;
}

#signupForm .form_comment {
	font-size: 8pt;
	color: #888;
	display: block;
}

label.error {

}

.flash_info {
	padding: 10px;
	line-height: 1.5em;
	margin: 5px; 0px;
	padding-left: 35px;
	background: #eaefff url('../images/general/information.png') 10px 15px no-repeat;
}

.flash_error {
	border: 1px solid #d99;
	background-color: #fee;
	padding: 10px;
	line-height: 1.5em;
	margin: 5px; 0px;
}

.info_table {

}

.info_table th {
	font-weight: normal;
	padding: 5px;
	width: 200px;
	padding-left: 0px;
}

info_table td {
	vertical-align: top;
}

fieldset.dummy {
	border: none;
}

.image_button {
	height: 40px;
	line-height: 40px;
	background: white url('../images/buttons/gen_button_main.jpg') 100% 0 no-repeat;
	padding: 0px 17px;
	position: relative;
	vertical-align: center;
	border: 0;
	font: bold 25px Calibri, Arial;
}

.image_button span {
	color: white;
	font: bold 12pt Calibri, Arial;
	line-height: 28pt;
	vertical-align: center;
	padding: 0;
	margin: 0;
}

.image_button img {
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0;
	margin: 0;
}

a img {
	border: 0;
}

.promo {
	font: normal 12pt Calibri, Arial;
	color: #373737;
}

p.signature_names {
	font-size: 10pt;
}

a {
	color: #0C57D4;
	text-decoration: none;-
}

.package {
	float: left;
	width: 240px;
	margin: 5px;
	padding: 10px;
	border: 1px solid white;
}

.package_hover {
	background-color: #eef;
	border: 1px solid #ddf;
}

.package_title {
	font: bold 17pt/27pt Calibri, Arial;
	letter-spacing: -0.4pt;
	color: #0B57D2;
}

.package_features {
	margin-top: 10px;
	font: normal 11pt Calibri, Arial;
	height: 170px;
}

.package_features label {
	font-weight: bold;
}

.package_features ul {
	padding-left: 20px;
	margin-left: 0;
}

.package_features li {
	padding: 3px 0px;
}

.package_button {
	display: block;
	text-align: center;
}

.rates_page_content {
	margin-left: 220px;
}

.rates_page h2 {
	font: bold 16pt Calibri, Arial;
	margin: 0;
	padding: 0;
}

.rates_page p {
	font: normal 11pt/15pt Calibri, Arial;
	color: #515151;
	letter-spacing: -0.1pt;
	margin-top: 0;
}

.rates_page li {
	font: normal 11pt Calibri, Arial;
	color: #515151;
	padding: 5px;
}

.rates_page .splash_image {
	float: left;
	margin: 0px 0px 0px 10px;
}

.faq_page .faq_page_content {
	margin-left: 250px;
	font: normal 10pt/12pt Calibri, Arial;
}

.faq_page h2 {
	font: normal 12pt Calibri, Arial;
	color: #000;
	margin: 0;
	padding: 0;
}

.faq_back_to_top_link {
	display:block;
	margin-bottom: 10px;
	text-align: right;
	border-top: 1px solid #acf;
	padding: 3px;
}

#faq_block {
	background: white url('../images/general/faq_block_bg.jpg') 0 100% repeat-x;
	border: 1px solid #D0D1DB;
	width: 220px;
}

#faq_block ul {
	padding: 0;
	margin: 10px;
	margin-left: 15px;
	list-style: none;
}

#faq_block li {
	padding: 5px 0px;
	margin: 0;
	padding-left: 12px;
	background: transparent url('../images/general/dash.png') 0 7px no-repeat;
}

#faq_block a {
	color: #3641AB;
}

#faq_start_block {
	background: #E6E6E6 url('../images/general/faq_start_bg.jpg') 0 100% repeat-x;
	border: 1px solid #D0D1DB;
	width: 220px;
	margin-top: 20px;
	text-align: center;
}

#faq_start_block .get_started_block {
	margin: 0px 0px 10px 10px;
}

#faq_sidebar {
	float: left;
	width: 222px;
}

.row1 td {
	background-color: #f2fff5;
}

label.error {

}
li.inline_radio_list label {
    width: auto;
}


.sr-only {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}