body 
{
    /* font-family:'Arial';
    font-size:35px; */
    color:#ccc;
    text-align: left;
	margin-top: 0px; 
	margin-right:10px;
	margin-left:10px;
	margin-bottom:0px;
	background:#fff;

}

#wrapper
{
   	margin:0 auto;
	width:100%;
	height:auto;
	text-align: left;
}

#Top
{
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    height:auto;
    text-align:left;
    padding-top:40px;
    font-family:'Myriad Pro Cond','Arial Narrow',Sans-Serif;
}

#Top p, td
{
    font-family:'Myriad Pro Cond','Arial Narrow',Sans-Serif;
    color:#ccc;
    font-size:35px;
    padding:0;
    margin:0;
}

#Top a:link
{
    font-family:'Myriad Pro Cond','Arial Narrow',Sans-Serif;
    color:#ccc;
    text-decoration:none;
    font-weight:normal;
}

#Top a:visited
{
    font-family:'Myriad Pro Cond','Arial Narrow',Sans-Serif;
    color:#ccc;
    text-decoration:none;
    font-weight:normal;
}

#Top a:hover
{
    font-family:'Myriad Pro Cond','Arial Narrow',Sans-Serif;
    color:#999;
    text-decoration:underline;
    font-weight:normal;
}

#Menu
{
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    height:35px;
    text-align:left;
    padding-top:20px;
    font-family:'Myriad Pro Cond','Arial Narrow',Sans-Serif;
    z-index:10;
}

.menu
{
    text-align:left;
}


/* ==========================
    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, #HouseMenuNav ul { /* all submenu lists */
	padding-top:0px;
	width: 100%;
	height: 35px;
	background-color: transparent;
	text-align:left;
}

#HouseMenuNav li { /* all list items */
	width: auto;
	padding-left:2px;
	margin-right:2px;
	height: 35px;
	border-left:solid 2px #ccc;
	padding-left:10px;
	padding-right:10px;
}


#HouseMenuNav li a { /* all links within the menu wrapper */
	font-family:'Myriad Pro Cond','Arial Narrow',Sans-Serif;
    font-size: 35px;
	font-weight: normal;
	text-decoration: none;
	color: #ccc;
	background: transparent;
	width: auto;
	height: auto;
	
}

#HouseMenuNav li a:link { /* all links within the menu wrapper */
	font-family:'Myriad Pro Cond','Arial Narrow',Sans-Serif;
    font-size: 35px;
	font-weight: normal;
	text-decoration: none;
	color: #ccc;
	background: transparent;
	width: auto;
	height: auto;
	
}

#HouseMenuNav li a:visited { /* all links within the menu wrapper */
	font-family:'Myriad Pro Cond','Arial Narrow',Sans-Serif;
    font-size: 35px;
	font-weight: normal;
	text-decoration: none;
	color: #ccc;
	background: transparent;
	width: auto;
	height: auto;
	
}

#HouseMenuNav li a:hover {
	font-family:'Myriad Pro Cond','Arial Narrow',Sans-Serif;
    font-size: 35px;
	font-weight: normal;
	text-decoration: none;
	color: #999;
	background: transparent;
	width: auto;
	height: auto;
	
}

#HouseMenuNav li a:active {
	font-family:'Myriad Pro Cond','Arial Narrow',Sans-Serif;
    font-size: 35px;
	font-weight: normal;
	text-decoration: none;
	color: #999;
	background: transparent;
	width: auto;
	height: auto;
	
}

#HouseMenuNav li ul { /* second-level lists */
	width: 137px; /* 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 */
	background:transparent;
	height:20px;
	padding:0px;
	margin: -2px 0 0 4px;
}

#HouseMenuNav li li { /* all items under the top level */
	width:137px;
	background:transparent;
	height:20px;
	padding:0px;
	
}

#HouseMenuNav li li a { /* all item links under the top level */
	font-family: 'Arial' Sans-Serif;
	font-size: 11px;
	color:#000;
	background:#f2a640;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;*/
	font-weight:normal;
	text-decoration:none;
	height:20px;
	padding:4px;
	width:auto;
	
}


#HouseMenuNav li li a:link { /* all item links under the top level */
	font-family: 'Arial' Sans-Serif;
	font-size: 11px;
	color:#000;
	background:#f2a640;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;*/
	font-weight:normal;
	text-decoration:none;
	height:20px;
	padding:4px;
	width:auto;
	
}



#HouseMenuNav li li a:visited { /* all item links under the top level */
	font-family: 'Arial' Sans-Serif;
	font-size: 11px;
	color:#000;
	background:#f2a640;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;*/
	font-weight:normal;
	text-decoration:none;
	height:20px;
	padding:4px;
	width:auto;
	
}

#HouseMenuNav li li a:hover {
	font-family: 'Arial' Sans-Serif;
	font-size: 11px;
	color:#fff;
	background:#f2a640;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;*/
	font-weight:normal;
	text-decoration:none;
	height:20px;
	padding:4px;
	width:auto;
	
}


/*#HouseMenuNav li ul ul { /* third-and-above-level lists 
	margin: -22px 0 0 150px;
	border: solid 0px #000;
	line-height: 12px;
	background-color: transparent;
}*/

#HouseMenuNav li ul ul { /* third-level lists */
	width: 160px; /* width of submenu, must be set so third-level list can get shifted over properly */
	background:transparent;
	height:20px;
	padding:0px;
	margin: -22px 0 0 137px;
}

#HouseMenuNav li li li { /* all items under the top level */
	width:160px;
	background:transparent;
	height:20px;
	padding:0px;
	
}

#HouseMenuNav li li li a { /* all item links under the top level */
	font-family: 'Arial' Sans-Serif;
	font-size: 11px;
	color:#000;
	background:#f2a640;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;*/
	font-weight:normal;
	text-decoration:none;
	height:20px;
	padding:4px;
	width:auto;
	
}


#HouseMenuNav li li li a:link { /* all item links under the top level */
	font-family: 'Arial' Sans-Serif;
	font-size: 11px;
	color:#000;
	background:#f2a640;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;*/
	font-weight:normal;
	text-decoration:none;
	height:20px;
	padding:4px;
	width:auto;
	
}



#HouseMenuNav li li li a:visited { /* all item links under the top level */
	font-family: 'Arial' Sans-Serif;
	font-size: 11px;
	color:#000;
	background:#f2a640;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;*/
	font-weight:normal;
	text-decoration:none;
	height:20px;
	padding:4px;
	width:auto;
	
}

#HouseMenuNav li li li a:hover {
	font-family: 'Arial' Sans-Serif;
	font-size: 11px;
	color:#fff;
	background:#f2a640;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;*/
	font-weight:normal;
	text-decoration:none;
	height:20px;
	padding:4px;
	width:auto;
	
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */

    
#HouseMenuNav a#HouseMenuNavParentLink
{ /* parent link itself */
	color:#999;
	
}

#HouseMenuNav a#HouseMenuNavCurrentLink
{ /* current link itself */
	color:#999;
	
}
    
/* continue with divs */

#contentArea
{
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    height:auto;
    z-index:9;
    padding-top:40px;
    
}

#Left
{
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    height:auto;
    float:left;
    text-align:left;

}

.leftContent
{
    padding:0px;
    background:transparent;
    font-family:'Myriad Pro Cond','Arial Narrow',Sans-Serif;
    font-size:35px;
    color:#ccc;
    width:auto;
    padding-top:5px;
    text-align:left;
}

.leftContent p
{
    font-family:'Myriad Pro Cond','Arial Narrow',Sans-Serif;
    font-size:35px;
    color:#ccc;
    padding:5px;
    padding-right:10px;
    text-align:left;
}

.leftContent td, li
{
    font-family:'Myriad Pro Cond','Arial Narrow',Sans-Serif;
    font-size:35px;
    color:#ccc;
}

.leftContent a:link
{
    font-family:'Myriad Pro Cond','Arial Narrow',Sans-Serif;
    font-size:35px;
    color:#ccc;
    text-decoration:none;
}

.leftContent a:visited
{
    font-family:'Myriad Pro Cond','Arial Narrow',Sans-Serif;
    font-size:35px;
    color:#ccc;
    text-decoration:none;
}

.leftContent a:hover
{
    font-family:'Myriad Pro Cond','Arial Narrow',Sans-Serif;
    font-size:35px;
    color:#999;
    text-decoration:none;
}

#Right
{
    position:relative;
    top:0px;
    right:0px;
    width:24%;
    height:auto;
    float:right;

}

.rightContent
{
    padding:0px;
    background:transparent;
    font-family:'Myriad Pro Cond','Arial Narrow',Sans-Serif;
    font-size:35px;
    color:#ccc;
    width:auto;
    padding-top:5px;
}

.rightContent p
{
    font-family:'Myriad Pro Cond','Arial Narrow',Sans-Serif;
    font-size:35px;
    color:#ccc;
    padding:5px;
    padding-right:10px;
}

.rightContent td, li
{
    font-family:'Myriad Pro Cond','Arial Narrow',Sans-Serif;
    font-size:35px;
    color:#ccc;
}

.rightContent a:link
{
    font-family:'Myriad Pro Cond','Arial Narrow',Sans-Serif;
    font-size:35px;
    color:#ccc;
    text-decoration:underline;
}

.rightContent a:visited
{
    font-family:'Myriad Pro Cond','Arial Narrow',Sans-Serif;
    font-size:35px;
    color:#ccc;
    text-decoration:underline;
}

.rightContent a:hover
{
    font-family:'Myriad Pro Cond','Arial Narrow',Sans-Serif;
    font-size:35px;
    color:#999;
    text-decoration:none;
}

.clear
{
    clear:both;
}

#FooterArea
{
    clear:both;
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    height:auto;
    padding-top:0px;
    
}

#FooterTop
{
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    height:auto;
    
}

#FooterBottom
{
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    height:auto;
    
}

.footerContent
{
    padding:0px;
    background:transparent;
    font-family:'Myriad Pro Cond','Arial Narrow',Sans-Serif;
    font-size:35px;
    color:#ccc;
    width:auto;
    padding-top:0px;
}

.footerContent p
{
    font-family:'Myriad Pro Cond','Arial Narrow',Sans-Serif;
    font-size:35px;
    color:#ccc;
    padding:5px;
    padding-right:10px;
}

.footerContent td, li
{
    font-family:'Myriad Pro Cond','Arial Narrow',Sans-Serif;
    font-size:35px;
    color:#ccc;
}

.footerContent a:link
{
    font-family:'Myriad Pro Cond','Arial Narrow',Sans-Serif;
    font-size:35px;
    color:#ccc;
    text-decoration:underline;
}

.footerContent a:visited
{
    font-family:'Myriad Pro Cond','Arial Narrow',Sans-Serif;
    font-size:35px;
    color:#ccc;
    text-decoration:underline;
}

.footerContent a:hover
{
    font-family:'Myriad Pro Cond','Arial Narrow',Sans-Serif;
    font-size:35px;
    color:#999;
    text-decoration:none;
}

.copyright
{
    padding:0px;
    background:transparent;
    font-family:'Myriad Pro Cond','Arial Narrow',Sans-Serif;
    font-size:35px;
    color:#ccc;
    width:auto;
    padding-top:5px;
    text-align:left;
}

.copyright p
{
    font-family:'Myriad Pro Cond','Arial Narrow',Sans-Serif;
    font-size:35px;
    color:#ccc;
    padding:5px;
    padding-right:10px;
}

.copyright td, li
{
    font-family:'Myriad Pro Cond','Arial Narrow',Sans-Serif;
    font-size:35px;
    color:#ccc;
}

.copyright a:link
{
    font-family:'Myriad Pro Cond','Arial Narrow',Sans-Serif;
    font-size:35px;
    color:#ccc;
    text-decoration:none;
}

.copyright a:visited
{
    font-family:'Myriad Pro Cond','Arial Narrow',Sans-Serif;
    font-size:35px;
    color:#ccc;
    text-decoration:none;
}

.copyright a:hover
{
    font-family:'Myriad Pro Cond','Arial Narrow',Sans-Serif;
    font-size:35px;
    color:#999;
    text-decoration:none;
}

hr
{
    color:#c8c7c7;
}
	
.Head
{
	font-family:'Arial';
	font-size:12px;
	font-weight:bold;
	}
	
.SubHead
{
	font-size:12px;
	color:#000;
}

.SubHead a, a:visited
{
	font-size:12px;
	color:#000;
	text-decoration:underline;
}
