html, body { width: 100%; height: 100% }
body {
	margin: 0;
	background: #EFEEEB;
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
	color: #666;
	line-height: 120%
}
h1, h2, h3, h4, h5, h6 { line-height: 133.3333%; margin-bottom: 0; color: #586213; }
h1, h2, h3 { color: #586213; }
address {
	font-style: normal;
	line-height: 100%;
	margin-left: 0px;
	text-indent: 0px;
}
a {
	color: #586213;
	text-decoration: none;
}
a:hover {
	color: #C00;
	text-decoration: underline;
}
#wrapper {
	position: relative;
	left: 0;
	top: 0;
	width: 720px;
	margin: auto;
	border: dotted thin #999;
}
/* #navbar {	float: right; } */
#navbar {
	position: absolute;
	top: 10px;
	left: 240px;
}
#navbar ul, #navbar ul li{ padding:0; margin:0; list-style:none; foat:left;}
#navbar a{ height: 40px; margin: 0; background:#999; color:#EFEEEB; font-weight:bold; font-size: 14px; line-height: 24px; text-decoration:none; white-space: nowrap; padding:0.5ex 0.7em; }
#navbar a:hover{ background:#586213; color: fff; }
#greenlogo { position: absolute; left: 240px; bottom: 10px; width: 85px; height: 20px; padding: 0; margin: auto; z-index: 100;}
html>#greenlogo { position: fixed; }
/* Begin CSS Popout Menu */

#menu{
	width:100%;
	float:left;
	top: 0;
	left: 240px;
	white-space: nowrap;
}

#menu a, #menu h2, #menu span {
	font:bold 14px/18px arial,helvetica,sans-serif;
	display:block;
	border-width:1px;
	border-style:solid;
	border-color:#ccc #888 #555 #bbb;
	white-space: nowrap;
	margin:0;
	padding:2px 1px 2px 4px;
}

#menu h2{
	color:#fff;
	background:#000 url(/css/images/expand3.gif) no-repeat 100% 100%;
	text-transform:uppercase
}

#menu a{
	background:#eee;
	text-decoration:none;
}

#menu a, #menu a:visited{
	color:#000;
}

#menu a:hover{
	color:#000;
	background:#ddd;
}

#menu a:active{
	color:#060;
	background:#ccc;
}

#menu ul{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9em;
}

#menu li{
	position:relative;
}

#menu ul ul{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
}

#menu ul ul ul{
	top:0;
	left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu h2:hover{
	background:#000 url(/css/images/expand3.gif) no-repeat -999px -9999px;
}

div#menu li:hover{
	cursor:pointer;
	z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
	font-weight:bold;
	color:#000;
	background:#eee url(/css/images/expand3.gif) no-repeat 100% 100%;
}

#menu a.x:hover{
	color:#a00;
	background:#ddd;
}

#menu a.x:active{
	color:#060;
	background:#ccc;
}

/* End CSS Popout Menu */

#logoName {
	position: absolute;
	left: 0;
	top: 60px;
	font-size: xx-large;
	line-height: 133.3333%;
	color: #586213;
	white-space: nowrap;
}
#title {
	position: absolute;
	left: 0;
	width: 200px;
	top: 110px;
	font-size: x-large;
	line-height: 133.3333%;
	color: #C00;
	text-align: right;
}
#fader {
	background-image: url(/images/fader01/fader01_01.jpg);
	position: relative; 
	/*left: 0px;
	top: 0px;*/
	width: 720px;
	height: 152px;
	z-index: 1;
}
#left {
	position: absolute;
	left: 0;
	top: 160px;
	width: 200px;
	float: left;
	margin-right: 5px;
	text-align: right;
}
#content {
	position: absolute;
	width: 450px;
	top: 150px;
	left: 240px;
	float: right;
	margin-right: 30px;
}
#content > h2:first-child { margin-top: 0; }
#content p { margin-top: 0; text-align: justify; }
#content ul { margin-top: 0; color: #586213; }
#content ul li { margin-left: -1em; list-style-position: outside; }
#content ul li ul li { font-size: small; }
#content form { margin-top: 0; }
#content form p { margin: 1ex 0; }
#content form > p:first_child { margin-top: 0; }
#content form input, #content form textarea { 
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
	font-size: small;
	width: 450px;
	color: #666;
}
