body {
  font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: #fff;
	background-color: #000;
	padding-top: 10px; /* added */
}

h1, h2, h3 {margin: 0.6em 0;  font-family : Georgia, "Times New Roman", Times, serif; }
p {
margin: 1em 0;
font-size: 11px;
 font-weight: normal;

}

h1{
	font-size: 16px;
	color: #DD9A18;
	text-transform: capitalize;
	letter-spacing: 1px;
}

.sub-heading{
	font-size: 12px;
	text-align: left;
	color: #DD9A18;
	font-weight: bold;
}

.corporate {
	font-size: 11px;
	color: #DD9A18;
	padding-left: 10px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1.5px;
padding-top: 6px;
}
a.small-photo{
color: white;
text-decoration: none;
font-size: 10px;
font-weight: bold;
}
a.small-photo:hover{
		color: #DD9A18;
}


a.bottom{
color: Silver;
text-decoration: none;
font-size: 9px;
font-weight: normal;
}
a.bottom:hover{
		color: gray;
}

.bottom{
color: Silver;
text-decoration: none;
font-size: 9px;
font-weight: normal;		
}

a.normal-links{
color: #DD9A18;
text-decoration: underline;
font-size: 11px;
font-weight: normal;
}
a.normal-links:hover{
color: silver;
}



/* start of top menu */

#menu {
width: 100%;
float: left;
padding-bottom: 10px;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 160px;
float: left;
}

#menu h3 {margin: 0;}

#menu h3 a{
font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
color:white;
background: #000 url(images/button-background.gif) no-repeat 2px 50%;
line-height: 28px; 
text-indent: 27px;
border: 0px solid black;
border-bottom: 1px;
margin-top: 5px;
}

#menu h3 a:hover, #menu ul:hover h3 a {
background: #7b7573 url(images/button-background-2.gif) no-repeat 2px 50%;
}

#menu a {
font: bold 9px;
display: block;
margin-top: 1px; 
padding: 4px;
color: white;
background: gray;
text-decoration: none;
border: 1px solid #2D2D2D;
}

#menu a:hover {
color: #black;
background: #5A5A5A;
}

#menu li:hover {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

div#menu ul ul { left: -9999px;}
div#menu li:hover ul { left: 0;}

/* end of top menu */
/* start of bottom menu */

#menu2 {
width: 100%;
width: 570px; 
float: right;
border-left: 1px solid #fff; 
margin-right: 0px; 
}

#menu2 ul {
margin: 0;
padding: 0;
list-style: none;
float: left;
width: 113px; 
border-right: 1px solid white; 
}

#menu2 ul ul {
border-bottom: 1px solid #fff; 
border-left: 1px solid white; 
margin-left: -1px; 
}

#menu2 h4 {
margin: 0; padding: 0;
} 

#menu2 h4 a{
font: bold 10px;
line-height: 2.2; 
padding: 0 2px;
color: white;
background: black;
display: block;
border: 0;
}

#menu2 h4 a:hover, 
#menu2 ul:hover h4 a {
color: black;
background: white;
}

#menu2 a {
font: bold 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
display: block;
padding: 5px 5px 5px 5px;
color: white;
background: gray;
text-decoration: none;
border-top: 1px solid #000;
text-align: center;
}

#menu2 a:hover {
color: white;
background: #5A5A5A;
}

#menu2 li:hover {position: relative;}

#menu2 ul ul {
position: absolute;
z-index: 500;
}

#menu2 ul ul {left: -9999px;}
#menu2 ul li:hover ul { left: 0;}

/* end of bottom menu */