
	


/********** SECTION TITLE **********/

#sectiontitle {
	height: 242px;
	margin: 0 auto;
	width: 740px;
	}

#sectiontitle h1 {
	height: 242px; 
	line-height: 1.2em;
	}

#sectiontitle h1 span {
	display: none;
	}
	
#sectiontitle a {
	display: block;
	position: relative; /* contain the position: absolute span */
	height: 242px;
	}

/*#sectiontitle img {
	display: none;
	}*/
	
#sectiontitle span {

	display: block;
	position: absolute;
	top: 70px; /* title offset v -- change to move title vertically */
	left: 15px; /* title offset h -- change to move title horizontally */
	width: 20em; /* title width -- change to define title width */

	}

#sectiontitle p {

	position: absolute;
	top: 235px; /* caption offset v --  change to move caption vertically */
	left: 50%;
	font-size: 0.69em;
	line-height: 1.6em;
	text-align: left;

	color: #666;

	width: 320px; /* caption width -- change to define caption width */
	margin: 0;
	margin-left: -310px; /* caption offset h -- change to move caption horizontally */
	padding: 0;

	}



/*#sectiontitle h1  {

	background-image: url(msolc.jpg);  
	
	 /* main image -- change to define campaign image 

	}*/

/********** CAMPAIGN **********/

#campaignsection {
	text-align: left;
	width: 100%;
	}

#campaignsection p.caption {
	position: absolute;
	top: 310px;
	left: 50%;
	margin: 0;
	margin-left: -370px;
	font-size: 0.65em;
	color: #e1dfd6;
	padding: 0;
	}




#campaign h3#tagline {

	position: absolute;
	top: 279px;
	left: 50%; 
	  margin: 25px 0px 0px 15px; /* title offset h -- change to move title horizontally */ 
	
	

	background: url(/img/home/campaign_title_2.gif) no-repeat;
	text-align: right;
	font-family: verdana;
	font-size: 0.69em;
	line-height: 1.0em;

	color: #f1f0ec; /* #f1f0ec */
	font-weight: normal;
	width: 231px;
	height: 41px;
	}



#campaign h3 {
	position: absolute;
	top: 137px;
	left: 50%; 
	width: 360px;
	height: 24px;
	

	margin: 25px 0px 0px 15px; /* title offset h -- change to move title horizontally */ 
	background: url(/img/home/campaign_title.gif);

	text-align: left;
	font-family: verdana;
	font-size: 0.95em;
	line-height: 1.65em;
	color: #666; /* #f1f0ec */
	font-weight: bold;
	}


#campaign h3 a {
	display: none;
	}

#campaign img {
	position: absolute;
	top: 239px;
	right: 50%;
	margin-right: -370px;
	width: 200px;
	}
	
/* "Next Image" link */

#nextImage {
	display: block;
	margin: 5px 0px 0px 0px;
	}
	
#nextImage a {
	color: #993f3f;
	border-bottom: 1px solid #a48f8e;
	}
	
#nextImage a:visited {
	color: #993f3f;
	}
	
#nextImage a:hover {
	color: #c00;
	border-bottom-color: #c00;
	}
	

