
body 
{
    font-family:'Century Gothic';
    /* font-size:12px; */
    color:#fff;
    text-align: center;
	min-width: 970px;
	margin-top: 0px; 
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	background:#30221F ;

}

#wrapper
{
   	margin:0 auto;
	width:970px;
	height:auto;
	text-align: center;
}

#header
{
    position:relative;
    top:0px;
    left:0px;
    width:970px;
    height:94px;
    background:url(headerBack.gif) repeat-x;
    text-align:center;
    z-index:10;
}

#header p, td
{
    font-size:12px;
    color:#fff;
}

#header a:link
{
    font-family:'Arial' Sans-Serif;
    font-size:11px;
    color:#fff;
    text-decoration:none;
    font-weight:bold;
}

#header a:visited
{
    font-family:'Arial' Sans-Serif;
    font-size:11px;
    color:#fff;
    text-decoration:none;
    font-weight:bold;
}

#header a:hover
{
    font-family:'Arial' Sans-Serif;
    font-size:11px;
    color:#fff;
    text-decoration:underline;
    font-weight:bold;
}

#menu
{
    position:relative;
    top:60px;
    left:0px;
}

.menusystem
{
    padding-top:0px;
    padding-left:10px;
    background:transparent;
}


/* ==========================
    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:0px;
	width: 100%;
	height: 25px;
	background-color: transparent;
	text-align:left;
}

#HouseMenuNav li { /* all list items */
	width: auto;
	padding-left:10px;
	padding-right:10px;
	height: 25px;
}


#HouseMenuNav li a { /* all links within the menu wrapper */
	font-family: 'Century Gothic', Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #a19178;
	background: url(menu_down.jpg) no-repeat;
	width: auto;
	height: auto;
	text-transform:uppercase;
	padding-left:25px;
	padding-top:3px;
	padding-bottom:3px;
}

#HouseMenuNav li a:link { /* all links within the menu wrapper */
	font-family: 'Century Gothic', Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #a19178;
	background: url(menu_down.jpg) no-repeat;
	width: auto;
	height: auto;
	text-transform:uppercase;
	padding-left:25px;
	padding-top:3px;
	padding-bottom:3px;
}

#HouseMenuNav li a:visited { /* all links within the menu wrapper */
	font-family: 'Century Gothic', Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #a19178;
	background: url(menu_down.jpg) no-repeat;
	width: auto;
	height: auto;
	text-transform:uppercase;
	padding-left:25px;
	padding-top:3px;
	padding-bottom:3px;
}

#HouseMenuNav li a:hover {
	font-family: 'Century Gothic', Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ed1a3d;
	background: url(menu_up.jpg) no-repeat;
	width: auto;
	height: auto;
	text-transform:uppercase;
	padding-left:25px;
	padding-top:3px;
	padding-bottom:3px;
	
}

#HouseMenuNav li a:active {
	font-family: 'Century Gothic', Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #a19178;
	background: url(menu_down.jpg) no-repeat;
	width: auto;
	height: auto;
	text-transform:uppercase;
	padding-left:25px;
	padding-top:3px;
	padding-bottom:3px;
	
}

#HouseMenuNav li ul { /* second-level lists */
	width: 150px; /* 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: 2px 0 0 0;
	background-color:transparent;
	background-image:none;
	height: auto;
	border-left:solid 1px #30221F;
	border-bottom:solid 1px #30221F;
	border-right:solid 1px #30221F;
}

#HouseMenuNav li li { /* all items under the top level */
	width: 150px;
	height: auto;
	background-color:transparent;
	background-image:none;
	padding-left:0px;
	padding-right:0px;
	color:#fff;
	border:0;
	
}


#HouseMenuNav li li a { /* all item links under the top level */
	padding: 5px;
	font-family: 'Century Gothic', Sans-Serif;
	font-size: 12px;
	color:#c9b592;
	background-color: #7a6a2e;
	background-image:none;
	/*filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;*/
	font-weight:normal;
	text-decoration:none;
	height: 20px;
	border:0;
	
}

#HouseMenuNav li li a:link { /* all item links under the top level */
	padding: 5px;
	font-family: 'Century Gothic', Sans-Serif;
	font-size: 12px;
	color:#c9b592;
	background-color: #7a6a2e;
	background-image:none;
	/*filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;*/
	font-weight:normal;
	text-decoration:none;
	height: 20px;
	border:0;
	
}

#HouseMenuNav li li a:visited { /* all item links under the top level */
	padding: 5px;
	font-family: 'Century Gothic', Sans-Serif;
	font-size: 12px;
	color:#c9b592;
	background-color: #7a6a2e;
	background-image:none;
	/*filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;*/
	font-weight:normal;
	text-decoration:none;
	height: 20px;
	border:0;
	
}

#HouseMenuNav li li a:hover {
	padding: 5px;
	font-family: 'Century Gothic', Sans-Serif;
	font-size: 12px;
	color:#fff;
	background-color: #ed1a3d;
	background-image:none;
	/*filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;*/
	font-weight:normal;
	text-decoration:none;
	height: 20px;
	border:0;
	
}


#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: -30px 0 0 150px;
	border: solid 0px #000;
	line-height: 12px;
	background-color: transparent;
	background-image:none;
	height: auto;
	border:solid 1px #30221F;
	width:150px;
}

#HouseMenuNav li li li { /* all items under the top level */
	width: 150px;
	height: auto;
	background-color:transparent;
	background-image:none;
	padding-left:0px;
	padding-right:0px;
	color:#fff;
	border:0;
	
}


#HouseMenuNav li li li a:link { /* all item links under the top level */
	padding: 5px;
	font-family: 'Century Gothic', Sans-Serif;
	font-size: 12px;
	color:#c9b592;
	background-color: #7a6a2e;
	background-image:none;
	/*filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;*/
	font-weight:normal;
	text-decoration:none;
	height: 20px;
	border:0;
	
}



#HouseMenuNav li li li a:visited { /* all item links under the top level */
	padding: 5px;
	font-family: 'Century Gothic', Sans-Serif;
	font-size: 12px;
	color:#c9b592;
	background-color: #7a6a2e;
	background-image:none;
	/*filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;*/
	font-weight:normal;
	text-decoration:none;
	height: 20px;
	border:0;
	
}

#HouseMenuNav li li li a:hover {
	padding: 5px;
	font-family: 'Century Gothic', Sans-Serif;
	font-size: 12px;
	color:#fff;
	background-color: #ed1a3d;
	background-image:none;
	/*filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;*/
	font-weight:normal;
	text-decoration:none;
	height: 20px;
	border:0;
	
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */

    
#HouseMenuNav a#HouseMenuNavParentLink
{ /* parent link itself 
	color:#ffcc00;*/
}

#HouseMenuNav a#HouseMenuNavCurrentLink
{ /* current link itself 
	color:#ffcc00;*/
}
    
/* continue with divs */

#ContentArea
{
    position:relative;
    top:0px;
    left:0px;
    width:970px;
    height:520px;    
    background:url(contentBack.jpg) no-repeat;
}

    
#ContentMain
{
	position:relative;
    top:0px;
    left:0px;
    width:970px;
    height:520px;
    background:transparent;
}


#footerWrapper
{
    clear:both;
    position:relative;
    top:0px;
    left:0px;
    margin:0 auto;
	width:970px;
	height:auto;
	text-align: center;
	border-top:solid 12px #7a6a2e;
}

#footer
{
    position:relative;
    top:0px;
    height:auto;
    margin:0 auto;
    width:970px;
    color:#a19178;
    text-align:right;
    font-size:11px;
}

#footer p, td
{
    color:#a19178;
    font-size:11px;
}

#footer a
{
    color:#a19178;
    text-decoration:none;
    font-size:11px;
}

#footer a:visited
{
    color:#a19178;
    text-decoration:none;
    font-size:11px;
}

#footer a:hover
{
    color:#a19178;
    text-decoration:underline;
    font-size:11px;
}

.footertext 
{
    font-family:'Arial' sans-serif;
    font-size:11px;
    color:#a19178;
}

#footnote
{
    color:#a19178;
    font-size:11px;
}

#footnote a, a:visited
{
    color:#a19178;
    text-decoration:none;
    font-size:11px;
}

#footnote a:hover
{
    color:#a19178;
    text-decoration:underline;
    font-size:11px;
}

hr
{
    color:#c8c7c7;
}
	
.Head
{
	font-family:'Arial';
	font-size:14px;
	font-weight:bold;
	}
	
.SubHead
{
	font-size:12px;
	color:#000;
}

.SubHead a, a:visited
{
	font-size:12px;
	color:#000;
	text-decoration:underline;
}


