body 
{
    background: #474747 url(backtile.jpg) repeat;
    color:#fff;
    font-family: 'Century Gothic', Sans-Serif;
    font-size:12px;
    text-align:center;   
    margin:0px;
    margin-top:13px;
	min-width: 980px;
	
	 
}

#wrapper
{
    width:100%;
	height:auto;
	text-align: center;
	padding:0px;
	background-color:#474747;
	border-top:solid 6px #979893;
}

#headerWrapper
{
    margin:0 auto;
	width:980px;
	height:auto;
	text-align: center;
	padding:0px;
	padding-top:5px;
	background: transparent;
	z-index:0;
}


#menu
{
    position:relative;
    height:auto;
    width:593px;
    padding:0;
    background:transparent;
    float:left;
    border-right:solid 2px #979893;
    z-index:10;
}

#logo
{
    position:relative;
    width:385px;
    height:auto;
    padding:0;
    background:transparent;
    float:right;
    z-index:0;
}



/*HouseMenu Layout - DONT CHANGE */


#HouseMenuNav, #HouseMenuNav ul { /* all submenu lists */
	margin: 0;
	padding: 0;
	border: 0px;
	list-style: none;
	float: left;
	background: transparent;
	
}

#HouseMenuNav li { /* all list items */
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	position: relative;
	float: left;
	z-index:100;
}

#HouseMenuNav li li { /* all items under the top level */
	z-index: 11113;
}

#HouseMenuNav a { /* all links within the menu wrapper */
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
}

#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-top: -21px;
	border: 0px;
	z-index: 999;
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	
	left: -9999px;
	z-index: 999;
}

#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 */
	background:transparent;
	text-align:left;
}

#HouseMenuNav li  /* all list items */
{    
	width:570px;
	background:transparent;
}

#HouseMenuNav li a
{
    height:auto;
	padding:4px;
	padding-right:10px;
    font-family: 'Century Gothic', Sans-Serif;
    font-size:12px;
    color:#fff;
    text-decoration:none;
    font-weight:bold;
	background:transparent;
	text-align:right;
}

#HouseMenuNav li a:hover {
	height:auto;
	padding:4px;
	padding-right:10px;
    font-family: 'Century Gothic', Sans-Serif;
    font-size:12px;
    color:#fff;
    text-decoration:none;
    font-weight:bold;
	background:#878785;
	text-align:right;
}

#HouseMenuNav li:hover>ul{height:auto;display:list-item;}

#HouseMenuNav li ul { /* second-level lists */
	width: 130px; /* 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: -25px 0 0 570px;
	border:solid 2px #979893;
	background:#474747;
}
    

#HouseMenuNav li li { /* all items under the top level */
	width: 130px;
	background:transparent;
	padding: 0px;
	margin-bottom:0px;
}

#HouseMenuNav li li a { /* all item links under the top level */
	height: auto;
	font-family: 'Century Gothic', Sans-Serif;
    font-size:12px;
	color:#fff;	
	background-color: transparent;
	padding:4px;
	padding-left:10px;
    font-weight:normal;
    text-align:left;
}



#HouseMenuNav li li a:hover {
	height: auto;
	font-family: 'Century Gothic', Sans-Serif;
    font-size:12px;
	color:#fff;	
	background-color: #878785;
	padding:4px;
	padding-left:10px;
    font-weight:normal;
    text-align:left;
	
}



#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: -25px 0 0 130px;
	width:inherit;
	height:inherit;
	background:#474747;
	padding:inherit;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */

#HouseMenuNavCurrentItem a {
    color:#ccc; /* gold */
    text-decoration:none;
    }

#HouseMenuNavParentItem a
{ /* all links under the parent item (li) */
	color: #ccc; 
	text-decoration: none;
}

/* main layout divs */

#topContentWrapper
{
    position:relative;
    width:100%;
	height:auto;
	text-align: center;
	padding:0px;
	background: #5a5a5a url(toptile.gif) top center repeat-y;
	z-index:0;
}

#topContent
{
    margin:0 auto;
	width:980px;
	height:auto;
	text-align: center;
	padding:0px;
	background: transparent;
	z-index:0;
}

#topLeft
{
    position:relative;
    width:500px;
    background:transparent;
    float:left;
    text-align:left;
}

#topLeft p
{
    text-align:left;
    padding:0;
    padding-bottom:8px;
    margin:0;
    font-family: 'Century Gothic', Sans-Serif;
    font-size:12px;
    font-weight:bold;
    color:#fff;
}

#topRight
{
    position:relative;
    width:480px;
    background:transparent;
    float:right;
    text-align:left;
    padding-top:20px;
}

#topRight h1
{
    text-align:left;
    padding:0;
    padding-bottom:8px;
    padding-left:50px;
    margin:0;
    font-family: 'Century Gothic', Sans-Serif;
    font-size:16px;
    font-weight:bold;
    color:#fff;
}

#topRight p
{
    text-align:left;
    padding:0;
    padding-bottom:8px;
    padding-left:50px;
    margin:0;
    font-family: 'Century Gothic', Sans-Serif;
    font-size:12px;
    color:#fff;
}

#topRight li
{
    text-align:left;
    padding:0;
    margin-left:50px;
    font-family: 'Century Gothic', Sans-Serif;
    font-size:12px;
    color:#fff;
}

#bottomContentWrapper
{
    position:relative;
    width:100%;
	height:auto;
	text-align: center;
	padding:0px;
	background: transparent;
	z-index:0;
}

#bottomContent1
{
    position:relative;
    margin:0 auto;
	width:980px;
	height:auto;
	text-align: left;
	padding:0px;
	background: transparent;
	z-index:0;
}

#bottomContent1 h1
{
    text-align:left;
    padding:0;
    padding-bottom:8px;
    margin:0;
    font-family: 'Century Gothic', Sans-Serif;
    font-size:16px;
    font-weight:bold;
    color:#cfb485;
}

#bottomContent1 p
{
    text-align:left;
    padding:0;
    padding-bottom:8px;
    margin:0;
    font-family: 'Century Gothic', Sans-Serif;
    font-size:12px;
    font-weight:normal;
    color:#fff;
}


#bottomContent2
{
    position:relative;
    width:100%;
	height:auto;
	text-align: center;
	padding:0px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0;
	background: #878785;
	border-top:solid 5px #707070;
	border-bottom:solid 5px #707070;
	z-index:0;
}

#bottomContent2 p
{
    text-align:center;
    padding:0;
    margin:0;
    font-family: 'Century Gothic', Sans-Serif;
    font-size:20px;
    font-weight:bold;
    color:#a4a09f;
}

.clear
{
    clear:both;
}

#footerArea
{
    margin:0 auto;
	width:940px;
	height:auto;
	text-align: center;
	padding:0px;
	background-color: transparent;
	z-index:0;
	color:#fff;
	border:0;
	font-size:11px;
}

#footerArea a, a:visited
{
    color:#ffffff;
    text-decoration:none;
	font-size:11px;
}

#footerArea a:hover
{
    color:#ffffff;
    text-decoration:underline;
	font-size:11px;
}

.footerText
{  
    font-size:11px;
}

/* content formatting */



.Normal
{
    font-family:verdana, sans-serif;
    font-size:13px;
    color:#525252;
}

h1
{
    font-family:verdana, sans-serif;
    font-size:20px;
    color:#525252;
    font-weight:bold;
}

a:link
{
    color:#12d5e0;
    text-decoration:none;
}

a:active
{
    color:#12d5e0;
    text-decoration:none;
}

a:hover
{
    color:#12d5e0;
    text-decoration:underline;
}

a:visited
{
    color:#12d5e0;
    text-decoration:none;
}

.paddingcell {
	padding: 5px;
}


