body 
{
    background-color:#000;
    color:#000;
    font-family: Arial, Sans-Serif;
    font-size:12px;
    text-align:center;   
    min-width:1000px;
    margin:0px; 
}

p, td, li {
	
    color:#000;
    font-family: Arial, Sans-Serif;
    font-size:12px;
}


#wrapper
{
   margin:0 auto;
	width:1000px;
	height:643px;
	text-align: center;
}

#header
{
    position:relative;
    top:0px;
    left:0px;
    height:29px;
    width:1000px;
    z-index:1000;
    padding-top:0;
    background-color:White;
}


.menu {
	background: url(images/menu_back.jpg) no-repeat;
}

.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 */
	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 */
	width: 100%;
	height: 28px;
	background-color: transparent;
	text-align:left;
}

#HouseMenuNav li  /* all list items */
{    
	width:auto;
	padding-left:5px;
	padding-right:8px;
   padding-top:0px;
	height:28px;
}

#HouseMenuNav li a
{
    font-family:'Century Gothic', Arial, Sans-Serif;
    font-size:12px;
    color:#fff;
    background-color:transparent;
    padding:2px;
    padding-bottom:7px;
    text-decoration:none;
    font-weight:bold;
}

#HouseMenuNav li a:hover {
	font-family:'Century Gothic', Arial, Sans-Serif;
    font-size:12px;
    color:#fff;
    background-color:transparent;
    padding:2px;
    padding-bottom:7px;
    text-decoration:none;
    font-weight:bold;
}

#HouseMenuNav li ul { /* second-level lists */
	width: 175px; /* 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: 0 0 0 0;
}
    

#HouseMenuNav li li { /* all items under the top level */
	width: 175px;
	height: 20px;
	border:none;
	background:transparent;
	padding: 0;
	
}

#HouseMenuNav li li a { /* all item links under the top level */
	font-family:Arial , Sans-Serif;
    font-size:11px;
	color:#fff;	
	background-color: #005595;
	padding:3px;
    font-weight:normal;
}



#HouseMenuNav li li a:hover {
	font-family:Arial , Sans-Serif;
    font-size:11px;
	color: #fff;
	background-color: #7f8082;
	padding:3px;
    font-weight:normal;
	
}



#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: -22px 0 0 175px;
	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:1000px;
    height:513px;
    padding:0px;
    margin:0px;
    z-index:0;
    background-color:White;
    background:url(images/aboutus_back.jpg) no-repeat;
}

html>body #contentArea
{
    position:relative;
    top:0px;
    left:0px;
    width:1000px;
    height:513px;
    padding:0px;
    margin:0px;
    z-index:0;
    background:url(images/aboutus_back.jpg) no-repeat;
}

#contentRight
{
    position:relative;
    top:20px;
    right:25px;
    height:500px;
    width:300px;
    overflow-y:hidden;
    overflow-x:hidden;
    color:#333;
    font-size:12px;
    background:transparent;
    padding-top:5px;
    float:right;
}

#contentMain
{
    position:relative;
    top:115px;
    left:25px;
    height:500px;
    width:600px;
    overflow-y:auto;
    overflow-x:hidden;
    color:#333;
    font-size:12px;
    background:transparent;
    padding-right:20px;
    padding-top:0px;
    float:left;
}

#contentMain a, a:visited
{
    color:#005595;
    text-decoration:none;
}

#contentMain a:hover
{
    color:#005595;
    text-decoration:underline;
}

.Normal
{
    color:#333;
}


#footer
{
    clear:both;
    position:relative;
    top:0px;
    left:0px;
	 padding-top: 7px;
    width:1000px;
    height:101px;
    background: url(images/footer_back.jpg);
	 background-repeat: repeat-x;
    text-align:center;
    color: #383838;
    font-size:12px;
}

html>body #footer
{
    clear:left;
    position:relative;
    top:0px;
    left:0px;
    width:1000px;
    height:101px;
    background: url(images/footer_back.jpg);
	 background-repeat: repeat-x;
    text-align:center;
    color:#383838;
    font-size:12px;
}

#footer a, a:visited
{
    color:#383838;
    text-decoration:none;
}

#footer a:hover
{
    color:#383838;
    text-decoration:underline;
}

.footerText
{  
    font-family: Verdana;
    font-size:10px;
}



