body 
{
    background:#ae906e;
    color:#000;
    font-family: Arial, Sans-Serif;
    font-size:12px;
    text-align:center;   
    min-width:998px;
    margin-top:20px; 
}

#wrapper
{
   	margin:0 auto;
	width:998px;
	height:577px;
	text-align: center;
}

#header
{
    position:relative;
    top:0px;
    left:0px;
    height:36px;
    width:998px;
    padding-top:0;
    z-index:1000;
}

#MenuArea
{   
    position:relative;
    top:0;
    left:0;
}

#flashArea
{   
    
    background-color:#fff;
}

.menu
{
    background:#f08e23;
    padding-left:10px;
}

html>body .menu
{
    background:#f08e23;
    padding-left:10px;
}

.Head
{
		font-family: Arial, Sans-Serif;
		font-size:16px;
		color:#000;
		font-weight:bold;
}

H3
{
		font-family: Arial, Sans-Serif;
		font-size:16px;
		color:#000;
		font-weight:bold;
}

/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#HouseMenuNav, #HouseMenuNav ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	margin-top: 0px;
	border: 0;
	list-style: none;
	white-space: nowrap;
	z-index: 99999;
	position: relative;
	padding-top:0px;
}

#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 {
	width: 100%;
	height: 36px;
	background-color: transparent;
	text-align:left;
}

#HouseMenuNav ul { /* all submenu lists */
	width: 100%;
	height:auto;
	background-color: transparent;
	text-align:left;
}


#HouseMenuNav li  /* all list items */
{    
	width:auto;
	padding-left:13px;
	padding-right:12px;
	padding-top:7px;
	height:29px;
	background-color: transparent;
}

#HouseMenuNav li a
{
    font-family: Arial, Sans-Serif;
    font-size:13px;
    color:#000;
    padding:2px;
    text-decoration:none;
    font-weight:bold;
    text-align:center;
}

#HouseMenuNav li a:hover 
{
    font-family: Arial, Sans-Serif;
    font-size:13px;
    color:#fff;
    padding:2px;
    text-decoration:none;
    font-weight:bold;
    text-align:center;
}



#HouseMenuNav li ul { /* second-level lists */
	width: 175px; /* 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 */
	margin: 0 0 0 0;
	background:#f08e23;
	padding:0px;
	height:24px;
}
    

#HouseMenuNav li li { /* all items under the top level */
	width: 175px;
	height: 24px;
	border:none;
	background:#f08e23;
	padding: 0px;
	font-family:Arial , Sans-Serif;
    font-size:12px;
    font-weight:bold;
    text-align:left;
	
}

#HouseMenuNav li li a { /* all item links under the top level */
	width: 175px;
	height: 24px;
	padding-top:4px;
	padding-left:4px;	
	font-family:Arial , Sans-Serif;
    font-size:12px;
	color:#fff;	
	background-color: #f08e23;
    font-weight:bold;    
    text-align:left;
}



#HouseMenuNav li li a:hover {
	width: 175px;
	height: 24px;
	padding-top:4px;
	padding-left:4px;
	font-family:Arial , Sans-Serif;
    font-size:12px;
	color: #f08e23;
	background-color: #000;
    font-weight:bold;
    text-align:left;
	
}



#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: -22px 0 0 175px;
	width:inherit;
	height:inherit;
	background:inherit;
	padding:inherit;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */






#HouseMenuNav a#houseMenuParentItem
{ /* parent link itself */
    font-family: Arial, Sans-Serif;
    font-size:13px;
    color:#fff;
    height:41px;
    /* background:url(menuover.gif) no-repeat bottom center; */
    padding:2px;
    text-decoration:none;
    font-weight:bold;
}

#HouseMenuNav a#houseMenuCurrentLink
{ /* current link itself */
    font-family: Arial, Sans-Serif;
    font-size:13px;
    color:#fff;
    height:41px;
    /* background:url(menuover.gif) no-repeat bottom center; */
    padding:2px;
    text-decoration:none;
    font-weight:bold;
}


#contentArea
{
    position:relative;
    top:0px;
    left:0px;
    width:998px;
    height:460px;
    padding:0px;
    margin:0px;
    z-index:0;
    background:#fff url(contentBack.jpg) no-repeat  top left;
}




#contentLeft
{
    position:relative;
    top:0px;
    left:0px;
    height:460px;
    width:730px;
    overflow-y:hidden;
    overflow-x:hidden;
    color:#fff;
    font-size:12px;
    padding-right:0px;
    padding-left:0px;
    padding-top:0px;
    float:left;
    scrollbar-3dLight-Color:#fff;
	scrollbar-Arrow-Color:#000000;
	scrollbar-Base-Color:#fff;
	scrollbar-DarkShadow-Color:#fff;
	scrollbar-Face-Color:#f08e23;
	scrollbar-Highlight-Color:#fff;
	scrollbar-Shadow-Color:#fff;
	scrollbar-Track-Color:#fff;
}

#contentLeft td
{
    color:#fff;
}

#contentLeft a, a:visited
{
    color:#005595;
    text-decoration:none;
}

#contentLeft a:hover
{
    color:#005595;
    text-decoration:underline;
}

#contentRight
{
    position:relative;
    top:0px;
    left:0px;
    height:460px;
    width:267px;
    overflow-y:hidden;
    overflow-x:hidden;
    color:#333;
    font-size:12px;
    background:transparent;
    float:right;
    border-left:solid 1px #fff;
}



#FlashPane
{
    padding:0px;
}

.Normal
{
    color:#000;
}

.SearchTextBox
{
    background-color:#575757;
    color:#fff;
    border:solid 1px #fff;
}

.SurveySubmit
{
    
}


#footer
{
    clear:both;
    position:relative;
    top:0px;
    left:0px;
    width:998px;
    height:84px;
    background:#000;
    text-align:center;
    color:#fff;
    font-size:12px;
}

#footer a, a:visited
{
    color:#fff;
    text-decoration:none;
}

#footer a:hover
{
    color:#fff;
    text-decoration:underline;
}

.footerText
{  
    font-family: Verdana;
    font-size:10px;
}

#SummaryPane a, a:visited
{
    color:#f08e23;
    font-weight:bold;
    text-decoration:none;
}

#SummaryPane a:hover
{
    color:#f08e23;
    font-weight:bold;
    text-decoration:underline;
}
