/* CSS Document */

html,body{
  margin:0;
  padding:0;
  border:0;
}
body{
	min-width:780px;
	text-align:center;
	
}
.homeBG{
	background: url(../images/bg.jpg) no-repeat left top;
	}
#homeImage {
	position:absolute;
	top:150px;
	width:780px;
	height:187px;
	z-index:1;
	background-image: url(../images/middleBanner2.jpg);
	overflow: visible;
}

.clear{
  clear:both;
  height:1px;
  overflow:hidden;
  line-height:1%;
  font-size:0px;
  margin-bottom:-1px;
}

* html .clear{height:auto;margin-bottom:0}
#fullheightcontainer{
  top:-10px;
  margin-left:auto;
  margin-right:auto;
  text-align:left;
  position:relative;
  width:780px;
}

#outer{
	z-index:1;
	position:relative;
	background: url(../images/header.jpg) no-repeat center 20px;
}
#clearheadercenter{
  height:95px;
  overflow:hidden;
}
#clearfootercenter{
  height:85px;
  overflow:hidden;
}
#footer{
	z-index:1;
	position:absolute;
	clear: both;
	width:780px;
	height:93px;
	overflow:hidden;
	margin-top:-85px;
	border-bottom:solid #eee 1px;
	background:url(../images/footer.jpg) bottom no-repeat;
	font-size: 75%;
	font-style: italic;
	font-weight: normal;
	color: #999999;
}

#subfooter{
	height:65px;
	color: #999999;
}
#header{
  z-index:1;
  position:absolute;
  top:3px;
  width:780px;
  height:75px;
}
#subheader1{
	text-align:center;
	height:65px;
	background:no-repeat 120px;
	border-bottom: 1px none #eeeeee;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#gfx_bg_middle{
	top:0px;
	position:absolute;
	overflow:hidden;
	width:780px;
	background-color: #FFF;
}
* html #gfx_bg_middle{
  display:none;
}

#shadow{
	background:url(../images/shadowBGwhite.gif) repeat-y;
	width:830px;
	margin:0 auto;
	z-index:30;
}

#shadow.blueBG{
	background:url(../images/shadowBGblue.gif) repeat-y;
}