@charset "utf-8";
/* CSS Document */
body {
	background-color: #d7d7d7;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position:top;
	padding:0px;
	margin:0px;
	text-align: center;
}
#container {
	width: 854px; 
	margin: 40px auto;
	padding: 0px;
}
#home_header {
	margin-top: 11px;
	width: 854px;
	height: 280px;
}
#home_header img {
	border: 1px solid #c2c2c2;
}

#show {
    margin: 0px auto;
    border: 1px solid #c2c2c2;
    width: 854px;
    height: 280px;
}

/*Main Navigation Buttons*/
#home_nav {
	width: 854px;
	height: 40px;
	padding: 0px 0px 0px 3px;
	margin: 11px auto;
	text-align: center;
}

#home_nav span {
	display: none;
}
#home_nav #btn_home_shop:hover, #home_nav #btn_home_custom:hover, #home_nav #btn_home_giving:hover, #home_nav #btn_home_company:hover, #home_nav #btn_home_events:hover
{
	background-position: 0 -40px;
}

#home_nav #btn_home_shop {
	float: left;
	display: block;
	height: 40px;
	width: 102px;
	padding: 0px 9px 0px 0px;
	margin: 0px;
	background: url(../images/btn_home_shop.gif) no-repeat 0 0;
}

#home_nav #btn_home_custom {
	float: left;
	display: block;
	height: 40px;
	width: 126px;
	padding: 0px 9px 0px 0px;
	margin: 0px;
	background: url(../images/btn_home_custom.gif) no-repeat 0 0;
}
#home_nav #btn_home_giving {
	float: left;
	display: block;
	height: 40px;
	width: 206px;
	padding: 0px 9px 0px 0px;
	margin: 0px;
	background: url(../images/btn_home_giving.gif) no-repeat 0 0;
}
#home_nav #btn_home_company {
	float: left;
	display: block;
	height: 40px;
	width: 142px;
	padding: 0px 9px 0px 0px;
	margin: 0px;
	background: url(../images/btn_home_company.gif) no-repeat 0 0;
}
#home_nav #btn_home_events {
	float: left;
	display: block;
	height: 40px;
	width: 239px;
	padding: 0px;
	margin: 0px;
	background: url(../images/btn_home_events.gif) no-repeat 0 0;
}


#home_content {
	clear: both;
	width: 854px;
	min-height: 280px;
	padding: 16px 0;
	background-color: #ffffff;
	border: 2px solid #c2c2c2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7e7e7e;
}
#home_content h2 {
	font-size: 16px;
	color: #b2000b;
}
#home_content #home_left {
	float: left;
	width: 550px;
	margin:2px;
	padding:7px;
	background: url(../images/home_logo_left.gif) no-repeat 20px bottom;
	line-height: 17px;
}
#home_content #home_right {
	float: left;
	width: 280px;
	border-left: 1px solid #c2c2c2;
	margin: 0px;
	padding: 0px;
	min-height:250px;
}
#footer 
{
	width: 854px;
	padding-top: 25px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #565656;
}
#footer a {
	color: #565656;
	text-decoration: underline;
}
#footer a:hover {
	color: #b2000b
}
p, h1, pre {
	margin: 0px;
	padding: 5px 10px;
}
h1 {
	font-size: 11px;
	text-transform:uppercase;
	text-align: right;
	color: #564b47;
	background-color: #90897a;
}


