@charset "UTF-8";

@import url("reset.css");

body {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #363636;
  line-height: 24px;
  background: #f8f1e0;
}

a {
  color: #8a159a;
  text-decoration: none;
}

a:hover {
  color: #f0a951;
  text-decoration: underline;
}

.clear {
  clear: both;
  display: block;
  width: 0px;
  height: 0px;
}

.purpletext{
  color: #9b32a9;
}

.tiny{
  font-size: 10px;
  line-height: 10px;
}

#purplebar{
  width: 100%;
  height: 62px;
  background: url(images/purple-bkg.png);
  color: #ffffff;
  text-shadow: 1px 1px 5px #000000;
  position: fixed;
  z-index: 999;
  padding: 0px;
}

#purplebar a{
  color: #ffffff;
}

#purplebar a:hover{
  color: #f3cbf8;
}

#purple-grad{
  width: 1200px;
  height: 50px;
  margin: 0 auto;
  background: url(images/purple-grad.jpg) top center no-repeat;
  padding-top: 12px;
}

#mainnav{
  width: 940px;
  height: 50px;
  margin: 0 auto;
  position: relative;
}

#social{
  width: 120px;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9999;
}

#social li{
  float: left;
  margin-right: 10px;
}

#nav{
  width: 600px;
  height: 50px;
  position: absolute;
  left: 20px;
  top: 0px;
  z-index: 9999;
}

#nav li{
  float: left;
  margin-right: 40px;
}

#contact{
  width: 600px;
  height: 50px;
  position: absolute;
  left: 650px;
  top: 0px;
  z-index: 9999;
}

#contact li{
  float: left;
  margin-right: 40px;
}

#header-photo{
  width: 100%;
  background: url(images/flipbookphoto-header.jpg) center 62px no-repeat #ffffff;
  height: 468px;
  padding-top: 62px;
}

#homebar{
  width: 100%;
  height: 240px;
  background: url(images/homebar-bkg.jpg) repeat-x;
  display: block;
  overflow: visible;
}

#logobar{
  width: 100%;
  height: 365px;
  background: url(images/logo-bkg.png) top center no-repeat;
  display: block;
  top: -145px;
  position: relative;
}

#quote{
  width: 800px;
  display: block;
  font-size: 20px;
  padding-top: 280px;
  margin: 0 auto;
}

#quote p{
  margin-bottom: 10px;
  padding-top: 356px;
  color: #363636;
  float: left;
  display: block;
}

#quote i{
  font-size: 14px;
  color: #b039c0;
}

#events-wide{
  width: 100%;
  background: #f8f1e0;
  margin: 140px auto 0 auto;
  display: block;
}

#events{
  width: 940px;
  display: block;
  margin: 0 auto;
}

#events13{
  width: 296px;
  float: left;
  display: block;
  margin: 0 auto;
  margin-right: 20px;
}

#events23{
  width: 623px;
  float: left;
  display: block;
  margin: 0 auto;
}

#events23 h3{
  width: 623px;
  font-weight: bold;
  border-bottom: 1px solid #e7d3a3;
  margin-bottom: 20px;
  font-size: 20px;
  color: #8a159a;
  text-shadow: 1px 1px 5px #dddddd;
}

#events23 h2{
  color: #363636;
  font-size: 18px;
  font-weight: normal;
}

#events p{
  color: #363636;
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px solid #e7d3a3;
  padding-bottom: 20px;
}

#events ul{
  float: left;
  margin-top: 20px;
  margin-right: 5px;
  margin-left: 10px;
}

#events li{
  width: 250px;
  margin-bottom: 20px;
  color: #a62bb7;
  font-size: 17px;
  line-height: 18px;
}

#rule {
  float: left;
  width: 90%;
  height: 1px;
  background: #e7d3a3;
  margin-top: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}

.divider-bar-wide{
  width: 100%;
  height: 60px;
  background: url(images/divider-bar-bkg.jpg) repeat-x;
  margin: 0 auto;
  margin-bottom: 80px;
}

.divider-bar{
  width: 92px;
  height: 60px;
  margin: 0 auto;
}

#faq-wide{
  width: 100%;
  background: #f8f1e0;
  margin: 0 auto;
  display: block;
}

#faq{
  width: 940px;
  display: block;
  margin: 0 auto;
}

#faq13{
  width: 296px;
  float: left;
  display: block;
  margin: 0 auto;
  margin-right: 20px;
}

#faq23{
  width: 623px;
  float: left;
  display: block;
  margin: 0 auto;
}

#faq23 h3{
  width: 623px;
  font-weight: bold;
  border-bottom: 1px solid #e7d3a3;
  margin-bottom: 20px;
  font-size: 20px;
  color: #8a159a;
  text-shadow: 1px 1px 5px #dddddd;
}

#faq23 h2{
  color: #8b2799;
  font-size: 14px;
  font-weight: bolder;
  line-height: 16px;
  margin-bottom: 5px;
}

#faq p{
  color: #363636;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 20px;
}

#faq ul{
  float: left;
  margin-top: 20px;
  margin-right: 5px;
  margin-left: 10px;
}

#faq li{
  width: 250px;
  margin-bottom: 20px;
  color: #a62bb7;
  font-size: 17px;
  line-height: 18px;
}

#photos-wide{
  width: 100%;
  background: #f8f1e0;
  margin: 0 auto;
  display: block;
}

#photos{
  width: 940px;
  display: block;
  margin: 0 auto;
}

#photos13{
  width: 296px;
  float: left;
  display: block;
  margin: 0 auto;
  background: url(images/photo-thumb-bkg.jpg) no-repeat;
}

#photo-thumbs-container {
  display: block;
  height: 321px;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}

#photo-thumbs{
  width: 275px;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
}

#photo-thumbs li{
  float: left;
  height: 70px;
  margin: 5px;
  width: 81px;
}

#photo-thumbs li a {
  width: 77px;
  height: 62px;
  border: 2px solid #f8f1df;
  display: block;
  overflow: hidden;
}

#photo-thumbs li a:hover {
  border-color: #ddc27f;
}

#photo-thumbs li a.current {
  border-color: #882495;
}

#photos #page-controls{
  float: right;
  font-size: 14px;
}

#photos #page-controls ul{
  margin: 0;
  margin-top: 0px;
}

#photos #page-controls li{
  float: left;
  margin: 0;
  display: block;
  margin-right: 8px;
  margin-left: 0px;
  color: #757575;
}

#photos #page-controls a{
  margin-right: 5px;
  float: left;
  font-weight: bold;
}

#photos #page-controls li.current a {
  color: #F0A951;
}

#photos23{
  width: 623px;
  float: left;
  display: block;
  margin: 0 auto;
  margin-right: 20px;
}

#photo-frame-container {
  width: 630px;
  height: 357px;
  position: relative;
  margin-bottom: 20px;
  display: block;
  background: url(images/photo-frame-bkg.gif) no-repeat;
}

#photo-frame-left, #photo-frame-right{
  width: 18px;
  height: 357px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(images/photo-frame-bkg.gif) no-repeat;
  z-index: 100;
}

#photo-frame-right{
  left: auto;
  right: 0;
  background-position: right 0;
  width: 30px;
}

#photo-loading{
  width: 16px;
  height: 16px;
  background: url(images/ajax-loader.gif) 0 0 no-repeat;
  position: absolute;
  z-index: 4;
  top: 170px;
  left: 300px;
  text-indent: -9999px;
}

#photo-image{
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 11px;
}

#photo-image img, #photo-image div.video-container {
  position: absolute;
  z-index: 10;
  left: 0px;
  top: 0px;
}

#photo-image div {
  display: block;
  width: 595px;
  height: 335px;
  background: #000;
}

#photo-image img.current {
  z-index: 12;
}

#photo-number{
  position: absolute;
  height: 27px;
  background: url(images/purple-strip.png) no-repeat;
  z-index: 101;
  top: 25px;
  right: 24px;
  color: #ffffff;
  font-size: 16px;
  padding-top: 4px;
  padding-left: 25px;
}

#photos23 h3{
  font-style: italic;
  float: left;
  width: 480px;
  font-weight: bold;
  font-size: 20px;
  color: #8a159a;
  text-shadow: 1px 1px 5px #d3c9b0;
}

#prevnext{
  width: 143px;
  font-weight: bold;
  color: #9a13b2;
  text-align: right;
  float: right;
}

#photos23 h2{
  color: #363636;
  font-size: 18px;
  font-weight: normal;
  line-height: 16px;
  margin-bottom: 5px;
}

#photos23 p{
  color: #363636;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 20px;
}

#photos23 ul{
  float: left;
  margin-top: 20px;
  margin-right: 5px;
  margin-left: 10px;
}

#photos23 li{
  width: 250px;
  margin-bottom: 20px;
  color: #a62bb7;
  font-size: 17px;
  line-height: 18px;
}

#contactus-wide{
  width: 100%;
  background: #f8f1e0;
  margin: 0 auto;
  display: block;
}

#contactus{
  width: 940px;
  display: block;
  margin: 0 auto;
}

#contactus13{
  width: 296px;
  float: left;
  display: block;
  margin: 0 auto;
  margin-right: 20px;
  margin-top: 2px;
  position: relative;
}

#contactus13 h3{
  width: 296px;
  font-weight: bold;
  border-bottom: 1px solid #e7d3a3;
  margin-bottom: 20px;
  font-size: 20px;
  color: #8a159a;
  text-shadow: 1px 1px 5px #dddddd;
}

#contactus input{
  width: 280px;
  height: 25px;
  border: 1px solid #d6b667;
  color: #8d299a;
  padding-left: 5px;
  font-style: italic;
  font-size: 16px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
}

#contactus13 input.tall{
  height: 200px;
  width: 280px;
}

#contactus13 textarea{
  font-family: Helvetica, Verdana, Arial, sans-serif;
  float: left;
  width: 275px;
  height: 190px;
  border: 1px solid #d6b667;
  color: #8d299a;
  padding: 5px;
  font-style: italic;
  font-size: 16px;
  margin-bottom: 10px;
}

#submit-strip {
  background: url("images/submit-bkg.png") no-repeat scroll 0 0 transparent;
  bottom: 50px;
  height: 28px;
  padding: 17px 0 0 20px;
  position: absolute;
  right: -6px;
  width: 100px;
}

#submit-strip a{
  color: #ffffff;
}

#submit-strip a:hover{
  color: #ffffff;
}

#contactus23{
  width: 453px;
  float: right;
  display: block;
  margin: 0 auto;
}

#questions{
  float: left;
  width: 323px;
}

#contactus label{
  display: block;
  cursor: pointer;
  color: #9532a3;
  font-size: 14px;
  padding-bottom: 3px;
}

#contactus #questions label{
  padding-bottom: 18px;
  padding-top: 6px;
}

#fields{
  float: left;
  width: 300px;
}

#fields input{
  width: 290px;
}

#submit-strip-long{
  float: left;
  height: 34px;
  padding: 4px 0 0 25px;
  text-align: left;
  width: 275px;
  position: relative;
  background: url(images/submit-long.jpg) no-repeat top right;
}

#submit-strip-long a{
  color: #ffffff;
}

#submit-strip-long a:hover{
  color: #ffffff;
}

#contactus23 h3{
  width: 623px;
  font-weight: bold;
  border-bottom: 1px solid #e7d3a3;
  margin-bottom: 20px;
  font-size: 20px;
  color: #8a159a;
  text-shadow: 1px 1px 5px #dddddd;
}

#contactus23 h2{
  color: #8b2799;
  font-size: 14px;
  font-weight: bolder;
  line-height: 16px;
  margin-bottom: 5px;
}

#contactus23 img{
  margin-left: 5px;
  height: 19px;
  width: 23px;
}

#contactus h5{
  color: #8b2799;
  line-height: 14px;
}

#contactus p{
  color: #363636;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 20px;
  clear: both;
}

#contactus ul{
  float: left;
  margin-top: 20px;
  margin-right: 5px;
  margin-left: 10px;
}

#contactus li{
  width: 250px;
  margin-bottom: 20px;
  color: #a62bb7;
  font-size: 17px;
  line-height: 18px;
}

#submit-strip input, #submit-strip-long input {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  color: #FFFFFF;
  font-size: 13px;
  font-style: normal;
  height: 22px;
  padding: 0;
  text-align: left;
  width: 100%;
  position: absolute;
  top: 17px;
  left: 24px;
}

#submit-strip-long input {
  top: 6px;
  left: 21px;
}

form .response {
  color: #8B2799;
  float: left;
  font-size: 15px;
  font-style: italic;
  text-align: right;
  width: 100%;
}

#contactus13 .response{
  text-align: left;
}

#footer-wide{
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 60px;
  height: 65px;
}

#footer{
  width: 960px;
  margin: 0 auto;
}

#footer-logo{
  width: 98px;
  height: 65px;
  margin-right: 20px;
  float: left;
}

#footer p{
  font-size: 10px;
  float: left;
  padding-top: 45px;
}

#front23{
  width: 823px;
  float: left;
  display: block;
  margin: 0 auto;
}