/*body {
	padding: 20px;	
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	background-color: #efefef;
	background-image: url(images/bg.jpg);
	color: #FFF;
}*/

/*a:link, a:visited, a:hover, a:active {
	color: #FFF;
}
*/
#searchForm {
	margin-top: 40px;
	font-size: 18px;
}

#searchForm div {
	color: #eeeeee;
}

#searchForm div input {
	font-size: 18px;
	padding: 0px;
	width: 320px;
}
#suggestions {
	position:fixed;
	float:inherit;
	margin-left:0%;
	width: 320px;
	display:none;
	border: 1px solid black;
	background-color: white;
	z-index: 9999;  /* moves the suggestion box on top of the other elements on page */
}

#inlineresults {
	border-width: 1px;
	display:inline;
	border-color: #919191;
	border-style: solid;
	width: 490px;
	background-color: #FFFFFF; /*a0a0a0*/
	color:#000000;
	font-size: 11px;
	line-height: 17px;
}

#searchresults {
	border-width: 0px;
	border-color: #919191;
	border-style: solid;
	width: 320px;
	margin-top:-5px;
	background-color: #225491; /* Dark Blue Area for words "Search Suggestions" */
	color:#ffffff;
	font-size: 11px;
	line-height: 17px;
}

#searchresults a {
	display: block;
	background-color: #ffffff; /*e4e4e4*/
	padding-left:10px;
	clear: left;
	height: 24px;  /* was 25px */
	text-decoration: none;
}

#searchresults a:hover {
	background-color: #3076CC;
	color: #ffffff;
}

#searchresults a img {
	float: left;
	padding: 5px 10px;
}


#searchresults a span.searchheading {
	display: block;
	font-weight: bold;
	padding-top: 5px;
	color: #000000;
}

#searchresults a:hover span.searchheading {
	color: #ffffff;
}

#searchresults a span {
	color: #555555;
}

#searchresults a:hover span {
	color: #f1f1f1;
}

#searchresults span.category {
	font-size: 16px;
	margin: 5px;
	display: block;
	color: #ffffff;
}

#searchresults span.seperator {
	float: right;
	padding-right: 15px;
	margin-right: 5px;
    background-image: url(../gif/shortcuts_arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}
	  
#searchresults span.seperator a {
	background-color: transparent;
	display: block;
	margin: 5px;
	height: auto;
	color: #ffffff;
}