html {
overflow: scroll;
} 
img {
border: 0;
}
body {
margin-top: 0;
padding-top: 0;
font-family: verdana, sans-serif;
/*background-image: url(images/body_bg.jpg);
background-repeat: repeat-x;
background-position: top;	
*/
background-color: #f7f8fa;
}

#container1 {
padding-top: 0;
width: 1100px;
background-color: #fff;
border: 1px solid #BEBFC1;
margin-left: auto;
margin-right: auto;
height: 835px;
margin-bottom: 10px;
}
#container {
position: absolute;
  width: 800px;
  height: 600px;
  left: 50%;
  top: 50%;
  margin-left: -390px;
  margin-top: -250px;
}
#text {
   width: 500px;
  height: auto;
  margin-left: 300px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
  z-index: 5000;
  position: relative;
}
.main {
height: 825px;
}
.header {
background-color: #fff;
background-image: url(../images/banner-bg2.jpg);
background-repeat: no-repeat;
width: 1100px;
height: 272px;
}
.logo {
padding-left: 44px;
padding-top: 10px; 
float: left;
}
.header-info {
float:right;
padding-top: 10px;
padding-right: 20px;
}
#pagelinks {
position: relative;
left: 44px;
top: -150px;
}
.float_left {
float: left;
}
.float_right {
float:right;
}
.clearer {
clear: both;
}
.nav {
clear: both;
background-image: url(../images/nav_bg.jpg);
background-repeat: no-repeat;
width: 947px;
height: 25px;
border-top: 1px solid #BEBFC1;
border-bottom: 1px solid #BEBFC1;
position: relative;
top: 20px;
padding-bottom: 0px;
padding-top: 2px;
}
.innercontainer {
position: relative;
}

.wholepagetopcontent {
padding-top: 18px;
padding-left: 22px;
background-color: #fff;
}

.wholepagetopcontent2 {
padding-top: 18px;
padding-left: 22px;
padding-right: 22px;
background-color: #fff;
}

.home_content_left {
float: left;
width: 378px;
padding-left: 30px;
position:relative;
top: -100px;
}
.home_content_right {
float: right;
padding-right: 15px;	
position:relative;
top: -100px;
}
.interior_content_left {
float: left;
width: 420px;
padding-top: 18px;
padding-left: 22px;
background-color: #fff;
padding-bottom: 75px;
}
.interior_content_right {
float: right;
padding-top: 50px;
}
.breadcrumbs {
padding-bottom: 5px;
padding-top: 15px;
}
.logos_left {
float: left;
padding-left: 45px;
padding-bottom: 20px;
}
.logos_right {
float: right;
width: 325px;
margin-rght: 15px;
padding-top: 20px;
}

.footer {
text-align: center;
background-color: #008081;
}
.indented {
padding-left: 150px;	
}

