/* CSS Document */

/* -----------------------------------*/
/* ---- GLOBAL - (body, paragraphs, lists, etc) <<<-----------*/
/* -----------------------------------*/

* {	margin: 0; padding: 0; outline: none; }

body {
	font: normal 12px/14px Arial, Verdana, san-serif;
	background: #666666 url(/fal/images/top_bg.png) top left repeat-x;
	}

p {
	}
	
a {
	color: #0099CC;
	text-decoration: none;
	}
	a:hover {
		color:#A8C73D;
		text-decoration: underline;
		}

/* -----------------------------------*/
/* ---- HEADER <<<-----------*/
/* -----------------------------------*/


/* -----------------------------------*/
/* ---- PAGE STRUCTURE <<<-----------*/
/* -----------------------------------*/

.wrap {
	width: 800px;
	margin: 0 auto;
	}
	
#container-top {
	height: 75px;
	border-bottom: #fff 1px solid;
	width: 800px;
	margin: 0 auto;
	}
	#container-top .logo {
		float: left;
		margin: 20px 0 0 0; 
		}
	#container-top #topNav {
		float: right;
		}
	
#container-header-int {
	height: 136px;
	border-bottom: #fff 1px solid;
	width: 800px;
	margin: 0 auto;
	}
	#container-header-int .headline{
	z-index: 2;
	top: 105px;
	width:800px;
	position:absolute;
	}
	#container-navTab-bar {
		z-index: 3;
		top: 186px;
		position: absolute;
		width: 800px;
		}
	
#container-body {
	background-color: #EBECEE;
	border-bottom: #fff 1px solid;
	}
	#container-body-left {
	padding-top:10px;
	width:150px;
	float:left;
	}
		#container-body-left li {
		list-style:none;
		padding-left:20px;
		font: 14px/22px arial;
		}
	#container-body-middle {
    padding:10px 10px 10px 0;
	width:440px;
	float:left;
	}	
	#container-body-right {
	padding-top:20px;
	width:200px;
	float:right;
	}
	
#container-footer {
	background: #666666 url(/fal/images/container-footer_bg.png) top left repeat-x;
	padding: 12px 0;
	}
	
/* -----------------------------------*/
/* ---- HEADINGS <<<-----------*/
/* -----------------------------------*/

h2 {
	font: bold 30px Helvetica, Arial, Verdana, san-serif;
	color: #fff;
	margin: 0 0 5px 0;
	}

h3 {
	font: bold 30px/55px Helvetica, Arial, Verdana, san-serif;
	color: #9BC13B;
	}
	
h4 {
	font: bold 20px/35px Helvetica, Arial, Verdana, san-serif;
/*	color: #9BC13B; */
	}

h4.member_area {
	font: bold 20px/35px Helvetica, Arial, Verdana, san-serif;
	}

h5 {
	font: bold 13px Arial, Verdana, san-serif;
	}

h5.userinfo{
	font: bold 16px Helvetica, Arial, Verdana, san-serif;
	color: #9BC13B;
	}

/* -----------------------------------*/
/* ---- TEXT STYLES <<<-----------*/
/* -----------------------------------*/


/* -----------------------------------*/
/* ---- NAVIGATION <<<-----------*/
/* -----------------------------------*/

#topNav {
	height: 75px;
	font: bold 14px/75px Arial, Verdana, san-serif;
	}
	#topNav ul {
		background:transparent none repeat scroll 0%;
		list-style: none;
		list-style-poition: outside;
		list-style-type: none;
		margin: 0pt;
		padding: 0pt;
		}
		#topNav li {
			float: left;
			border-left: #3B3B3B 1px solid;
			border-right: #79797A 1px solid;
			}
			#topNav a {
				float: left;
				color: #fff;
				display: block;
				white-space: nowrap;
				padding: 0pt 15px;
				text-decoration: none;
				border-left: #79797A 1px solid;
				border-right: #3B3B3B 1px solid;
				}
				#topNav a:hover {
					background: transparent url(/fal/images/topNav_hover.png) repeat-x scroll left top;
					}


#navTab {
	height: 27px;
	font: bold 12px/27px Helvetica, Arial, Verdana, san-serif; 
	}
	#navTab ul {
		background:transparent none repeat scroll 0%;
		list-style: none;
		list-style-poition: outside;
		list-style-type: none;
		margin: 0pt;
		padding: 0pt;
		}
		#navTab li {
			background: transparent url(/fal/images/navTab_L.png) no-repeat scroll left top;
			float: left;
			height:27px;
			margin: 0pt;
			padding: 0 0 0 5px;
			}
			#navTab a {
				background: transparent url(/fal/images/navTab_R.png) no-repeat scroll right top;
				color: #333;
				display: block;
				float: left;
				height: 27px;
				margin-right: 5px;
				padding: 0pt 5px 0pt 0pt;
				text-decoration: none;
				white-space: nowrap;
				width: 0.1em;
				}
			#navTab > ul a {
				width: auto;
				}
				#navTab #current {
					background: transparent url(/fal/images/navTab_L_current.png) no-repeat scroll left top;
					}
				#navTab #current a {
					background: transparent url(/fal/images/navTab_R_current.png) no-repeat scroll right top;
					}
				#navTab li a span {
					padding: 0 6px;
					}	

#footNav {
	font: normal 12px/12px Arial, Verdana, san-serif; 
	background:transparent none repeat scroll 0%;
	list-style: none;
	list-style-poition: outside;
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
	float: left;
	display: block;
	}
	#footNav li {
		float: left;
		border-left: #A8C73D 1px solid;
		margin: 0 0 7px 0;
		}
		#footNav a {
			color: #A8C73D;
			padding: 0pt 7px;
			}
			#footNav .first {
				border-left: none;
				}
		
#copyNav {
	font: normal 12px/12px Arial, Verdana, san-serif; 
	background:transparent none repeat scroll 0%;
	list-style: none;
	list-style-poition: outside;
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
	float: right;
	display: block;
	}
	#copyNav li {
		float: left;
		border-left: #ccc 1px solid;
		}	
		#copyNav a {
			color: #ccc;
			padding: 0pt 7px;
			}
			#copyNav .first {
				border-left: none;
				padding: 0 7px;
				color: #ccc;
				}
					
/* -----------------------------------*/
/* ---- FORMS <<<-----------*/
/* -----------------------------------*/



#VE-search {}
	#VE-search .odd {
		height: 27px;
		background-color: #464646;
		}
	#VE-search .even {
		height: 27px;
		background-color: #5A5A5A;
		}
		#VE-search .state {
			color: #fff;
			}
	#VE-search .title {
		height: 32px;
		background: url(/fal/images/VE-search_rowTitle-bg.jpg) repeat-x top left;
		}
		#VE-search .title p {
			font: bold 14px/32px Helvetica, Arial, Verdana, san-serif;
			padding-left: 10px;
			}
	#VE-search .img-bg {
		background: url(/fal/images/VE-search_subRow-bg.jpg) repeat-x bottom left;
		}
		#VE-search b {
			float: left;
			padding-left: 10px;
			display: block;
			line-height: 27px;
			font: bold 12px Helvetica, Arial, Verdana, san-serif;
			}
		#VE-search .value {
			float: right;
			padding-right: 10px;
			display: block;
			line-height: 27px;
			font: normal 12px Helvetica, Arial, Verdana, san-serif;
			}
		#VE-search .selector {
			padding: 0 10px;
			height: 32px;
			}
			#VE-search select {
				width: 100%;
				height: 20px;
				font: normal 12px Helvetica, Arial, Verdana, san-serif;
			}
		
	#VE-search .last {
		height: 34px;
		background: url(/fal/images/VE-search_lastRow-bg.jpg) repeat-x top left;
		}
		#VE-search .last p {
			font: normal 11px/34px Helvetica, Arial, Verdana, san-serif;
			float: left;
			padding-left: 10px;
			display: block;
			}
		#VE-search .last .btn {
			float: right;
			margin-top: 3px;
			padding-right: 7px;
			display: block;
			}	


#front_testimonial{
    padding: 12px;
    color: #FFFFFF;
    font-weight: bold;
}

/* -----------------------------------*/
/* ---- COMMENTS <<<-----------*/
/* -----------------------------------*/


/* -----------------------------------*/
/* ---- EXTRAS <<<-----------*/
/* -----------------------------------*/

.emb-home-startHere {
	z-index: 12;
	top: 290px;
	margin-left: 469px;
	position: absolute;
	}
	
.home-VEsearchPanelTab {
	z-index: 10;
	top: 306px;
	margin-left: 539px;
	position: absolute;
	}
.home-VEsearchPanel-mapshadow {
	z-index: 11;
	top: 349px;
	margin-left: 525px;
	position: absolute;
	height: 400px;
	background: transparent url(/fal/images/VEsearchPanel-mapShadow.png) top right repeat-y;
	}

.gemsPanel .title {
	background: url(/fal/images/gemsPanel_title-bg.jpg) top right repeat-x;
	height: 40px;
	}
	.gemsPanel .title p {
		font: bold 14px/40px Helvetica, Arial, Verdana, san-serif;
		padding-left: 10px;
		}
.gemsPanel .value {
	background: url(/fal/images/gemsPanel_value-bg.jpg) top left repeat-x;
	height: 40px;
	}
	.gemsPanel .value p {
		font: normal 12px/40px Helvetica, Arial, Verdana, san-serif;
		color: #fff;
		text-align: center;
		}
.emb-home-GLNY {
	z-index: 13;
	position:absolute;
	top: 785px;
	}
		
.extra {
	margin: 55px 0;
	display: block;
	font: normal 14px/18px Arial, Verdana, san-serif;
	}
		
.text{
        border: solid 1px;
        margin: 3px;
    }
.textarea{
        border: solid 1px;
        margin: 3px;
    }

/* -----------------------------------*/
/* ---- Post Login Page <<<-----------*/
/* -----------------------------------*/

#membercontainer {
	padding: 20px 5px;
}

#membercontainer p {
	padding-bottom: 10px;
}

#welcome {
	width: 600px;
	border: #666 2px dashed;
	padding: 10px;
	margin-bottom: 20px;
        margin-left: 85px;
	font: 16px/20px arial;
	font-weight: bold;
	background-color: #E8F0D0;
        text-align: center;
}

#left {
	float: left;
	width: 470px;
}

#right {
	float: right;
	width: 290px;
	border-left: #666 1px solid;
	height: 90%;
	padding-left: 15px;
}

#membercontainer h5 {
	text-align: center;
	margin: auto 0;
	font: 20px/28px arial;
	font-weight: bold;
}

#membercontainer ul {
    list-style: square outside;	
}

#membercontainer li {
	padding-bottom: 10px;
}

.getstarted1 span,
.getstarted2 span,
.getstarted3 span {
	font-weight: bold;
	font: 18px/38px arial;
	color: #9BC13B;
	margin-left: -20px;
}
.getstarted1,
.getstarted2,
.getstarted3 {
	padding: 0 0 20px 20px;
}

#launchbutton {
	text-align: center;
	margin: auto 0;
	width: 290px;
	height: 125px;
}

#launchbutton a {
	display: block;
	width: 276px;
	padding: 35px 0 25px 0;
	font: 20px/28px arial;
	color: #fff;
	background: url(../images/launchbutton.jpg) 0 0 no-repeat;
	}
	#launchbutton a:hover {
		background: url(../images/launchbutton.jpg) 0 -125px;
	}

#launchbutton span {
	color: #0099CC;
	text-decoration: underline;
	font:28px/30px arial;
	font-weight: bold;
}

/* -----------------------------------*/
/* -------- Signup Page <<<-----------*/
/* -----------------------------------*/

#signuppage {
	padding: 20px 5px;
	background-color: #ebecee;
}

#signuppage h1 {
	font: 34px/38px 'times new roman';
	color: #f00;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}

#signuppage h2 {
	font: 16px/16px arial;
	color: #000;
	font-weight: bold;
	padding-top: 24px;
}

#signuppage h3 {
	font: 18px/26px arial;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	color: #000;
	padding: 20px 0;
}

#signuppage h4 {
	font: 16px/16px arial;
	color: #f00;
	text-align: center;
	margin: 20px auto;
	font-weight: bold;
}

#signuppage p {
	font: 14px/18px arial;
	padding-top: 10px;
}

#signuppage .red {
	font-weight: bold;
	color: #f00;
}

#quote {
	width: 80%;
	height: auto;
	margin: 20px auto;
	background-color: #ffc;
	padding: 10px;
	border: 2px solid #ff9;
	text-align: left;
}

#background {
	margin: 0 auto;
	width: 420px;
	padding: 15px;
	background-color: #9bc13b;
}

#signuppage .button {
	color: #07c;
	width: 400px;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	font: 18px/18px georgia, serif;
	overflow: visible;
}

#signupform {
	width: 85%;
	margin: 20px auto;
	background-color: #ffc;
	padding: 40px;
	border: 4px dashed #9bc13b;
	text-align: left;
}

#signupform fieldset {
	padding:10px;
	text-align: left;
}

#signupform .big {
	font-size: 18px;
	padding: 5px 0 5px 0;
}
