*{
margin: 0;
padding: 0;
}

body {
	background-color: #666666;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #333333;
	font-size: 12px;
}

#container{
width: 778px;
margin: 0 auto;
background: #FFF;
}

#menuh-container{
width: 700px;
margin-top:  -25px;
padding: 0 0 0 30px;
}

#menuh{
width:100%;
float:left;
margin:0 ;
margin-top: 0;
padding: 0;
}

#menuh ul li ul {
font-size: .9em;
}
		
#menuh a{
text-align: center;
display:block;
font-weight: bold;
white-space:nowrap;
margin:0;
padding: 0.3em;
}
	
#menuh a:link, #menuh a:visited, #menuh a:active {	/* menu at rest */
color: #000;
text-decoration:none;
}
	
#menuh a:hover	{					/* menu on mouse-over  */
color: #FFF;
text-decoration:none;
}	
	
#menuh a.top_parent, #menuh a.top_parent:hover { /* attaches down-arrow to all top-parents */
background-image: url(navdown_white.gif);
background-position: right center;
background-repeat: no-repeat;
}
	
#menuh a.parent, #menuh a.parent:hover, #menuh a.orphan, #menuh a.orphan:hover, #menuh a.child, #menuh a.child:hover 	{/* attaches side-arrow to all parents */
background-color:#7199ad;
background-position: right center;
background-repeat: no-repeat;
border: 1px solid #666;
}

#menuh ul {
list-style:none;
margin:0;
padding:0;
float:left;
width:140px;	/* width of all menu boxes */
/* NOTE: For adjustable menu boxes you can comment out the above width rule.
However, you will have to add padding in the "#menh a" rule so that the menu boxes
will have space on either side of the text -- try it */
}

#menuh li {
position:relative;
min-height: 1px;		/* Sophie Dennis contribution for IE7 */
vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
}

#menuh ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
padding: 1em;
margin:-1em 0 0 -1em;
}

#menuh ul ul ul {
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 */

#smallbox{
width: 778px;
height: 80px;
background: #FFFFFF url(../images_new/smallbox.jpg) no-repeat;
}

#smallbox p{
margin: 0 10px 10px 10px;
padding: 0 10px;
font-size: 11px;
}

#smallbox h5{
padding: 15px 0 0 20px;
font-size: 13px;
color:#0066CC;
font-style: italic;
}

ul, li {
text-align: left;
}

#data_top{
width: 778px;
height: 32px;
margin-top: 10px 0 0 0;
background: #FFF url(../images_new/data_top.jpg) no-repeat; 
}

#data_middle{
width: 778px;
margin: 0;
padding: 0;
background: #FFF url(../images_new/data_middle.jpg) repeat-y; 
}

#data_bottom{
width: 778px;
height: 40px;
margin: 0;
padding: 0;
background: #FFF url(../images_new/data_bottom.jpg) no-repeat; 
}


.column{
width: 368px;
float: left;
margin: 20px 0 0 15px;
text-align:left;
/*clear: right;*/		
}

.column h5{
padding: 0 0 5px 10px;
font-size: 13px;
color:#0066CC;
font-style: italic;
}

.column a:hover{
color: #000;
text-decoration: none;
}

.leftside{
width: 150px;
height: 150px;
float: left;
text-align: left;
padding-left: 10px;
}

.box {
width: 191px;
margin: 0 10px 20px 0;
float: right;
}

.clear{
clear: both;
}

#footer{ 
width: 738px;
background: #FFF url(../images_new/Footer_Line.gif) no-repeat;
padding: 20px 20px;
font-size: 10px;
text-align: center; 
}

#subfooter{
width: 778px;
background: #666; 
}

.footerleft{
width: 400px;
padding: 5px 0 20px 0;
float: left;
font-size: 10px;
}

.footerright{
width: 300px;
padding: 5px 0 20px 0;
float: right;
font-size: 10px;
text-align: right;
}

.footerleft a, .footerright a{
color: #FFFFFF;
}

.footerleft a:hover, .footerright a:hover{
color: #000000;
}


