body {
  margin: 0;
  padding: 0;
  background-image: url(images/Homebkgrnd_2011.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #E8E5BC;
}
html, body {
  margin: 0px;
  padding: 0;
}
html {
	overflow-y: scroll;
}
#homebottom{
  width: 900px;
  margin-bottom: 20px;
  background-color: #E8E5BC;
}
#wrapper {
  width: 900px;
  margin: 0 auto;
  background-image: url(images/Home_Center.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
}

#homecenterbox {
  margin: 0 auto;
  width: 900px;
  height:;
  margin-top: 100px;
  padding: 0;
  background-color: transparent;
}
#box-link1 { 
	position: absolute; 
	top: 150px;
	width: 118px; 
	height: 103px; 
	background-color: transparent; 
	border: 0px solid red; 
	}
	#box-link2 { 
	position: absolute; 
	top: 260px;
	width: 118px; 
	height: 113px; 
	background-color: transparent; 
	border: 0px solid green; 
	}
	#box-link3 { 
	position: absolute; 
	top: 380px;
	width: 80px; 
	height: 37px; 
	background-color: transparent; 
	border: 0px solid blue; 
	}
	#box-link4 { 
	position: absolute; 
	top: 428px;
	width: 80px; 
	height: 37px; 
	background-color: transparent; 
	border: 0px solid yellow; 
	}
	#box-link5 { 
	position: absolute; 
	top: 470px;
	width: 118px; 
	height: 100px; 
	background-color: transparent; 
	border: 0px solid yellow; 
	}
	#box-link6 { 
	position: absolute; 
	top: 150px;
	left: 650px;
	width: 250px; 
	height: 115px; 
	border: 0px solid red;
	}
	#box-link7 { 
	position: absolute; 
	top: 320px;
	left: 720px;
	width: 140px; 
	height: 270px; 
	border: 0px solid blue;
	}
	
	#box-link8 { 
	position: absolute; 
	top: 150px;
	left: 910px;
	width: 250px; 
	height: 115px; 
	border: 0px solid yellow;
	}
	#box-link9 { 
	position: absolute; 
	top: 320px;
	left: 940px;
	width: 140px; 
	height: 270px; 
	border: 0px solid green;
	}
#pscroller1 {
margin-right: auto;
margin-left: auto;
width: 350px;
height: 120px;
border: 0px solid #BCBA99;
padding: 5px;
font-family: arial;
font-size: 12px;
background-color: #E8E5BC;
}
 
 .homenote{
  font-family: Arial;
  font-size: 10px;
  color:#666666;
  padding: 5px 0 0 120px;
  }
  
.scroller {
padding: 160px 200px 40px 30px;
}

#footerhome {
  background: #E8E5BC;
  width: 900px;
  text-align: right;
  font-family: arial;
  font-size: 11px;
  padding: 0px;
  margin-top: 27px;
  color: #000;
}

#clear {
  clear: both;
}

A.type1:link    {color:#D4821E; font-size: 13px; font-weight:bold; font-family: arial; text-decoration:none;}
A.type1:visited {color:#D4821E; font-size: 13px; font-weight:bold; font-family: arial; text-decoration:none;}
A.type1:active  {color:#D4821E; font-size: 13px; font-weight:bold; font-family: arial; text-decoration:none;}
A.type1:hover   {color:#512727; font-size: 13px; font-weight:bold; font-family: arial; text-decoration:none;}

A.type3:link    {color:#512727; font-size: 11px; font-weight:bold; font-family: arial; text-decoration:none;}
A.type3:visited {color:#512727; font-size: 11px; font-weight:bold; font-family: arial; text-decoration:none;}
A.type3:active  {color:#512727; font-size: 11px; font-weight:bold; font-family: arial; text-decoration:none;}
A.type3:hover   {color:#E3AE6E; font-size: 11px; font-weight:bold; font-family: arial; text-decoration:none;}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold 13px Arial;
width: 98%;
margin-top: 114px;
overflow: hidden;
background-color: #E8E5BC;
}

.indentmenu ul{
margin: 0;
padding: 1px 0 0 0;
float: center;
width: 100%; /*width of menu*/
border: 0px  1px solid #C28A49;
border-width: 1px 0;
background: #E8E5BC url(images/indentB.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #000;
padding: 7px 26px;  /*width of nav sections */
text-decoration: none;
border-right: 1px solid #C28A49; 
}

.indentmenu ul li a:visited{
color: #000;
}

.indentmenu li:first-child a {
		border-left: 1px solid #C28A49;
	}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 8px; /*shift text down 1px for selected and active item*/
padding-bottom: 8px; /*shift text down 1px for selected and active item*/
background: #E8E5BC url(images/indentB3.gif) center center repeat-x;
}
