/* Evans Meats CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.75em;
	color:#000000;
	background-color:#E3E4D6;
	background-image:url(images/bkgnd_repeat.jpg);
	background-repeat:repeat-x;
}

h1 {
	margin:0 0 8px 0;
	padding:0 0 0 0;
	font-size:1.4em;
}

h2 {
	margin:0 0 8px 0;
	padding:0 0 0 0;
	font-size:1.3em;
}

h3 {
	margin:0 0 8px 0;
	padding:0 0 0 0;
	font-size:1.15em;
}
.heading {
	color: #235e85;
}

p {
	margin:0 0 8px 0;
}

a:link,
a:visited,
a:active {
	color:#000000;
	text-decoration:underline;
}

a:hover {
	color:#2B73A0;
}

div {}

img { border:none; }

/* -- class settings ---------------------------------------------- */

.fine { font-size:.65em; }

/* -- layout settings --------------------------------------------- */

#main_container {
	position:relative;
	top:0;
	margin:0 auto;
	width:738px;
	height:auto;
	padding:0 6px 6px 6px;
	border:1px #C7C7B7 solid;
	border-top:none;
	background-color:#FFFFFF;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:738px;
	height:95px;
	background-color:#203645;
	background-image:url(images/nav_bkgrnd.gif);
	background-position:top center;
	background-repeat:no-repeat;
	margin:0 0 6px 0;
}

#banner {
	position:relative;
	top:0;
	left:0;
	width:738px;
	height:184px;
	margin:0 0 12px 0;
}

#big_buttons {
	position:relative;
	top:0;
	left:0;
	width:738px;
	height:117px;
	margin:0 0 10px 0;
}

#content_container {
	position:relative;
	top:0;
	margin:0 auto;
	width:719px;
	height:auto;
}

#clear_float { clear:both; }

#footer {
	position:relative;
	top:0;
	margin:0 auto;
	width:750px;
	height:22px;
	margin-top:3px;
	margin-bottom:30px;
}

/* -- content settings -------------------------------------------- */

#content_left {
	position:relative;
	top:0;
	left:0;
	width:466px;
	height:auto;
	padding:0 20px 0 0;
	float:left;
}

#content_right {
	position:relative;
	top:0;
	right:0;
	width:223px;
	height:auto;
	float:right;
	background-color:#E4E7E8;
	border:1px #F8F8F6 solid;
	margin:0 0 10px 0;
	padding:0 0 0 7px;
}

#footer_address {
	top:0;
	left:0;
	width:451px;
	height:22px;
	background-image:url(images/footer_address.jpg);
	background-repeat:no-repeat;
}

#footer_38link {
	position:absolute;
	top:0;
	right:0;
	width:auto;
	height:auto;
}

/* -- nav settings ------------------------------------------------ */

#nav {
	position:absolute;
	bottom:0;
	left:0;
	width:738px;
	height:29px;
}

#nav_saying {
	position:absolute;
	top:0;
	right:0;
	width:193px;
	height:20px;
}

#dn1 {
	position:absolute;
	top:95px;
	left:268px;
	width:125px;
	height:auto;
	visibility:hidden;
	z-index:100;
	text-align:center;
	border:1px #225D81 solid;
	border-bottom:none;
}

#dn1 a:link,
#dn1 a:active,
#dn1 a:visited {
	display:block;
	width:125px;
	max-width:100%;
	font-family:Georgia;
	font-weight:bold;
	font-size:12px;
	color:#1B4A6A;
	background-color:#fff;
	padding:2px 5px 4px 10px;
	border-top:1px #6294AF solid;
	border-bottom:1px #225D81 solid;
	text-decoration:none;
}

#dn1 a:hover {
	color:#213644;
	background-color:#A8A8A8;
	border-bottom:1px #6294AF solid;
	border-top:1px #225D81 solid;
}

.show {
	visibility:visible !important;
}