/* 
	Section Title 
	-------------------------
	The following rules control the formatting of the section title on the home page.
*/

#sectiontitle {
	height: 242px;
	width: 740px;
	margin: 0 auto;
	}

#sectiontitle h1 {
	height: 242px; 
	line-height: 1.2em;
	
	width: 740px;
	font-family: georgia, "times new roman", times, serif;
	font-weight: normal;
	font-size: 3.5em;
	color: #73736c;
	margin: 0 auto;
	padding: 0;
	
	/* cutout image */
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 -8px;
	
	/* unhack ie5/win */
	text-align: left;
	}

#sectiontitle h1 span {
	display: none;
	}
	
#sectiontitle a {
	display: block;
	position: relative; /* contain the position: absolute span */
	height: 242px;
	color: #73736c;
	text-decoration: none;
	border: none;
	clear: left;
	}

#sectiontitle img {
	display: none;
	}
	
#sectiontitle span {
	display: block;
	position: absolute;
	top: 60px; /* title offset v -- change to move title vertically */
	left: -20px; /* title offset h -- change to move title horizontally */
	width: 0em; /* title width -- change to define title width */
	}

#sectiontitle p {
	position: absolute;
	top: 225px; /* caption offset v --  change to move caption vertically */
	left: 50%;
	font-size: 0.69em;
	line-height: 1.6em;
	text-align: left;

	color: #666;

	width: 330px; /* caption width -- change to define caption width */
	margin: 0;
	margin-left: -370px; /* caption offset h -- change to move caption horizontally */
	padding: 0;
	}

#sectiontitle h1  {
	background-image: url(/wagnerlab/images/pano/1.jpg); /* main image -- change to define campaign image */
	}
	
#mainnav {
	background-image: url(/wagnerlab/images/pano/1.jpg);  /* main image -- change to define campaign image */
	}

/* 
	Campaign 
	-------------------------
	The following rules control the formatting of the campaign section, a gray band below the section title on the home page.
*/

#campaign {
	text-align: left;
	width: 100%;
	}

#campaign p.caption {
	position: absolute;
	top: 308px;
	left: 50%;
	margin: 0;
	margin-left: -370px;
	font-size: 1.0em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #e1dfd6;
	padding: 0;
	}

/* "Next Image" link */
#nextImage {
	display: block;
	margin: 3px 0 0;
    color: #e1dfd6;
    font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
	
#nextImage a {
    color: #fff;
	border-bottom: none;
    text-decoration: underline;
	}

#nextImage a:hover {
	color: #00f;
	border-bottom-color: #00f;
	}