/* Cascading Style Sheet */
body {
  font-family: arial;
  font-size: 16px;
  color: black;
  width: 960px;
  margin-left: 5%;
  margin-right: 5%;
  }
body em{
  font-style: normal;
}
body h1{
	font-size: 16px;
	text-align: center;
	color: #850000;
	}

/*All headers and Menu Bar*/
#header{
    background-color: white;
    background-image: url(images/header.jpg);
    background-position: left;
    height: 146px;
    background-repeat: no-repeat;
}
#header p{
  text-align: right;

    }
#kicker{
    background-color: #9bc99b;
    width: 100%;
    float: left;
    font-size: 10px;
}
#menu{
  width: 100%;
  background-color: #4376ba;
  float: left;
  border-top: 5px solid white;
  }

.hovermenu ul{
font: bold 15px verdana;
padding-left: 0;
margin-left: 0;
height: 10px;
}
.hovermenu ul li{
list-style: none;
display: inline;
}
.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
color: #ffffff;
background-color: #4376ba;
}
.hovermenu ul li a:hover{
background-color: #9bc99b;
}
.hovermenu ul li a.active{
color: black;
}
/*Home Page*/
#info1{
width: 44%;
    float: left;
    background-color: #4376ba;
    height: 310px;
    text-align: left;
  padding-left: 5px;
   padding right: 5px;
   border-top: 5px solid white;
   padding-top: 10px;
    }
#info2{
    width: 100%;
    float: left;
    background-color: #9bc99b;
    height: 180px;
   padding-left: 5px;
   padding right: 5px;
   border-top: 5px solid white;
   padding-top: 10px;
    }
#motionpic{
width: 55%;
    float: right;
    border-top: 5px solid white;
    background-color: #9bc99b;
}
#sidebar{
clear: left;
width: 100%;
height: 200px;
background-color: #4376ba;

border-top: 5px solid white;
    }
#testify1{
    width: 24%;
    float: left;
    border-right: 5px solid white;
    padding-left: 5px;
padding right: 5px;
height: 190px;
padding-top: 10px;
}
#testify2{
    width: 24%;
    float: left;
    border-right: 5px solid white;
    padding-left: 5px;
padding right: 5px;
height: 190px;
padding-top: 10px;
}
#testify3{
    width: 24%;
    float: left;
    border-right: 5px solid white;
    padding-left: 5px;
padding right: 5px;
height: 190px;
padding-top: 10px;
}
#testify4{
    width: 24%;
    float: right;
    padding-left: 5px;
padding right: 5px;
height: 190px;
padding-top: 10px;
}
#content{
   clear: left;
   float: left;
   width: 100%;
   border-top: 5px solid white;
   background-image: url("/images/banner.gif");
   background-repeat: repeat-x;
}
#content p{
    text-align: center;
}
/*About Page*/
#company{
    width: 44%;
    float: left;
    background-color: #4376ba;
    height: 310px;
    text-align: left;
    padding-left: 5px;
   padding right: 5px;
   border-top: 5px solid white;
   padding-top: 10px;
}
#aboutpic{
    width: 55%;
    float: right;
    border-top: 5px solid white;
    background-color: #9bc99b;
}
#artist{
    clear: left;
    width: 100%;
    float: left;
    background-color: #9bc99b;
    height: 200px;
   padding-left: 5px;
   padding right: 5px;
   border-top: 5px solid white;
   padding-top: 10px;
}
/*Contact Page*/
#address{
  width: 39%;
    float: left;
    background-color: #4376ba;
    height: 640px;
    text-align: left;
  padding-left: 5px;
   padding right: 5px;
   border-right: 5px solid white;
   border-top: 5px solid white;
}
#map{
    width: 55%;
    float: left;
    border-top: 5px solid white;
    height: 640px;
}


#teaser{
clear: left;
    background-color: #9bc99b;
      border-top: 5px solid white;
      font-size: 10px;
      padding-left: 5px;
   padding right: 5px;
    }
#footer{
clear: left;
font-size: 9px;
}
#footer p{
text-align: center;
}