@charset "UTF-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background:#fff;
	}

p{
text-align:left;
}


#location h1{
font-size:16px;
color:#FF0000;
}

/******************** Top Navigation ***********/



#navcon{
float: left;
position:relative;
left: 0px;
height: 36px;
width: 599px;
background: #fff;
z-index: 10000;
padding-top:30px;
}

#menuh-container
	{		
	top: 36px;
	left: 0px;
	}

#menuh
	{
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	float:left;
	font-weight: bold;
	magin: 0px;
	background:#000;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 10px 0 9px 0;
	font-weight: bold;
	}
	
#menuh a	/* menu at rest */
	{
	color: #fff;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color:#fff;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* controls main menu color */
	{
	background-repeat: no-repeat;
background: #000;
height: 21px;
	}

	
#menuh a.parent, #menuh a.parent:hover 	/* controls the button that opens the sub sub menu */
	{
	background-image: url(../images/arrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;	
	}

#navabout{
width: 80px;
}

#navyour{
width: 146px;
}
	
#navmoney{
width: 100px;
}

#navaging{
width: 116px;
}

#navhealth{
width: 75px;
}

#navlinks{
width: 55px;
}


#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	background:#000000;
	border-left: 3px solid #fff;
	}


#menuh ul ul /*controls sub menu*/
	{ 
	background-color:#91a0ae;
	border-bottom: none;
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 0;
	margin: 0;
	width:170px;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
}

#menuh ul ul li{
border:0;
background: #838383;
}

#menuh ul ul a
	{
	text-align: left;
	border: 2px solid #838383;
	padding: 4px 0 4px 5px;
	margin: 0;
}

#menuh ul ul a:hover{
	background:#FFFFFF;
	color:#000000;
	}
#menuh ul ul ul /*controls  sub sub menu*/
	{
	background-color:#7d1a04;
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

#subhead{
height: 28px;
background:url(../images/subheadbck.gif) repeat-x;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
color:#000000;
padding: 20px 0 0 8px;
font-weight:bold;
text-align:left;
}

#subhead_front{
background:#000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
color:#fff;
padding: 10px 0 10px 8px;
font-weight:bold;
text-align:left;
}

#rightcolumnbck{
background:#e0e4e2;
}

#righthead{
color:#FFFFFF;
font-weight:bold;
padding:8px;
background:#f61821;
text-align:left;
}

.padding8{
padding:8px;
text-align:left;
}

h3{
font-size:16px;
color:#FF0000;
}
