/* ralphdezago.com */
/* Matt Ebert - July 1, 2009 */

body {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

p {
	margin: 0;
	padding: 5px;
}

a, a:link {
	color: #0066CC;
	text-decoration: none;
}

a:visited {
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	color: #0066CC;
	text-decoration: underline;
}

/* Splash Page */
#splash {
	background-image:url(../images/splash_blue.gif);
	background-repeat:repeat-x;
	margin: 25px auto 10px auto;
	width: 600px;
	height: 400px;
}

#splash_logo {
	background-image: url(../images/splash_white.gif);
	background-repeat: repeat-x;
	margin: 0 0 0 20px;
	width: 225px;
	height: 120px;
	float: left;
}

#splash_donation {
	margin: 150px 55px 0 55px;
	width: 150px;
	float: left;
	clear: left;
}

#splash_space {
	height: 20px;
}

#splash_body {
	background-image: url(../images/splash_body.gif);
	background-repeat: repeat-x;
	margin: 0 0 0 275px;
	width: 300px;
	height: 355px;
}

#splash_email {
	padding: 20px;
	font-size: 12px;
}

#splash_join {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: italic;
	text-align: center;
	margin: 20px 0 15px 0;
	padding: 0;
}

#splash_footer {
	margin: 0 auto 0 auto;
	width: 600px;
	font-size: 10px;
	text-align: center;
}

/* Home Header */
#container {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 800px;
}

#header_red {
	background-image: url(../images/header_red.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 100px;
}

#header_white {
	margin: 0 0 0 20px;
	padding: 0;
	background-image: url(../images/splash_white.gif);
	background-repeat: repeat-x;
	width: 225px;
	height: 120px;
	float: left;
	position: relative;
	z-index: 1;
}

#header_donation {
	margin: 65px 0 0 35px;
	width: 150px;
	float: left;
	clear: left;
}
#header_donation_text {
	color: #CC0000;
	font-size: 15px;
	text-align: center;
	margin: 0;
	padding: 40px 15px 0 15px;
}

#header_blue {
	background-image: url(../images/header_blue_field.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 250px;
	margin: 5px 0 0 0;
	position: relative;
	z-index: 0;
}

#banner_blue {
	background-image: url(../images/banner_blue.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 100px;
	margin: 5px 0 0 0;
	position: relative;
	z-index: 0;
}

#header_content {
	width: 555px;
/*	height: 250px; */
	margin: 0 0 0 245px;
	padding: 0;
	position: relative;
}

#header_content_photo {
	float: right;
	margin: 0 !important!;
	margin: -15px 0 0 0;
	padding: 0;
}

#header_content_tag {
	padding: 50px 0 0 0;
	margin: 0 0 0 65px;
}

#header_photos {
	margin: 0;
	padding: 10px 20px 0 20px !important!; /*IE*/
	padding: 50px 20px 0 20px; /*Firefox*/
	clear: both;
}

#header_thumb {
	margin: 20px 0 20px 0;
	padding: 0;
	text-align: center;
	clear: both;
}

#left_white {
	margin: 25px 0 0 20px !important!; /*IE*/
	margin: 10px 0 0 20px; /*Firefox*/
	padding: 0;
	background-image: url(../images/header_white_left.gif);
	background-repeat: repeat-x;
	width: 225px;
/*	height: 500px; */
	float: left;
	position: relative;
	z-index: 1;
	clear: left;
}

#home_content {
	background-image: url(../images/header_white_left_shadow.gif);
	background-repeat: repeat-y;
	width: 555px;
	height: 275px;
	margin: 0 0 0 245px !important!; /*IE*/
	margin: 0 0 0 245px; /*Firefox*/
	padding: 0;
}

#home_footer {
	border-top: 1px solid #999999;
	width: 800px;
	height: 75px;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	position: relative;
	z-index: 1;
	clear: both;
	font-size: 10px;
	text-align: center;
}

#photo_gallery {
	text-align: center;
}

#navigation {
	margin: 0 0 0 245px;
	padding: 0;
	height: 90px;
	font: 14px Verdana, sans-serif;
	font-weight: bold;
	width: 555px;
	border-bottom: 10px solid #990000;
	list-style-type: none;
	position: relative;
	z-index: 5;
}

#navlist li
{
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	display: block;
	border-right: 1px solid #990000;
}

#navlist li a, #navlist li a:link
{
	color: #ffffff;
	text-decoration: none;
	padding: 37px 10px 36px 10px;
	display: block;
}

#navlist li a:hover
{
	color: #ffffff;
	border-bottom: 10px solid #cc0000;
	cursor: pointer;
	background: #990000;
}

.footer_right {
	text-align: right;
	font-size: 12px;
}

#home_shadow {
	background-image: url(../images/header_white_left_shadow.gif);
	background-repeat: repeat-y;
	width: 555px;
	height: 100%;
	margin: 0 0 0 245px !important!; /*IE*/
	margin: -10px 0 0 245px; /*Firefox*/
	padding: 0;
}

#page_content {
	margin: 10px;
	position: relative;
	z-index: 0;
}

#home_news {
	margin: 0;
	padding: 10px;
}

#news {
	margin: 0;
	padding: 5px;
	font-weight: bold;
	color: #CC0000;
}

#news_more {
	text-align: right;
}