@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/home/body-bg.gif);
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#shadow-bg {
	background-image:url(images/home/shadow-bg.png);
	background-repeat:repeat-y;
	margin:0 auto;
	width:950px;
}

a:link, a:visited {
	color:#fff;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

h1 a:link, h1 a:visited, h1 a:hover {
	color:#fff;
	text-decoration:none;
}

#wrapper {
	width:850px;
	margin:0 auto;
	background-color:#fff;
	padding:0 25px;
}

#header {
	
}

.separator {
	background-image:url(images/home/dotted-line.gif);
	background-repeat:repeat-x;
	height:10px;
}

.section {
	float:left;
	width:279px;
	margin-right:6px;
}

.bucket-header {
/*	background-image:url(images/home/heading-bg.gif); */
	background-repeat:no-repeat;
	height:31px;
}

h1 {
	font-size:20px;
}

.bucket-header h1 {
	color:#fff;
	margin:0;
	padding:4px 0 0 0;
	text-align:center;
}

#about-us-section h1 {
	color:#999;
	margin-bottom:0;
	margin-top:0;
}

#about-us-section {
	padding-bottom:20px;
}

#about-us-section p {
	margin:0;
}

.bucket {
	width:269px;
	height:375px;
/*	background-image:url(images/home/bucket.gif);*/
	background-repeat:no-repeat;
	margin-top:10px;
	padding:5px;
	color:#fff;
/*	background-color:#87b500;*/
}

.bucket-bottom {
	height:19px;
/*	background-image:url(images/home/bucket-bottom.gif);*/
	background-repeat:no-repeat;
	margin-bottom:10px;
}

.bucket img {
	margin-bottom:5px;
}

.bucket p {
	margin-top:0;
}

img, div { behavior: url(iepngfix.htc) }

#copyright {
	width:950px;
	background-image:url(images/home/bottom-shadow-bg.png);
	background-repeat:no-repeat;
	height:32px;
	margin:0 auto;
	text-align:right;
	color:#fff;
}

.clearone {
	clear:both;
}

#footer {
	background-image:url(images/home/footer-bg-sliver.gif);
	background-repeat:repeat-x;
	height:276px;
	width:900px;
	margin:0 auto;
	border-top:5px solid #336702;
}

#categories-wrapper {
	width:850px;
	margin:0 auto;
}

.categories {
	float:left;
	margin-top:25px;
	margin-right:15px;
	width:200px;
}

.categories a:link, .categories a:visited {
	color:#fff;
}

.category-links {
	list-style-type:square;
	margin-left:8px;
	padding-left:8px;
	color:#fff;
}

.section-links li {
	margin-bottom:5px;
}

.section-links {
	list-style-type:square;
	margin-left:8px;
	padding-left:8px;
	color:#fff;	
}

.category-links li {
	margin-bottom:5px;
}

h3 {
	color:#336702;
	font-size:16px;
	font-weight:normal;
	margin-top:0;
}

#copyright p {
	margin-top:0;
	margin-right:25px;
	padding-top:15px;
}

.flash-wrapper {
	width:264px; 
	height:140px; 
	border:2px solid white; 
	background-color:black; 
	margin:0 auto; 
	text-align:center; 
	font-weight:bold;
	margin-bottom:10px;
}

#about-us-section a:link, #about-us-section a:visited {
	color:#000;
	text-decoration:underline;
}

#about-us-section a:hover {
	text-decoration:none;
}

#header-image {
	float:right;
}

#logo {
	float:left;
}

#about-us-links {
	float:left; 
	width:150px; 
	height:115px; 
	background-image:url(images/home/links-bg.gif); 
	background-repeat:no-repeat; 
	margin-right:10px;
}

#about-us-links p {
	padding:15px 20px; 
	line-height:20px;
}

#about-us-description {
	float:left; 
	width:550px; 
	height:115px; 
	background-image:url(images/home/description-bg.gif); 
	background-repeat:no-repeat;
}

img {
	border:none;
}	