
	


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

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

#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: 60px; /* title offset v -- change to move title vertically */
	left: -25px; /* 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(/img/home/main/mcgraw-hall-autumn.jpg);  
	
	 /* main image -- change to define campaign image */

	}
	
#mainnav {

	 background-image: url(/img/home/main/mcgraw-hall-autumn.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 -25px; /* 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 -25px; /* 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#tagline span {
display: none;
}


#campaign h3 a {
display: block;
width: 199px;
height: 41px;
border-bottom: none;
}


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

 
	
 #nextImage {
	display: block;
	margin: 6px 0px 0px 0px;
	}
	
#nextImage a {
	color: #993f3f;
    color: #fff;
	border-bottom: none;
    text-decoration: underline;
	}

#nextImage a:hover {
	color: #ff0000;
	border-bottom-color: #ff0000;
	}


/* TREATMENT FOR READ MORE LINK */
    
#campaignsection p.caption a.campaign_link {
    color: #fff;
    border: none;
    text-decoration: underline;
    padding: 2px 0 2px 10px;
    margin-left: 10px;
    border-left: 2px solid #ccc;
    }
    
#campaignsection p.caption a.campaign_link:hover { 
	color: #ff0000;
    }   