html, body {
	font-family: Tahoma, Verdana, Arial, non-serif;
	margin: 0;
	font-size: 10px;
	line-height: 140%;
	height: 100%;
}

h1 {
	font-size: 200%;
	font-face: bold;
	font-family: "Times New Roman","Times",serif;
}
h2, h3, h4 {font-family: "Times New Roman","Times",serif;}
body {
	behavior:url(csshover.htc);
}

.top {
	width: 100%;
	background: url('headerbg.jpg');
	height: 75px;
	text-align: center;

}

.inner {
	margin: 0 auto;
	width: 900px;
}

.top .inner #logo {
	float: left;
}

.top .inner #call {
	margin-top: 10px;
	color: white;
	float: right;
}

#menu {
	width: 100%;
	background: #eee url('menubg.jpg');
	float: left;
	clear: both;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 190px;
	float: left;
}

#menu .inner #first a  {
	border-left: 1px solid white;
}

#menu a {
	height: 15px;
	font:10px Tahoma, Verdana, Helvetica, Sans-serif;
	text-transform: uppercase;
	display: block;
	border-right: 1px solid white;
	margin: 0;
	padding: 4px;
}

#menu ul li ul a {
	position: relative;
	top: -5px;
	text-transform: capitalize;
	border: none;
	border-bottom: 1px solid black;
}
#menu h2 {
	color: #fff;
	background: #000;
	text-transform: uppercase;
}
#menu a {
	text-align: center;
}
a img {
	border: none;
}
#menu a {

	color: #000;
	text-decoration: none;
}
#menu a:hover {
	overflow: visible;
}

#menu ul li ul a {
	background: #E3D9CD;
}

#menu li {
	position: relative;
}


#menu ul ul {
	position: absolute;
	z-index: 500;
}    

div#menu ul ul {
	display: none; 
}

div#menu ul li:hover ul {
		display: block;
}

#footer {
	float: left;
	clear: both;
	width: 100%;
	background: url('footer.gif') repeat-x;
	margin: 0 auto;
	padding-top: 30px;
	font-size: 90%;
	text-align: center;
}

  #main {
	float: left;
	margin: 5px 0;
	clear: both;
	width: 100%;
	

  }
  #wrapper {
	  min-height: 100%;
		height: auto !important;
		height: 100%;
		margin-bottom: -80px; /* the bottom margin is the negative value of the footer's height */
	}
   #sidemenu {
	float: left;
	clear: left;
	width: 190px; 
   background: rgb(227, 217, 205);
}

#sidemenu ul {
	margin-left: 10px;
	padding-left: 10px;	
}

#sidemenu a {
	color: black;
}

#maintext {
	float: left;
	clear: right;
	width: 620px;
	margin-left: 5px;
	border: none;
}
#main table {border: 1px solid #EEE;}
/*#main table td {min-width: 200px; border: 1px solid #EEE;}*/
#footer, #push {
	height: 60px; /* .push must be the same height as .footer */
}
