/* CSS Document */


body{
  padding:0px;
  margin:0px;
  background-image:url(../images/blueBg.jpg);
  background-attachment:fixed;
  color:#FFCC33;
  min-width:799px;
  text-align:center;
}
.clear{
  clear:both;
  height:1px;
  overflow:hidden;
  line-height:1%;
  font-size:0px;
  margin-bottom:-1px;
}
* html .clear{height:auto;margin-bottom:0}
#fullheightcontainer{
  margin-left:auto;
  margin-right:auto;
  text-align:left;
  position:relative;
  width:799px;
/* \*/
  height:110%;
/* Last height declaration hidden from Mac IE 5.x */
}
#wrapper{
  min-height:100%;
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
  border-right:1px solid #FF9900;
  border-left:1px solid #FF9900;
  background:#FFFFCC;
}
#wrapp\65	r{
  height:auto;
}
/* \*/
* html #wrapper{
  height:110%;
}
/* Last style with height declaration hidden from Mac IE 5.x */
#outer{
  z-index:1;
  position:relative;
  margin-left:160px;
  width:659px;
  border-left:2px solid #000000;
  background:#336699;
/* \*/
  height:110%;
/* Last height declaration hidden from Mac IE 5.x */
}

* html #outer{
  width:657px;
  w\idth:637px;
}
#left{
  width:163px;
  float:left;
  display:inline;
  position:relative;
  margin-left:-162px;
}
*>html #left{width:162px;}
#container-left{
	width:160px;
	height: 100%;
	z-index: 10;
}
/* \*/
* html #left{
	margin-right:-3px;
	height: 100%;
	z-index: 10;
}
/* Above style hidden from Mac IE */
#center{
	width:659px;
	float:right;
	display:inline;
	/* \*/
  margin-left:-1px;
	height: 1490px;/* Hidden from IE-mac */
}
#clearheadercenter{
  height:170px;
  overflow:hidden;
}
#clearheaderleft{
  height:154px;
  overflow:hidden;
}
#clearfootercenter{
  height:3px;
  overflow:hidden;
}
#clearfooterleft{
	height:1px;
	overflow:hidden;
	vertical-align: baseline;
}
#footer{
	z-index:1;
	background-color:#336699;
	position:absolute;
	clear: both;
	width:657px;
	height:35px;
	overflow:visible;
	margin-top:-36px;
	vertical-align: baseline;
	border: 0px;
	margin-left: 163px;
	margin-right: 5px;
	margin-bottom: 1px;
	padding: 0px;
}
#subfooter1{
	text-align:right;
	margin:1px;
	height:30px;
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFCC;
	border-bottom-color: #FF9933;
	border: 2px;
	background-color: #336699;
	line-height: 105%;
	padding-right: 10px;
	border-right-color: #FF9933;
	border-left-color: #336699;
}
#header{
  z-index:1;
  position:absolute;
  top:0px;
  width:798px;
  height:149px;
  overflow:visible;
}
.outer_horiz_border, .sb_outer_horiz_border{
	height:1px;
	overflow:hidden;
	font-size:0px;
	background-color: #336699;
}
#subheader1{
  background:#FFFFCC;
  text-align:center;
  margin:0 1px;
  height:125px;
}
#subheader2{
	background:#000033;
	text-align:center;
	height:22px;
	margin-right: 1px;
	margin-left: 0px;
	width: 100%;
}
#gfx_bg_middle{
  top:0px;
  position:absolute;
  height:1325px;
  overflow:hidden;
  width:655px;
  margin-left:160px;
  background:#336699;
  border-left:2px solid #000000;
}
* html #gfx_bg_middle{
  display:none;
}
.searchFrame{
	background-color: #336699;
	color: #FFFFFF;
	padding-bottom: 0px;
	position:absolute;
	padding-left: 0px;
	margin-right: 2px;
	margin-top: 45px;
	border-color: #FF9933;
	border-width: 2px;
	border-style: double;
	padding-right: 0px;
	width: 650px;
	height: 1200px;
	top: 200px;
	z-index: 5;
	margin-left: 3px;
}
.style2{
	color:#FF9900;
	font:Arial;
	font-weight:500;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-right: 5px;
	line-height: 150%;
}
	

/*HERE WE GO WITH THE NAV BAR FOR THE SEARCHES*/
/* Root = Horizontal, Secondary = Vertical */

ul#navmenu {
	margin: 0;
	border: 2px;
	padding: 0;
	width: 100%; /*For KHTML*/
	list-style: none;
	height:100%;
	background-image:url(../images/barBg.jpg);
	border-top:2px solid;
	border-top-color:#6597F6;
	border-bottom:3px solid;
	border-bottom-color:#06397A;
	z-index: 2000;
	top: 0px;
	position: relative;
	overflow: visible;
}

ul#navmenu li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: right; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height:auto;
	background-color:#FFFFCC;
	z-index: 2000;
}

ul#navmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 175px;
	list-style: none;
	display: none;
	position: absolute;
	top: 24px;
	left: 0;
	z-index: 2000;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

ul#navmenu ul li {
	width: 175px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
	z-index: 2000;
}

/* Root Menu */
ul#navmenu a {
  border: 1px solid #000033;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background:url(../images/butBgGr.jpg);
  font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  min-height:22px;
  max-width:200px;
  height: 1%; /*For IE*/
  z-index: 2000;
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
	background: #FFFFCC;
	color:#333333;
	z-index: 2000;
	overflow: visible;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  position:relative;
  float: none;
  background:#9999FF;
  color:#333333;
  z-index: 2000;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  position:relative;
  background:#ff9933;
  color: #FFF;
  z-index: 2000;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
  z-index: 2000;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 175px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}

/*END NAV BAR FOR SEARCHES*/
