/*--------------------- Last Modified --> 2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#c1b58e url("../images/bg-body.jpg") bottom repeat-x;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#000;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.2em; color:#35669c; }
h2	{ font-size:1.1em; color:#35669c; }
h3	{ font-size:1.0em; color:#35669c; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#000; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#000; text-decoration:none; outline:none; }

/* ----- classes ----- */

.clear {
	clear:both;
	}

.txt-map {
	margin-left:15px;
	}
	
div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	}

p.read-more {
	text-align:right;
	display:block;
	padding-right:12px;
	background:url("../images/btn-read.jpg") right no-repeat;
	}
	
	p.read-more a { font-weight:bold; color:#35669c; }
	
img.img-left { 
	float:left; 
	margin:0; 
	}
	
img.img-right { 
	float:right; 
	margin:0; 
	}
	
img.img-map {
	margin-left:-13px;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
#main .inline-block { display:inline-block; margin-bottom:0; }
	#main .inline-block a { color:#35669c; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	
/* ----- global form elements ----- */ 

form {
	width:204px;
	margin:0 0 18px 0;
	}

form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#FFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #c8b289;
	color:#000;
	width:199px; /* 5 pixels smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	}
	
select { width:204px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact-business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main { margin:0 0 18px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select { width:177px; }
	
#contact-main label textarea { height:100px; overflow:auto; }

#contact-business-main { display: none; } /* do not remove */ 


/* ----- submit button form elements ----- */ 

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:85px 0 5px 243px; }

/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:876px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:88px;
	}
	/* index page link within #masthead */		
	#masthead a.logo-link {	
		position:absolute;
		left:31px;
		width:395px;
		top:8px;
		height:80px; 
		}
		
	#masthead a.home-link {	
		position:absolute;
		left:678px;
		width:67px;
		top:42px;
		height:29px; 
		}
		
	#masthead a.contact-link {	
		position:absolute;
		left:745px;
		width:103px;
		top:42px;
		height:29px; 
		}
		
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

	#wrap p, #wrap h1, #wrap h2, #wrap h3, #wrap ul, #wrap dl {
		margin:0 60px 18px 60px;
		}
	
	#wrap form { margin-left:60px; }
	
	/* single column list */
	#wrap ul { padding-left:15px; }
		#wrap ul li {
			list-style-type:disc; 
			}
			
	#wrap ul li ul { margin:0 0 0 5px; }
	
	/* definition list */
	#wrap dl { padding-left:15px; }
		#wrap dl dt {
			font-weight:bold;
			}
		#wrap dl dd {
			list-style-type:disc;
			margin-left:10px;
			}
			
	#tab h3, #tab p { margin-left:100px; }
			
	
/* header framework
 * ------------------------------------------------------------------------- */

#header-graphic { height:315px; } /* sets height for all non-flash headers */
   body#index #header-graphic { height:315px; background:url("../images/header-graphic.jpg"); }
   body#donors #header-graphic { height:315px; background:url("../images/header-donors.jpg"); }
   body#donate #header-graphic { height:315px; background:url("../images/header-donors.jpg"); }
   body#egg #header-graphic { height:315px; background:url("../images/header-donors.jpg"); }
   body#faq-donors #header-graphic { height:315px; background:url("../images/header-donors.jpg"); }
   body#recipients #header-graphic { background:url("../images/header-recipients.jpg"); }
   body#candidate #header-graphic { background:url("../images/header-recipients.jpg"); }
   body#process #header-graphic { background:url("../images/header-recipients.jpg"); }
   body#faq-recipients #header-graphic { background:url("../images/header-recipients.jpg"); }
   body#contact #header-graphic { background:url("../images/header-graphic.jpg"); }
   body#thankyou #header-graphic{ background:url("../images/header-graphic.jpg"); }
   body#sitemap #header-graphic { background:url("../images/header-graphic.jpg"); }
   body#about #header-graphic { background:url("../images/header-graphic.jpg"); }
   
   
   
/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:66px; } /* sets height for all non-flash subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#donors #subhead { background:url("../images/subhead-donors.jpg"); }
		body#donate #subhead { background:url("../images/subhead-donate.jpg"); }
		body#egg #subhead { background:url("../images/subhead-egg.jpg"); }
		body#faq-donors #subhead { background:url("../images/subhead-faq-donors.jpg"); }
	body#recipients #subhead { background:url("../images/subhead-recipients.jpg"); }
		body#candidate #subhead { background:url("../images/subhead-candidate.jpg"); }
		body#process #subhead { background:url("../images/subhead-process.jpg"); }
		body#faq-recipients #subhead { background:url("../images/subhead-faq-recipients.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }

/* ------------------------ title framework with varying heights ------------------------- */
#title-qcontact {
	height:79px;
	background:url("../images/title-qcontact.jpg") ;
	}
	
#title-qcontact-thankyou {
	height:79px;
	background:url("../images/title-qcontact-thankyou.jpg") ;
	}

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:876px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	margin:0 20px 10px 20px;
	}

#footer ul {margin-bottom:10px;}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #000;
	}

	#footer li.first { border: none; }

/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

	#wrap ul#nav { margin:0; padding:0; }
		#wrap ul#nav li {
			list-style-type:none; 
			}
			
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:876px; 
	height:45px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:45px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 267px; margin-left: 38px;}
#nav-02 { width: 261px;}
#nav-03 { width: 272px;}

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#donors #nav-01, body#donate #nav-01, body#egg #nav-01, body#faq-donors #nav-01 { background:url("../images/nav.jpg") -38px -45px no-repeat; }
body#donors #nav-02, body#donate #nav-02, body#egg #nav-02, body#faq-donors #nav-02 { background:url("../images/nav.jpg") -305px -45px no-repeat; }
body#recipients #nav-01, body#candidate #nav-01, body#process #nav-01, body#faq-recipients #nav-01 { background:url("../images/nav.jpg") -38px -45px no-repeat; }
body#recipients #nav-02, body#candidate #nav-02, body#process #nav-02, body#faq-recipients #nav-02 { background:url("../images/nav.jpg") -305px 0px no-repeat; }
body#recipients #nav-03, body#candidate #nav-03, body#process #nav-03, body#faq-recipients #nav-03 { background:url("../images/nav.jpg") -566px -90px no-repeat; }

body#contact #nav-01, body#thankyou #nav-01, body#sitemap #nav-01, body#index #nav-01 { background:url("../images/nav.jpg") -38px -45px no-repeat; }
body#contact #nav-02, body#thankyou #nav-02, body#sitemap #nav-02 { background:url("../images/nav.jpg") -305px 0px no-repeat; }
body#contact #nav-03, body#thankyou #nav-03, body#sitemap #nav-03 { background:url("../images/nav.jpg") -566px 0px no-repeat; }

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#fff;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	padding-left:0;
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #35669c;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:20px;	/* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#000;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-03 ul a:hover, #nav-02 ul a:hover { 
	background-image:none;
	background-color:#35669c;
	color:#fff;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-03 ul, #nav-03 li { width:260px; }		
#nav-02 ul, #nav-02 li { width:250px; }

/* Contact Section Framework
 * ------------------------------------------------------------------------- */

#mod-contact {
	width:876px;
	background:url("../images/bg-contact.jpg");
	}
	
	#bg-baby {
		width:876px;
		background:url("../images/bg-baby.jpg") bottom no-repeat;
		}
		
	body#index #bg-baby {
		width:876px;
		background:url("../images/bg-baby-index.jpg") bottom no-repeat;
		}
		
	#contact-left {
		width:342px;
		float:left;
		padding-bottom:70px;
		}
