/* CSS Document */
html { height:100%; }

body{
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#663300;
	font-size:16px;
	background-color: #fff;
	height: 100%;
	display:table;
	width:100%;
	
}
#main {
	height:100%;
	width: 908px;
	display:table;
	margin:0 auto;
}
#wrapper{
	width:100%;
	margin: 0px auto;
	color:#FFFFFF;
	font-size:16px;
	text-align:center;
	/*background:#fff url(../images/bg_home.jpg) repeat-x center bottom;*/
	height:100%;
	display:table;
	background:#fff url(../images/bg_home.jpg) repeat-x center bottom;
}
#content{
	width:1000px;
	min-height:500px;
	margin:0px auto;
	background:#666666;
}
#footer{
	width:100%;
	height:120px;
	/*margin:-110px auto 0px auto;*/
	color:#FFFFFF;
	font-size:18px;
	text-align:center;
	margin-top:-120px;
}
#container{
	width:908px;
	height:auto;
	margin:0px auto 120px auto;
	display:inline-table;
}
#content_block{
	width:908px;
	min-height:200px;
	display:table;
	margin-top:25px;
	min-height:300px;
}
h2{
	width:79%;
	line-height:35px;
	margin:0 auto;
	text-align:center;
	font-size:22px;
	padding:0px;
	color:#575757;
	font-weight:normal;
}
h2 a{
	line-height:35px;
	color:#4ea80c;
	text-decoration:underline;
}
h2 a:hover{
	color:#FF9900;
}
#navigation{
	height:30px;
	position:absolute;
	top:0px;
	right:0px;
	z-index:100;
}
.top_link{
	line-height:20px;
	color:#5c5c5c;
	font-size:18px;
	text-align:center;
	width:auto;
	padding:0px 8px;
	display:block;
	cursor:pointer;
	float:left;
	border-right:1px #5c5c5c solid;
	position:relative;
	z-index:1000;
}
.current,#navigation a:hover{
	color:#4cb301;
}
.no_bor{
	border:0px;
}
.input_box{
	width:440px;
	height:25px;
	padding:0px;
	margin:15px 2px 0px 10px;
	background:none;
	border:0px;
	float:left;
	font-size:20px;
	color:#999999;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#search{
 width:540px;
 height:52px;
 margin:50px auto;
 background:#fff;
 background:url(../images/search.png) left center no-repeat;
}
.curved { /* used to disply curve IE ******    */
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	behavior:url(../scripts/border-radius.htc);
}
.search_btn{
	width:120px;
	height:50px;
	float:right;
	margin:1px -80px 0px 0px;
	position:relative;
	z-index:100;
}
.foot_links{
	color:#fff;
	font-size:18px;
	text-align:center;
	display:block;
	padding:5px 8px;
	line-height:25px;
	float:left;
	text-decoration:underline;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.foot_links:hover{
	color:#FF9900;

}
#footer_inner{
	width:540px;
	margin:auto;
	background:url(../images/footer.png) no-repeat center bottom;
	height:85px;
}
#logo_container{
	margin-top:3%;
}
#copy{
	text-decoration:none;
}