body {
	font: normal 10px verdana;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
}
	
ul li {
	position: relative;
}
	
li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	z-index: 100;
}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #008;
	background: #fc0; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #c90; /* IE6 Bug */
	/* border-bottom: 0; */
}
	
/* Holly Hack. IE Requirement \*/
 * html ul li { float: left; height: 1%; }
 * html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */

/* TRYING TO FIX IE6 BUG */
a:hover { background-position: 0 0; }

h4 { color: #fc0; }

img { border-style: none; }

html, body {
	margin: 0;
	padding: 0;
	text-align: left;
}
.page {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

body {
	background-image: url('../images/backgroundline.gif');
	/* background: #d0d0ff; */
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* padding: 20px 0; */
	min-width: 900px;
}

.footer {
	padding: 10px 10px 10px 67px;
	font-size: 10px;
	color: #808979;
	height: 65px;
	clear: both;
	margin: 0;
}

#footer {
	/ * background: transparent url('../images/bottom.gif') no-repeat bottom center; */
}

#standard {
 width:100px;
  background-color: #F0F8FF;
}

/* Standard form */
form.standard {
	width:200px;
	/* background-image: url('../images/backgroundline.gif'); */
}

form.search {
	width:auto;
	/* background-image: url('../images/backgroundline.gif'); */
	background-color: #fff;
}

input.search {
	border-style:solid;
	border-color: #FFF #333 #333 #FFF;
	border-width:1px 2px 2px 1px;
	background: #CCC;
	width:auto;
	height: auto
}
input.standard {
	height: 20px;
	width: 120px;
	/* background-image: url('../images/backgroundline.gif'); */
}
/* Contact Form */
form {
	width:380px;
	/* background-color: #BBD8FF */
	/* background: #a0a0ff; */
	background: #bbb;
}

fieldset {
	border: 0px solid #000
}

legend {
	font: bold 140%/1.6 Arial,sans-serif;
	color: #27518A
}

fieldset label {
	float:left;
	display:inline;
	width:120px;
	line-height:16px;
	margin: 3px 10px;
	text-align:center;
	background: #FFF url("../images/arrow.jpg") no-repeat right center
}

input,textarea {
	margin:3px 0 8px;
	border-style:solid;
	border-color: #778AA2 #7EA4D8 #7EA4D8 #778AA2;
	border-width:2px 1px 1px 2px;
	width: 200px
}

input { height: 18px }

br { clear:left }

input#go {
	margin: 10px 0 0 130px;
	border-style:solid;
	border-color: #FFF #333 #333 #FFF;
	border-width:1px 2px 2px 1px;
	background: #CCC;
	width:auto;
	height: auto
}

/*
 *  CODE FOR DROP SHADOWS
 */
.content, .shadow {
  position: relative;
  bottom: 4px;
  right: 4px;
}

.shadow { background-color: #ccc; }

.content {
  background-color: #fff;
  color: #000;
  border: 1px solid #666;
  padding: 0.8em;
}

.container { width: 568px; }
