body {
 background-image: url(../images/bg.jpg);
 width: 100%;
 margin: 0;
 padding: 0;
 text-align: center;
}
.wrapper {
  background-color: #F2F7FB;
  width: 725px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.contactWrapper {
  background-color: #F2F7FB;
  width: 725px;
  height: 1050px;
  margin-left: auto;
  margin-right: auto;
}
#header {
  margin-top: 10px;
  margin-left: 25px;
  padding: 0;
}
#header h1 {
  background: url(../images/hdiaLogo.gif) no-repeat;
  height: 66px;
  margin-top: 0;
}
#header h2 {
  background: url(../images/headingText.gif) no-repeat;
  height: 124px;
  text-align: left;
}
/*#navigation {
  margin-left: 10px;
  margin-bottom: 1px;
  margin-top: 0px;
  height: 12px;
  padding-bottom: 10px;
}
#navigation ul {
  padding: 0;
  margin: 0;
  float: left;
}
#navigation li {
  display: inline;
}
#navigation li a {
  margin: 0px 10px 0px 10px;
  padding: 0px 9px 0px 9px; /*padding of tabs
  text-decoration: none;
}
#navigation img {
  border: 0;
} 
*/
#navigation {
    margin-left: 10px;
    margin-bottom: 1px;
    margin-top: 0px;
    height: 12px;
    padding-bottom: 10px;
}
#navigation ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	
}
#navigation li { /* all list items */
	display: inline;
	float: left;
}
#navigation li img {
	border: 0;
}
#navigation li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	left: -9999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#navigation li:hover ul, #navigation li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#navigation li a {
	margin: 0px 10px 0px 10px;
    padding: 0px 9px 0px 9px; /*padding of tabs */
    text-decoration: none;
	display: block;
}

#ddNav {
	margin: 0 0 0 15px;
	padding: 0;
}

#ddNav ul {
	font-size: .57em;
	font-family: Arial, Verdana, sans-serif;
	line-height: 8pt;
	text-align: left;
}
#ddNav li {
	list-style: none;
	width: 140px;
	height: 16px;
	font-weight: 900;
}
#ddNav li p {
	margin: 0 0 0 0;
	padding: 0 0 0 8px;
	height: 30px;
}
#ddNav li a:link { 
	color: #0033CC;
	margin-left: -10px;
}
#ddNav li a:visited {
	color: #0033CC;
	margin-left: -10px;
}
#ddNav li a:hover {
	color: #0099CC;
	text-decoration:underline;
	margin-left: -10px;
}
#ddNav li a:active {
	color: #0099CC;
	text-decoration:underline;
	margin-left: -10px;
}
#ddNav .bg {
	background: url(../images/ddown1pix.gif) center top;
	width: 140px;
	height: 21px;
}
#ddNav .bg1 {
	background: url(../images/ddown1pix.gif) center top;
	width: 140px;
	height: 16px;
}
#ddNav .bg2 {
	background: url(../images/ddown1pix.gif) center top;
	width: 140px;
	height: 16px;
}
#subNav {
	width: 149px;
	height: 500px;
    float: left;
	margin: 10px 0 0 25px;
	padding: 0;
	background: #C4EBF2 url(../images/sideNavBottom.gif) center bottom no-repeat;
}
#subNav h3 {
	margin: 0;
	padding: 8px 0 5px 0;
	background: url(../images/sideNavTop.gif) center top no-repeat;
}
#subNav h4 {
	margin: 0;
	padding: 0 0 8px 0;
}
#subNav ul {
	color: #040000;
	font-size: .7em;
	font-family: Arial, Verdana, sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
}
#subNav li {
	list-style: none;
	margin: 0;
	padding: 0 0 10px 10px;
}
#subNav li span {
	font-weight: 900;
}
#subNav li a:link { 
	color: #0033CC;
	text-decoration: none;
}
#subNav li a:visited {
	color: #0033CC;
	text-decoration: none;
}
#subNav li a:hover {
	color: #0099CC;
	text-decoration: underline;
}
#subNav li a:active {
	color: #0099CC;
	text-decoration: underline;
}

#contactSubNav {
	width: 149px;
	height: 600px;
    float: left;
	margin: 10px 0 0 25px;
	padding: 0;
	background: #C4EBF2 url(../images/sideNavBottom.gif) center bottom no-repeat;
}
#contactSubNav h3 {
	margin: 0;
	padding: 8px 0 5px 0;
	background: url(../images/sideNavTop.gif) center top no-repeat;
}
#contactSubNav h4 {
	margin: 0;
	padding: 0 0 8px 0;
}
#contactSubNav ul {
	color: #040000;
	font-size: .7em;
	font-family: Arial, Verdana, sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
}
#contactSubNav li {
	list-style: none;
	margin: 0;
	padding: 0 0 10px 10px;
}
#contactSubNav li span {
	font-weight: 900;
}
#content {
  margin: 10px 0 0 200px;
  padding: 0 0 0 0px;
  height: 500px;
}
#content h1 {
  padding: 10px 0 0 0;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-right: 150px;
  text-align: left;
}
#content p {
  color: #040000;
  font-size: .7em;
  font-family: Arial, Verdana, sans-serif;
  text-align: left;
  margin-right: 150px;
  margin-bottom: 15px;
}
#content p span {
  font-weight: 900;
}
#content p img {
  float: left;
  margin-top: 2px;
  margin-right: 10px;
  margin-bottom: 30px;
  width: 59px;
  height: 60px;
}
#content h2 {
  padding: 10px 0 0 0;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-right: 150px;
  text-align: left;
} 
#content ul {
  color: #040000;
  font-size: .7em;
  font-family: Arial, Verdana, sans-serif;
  text-align: left;
  margin-top: 0px;
  margin-right: 150px;
  margin-left: 17px;
  margin-bottom: 0px;
  padding: 0;
}
#content li {
  list-style: square;
  margin: 0;
  padding: 0;
}
#contentAbout {
  margin: 0px 150px 0 175px;
  padding: 0 0 0 10px;

}
#contentAbout h1 {
  padding: 10px 0 0 8px;
  margin-top: 0px;
  margin-left: 70px;
  margin-bottom: 10px;
  text-align: left;
}
#contentAbout table {
  padding: 0;
}
#contentAbout td {
  vertical-align: top;
}
#contentAbout p {
  color: #040000;
  font-size: .7em;
  font-family: Arial, Verdana, sans-serif;
  text-align: left;
  margin-bottom: 15px;
  vertical-align: top;
}
#contentAbout p span {
  font-weight: 900;
}
#contentAbout p img {
  float: left;
  margin-top: 2px;
  margin-right: 10px;
  width: 59px;
  height: 60px;
}
#contentAbout ul {
  color: #040000;
  font-size: .7em;
  font-family: Arial, Verdana, sans-serif;
  text-align: left;
  margin-top: 0px;
  margin-left: 17px;
  margin-bottom: 0px;
  padding: 0;

}
#contentAbout li {
  list-style: disc;
   margin-left: 15px;
  padding: 0;
}
#contentAbout p a:link { 
	color: #0033CC;
	text-decoration: none;
}
#contentAbout p a:visited {
	color: #0033CC;
	text-decoration: none;
}
#contentAbout p a:hover {
	color: #0099CC;
	text-decoration:underline;

}
#contentAbout p a:active {
	color: #0099CC;
	text-decoration:underline;

}
#contentContact {
  margin: 10px 0 0 200px;
  padding: 0 0 0 0px;
  height: 600px;
}
#contentContact h1 {
  padding: 10px 0 0 0;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-right: 150px;
  text-align: left;
}
#contentContact p {
  color: #040000;
  font-size: .7em;
  font-family: Arial, Verdana, sans-serif;
  text-align: left;
  margin-right: 150px;
  margin-bottom: 15px;
}
#contentContact p span {
  font-weight: 900;
}
#contentContact p img {
  float: left;
  margin-top: 2px;
  margin-right: 10px;
  margin-bottom: 30px;
  width: 59px;
  height: 60px;
}
#contentContact h2 {
  padding: 10px 0 0 0;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-right: 150px;
  text-align: left;
} 
#contentContact ul {
  color: #040000;
  font-size: .7em;
  font-family: Arial, Verdana, sans-serif;
  text-align: left;
  margin-top: 0px;
  margin-right: 150px;
  margin-left: 17px;
  margin-bottom: 0px;
  padding: 0;
}
#contentContact li {
  list-style: square;
  margin: 0;
  padding: 0;
}
#contentContact input { 
  border-color: #DCDCDC;
  border-left: 1 inset;
  border-right: 2;
  border-bottom: 1 inset;
  border-top: 2;
  width: 350px;
}
#contentContact textarea { 
  border-color: #DCDCDC;
  border-left: 1 inset;
  border-right: 2;
  border-bottom: 1 inset;
  border-top: 2;
  width: 350px;
}
#contentContact .sub input { 
  width: 50px;
  font-size: .9em;
  font-family: Arial, Verdana, sans-serif;
}

#footer {
  padding: 0;
  text-align: center;
}
#footer p {
  color: #33B5D5;
  font-size: .7em;
  font-family: Arial, Verdana, sans-serif;
}
#footer p a {
  text-decoration: none;
  color: #33B5D5;
}
#footer p a:hover {
  text-decoration: underline;
  color: #007DFE;
}



/*CSS Hacks for Internet Explorer */

* html #subNav #content {
/* double margin bug fix */
	display: inline;
}