@import "menu.css";
html {
	height: 100%;
	overflow: auto;
}
html > body div#allAreas {
	height: auto;
}
body {
	margin: 0px;
	padding: 0px;
	background: #d4b679 url('images/bg.jpg') repeat-y center top;
	text-align: center;
	height: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #4d4d4d;
}
img {
	border: 0px;
}
h1 {
	margin: 0em 0em 0.8em 0em;
	line-height: 1em;
}
h2 {
	margin: 0em 0em 0.8em 0em;
	line-height: 1em;
}
p {
	margin: 0em 0em .7em 0em;
	line-height: 1.2em;
}
a {
	color: #5a7f2f;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div.clear {
	clear: both;
	width: 100%;
	height: 0px;
	line-height: 0px;
	font-size: 1px;
}
div#allAreas {
	height: 100%;
	min-height: 100%;
	position: relative;
	margin: 0px auto;
}
div#header {
	background: #eef6e2 url('images/headerBg.jpg') repeat-y center top;
}
div#headerContainer {
	margin: 0px auto;
	padding: 15px 55px 15px 0px;
	text-align: right;
	width: 990px;
	background: url('images/palm.gif') no-repeat 35px top;
}
div#logo {
	background: url('images/logo.gif') no-repeat top right;
	height: 150px;
}
div#logo img {
	display: none;
}
div#graphic {
	background: #381b0b url('images/graphicBg.jpg') repeat-y center top;
}
div#graphicContainer {
	margin: 0px auto;
	padding: 4px 0px;
	text-align: right;
	width: 990px;
	background: url('images/menuBg.jpg') no-repeat left 4px;
}
div#flashHeader {
	float: right;
	margin: 0px;
	width: 660px;
	height: 350px;
}
div#contentArea {
	margin: 0px auto;
	padding: 4px 0px;
	text-align: right;
	width: 990px;
}
div#content {
	text-align: left;
	margin: 0px 0px 0px 328px;
	padding: 20px 0px 100px 0px;
}
div#baseline {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
div#footerArea {
	margin: 0px auto;
	padding: 0px 0px;
	text-align: left;
	width: 990px;
}
div#footer {
	margin: 0px 0px 0px 189px;
	background: url('images/footer.gif') no-repeat;
	height: 75px;
	width: 801px;
	color: #8bc53f;
}
div#footer a,
div#footer span {
	color: #fff;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
div#footer div#email {
	float: left;
	margin: 48px 0px 0px 20px;
	display: inline;
	font-size: 13px;
	font-weight: bold;
}
div#footer div#call {
	float: right;
	margin: 45px 220px 0px 0px;
	display: inline;
	font-size: 17px;
}
ul#design {
	float: right;
	margin: 0px 310px 0px 0px;
	padding: 0px;
	list-style-type: 0px;
	font-size: 8px;
	font-weight: normal;
}
ul#design a {
	color: #fff;
}
ul#design li {
	border-right: 1px solid #fff;
	display: inline;
	padding: 0em 0.8em;
}
ul#design li.NIMLastItem {
	border-right: 0px;
}