a {
  outline: none;
}


body {
	background-color: black;
 

}
#logohole {
position: absolute;
left: 200px;
width: 360px;
height: 180px;
}



#logo h1 {
  float:left;
  display:block;
  
  text-indent:-2000px;
  margin: 0;
}

#container {
  background: url(pageimages/background.jpg) 50% -0% no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -700px;
  top: 0px;
  width: 1400px;
  height: 1200px;
  z-index: 1;
}

#navbar {
  position: absolute;
  left: 620px;
  top: 140px;
  width: 565px;
  height: 30px;
  z-index: 2;
}

#nav1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 140px;
  height: 30px;
  z-index: 3;
}
#nav1 img {
position: absolute;
padding-left: 30px;
padding-top: 5px;
}
#nav2{
  position: absolute;
  left: 140px;
  top: 0px;
  width: 140px;
  height: 30px;
  z-index: 3;
}
#nav2 img {
position: absolute;
padding-left: 40px;
padding-top: 5px;
}

#nav3{
  position: absolute;
  left: 280px;
  top: 0px;
  width: 140px;
  height: 30px;
  z-index: 3;
}
#nav3 img {
position: absolute;
padding-left: 30px;
padding-top: 5px;
}
#nav4{
  position: absolute;
  left: 420px;
  top: 0px;
  width: 140px;
  height: 30px;
  z-index: 3;
}
#nav4 img {
position: absolute;
padding-left: 30px;
padding-top: 5px;
}
#slider {
background-color: red;
background:url(images/loading.gif) no-repeat 50% 50%; /* added */
  position: absolute;
  left: 300px;
  top: 275px;
  width: 800px;
  height: 525px;
  z-index: 2;
}

#leftmostfooter {
background-color: red;
  position: absolute;
  left: 208px;
  top: 950px;
  width: 200px;
  height: 150px;
  z-index: 2;
}
#leftfooter {
background-color: red;
  position: absolute;
  left: 470px;
  top: 950px;
  width: 200px;
  height: 150px;
  z-index: 2;
}

#rightfooter {
background-color: red;
  position: absolute;
  left: 730px;
  top: 950px;
  width: 200px;
  height: 150px;
  z-index: 2;
}

#rightmostfooter {
background-color: red;
position: absolute;
width: 200px;
height: 150px;
top: 950px;
left: 990px;
}

#lowerbanner {
position: absolute;
width: 200px;
height: 35 px;
z-index: 5;
top: 115px;
}
#email {

position: absolute;
height: 1px;
width: 180px;
top: 80px;
left: 80px;
text-align: left;
  font-family: Calibri, Arial, Helvetica, sans-serif;
  font-size: large;
  font-weight: bold;
  font-style:italic;
  color: #000000;
}
#phone {

position: absolute;
height: 1px;
width: 180px;
top: 140px;
left: 80px;
  font-family: Calibri, Arial, Helvetica, sans-serif;
  font-size: large;
  font-weight: bold;
  font-style:italic;
  color: #000000;
}
#socialleft {

  position: absolute;
  left: 1050px;
  top: 1110px;
  width: 60px;
  height: 60px;
  z-index: 3;
}
#socialright {

  position: absolute;
  left: 1110px;
  top: 1110px;
  width: 60px;
  height: 60px;
  z-index: 3;
}
/* added below*/
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:800px;
	bottom:-1px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
