@charset "utf-8";
/* CSS Document */

h1 {
	display: block;
	text-indent: -999999px;
	margin: 0px auto;
	padding: 20px 0px;
	font-size: 1.1em;
}
p {
	padding: 0px 100px;
}
.aboutContent {
	margin: 0px;
}
#mainContent {
	position: relative;
	width: 900px;
	min-height:450px;
	height:auto !important;
	height: 450px;
	margin: 0px auto;
	padding:0;
	background: #FFFFFF;
	background-image:url(../images/main_bckgd.gif);
	background-repeat:repeat-x;
	background-position: top left;
}

/* ------------------------------------------------------------------------------------*/
/* Project Photos --------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------------*/

#galleryContainer {
	position: absolute;
	left: 0px;
	height: 263px;
	width: 900px;
	background: #e6e6e6;
	filter:alpha(opacity=30);      /*IE's opacity*/
	opacity: 0.3;
}
#projectGallery {
	position: relative;
	height: 400px;
	width: 900px;
}
#projectGallery h1{
	width: 144px;
	height: 30px;
	background:url(../images/projectpics_hdr.gif) no-repeat center;
}
#projectGallery p {
	margin: 0px;
	padding: 0px 100px 10px 100px;
}
#projectGallery table {
	margin: 0px 73px;
}
#projectGallery table p {
	margin: 0px 18px;
	padding: 0px;
	text-align: center;
	width: 212px;
}
#projectGallery table img {
	margin: 0px 10px;
	padding: 0px;
	border: 6px solid #bbb;
}
#projectGallery table tr td{
	padding: 10px 0px;
}
#projectGallery table tr td p{
	padding: 5px 0px;
}

/* ------------------------------------------------------------------------------------*/
/* Slideshow Test --------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------------*/

<!--
/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:370px;  /*width:370px;  width:640px;*/
	height:263px;
	position:relative;
	filter:alpha(opacity=200);      /*IE's opacity*/
	opacity: 2.0;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:290px;  /*width:560px;*/
  height:263px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:270px;   /*width:540px;*/  /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(../images/control_left.gif) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../images/control_right.gif) no-repeat 0 0;
}
.slide img {
  float:right;
  margin:35px 20px;
}