﻿/* Link colors */
.NoOutline{ /* Removes the outline from images and links */
	outline-style:none;
	border-style:none;
}

a{
	color: #990000;
}

a:hover{
	color: #660000;
	text-decoration: none;
}


/* End Link Colors*/

/* CSS main layout */
#page_content {
	padding: 12px 0px 0px 9px;
	position:relative; 
}

/*This should be used if a background image is going to be used and then to reset the padding*/
#page_content .ContentNoPadding{
	margin: -12px 0px 0px -9px;
}

#page_content .ContentReaddPadding{
	padding: 12px 0px 0px 9px;
	position:absolute;
	top:0; 
	left:0; 
}

h1,h2,h3,h4,h5,h6{
	font-family: "arial";
	font-weight:bold;
	color: #990000;
	margin-bottom:12px;
}

h1.Nonbold,h2.Nonbold,h3.Nonbold,h4.Nonbold,h5.Nonbold,h6.Nonbold {
	font-weight:normal;
}


.ColorRed
{
	color: #990000;
}

p{
	font-family: "arial";
	font-size: small;
}

.CustBold{
	font-family: "arial";
	font-size:medium;
	font-weight:bolder;
}



#header {
	width:778px;

	/*width: 100%;*/
	background-color: #7D0016;
	background-image: url('images/header2.gif');
	background-repeat:no-repeat;
	height:148px;
}

/* Menu bar with rollover buttons */
#main_nav {
	font-size: 12px;
	font-family: Tahoma;
	position: absolute;
	top: 123px;
	left: 160px;
}

#main_nav ul{
	list-style-type: none;
	text-align: center;
	float: left;
	height: 23px;
	margin: 0px;
	padding: 0px;
	overflow: visible;
}

#main_nav ul a{
	display:block;
	width: 97px; /*was 105*/
	height: 21px;
	color: white;
	line-height: 23px;
	text-decoration: none;
	background-image: url('buttonAC.gif'); /* pre-load hover image */
	background-repeat:no-repeat;
	outline-style:none;
	/*background-reapeat: no-repeat; 
	background-position: 0px-42px;*/
}

#main_nav ul a:link{
	background-image: url('buttonAB.gif');
}

#main_nav ul a:visited{
	background-image: url('buttonAB.gif');
}

#main_nav ul a:hover {
	
	/*background-position: 0px-21px;*/
	background-image: url('buttonAC.gif');
	color: #7D0016;
}

#min_nav ul a:active{
	color: black;
}

#main_nav ul li {
	display:inline;
	float:left;
	margin: 0px 0px 0px 5px;
}

.main_nav_clear {
	clear: both;
}

#secondary_nav{
	color: white;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 6px;
	left: 3px;
}

#secondary_nav a{
	color:white;
	font-weight:normal;
	text-decoration:none;
}

#secondary_nav a:hover{
	text-decoration:underline;
}
/* End Menu bar */

/* End CSS main layout */



.main_content {
	position: relative;
	padding-top: 10px;
	padding-left: 15px;
}
.ImgWithTxt {
	margin: 0px 10px 0px 0px;
	float: left;
}


/* Apply to all styles */
.DeadHref{
	text-decoration: line-through;
}



/*
Sticky Footer by Ryan Fait
http://ryanfait.com/
*/
* {
	margin: 0;
}

	
html, body {
	height: 100%;
	/*width: 778px; Made the footer not sticky 
		This took almost 3 hours to  find*/
}


#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */		
}
#footer, .push {
	min-height: 30px; /* .push must be the same height as .footer */
    padding: 0px 0px 0px 2px;
    clear:both;
}

#footer {
	background-color: #7D0016;
	font-size:x-small;
	color: white;
	width:778px;
}

.Recepeslink {
	font-size: large;
	font-weight:bold;
	margin-bottom: 20px;
}
