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

@font-face {
font-family: 'BethHand';
url('bethhand.ttf.ttf') format('truetype');
}

*{
	padding:0;
	margin:0;
	text-align: left;
}
html, body{min-width:100%;min-height:100%;}
html{background:url(../images/nav.jpg) no-repeat;background-size:100% 100%;}
body{background:url(../images/nav-bg.png) repeat-x top;font:14px Verdana, Geneva, sans-serif;color:#43393e;}

.wrapper{width:920px;margin:auto;}
.clear{clear:both;line-height:0.00001em;font-size:0.00001em;}

nav{widht:920px;height:269px;margin-bottom:12px;position:relative;}
nav ul{list-style:none;padding:11px 0 0 0;}
nav ul li{float:left;}
nav ul li a{
	color:#030;
	text-decoration:none;
	background:url(../images/nav.png) repeat-x;
	height:10px;
	padding:9px 20px;
	display:block;
	margin-left:25px;
	-moz-border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	border-radius:5px 5px 0px 0px;
}

#branding{background:url(../images/header.jpg) no-repeat;width:920px;height:261px;text-indent:-9999999px;margin:3px 0 0 0px;}


#slideshow{list-style:none;}


article{
	width:920px;
	float:left;
	line-height:150%;
	background-image: url(../images/contentxx.jpg);
	text-align: right;
}
article h2,
aside h3{font:30px BethHand;color:#43393e;margin-bottom:10px;font-weight:normal;}

aside h3{
	font-size:32px;
	background-image: url(../images/contentxx.jpg);
}



.wrapper p{margin-bottom:0px;}
article a, aside a{color:#559f45;text-decoration:none;font-weight:bold;}
article a:hover, aside a:hover{text-decoration:underline;}

footer{
	background:url(../images/footer.jpg) repeat-x;
	width:100%;
	float:none;
	height:104px;
	color:#030;
	font-size:13px;
	padding-top:30px;
	line-height:150%;
}
footer h4{font-size:14px;font-weight:bold;}
footer address{width:260px;margin-right:70px;float:left;font-style:normal;}
footer address h5{float:left;width:60px;font-weight:normal;font-size:13px;}
footer br{clear:both;}

footer .badge{width:81px;height:81px;margin:5px 5px 0 0;text-indent:-999999px;display:block;float:left;}
footer #bio{background:url(../images/bio.png);}
footer #fb{background:url(../images/fb.png);}
footer #twitter{background:url(../images/twitter.png);margin-right:0;}
