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

body, wrapper, h1, h2, h3, h4, p, flashbox, leadincontainer, leadinbox{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}

body{
	margin:0, auto;
	background-image:url(images/background-image.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#754c24;
}

h1{
	font-size:18px;
	font-weight:bold;
	padding-top:10px;
	color:#754c24;
}

h2{
	font-size:14px;
	padding-bottom:20px;
	color:#ef8104;
}

h3{
	font-size:12px;
	font-weight:bold;
	color:#ef8104;
	padding-bottom:5px;
}

h4{
	font-size:16px;
	font-weight:bold;
	padding-bottom:20px;
	color:#754c24;
}

p{
	font-size:12px;
	text-align:justify;
	padding-bottom:10px;
	color:#333;
	line-height:150%;
}

ul{
	list-style-type:square;
	font-size:11px;
	padding-left:30px;
	text-indent:-0px;
	line-height:150%;
	color:#666;
	margin-top:5px;
}

li{
	padding:0;
	margin:0;
}

em{
	font-weight:bold;
	color:#7b4f2a;
}

a:link, a:visited{
	text-decoration:none;
	color:#ef8104;
}

a:hover{
	text-decoration:underline;
	color:#ef8104;
}

#wrapper{
	margin:0 auto;
	width:900px;
	background-color:#fff;
	margin-bottom:5px;
}

#banner{
	width:900px;
	height:135px;
	background-image:url(images/header.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#topnav{
	float:left;
	width: 860px;
	height: 20px;
	color:#FFF;
	margin-top:112px;
	margin-left:20px;
	text-align:right;
	font-size: 13px;
}

#topnav ul{
	padding: 0;
	margin: 0;
}

#topnav ul li{
	padding: 0;
	margin: 0;
	display: inline;
}

#topnav ul li a{
	color: #FFF;
	text-decoration:none;
	padding: 0 10px;
	text-align: right;
	width: 9em;
}

#topnav ul li a:hover{
	color: #FFF;
	text-decoration:underline;
}

#flashbox{
	float:left;
	width:350px;
	height:400px;
	margin:5px 0;
}

#content{
	float:left;
	width:460px;
	margin: 5px 0 5px 45px;
	padding:0;
}

#leadincontainer{
	float:left;
	width:520px;
	margin:0 15px;
}

#leadinbox{
	float:left;
	width:130px;
	height:100px;
}

#imagebox{
	float:left;
	display:inline;
	margin: 5px 10px 0 0;
	height:150px;
	width:200px;
	border:1px solid #333;
}

#footer{
	clear:both;
	width:900px;
	background-color:#92683e;
	background-image:url(images/footerbkg.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding-top:40px;
}

#footer p{
	color:#fff;
	text-align:center;
}

#footer p a:link{
	color:#fff;
	text-decoration:none;
}

#footer p a:hover{
	color:#fff;
	text-decoration:underline;
}
