/* CSS Document */

html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #FFFFFF url(../images/bg.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}
h1 {
	margin: 0;
	color: #CC0000;
	font-size: 24px;
	font-weight:normal;
}
#main {
	background: url(../images/ebc_bodyBG1.gif) repeat-y;
}
#leftShadow {
	background: url(../images/ebc_shadowLeft.gif) repeat-x;
}
#rightShadow {
	background: url(../images/ebc_shadowRight.gif) repeat-x;
}
#topHead {
	background:url(../images/ebc_header_BG.gif) repeat-x;
}
#tools {
	padding-right: 10px;
}
#tools a, #tools a:visited {
	color: #222222;
	text-decoration: none;
	font-size: 11px;
}
#tools a:hover {
	text-decoration: underline;
}
#tools img {
	margin: 0 5px 0 10px;
}
#saying {
	font-size: 14px;
	color: #CC0000;
	font-weight: bold;
}
#not {
	color: #663366;
	text-decoration: underline;
}
#serving {
	font-size: 12px;
	color: #CC0000;
	font-weight: normal;
}
#nav {
	background: url(../images/ebc_header_navBG1.gif) repeat-x;
}
#nav ul {
	padding: 0;
	margin: 0;
}
#nav ul li {
	display: inline;
}
#nav ul li a:link, #nav ul li a:visited {
	text-decoration: none;
	padding: 8px 6px;
	color: #000000;
	font-size: 11pt;
	font-weight: bold;
	float:left;
}
#nav ul li a:hover {
	background: url(../images/ebc_header_navBG2.gif) repeat-x top left;
	color: #FFFFFF;
}
/* special padding for home button */
#nav ul li a.navFirst:link, #nav ul li a.navFirst:visited {
	padding: 8px 10px 8px 10px;
} 
/* special padding for last button */
#nav ul li a.navLast:link, #nav ul li a.navLast:visited {
	padding: 8px 5px 8px 5px;
}
#nav ul li img {
	float: left;
}
#contentContainer {
	padding: 15px;
	background: url(../images/ebc_bodyBG2.gif) no-repeat top right;
}
#content {
	width: 740px;
}
#testimonial {
	width: 450px;
	margin-left: 2em;
}
#testimonial p.quote {
	text-indent: 30px;
	background: url(../images/quote.gif) no-repeat top left;
	line-height: 14pt;
	margin-bottom: 0;
}
#testimonial p.quote span {
	display: none;
}
#testimonial p.smallRight {
	font-size: 11px;
	text-align: right;
	margin-top: 0;
	padding-top: 0;
}
#footer {
	background: url(../images/ebc_footerBG.gif) repeat-x;
	font-size: 11px;
	color: #696969;
}
#footer address {
	text-align: left;
	font-style: normal;
	line-height: 9pt;
	margin-left: 15px;
}

#footer div {
	float: right;
	text-align: center;
	margin: 10px 30px 0 0;
}

#footer p {
	margin: 5px 0 0 0;
}
#footer a, #footer a:visited {
	color: #696969;
	text-decoration: none;
} 
#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	margin: 0;
	padding: 0;
}
#footer ul li {
	display:inline;
}
#footer ul li a, #footer ul li a:visited {
	margin: 0 4px;
	color: #696969;
	text-decoration: none;
} 
#footer ul li a:hover {
	text-decoration: underline;
}