/* CSS Document */
body * {
	margin:0;
	padding:0;
}

body {
	background-color:#8659AC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	margin: 25px 0 0 0;
}

h1 {
	width: 231px;
	height: 71px;
	margin: 20px 25px 0 60px;
}

*html h1 {
	margin: 20px 25px 0 30px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-style:italic;
	color: #6b207f;
	margin: 10px 0 10px 20px;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style:italic;
	color: #000;
	font-weight:normal;
	margin: 10px 0 10px 20px;
}

h4 {
	
	font-size: 1em;
	color: #6b207f;
	margin: 10px 0 10px 20px;
}

p {
	margin: 0 0 10px 0;
	line-height:14px;
}

img {
	border:0;
}

ul {
	margin: 0 0 10px 50px;
}

ul li {
	list-style-image:url(../images/bullet.gif);
	padding: 0 0 0 15px;
}

ol {
	margin: 0 0 10px 55px;
}

ol li {
	padding: 0 0 0 10px;
}

hr {
	border-top: 1px solid #DBF5FF;
	margin: 10px 10px 10px 0;
}

a:link, a:visited {
	color:#0c658e;
}

a:hover {
	color:#4AAED2;
}

/*GLOBAL STYLES*/
#globalWrapper {
	width:792px;
	margin-left:auto;
	margin-right:auto;
}

#contentWrapper {
	background-image:url(../images/background-scalloped-edge.gif);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
}

#header {
	width: 792px;
	margin: 0 0 25px 0;
	padding: 10px 0 0 0;
	background-image:url(../images/background-header.gif);
	background-repeat:no-repeat;
	background-position: top right;
	height: 120px;
}

#pageContent {
	float:right;
	background-image:url(../images/background-content.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width: 568px;
	margin: 0 0 10px 0;
}

.left {
	float:left;
}

.right {
	float:right;
}

.caption-left {
	background-color:#8659AC;
	color:white;
	clear:both;
	text-align:center;
	float: left;
	margin: 10px 10px 10px 0;
	font-style:italic;
	padding: 0 0 2px 0;
	width:136px;
}

.caption-left img{
	border:solid 1px #8659AC;
}

*html .caption-left img{
	border:solid 1px #8659AC;
	margin: 0 -3px 0 0;
}

.caption-right {
	background-color:#8659AC;
	color:white;
	clear:both;
	text-align:center;
	float: right;
	margin: 0 10px 10px 10px;
	font-style:italic;
	padding: 5px 2px;
	width:210px;
}

.caption-right img{
	border:solid 1px #8659AC;
	margin: 0 -4px 0 0;
}

.partners-logos{
	clear:both;
	text-align:center;
	float: right;
	margin: 0 30px 10px 10px;
	font-style:italic;
	padding: 0;

}

.partners-logos img{
	margin: 0 0 18px 0;
	border:solid #cccccc 1px;
}
*html .caption-right img{
	border:solid 1px #8659AC;
	margin: 0 -3px 0 0;
}

#footer {
	margin: 10px 0 100px 0;
	text-align:center;
}

#footer ul {
	color:#FFFFFF;
	margin: 0 0 10px 0;
}

#footer ul li {
	display:inline;
	border-right: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding: 0 8px 0 8px;
}

#footer ul li.sitemap {
	border:none;
	padding: 0;
	padding: 0 0 0 7px;
}

#footer p {
	color:#FFFFFF;
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/*PRIMARY NAV*/
#navPrimary {
	float:left;
	width: 168px;
	margin: 0 20px 0 32px;
}

*html #navPrimary {
	margin: 0 20px 0 15px;
}

#navPrimary ul {
	text-align:right;
	margin: 25px 0 25px 0;
}

#navPrimary ul li {
	padding: 0 0 5px 0;
	list-style-image:none;
	list-style-type:none;
}

#navPrimary ul li a {
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #0882ba;
	font-size:17px;	
}

#navPrimary ul li a:hover {
	color:#4AAED2;
}

/*PERSISTANT NAV*/

#persistantNav{
	width: 790px;
	margin: 0 0 5px 0;
	text-align:right;
}

#persistantNav ul{
	color:#FFFFFF;
}

#persistantNav ul li{
	display:inline;
	border-right: 1px solid #FFF;
	padding: 0 8px 0 8px;
}

#persistantNav ul li.donation {
	border:none;
	padding: 0;
	padding: 0 15px 0 8px;
}

#persistantNav a {
	color:#FFFFFF;
	text-decoration:none;
}

#persistantNav a:hover {
	text-decoration:underline;
}


/*HOMEPAGE STYLES*/
.illustration-faith {
	float:right;
	margin-right: -57px;
	position:relative;
}

h3.share {
	background-image:url(../images/button-share.gif);
	background-repeat:no-repeat;
	height: 77px;
	width: 278px;
	overflow: hidden;
	text-indent:-100em;
	margin:0;

	float:left;
}

h3.partners {
	background-image:url(../images/button-partners.gif);
	background-repeat:no-repeat;
	height: 77px;
	width: 254px;
	overflow: hidden;
	text-indent:-100em;
	margin:0px;
}

h3.donate a{
	background-image:url(../images/button-donation.gif);
	background-repeat:no-repeat;
	height: 63px;
	width: 155px;
	overflow: hidden;
	text-indent:-100em;
	margin-right:-15px;
	float:right;
	position:relative;
}

#left {
	float:left;
	width: 240px;
	padding: 0 20px 0 20px;
	/*border-right: 1px solid #b098c4;*/
}

#right {
	float:right;
	width: 240px;
	padding: 0 25px 0 20px;
}

#bottom {
	clear:both;
	margin: 0 0 0 240px;
	background-image:url(../images/corner-bottom-right.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	height: 120px;
}

#news {
	float:left;
	width: 205px;
	border:solid 1px #B296C1;
	margin: 0 15px 10px 22px;
	padding: 10px;
}
#news h3{
	margin:0 0 5px 0;
	padding: 0;
}

#buttons {
	float:left;
	cursor:hand;
}

#news a {
	color:#0c658e;
	text-decoration:underline;
}

/*SECONDARY PAGE STYLES*/
#secondaryPageContent {
	float:right;
	background-image:url(../images/background-content.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width: 548px;
	padding: 0 10px 0 10px;
}

#secondaryPageContent p {
	margin: 10px 20px 10px 20px;
}

#secondaryBottom {
	clear:both;
	background-image:url(../images/corner-bottom-right.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	height: 25px;
}

#navSecondary {
	float:right;
	margin: 0 15px 0 0;
}

#navSecondary ul {
	background-color:#4AAEd2;
	margin: 0 0 0 10px;
	list-style-type:none;
	padding: 15px 0 25px 10px;
	width: 180px;
	font-size:1.1em;
}

#navSecondary ul li {
	padding: 0 0 5px 0;
}

#navSecondary a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	padding: 0 0 0 20px;
}

#navSecondary a:hover {
	color:#fdf9bc;
	/*background-image:url(../images/bullet-heart.gif);*/
	background-repeat:no-repeat;
	background-position:center left;
}

#navSecondary .current a{
	color:#fdf9bc;
	background-image:url(../images/bullet-heart.gif);
	background-repeat:no-repeat;
	background-position:center left;
}
/*STARE A STORY STYLES*/

.row{

	margin: 10px 0;
	text-align:right;


}
.formLabel{

	font-weight:bold;
	display:block;
	float:left;
	width: 55px;
	margin: 0 10px 0 20px;
	text-align:right;

}
.formField{

	margin: 0;
	text-align:left;

}
.formSubmit{
	width:70px;
	
}
fieldset{

	border:0;
	width:550px;
}

input{

	width:200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
textarea{

	width:400px;
	height:200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}

#secondaryPageContent #sitemap ul{

	margin: 0 0 10px 0px; 

	padding: 0;

}



#secondaryPageContent #sitemap ul li {

	margin: 0 0 10px 35px;

	font-weight:bold;

	font-size:1em;

}
