body, html {
	height: 100%;
}

table, body, div, p, a, ol, li, td, img, form {
	padding: 0;
	margin: 0;
	border: 0;
}

h3{
   text-align:center;
}
#page #td-center img
{
   padding:5px;
}

body, div, p, a, td, li, td {
	font: 12px tahoma;
	color: #000;
}

a {
	text-decoration: none;
	cursor: pointer;
}

table {
	border-collapse: collapse;
}

td {
  vertical-align: top;
}

div.center {
	text-align: center;
}

#page {
  width: 975px;
  margin: 0 auto;
}

#page #top-image {
  width: 975px;
  height: 275px;
  background: url(../images/top-image.jpg) center center no-repeat;
}

#page #top-menu {
  width: 975px;
  height: 58px;
  text-align: center;
}

#page #top-menu #menu {
  width: 920px;
  padding-left: 3px;
  height: 35px;
  margin: 0 auto;
  background: url(../images/menu.jpg) center top no-repeat;
  list-style: none;
}

#page #top-menu #menu li.link {
  width: 114px;
  height: 35px;
  float: left;
  margin-right: 1px;
}

#page #top-menu #menu li.link a {
  display: block;
  width: 114px;
  padding: 4px 0 0 0;
  height: 31px;
  text-align: center;
  color: #fff;
  font: 18px "Tekton Pro";
  letter-spacing: -0.1px;
  line-height: 80%;
}

#page #top-menu #menu li.link a.left:hover {
  background: url(../images/hover-left.gif) center top no-repeat;
}

#page #top-menu #menu li.link a.middle-one-line {
  padding: 12px 0 0 0;
}

#page #top-menu #menu li.link a.middle-one-line:hover,
#page #top-menu #menu li.link a.middle:hover {
  background: url(../images/hover-middle.gif) center top no-repeat;
}

#page #top-menu #menu li.link a.right {
  padding: 12px 0 0 0;
}

#page #top-menu #menu li.link a.left {
  padding: 12px 0 0 0;
}

#page #top-menu #menu li.link a.right:hover {
  background: url(../images/hover-right.gif) center top no-repeat;
}



/* remove all the bullets, borders and padding from the default list styling */
#menu ul,
#menu ul ul,
#menu ul ul ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  white-space: normal;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu li {
  padding: 0;
  margin: 0;
  float: left;
  width: 106px;
  position: relative;
}

/* style the links for the top level */
#menu a,
#menu a:visited {
  padding: 5px 0;
  display: block;
  font: 14px tahoma;
  color: #8daacb;	
  z-index: 99;
  width: 100%;
  text-decoration: none;
}

/* style the second level links */
#menu ul a,
#menu ul a:visited {
  padding: 5px 0;
  display: block;
  font: 14px tahoma;
  text-decoration: none;
  color: #8daacb;	
  z-index: 99; 
  width: 100%;
  /* yet another hack for IE5.5 */
}

* html #menu ul ul a {
  width: 100px;
  w\idth: 78px;
  width: 100%;
  text-decoration: none;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html #menu a,
* html #menu a:visited {
  width: 100%;
  text-decoration: none;
}

/* style the top level hover */
#menu a:hover {
  width: 100%;
  text-decoration: none;
}

#menu :hover > a  {
  width: 100%;
}

/* style the second level background */
#menu ul a.drop,
#menu ul a.drop:visited {
  background: url(../images/navbg.jpg);
  color: #d5d3d3; 
}

/* style the second level hover */
#menu ul a.drop:hover {
  text-decoration: none;
  color: #fefeff;
}

#menu ul :hover > a.drop {
  background: red;
}
/* style the third level background */
#menu ul a,
#menu ul a:visited {
  background: #e2dfa8;
}
/* style the third level hover */
#menu ul a:hover {
  background: #b2ab9b;
  text-decoration: none;
}
#menu ul :hover > a {
  background: #b2ab9b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul {
  visibility: hidden;
  position: absolute;
  height: 0;
  top: 35px;
  left: 0;
}

/**
* html #menu ul ul {
  top: 27px;
  t\op: 28px;
}
**/

/* position the third level flyout menu */
#menu ul ul,
#menu ul ul ul {
  left: 110px; 
  top: 0;
  width: 100px;
  width: 100%;
}
/* position the third level flyout menu for a left flyout */
#menu ul ul ul.left {
  left: -106px;
}

/* make the second level visible when hover on first level list OR link */
#menu li:hover ul,
#menu a:hover ul{
  visibility: visible; 
}
#menu li:hover ul li ul,
#menu a:hover ul li ul,
#menu ul li ul li ul li ul li {
  visibility: hidden; 
}

#menu ul li ul li ul li a:hover ul li,          /** next **/
#menu ul li ul li ul li:hover ul li {   /** next **/
  visibility: visible;
}

/* make the second level visible when hover on first level list OR link */
#menu li ul li:hover ul,
#menu li:hover ul li:hover ul {
  visibility: visible; 
}
#menu li:hover ul li ul,
#menu a:hover ul li ul{
  visibility: hidden; 
}



#page #td-left,
#page #td-right {
  width: 212px;
}

#page #td-left div.pic,
#page #td-right div.pic {
  padding-bottom: 10px;
}

#page #td-center {
  width: 531px;
  padding: 20px 10px;
  text-align: left;
  font-size: 12px;
  text-align: justify;
}

#page #footer {
  padding-top: 20px;
  text-align: center;
}

.footer-content {
  width: 800px;
  height: 30px;
  margin: 0 auto;
  background: url(../images/footer.gif) center center no-repeat;
}

div.footer-text {
  padding: 12px 5px 5px 10px;
  text-align: center;
  color: #fff;
  font: 18px "Tekton Pro";
  letter-spacing: -0.1px;
} 

.copyright {
  text-align: right;
  vertical-align: bottom;
  padding: 5px 5px 5px 0px;
}

.contact_frm {
font-size: 10px; 
border: solid 1px #000000; 
width: 190px; 
height: 16px; 
color: #000000; 
padding: 0.5px;
}
.contact_frm2 {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
border: solid 1px #000000; 
width: 190px; 
height: 75px; 
color: #000000; 
padding: 2px;
}
.contact_frm3 {
width: 90px; 
font-size: 11px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
border: solid 1px #000000; 
background-color: #FFFFFF; 
color: #000000;
}
.contact_frm4 { 
font-size: 11px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
border: solid 1px #000000; 
background-color: #FFFFFF; 
color: #000000;
}