/* CSS Document */

/*  site-wide tags  */
body { background:#F0F0F0 url("/images/bg_body.jpg") repeat-x; margin:0px; padding:0px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; }
body p { font-size:11px; }
body a { color:#630B09; text-decoration:none; border-bottom:#CCCCCC solid 1px; font-weight:bold; }
body a:hover { border:none; color:#FF0000; }
body a.no { border:none; text-decoration:none; }

/*  layout divs  */
#main { margin:0px auto; width:740px; padding:1px; background:#FFF; }

#menu { width:740px; height:40px; background:#fff; }
	#menu td { vertical-align:middle; text-align:center; background:url(/images/bg_menusep.gif) right top no-repeat; }
	#menu td.no { background:none; }
	#menu #one, #menu #two, #menu #three { position:absolute; width:150px; padding:10px; background:#FFF; top:41px; border-bottom:#CCC 1px solid; border-left:#CCC 1px solid; border-right:#CCC 1px solid; display:none; z-index:50; }
	#menu #one { margin-left:303px; }
	#menu #two { margin-left:225px; }
	#menu #three { margin-left:407px; }

#header { width:740px; height:250px; background:#fff url('/images/bg_homeheader.jpg') top left no-repeat; padding:0px; margin:0px; }
	#header img { float:left; border:none; }
	#header #flash { float:right; height:250px; width:500px; }

#content { width:740px; background:#FFF; }
	#content #left { float:left; width:200px; padding:20px; }
	#content #right { float:right; width:460px; padding:20px 20px 0px 20px; background:#FFF; }
	#content #left img, #content #right img { padding-bottom:5px; }
	#content #left img.no, #content #right img.no { padding-bottom:0px; }
	#content #side { position:relative; float:left; width:240px; }
	#content #side img { border-bottom:#FFF 1px solid; }
	#content .subpage { border-top:#DCDCDC solid 1px; }
	#content #right li { list-style-image:url('/images/ico_bullet.gif'); }
	#content #left li { line-height:18px; list-style-image:url('/images/ico_play_sm.gif'); }
	#content #right h3 { color:#630B09; font-size:11px; border-bottom:#CCCCCC solid 1px; }
	#content #right #video { margin:15px 0px 0px 40px; padding:2px; background:#CCC; width:322px; height:242px; border-bottom:#999 1px solid; border-right:#999 1px solid; }
#scroll { float:right; border-top:#999 1px solid; border-bottom:#FFF 1px solid; padding:0px; height:40px; width:500px; margin-right:0px; margin-top:40px; margin-bottom:0px; }	

#footer { width:740px; height:80px; clear:both; }
	#footer .donation, #footer .contact { padding-right:5px; }
	#footer .volunteer, #footer .donation, #footer .contact { float:left; border:none; }

#tail { margin:0px auto; width:740px; clear:both; }
	#tail #credits_L { float:left; width:350px; height:40px; padding:10px; }
	#tail #credits_R { float:right; width:300px; height:40px; padding:10px 10px; text-align:right; }