/* Move to Wellington stylesheet  - Landing page */



/* single image in content - floated to right */ 
img.fillerImageright {
	float: right;
	margin-right: -5px;
	margin-left: 10px;
}


/* vertical images */
.vertimages, .vertimagesright {
  width: 240px;
  max-width: 240px;
}

.vertimages {
	float: left;
	margin-left: -15px;
}


.vertimagesright {
	float: right;
	margin-right: -15px;
}

.vertimages img, .vertimagesright img {
	margin: 0;
	padding: 0;
	border: 0;
}

/* 
-------------------------
HOMEPAGE SPECIFIC
-------------------------
*/
#landingPageBanner {
padding: 0;
margin: -1px 0 0 0;
width: 579px;
height: 245px;
}

#photoFlip {
border: 0;

}

#homepage {
	margin: -200px 0 0 0;
	padding: 0;

}

/*#homePage .contentCell p {
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	color: #4F6266;
	font-weight: bold;
	line-height: 1.3em;
}*/
	
#homePage .vertimages {
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
}

#homePage object {
  float: left;  
}

#homePage div#bottom-main {
	margin-top: -40px;
}
