@charset "UTF-8";
/* CSS Document */


body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-attachment: center;
	background-image: url(background_inside.jpg);
	background-repeat: repeat;
}

#container {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	min-width: 860px;
}

#header
{
	margin-top: -20px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-image: url(home_branding.png);
	height: 75px;
	width: 860px;
	text-indent: -9999px;
}

#nav
{
	margin-top: 0px;
	margin-bottom: 0px;
	height: 90px;
	width: 860px;
	min-width: 860px;
}
#header_bottom
{
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(home_branding_bottom.png);
	background-repeat: no-repeat;
	background-position: 50px 0px 0px 0px;
	background-attachment: relative;
	height: 277px;
	width: 860px;
	min-width: 860px;
	text-indent: -9999px;
}

#content
{
	margin-top: -10px;
	padding-top: 0px;
	height: 60px;
	width: 865px;
	margin-bottom: 40px;
}

#footer
{
	height: 30px;
	width: 860px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
	h1
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size:24px;
	}
	
	h3
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: center;
	font-size:15px;
	line-height: 1.3em;
	color: #6B5533;
	}
	
	p
	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	font-size:10px;
	line-height: 1.3em;
	color: #6c5532;
	}
	
a:link {
	color: #d1541d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #d12d1d;
}
a:hover {
	text-decoration: none;
	color: #1f683f;
}
a:active {
	text-decoration: none;
	color: #6c5532;
	color: #033;
}
#extradiv1 {
	background-image: url(background_bottom_in.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 165px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 2;
}
