body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style:inherit;
	font-weight:inherit;
}
del, ins {
	text-decoration:none;
}
li {
	list-style:none;
}
blockquote {
	padding: 0px 30px 0px 30px;
}

caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
b, strong {
	font-weight:bold;
}
i, em {
	font-style:italic;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:baseline;
}
sub {
	vertical-align:baseline;
}
legend {
	color:#000;
}
input, button, textarea, select, optgroup, option {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
}
input, button, textarea, select {
*font-size:100%;
}
.clear {
	clear:both;
	font-size:0px;
	height:0px;
	line-height:0px;
}
a {
	text-decoration:none;
	outline:none;
	color:#4b93ce;
}
a:hover {
	color:#cc00cc;
}

p {
	padding-bottom:10px;
}

h1 {
	font-size:24px;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	color:#4b93ce;
	padding-bottom:15px;
	line-height:28px;
}

h2 {
	font-size:18px;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	color:#4b93ce;
	padding-bottom:5px;
	padding-top:5px;
}

h3 {
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#4b93ce;
	padding-top:5px;
}

td {
	padding:5px;
}
/* Layout */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	background:url(../images/bg.jpg) repeat-x top;
	margin:0px;
	padding:0px;
	line-height:20px;
}
.contentContainer {
	width:858px;
	margin:0px auto;
	background:url(../images/content-bg.png) repeat-y center;
}
.wrap {
	width:840px;
	margin:0px auto;
}
/* ========== Header ============= */
.headerContainer {
	height:230px;
	background:url(../images/header-bg.gif) no-repeat top center;
}
.headerThumb {
	float:left;
}
.headerRight {
	width:440px;
	float:right;
	text-align:right;
}
.logo {
	margin-top:30px;
	display:block;
	width:257px;
	height:96px;
	float:right;
}
a.donation {
	width:211px;
	height:80px;
	background:url(../images/donation-button.png) no-repeat top left;
	display:block;
	float:right;
}
a:hover.donation {
	background-image:url(../images/donation-button-hover.png);
}
.lastNav {
	border:0px !important;
}
/* ================= Content Container ====================*/
.contentsContainer {
	border-bottom:7px #50A4D8 solid;
	margin-top:20px;
}
.leftNAvigation {
	width:225px;
	float:left;
}
.leftNAvigation ul {
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	color:#4b93ce;
	line-height:16px;
	padding-left:40px;
	margin-bottom:15px;
}

.leftNAvigation li {
	padding-bottom:10px;
}
a.getInvolved {
	width:197px;
	height:148px;
	display:block;
	background:url(../images/get-involved.jpg) no-repeat top left;
	margin-left:15px;
}
a:hover.getInvolved {
	background-position:bottom left;
}
.wideColumn {
	width:575px;
	padding-left:30px;
	padding-bottom:55px;
	float:left;
	border-left:1px solid #cc00cc;
}

#callouts {
	background:url(../images/bg-callout.png) no-repeat top center;
	width:575px;
	height:228px;
	padding:0;
	margin:50px 0px 20px 0px;
}

#callout1 {
	display: inline;
	width:160px;
	padding:0;
	margin:45px 0px 0px 17px;
	float:left;
	text-align:center;
	
}

#callout2 {
	width:160px;
	padding:0;
	margin:45px 0px 0px 31px;
	float:left;
	text-align:center;
	
}

#callout3 {
	width:160px;
	padding:0;
	margin:45px 0px 0px 31px;
	float:left;
	text-align:center;
	
}

.wideColumn li {
	list-style:url(../images/bullet.gif);
	padding-left:5px;
	margin-left:20px;
	padding-bottom:5px;

}

.italicBold {
	font-style:italic;
	font-weight:bold;
}
.copyright {
	height:24px;
	float:right;
	width:auto;
	background:url(../images/copy-right-bg.gif) repeat-x bottom;
	color:#fff;
}
.copyright span {
	height:24px;
	background:url(../images/copy-right-corner.gif) no-repeat bottom left;
	padding-left:68px;
	display:block;
	line-height:28px;
	padding-right:12px;
}
#footer {
	background:url(../images/footer-shadow.png) repeat-x top;
	text-align:center;
	padding:12px 5px 0px 5px;
	color:#4b93ce;
}
