*{
  margin: 0;
  padding: 0;
}

body{
  background-color: #cccccc;
  font-family: arial;
  color: #333333;
  font-size: 12px;
  line-height: 18px;
}

h1{
  font-family: arial;
  font-weight: normal;
  color: #993333;
  font-size: 25px;
  margin-bottom: 20px;
}

h2{
  font-family: arial;
  font-weight: normal;
  color: #993333;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom:5px;
}

h3{
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  padding-bottom: 15px;
}


p{
  margin-bottom: 10px;
}

a{
  text-decoration: none;
}
a:focus{
  outline: none;
}


ul{
  margin-left: 25px;
  padding-bottom: 10px;
  list-style-type: none;
}

li{
  background-image: url(/images/bullet.jpg);
  background-repeat: no-repeat;
  padding-left: 10px;
}

#container{
  width: 800px;
  margin: 0 auto;
  background-color: #FFFFFF;
}

#header{
  width: 800px;
  height: 122px;
  background-image: url(/images/header.jpg);
}

#navbar{
  width: 800px;
  height: 25px;
  background-color: #993333;
  font-size: 14px;
  font-family: "Century Gothic", "Lucida Sans", arial;
}
#navbar a{
  line-height: 25px;
  color: #FFFFFF;
  padding-left: 20px;
  padding-right: 20px;
}

#navbar a:hover{
  color: #CCCCCC;
}

#content{
  min-height: 400px;
  padding: 30px 40px 20px 40px;
}

.left{
  float: left;
  width: 282px;
  margin-left: -40px;
}

.left p{
  margin-top: 15px;
  color: #555555;
  font-size: 14px;
  text-align: center;
}

.right{
  margin-left: 270px;
}


.textright{
}

.imageleft{
  float: left;
  margin-left: -40px; 
  padding-right: 15px;
  padding-bottom: 15px;
}

.imageleft p{
  margin-top: 15px;
  color: #555555;
  font-size: 14px;
  text-align: center;
}




#footer{
  width: 800px;
  height: 35px;
  background-color: #993333;  
  clear: both;
  margin-top: 25px;
  color: #FFFFFF;
  line-height: 35px;
}

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

#footer .left{
  font-size: 10px;
  padding-left: 30px;
}

#copy{
  text-align: center;
  color: #888888;
  font-size: 10px;
  margin-top: 5px;
}
#copy a{
  color: #888888;
}



.pricing td{
  padding-right: 10px;
  border-bottom: 1px dotted #CCC;
  line-height: 25px;
}



.thumbs a{
  display: block;
  float: left;
  padding: 10px 10px 0 0;
}


.contact td{
  padding-right: 2px;
}

.contact input{
  width: 140px;
  border: 1px solid #CCC;
  padding: 2px;
  font-family: arial;
  color: #993333;
  font-size: 12px;
}

.contact textarea{
  width: 140px;
  border: 1px solid #CCC;
  padding: 2px;
  font-family: arial;
  color: #993333;
  font-size: 12px;
}


.event{
  border-bottom: 1px solid #CCC;
}

.event h2{
  color: #993333;
  font-size: 17px;
  margin-top: 10px;
  margin-bottom:5px;
  
}

.event h3{
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  padding-bottom: 5px;
}






#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
