body 
{
    
	background-image: url(background.jpg);
	 background-repeat: repeat-x;
	background-attachment: fixed;
	background-color:#000;
    color:#FFFFFF;
    font-family: Arial, Sans-Serif;
    font-size:12px;
    text-align:left;   
    min-width:100%;
    margin:0px; 
}

p, td, li, table {
	
    color:#FFFFFF;
    font-family: Arial, Sans-Serif;
    font-size:12px;
}

#wrapper
{
  margin:0 auto;
	width:100%;
	height:643px;
	text-align: center;
}

#header
{
    position:relative;
    top:0px;
    left:0px;
    height:65px;
    width:100%;
    z-index:1000;
    padding-top:0;
    background-color:#000;
}


#menu {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:300px;
}

.Head
{
		font-family:Century Gothic, Arial, Sans-Serif;
		font-size:20px;
		color:#005595;
		font-weight:bold;
}

H3
{
		font-family:Century Gothic, Arial, Sans-Serif;
		font-size:20px;
		color:#005595;
		font-weight:bold;
}

#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;
	width: 175px;
	
	line-height : 18px;
	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;
	width: 175px;
	
	color: #333;
	font-weight: bold;
	text-decoration: none;
	background-color: #eee;
	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:hover
{
	background-position: 0 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 */
	width: 200px;
	height: 25px;
	text-align:left;
	background:transparent;
	border:solid 0px #000;;
}

#HouseMenuNav li  /* all list items */
{    
	width:200px;
	padding-left:5px;
	padding-right:5px;
  padding-top:2px;
	height:25px;
	background:transparent;
}

#HouseMenuNav li a
{
    font-family: Arial, Sans-Serif;
    font-size:12px;
    color:#fff;
    text-decoration:none;
	  background:transparent;
	  
}

#HouseMenuNav li a:hover {
	font-family: Arial, Sans-Serif;
    font-size:12px;
    color:#999;
    text-decoration:none;
}

#HouseMenuNav li ul { /* second-level lists */
	width: 185px; /* width of submenu, must be set so third-level list can get shifted over properly */
	height:25px;
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin: -21px 0 0 183px;
}
    

#HouseMenuNav li li { /* all items under the top level */
	width: 185px;
	height: 25px;
	border:none;
	background:transparent;
	padding: 0px;
	padding-left:2px;
	
}

#HouseMenuNav li li a { /* all item links under the top level */
	width: 185px;
	height: 25px;
	font-family:Arial , Sans-Serif;
    font-size:11px;
	color:#fff;	
	background-color: #fd7217;
	padding:0px;
	padding-left:2px;
    font-weight:normal;
}



#HouseMenuNav li li a:hover {
	width: 185px;
	height: 25px;
	font-family:Arial , Sans-Serif;
    font-size:11px;
	color: #fff;
	background-color: #7f8082;
	padding:0px;
	padding-left:2px;
    font-weight:normal;
	
}



#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: -25px 0 0 185px;
	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. */

#HouseMenuNavCurrentItem a {
    color:#ccc; /* gold */
    text-decoration:none;
    }

#HouseMenuNavParentItem a
{ /* all links under the parent item (li) */
	color: #ccc; 
	text-decoration: none;
}



#contentArea
{
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    height:615px;
    padding:0px;
    margin:0px;
    background-image: url(backgroundtile.jpg)
}

#contentLeft
{
    position:relative;
    top:0px;
    left:0px;
    padding:0px;
    float:left;
	width:534px;
	height:615px;
	float:left;
	background:url(main_01.jpg) no-repeat;
}

.contentPaneCss
{
	position:relative;
	top:200px;
	left:0px;
	width:500px;
	height:200px;
}


.rightPaneCss
{
	position:relative;
	top:0px;
	left:0px;
	padding:0px;
	float:left;
	width:500px;
	height:615px;
	float:left;
	background:transparent;
}


.Normal
{
    color:#333;
}


#footer
{
    clear:both;
    position:relative;
    top:0px;
    left:0px;
	 padding-top: 7px;
    width:100%;
    height:25px;
    background: #000;
	 background-repeat: repeat-x;
    text-align:center;
    color: #383838;
    font-size:12px;
}



#footer a, a:visited
{
    color:#ffffff;
    text-decoration:none;
}

#footer a:hover
{
    color:#ffffff;
    text-decoration:underline;
}

.footerText
{  
    font-family: Verdana;
    font-size:10px;
}

.paddingcell {
	padding: 5px;
}

