* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background: #282014 url('images/bg.gif') top left repeat-x;
  font-family:  Arial, sans-serif;
}

#container {
  margin: 0 auto;
  text-align: center;
  width: 917px;
  
}

.clear {
  clear: both;
}

img {
		border: 0;
}

/* content 

----------------------------------------------------------------------------- */

#content {
  margin: 0;
  padding: 0 20px 20px 7px;
  background: url('images/content_bg.gif') repeat-y;
  color: #000;
  font-size: 13px;
  text-align: left;
}

* html #content /* IE bug */ {
  margin-top: -3px;
}

#menu {
  float: left;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 182px;
  vertical-align: top;
}

#copy {
  padding: 0 20px 0 0;
  color: #000;
  font-size: 13px;
  text-align: left;
  vertical-align: top;
  width: 425px;
  float: left;
 
}


#copy a {
		color: #bb2113;
		text-decoration: underline;
}

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

#copy p {
  line-height: 21px;
  margin: 0 0 15px 0;
}

.q {
  color: #bf5a07;
  font-weight: bold;
}

#copy h1 {
		font-family: Georgia;
		font-size: 15px;
		color: #5f401e;
		text-transform: uppercase;
		margin: 5px 0 15px 0;
		letter-spacing: 1px;
}

#copy h2 /* NAMES */{
		font-family: Arial, Helvetica;
		font-size: 15px;
		color: #000;
		margin: 0 0 5px 0;
		font-weight: bold;
}

#copy h3 /* CITY */{
		font-family: Arial, Helvetica;
		font-size: 13px;
		color: #000;
		margin: 0 0 5px 0;
}

#copy h4 /* DATE */{
		font-family: Arial, Helvetica;
		font-size: 11px;
		color: #bf5a07;
		margin: 0 0 15px 0;
}

#copy h5 /* PACKAGES */{
		font-family: Arial, Helvetica;
		font-size: 13px;
		color: #bf5a07;
		margin: 10px 0 15px 0;
		text-transform: uppercase;
		font-weight: bold;
		
}


#copy ul {
		margin: 15px 0 15px 25px;
		line-height: 21px;
}


/* === ONE COLUMN PAGES: Testimonials, 

============================================================================= */

#copy_one_column {
  padding: 0 20px 0 0;
  color: #000;
  float: left;
  font-size: 13px;
  text-align: left;
  vertical-align: top; 
   width: 678px;
}

#copy_one_column a {
		color: #bb2113;
		text-decoration: underline;
}

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

#copy_one_column p {
  line-height: 21px;
  margin: 0 0 15px 0;
}

#copy_one_column h1 {
		font-family: Georgia;
		font-size: 15px;
		color: #5f401e;
		text-transform: uppercase;
		margin: 5px 0 15px 0;
		letter-spacing: 1px;
}

#copy_one_column h2 /* NAMES */{
		font-family: Arial, Helvetica;
		font-size: 15px;
		color: #000;
		margin: 0 0 5px 0;
		font-weight: bold;
}

#copy_one_column h3 /* CITY */{
		font-family: Arial, Helvetica;
		font-size: 13px;
		color: #000;
		margin: 0 0 5px 0;
}

#copy_one_column h4 /* DATE */{
		font-family: Arial, Helvetica;
		font-size: 11px;
		color: #bf5a07;
		margin: 0 0 15px 0;
}

.hr {
		border-bottom: 1px #cac6ae dotted;
		margin: 15px 0;
		clear: both;
}


#list {
  padding-left: 14px;
}

#enlist {
  padding-left: 14px;
}

#photo_column {
		float: right;
		width: 220px;
		margin: 50px 20px 20px 0;
}



/* photo floats 

---------------------------------------------------------------------- */

.photo {
		background-color: #fff;
		padding: 5px;
		border-bottom: 2px #eee solid;
		border-right: 2px #eee solid;
}

.side_photo {
		background-color: #fff;
		padding: 5px;
		border-bottom: 2px #eee solid;
		border-right: 2px #eee solid;
		margin: 0 0 15px 0;
}

.side_photo p {
		font-size: 9px;
		  color: #bf5a07;
		  margin: 2px 5px 0 5px;
		  text-align: right;
}


.video {
		background-color: #e9e5d0;
		text-align: center;
		padding: 15px 15px 25px 15px;
		margin: 0 0 15px 0;
}

.video p {
		text-align: left;
		color: #5c321a;
		font-size: 11px;
		font-weight: bold;
}

.right_float {
  float: right;
  padding: 0 0 15px 20px;
}

.left_float {
  float: left;
  padding: 0 20px 15px 0;
  border: 0;

}

.enlarge {
		  font-size: 9px;
		  color: #bf5a07;
		  margin: 2px 5px 0 5px;
		  text-align: right;
}

.video_float {
  float: left;
  width: 277px;
  padding: 0 15px 15px 0;
  color: #be5909;
  text-align: center;
}



/* copyright and bottom nav 

---------------------------------------------------------------------- */

#copyright {
  padding: 10px 0 0 0;
  border-top: 1px #be5909 solid;
  font-family: Arial, Helvetica;
  font-size: 10px;
  color: #be5909;
}

#copyright a {
  text-decoration: none;
  color: #be5909;
}

#copyright a:hover {
  text-decoration: none;
  color: #282014;
}

#presence {
  padding: 15px 0 0 0;
  font-family: Arial, Helvetica;
  font-size: 11px;
  color: #000;
  line-height: 18px;
}


#presence a {
		color: #bb2113;
		text-decoration: underline;
}

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

/* LIGHTBOX STYLES 

================================================ */

#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/lightbox_images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox_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; }


