body {
	margin: 0 auto;
	font-family: georgia, Arial, sans-serif;
	font-size: 12px;
	background: #666666;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.clear {
	clear: both;
}

#container {
	width: 780px;
	margin: 0 auto;
	background: #ffffff;
}

#logo {
	width: 300px;
	height: 130px;
	float: left;
	background: url(logo.jpg) no-repeat center;
}

#logo h1 a {
	display: block;
	text-indent: -5000em;
	outline: none;
	width: 300px;
	height: 130px;
}

#top-menu {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
}

#top-menu a {
	color: #CB0101;
	text-decoration: none;
}

#top-menu a:hover {
	text-decoration: underline;
}

#header-img {
	width: 780px;
	height: 287px;
}

#header-img a {
	display: block;
	width: 335px;
	height: 287px;
	float: right;
}

#header-img a span {
	display: none;
}

#main {
	padding-bottom: 30px;
	position: relative;
	color: #3d3334;
}

#main a {
	color: #CB0101;
}

#main a:hover {
	text-decoration: none;
}

#navigation {
	background: url(nav_bg.jpg) repeat-x;
	height: 40px;
}

#left-column {
	float: left;
	width: 458px;
	padding-left: 45px;
}

#left-columninternal {
	float: left;
	width: 490px;
	padding-left: 45px;
}

#left-columnblank {
	float: left;
	width: 600px;
	padding-left: 60px;
}

#block1,
#block2,
#block3 {
	padding-bottom: 25px;
}

#block1 img,
#block2 img,
#block3 img {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}

#block1 h3,
#block2 h3,
#block3 h3 {
	color: #CB0101;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

#gallery1,
#gallery2,
#gallery3,
#gallery4,
#gallery5 {
	padding-top: 30px;
	/*position: relative;*/
}


#image-caption1,
#image-caption2,
#image-caption3,
#image-caption4,
#image-caption5 {
	float: left;
	width: 151px;
	display: none;
}

#image-caption1 img,
#image-caption2 img,
#image-caption3 img,
#image-caption4 img,
#image-caption5 img {
	padding-right: 10px;
	padding-bottom: 10px;
}


#text1,
#text2,
#text3,
#text4,
#text5 {
	/*float: right;*/
}

#text1 h3,
#text2 h3,
#text3 h3,
#text4 h3,
#text5 h3 {
	color: #CB0101;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
} 

#right-column {
	float: right;
	width: 200px;
	padding-right: 45px;
}

#right-column h3 {
	color: #CB0101;
	font-size: 14px;
	font-weight: bold;
	padding-top: 25px;
	padding-bottom: 5px;
	display: none;
}

#right-column h3.first {
	padding-top: 0;
}

#right-columninternal {
	float: right;
	width: 175px;
	padding-right: 45px;
}

#right-columninternal h3 {
	color: #CB0101;
	font-size: 14px;
	font-weight: bold;
	padding-top: 25px;
	padding-bottom: 5px;
	display: none;
}

#right-columninternal h3.first {
	padding-top: 0;
}

#form {
	padding-top: 25px;
}

#left-column h2 {
	font-size: 24px;
	font-family: times New Roman, Arial, sans-serif;
	color: #1b1514;
	padding-bottom: 5px;
	padding-top: 10px;
}


#left-columninternal h2 {
	font-size: 24px;
	font-family: times New Roman, Arial, sans-serif;
	color: #1b1514;
	padding-bottom: 5px;
}


#right-column h2 {
	font-size: 24px;
	font-family: times New Roman, Arial, sans-serif;
	color: #1b1514;
	padding-top: 10px;
	padding-bottom: 3px;	
}

#right-column h2.last {
	font-family: times New Roman, Arial, sans-serif;
	color: #1b1514;
	padding-top: 10px;
	padding-bottom: 3px;	
}

#right-columninternal h2 {
	font-size: 18px;
	font-family: times New Roman, Arial, sans-serif;
	color: #1b1514;
	padding-top: 30px;
	padding-bottom: 15px;	
}

#form {
	padding-bottom: 25px;
}

#form table tr td {
	vertical-align: top;
}

#form table tr td input,
#form table tr td textarea {
	font-family: georgia, Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #9b9090;
}

#footer {
	background: #f0edec;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

#footer a {
	color: #CB0101;
}

#footer a:hover {
	text-decoration: none;
}

/******************* NAVIGATION ******************/

#navigation {
	position: relative;
}

#navigation ul {
	margin: 0;
	_padding-left: 30px;
}

#navigation ul li {
	float: left;
	list-style: none;
	padding-right: 15px;
}

#navigation ul li.about a {
	background: url(about.jpg) no-repeat 15px 0px;
	width: 122px;
	height: 55px;
	display: block;
	outline: none;
	margin-right: 22px;
} 

#navigation ul li.about a:hover {
	background: url(about_over.jpg) no-repeat center;
	width: 122px;
	height: 55px;
	display: block;
}

#navigation ul li.about a span,
#navigation ul li.commitment a span,
#navigation ul li.news a span,
#navigation ul li.giving a span {
	display: none;
}

#navigation ul li.commitment a {
	background: url(commitment.jpg) no-repeat 2px 0px;
	width: 266px;
	height: 55px;
	display: block;
	outline: none;
	margin-right: 13px;
} 

#navigation ul li.commitment a:hover {
	background: url(commitment_over.jpg) no-repeat center;
	width: 266px;
	height: 55px;
	display: block;
}

#navigation ul li.giving a {
	background: url(giving.jpg) no-repeat 13px 0px;
	width: 122px;
	height: 55px;
	display: block;
	outline: none;
} 

#navigation ul li.giving a:hover {
	background: url(giving_over.jpg) no-repeat center;
	width: 122px;
	height: 55px;
	display: block;
}

#navigation ul li.news a {
	background: url(news.jpg) no-repeat 13px 0px;
	width: 122px;
	height: 55px;
	display: block;
	outline: none;
} 

#navigation ul li.news a:hover {
	background: url(news_over.jpg) no-repeat center;
	width: 122px;
	height: 55px;
	display: block;
}

.pink-bar {
	background: #fcc8b0;
	height: 25px;
	color: #674e47;
	text-align: left;
	padding-left: 60px;
	padding-right: 25px;
	padding-top: 30px;
	margin-top: -15px;
	font-size: 12px;
	font-weight: bold;
}

.pink-bar a {
	color: #674e47!important;
	text-decoration: none;
}

.pink-bar a:hover {
	color: #cc0202!important;
}

.pink-bar span {
	padding-right: 12px;
}

#navigation ul li.about-internal a {
	background: url(about_internal.jpg) no-repeat 15px 0px;
	width: 122px;
	height: 55px;
	display: block;
	outline: none;
	margin-right: 22px;
} 

#navigation ul li.about-internal a:hover {
	background: url(about_over_internal.jpg) no-repeat center;
	width: 122px;
	height: 55px;
	display: block;
}

#navigation ul li.about-internal a span,
#navigation ul li.commitment-internal a span,
#navigation ul li.news-internal a span,
#navigation ul li.giving-internal a span {
	display: none;
}

#navigation ul li.commitment-internal a {
	background: url(commitment_internal.jpg) no-repeat 2px 0px;
	width: 266px;
	height: 55px;
	display: block;
	outline: none;
	margin-right: 13px;
} 

#navigation ul li.commitment-internal a:hover {
	background: url(commitment_over_internal.jpg) no-repeat center;
	width: 266px;
	height: 55px;
	display: block;
}

#navigation ul li.giving-internal a {
	background: url(giving_internal.jpg) no-repeat 15px 0px;
	width: 122px;
	height: 55px;
	display: block;
	outline: none;
} 

#navigation ul li.giving-internal a:hover {
	background: url(giving_over_internal.jpg) no-repeat center;
	width: 122px;
	height: 55px;
	display: block;
}

#navigation ul li.news-internal a {
	background: url(news_internal.jpg) no-repeat 13px 0px;
	width: 122px;
	height: 55px;
	display: block;
	outline: none;
} 

#navigation ul li.news-internal a:hover {
	background: url(news_over_internal.jpg) no-repeat center;
	width: 122px;
	height: 55px;
	display: block;
}

#left-column-form {
	width: 720px;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 30px;
}

#left-column-form h2 {
	font-size: 24px;
	font-family: times New Roman, Arial, sans-serif;
	color: #1b1514;
	padding-bottom: 5px;
}

