﻿.SecondaryPageContentSection {
    width: 570px;
    height: 100%;
    vertical-align: top;
    float: left;
}
.SPContent {
	width: 560px;
	height: 400px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}
.SPContentNoNav {
	width: 800px;
	height: 400px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}
.ContactInfoSection {
    font-size: 11pt;
    width: 100%;
    margin-top: 20px;
    margin-right: 10px;
    float: left;
 }
.EmailFormSection {
    width: 420px;
    border-style: solid;
    border-width: 1px;
    border-color: #1e7faa;
    padding: 10px;
    float: left;
}
.ContentBlockBulletSection {
    width: 100%;
	float: left;
}
.ContentBlockBullet {
	background-image: url('http://images.icompassion.org/prod/images/OrangeBullet.jpg');
    width: 6px;
    height: 6px;
    margin-left: 25px;
    margin-top: 6px;
    padding: 0px;
    float: left;
}
.ContentBlockBulletText {
    color: #8cc541;
    font-weight: bold;
    margin-left: 5px;
    float: left;
    cursor: pointer;
}
.ContentBlockBulletText a:link { color: #8cc541; text-decoration: none; }
.ContentBlockBulletText a:active { color: #8cc541; text-decoration: none; }
.ContentBlockBulletText a:hover { color: #686868; text-decoration: none; }
.ContentBlockBulletText a:visited { color: #8cc541; text-decoration: none; }
.ContentBlockBulletText a:visited:hover { color: #686868; text-decoration: none; }
.ButtonSection {
    float: right;
}
.PreviousButton {
	background-image: url('http://images.icompassion.org/prod/images/ButtonPrevious.png');
    width: 72px;
    height: 23px;
    margin-right: 5px;
    padding: 0px;
    float: left;
    cursor: pointer;
    behavior: url("iepngfix.htc")
}
.NextButton {
	background-image: url('http://images.icompassion.org/prod/images/ButtonNext.png');
    width: 72px;
    height: 23px;
    padding: 0px;
    float: left;
    cursor: pointer;
    behavior: url("iepngfix.htc")
}
.JoinOurCommunityButton {
	background-image: url('http://images.icompassion.org/prod/images/HomePageSprite.png');
	background-position: 0 -386px;
	width: 160px;
	height: 30px;
	padding: 0px;
	margin-left: 10px; 
	cursor: pointer;
	float: left;	
    behavior: url("iepngfix.htc")
}
.DonateNowButton {
	background-image: url('http://images.icompassion.org/prod/images/HomePageSprite.png');
	background-position: 0 -306px;
	width: 113px;
	height: 30px;
	padding: 0px;
	cursor: pointer;
	float: left;	
    behavior: url("iepngfix.htc")
}

