/*------------------------------------------------------------------------# HOME CSS# ------------------------------------------------------------------------# Author:Free Range Studios# Website:http://www.freerangestudios.com-------------------------------------------------------------------------*/
body {
	        background: url(http://www.birthrightisrael.com/images/content/pagebuilder/jerusalem_background.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.content_area {
	padding: 20px;
}
.section_area {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/* ----- Headers ----- */
.hdr_trip a , .hdr_trip a:link , .hdr_trip a:hover {
	display: block;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	height: 30px;
	text-indent: 35px;
	background-image: url(../images_HomePage/hdr_trip.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 5px;
	text-decoration: none;
}
.hdr_next a , .hdr_next a:link, .hdr_next a:hover {
	display: block;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	height: 30px;
	text-indent: 35px;
	background-image: url(../images_HomePage/hdr_next.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 5px;
	text-decoration: none;
}
.hdr_about a , .hdr_about a:link, .hdr_about a:hover {
	display: block;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	height: 30px;
	text-indent: 35px;
	background-image: url(../images_HomePage/hdr_about.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 5px;
	text-decoration: none;
}
.hdr_spotlight a , .hdr_spotlight a:link, .hdr_spotlight a:hover {
	display: block;
	width: 245px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	height: 30px;
	text-indent: 35px;
	background-image: url(../images_HomePage/hdr_spotlight.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 5px;
	text-decoration: none;
}
.hdr_new a , .hdr_new a:link , .hdr_new a:hover , .hdr_new a:hover {
	display: block;
	width: 245px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	height: 30px;
	text-indent: 35px;
	background-image: url(../images_HomePage/hdr_new.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 5px;
	text-decoration: none;
}
/* ----- Section Specific ----- */
.feature {
	color: #404040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#feature h1 {
	color: #404040;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#feature a {
	color: #00609F;
}
#next div {
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-left: 15px;
	background-image: url(../images_HomePage/bullet_orange.gif);
	background-repeat: no-repeat;
	background-position: 1px 2px;
}
#next div a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
#next div a:hover {
	color: #FF6600;
}
#trip_inset div {
	padding-top: 10px;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
#trip_inset div a {
	font-size: 11px;
	font-weight: bold;
	color: #00609F;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#trip_inset div a:hover {
	color: #404040;
}
#about div {
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#about div a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00609F;
	font-weight: bold;
	text-decoration: none;
}
#about div a:hover {
	color: #FFA800;
}
#spotlight div {
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-left: 15px;
	background-image: url(../images_HomePage/bullet_green.gif);
	background-repeat: no-repeat;
	background-position: 1px 2px;
}
#spotlight div a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
#spotlight div a:hover {
	color: #71A701;
}
#whatsnew div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-top: 5px;
}
#whatsnew div a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
#whatsnew div a:hover {
	color: #002F55;
}

.header_area {
	padding-right: 20px;
}
/* ----- Action Links ----- */
#link_gift {
	background-image: url(../images/wrpr/icon_donate.gif);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-left: 35px;
	height: 16px;
}
#link_gift a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#link_thankyou {
	background-image: url(../images/wrpr/icon_thankyou.gif);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-left: 35px;
	height: 16px;
}
#link_thankyou a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#link_press {
	background-image: url(../images/wrpr/icon_news.gif);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-left: 35px;
	height: 16px;
}
#link_press a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#link_friend {
	background-image: url(../images/wrpr/icon_friend.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-top: 7px;
	height: 16px;
}
#link_friend a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#homepage_username_password {
	position: relative;
	*position: absolute;
	top: 40px;
	padding-right: 0px;
	font-size: .9em;
	color: #666;
  height: 85px;
}
#homepage_username_password .textfield {
	width: 70px;
	height: 16px;
	border: 1px solid #C7C7C7;
	vertical-align: middle;
	margin: 0px 5px;
}
#homepage_username_password img {
	vertical-align: middle;
}
#homepage_languages {
  position: relative;
	top: 0px;
	right: 0px;
	width: 490px;
	text-align: right;
	padding-right: 0px;
	font-size: .9em;
	color: #666;
}
#homepage_languages a {
	padding-left: 10px;
	color: #333
}
#homepage_content_wrapper {
	padding: 0px 16px;
	color: #333333;
}
#homepage_content_wrapper a {
	color: #039;
}
#homepage_content_wrapper li a {
	position: relative;
	top: -2px;
}
#homepage_content_thetrip {
	float: left;
	width: 507px;
	height: 225px;
	margin: 4px 11px 10px 0px;
	background-color: #C7E7FD;
}
#homepage_content_next {
	float: left;
	width: 249px;
	height: 225px;
	margin: 4px 0px 10px 0px;
	background-color: #F4E4DA;
}
#homepage_content_spotlight {
	float: left;
	width: 248px;
	height: 256px;
	margin: 4px 11px 10px 0px;
	background-color: #EFF8DE;
}
#homepage_content_whatsnew {
	float: left;
	width: 248px;
	height: 256px;
	margin: 4px 11px 10px 0px;
	background-color: #C7E7FD;
}
#homepage_content_aboutus {
	float: left;
	width: 248px;
	height: 256px;
	margin: 4px 0px 10px 0px;
	background-color: #FDEFD5;
}
#homepage_content_thetrip_story {
	width: 487px;
	height: 115px;
	padding: 5px 10px 10px 10px;
	position: relative;
}
#homepage_content_thetrip h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 5px;
	position: relative;
	left: 145px;
	width: 342px;
}
#homepage_content_thetrip p {
	font-size: 0.9em;
	position: relative;
	width: 342px;
	left: 145px;
}
#homepage_content_thetrip_image {
	position: absolute;
	top: 10px;
	left: 10px;
}
#homepage_content_thetrip_registernow {
	position: absolute;
	bottom: 10px;
	left: 155px;
}
.homepage_content_thetrip_footerbar {
	background-image: url(../images/wrpr/thetrip-footer-bar.jpg);
	width: 476px;
	height: 19px;
	padding-left: 10px;
	padding-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	overflow: hidden;
	font-size: 10px;
	font-weight: bold;
}
.homepage_content_thetrip_footerbar wd {
	letter-spacing: -.5em;
	color: #999;
	padding-right: 10px
}
#homepage_content_wrapper .homepage_content_thetrip_footerbar a {
	color: #0871B8;
	font-weight: bold;
	padding: 0px 5px;
}
#homepage_content_wrapper .homepage_content_thetrip_footerbar a:link {
	text-decoration: none;
}
#homepage_content_wrapper .homepage_content_thetrip_footerbar a:visited {
	text-decoration: none;
}
#homepage_content_wrapper .homepage_content_thetrip_footerbar a:hover {
	text-decoration: underline;
}
#homepage_content_wrapper .homepage_content_thetrip_footerbar a:active {
	text-decoration: none;
}
#homepage_content_whatsnew .image {
	border: 4px solid #333;
	margin: 8px 0px;
	margin-left: 12px;
}
#homepage_content_whatsnew a {
	color: #333;
	font-weight: bold;
	font-size: .9em;
}
#homepage_content_whatsnew a:link {
	text-decoration: none;
}
#homepage_content_whatsnew a:visited {
	text-decoration: none;
}
#homepage_content_whatsnew a:hover {
	text-decoration: underline;
}
#homepage_content_whatsnew a:active {
	text-decoration: none;
}
#homepage_content_whatsnew_center {
	margin: 0px auto;
	width: 216px;
}
#homepage_content_whatsnew p {
	font-size: .9em;
}
#homepage_content_spotlight ul {
	list-style-image: url(../images/wrpr/spotlight-bullet.jpg);
	margin-top: 10px;
	margin-left: 18px;
	padding: 5px;
	font-size: .9em;
}
#homepage_content_spotlight li {
	margin-bottom: 15px;
}
#homepage_content_spotlight a {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
}
#homepage_content_spotlight a:link {
	text-decoration: none;
}
#homepage_content_spotlight a:visited {
	text-decoration: none;
}
#homepage_content_spotlight a:hover {
	text-decoration: underline;
}
#homepage_content_spotlight a:active {
	text-decoration: none;
}
#homepage_content_next ul {
	list-style-image: url(../images/wrpr/bullet_orange.gif);
	margin-top: 10px;
	margin-left: 18px;
	padding: 5px;
	font-size: .9em;
}
#homepage_content_next li {
	margin-bottom: 15px;
}
#homepage_content_next a {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
}
#homepage_content_next a:link {
	text-decoration: none;
}
#homepage_content_next a:visited {
	text-decoration: none;
}
#homepage_content_next a:hover {
	text-decoration: underline;
}
#homepage_content_next a:active {
	text-decoration: none;
}
#homepage_content_aboutus h3 {
	display: inline;
}
#homepage_content_aboutus h3 a {
	font-weight: bold;
	color: #333;
}
#homepage_content_aboutus h3 a:link {
	text-decoration: none;
}
#homepage_content_aboutus h3 a:visited {
	text-decoration: none;
}
#homepage_content_aboutus h3 a:hover {
	text-decoration: underline;
}
#homepage_content_aboutus h3 a:active {
	text-decoration: none;
}
#homepage_content_aboutus ul {
	margin-left: 12px;
}
#homepage_content_aboutus ul a {
	font-weight: bold;
	color: #333;
}
#homepage_content_aboutus ul a:link {
	text-decoration: none;
}
#homepage_content_aboutus ul a:visited {
	text-decoration: none;
}
#homepage_content_aboutus ul a:hover {
	text-decoration: underline;
}
#homepage_content_aboutus ul a:active {
	text-decoration: none;
}
#homepage_content_aboutus_p {
	padding: 10px;
	font-size: 1.1em;
}

