body 
{
    /* font-family:'Trebuchet MS';
    font-size:12px; */
    color:#c7b698;
    text-align: center;
	min-width: 960px;
	margin-top: 10px; 
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	background:#322a28;

}

#wrapper
{
   	margin:0 auto;
	width:960px;
	height:auto;
	text-align: center;
    background:transparent;
    border:solid 1px #857d72;
}

#headerArea
{
    position:relative;
    top:0px;
    left:0px;
    width:960px;
    height:93px;
    background:transparent;
    z-index:100;
}

#menuArea
{
    position:absolute;
    bottom:5px;
    left:0px;
    width:653px;
    height:20px;
    float:left;
}

.menu
{
    padding-left:16px;
}

#logoArea
{
    position:relative;
    top:0px;
    left:0px;
    width:285px;
    float:right;
}

/* ==========================
    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:2px;
	width: 100%;
	height: 23px;
	background-color: transparent;
	text-align:left;
}

#HouseMenuNav li { /* all list items */
	width: auto;
	padding-left:5px;
	padding-right:10px;
	height: 23px;
	
}


#HouseMenuNav li a { /* all links within the menu wrapper */
	font-family:Trebuchet MS ;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #c7b698;
	background-color: transparent;
	width: auto;
	height: auto;
	
}

#HouseMenuNav li a:link { /* all links within the menu wrapper */
	font-family: 'Trebuchet MS' ;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #c7b698;
	background-color: transparent;
	width: auto;
	height: auto;
	
}

#HouseMenuNav li a:visited { /* all links within the menu wrapper */
	font-family: 'Trebuchet MS' ;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #c7b698;
	background-color: transparent;
	width: auto;
	height: auto;
	
}

#HouseMenuNav li a:hover {
	font-family: 'Trebuchet MS' ;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #f7a349;
	background-color: transparent;
	width: auto;
	height: auto;
	
}

#HouseMenuNav li a:active {
	font-family: 'Trebuchet MS' ;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #c7b698;
	background-color: transparent;
	width: auto;
	height: auto;
	
}

#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:transparent;
	height: auto;
}

#HouseMenuNav li li { /* all items under the top level */
	width: 150px;
	height: auto;
	background:transparent;
	padding-left:0px;
	padding-right:0px;
	color:#000;
	
}


#HouseMenuNav li li a:link { /* all item links under the top level */
	padding: 5px;
	font-family: 'Trebuchet MS';
	font-size: 12px;
	color:#000;
	/*background-color: #e54141;*/
	background-color:#fff;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	font-weight:normal;
	text-decoration:none;
	width: 150px;
	height: 20px;
	
}



#HouseMenuNav li li a:visited { /* all item links under the top level */
	padding: 5px;
	font-family: 'Trebuchet MS' ;
	font-size: 12px;
	color:#000;
	background-color: #fff;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	font-weight:normal;
	text-decoration:none;
	width: 150px;
	height: 20px;
	
}

#HouseMenuNav li li a:hover {
	padding: 5px;
	font-family: 'Trebuchet MS' ;
	font-size: 12px;
	color:#e54141;
	background-color: #fff;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	font-weight:normal;
	text-decoration:none;
	width: 150px;
	height: 20px;
	
}


#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: -22px 0 0 150px;
	border: solid 0px #000;
	line-height: 12px;
	background-color: transparent;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */

#HouseMenuNav a#HouseMenuNavParentLink
{ /* parent link itself */
	color:#f7a349;
}

#HouseMenuNav a#HouseMenuNavCurrentLink
{ /* current link itself */
	color:#f7a349;
}
    

#contentArea
{
    clear:both;
    position:relative;
    top:0px;
    left:0px;
    width:960px;
    height:448px;
    background:transparent;
    border-top:solid 1px #857d72;
    z-index:0;
}

#contentLeft
{
    position:relative;
    top:10px;
    left:0px;
    width:173px;
    height:428px;
    background:transparent;
    float:left;
    text-align:left;
}

.leftContent
{
    width:153px;
    padding-left:10px;
}

#topLeft
{
    position:relative;
    top:0px;
    left:0px;
    width:173px;
    height:404px;
    background:transparent;
}

#topLeft p
{
    margin:10px 10px;
    padding: 0px 0px 0px 0px;
    line-height:14px;
    text-align:justify;
}

#topLeft a
{
    padding:0px;
}

#topLeft a:link
{
    color:#c7b698;
    font-family:Trebuchet MS;
    font-size:12px;
    text-decoration:none;
    font-weight:normal;
}

#topLeft a:visited
{
    color:#c7b698;
    font-family:Trebuchet MS;
    font-size:12px;
    text-decoration:none;
    font-weight:normal;
}

#topLeft a:hover
{
    color:#c7b698;
    font-family:Trebuchet MS;
    font-size:12px;
    text-decoration:underline;
    font-weight:normal;
}

#topLeft a:active
{
    color:#f7a349;
    font-family:Trebuchet MS;
    font-size:12px;
    text-decoration:none;
    font-weight:normal;
}

#bottomLeft
{
    position:relative;
    top:0px;
    left:0px;
    width:173px;
    height:20px;
    background:transparent;
}

#bottomLeft p
{
    margin:10px 10px;
    padding: 0px 0px 0px 0px;
    line-height:14px;
    text-align:justify;
}

#bottomLeft a
{
    padding:0px;
}

#bottomLeft a:link
{
    color:#c7b698;
    font-family:Trebuchet MS;
    font-size:12px;
    text-decoration:none;
    font-weight:normal;
}

#bottomLeft a:visited
{
    color:#c7b698;
    font-family:Trebuchet MS;
    font-size:12px;
    text-decoration:none;
    font-weight:normal;
}

#bottomLeft a:hover
{
    color:#f7a349;
    font-family:Trebuchet MS;
    font-size:12px;
    text-decoration:none;
    font-weight:normal;
}

#bottomLeft a:active
{
    color:#f7a349;
    font-family:Trebuchet MS;
    font-size:12px;
    text-decoration:none;
    font-weight:normal;
}


#contentCenter
{
    position:relative;
    top:32px;
    left:0px;
    width:548px;
    height:384px;
    background:transparent;
    float:left;
    border: solid 1px #857d72;
    text-align:left;
}

.centerContent
{
    
}

#contentCenter p
{
    margin:10px 10px;
    padding: 0px 0px 0px 0px;
    line-height:14px;
    text-align:justify;
}

#contentCenter h1
{
    font-size:14px;
    font-weight:bold;
    color:#f7a349;
    margin:10px 10px;
    padding: 0px 0px 0px 0px;
}

a.centerContent
{
    padding:0px;
}

a:link.centerContent
{
    color:#c7b698;
    font-family:Trebuchet MS;
    font-size:12px;
    text-decoration:none;
    font-weight:normal;
}

a:visited.centerContent
{
    color:#c7b698;
    font-family:Trebuchet MS;
    font-size:12px;
    text-decoration:none;
    font-weight:normal;
}

a:hover.centerContent
{
    color:#f7a349;
    font-family:Trebuchet MS;
    font-size:12px;
    text-decoration:none;
    font-weight:normal;
}

a:active.centerContent
{
    color:#f7a349;
    font-family:Trebuchet MS;
    font-size:12px;
    text-decoration:none;
    font-weight:normal;
}


#contentRight
{
    position:relative;
    top:10px;
    right:0px;
    width:230px;
    height:428px;
    background:transparent;
    float:right;
    text-align:right;
}

#topRight
{
    position:relative;
    top:0px;
    right:0px;
    width:230px;
    height:413px;
    background:transparent;
    overflow-y:auto;
    overflow-x:hidden;
    text-align:right;
}

#topRight p, td, li
{
    margin:10px 10px;
    padding: 0px 0px 0px 0px;
    line-height:14px;
    font-size:10px;
}

#bottomRight
{
    position:relative;
    top:0px;
    right:15px;
    width:230px;
    height:20px;
    background:transparent;
    text-align:center;
}

#bottomRight a
{
    padding:0px;
}

#bottomRight a:link
{
    color:#c7b698;
    font-family:Trebuchet MS;
    font-size:12px;
    text-decoration:none;
    font-weight:normal;
}

#bottomRight a:visited
{
    color:#c7b698;
    font-family:Trebuchet MS;
    font-size:12px;
    text-decoration:none;
    font-weight:normal;
}

#bottomRight a:hover
{
    color:#f7a349;
    font-family:Trebuchet MS;
    font-size:12px;
    text-decoration:none;
    font-weight:normal;
}

#bottomRight a:active
{
    color:#f7a349;
    font-family:Trebuchet MS;
    font-size:12px;
    text-decoration:none;
    font-weight:normal;
}

.rightContentBottom
{
    
}

a:link.pager
{
    color: rgb(247, 163, 73);
    font-family:Trebuchet MS;
    font-size:12px;
    text-decoration:none;
    font-weight:normal;
}

a:hover.pager
{
    color: rgb(247, 163, 73);
    font-family:Trebuchet MS;
    font-size:12px;
    text-decoration:none;
    font-weight:normal;
}

a:visited.pager
{
    color: rgb(247, 163, 73);
    font-family:Trebuchet MS;
    font-size:12px;
    text-decoration:none;
    font-weight:normal;
}

#footerWrapper
{
   	margin:0 auto;
	width:960px;
	height:auto;
	text-align: center;
    background:transparent;
}

#footerArea
{
    clear:both;
    margin:0 auto;
    position:relative;
    top:4px;
    left:0px;
    height:50px;
    width:960px;
    background:transparent;
    text-align:left;
}

#footerArea a
{
    padding:0px;
}

#footerArea a:link
{
    color:#c7b698;
    font-family:Trebuchet MS;
    font-size:11px;
    text-decoration:none;
    font-weight:normal;
}

#footerArea a:visited
{
    color:#c7b698;
    font-family:Trebuchet MS;
    font-size:11px;
    text-decoration:none;
    font-weight:normal;
}

#footerArea a:hover
{
    color:#c7b698;
    font-family:Trebuchet MS;
    font-size:11px;
    text-decoration:underline;
    font-weight:normal;
}

.footertext
{
    color:#c7b698;
    font-family:Trebuchet MS;
    font-size:11px;
    text-align:left;
    padding:0px;
}





hr
{
    color:#c8c7c7;
}
	
.Head
{
	font-family:'Trebuchet MS';
	font-size:12px;
	font-weight:bold;
	color:#c7b698;
	}
	
.SubHead
{
	font-size:12px;
	color:#c7b698;
}

.SubHead a, a:visited
{
	font-size:12px;
	text-decoration:underline;
}

.title
{
	font-family:'Trebuchet MS';
	font-size:14px;
	font-weight:bold;
	text-align:right;
	border-bottom: solid 1px #d3d2d2;
	padding-bottom:3px;
	color:#49484b;
	text-transform:uppercase;
	}
	
.content
	{color:#49484b;
	}
	
.Normal 
{
    font-family:Trebuchet MS;
    font-size:12px;
}

.NormalBold
{
    font-family:Trebuchet MS;
    font-size:12px;
}

.RSSHeader
{
    color:#f1862d; 
    font-weight:bold;
}

.RSSDate
{
    color:#000; 
    font-weight:bold;
    font-size:10px;
}

.RSSNormal
{
    color:#000; 
    font-weight:normal;
    font-size:10px;
}

p
{
    margin-bottom:0;
    padding-bottom:0;
}