@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}

body {
	font:62.5%/1.5 Georgia, "Times New Roman", Times, serif;
	background:#f4f9ec url(../images/bg.gif) top left repeat-x;
}

h1 {
	display:block;
	width:228px;
	height:107px;
	overflow:hidden;
	text-indent:-9000px;
	background:url(../images/logo.gif) top left no-repeat;
}
	h1 a {
		display:block;
		width:228px;
		height:65px;
		margin-top:42px;
	}

h2 {
	font-size:3.0em;
	color:#8f2929;
	padding-bottom:15px;
}

h3 {
	font-size:1.8em;
	color:#8f2929;
	padding:30px 0 15px 0;
}
	h3.news {
		padding:0 0 15px 0;
	}
	h3.news span {
		color:#666;
		font-size:0.8em;
	}

h4 {
	font-size:1.3em;
	padding-bottom:15px;
}
	h4 span {
		font-weight:normal;
		color:#333;
	}

p {
	font-size:1.3em;
	color:#333;
	padding-bottom:15px;
}
	p.red {
		color:#8f2929;
	}
	p.error {
		color:#8f2929;
		background-color:#f5e7e7;
		padding:7px 10px 8px 10px;
		margin-bottom:15px;
	}
	p.success {
		color:#658f29;
		background-color:#e9f1de;
		padding:7px 10px 8px 10px;
		margin-bottom:15px;
	}

img {
	border:0;
	display:block;
}

form {
	padding-bottom:15px;
}
	form div {
		padding-bottom:5px;
	}

label {
	float:left;
	font-size:1.3em;
	display:block;
	width:120px;
}

input {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	padding:3px;
	width:350px;
}
	input.formbtn {
		width:auto;
		margin-left:120px;
	}

textarea {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	padding:3px;
	width:350px;
}

#container {
	width:760px;
	margin:0 auto;
	position:relative;
}

#vine {
	position:absolute;
	background:url(../images/vine.gif) top left no-repeat;
	margin-left:-60px;
	width:60px;
	height:137px;
}

#header {
	height:126px;
	background:url(../images/house.gif) top right no-repeat;
}

#wrapper {
	background:#fff;
}

#content {
	width:760px;
	margin:0 auto;
	padding:50px 0 30px 0;
}

#maincontent {
	width:514px;
	padding:0 10px 0 55px;
	float:right;
	border-left:1px solid #ccc;
}
	#maincontent ul, #maincontent ol {
		font-size:1.3em;
		color:#333;
		padding:0 0 15px 20px;
	}
	#maincontent a {
		color:#333;
		text-decoration:none;
		border-bottom:1px solid #ccc;
	}
		#maincontent p.red a {
			color:#8f2929;
		}
		#maincontent h4 a {
			color:#000;
		}
	#maincontent a:hover {
		border-bottom:1px solid #333;
	}

#sidecontent {
	padding:8px 10px 0 0;
	width:165px;
}
	#sidecontent ul {
		list-style:none;
		padding-bottom:40px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:1.2em;
	}
		#sidecontent ul a {
			color:#666;
			text-decoration:none;
		}
		
	#sidecontent img {
		margin-bottom:40px;
	}

#navi {
	list-style:none;
}
	#navi li {
		float:left;
		line-height:42px;
		font-size:1.4em;
		font-family:Arial, Helvetica, sans-serif;
		padding-right:34px;
	}
		#navi li a {
			color:#000;
			text-decoration:none;
		}
		#navi li.current a {
			color:#8f2929;
		}
		
#footer {
	width:760px;
	margin:0 auto;
	padding:30px 0 20px 0;
}

#mainfooter {
	width:520px;
	padding:0 10px 0 60px;
	float:right;
}
	#mainfooter p {
		color:#9b6565;
		font-family:Arial, Helvetica, sans-serif;
		font-size:1.2em;
	}
	#mainfooter a {
		font-weight:bold;
		color:#9b6565;
		text-decoration:none;
	}
	#mainfooter p.binamic {float:right;}
	.binamic a {border-bottom:1px solid #9B6565;}

#sidefooter {
	padding:0 10px 0 0;
	width:160px;
}
	#sidefooter p {
		color:#666;
		font-style:italic;
		font-size:1.1em;
		padding-bottom:3px;
		font-family:Arial, Helvetica, sans-serif;
	}
	#sidefooter img {
		float:left;
		margin:0 11px 8px 0;
	}
		
/* ---- Clearfix */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix { display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* End hide from IE-mac */
