/* @override http://www.futurofirma.com/css/main.css */

/* Global Resetting */
html{	
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	/* reset font-sizes to 1em == 10px */
}
* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	color: #666;
	padding: 0;
	margin: 0;
	font-family:Arial,Helvetica,sans-serif;
	list-style:none;
}
a img{
	border:0;
	opacity: 1;
	-webkit-transition: opacity 0.25s linear;
	text-decoration: none; border-bottom: 0px solid #3C9D43;
	}
	a:hover img{
	opacity: 0.65;
	}
#ListColumnThree ul li a.selected {
	color: #6FB744;
	background-image: url(../images/icon_plus_on.gif); background-position-x: 0; background-position-y: 0; background-repeat: no-repeat;
}

ul{
	font-size: 1.3em;
	}
	p{
	font-size: 1.3em;
	line-height: 1.4em;
	}

/* Layout CSS */
#Container {
	width: 928px;
	margin: auto;
	position: relative;
	}
#Header {
	width:auto;
	height: 175px;
	display: block;
	}
	
#ColumnOne{
	width:202px;
	float: left;
	margin-right: 40px;
	}
	#ColumnOne a {
		color: #056330;
		font-weight: bold;
		text-decoration: none;
		}
		#ColumnOne a:hover {
			color: #056330;
			font-weight: bold;
			text-decoration: none; border-bottom: 1px solid #056330;
			}
	
#ColumnTwo{
	width:424px;
	float: left;
	margin-right: 40px;
	}
	#ColumnTwo a {
		color: #3C9D43;
		font-weight: bold;
		text-decoration: none;
		}
		#ColumnTwo a:hover {
			color: #3C9D43;
			font-weight: bold;
			text-decoration: none; border-bottom: 1px solid #3C9D43;
			}
			
	#ColumnTwo ul li a {
				color:#666;
				font-weight:bold;
				line-height: 2em;
				text-decoration:none;
				padding: 0 0 12px 20px;
				background-image: url(../images/icon_plusmiddle_off.gif); background-position-x: 0; background-position-y: 0; background-repeat: no-repeat;
				}
				#ColumnTwo ul li a:hover {
					color: #3C9D43;
					text-decoration: none;
					background-image: url(../images/icon_plusmiddle_on.gif); background-position-x: 0; background-position-y: 0; background-repeat: no-repeat;
					border-bottom: 0px solid #3C9D43;
					}		
	
#ColumnThree{
	width:202px;
	float: left;
	margin-right: 20px;
	}	
	#ColumnThree ul li {
		list-style-type:none;
		width: 202px;
		}
		#ColumnThree ul li a {
				float: left;
				clear:left;
				width: 182px;
				color:#666;
				font-weight:bold;
				text-decoration:none;
				padding: 0 0 10px 20px;
				background-image: url(../images/icon_plus_off.gif); background-position-x: 0; background-position-y: 0; background-repeat: no-repeat;
				}
				#ColumnThree ul li a:hover {
					color: #6FB744;
					text-decoration: none;
					background-image: url(../images/icon_plus_on.gif); background-position-x: 0; background-position-y: 0; background-repeat: no-repeat;
					}
					
#BackButton a  {
	width: 80px;
	height: 30px;
	display:block;
	color: #fff;
	font-size: 1.1em;
	background-image: url(../images/back_button_off.gif); background-repeat: no-repeat;
	padding: 4px 0 0 16px;
	text-decoration: none; border-bottom: 0px solid #3C9D43;
	}
	#BackButton a:hover  {
		color: #fff;
		background-image: url(../images/back_button_hover.gif); background-repeat: no-repeat;
		text-decoration: none; border-bottom: 0px solid #3C9D43;		
		}
#ReadButton a  {
	width: 80px;
	height: 30px;
	display:block;
	color: #fff;
	font-size: 1.1em;
	background-image: url(../images/read_button_off.gif); background-repeat: no-repeat;
	padding: 14px 0 0 6px;
	text-decoration: none; border-bottom: 0px solid #3C9D43;
	}
	#ReadButton a:hover  {
		color: #fff;
		background-image: url(../images/read_button_hover.gif); background-repeat: no-repeat;
		text-decoration: none; border-bottom: 0px solid #3C9D43;		
		}		
					
#Footer {
	text-align:left;
	clear: both;
	width: 928px;
	height: 74px;
	padding: 20px 0 20px 0;
	background-image: url(../images/ff_logo_footer.jpg); background-position-x: 0; background-position: 0 20px; background-repeat: no-repeat;
	}
	.FooterLinks {
		padding: 16px 0 0 32px;
		font-size: 1.3em;
		color:#999;
		}
	.FooterLinks a {
		text-decoration:none;
		}
		.FooterLinks a:hover {
			color:#3C9D43;
			text-decoration:none;
			}
			.FooterLinksCopyright {
				color:#999;
				font-size:1.1em;
				font-weight:normal;
				padding: 2px 0 0 32px;
				}

/* Main Menu CSS */
#Menu1 {
	width:202px;
	}
	#Menu1 ul {
		list-style-type:none; 
		display: compact;
		}
		.Current {
			display: inline;
			color:#fff;
			background-color: #056330;
			font-weight:bold;
			line-height: 2em;
			padding: 3px 3px 3px 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			}
			#Menu1 ul li a {
				display: inline;
				color:#666;
				font-weight:bold;
				line-height: 2em;
				text-decoration:none;
				padding: 3px 3px 3px 3px;
				}
				#Menu1 ul li a:hover {
					color: #056330;
					text-decoration:none; border-bottom: 0 solid #fff;
					}

/* Content Formatting CSS */

#HeaderColumnOne h1 {
	color: #056330;
	font-size: 1.6em;
	font-weight: bold;
	width: auto;
	height: 36px;
	padding-top: 20px;
	background-image:url(../images/columnone_underline.gif); background-position: bottom; background-repeat: no-repeat;
	}
	#HeaderColumnTwo h1 {
		color: #3C9D43;
		font-size: 1.6em;
		font-weight: bold;
		width: auto;
		height: 36px;
		padding-top: 20px;
		background-image:url(../images/columntwo_underline.gif); background-position: bottom; background-repeat: no-repeat;
		}
		#HeaderColumnThree h1 {
			color: #6FB744;
			font-size: 1.6em;
			font-weight: bold;
			width: auto;
			height: 36px;
			padding-top: 20px;
			background-image:url(../images/columnthree_underline.gif); background-position: bottom; background-repeat: no-repeat;
			}
			
.registerdetail {
	font-size: 1.3em;
	font-weight: bold;
	}
	.registerinput {
		font-size: 1.3em;
		padding: 2px;
		}
	
	input.sendbtn {
		width: 46px;
		height: 19px;
		background: url(../images/sendbutt_off.gif) no-repeat;
		outline: none;
		}
		input.sendbtn:hover {
			background: #FFF url(../images/sendbutt_over.gif) no-repeat 0 0px;
			}

	#HomeButton a {
		width: 202px;
		height: 76px;
		position: absolute;
		z-index: 200;
		left: 484px;
		top: 326px;
		text-decoration: none;
		background-image:url(../images/butt_home_moreinfo_off.jpg); background-repeat: no-repeat;
		}
		#HomeButton a:hover {
		text-decoration: none;
		background-image:url(../images/butt_home_moreinfo_on.jpg); background-repeat: no-repeat;
		}

#Address {
	text-align: left;
	clear:left;
	padding-top: 20px;
	}
	#Address ul li, #Address ul li strong {
	color: #666;
	line-height: 1.4em;
	}
	
.boldGreen {
	font-weight:bold;
	color: #3C9D43;
	}
	

	
#ListColumnTwo {
	text-align: left;
	clear:left;
	}	
#ListColumnThree {
	width: 202px;
	text-align: left;
	clear:left;
	float: left;
	}