/* CSS Document */

body {
    text-align: center; /* centers the page in IE */
    min-width: 749px; /* needed for centering the page, fixes a Gecko bug */
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	background-color: #FFFFCC;
	margin-top: 36px;
}

#home {
	width: 749px;
	padding: 0;
    text-align: left; /* corrects text-align center inheritence set in the body */
    margin-left: auto; /* for centering */
    margin-right: auto; /* for centering */
}

h1 {
	margin-top: 20px;
	margin-bottom: 10px;
	padding-right: 45px;
	font-size:15px;
	display: block;
	line-height: 15px;
}


h1 .smaller {
	font-size:12px;
	font-weight:normal;
}

#home img {
	padding: 0;
	margin: 0;
}

#flashhome	{
	margin-left: 12px;
	padding: 0;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
}

#home #logo {
	margin: 5px 45px 0 30px;
	height: 76px;
	width: 111px;
	padding-bottom: 5px;
	}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 3;
}

#nav a {
	display: block;
	width: 100%;
	font-size:11px;
}

#nav li li a {
	display: block;
	font-weight: normal;
	padding: 0.2em 0px 0.2em 10px;
	line-height:20px;
	color: black;
	text-decoration: none;
	}

#nav li li a:hover {
	width: 25em;
	padding: 0.2em -0.1em 0.2em 0.9em;
	color: #FFFFCC;
	background-color: #CC762A;

}

li:hover ul, li.over ul {
	display: block;
}

#nav ul { /* top ul only? */
	width: 150px; /* width needed or else Opera goes nuts */
	
}

#nav li { /* all list items */
	float: left;
	width: 107px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #FFFFE8;
	border:1px solid #A4A37E;
	width: 18em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li { /* text width of subnav */
	width: 16em; /* width needed or else Opera goes nuts */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#footertable	{
	margin: 0;
	padding: 0;
}
	
#footer	{
	background-image: url(../images/common/footer.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFCC;
	background-repeat: no-repeat;
	text-align: center;
	margin: 3px 10px 2px 10px;
	height: 34px;
	width: 748px;
	vertical-align: middle;
}
#home #footer a:link, #home #footer a:visited {
	color: #FFFFCC;
	font-weight: normal;
	font-decoration: none;
}
#home #footer a:hover, #home #footer a:active {
	color: #FFF;
	font-weight: normal;
	font-decoration: underline;
}


form {
	margin: 0px;
	padding: 0px;
}
#home #organic {
	float: right;
	vertical-align: bottom;
	clear: both;
	text-align: right;
}
