/* ABC CIRCUS v.2.0 */
/* Browser Reset */
@import url("reset.css") screen;
/* Form Classes */
@import url("mForms.css") screen;
/* Rough Structure */
body{
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font: 100% Georgia, "Times New Roman", Times, serif;
}
p, h1, h2, h3, h4, h5, h6{
  text-align: left;
  margin: .2em auto .3em auto;
}
h1{
  float: left;
}
p:first-letter {
  font-size: 150%;
  font-weight: normal;
  float: left;
  line-height: 1em;
  /*padding-right: .1em;*/
  /*margin-top: -.1em;*/
  color: #a302fd;
}
/* NAV */
#navlist {
  margin: 0 auto;
  padding: 0;
  text-indent: 0;
  list-style-type: none;
  font-family: Arial, Helvetica, sans-serif;
  float: left;
  margin: 2em auto auto 3em;
}
#navlist li{
  padding: 0;
  margin: .1em;
  text-indent: 0;
  display: inline;
}
#navlist li a{
  letter-spacing: -1px;
  text-decoration: none;
  color: #c1ddf2;
  font-size: 1em;
  padding: 0 2px;
  border-top: .5em double #c1ddf2;
}
#navlist li a:hover,#navlist a#current{
  color: #FFCC33;
  font-size: 1.5em;
}
#navlist a#current{
  color: #9c0f05;
}
/* Main Content */
#main-home{
  clear: left;
  border: 5px solid #003399;
  height: 379px;
  background: #fff url(../img/bk-to-bk.jpg) top left no-repeat;
  padding: 0;
}
#content-home{
  border: 4px solid #990000;
  background: #fff;
  margin: 7em 0 0 45%;
  padding: .5em;
  width: 50ex;
}
#main-about{
  clear: left;
  border: 5px solid #003399;
  padding: .5em;
  position: relative;
}
#content-home p{
  font-size: 1.1em;
}
#content-about{
  border: 4px solid #339900;
  margin: 2em 180px 2em 180px;
  background: #fff url(../img/pk_bg.gif) top right no-repeat;
  padding: .5em;
}
#main{
  clear: left;
  border: 5px solid #003399;
  padding: .5em;
  position: relative;
}
#main-services{
  clear: left;
  border: 5px solid #003399;
  padding: .5em;
  position: relative;
}
#main-testimonials{
  clear: left;
  height: 358px;
  border: 5px solid #003399;
  padding: 0;
  background: #fff url(../img/mime_ppl_wh2.jpg) left top no-repeat;
  position: relative;
}
#main-gallery{
  clear: left;
  border: 5px solid #003399;
  position: relative;
  background: url(../img/gallery-l.jpg) top left no-repeat;
}
#main-gallery-inner{
  background: url(../img/gallery-r.jpg) bottom right no-repeat;
  width: 100%;
  padding: .5em;
}
#main-links{
  clear: left;
  border: 5px solid #003399;
  position: relative;
  height: 395px;
  background: url(../img/acrobats.jpg) no-repeat left
}
/* Contact Page */
#contactform{
  border: 4px solid #339900;
  width: 80%;
  height: 389px;
  margin: 2em auto;
  background: #fff url(../img/5-clubs.jpg) no-repeat left;
}
#innerform{
  margin-left: 155px;
}
#innerform h2{
  font-size: 1.2em;
  color: #97ADBE;
}
form{
  width: 98%;
  margin: 0 auto;
}
#innerform p, #innerform img{
  margin: 0;
  padding: 0;
  border: none;
}
#phonos{
  float: left;
  margin-right: 2em;
}
#orform{
  height: 60px;
  float: left;
  width: 10em;
  margin: .5em;
  padding-right: 32px;
  background: url(../img/point_down.gif) no-repeat right;
}
label, input{
  margin: .2em;
}
#contactform fieldset,#contactform legend{
  padding: .2em;
  border: 1px solid #97ADBE;
}
/* not sure what this is; legacy? */
#content_table{
  width: 600px;
  margin: 0 auto;
}
#content1-services{
  width: 96%;
  margin: .5em auto;
  padding: .5em;
  border: 4px solid #cc3300;
  font-size: .9em;
  background: #fff url(../img/yw_bg.png) left bottom no-repeat;
}
#content2-services{
  /*width: 30%;*/
  margin: .5em 300px .5em 2%;
  padding: .5em;
  border: 4px solid #660099;
  font-size: .9em;
  background: #fff url(../img/rd_bg.png) top left no-repeat;
}
#about-tanza{
  position: absolute;
  top: 0;
  left: 0;
}
#about-paul{
  position: absolute;
  bottom: 0;
  right: 0;
}
#svc-img2{
  position: absolute;
  bottom: 1em;
  right: 1em;
}
.clear{
  clear: both;
  height: 1px;
  margin-top: -1px;
}
/* Testimonial Page */
#box1{
  border: 2px ridge #a302fd;
  width: 250px;
  position: absolute;
  top: 2px;
  left: 210px;
  background-color: #fff;
  padding: 6px;
  z-index: 22;
  cursor: move;
}
#box2{
  border: 2px ridge #a302fd;
  width: 250px;
  position: absolute;
  right: 4px;
  bottom: 2px;
  background-color: #fff;
  padding: 6px;
  z-index: 1;
  cursor: move;
}
#box3{
  border: 2px ridge #a302fd;
  width: 250px;
  position: absolute;
  right: 175px;
  top: 60px;
  background-color: #fff;
  padding: 6px;
  z-index: 2;
  cursor: move;
}
#box4{
  border: 2px ridge #a302fd;
  width: 250px;
  position: absolute;
  left: 445px;
  top: 35px;
  background-color: #fff;
  padding: 6px;
  z-index: 0;
  cursor: move;
}
#box5{
  border: 2px ridge #a302fd;
  width: 260px;
  position: absolute;
  right: 310px;
  top: 185px;
  background-color: #fff;
  padding: 6px;
  z-index: 3;
  cursor: move;
}
#box6{
  border: 2px ridge #a302fd;
  width: 250px;
  position: absolute;
  left: 170px;
  top: 170px;
  background-color: #fff;
  padding: 6px;
  z-index: 3;
  cursor: move;
}
#box7{
  border: 2px ridge #a302fd;
  width: 250px;
  position: absolute;
  right: 30px;
  background-color: #fff;
  padding: 6px;
  z-index: 5;
  cursor: move;
}
/* Links */
#main-links ul{
  margin-left: 385px;
  margin-top: 12%;
  text-align: left;
}
#main-links ul li a{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: blue;
  padding-left: 60px;
  background: url(../img/point_right.gif) no-repeat left;
}
#main-links ul li a:hover{
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
  font-weight: bolder;
  text-decoration: none;
  color: red;
}
#main-links ul li a:visited{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: blue;
}
/* Misc Elements */
#phone{
  position: absolute;
  bottom: 10px;
  right: 10px;
}