/********************** DEFAULT STYLING **************************************/
body
{
 	text-align: center;
	margin: 0px;
}
.noborder {
  border:none;
}
.topborder td
{
	border-top: 1px solid;
}
form {
display:inline;
}

/* this div contains the whole site */
#container
{
  height: 100%;
  margin:0px auto;
}

/* this div contains the main content */
#body #main
{
  height: 100%;
}

/* this div contains the footer  */
#footer
{
  font-size: 10px;
	clear: both;  
	text-align: center;
}
#footer a:link, #footer a:active, #footer a:visited
{
  font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

/* begin menu --------------------------------------------------------------------------------------------- */

#menu
{
	visibility: visible;
	float: left;
	margin: 0px;
}

#menu ul 
{
	list-style-type: none; 
  overflow: visible;

	margin: 0px; 
	padding: 0px; 
}

#menu li
{
  display: block;
  position: relative;
}

#menu ul li 
{
	list-style-type: none;
}

#menu a
{
	border-top: 1px solid;
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu ul li:hover ul ul, #menu ul ul li:hover ul ul
{
  display: none;
}

#menu li:hover ul, #menu ul li:hover ul, #menu ul ul li:hover ul, #menu ul ul ul li:hover ul
{
  display: block;
}

li>ul
{
	top: auto;
	left: auto;
}

html #menu li
{
  float:left; /* holly hack IE Only*/
}
/* end menu --------------------------------------------------------------------------------------------- */

/* start blocks  ---------------------------------------------------------------------------------------- */
div.block
{
  float: left;
  margin: 3px;
}

div.block div.top
{
  height: 9px;
}

div.block div.top div
{
  height: 9px;
}

div.block div.content
{
  padding: 0px 10px 0px 10px;
}

div.block div.bottom
{
  height: 9px;
}

div.block div.bottom div
{
  height: 9px;
}
/* end blocks  ------------------------------------------------------------------------------------------ */


#search 
{
  float:left;
  border: 2px solid black;
  text-align: center;
	width: 160px;
  height: 30px;
  margin-top: 20px;
  font-size:10px;
  line-height:10px;
}
#search input {
  height:13px;
  font-size:10px;
} 
