html {
	height: 100%;
}

body {
background-color:#D0D0D0;
text-align:center;
background-image:url(backb.gif);
background-repeat:repeat-y;
background-position:center;
	height: 100%;
}

body,input,textarea,th,td,select {
font-family:Veranda, arial, sans-serif;
font-size:.85em;
}

h2 {
color:#d54a09;
}

select input {
font-size:.9em;
}

#wrap {
width:770px;
text-align:left;
background-color:#fff;
margin:0 auto;
height:100%;
}

#head
{
    height:70px;
	background-image:url(head.jpg);
	background-repeat:no-repeat;
}
#head .skinobject
{
	color:#ffffff;
}

#logo {
float:left;
padding-top:10px;
padding-left:10px;
padding-right:80px;
}

#footer {
clear:both;
height:60px;
color:#fff;
background-color:#2F5B12;
text-align:center;
}

#footer .SkinObject {
color:#fff;
}

#login {
padding-top:10px;
float:left;
}

#search {
float:right;
padding-top:20px;
padding-right:40px;
}

#search input {
width:100px;
height:18px;
}

.LeftPaneBig {
width:240px;
float:left;
margin:0;
}

.LeftPane {
width:130px;
float:left;
margin:0;
}

.ContentPane,.ContentPaneSmall,.ContentPane1 {
float:left;
padding:0 10px 20px;
}

.ContentPane {
width:610px;
}

.ContentPaneSmall {
width:500px;
}

.ContentPane1 {
width:750px;
}

.RightPane {
width:128px;
background-color:transparent;
padding-left:4px;
padding-right:4px;
border-left:dashed 1px #dcdcdc;
}

.StandardButton {
background:#aaa none;
color:#fff;
font-size:11px;
font-weight:400;
}

#tabarea {
height:35px;
background-image:url(menuitemback.jpg);
background-repeat:no-repeat;
text-align:center;
}


.head
{
    font-size:1.5em;
}


/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#houseMenuNav { /* menu wrapper div */
	padding: 0;
	margin: 0;
	border: 0;
	white-space: nowrap;
	position: relative;
	padding-left:20px;
}

#houseMenuNav ul { /* all submenu lists */
	margin: 0;
	border: 0;
	list-style-type: none;
	white-space: nowrap;
	z-index: 99999;
	padding-top:4px;
}

#houseMenuNav li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuNav li li { /* all items under the top level */
	z-index: 11113;
}

#houseMenuNav a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#houseMenuNav li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuNav li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuNav li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuNav li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#houseMenuNav li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuNav li:hover ul ul, 
#houseMenuNav li:hover ul ul ul, 
#houseMenuNav li.sfhover ul ul, 
#houseMenuNav li.sfhover ul ul ul {
	left: -9999px;
}

#houseMenuNav li:hover ul, 
#houseMenuNav li li:hover ul, 
#houseMenuNav li li li:hover ul, 
#houseMenuNav li.sfhover ul, 
#houseMenuNav li li.sfhover ul, 
#houseMenuNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#houseMenuNav iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}



/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#houseMenuNav { /* menu wrapper div */
	width: 100%;
	height: 22px;
	_height: 20px;
}

#houseMenuNav ul { /* all submenu lists */
	line-height: 12px;
}

#houseMenuNav li { /* all list items */
	width: 144px;
	height: 22px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 22px;
	_height: 20px;
	/* end hack */
	border-right: solid 1px #d0d0d0;
}

#houseMenuNav li li { /* all items under the top level */
	width: 158px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 144px;
	_width: 154px;
	/* end hack */
	border-right: none;
}

#houseMenuNav a { /* all links within the menu wrapper */
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	color: #ffffff;
	background-color: transparent;
	padding: 5px;
	width: auto;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 100%;
	height: 12px;
	_height: 20px;
	/* end hack */
}

#houseMenuNav li li a { /* all item links under the top level */
	padding: 5px;
	width: 158px;
	height: 20px;
	color: #000000;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 144px;
	_width: 154px;
	height: 12px;
	_height: 20px;
	/* end hack */
}

#houseMenuNav li a:hover
{
	padding: 5px;
	color: #000;
	background-color: #00aa00;
	height: auto; /* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 20px; /* end hack */
}

#houseMenuNav li li a:hover {
	color: #000;
	background-color: #00aa00; 
	padding: 5px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 20px;
	/* end hack */
}

#houseMenuNav li ul { /* second-level lists */
	width: 154px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 1px #00aa00;
	margin: -2px 0 0 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 0;
	/* end hack */
	line-height: 12px;
	background-color: #00dd00;
}

#houseMenuNav li ul ul { /* third-and-above-level lists */
	margin: -22px 0 0 144px;
	border: solid 1px #630;
	line-height: 12px;
	background-color: #963;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuNav #houseMenuParentItem a
{ /* all links under the parent item (li) */
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuNav a#houseMenuParentLink
{ /* parent link itself */
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuNav a#houseMenuCurrentLink
{ /* current link itself */
	padding: 5px;
	color: #fff; 
	background-color: #630; 
	text-decoration: none;
}

