/**************************************************************
   #content
 **************************************************************/

#content {  
  height: 100%;
  min-height: 100%;

  text-align: left;
}

#content,
#width {
  /* max-width hack for IE since it doesn't understand the valid css property */
  width: expression(document.body.clientWidth > 1000 ? "1000px" : "94%");  
  max-width: 1000px;
  margin: 0 auto;
}

#content[id],
#width[id] {
  width: 99%;
  height: auto;
}

/**************************************************************
   #header
 **************************************************************/
#header {
  position: relative;
  height: 238px;
}

/* Holds the site title and subtitle */
#header #title {
	position: absolute;
	z-index: 3;
	top: 0px;
	right: 5px;
	text-align: right;
	font-size:18px;
	width: 631px;
	height: 238px;
	min-width:631px;
}

#header h1 {
  margin: 0;
  padding: 0;
  font-family:"trebuchet ms", serif;
  letter-spacing: -3px;
  color:#999999;
}

#header h2 {
	position: absolute;
	top: 76px;
	right: 5px;
	margin: 0;
	padding: 0;
	font: 700 1em "trebuchet ms", serif;
	text-transform: lowercase;
	color: #999999;
	left: -17px;
	width: 675px;
}

/* Sets where the header images will go */
#header img.left {
  position: absolute;
  z-index: 1;

  top: 0;
  left: 0;
}

#header img.right {
  position: absolute;
  z-index: 0;

  top: 0;
  right: 0;
}

#header img.right {
  position: absolute;
  z-index: 0;

  top: 0;
  right: 0;
}

#header img.balloons {
  position: absolute;
  z-index: 2;

  top: 70px;
  right: 400px;
}

/**************************************************************
   .sideMenu: The side bar menu
 **************************************************************/

ul.sideMenu {
  margin: 0;
  padding: 0;
}

.sideMenu li {
  display: inline;
  
  /* Needed since IE fails when you give it list-style: none; */  
  list-style-image: url(foo.gif);
  font: 400 1.3em "trebuchet ms", serif;
}

.sideMenu li a {
  display: block;
  margin: 0.2em 0;
  padding: 3px 5px;
  font-style:italic;
  text-decoration: none;
  color: #FFF;
} 

.sideMenu li a:hover {
  background-color:#FF00FF;
  background-repeat:no-repeat;
  color:#000000;
  text-decoration:none;
  font-style:italic;
  background-image:url(../images/bg/menu.png);
  background-repeat:repeat-y;
}


/**************************************************************
   #page: Holds the main page content.
 **************************************************************/

#page {
  float: left;
  width: 99%;
  clear: both;
  
  padding-bottom: 4em;
}




/**************************************************************
   #footer: The page footer - will stick to the bottom if not
            enough content.
 **************************************************************/

#footer {
  float: left;
  width: 100%;
  clear: both;
  min-width:792px;
  
  margin-top: -5em;
  background: #000 url(../images/bg/footer.png) repeat-x top left;
}

/* Sets the width of the footer content */
#footer #width {
  position: relative;
  z-index: 3;
  font-size: 12px;
  padding-top: 27px;
}



/*  Width classes used by the site columns  */

.width100 {
  width: 100%;
}

.width75 {
  width: 81%;
}

.width50 {
  width: 49.7%;
}

.width33 {
  width: 32.7%;
}

.width25 {
  width: 15%;
  min-width:122px;
}

/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}



/**************************************************************
   Generic display classes
 **************************************************************/

.clear {
  clear: both;
}

.block {
  display: block;
}

.small {
  font-size: 0.8em;
}

.content {
  margin-bottom: 2em;
  background: #000000;
}


.fleft {
text-align:left;
}
.fright {
text-align:right;
}

.contents_flash {
z-index:6;
position:absolute;
top:125px;
right:390px;
width:256px;
}

.contents_left {
width:300px;
min-height:300px;
}
.contents_right {
position:absolute;
right:5px;
top:250px;
width:350px;
min-height:300px;
text-align:right;
}

.contents_menu {
position:absolute;
top:145px;
left:48px;
height:40px;
width:350px;
z-index:5;
text-align:left;
max-height:50px;
max-width:350px;
font-size:12px;
color:#999999;
}
.textonly {
display:none;
}
.nocss{
display:none;
}

/*v2 gallery*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color:#000000;
	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;
	background-color:#FFFFFF;
	}
#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: transparent url(../images/gallery/blank.gif) no-repeat; /* 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/gallery/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/gallery/nextlabel.gif) right 15% no-repeat; }


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

#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;	}	

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color:#000000;
	}
.thumbnail {
width:100px;
height:100px;
}
/*v2 gallery end*/

.quote {
position:absolute;
top:30px;
left:20px;
text-align:left;
font-size:20px;
width:300px;
height:215px;
color:#60B8E6;
z-index:26;
}
.flash_menu {float:left;}
.switch_to_graph {display:none;}