/* CSS Document */

body { background:#000000;
	   font-family: Arial, Helvetica, sans-serif;
	   color: #D0D0D0;
	   font-size: 12px;
	   padding:0;
	   margin:0;
	  }

.form-label {
	color: #ff0000;
	font-size: 23px;
	font-weight: bold;
}

.form-label_small {
	color: #ff0000;
	font-size: 80px;
	text-align: center;
	font-weight: normal;
}

.form-content {
	color: #6F6F6F;
	font-size: 12px;
	font-weight: normal;
}
.form-title {
	color: #999999;
	font-weight: normal;
	font-size: 36px;
	text-align: center;
	line-height: 17pt;
}

select { background-color: #404040;
		 color: #ffffff;
		 border: 1px;
		 border-color: #262626;
		 font-size: 10px;
}
.enter-button { color: #ff0000;
				font:Arial, Helvetica, sans-serif;
				font-size: 23px;
				font-weight: bold;
				text-decoration: none;
}
.enter-button_small { color: #ff0000;
				font:Arial, Helvetica, sans-serif;
				font-size: 22px;
				font-weight: bold;
				text-decoration: none;
	
}
.enter-button-arrows { color: #ff0000;
				font: Geneva, Arial, Helvetica, sans-serif;
				font-size: 13px;
				font-weight: bold;
				text-decoration: none;
				vertical-align: bottom;
}

.clear{
	clear:both;
}		

#main-content {position:relative; top: 100px; text-align: center; margin: auto; width: 415px;  }
#occupation_dd { width: 138px; position: relative; top: -1px; }
#year_dd { width: 70px; }
.get-flash { color: #666666; font-weight: normal; font-size: 10px; }
a.get-flash { color: #990000; }
.legal-text { color: #666666; font-size: 11px;}
.legal-red { color: #990000; font-size: 11px;}
.legal-lightred { color: #CC0000; font-size: 10px; line-height: 11pt;}
.gershoni { color: #7F0000; font-size: 10px;}


a.legal-text { color: #990000; text-decoration: underline; }
a.legal-red { color: #990000; font-size: 10px; text-decoration: underline; }
a.gershoni { color: #7F0000; font-size: 10px; text-decoration: underline; }
.error-div { color: #ffffff; font-size: 15px; font-weight: bold; text-align:left; position: relative; left: 109px;}

/*KEVA--------------------------*/

.promo-container{
	margin:auto;
	width:780px;
	border:solid thin #FFF;
	clear:both;
}
	.promo-container .blockquote{
		width:200px;
		color:#996666;
		font:Helvetica, Geneva, Arial, sans-serif;
		font-size:16px;
		font-style:oblique;
	}

	.promo-container .column-lead{
		height:150px;
	}
	
	.promo-container .column-left{
		border-right: solid thin #FFFFFF;
		width:434px;
		float:left;
		overflow:hidden;
	}
	.promo-container .column-desc{
		float:left;
		width:344px;
		overflow:hidden;
	}
	.promo-container .column-right{
		float:left;
		width:304px;
		padding-left:20px;
		overflow:hidden;
	}
	.promo-container .column-full{
		float:left;
		overflow:hidden;
	}
	.promo-container .column-content{
		border-top: solid thin #FFFFFF;
		padding: 20px 20px 20px 20px;
	}
	.promo-container .packages{
		float:left;
		
	}
	.promo-container .packages-front{
		text-align: center;
		margin: 0 auto;
	}
	.promo-container .packages img{
		margin-left:20px;
		border:none;
	}
	.promo-container .note{
		padding-left:20px;
		font-size:10px;
	}
	.promo-container .footer{
		clear:both;
	}
