@charset "utf-8";
/*
Orange: #FF9900
*/

body {
	margin: 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #666666;
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	color: #000000;
	text-align: center;
	font-size: 15px;
}
h1 {
	font-size: 24px;
}
.img-shadow {
	background: url(../images/shadowAlpha.png) no-repeat right bottom;
	float: left;
	margin: 8px 8px 0px 8px;
}
.img-shadow IMG {
	border: #212121 1px solid;
	padding: 3px;
	display: block;
	margin: -6px 6px 6px -6px;
	position: relative;
	background-color: #FF9900;
}
#container {
	position: relative;
	width: 744px;
	margin: 0 auto;
	text-align: center;
}
#wrapper {
	position: absolute;
	margin: 0; padding: 0;
	left: 0; right: 0; top: 0; bottom: 0;
	width: 744px;
	text-align: left;
	background-color: #FFFFFF;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 33px;
}
#logo {
	padding: 0px 0px 0px 12px;
	margin: 0;
	height: 138px;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	text-align: left;
}
#navigation {
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	height: 39px;
	margin: 0;
	padding: 0;
}
.menu {
	float: left; margin: 0 0 0 0px; font-size: 12px; font-family: Tahoma, Arial, Verdana; padding: 8px 4px 8px 6px; color: #FFFFFF;
}
.menu ul {
	padding: 0px; margin: 0px; list-style-type: none;
}
.menu ul li {
	float: left; position: relative; padding: 0px 6px 0px 6px; border-right: 1px solid #666;
}
.menu ul li a {
	display: block; float: left; text-decoration: none; padding: 0px 4px 0px 4px; color: #FFFFFF;
}
.menu ul li:hover {
	width: auto;
	color: #FF9900;
}
.menu ul li a:hover {
	color: #FF9900;
}
#content {
	clear: both;
	background-color: #FFF;
	padding: 20px;
	text-align: left;
}
#content a {
	color: #039;
}
.alert {
	color: #FF0000;
	font-weight: bold;
}
.callout {
	float: right;
	margin: 20px;
	border: 3px solid #FF9900;
}
.callout img {
	margin: 0px;
}
#footer {
	clear: both;
	background-color: #666666;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 50px;
	color: #FFFFFF;
	padding: 8px 20px 0px 20px;
	font-size: 12px;
	text-align: left;
}
input {
	border: #FF9900 1px solid;
	background-color: #ffffff;
}
textarea {
	border: #FF9900 1px solid;
	background-color: #ffffff;
}
input[type="checkbox"], input[type="radio"] {
   border: 0;
}
input.btn {
	padding: 2px;
	background-color: #FF9900;
  border: #212121 1px solid;
  color: #212121;
  font-size: 12px;
  font-weight: 700;
  filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffff9900');
}
#search_box {
	position: absolute;
	left: 400px;
	top: 178px;
}
#search_box input {
	width: 250px;
	border: 0px;
	background-color: #ffffff;
}
#search_box #submit {
	position:absolute;
	left: 305px;
	top: -1px;
	background-color:transparent;
	background-image: url(../images/submit.gif);
	background-repeat: no-repeat;
	width:19px;
	height:20px;
}

/* 
================================================
autosuggest, inquisitor style
================================================
*/

div.autosuggest
{
	position: absolute;
	background-image: url(../images/suggest/as_pointer.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
}

div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
	position: relative;
	height: 6px;
	padding: 0 6px;
	background-image: url(../images/suggest/ul_corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}
div.autosuggest div.as_footer
{
	background-image: url(../images/suggest/ul_corner_br.gif);
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
	background-image: url(../images/suggest/ul_corner_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div.autosuggest div.as_footer div.as_corner
{
	background-image: url(../images/suggest/ul_corner_bl.gif);
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
	height: 6px;
	overflow: hidden;
	background-color: #333;
}

div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

div.autosuggest ul li
{
	color: #ccc;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
	font-size: 12px;
}

div.autosuggest ul li a
{
	color: #ccc;
	display: block;
	text-decoration: none;
	background-color: transparent;
	text-shadow: #000 0px 0px 5px;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #444;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #1B5CCD;
}

div.autosuggest ul li a span
{
	display: block;
	padding: 1px 6px;
	font-weight: bold;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #999;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #ccc;
}

div.autosuggest ul li.as_highlight a
{
	color: #fff;
	background-color: #1B5CCD;
	background-image: url(../images/suggest/hl_corner_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.autosuggest ul li.as_highlight a span
{
	background-image: url(../images/suggest/hl_corner_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background-image: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
	background-image: url(../images/suggest/hl_corner_tl.gif);
	background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
	background-image: url(../images/suggest/hl_corner_tr.gif);
	background-position: bottom right;
}



div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
}