#container
{
	margin:0 auto;
	padding: 20px 0 0 0;
	width:924px;
}

#container2
{
	margin:0 auto;
	width:700px;
}
#container3
{
	margin:0 auto;
	width:960px;
}
#container4
{
	margin:0 auto;
	width:924px;
}
#container5
{
	margin:0 auto;
	width:970px;
}
#black {
	background-color: black;
}

/*******footer**********/

#facebook_footer {
	display: block;
	background-image: url(../images/f2.png);
	width: 34px;
	height: 34px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	}
#facebook_footer:hover {
	background-position: 0 -34px;
	}
#facebook_footer span {
	display: none;
	}

#twitter_footer {
	display: block;
	background-image: url(../images/t2.png);
	width: 34px;
	height: 34px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	}
#twitter_footer:hover {
	background-position: 0 -34px;
	}
#twitter_footer span {
	display: none;
	}
	
#mail_footer {
	display: block;
	background-image: url(../images/mail2.png);
	width: 34px;
	height: 34px;
	float: left;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	}
#mail_footer:hover {
	background-position: 0 -34px;
	}
#mail_footer span {
	display: none;
	}

/*******rounded corners containers**********/
.top_left
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-position: 0px 0px;
}
.top_right
{
	position: absolute;
	top: 0px;
	right: 0px;
	background-position: 5px 0px;
}
.bottom_left
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-position: 0px 5px;
}
.bottom_right
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-position: 5px 5px;
}
.top_left,
.top_right,
.bottom_left,
.bottom_right
{
	height: 5px;
	width: 5px;
	background-color: transparent;
	overflow: hidden;
}
div.white_on_black
{
	position: relative;
	text-align: left;
	background-color: #ffffff;
	padding:10px 0 10px 0;
	font-size: 10pt;
	line-height: 15pt;
	color:#333;
}
div.white_on_black .top_left,
div.white_on_black .top_right,
div.white_on_black .bottom_left,
div.white_on_black .bottom_right { background-image:url(images/white_corners_on_black.jpg); }
div.gray_on_black
{
	position: relative;
	text-align: left;
	background-color: #1d1d1d;
	padding:10px 0 10px 0;
	font-size: 10pt;
	line-height: 15pt;
	color:#ccc;
}
div.gray_on_black .top_left,
div.gray_on_black .top_right,
div.gray_on_black .bottom_left,
div.gray_on_black .bottom_right { background-image:url(images/gray_corners_on_black.jpg); }
div.light_gray_on_black
{
	position: relative;
	text-align: left;
	background-color: #333333;
	padding:10px 0 0px 0;
}
div.light_gray_on_black .top_left,
div.light_gray_on_black .top_right,
div.light_gray_on_black .bottom_left,
div.light_gray_on_black .bottom_right { background-image: url(images/light_corners_on_black.jpg); }
div.gray_on_gray
{
	position: relative;
	text-align: left;
	background-color: #404040;
	margin:20px;
	padding:10px;
	color: #ffffff;
	font-size: 9pt;
	line-height: 13pt;
}
div.gray_on_gray .top_left,
div.gray_on_gray .top_right,
div.gray_on_gray .bottom_left,
div.gray_on_gray .bottom_right { background-image: url(images/gray_corners_on_gray.jpg); }
div.white_on_gray
{
	position: relative;
	text-align: left;
	background-color: #ffffff;
	padding:10px 0 10px 0;
	color: #333333;
	font-size: 9pt;
	line-height: 13pt;
}
div.white_on_gray .top_left,
div.white_on_gray .top_right,
div.white_on_gray .bottom_left,
div.white_on_gray .bottom_right { background-image: url(images/white_corners_on_gray.jpg); }


/*******rounded corners containers - new larger corners **********/

.new_top_left
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-position: 0px 0px;
}
.new_top_right
{
	position: absolute;
	top: 0px;
	right: 0px;
	background-position: 8px 0px;
}
.new_bottom_left
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-position: 0px 8px;
}
.new_bottom_right
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-position: 8px 8px;
}
.new_top_left,
.new_top_right,
.new_bottom_left,
.new_bottom_right
{
	height: 8px;
	width: 8px;
	background-color: transparent;
	overflow: hidden;
}
div.new_gray_on_black
{
	position: relative;
	text-align: left;
	background-color: #272727;
	padding:15px;
	font-size: 10pt;
	line-height: 15pt;
	color:#ccc;
}
div.new_gray_on_black .new_top_left,
div.new_gray_on_black .new_top_right,
div.new_gray_on_black .new_bottom_left,
div.new_gray_on_black .new_bottom_right { background-image:url(images/new_gray_on_black.jpg); }
div.new_white_on_black
{
	position: relative;
	text-align: left;
	background-color: #ffffff;
	padding:15px;
	font-size: 10pt;
	line-height: 17pt;
	color:#303030;
}
.new_white_on_black_970 {
	text-align: left;
	padding: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: white;
}
div.new_white_on_black .new_top_left,
div.new_white_on_black .new_top_right,
div.new_white_on_black .new_bottom_left,
div.new_white_on_black .new_bottom_right { background-image:url(images/new_white_on_black.jpg); }
div.new_gray_on_white
{
	position: relative;
	text-align: left;
	background-color: #e5e5e5;
	padding:15px;
	font-size: 10pt;
	line-height: 15pt;
}
div.new_gray_on_white .new_top_left,
div.new_gray_on_white .new_top_right,
div.new_gray_on_white .new_bottom_left,
div.new_gray_on_white .new_bottom_right { background-image:url(images/new_gray_on_white.jpg); }
div.new_blue_on_white
{
	position: relative;
	text-align: left;
	background-color: #1d72ce;
	padding:15px;
}
div.new_blue_on_white .new_top_left,
div.new_blue_on_white .new_top_right,
div.new_blue_on_white .new_bottom_left,
div.new_blue_on_white .new_bottom_right { background-image:url(images/new_blue_on_white.jpg); }
div.new_dark_gray_on_white
{
	position: relative;
	text-align: left;
	background-color: #272727;
	padding:15px;
}
div.new_dark_gray_on_white .new_top_left,
div.new_dark_gray_on_white .new_top_right,
div.new_dark_gray_on_white .new_bottom_left,
div.new_dark_gray_on_white .new_bottom_right { background-image:url(images/new_dark_gray_on_white.jpg); }
/*******master**********/
.container tr.odd
{
	background: #000000;
	width:auto;
	margin:0;
	padding:0;
	vertical-align:top;
}
.container tr
{
	background: #000000;
	width:auto;
	margin:0;
	padding:0;
	width:auto;
}
.container td
{
	padding:0px;
	width:auto;
	margin:0;
	font-weight:normal;
	width:auto;
	vertical-align:top;
}
.container td.price
{
	color:#FFFFFF;
	font-weight:normal;
	margin:0;
	padding:0;
	vertical-align:top;
	width:auto;
}

/*******map**********/
.input_fields
{
	background: #ffffff;
	color: #3399cc;
	border: 0 none;
	display: inline-block;
	height: 35px;
	padding: 4px 1px 1px 5px;
	width: 258px;
	font-size: 13pt;
}
/*******ethiopia**********/
.ethi
{
	background:#000000;
	width:auto;
	margin:0;
	padding:0;
	vertical-align:middle;
}

/*******match**********/

.match tr.odd
{
	background: #1d1d1d;
	width:auto;
	margin:0;
	padding:0;
	vertical-align:top;
}
.match tr
{
	background: #1d1d1d;
	width:auto;
	margin:0;
	padding:0;
	width:auto;
}
.match td
{
	padding:0px;
	width:auto;
	margin:0;
	font-weight:normal;
	width:auto;
	vertical-align:top;
}
.match td.price
{
	color:#FFFFFF;
	font-weight:normal;
	margin:0;
	padding:0;
	vertical-align:top;
	width:auto;
}
#left
{
	background:#000000;
	float:left;
	width:250px;
	height:50px;
}
#right
{
	background:#000000;
	float:right;
	width:110px;
	height:50px;
}
#footer
{
	clear:both;
	vertical-align:middle;
}
/********about********/

#cell_1
{
	margin:0 5px 1em 0;
	padding:16px;
	float:left;
	width:300px;
	background-color:#1d1d1d;
}
#cell_2
{
	margin:0 14px 1em 14px;
	padding:16px;
	float:left;
	width:300px;
	background-color:#1d1d1d;
}
#cell_3
{
	margin:0 0 1em 5px;
	padding:16px;
	float:left;
	width:300px;
	background-color:#1d1d1d;
}
#h2
{
	clear: both;
	background-color: black;
}
#about_match
{
	margin:5 5 1em 5px;
	padding:8px;
	float:left;
	width:950px;
	background-color:#1d1d1d;
	vertical-align:middle;
}

/**********events*********/

div.box
{
	width:231px;
	height:193px;
	background-repeat:no-repeat;
	position: relative;
	float:left;
}
div.text_box
{
	position: absolute;
	bottom: 15px;
	left:10px;
	text-align:left;
	text-transform:uppercase;
	color:#999;
}
div.text_box a { color: #ffffff; }
div.text_box a:visited { color: #ffffff; }
#left_container { float:left; }
#right_container { float:right; }
.events_text
{
	font-family:georgia;
	text-align:left;
	color:#666666;
	font-style:italic;
	line-height:30px;
}
div.gray_on_gray_button
{
	position: relative;
	text-align: left;
	background-color: #404040;
	padding:10px 10px 10px 10px;
	width:162px;
}
div.gray_on_gray_button a { color: #ffffff; }
div.gray_on_gray_button .top_left,
div.gray_on_gray_button .top_right,
div.gray_on_gray_button .bottom_left,
div.gray_on_gray_button .bottom_right,
div.gray_on_gray .top_left,
div.gray_on_gray .top_right,
div.gray_on_gray .bottom_left,
div.gray_on_gray .bottom_right { background-image: url(../images/gray_corners_on_gray.jpg); }


/********videos*********/

	#videobox
{
	width: 650px;
	float:left;
}
#videoinfo
{
	width: 225px;
	float:right;
	font-family:georgia;
	font-size:13px;
	font-color:#666;
}
#resultsbox
{
	width: 650px;
	float:left;
}
#menubox
{
	width: 218px;
	background-color:#333;
	float:right;
}
#videomenu
{
	width: 200px;
	background-color:#333;
	margin-left:18px;
	font-size:18px;
	line-height:30px;
}
#videomenu a { color:#ffffff; }
#videomenu .current
{
	font-family:arial;
	font-size:12px;
	background-image:url(../media/videos/images/box.jpg);
	background-repeat:no-repeat;
	padding-left:10px;
	margin-top:6px;
}
.thumbbox
{
	width:120px;
	height:145px;
	color:#b4b4b4;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	margin-right:10px;
	margin-bottom:20px;
	float:left;
}
.catimage { float:left; }
.cattitle
{
	float:left;
	margin-top:5px;
	font-family: Georgia;
	font-size: 20px;
	font-style: normal;
	line-height: 26px;
	color: #ffffff;
}


/********charity ball 2009********/


#container_charityball
{
	margin:0 auto;
	width:900px;
	background-color:#000000;
}
div.cbmain
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: lighter;
	font-variant: normal;
	color: #666666;
}
div.cbmain a
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: lighter;
	font-variant: normal;
	color: #666666;
}
div.cbmain a:hover
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: lighter;
	font-variant: normal;
	color: #C00;
}
/**********typekit fonts*********/

.pill_intro
{
	font-family: pill-gothic-300mg-1, pill-gothic-300mg-2;
	font-size: 18px;
	line-height: 22px;
	color:#222222;
}
.pill
{
	font-family: pill-gothic-300mg-1, pill-gothic-300mg-2;
	font-size: 16px;
	line-height: 22px;
	color:#bababa;
}
.pill_gray
{
	font-family: pill-gothic-300mg-1, pill-gothic-300mg-2;
	font-size: 16px;
	line-height: 22px;
	color:#4d4d4d;
}
.tweeter
{
	font-family: pill-gothic-300mg-1, pill-gothic-300mg-2;
	font-size: 18px;
	line-height: 22px;
	color:#302f2f;
}
.pill_head
{
	font-family: pill-gothic-300mg-1, pill-gothic-300mg-2;
	font-size: 24px;
	line-height: 22px;
	color:#e6e6e6;
}
.pill_head_gray
{
	font-family: pill-gothic-300mg-1, pill-gothic-300mg-2, georgia;
	font-size: 24px;
	line-height: 28px;
	color:#302f2f;
}
.pill_head_gray_20
{
	font-family: pill-gothic-300mg-1, pill-gothic-300mg-2;
	font-size: 22px;
	line-height: 28px;
	color:#302f2f;
}
.pill_head_gray a
{
	font-family: pill-gothic-300mg-1, pill-gothic-300mg-2;
	font-size: 24px;
	line-height: 28px;
	color:#2991e2;
}
.tandelle
{
	font-family: tandelle-1, tandelle-2, sans-serif; 
	font-size: 30px;
	line-height: 38px;
	letter-spacing:1px;
	color:#fe0000;
}
.tandelle_big
{
	font-family: tandelle-1, tandelle-2;
	font-size: 40px;
	line-height: 38px;
	letter-spacing:1px;
	color:#fe0000;
}
hr
{
	clear:both;
	margin:20px 0 20px 0;
	border:none;
	width:100%;
	background-color:#383838;
	height:1px;
}
.clear { clear:both; }
.thick hr
{
	height: 5px;
	background-color: #a0a0a0;
}
/**********fonts*********/
#q_cell
{
	margin:0 0 1em 0;
	width:50px;
	padding:0 0 0 0;
	height:60px;
	float:left;
	background-image:url("FAQ/q.jpg");
	background-repeat: no-repeat;
}
#a_cell
{
	margin:0 0 1em 0;
	width:50px;
	padding:0 0 0 0;
	height:60px;
	float:left;
	background-image:url("FAQ/a.jpg");
	background-repeat: no-repeat;
}
#text_cell
{
	margin:0 0 1em 0;
	width:890px;
	padding:0 0 0 0;
	float:right;
	vertical-align:middle;
}
.arial
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
}
.typewriter
{
	font-family: Courier;
	font-size: 14px;
	line-height:23px;
	color: #000000;
}
.body_arial
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	color:#333;
}
.body_arial_2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	color:#333;
}
.body_arial a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	color:#2991e2;
}
.body_arial_gray a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	color:#2991e2;
}
.body_arial_gray
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	color:#aeadad;
}
.header_arial_footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 28pt;
	color:#4f4f4f;
}
.body_arial_footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	line-height: 14pt;
	color:#4f4f4f;
}
.body_arial_footer_white
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	line-height: 14pt;
	color:#ffffff;
}

.body_arial_footer a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	line-height: 14pt;
	color:#4f4f4f;
}
.body_arial_tight
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 11pt;
	color:#333;
}
.body_all
{
	font-family: Georgia;
	font-size: 13px;
	font-style: normal;
	line-height: 24px;
	font-weight: lighter;
	font-variant: normal;
	color: #ffffff;
}
.body_all_small
{
	font-family: Georgia;
	font-size: 11px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #ffffff;
	letter-spacing:0px;
}
.body_all a
{
	font-family: Georgia;
	font-size: 13px;
	font-style: normal;
	line-height: 24px;
	font-weight: lighter;
	font-variant: normal;
	color: #3797e3;
}
.body_all_light_gray
{
	font-family: Georgia;
	font-size: 13px;
	font-style: normal;
	line-height: 24px;
	font-weight: lighter;
	font-variant: normal;
	color: #999;
}
.body_white_small
{
	font-family: Georgia;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: lighter;
	font-variant: normal;
	color: #CCCCCC;
}
.body_all_dark
{
	font-family: Georgia;
	font-size: 13px;
	font-style: normal;
	line-height: 24px;
	font-weight: lighter;
	font-variant: normal;
	color: #606060;
}
.copyright
{
	font-family: Arial;
	font-size: 10px;
	color: #999999;
	text-transform: none;
	line-height: 12px;
}
.body_all_italic_red
{
	font-family: Georgia;
	font-size: 15px;
	font-style: italic;
	line-height: 24px;
	font-weight: lighter;
	font-variant: normal;
	color: #990000;
}
.body_all_black a
{
	font-family: Georgia;
	font-size: 13px;
	font-style: normal;
	line-height: 24px;
	font-weight: lighter;
	font-variant: normal;
	color: #0e70e3;
}
.body_all_black
{
	font-family: Georgia;
	font-size: 13px;
	font-style: normal;
	line-height: 24px;
	font-weight: lighter;
	font-variant: normal;
	color: #000000;
}
.bodysmall
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #888888;
	text-transform: uppercase;
}
.bodysmalldark
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-transform: uppercase;
}
.fieldnotes_body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
}
.fieldnotes_body a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	color: #3797e3;
}
.body_big
{
	font-family: Georgia;
	font-size: 22px;
	font-style: normal;
	line-height: 28px;
	color: #ffffff;
}
.body_big_gray_2
{
	font-family: Georgia;
	font-size: 16px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	font-variant: normal;
	color: #656565;
}
.body_big_gray
{
	font-family: Georgia;
	font-size: 18px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
.body_big_gray_3
{
	font-family: Georgia;
	font-size: 24px;
	font-style: normal;
	line-height: 32px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
.body_medium_gray
{
	font-family: Georgia;
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
.body_big_blue
{
	font-family: Georgia;
	font-size: 18px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	font-variant: normal;
	color: #0270e3;
}
.body_big_padded
{
	font-family: Georgia;
	font-size: 20px;
	font-style: normal;
	line-height: 50px;
	font-weight: normal;
	color: #cc0000;
	text-align:left;
}
.body_extra_big_padded
{
	font-family: Georgia;
	font-size: 40px;
	line-height: 50px;
	font-weight: normal;
	font-variant: normal;
	color: #cc0000;
}
.body_big_red
{
	font-family: Georgia;
	font-size: 20px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	color: #cc0000;
}
.h1
{
	font-family: Georgia;
	font-size: 22px;
	font-style: normal;
	line-height: 34px;
	color: #cc0000;
	text-align:left;
}
.h1_GRAY
{
	font-family: Georgia;
	font-size: 22px;
	font-style: normal;
	line-height: 30px;
	color: #3e3e3e;
	text-align:left;
}
.h1_GRAY_ITALIC
{
	font-family: Georgia;
	font-size: 22px;
	font-style: italic;
	line-height: 30px;
	color: #3e3e3e;
	text-align:left;
}
.h2
{
	font-family: Georgia;
	font-size: 18px;
	font-style: normal;
	line-height: 28px;
	color: #cc0000;
	text-align:left;
}
.h3 {
	font-family: league-gothic-1,league-gothic-2;
	font-size: 27pt;
	text-transform: uppercase;
	color: #343434;
}
.h3 a{
	color: #0e70e3;
	text-decoration: none;
}
.LARGE_HELV_RED
{
	font-family: "Arial";
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0000;
}
.MEDIUM_HELV_GRAY
{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}
.LARGE_HELV_GRAY
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #888;
}
.BIG_HELV_BLUE
{
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0270e3;
}
.BIG_HELV_BLUE_2
{
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0270e3;
}
.BIG_HELV_ORANGE
{
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #d58d38;
}
.BIG_HELV_GRAY
{
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #818181;
}
.BIG_HELV_BLACK
{
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
.MED_HELV_BLACK
{
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
.HUGE_HELV_BLUE
{
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0270e3;
}
.HUGE_HELV_RED
{
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0000;
}
.HUGE_HELV_DARK_GRAY
{
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3e3e3e;
}
.HUGE_HELV_ORANGE
{
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #d58d38;
}
.HUGE_HELV_GRAY
{
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #818181;
}
.HUGE_HELV_GRAY_PADDED
{
	font-family: Arial;
	font-size: 26px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #818181;
}
.BIG_TEXTBOX
{
	font-family: Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #818181;
	width:200px;
	height:30px;
}
.BIG_ARIAL_GRAY
{
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	line-height: 14px;
	color: #2e2e2e;
}
.EXTRA_LARGE_HELV_RED
{
	font-family: "Helvetica Neue";
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	text-transform: uppercase;
	color: #CC0000;
}
.EXTRA_EXTRA_LARGE_HELV_RED
{
	font-family: "Helvetica Neue";
	font-size: 24px;
	font-style: normal;
	line-height: 48px;
	text-transform: uppercase;
	color: #CC0000;
}
.LARGE_HELV_WHITE
{
	font-family: "Helvetica Neue";
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
.LARGE_HELV_GREY_SPACED
{
	font-family: "Helvetica Neue";
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}
.body_all_black_condensed
{
	font-family: Georgia;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: lighter;
	font-variant: normal;
	color: #000000;
}
.total_raised
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60px;
	color: #ffffff;
	line-height: 70px;
}
.activeTotal { background-color: #333333; }
.body_arial_black
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	color: #000000;
}
.body_big_padded_gray
{
	font-family: Georgia;
	font-size: 20px;
	font-style: normal;
	line-height: 50px;
	font-weight: normal;
	color: #333333;
	text-align:left;
}
.body_huge
{
	font-family: Georgia;
	font-size: 30px;
	font-style: normal;
	line-height: 50px;
	font-weight: normal;
	font-variant: normal;
	color: #7d7d7d;
}
.body_big_padded_white
{
	font-family: Georgia;
	font-size: 20px;
	font-style: normal;
	line-height: 50px;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
}
.body_arial_white
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	color: #ffffff;
}
.body_all_gray_condensed
{
	font-family: Georgia;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: lighter;
	font-variant: normal;
	color: #666666;
}
.arial_all_caps
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	text-transform: uppercase;
	color: #cccccc;
}
/*Black Header styles*/

#header_logo { display: inline-block; }
#beta_logo { margin-top: 22px; }
#charity_header
{
	width: 100%;
	text-align: center;
}
#charity_header #logo_wrap
{
	width: 100%;
	text-align: center;
	background-color: #2e2e2e;
}
#charity_header #logo_wrap div
{
	width: 920px;
	margin: 0px auto;
	text-align: left;
}
#charity_header #nav_wrap
{
	width: 100%;
	text-align: center;
	background-color: #000000;
	height: 32px;
}
#charity_header #nav_wrap_right
{
	float: left;
	height: 32px;
	background-color: #2e2e2e;
	width: 50%;
	position: absolute;
	right: 0px;
}
#charity_header #nav
{
	width: 920px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	height: 32px;
}
#charity_header #nav_left
{
	list-style: none;
	background: #000000 url('../header/gray_black_right.jpg') top right no-repeat;
	display: inline-block;
	width: 785px;
	float: left;
	height: 32px;
}
#charity_header #nav_left li
{
	float: left;
	text-align: center;
	font-size:12px;
	height: 32px;
	color:#CCC;
	line-height: 36px;
	height: 32px;
	padding: 4px 0px 0px 0px;
}
#charity_header #nav_left li a
{
	height: 32px;
	display: inline-block;
	font-size:12px;
	line-height: 36px;
	padding: 1px 12px 0px 17px;
	color:#CCC;
	background: transparent /*url('../images/header/gray_stripe_black.jpg')*/ top right no-repeat;
}
#charity_header #nav_left li a.last
{
	background: transparent;
	height: 32px;
}
#charity_header #nav_left li a.first
{
	padding-left: 0px;
	height: 32px;
}
#charity_header #nav_right
{
	list-style: none;
	display: inline-block;
	float: left;
	width: 134px;
	height: 32px;
}
#charity_header #nav_right li
{
	float: left;
	height: 32px;
}
/*White Header styles*/

#header_logo { display: inline-block; }
#beta_logo { margin-top: 22px; }
#charity_header_white
{
	width: 100%;
	text-align: center;
}
#charity_header_white #logo_wrap
{
	width: 100%;
	text-align: center;
	background-color: #2e2e2e;
}
#charity_header_white #logo_wrap div
{
	width: 920px;
	margin: 0px auto;
	text-align: left;
}
#charity_header_white #nav_wrap
{
	width: 100%;
	text-align: center;
	background-color: #ffffff;
	height: 32px;
}
#charity_header_white #nav_wrap_right
{
	float: left;
	height: 32px;
	background-color: #2e2e2e;
	width: 50%;
	position: absolute;
	right: 0px;
}
#charity_header_white #nav
{
	width: 920px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	height: 32px;
}
#charity_header_white #nav_left
{
	list-style: none;
	background: #ffffff url('../header/gray_white_right.jpg') top right no-repeat;
	display: inline-block;
	width: 785px;
	float: left;
	height: 32px;
}
#charity_header_white #nav_left li
{
	float: left;
	text-align: center;
	font-size:12px;
	height: 32px;
	color:#454545;
	line-height: 36px;
	height: 32px;
	padding: 4px 0px 0px 0px;
}
#charity_header_white #nav_left li a
{
	height: 32px;
	display: inline-block;
	font-size:12px;
	line-height: 36px;
	padding: 1px 12px 0px 17px;
	color:#454545;
	background: transparent /*url('../images/header/gray_stripe_black.jpg')*/ top right no-repeat;
}
#charity_header_white #nav_left li a.last
{
	background: transparent;
	height: 32px;
}
#charity_header_white #nav_left li a.first
{
	padding-left: 0px;
	height: 32px;
}
#charity_header_white #nav_right
{
	list-style: none;
	display: inline-block;
	float: left;
	width: 134px;
	height: 32px;
}
#charity_header_white #nav_right li
{
	float: left;
	height: 32px;
}
/*Transparent Header styles*/

#header_logo { display: inline-block; }
#beta_logo { margin-top: 22px; }
#charity_header_transparent
{
	width: 100%;
	text-align: center;
	overflow: hidden;
}
#charity_header_transparent #logo_wrap
{
	width: 100%;
	text-align: center;
	background-color: #2e2e2e;
}
#charity_header_transparent #logo_wrap div
{
	width: 920px;
	margin: 0px auto;
	text-align: left;
}
#charity_header_transparent #nav_wrap
{
	width: 100%;
	text-align: center;
	height: 32px;
}
#charity_header_transparent #nav_wrap_right
{
	height: 32px;
	background-color: #2E2E2E;
	position: absolute;
	left: 920px;
	width: 100%;
}
#charity_header_transparent #nav
{
	width: 920px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	height: 32px;
}
#charity_header_transparent #nav_left
{
	list-style: none;
	display: inline-block;
	width: 785px;
	float: left;
	height: 32px;
	background-image: url('http://www.charitywater.org/index/tiny_corner.png');
	background-repeat: no-repeat;
	background-position: right top;
}
#charity_header_transparent #nav_left li
{
	float: left;
	text-align: center;
	font-size:12px;
	height: 32px;
	color:white;
	line-height: 36px;
	height: 32px;
	padding: 4px 0px 0px 0px;
}
#charity_header_transparent #nav_left li a
{
	height: 32px;
	display: inline-block;
	font-size:12px;
	line-height: 36px;
	padding: 1px 12px 0px 17px;
	color:white;
	background: transparent url('../images/header/gray_stripe_black.jpg') top right no-repeat;
}
#charity_header_transparent #nav_left li a.last
{
	background: transparent;
	height: 32px;
}
#charity_header_transparent #nav_left li a.first
{
	padding-left: 0px;
	height: 32px;
}
#charity_header_transparent #nav_right
{
	list-style: none;
	display: inline-block;
	float: left;
	width: 134px;
	height: 32px;
}
#charity_header_transparent #nav_right li
{
	float: left;
	height: 32px;
	background-color: #2E2E2E;
}

/*fromthefield subheader styles*/

#fromthefield_header { display: inline-block; }
#fromthefield_header #nav
{
	width: 924px;
	margin: 0px auto;
	text-align: right;
	height: 32px;
}
#fromthefield_header li
{
	float: right;
	font-size:10px;
	position: relative;
}
#fromthefield_header a
{
	display: inline-block;
	font-size:10px;
	line-height:36px;
	padding: 0px 14px 10px 14px;
	color:#ffffff;
	text-transform: uppercase;
}
#fromthefield_header a.first
{
	padding-right: 0px;
	height: 32px;
}
#fromthefield_header a.last { padding: 0px 0px 10px 0px; }
/*subheader styles*/

#subheaderall { width: 924px; }
.image { float: left; }
#subheader
{
	display: inline-block;
	float:right;
}
#subheaderall hr
{
	margin:0px 0 10px 0;
	border:none;
	width:100%;
	background-color:#383838;
	height:1px;
}
#subheader #nav
{
	margin: 0px auto;
	text-align: left;
}
#subheader li
{
	float: right;
	font-size:10px;
	position: relative;
}
#subheader a
{
	display: inline-block;
	font-size:10px;
	line-height:26px;
	padding: 0px 14px 3px 14px;
	color:#FFF;
	text-transform:uppercase;
}
#subheader a:hover { color: #09F; }
#subheader a.first
{
	padding-left: 0px;
	height: 32px;
	float:left;
}
#subheader a.last { padding: 0px 0px 10px 15px; }
#subheader .lasthr { padding: 0px 0px 10px 0; }
#subheader ul li.current a
{
	font-weight: bold;
	text-decoration:underline;
	color: #09F;
}
#subheaderw
{
	display: inline-block;
	float:right;
}
#subheaderw a
{
	display: inline-block;
	font-size:10px;
	line-height:26px;
	padding: 0px 14px 3px 14px;
	color:#333;
	text-transform:uppercase;
}
#subheaderw li
{
	float: right;
	font-size:10px;
	position: relative;
}
#subheaderw ul li.current a
{
	font-weight: bold;
	text-decoration:underline;
	color: #09F;
}
#subheaderw a.last { padding: 0px 0px 10px 15px; }
body
{
	text-align: left;
	font-family: arial;
	font-size:13px;
}
*
{
	padding: 0px;
	margin: 0px;
}
a,
a *
{
	border: 0px none;
	outline: none;
	overflow: hidden;
}
a:visited,
a:link,
a:active { text-decoration: none; }
a:hover { text-decoration: underline; }
.clear { clear: both; }
hr.clear { clear: both; }
.hidden { display: none; }
ul li { list-style: none; }
/*twitter feed*/

*
{
	margin: 0;
	padding: 0;
}
.floatLeft { float: left; }
.floatRight { float: right; }
.clear { clear: both; }
img,
a img { border: none; }
#page-wrap { min-width: 800px; }
#twitter
{
	width: 25%;
	float: left;
}
#twitter img
{
	width: 100px;
	margin: 10px;
}
.tweet
{
	padding: 0px;
	margin: 0px 0 10px 0px;
	width:200px;
	font-family:Georgia;
	font-size:14px;
	line-height:20px;
}
.tweet a
{
	outline: none;
	color:#1d72cd
}
/* September 2010*/

.s_header
{
	background-image:url(../september10/images/gray_header_slice.jpg);
	height: 116px;
	width: 100%;
}
.s_header .wrap
{
	margin:0 auto;
	padding: 0px 0 0 0px;
	width:924px;
	position: relative;
}
.container1
{
	margin:0 auto;
	padding: 0px 0 0 0px;
	width:930px;
	
}
.container2
{
	margin:0 auto;
	padding: 0;
	width:930px;
}
.flag
{
	width: 206px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.flag_top
{
	height:275px;
	background-color: #000;
}
.flag_bottom
{
	background-image:url(../september10/images/flag_spikes.png);
	background-repeat: no-repeat;
	height: 20px;
	
	
}
.photo_bg {
	background-image:url(../september10/images/photo_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	ba
}
.about_us
{
	font-family: "atrament-web-1","atrament-web-2";
	font-size: 14px;
	line-height: 38px;
	letter-spacing:1px;
	color:#f9ce4b;
	background-image: url(../september10/images/jerry_logo.png);
	background-repeat: no-repeat;
	background-position:right;
	padding-right: 35px;
	
	
}
.total_raised{
	border: none;
}
.september_total {
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	border-radius: 8px;
	background-color:#1b1b1b;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 160px;
	letter-spacing:2px;
	margin-top: 50px;
}
.raised_sofar{
	font-size: 16px;
	font-family:Georgia;
	letter-spacing:0px;
	color: #7c7c7c;
}
.birthday_header {
	font-family: "atrament-web-1","atrament-web-2";
	font-size: 60px;
	letter-spacing:1px;
	color: #FFF;
	text-shadow: 1px -1px 1px #2d2d2d;
	line-height:50px;
}
.birthday_header_medium {
	font-family: "atrament-web-1","atrament-web-2";
	font-size: 55px;
	letter-spacing:1px;
	color: #FFF;
	text-shadow: 1px -1px 1px #2d2d2d;
	margin-top: 10px;
}
.index_birthday_header_huge {
	font-family: "atrament-web-1","atrament-web-2";
	font-size: 70px;
	letter-spacing:1px;
	color: #FFF;
	text-shadow: 1px -1px 1px #2d2d2d;
	line-height: 50px;
}
.like {
	font-family: "atrament-web-1","atrament-web-2";
	font-size: 22px;
	letter-spacing:1px;
	color: #FFF;
}
.like2 {
	font-family: "atrament-web-1","atrament-web-2";
	font-size: 26px;
	letter-spacing:1px;
	color: #FFF;
}
.fbook_like {
	background-image:url(../september10/images/fbook_bg.png);
	width: 219px;
	height: 84px;
	background-repeat: no-repeat;
	left: -5px;
	margin-top: 15px;
}
.birthday_mission {
	font-family: Georgia;
	font-size: 13px;
	line-height: 22px;
	color: #FFF;
	text-shadow: 1px -1px 1px #2d2d2d;
	letter-spacing: 0px;
	margin-top:10px;
}
.homepage_black {
	font-family: Georgia;
	font-size: 15px;
	line-height: 18px;
	color: #000;
	text-shadow: 0px 1px 0px #818080;
	letter-spacing: 0px;
}
.container_box_left {
	float:left;
	width: 212px;
	margin-top: 200px;
	position: relative;
}

.supp_videos_thumb {
	float: left;
	height: 85px;
	padding-right: 16px;
	
}
.supp_videos_thumb_last {
	float: left;
	height: 85px;
}

.top_campaigners {
	float: left;
	padding-right: 19px;
	font-family: Georgia;
	color:#FFF;
	line-height: 20px;
	font-size: 13px;
	
}
.top_campaigners_last {
	float: left;
	font-family: Georgia;
	color:#FFF;
	line-height: 20px;
	font-size: 13px;
	
}
.video_player_container {
	margin:0 auto;
	width: 961px;
	height: 450px;
	background-image:url(../september10/images/video_player_bg.png);
	background-repeat:no-repeat;
	margin-top: 20px;
}
.social_network_buttons {
	margin:0 auto;
	background-image:url();
	background-position: 0 -64px;
	height: 270px;
	width: 961px;
}
.big_video {
	width: 669px;
	height: 396px;
	background-image:url(../september10/images/video_bg2.png);
	background-repeat: no-repeat;
	float: right;
	margin-top: 32px;
	margin-right: 35px;
	padding-top: 18px;
	padding-left: 1px;
}

.video_player {
	float: left;
	margin-top: 25px;
	margin-left: 38px;
}
.spiky {
	background-image:url(../september10/images/spike_bg.png);
	width: 100%;
	
	
}
.gray_noise {
	background-image:url(../september10/images/gray_noise.jpg);
	width: 100%;
	height: 100%;
}

.atrament_gray {
	font-family: "atrament-web-1","atrament-web-2";
	font-size: 23px;
	letter-spacing:1px;
	color: #5f5f5f;
	line-height: 27px;
}

.atrament_black_20 {
	font-family: "atrament-web-1","atrament-web-2";
	font-size: 20px;
	color: #000000;
	line-height: 23px;
}

.numbers {
	font-family: "tandelle-1","tandelle-2";
	font-size: 50px;
	letter-spacing:2px;
	color: #fff;
}
.numbers2 {
	font-family: "tandelle-1","tandelle-2";
	font-size: 30px;
	letter-spacing:2px;
	color: #fff;
}
.numbers3 {
	font-family: "atrament-web-1","atrament-web-2";
	font-size: 36px;
	letter-spacing:0px;
	color: #fff;
	text-shadow: 1px -1px 1px #2d2d2d;
}
.numbers4 {
	font-family: "tandelle-1","tandelle-2";
	font-size: 38px;
	letter-spacing:2px;
	color: #fff;
	text-shadow: 1px -1px 1px #2d2d2d;
}

.bayaka_header {
	font-family: "atrament-web-1","atrament-web-2";
	font-size: 40px;
	letter-spacing:1px;
	color: #FFF;
	text-shadow: 1px -1px 1px #2d2d2d;
}
.signup_header {
	font-family: "atrament-web-1","atrament-web-2";
	font-size: 40px;
	letter-spacing:1px;
	color: #414242;
	
}
.button_container_1 {
	width: 290px;
	font-family: "atrament-web-1","atrament-web-2";
	font-size: 34px;
	letter-spacing:1px;
	color: #FFF;
	text-shadow: 1px -1px -1px #000;
	float: left;
	margin-right: 30px;
}
.button_container_2 {
	width: 290px;
	font-family: "atrament-web-1","atrament-web-2";
	font-size: 34px;
	letter-spacing:1px;
	color: #FFF;
	text-shadow: 1px -1px -1px #000;
	float: left;
}
.button_container_3 {
	width: 290px;
	font-family: "atrament-web-1","atrament-web-2";
	font-size: 34px;
	letter-spacing:1px;
	color: #FFF;
	text-shadow: 1px -1px -1px #000;
	float: left;
	margin-left: 30px;
}

.gray-type {
	color: #727272;
	font-family: Georgia;
	font-size: 13px;
	font-style: italic;
}
.gray-type-2 {
	color: #727272;
	font-family: Georgia;
	font-size: 13px;
	font-style: italic;
	line-height: 26px;
	letter-spacing: 0px;
	padding-top: 20px;
	text-shadow: none;
}
#birthday_button {
  display: block;
  width: 268px;
  height: 63px;
  background: url("../september10/images/button_birthday.png") no-repeat 0 0;
}

#birthday_button:hover
{ 
  background-position: 0 -64px;
}

#birthday_button span
{
  display: none;
}

#donate_button {
  display: block;
  width: 268px;
  height: 63px;
  background: url("../september10/images/button_donate.png") no-repeat 0 0;
}

#donate_button:hover
{ 
  background-position: 0 -64px;
}

#donate_button span
{
  display: none;
}

#campaign_button {
  display: block;
  width: 268px;
  height: 63px;
  background: url("../september10/images/button_campaign.png") no-repeat 0 0;
}

#campaign_button:hover
{ 
  background-position: 0 -64px;
}

#campaign_button span
{
  display: none;
}

#hp_button {
  display: block;
  width: 268px;
  height: 63px;
  background: url("../index/launch.png") no-repeat 0 0;
}

#hp_button:hover
{ 
  background-position: 0 -64px;
}

#hp_button span
{
  display: none;
}
#square_1 {
  display: block;
  width: 125px;
  height: 125px;
  background: url("../september10/images/dinner.png") no-repeat 0 0;
}

#square_1:hover
{ 
  background-position: 0 -124px;
}

#square_1 span
{
  display: none;
}


#square_2 {
  display: block;
  width: 125px;
  height: 125px;
  background: url("../september10/images/home.png") no-repeat 0 0;
}

#square_2:hover
{ 
  background-position: 0 -124px;
}

#square_2 span
{
  display: none;
}

#square_3 {
  display: block;
  width: 125px;
  height: 125px;
  background: url("../september10/images/beauty.png") no-repeat 0 0;
}

#square_3:hover
{ 
  background-position: 0 -124px;
}

#square_3 span
{
  display: none;
}

#square_4 {
  display: block;
  width: 125px;
  height: 125px;
  background: url("../september10/images/water.png") no-repeat 0 0;
}

#square_4:hover
{ 
  background-position: 0 -124px;
}

#square_4 span
{
  display: none;
}

/*supporting videos thumbnail buttons*/

/*bayaka*/
.bayaka_video_thumb {
  display: block;
  width: 98px;
  height: 78px;
  background: url("../september10/images/thumb_bayaka.png") no-repeat 0 0;
}

.bayaka_video_thumb:hover
{ 
  background-position: 0 -78px;
}

.bayaka_video_thumb span
{
  display: none;
}

/*jim*/
.jim_video_thumb {
  display: block;
  width: 98px;
  height: 78px;
  background: url("../september10/images/thumb_jim.png") no-repeat 0 0;
}

.jim_video_thumb:hover
{ 
  background-position: 0 -78px;
}

.jim_video_thumb span
{
  display: none;
}

/*digging wells*/
.wells_video_thumb {
  display: block;
  width: 98px;
  height: 78px;
  background: url("../september10/images/thumb_wells.png") no-repeat 0 0;
}

.wells_video_thumb:hover
{ 
  background-position: 0 -78px;
}

.wells_video_thumb span
{
  display: none;
}

/*history*/
.history_video_thumb {
  display: block;
  width: 98px;
  height: 78px;
  background: url("../september10/images/thumb_history.png") no-repeat 0 0;
}

.history_video_thumb:hover
{ 
  background-position: 0 -78px;
}

.history_video_thumb span
{
  display: none;
}

/*health*/
.health_video_thumb {
  display: block;
  width: 98px;
  height: 78px;
  background: url("../september10/images/thumb_health.png") no-repeat 0 0;
}

.health_video_thumb:hover
{ 
  background-position: 0 -78px;
}

.health_video_thumb span
{
  display: none;
}

/*sustainability*/
.sustainability_video_thumb {
  display: block;
  width: 98px;
  height: 78px;
  background: url("../september10/images/thumb_sustainability.png") no-repeat 0 0;
}

.sustainability_video_thumb:hover
{ 
  background-position: 0 -78px;
}

.sustainability_video_thumb span
{
  display: none;
}

/*end supporting videos thumbnail buttons*/
#moale_thumb {
  display: block;
  width: 83px;
  height: 52px;
  background: url("../september10/images/livedrill_thumb_moale.jpg") no-repeat 0 0;
}

#moale_thumb:hover
{ 
  background-position: 0 -52px;
}

#moale_thumb span
{
  display: none;
}
.livedrill_preview_thumb {
  display: block;
  width: 72px;
  height: 51px;
  background: url("../september10/images/thumb_livedrill_preview.png") no-repeat 0 0;
}

.livedrill_preview_thumb:hover
{ 
  background-position: 0 -51px;
}

.livedrill_preview_thumb span
{
  display: none;
}

.livedrill_day1_thumb {
  display: block;
  width: 72px;
  height: 51px;
  background: url("../september10/images/thumb_livedrill_day1.png") no-repeat 0 0;
}

.livedrill_day1_thumb:hover
{ 
  background-position: 0 -51px;
}

.livedrill_day1_thumb span
{
  display: none;
}

.livedrill_day2_thumb {
  display: block;
  width: 72px;
  height: 51px;
  background: url("../september10/images/thumb_livedrill_day2.png") no-repeat 0 0;
}

.livedrill_day2_thumb:hover
{ 
  background-position: 0 -51px;
}

.livedrill_day2_thumb span
{
  display: none;
}

.livedrill_day3_thumb {
  display: block;
  width: 72px;
  height: 51px;
  background: url("../september10/images/thumb_livedrill_day3.png") no-repeat 0 0;
}

.livedrill_day3_thumb:hover
{ 
  background-position: 0 -51px;
}

.livedrill_day3_thumb span
{
  display: none;
}

/*homepage_buttons*/

#hp_button_launch {
  display: block;
  width: 230px;
  height: 58px;
  background: url("../index/september_button_site.png") no-repeat 0 0;
}

#hp_button_launch:hover
{ 
  background-position: 0 -56px;
}

#hp_button_launch span
{
  display: none;
}

#hp_button_bday {
  display: block;
  width: 230px;
  height: 58px;
  background: url("../index/september_button_bday.png") no-repeat 0 0;
}

#hp_button_bday:hover
{ 
  background-position: 0 -56px;
}

#hp_button_bday span
{
  display: none;
}

#hp_button_donate {
  display: block;
  width: 230px;
  height: 58px;
  background: url("../index/september_button_donate.png") no-repeat 0 0;
}

#hp_button_donate:hover
{ 
  background-position: 0 -56px;
}

#hp_button_donate span
{
  display: none;
}



#play_trailer_thumb {
  display: block;
  width: 203px;
  height: 147px;
  background: url("../september10/images/play_trailer_thumb.png") no-repeat 0 0;
}

#play_trailer_thumb:hover
{ 
  background-position: 0 -148px;
}

#play_trailer_thumb span
{
  display: none;
}
/*medium buttons*/

#button_med_donate {
  display: block;
  width: 230px;
  height: 58px;
  background: url("../september10/images/button_med_donate.png") no-repeat 0 0;
}

#button_med_donate:hover
{ 
  background-position: 0 -58px;
}

#button_med_donate span
{
  display: none;
}

#button_med_campaign {
  display: block;
  width: 230px;
  height: 58px;
  background: url("../september10/images/button_med_campaign.png") no-repeat 0 0;
}

#button_med_campaign:hover
{ 
  background-position: 0 -58px;
}

#button_med_campaign span
{
  display: none;
}

/*--last phase rollovers thumbs--*/

#livedrill_thumb_1 {
  display: block;
  width: 83px;
  height: 52px;
  background: url("../september10/images/livedrill_thumb_day1.jpg") no-repeat 0 0;
}

#livedrill_thumb_1:hover
{ 
  background-position: 0 -52px;
}

#livedrill_thumb_1 span
{
  display: none;
}

#livedrill_thumb_2 {
  display: block;
  width: 83px;
  height: 52px;
  background: url("../september10/images/livedrill_thumb_day2.jpg") no-repeat 0 0;
}

#livedrill_thumb_2:hover
{ 
  background-position: 0 -52px;
}

#livedrill_thumb_2 span
{
  display: none;
}

#livedrill_thumb_3 {
  display: block;
  width: 83px;
  height: 52px;
  background: url("../september10/images/livedrill_thumb_day3.jpg") no-repeat 0 0;
}

#livedrill_thumb_3:hover
{ 
  background-position: 0 -52px;
}

#livedrill_thumb_3 span
{
  display: none;
}

#trailer_thumb {
  display: block;
  width: 83px;
  height: 52px;
  background: url("../september10/images/trailer_thumb.jpg") no-repeat 0 0;
}

#trailer_thumb:hover
{ 
  background-position: 0 -52px;
}

#trailer_thumb span
{
  display: none;
}

#button_start_campaign {
  display: block;
  width: 325px;
  height: 74px;
  background: url("../september10/images/button_start_campaign.png") no-repeat 0 0;
}

#button_start_campaign:hover
{ 
  background-position: 0 -74px;
}

#button_start_campaign span
{
  display: none;
}

#button_donate_big {
  display: block;
  width: 340px;
  height: 74px;
  background: url("../september10/images/button_donate_big.png") no-repeat 0 0;
}

#button_donate_big:hover
{ 
  background-position: 0 -74px;
}

#button_donate_big span
{
  display: none;
}

#will_jada {
  display: block;
  width: 225px;
  height: 133px;
  background: url("../september10/images/will_jada.png") no-repeat 0 0;
}

#will_jada:hover
{ 
  background-position: 0 -133px;
}

#will_jada span
{
  display: none;
}
.blue_button_square a {
	background: #0e70e3 repeat-x;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
.blue_button_square a:hover {
	background: #0b60c4;
}
	
