﻿body {
	background: url(../images/fgpl_top.png) repeat-x 0px 10px;
	font: 12px/125% Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

/* MAIN LINK ITEMS */
a {
	padding: 0px;
	color: #0089D4;
	border: 0px;
}
a:hover {
	color: #86B242;
	text-decoration: none;
}
a:active {
	color: #86B242;
	text-decoration: underline;
}

/* MAIN FONT ITEMS */
p {
	line-height: 125%;
	padding: 0px 5px 10px 5px;
	margin: 0px;
	text-align: justify;
}
h1 {
	font: lighter 18px/125% Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 10px 5px;
	text-transform: uppercase;
	color: #0089D4;
}
h2 {
	font: lighter 16px/125% Arial, Helvetica, sans-serif;
	padding: 10px 5px;
	margin: 0px;
	text-transform: uppercase;
	color: #0089D4;
}
h6 {
	font: 12px normal;
	padding: 10px 5px;
	margin: 0px;
	color: #999;
}
/* MAIN DIVIDING ITEMS */
.clear {
	padding: 0px;
	margin: 0px;
	clear: both;
}
#main {
	background: url(../images/fgpl_top_mid.png) no-repeat center 10px;
	margin: 0px auto;
	padding: 5px 0px;
}
#head {
	background: url(../images/fgpl_logo.png) no-repeat 0px -10px;
	width: 540px;
	height: 60px;
	margin: 0px auto;
	padding: 0px 0px 0px 360px;
	clear: both;
}
#headmenu {
	text-align: right;
	width: 500px;
	height: 40px;
	margin: 35px 10px 0px 10px;
	padding: 0px;
	float: right;
}

/* ###############################  dropdownMENU START   ############################################# */


.dropdownMENU{
	margin: 10px 0px 0px 10px;
	padding: 0px;
}

.dropdownMENU ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/* ###############################   Top level list items   ########################################## */
.dropdownMENU ul li{
	position: relative;
	display: inline;
	float: left; /*overall menu background color*/
}

/* ###############################   Top level menu link items style   ############################### */
.dropdownMENU ul li a{
	display: block;
	width: 75px;
	padding: 5px;
	text-decoration: none;
	color: #86B242;
	border: 0px;
	text-transform: capitalize;
}
	
/* ###############################   1st sub level menu   ############################################ */
.dropdownMENU ul li ul{
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
}

/* ###############################   Sub level menu list items   ##################################### */
.dropdownMENU ul li ul li{
	display: list-item;
	float: none;
}

/* ###############################   All subsequent sub menu levels   ################################ */
.dropdownMENU ul li ul li ul{ 
	left: 159px; /* no need to change, as true value set by script */
	top: 0;
}

/* Sub level menu links style */
.dropdownMENU ul li ul li a{
	display: block;
	width: 120px; /*width of sub menu levels*/
	color: #0089D4;
	text-decoration: none;
	padding: 10px;
	background-color: #fff;
	border: 0px;
}

.dropdownMENU ul li ul a:hover{
	background-color: #0089D4;
	color: #FFFFFF;
}

.dropdownMENU ul li a:hover{
	background-color: #fff;
	color: #0089D4;
	border: 0px;
}

/* ###############################  Hack for IE   ################################################### \*/
* html .dropdownMENU ul li { float: left; height: 1%; }
* html .dropdownMENU ul li a { height: 1%; }
/* End */

/* ###############################  dropdownMENU END   ############################################### */


#body {
	background: #fff url(../images/fgpl_page_bottom.png) no-repeat center bottom;
	width: 880px;
	margin: 0px auto;
	padding: 10px;
	clear: both;
}
.bodyLeft {
	width: 580px;
	margin: 0px auto;
	padding: 0px 10px 0px 0px;
	float: left;
}
.bodyRight {
	width: 280px;
	margin: 0px auto;
	padding: 0px 0px 0px 10px;
	float: left;
}
.bodyRightBox {
	background: url(../images/fgpl_right_shadow.jpg) no-repeat center bottom;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	clear: both;
}
.google {
	text-align: center;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	clear: both;
}
#foot {
	color: #A9A9A9;
	width: 880px;
	margin: 0px auto;
	padding: 0px 10px;
	clear: both;
}
#foot a {
	background-color: #fff;
	color: #0089E2;
	text-decoration: none;
	margin: 0px 5px;
	float: right;
	border-bottom: 1px solid #eee;
}

#foot a:hover {
	background-color: #fff;
	color: #86B242;
	margin: 0px 5px;
	float: right;
	border: 0px;
}

td {
	vertical-align: top;
	margin: 0px;
	padding: 4px;
	border: 0px;
}
table {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.tabletop {
	color: #A9A9A9;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #ddd;
}
.tabletop tr:hover {
	background-color: #fff;
}

#body li {
	background: url(../images/accept.png) no-repeat left center;
	padding: 8px 5px 5px 25px;
	margin: 0px;
	list-style-type: none;
}
.lenders td {
	padding: 0px;
	margin: 0px;
}
.lenders tr {
	padding: 0px;
	margin: 0px;
}
.lenders tbody {
	padding: 0px;
	margin: 0px;
}
.lenders {
	padding: 0px;
	margin: 0px;
}
.lenders td {
	padding: 5px 0px;
	text-align: center;
	vertical-align: middle;
}
tr:hover {
	background-color: #eee;
}
.lenders img {
	border: 0px;
}

.bodyLeft .yay {
	background: url(../images/accept.png) no-repeat 2px 0px;
	padding: 2px 5px 10px 23px;
	margin: 10px 0px 0px 0px;
}
.bodyLeft .error {
	background: url(../images/cross.png) no-repeat 2px 0px;
	color: #CC0000;
	padding: 2px 5px 10px 23px;
	margin: 10px 0px 0px 0px;
}
.catBox {
	background: url(../images/fgpl_category.png) no-repeat center center;
	border: 0px;
	width: 190px;
	height: 63px;
	float: left;
	padding: 47px 0px 0px 0px;
	margin: 10px 1px;
	text-align: center;
	text-transform: capitalize;
	vertical-align: middle;
	font-size: 14px;
}
