.ccommon .ccontent{padding:10px 0;}
.ccommon p{margin-top:0;}
.ccommon .actionbuttons{text-align:right;font-size:1px;line-height:1px;height:1px;padding-right:20px;}
.actionbuttons img{margin:0 0 10px 0;}
.myTitleCss
{
font-family:Arial, Helvetica, sans-serif;
 font-size:115%;
 color:#1f4632;
  font-weight:bold;
   padding:5px 0;
}


/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#houseMenuH2, #houseMenuH2 ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	white-space: nowrap;
	position: relative;
	z-index: 99999;
}

#houseMenuH2 li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH2 li li { /* all items under the top level */
	z-index: 11113;
}

#houseMenuH2 a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#houseMenuH2 li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH2 li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH2 li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH2 li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#houseMenuH2 li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH2 li:hover ul ul, 
#houseMenuH2 li:hover ul ul ul, 
#houseMenuH2 li.sfhover ul ul, 
#houseMenuH2 li.sfhover ul ul ul {
	left: -9999px;
}

#houseMenuH2 li:hover ul, 
#houseMenuH2 li li:hover ul, 
#houseMenuH2 li li li:hover ul, 
#houseMenuH2 li.sfhover ul, 
#houseMenuH2 li li.sfhover ul, 
#houseMenuH2 li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#houseMenuH2 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
*******************************************************/
#houseMenuH2{
background: #b5b68c url(images/BigBrownButtonBar.gif) repeat-x center left;
border-left: 1px solid black;
}

#houseMenuH2, #houseMenuH2 ul { /* all submenu lists */
	border:0;
	width: 100%;
	height: 72px;
	_height: 72px;
	line-height: 72px;
	
}

#houseMenuH2 li { /* all list items */
	width: 224px;
	height: 72px;
}

#houseMenuH2 li li { /* all items under the top level */
	
	height: auto;

}

#houseMenuH2 a { /* all links within the menu wrapper */
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	text-align:center;
	background-color: transparent;
	padding: 0;
	width: auto;
	height: auto;

}

#houseMenuH2 li li a { /* all item links under the top level */
	padding: 0;
	width: 224px;
	height: 72px;

}

#houseMenuH2 li a:hover {
	padding: 0;
	color: #b5b68c;
	text-align:center;
	height: auto;

}

#houseMenuH2 li li a:hover {
	color: #b5b68c;
	text-align:center;
	padding: 0;
	height: auto;

}

#houseMenuH2 li ul { /* second-level lists */
	width: 224px; /* 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 #727440;
	margin: -2px 0 0 0;
	line-height: 25px;
	background-color: #b5b68c;
	height: auto;
}

#houseMenuH2 li ul ul { /* third-and-above-level lists */
	margin: -22px 0 0 144px;
	border: solid 1px #727440;
	line-height: 25px;
	background-color: #963;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuH2 #houseMenuParentItem a
{ /* all links under the parent item (li) */
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuH2 a#houseMenuParentLink
{ /* parent link itself */
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuH2 a#houseMenuCurrentLink
{ /* current link itself */
	padding: 0;
	color: #fff; 
	background: ; 
	text-decoration: none;
}


