@charset "utf-8";
/* CSS Document */
a{
	outline:none;
	color: #000000;	
}
body{
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background:url(../images/bgline.jpg) repeat-x left bottom #e5daa8;
}
#main{
	position:relative;
	overflow:auto;
	width:1000px;
	height:100%;
	background:url(../images/leftbottom.jpg) no-repeat left bottom #dcca65;
}
	*html #leftnav{
		height:500px;
	}
	#leftnav{
		float:left;
		width:260px;
		min-height:500px;
		background:url(../images/lefttop.jpg) no-repeat;
	}
	*html #rightnav{
		height:900px;
	}
	#rightnav{
		float:left;
		width:740px;
		min-height:900px;
		background:url(../images/contentbg.jpg) repeat-y;
		padding-bottom:80px;
	}
	*html #header{
		height:350px;
	}
	#header{
		float:left;
		min-height:350px;
		width:740px;
	}
		#spacial_box{
			width:224px;
			margin-top:270px;
			float:right;
			background:url(../images/specialline.jpg) repeat-y;
			text-align:center;
		}
			#spacial_box .title{
				color:#804535; 
				font-size:14px;
			}
			#spacial_box ul{
				padding:0 20px 0 30px;
			}
			#spacial_box li{
				font-size:11px;
				line-height:18px;
				text-align:left;
				word-wrap: break-word;
			}
		
#content{
	float:left;
	height:100%;
	width:710px;
	padding:0px 0px 40px 30px;
}
	#content h1{
		font-size:30px;
		font-family: Georgia, "Times New Roman", Times, serif;
		color:#332c1e;
		margin:0;
		padding:10px 0px;
	}
	#content h2{
		font-size: 24px;
		font-family: "Times New Roman", Times, serif;
		color:#45291d;
		margin:0;
	} 
 	#content h3{
		color:#8d3803;
		margin:0;
		font-size:18px;
	 }

 	#content h4{
		color:#8d3803;
		margin:0;
		font-size:14px;
	 }
	 #content h3 a{
 		color:#8d3803;
	 }
	#content p{
		text-align:justify;
		line-height:20px;
	}
	#content #box{
		float:left;
		width:182px;
		text-align:center;
		padding-left:27px;
		padding-right:27px;			
	}
	#menu ul{
		list-style:none;
		padding:0;
		margin:0;

	}
	#menu li h2{
		background: url(../images/line.jpg) repeat-x left bottom;
		padding:20px 0px;
 	}
	#menu ul ul li{
		background: url(../images/libtn.jpg) repeat-x left bottom !important;
		padding:10px 0px;
 	}
	#2col{
		float:left;
		width:710px;
	}
		#colleft{
			float:left;
			width:410px;
			padding-right:10px;
		}		
		#colright{
			float:left;
			width:290px;
		}
#footer{
	position:absolute;
	left:260px;
	bottom:0;
	width:740px;
	height:100px;
	background-color:#806e4a;
}
	#footermenu{
		color:#fff;
		text-align:center;
		line-height:20px;
		padding:10px 0px ;
	}
		a.footermenu:link, a.footermenu:visited, a.footermenu:active{
			color:#fff;
			font-weight:bold;	
			text-decoration: none;
		}
		a.footer:hover{
			color:#1f7699;
			font-weight:bold;	
			text-decoration: underline;
		}
/* Recaptcha CSS*/ 
#divrecaptcha{
    width:350px;
}
#controls{ width:180px; float:right; }
#recaptcha_image{
    padding:2px; 
	background:#f9f9f9;
    border:1px solid #a5acb2;
}

#divrecaptcha a{
     font-size:11px;    
	 font-family:Verdana;
    text-decoration:none; color:#3366ff;
}
#divrecaptcha a:hover{
     color:#113399; text-decoration:underline;
}

/*Contact Form*/
.inputstyle{
	width:250px;
	
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/textbg2.jpg) no-repeat scroll 0 0;
	border-color:-moz-use-text-color #a5acb2 #a5acb2 -moz-use-text-color;
	border-style:none solid solid none;
	border-width:0 1px 1px 0;
	margin-bottom:0;
	padding-left:3px;
	padding-top:3px;
	height:20px;
}
.textareastyle{
	width:250px;
	
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/textbg2.jpg) no-repeat scroll 0 0;
	border-color:-moz-use-text-color #a5acb2 #a5acb2 -moz-use-text-color;
	border-style:none solid solid none;
	border-width:0 1px 1px 0;
	margin-bottom:0;
	padding-left:3px;
	padding-top:3px;
	height:80px;
}

