/*-------------------------------------------------------

	doc title: stylesheet
	filename: primary.css
	author: JBMoss - http://www.jbmoss.com
	developer: D Petrie
	date: xx/xx/2007
	
	-----------------------
	
	1. master reset
	2. typography
	3. listography
	4. base structure
	5. navigation
	6. page specific structure
	7. images
	8. forms
	
	
-------------------------------------------------------*/


										/* ---------- 1. master reset ---------- */ 

* {
	padding			: 0;
	margin			: 0;
	border			: 0px solid red;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address, table {
	margin			: 1em 5%;
}
li, dd {
	margin-left		: 5%;
}
fieldset {
	padding			: .5em;
}

a {
	text-decoration:none;
	
}

										/* ---------- 2. typography ---------- */ 

p {
	color:#fff;
	font-size:1em;
}

p a {
	color:#000;
}


h1 {
}
h2 {}
h3 {}
h4 {}
h5 {}
										/* ---------- 3. listography ---------- */ 
										
										/* ---------- 4. base structure ---------- */ 

html {

}
body {
	font-size		: 80%;
	background		: #000 url(../images/background.jpg) top center no-repeat;
	font-family		: Arial, Helvetica, sans-serif;
}

#wrap {
	position		: relative;
	width			: 800px;
	height			: 612px;
	margin			: 0 auto;
}

	#top_bar {
		position		: relative;
		width			: 800px;
		height			: 173px;
		background		: url(../images/top_bar_bg.jpg) no-repeat;
	}
	#content {
		position:relative;
		width:800px;
		height:326px;
		background:url(../images/content_bg_2.jpg) no-repeat;
	}
		#main {
			position:relative;
			width:700px;
			height: 280px;
			overflow-y:auto;
			margin: 0 auto;
			top:-15px;
		}
		
		#contact_page #main {
			overflow:hidden;
		}

			
		#flash_box {
			position:relative;
			width:700px;
			height:320px;
			overflow-y:auto;
			margin: 0 auto;
			top:-25px;
			text-align:center;
		}
		
		#c_left {
			position:relative;
			float:left;
			width:300px;
		}
		#c_right {
			position:relative;
			float:left;
		}
	
	
	#nav {
		position:relative;
		width:800px;
		height:113px;
		background:url(../images/nav_bg.jpg) no-repeat;
		padding-left:9px;
		padding-top:9px;
	}
		#emunah_logo {
			position:absolute;
			top:20px;
			right:30px;
			font-size:0.7em;
			z-index:1;
		}
		
	#footer {
		position:relative;
		width:800px;
		margin:0 auto;
		padding-top:0px;
		color:#fff;
		font-size:0.85em;
		text-align:center;
	}
		#footer a {
			color:#E0E0E0;
		}
		#footer a:hover {
			color:#fff;
		}

										/* ---------- 5. navigation ---------- */ 
										
		#nav a {
			float:left;
			display:block;
		}
										
		a.trailer  {
			height:79px;
			width:100px;
			background:url(../images/nav/trailer.jpg) no-repeat;
		}
		a:hover.trailer {
			background-position:-100px;
		}
		
		
		a.whatis  {
			height:79px;
			width:107px;
			background:url(../images/nav/what_is.jpg) no-repeat;
		}
		a:hover.whatis {
			background-position:-107px;
		}
		
		
		a.whysignup  {
			height:79px;
			width:145px;
			background:url(../images/nav/whysignup.jpg) no-repeat;
		}
		a:hover.whysignup {
			background-position:-145px;
		}
		
		a.regpack {
			height:79px;
			width:134px;
			background:url(../images/nav/reg_pack.jpg) no-repeat;
		}
		a:hover.regpack{
			background-position:-134px;
		}
		
		a.findoutmore  {
			height:79px;
			width:163px;
			background:url(../images/nav/findoutmore.jpg) no-repeat;
		}
		a:hover.findoutmore {
			background-position:-163px;
		}
		a.donate  {
			height:66px;
			width:105px;
			background:url(../images/nav/donate.jpg) no-repeat;
		}
		a:hover.donate {
			background-position:-105px;
		}

										/* ---------- 6. page specific structure ---------- */ 

										/* ---------- 7. images ---------- */ 
										
.title {
	padding-right:5px;
}

										/* ---------- 8. forms ---------- */ 
										
										
#formtab {
	color:#fff;
}
.formbox {
	width:200px;
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
}
.formarea {
	width:200px;
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}

.submit {
	display:block;
	height:39px;
	width:94px;
	background:url(../images/submit.png);
}