.leftMost {
	float: left;
	width: 14.75em;
	padding: 0 0 1em 1.05em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
}
.rightMost {
	float: right;
	width: 15.9em;
	padding: 0;
	clear: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
}
.central {
	margin: 0 16.8em 0 16.85em;
	clear: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-left-color: #ccc;
}

h5 {
	margin: 0.75em 0 -0.5em 0.4em;
}
/*.leftMost, .rightMost, .central {
	padding-bottom: 227px;
	margin-bottom: -227px;
}*/
.central, .leftMost, .rightMost {
	padding-bottom: 555px;
	margin-bottom: -552px;
}
#getInvolvedImg {
	/*margin-right: 1.2em;*/
	margin-right: 1.1em;
	margin-left: 0.95em;
}
#getInspiredImg {
	margin-left: 1.1em;
}
#getInformedImg {
	/*no adjustments yet!*/
	margin-left: 1.05em;
}

#homePageMidPortion {
	clear: both;
}
img.leftMost, img.central, img.rightMost {
	margin: 0;
	padding-bottom: 0;
	width: auto;
}
/**********safari only hack -- not future-proof************/
body:first-of-type .central {
	margin: 0 16.9em;
}
body:first-of-type #getInformedImg {
	margin-left: 1.09em;
}
/**/body:first-of-type #roundFoot {margin-top: -3.5em;}

body:first-of-type .central {padding-bottom: 5em; margin-bottom: -5em;}

body:first-of-type .leftMost {padding-bottom: 5em; margin-bottom: -5em;}

body:first-of-type .rightMost {padding-bottom: 5em; margin-bottom: -5em;}

/**********end hack****************************************/
#homepageLowerPortion {
	/*background-image: url(layout/images/homePageBackground.png);*/
	/*padding-bottom: 13em;
	padding-bottom: 4em;*/
	background-image: url(layout/images/homepagelowerportion.png);
	background-repeat: no-repeat;
	background-position: center -1em;
	overflow: hidden;/**/
	/*border-top: 1px #690 solid;*/
}
#homepageLowerPortion h3 {
	color: #fff;
	background-color: #690;
	font-weight: bolder;
	font-size: 1.25em;
	padding: 0.5em 0.2em 0.2em 0.5em;
	margin: 0;
	text-transform: uppercase;
}
#homepageLowerPortion h4 {
	color: #666;
	background-color: #efefef;
	font: bolder 1.15em Geneva, Arial, Helvetica, sans-serif;
	padding: 0.2em 0.5em;
	border: 1px solid #ccc;
	border-right: none;
	border-left: none;
	margin: 0px;
}
#homepageLowerPortion p {
	font-size: 0.8em;
	font-weight: bold;
	color: #666;
	padding-right: 1.5em;
	padding-left: 0.5em;
	padding-top: 0px;
}
#homepageLowerPortion p a {
	color: #693;
	font-weight: bold;
	text-decoration: none;
}
#homepageLowerPortion p a:hover {
	color: #73cfec;
	text-decoration: underline;
}

#roundFoot {
	background: url(layout/images/homepagebottomS.png) no-repeat 0 bottom; /*this overrides the normal foot thing - the .png is big*/
}
.padded {padding-bottom: 3em;}

/**********These are the styles for the rss feed thing************/
.titlefield { /*CSS for RSS title link in general*/
	text-decoration: none;
	color: #669933;
}
.labelfield { /*CSS for label field in general*/
	color:brown;
	font-size: 80%;
}
.datefield { /*CSS for date field in general*/
	color:gray;
	font-size: 80%;
}
#ticker, #ticker2 {
	/*height: 15em;
	margin-bottom: 3em;*/ 
}

/****************these are converted inline styles -- some could probably be combined*********************/

#content #homepageLowerPortion .rightMost h3 {
	margin-right: 0.9em;
}
#content #homepageLowerPortion .rightMost h4 {
	margin-right: 1em;
}

#homepageLowerPortion .leftMost h4, #homepageLowerPortion .leftMost img, #footer {
	margin-left: 1px;
}


/******************these are styles just for a single campaign******************************/

#obarry {
	width: 222px; 
	padding: 0.3em; 
	border: 1px #eaeaea solid;
}

#obarry a {
	display: block; 
	text-decoration: none; 
	color: #333;
}

#obarry a:hover {
	display: block; 
	text-decoration: none; 
	color: #fff;
	background-color: #69f;
}

#obarry img {
	float: left; 
	padding: 0.3em;
	border: none;
}

#obarry strong {
	
}