/* CSS Document */
@import "faq.css";
 
.hide, hr {
	display: none;
	}
	
	
#content a {
	color: #899e08;
	border-bottom: 1px solid #f1f6ce;
	text-decoration: none;
	position: relative;
	padding: 0 2px;
	}
	
#content a:hover {
	background: #b7d30b;
	color: #fff;
	border: none;
	}
	
#content h5 {
	font-size: 11px;
	color: #899e08;
	line-height: 14px;
	margin-top: 20px;
	}

#content h6 {
	font-size: 11px;
	color: #899e08;
	line-height: 14px;
	margin-top: 0;
	}

#content ul { 
  margin: 15px 200px 30px 15px;
}

#content ol { 
  margin: 15px 50px 30px 15px;
}

#content ol li { 
  list-style-type:decimal;
  margin: 5px 0 10px 10px;
}

#content ul li {
	list-style-type: disc;	
}

#content li {
	margin: 5px 20px 5px 0;
/*	color: #4f8a10; */
}

#content cite {
  display: block;
	padding-right: 10px;
	}
	
.payment_amount h4 {
  margin-top: 5px;
}

/*
===== Wrapper =====
*/
#wrapper {
	width: 770px;
	position: relative;
	margin: 0 auto;
	min-height: 400px;
	}
	
* html #wrapper {
	height: 400px;
	}
	
#wrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	
	
/*
===== sidebar =====
*/
#sidebar {
	width: 190px;
	float: left;
	}
	
/*
==== header ====
*/
#header {
	margin-bottom: 10px;
	}
	
#header img {
	display: block;
	}
	
/*
==== navbar ====
*/
#navbar_wrapper {
	}

#navbar {
	background: #b7d30b;
	}
	
#navbar_pre {
	height: 20px;
	background: url(images/navbar_pre_bg.gif);
	}
	
#navbar_post {
	height: 20px;
	background: url(images/navbar_post_bg.gif) top left;
	}
	
/*
==== menu ====
*/
#menu {
	margin: 0 15px 0 39px;
	border-left: 1px solid #eaf2b6;
	padding-bottom: 30px;
	}
	
* html #menu {
	height: 1px;
	}
	
#menu li {
	}

#menu a {
	color: #5b6905;
	text-transform: uppercase;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	height: 20px;
	line-height: 20px;
	}
	
#menu a:hover {
	color: #fff;
	}
	
#menu a.selected {
	color: #fff;
	}
	
#menu a strong {
	text-transform: none;
	font-weight: normal;
	}


/********************************************************************/
/** Main Menu CSS Configuration *************************************/
/********************************************************************/

.menu-font {
	text-transform: uppercase;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	height: 20px;
	line-height: 20px;
	background: url(images/menu_a_bg.gif) repeat-x bottom;
}

.menu-item { 
	color: #5b6905;
}

.menu-item-over {
	color: #fff;
}

	


	
/*
==== Search ====
*/
#search {
	margin: 20px 0 30px 0px;
	padding-left: 49px;
	}
	
#home #search {
	margin-bottom: 0;
	}

#search .field {
	width: 90px;
	font-size: 9px;
	background: #c7ed33;
	border: 1px solid #aac508;
	padding: 2px;
	margin-left: -1px;
	}
	
#search h4 {
	font-size: 10px;
	color: #5b6905;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}
	
.search_go {
	vertical-align: bottom;
	}

/*
==== login ====
*/
	
#login_form {	
	margin: 20px 0 0 0px;
	padding-left: 49px;
}

#login_form .field {
	width: 90px;
	font-size: 9px;
	background: #c7ed33;
	border: 1px solid #aac508;
	padding: 2px;
	margin-left: -1px;
	margin-bottom: 5px;
	}
	
#login_form h4 {
	font-size: 10px;
	color: #5b6905;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}
	
.login_form_go {
 	vertical-align: bottom;
 	position: relative;
 	top: -2px;
	}

.field_label {
  text-transform: uppercase;
  font-size: 8px;
  font-family: Arial, Helvetica, sans-serif;
  color: #5b6905;
  display: block;
}
	
/*
==== promos ====
*/
.promo {
	width: 160px;
	margin: 20px 15px 0;
	}
	
.promo_notext {
	width: 160px;
	margin: 20px 15px 0;
	}
	
.promo a {
	display: block;
	padding: 0 10px 10px;
	color: #000;
	text-decoration: none;
	font-size:10px;
	background: #a1c21f url(images/promo_a_bg.gif) no-repeat left bottom;
	}
	
.promo a:hover {
	background-position: right bottom;
	}
	
* html .promo a {
	height: 1px;
	}
	
.promo img {
	margin: 0 -10px 5px;
	}
	
#home #promo_container {
  display: none; 
}	
	
#title_image,
.title_image
 {	
  margin: 0 0 10px 0;	
}	

/*
==== Home page tiles ====
*/
#tiles {
	height: 255px;
	}

#content .tile {
	width: 185px;
	height: 255px;
	float: left;
	margin-right: 2px;
	}
	
#content .tile strong {
	font-size: 11px;
	color: #666;
	line-height: 20px;
	}
	
#content .tile a {
	border: none;
	height: 60px;
	display: block;
	padding: 185px 10px 10px 15px;
	color: #000;
	text-decoration: none;
	font-size: 10px;
	background: #e6e6e6 url(images/home_tile_a_bg.gif) no-repeat top left;
	line-height: 1.2em;
	}
	
#content .tile a:hover {
	background: #e6e6e6 url(images/home_tile_a_bg.gif) no-repeat -200px top;
	background-color: #f4f4f4;
	color: #333;
	}	

#content .tile img {
	position: absolute;
	top: 0;
	left: 0;
	}
	
#content #tile_c {
	margin-right: 0;
	}
	
#content #tile_b a {
	background: #e6e6e6 url(images/home_tile_b_bg.gif) no-repeat top left;
	}
	
#content #tile_b a:hover {
	background: #e6e6e6 url(images/home_tile_b_bg.gif) no-repeat -200px top;
	}
	
#content #tile_b img {
	top: -12px;
	}
	
/*
==== Home Welcom ====
*/

#welcome_wrapper {
	margin: 20px 0;
	clear: both;
	background: #e6e6e6;
	}

#welcome_pre {
	height:20px;
	background: url(images/home_welcome_pre_bg.gif);
	}
	
#welcome_post {
	height:20px;
	background: url(images/home_welcome_post_bg.gif);
	}
	
#welcome {
	padding: 0 210px 0 15px;
	color: #333;
	font-size: 11px;
	}
	
#welcome p {
	margin: 3px 0;
	line-height: 1.4em;
	}
	
#welcome h1 {
	font-size: 14px;
	margin: 0;
	text-transform: none;
	color: #859e00;
	}
	
#welcome h3 {
	font-size: 14px;
	margin: 3px -200px 0 0;
	padding: 0;
	text-transform: none;
	color: #ff0000;
	}
	
#hp_banner_container {
  margin-bottom: 10px;
}

/*
==== main ====
*/
#main {
	min-height: 400px;
	float: left;
	width: 560px;
	margin-left: 20px;
	}
	
/*
==== content ====
*/
#content {
	padding-top: 20px;
	}

/*	
#content h4 {
	padding-left: 0;
	margin-left: -3px !important;
	}
*/
	
#home #content {
	padding-top: 40px;
	}


/*
==== footer ====
*/

/*
#footer {
	width: 770px;
	margin: 0 auto;
	text-align: center;
	color: #bbb;
	clear: both;
	}
	
#footer a {
	color: #899e08;
	border-bottom: 1px solid #f1f6ce;
	text-decoration: none;
	position: relative;
	padding: 0 2px;
	}
	
#footer a:hover {
	background: #b7d30b;
	color: #fff;
	border: none;
	}
	
#footer_copyright {
	margin-top: 20px;
	border-top: 1px solid #eee;
	margin-left: 210px;
	padding-top: 10px;
	}
	
	*/
	
#footer {
	border-top: 1px solid #eee;
	height: 50px;
	width: 520px;
	margin: 30px 44px 0 0px;
	padding: 5px 10px 20px 10px;
	color: #888;
	font-size: 10px;
	clear: both;
	margin-left: 220px;
	}
	
#home #footer {
	border: none;
	margin-top: 0px; 
}
	

#footer a {
	color: #899e08;
	border-bottom: 1px solid #f1f6ce;
	text-decoration: none;
	position: relative;
	padding: 0 2px;
	}
	
#footer a:hover {
	background: #b7d30b;
	color: #fff;
	border: none;
	}
	
#footer strong {
 color: #798b09; 
 font-weight: bold;
}
	
#footer_copyright {
	float: left;
	}

#footer_copyright a:hover {
	background: none;
	}
	
#footer_links {
	float: right;
	}
	
#footer_links:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	
#footer_division {
  display: block;
  margin: 30px 0 0 0;
  text-align: right;
}
	
#lupo_links {
	margin: 13px 0 0 0;
}
	
#lupo_links a {
	color: #888;
	border: none;
	padding: 0;
	}
	
#lupo_links a:hover {
	color: #bbb;
	}
	
/***
Site Map
***/

#content .sitemap a {
	border: none;
	display: block;
	min-height: 25px;
	padding-left: 25px;
	line-height: 25px;
	background: url(images/sitemap_li_bg.gif) no-repeat 5px 6px;
	border-bottom: 1px solid #edf4c2;
	}
	
#content .sitemap a:hover {
	background: #b7d30b url(images/sitemap_li_bg.gif) no-repeat 5px 6px;
	}
	
* html #content .sitemap a {
	height: 25px;
	}

* html #content .sitemap a:hover {
	height: 26px;
	}

html body #content ul.sitemap {
	list-style-type: none !important;
	padding: 0 !important;
	margin: 0 100px 0 0!important;
	font-size: 12px;
	border-top: 1px solid #edf4c2;
	}
	
#content ul.sitemap li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#content .sitemap ul {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 11px;
	}
	
#content .sitemap ul a {
	padding-left: 45px;
	background-position: 25px 6px;
	background-color: #f8fbe7;
	}

#content .sitemap ul a:hover {
	background: #b7d30b url(images/sitemap_li_bg.gif) no-repeat 25px 6px;
	color: #fff;
	}
	
	
#calculator_disclaimer {
  padding: 20px; 
}	

#calculator_disclaimer p {
  color: #999;
  font-size: 9px; 
}	

.image_link {
  margin-bottom: 10px;
}

#content .image_link a {
	padding: 0;
	background: none;
	border: none;
	}
	
#content .image_link a:hover {
  border: none;
  background: none;
}
	


/********************************************************************/
/** Page Message CSS Configuration **********************************/
/********************************************************************/

.pageMessage {
	font-weight: bold;
	font-size: 11px;
	vertical-align: text-top;
	padding: 2px 0px 8px 0px;
	line-height: 13px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 5px;
	display: block;
}

.pageMessage img {
	margin-left: -30px;
}

.pageMessageCritical {
  color: #FF4901;
}

.pageMessageWarning {
  color: #999999;
}

.pageMessageInformation {
  color: #0C6AEA;
}


	
