
/* --------------------------------------------------------------
   LAYERS
-------------------------------------------------------------- */

#searchbox {
	position: absolute;
	top: 62px;
	left: 475px;
	width: 550px;
	border: 1px solid #999;
	background-color: #FFF;
	padding: 5px;
	text-align: center;
}
#topnav {
	line-height: 25px;
	background-color: #000000;
	font-size: 11px;
	color: #ffffff;
	text-align: left;
	margin: 0 auto;
	height: 25px;
	padding: 0;
}
#topnav #welcome {
	text-align: left;
	margin: 0;
	padding: 0;
	float: left;
}
#topnav #date {
	text-align: right;
	margin: 0;
	padding: 0;
	float: right;
}
#logo_container {
	background: #9a9a9a url(http://whysleep.net/img_files/body-bg.png) repeat-x;
	text-align: left;
	height: 90px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 44px;
	padding-top: 10px;
}
#logo_container #intellisearch {
	background: url(images/intellisearch_bg.gif) no-repeat;
	text-align: left;
	width: 170px;
	height: 60px;
	margin: 22px 0 0 0;
	padding: 10px 15px 0 15px;
	float: right;
}
#logo_container #intellisearch #searchresults {
    position: relative;
    top: 28px;
    right: 170px;
    width: 350px;
    background-color: #FCF9D2;
	border: 1px solid #F9D43E;
	padding: 5px;
	margin: 0 10px 0 0;
	display: none;
	white-space: nowrap;
}




/* --------------------------------------------------------------
   IMAGES
-------------------------------------------------------------- */

#logo_container img.banner {
	float: left;
	border: 0;
}

/* --------------------------------------------------------------
   SPECIAL CLASSES
-------------------------------------------------------------- */

.absmiddle {
	vertical-align: middle;
}
.clear {
	clear: both;
}
.smallfont {
	font-size: 11px;
}
.tablebg {
	background-color: #FFF;
}
#content_container #left_side .header {
	background: #FFF url(images/leftside_top_bg.gif) no-repeat;
	color: #FFF;
	font-size: 12px;
	border-bottom: 0;
	display: block;
	width: 169px;
	text-align: left;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	padding: 0 10px;
	margin: 0;
}
#content_container #left_side .plain_header {
	display: block;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	width: 189px;
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid #CCC;
	padding: 0;
	margin: 0 0 10px 0;
}


