@charset "utf-8";

/**************************************************************
GENERAL STYLES
**************************************************************/

body {
	background: url(../images/bg.jpg) no-repeat top center;
	padding: 0;
	margin: 0;
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #7f7f7f;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, form {
	padding: 0;
	margin: 0 0 12px 0;
}
strong {
	color: #cda237;
	font-size: 14px;
}
a {
  color: #1b7ad4;
  border-bottom: 1px dotted #1b7ad4;
  text-decoration: none;
}

a:hover, a:active {
  color: #aa7800;
   border-bottom: 1px dotted #aa7800;
}


/**************************************************************
WRAPPER
**************************************************************/

#wrapper {
	background: url(../images/wrapper_bg.jpg) no-repeat top center;
	width: 706px;
	height: 396px;
	margin: 0 auto;
	padding: 0 40px;
}


/**************************************************************
COMMON
**************************************************************/

.title {
	color: #91b2d1;
	font-size: 20px;
	background: url(../images/dotted_blue.gif) repeat-x bottom left;
	padding: 0 0 6px 0;
	clear: both;
	text-transform: uppercase;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.content_box {
	width: 100%;
}


/**************************************************************
CONTENT
**************************************************************/

#about, #donation_options, #donate {
	float: left;
	clear: both;
	margin: 0 0 30px 0;
}
#logo {
	padding: 10px 0;
}
#logo a {
	display: block;
	width: 200px;
	height: 111px;
	text-indent: -9000px;
	background:url(../images/logo.gif) no-repeat;
	margin: 0 auto;
	border: none;
}
#video_wrapper {
	border: 4px solid #eaebe9;
	width: 320px;
	float: left;
	overflow: hidden;
	height: 280px;
	margin: 4px 0 0 0;
}
#about_content {
	width: 358px;
	padding: 0 0 5px 20px;
	float: left;
}
#about_content strong {
  display: block;
  margin: 0 0 8px 0;
  text-transform: capitalize;	
}
#donation_options ul {
	margin: 0 0 0 20px;
	list-style: none;
}
#donation_options ul ul {
	margin: 5px 0 0 90px;
	list-style: none;
}
#donation_options ul li.option_item {
	margin: 0 0 14px 0;
}
#donation_options ul strong {
	color: #cda237;
	font-size: 14px;
	text-transform: uppercase;
	width: 50px;
	margin: 0 15px 0 0;
	float: left;
	display: block;
	text-align: right;
}

/* EMAIL FORM */
#email_form {
  background:url(../images/form_bg.gif) no-repeat;
	width: 705px;
	height: 59px;
	margin: 0 auto;
	position: relative;
}

#email_form br, #email_form label {
  display: none;
}

#email_form p {
  display: inline;
}

#email_form .textfield {
  position: absolute;
	top: 14px;
	width: 120px;
	height: 23px;
	padding: 7px 10px 0 10px;
	border: none;
	background: none;
}

#email_form #name {
	left: 103px;
}

#email_form #l162697-162697 {
	left: 376px;
}

#email_form #submit_btn {
  position: absolute;
  top: 0;
	left: 532px;
}