/* Generic CSS for all sites by Mike Franklin */
html,body,
div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,
p,blockquote,pre,a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{
	    margin: 0;
	    padding: 0;
	    border: 0;
	    font-style: normal;
	    font-size: 100%;
	    line-height: 1.25em;
	    font-family: inherit;
	    text-align: left;
	    }
body {	background-color: #fff;
	    color: #000;
	    }
em {	font-style: italic; }
table { border-collapse: collapse;
	    border-spacing: 0; }
ol,ul {	list-style: none; }
q:before,q:after,blockquote:before,blockquote:after {
	    content: "";
}
hr {
	display: none;
}
/* Generic CSS for all sites by Mike Franklin */

body {
	font-family: Arial, Verdana, Helvetica;
	font-size: 70%;
	color: #999999;
	width: 100%;
	background: #fefefe url(../img/strip.jpg) repeat-x top center;
}

#flashhomepage {
	height: 700px;
	width: 100%;
	background: #fefefe;
}
	#flashhomepage img{
		display: block;
		width: 197px;
		margin: auto;
		margin-top: 48px;
	}
	#flashhomepage p{
		width: 450px;
		margin: auto;
		text-align: center;
		margin-top: 25px;
		
	}
	#flashhomepage a {
		color: #54B54B;
	}

/* FOOTER */
.homepagebg .nestlefooter {
	width: 850px;
	margin: auto;
	margin-top: 0px;
}
div.nestlefooter {
	margin-top: 80px;
	padding:  10px 30px;
	color: #999999;
	overflow: hidden;
	zoom: 1;
}

div.nestlefooter .copyright {
	width: 320px;
	margin-top: 5px;
	margin-left: 0px;
}
div.nestlefooter a {
	color: #999999;
	text-decoration: underline;
}
div.nestlefooter a:hover {
	text-decoration: underline;
	padding-bottom: 40px;
}
div.nestlefooter img {
	float: left;
	
}
div.footer_links {
	float: right;
	font-size: 0.9em;
}
div.footer_links ul {
	float: left;
	width: 295px;
	margin-top: 5px;
	margin-left: 20px;
}
* html div.footer_links ul {width: 310px;}
div.footer_links ul li.first {
	background-image: none;
	margin-left: 10px;
}
div.footer_links ul li {
	float: left;
	padding-left: 8px;
	margin-left: 4px;
	display: block;
	background-image: url(../img/footerslash.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
div.copyright {
	float: left;
}