@charset "utf-8";
/* CSS Document */


body
{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #3c3c3c;
	font-size: 12px;
	background: #000000;
	text-align:left;
}

h2 a
{
	color: #3c3c3c;
	font-size: 18px;
}

h2 a:hover
{
	text-decoration: underline;
}

h2
{
	margin-top: 0;
	margin-bottom: 5px;
}

#wrapper
{
	min-height: 785px;
	background: url(../images/background_gradient.jpg) repeat top left;

}

#main
{
	width: 1006px;
	background: url(../images/background.png) no-repeat top left;
	text-align:left;
}

#header
{
	width: 100%;
	height: 380px;
	float: left;
	clear: both;
	margin-left: 20px;
}

#leftCol
{
	width: 480px;
	float:left;
	margin: 10px 0 10px 10px;
}

#rightCol
{
	width: 473px;
	float: left;
	margin: 55px 0 10px 20px;
}

#logo
{
	width: 259px;
	height: 142px;
	float: left;
	clear: both;
}

#content
{
	width: 100%;
	float: left;
	clear: both;
	margin-top: 20px;
}

#buttons
{
	margin-left: 15px;
	width: 440px;
	float: left;
}

#donationsDropDown
{
	width: 302px;
	height: 198px;
	background: url(../images/donation_popup.png) no-repeat top left;
	color: #FFFFFF;
	z-index: 999999;
	position: absolute;
	display: none;
	height: 0;
	margin-top: 64px;
	*margin-left: -450px;
	padding-left: 15px;
	*list-style: square;
}

#donationsDropDown p, ul, li, a
{
	width: 270px;
	color: #FFFFFF;
	text-decoration:none;
	font-size: 14px;
	list-style:square;
}

#donationsDropDown li
{
	margin-top: 5px;
	font-weight: bold;
}


#donationsDropDown a:hover
{
	color: #f0ce5e;
	font-weight:bold;
}

#donationsDropDown p
{
	*margin-top: 10px;
}

#spreadTheWordDropDown
{
	width: 302px;
	height: 198px;
	background: url(../images/spread_the_word_popup.png) no-repeat top left;
	color: #FFFFFF;
	z-index: 999999;
	position: absolute;
	display: none;
	height: 0;
	margin-top: 64px;
	margin-left: 200px;
	*margin-left: -250px;
	padding-left: 15px;
	*list-style: square;
}

#spreadTheWordDropDown p, ul, li, a
{
	width: 270px;
	color: #FFFFFF;
	text-decoration:none;
	font-size: 14px;
	list-style:square;
}

#spreadTheWordDropDown li
{
	margin-top: 5px;
	font-weight: bold;
}


#spreadTheWordDropDown a:hover
{
	color: #f0ce5e;
	font-weight:bold;
}

#spreadTheWordDropDown p
{
	*margin-top: 10px;
}

#video
{
	margin-left: 17px;
	width: 429px;
	height: 257px;
	background: url(../images/video.jpg) no-repeat top left;
	float: left;
	clear: both;
	border: 1px #9b9b9b solid;
	box-shadow: 10px 10px 5px #888;
	z-index: 999;
}

#slide
{
	margin-left: 17px;
	width: 429px;
	height: 257px;
	background: #FFFFFF;
	float: left;
	clear: both;
	border: 1px #9b9b9b solid;
	box-shadow: 10px 10px 5px #888;
}

#bottom
{	
	min-height: 754px;
	*min-height: 374px;
}	

#footer
{
	width: 100%;
	height: 38px;
	float: left;
	clear: both;
	background: url(../images/footer.jpg) top left no-repeat;
	margin-left: -1px;
}

#footer span
{
	margin-left: 30px;
	color: #FFFFFF;
}

#footer span a
{
	font-weight: bold;
}

#sil_soviet
{
	display: block;
	position: relative;
	z-index: 99;
	margin-left: 123px;
	margin-top: 7px;
	width: 260px;
	float: left;
}

#sil_israel
{
	display: block;
	position: relative;
	z-index: 999;
	margin-left:-321px;
	margin-top: 188px;
	width: 284px;
	float: left;
}

#sil_toronto
{
	display: block;
	position: relative;
	z-index: 9999;
	margin-right: 43px;
	margin-top: -319px;
	width: 372px;
	float: right;

}

#sil_cuba
{
	display: block;
	position: relative;
	z-index: 99999;
	margin-left: 190px;
	margin-top: 83px;
	width: 236px;
	float: left;
}

#controls 
{ 
	z-index: 1000; 
	position: absolute; 
	top: 300px; 
	left:700px; 
	display: none;
	margin: 0; 
	padding: 6px; 
    width: 420px;
	/*
	background-color: #000000; 
	border: 1px solid #ddd; 
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	opacity:.3;
	filter:alpha(opacity=30);*/
}

#controls span 
{ 
	margin: 0 5px;
}

#controls a#next
{
	margin-left: 275px;
}

#controls a
{ 
	color: #FFFFFF;
}


