/*--------------------- 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 ------------------------ */
html { 
	background:#3f80c5 url("../images/bg-html.jpg")  top repeat-x;
}
body { 
	background: url("../images/bg-body.jpg") center top no-repeat;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#004988;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#006bc8; }
h2	{ font-size:1.1em; color:#004988; }
h3	{ font-size:1.0em; color:#004988; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#004988; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#ce8f15; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	

.clear {clear: both;}

div.clear	{ 
	height:.01em; 
	clear:both;
	overflow:hidden; 
	}
div.clear-h2	{ 
	height:10px; 
	clear:both;
	overflow:hidden; 
	}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}
p.more-info {
	text-align:right;
	display:block;
	}
img.img-left { 
	float:left; 
	margin:0px 0px 0px 0px;
	}

img.img-right { 
	float:right; 
	margin:0px 0px 0px 0px; 
	}
a.learn-more {
	font-size: .9em;
}
/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

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 #004988;
	color:#004988;
	width:145px; /* 5 pixles 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:1.0em;
	}

select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:70px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 

input.radio-check {
	width: 12px;
	background-color: none !important;
	border: none;
}

/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ quick contact form ------------------------ */
#contact-quick { margin:20px 0 10px 0; width: 288px; }

#contact-quick input, #contact-quick select { 
	width:130px;
	float:left;
	}
#contact-quick textarea {
	float:right;
	width:140px;
	}
#contact-quick input.submit-quick { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	float:left;
	}

/* ------------------------ main contact form ------------------------ */
#contact-main, #contact-tissue-request { margin:20px 0 10px 0; width: 400px; }

#contact-main label, #contact-tissue-request 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, 
#contact-tissue-request label input, #contact-tissue-request label textarea, #contact-tissue-request label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select, #contact-tissue-request label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea, #contact-tissue-request label textarea { height:100px; overflow:auto; }

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */


/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	width:946px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	height:30px;
	padding-top: 37px;
	font-size: .95em;
	font-family: "Trebuchet MS", Arial;
	}
	/* index page link within #masthead */	
	#masthead ul {
		float: right;
		margin-right: 17px;
	}	
	#masthead ul li {	
		display: inline;
		padding: 0px 8px 0px 10px;
		border-left: 1px solid #c9ecff;
		}
		#masthead ul li.first {
			border: none;
			padding-left: 0px;
			}
	#masthead a:link, #masthead a:visited {
		color: #c9ecff;
		}
	#masthead a:hover, #masthead a:active {
		color: #fff;
	}
/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:557px;
	float:left;
	position:relative;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left ol, #column-left dl, #column-left table {
		margin:0px 20px 10px 15px;
		}

	#column-left form { padding-left:15px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:0px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 2px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:20px; /* pushes text to the right to display bg img */
			}
			#column-left ul li ul { margin:0px 0px 5px 0px; }
			
		body#links #column-left ul li { 
			background:transparent;
			padding-left:0px; /* pushes text to the right to display bg img */
			}

		#column-left ul.pdf li {
			background:transparent url("../images/img-pdf.jpg") 0px 0px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:23px; /* pushes text to the right to display bg img */
			line-height: 25px;
			}


	#column-left ol { padding-left:0px; }
		#column-left ol li { 
			list-style: decimal inside;
			margin-bottom: 1px;
			}

	/* multi column list */
	#column-left ul.multi { padding-left:5px; } 
		#column-left ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:240px; /* sets the width of each column */
			line-height:20px; 
			}

	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
	table td {
		padding: 5px;
	}
/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:313px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 0px 10px 25px;
		}

	#column-right form { margin-left:25px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right ul.multi { padding-left:5px; } 
		#column-right ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}

	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

/* ------------------------ header framework ------------------------ */

#header-graphic, 
#flash { 
	width: 688px;
	height:375px; 
	float: left;
}

/* --------------- no flash text styles ----------------------*/
#flash p, #flash noscript { padding: 5px 0 0 30px; color: #FFFFFF;}
#flash a:link, #flash a:visited {color: #FFFFFF;}
#flash a:hover, #flash a:active {color: #FFFF00;  text-decoration: none;}

	#flash { background:url("../images/header-flash.jpg"); }
	
	body#about #header-graphic { background:url("../images/header-1.jpg"); }
	body#history #header-graphic { background:url("../images/header-1.jpg"); }
	body#board #header-graphic { background:url("../images/header-7.jpg"); }
	body#services #header-graphic { background:url("../images/header-3.jpg"); }
	body#about_donation #header-graphic { background:url("../images/header-4.jpg"); }
	body#eye_donor #header-graphic { background:url("../images/header-4.jpg"); }
	body#tissue #header-graphic { background:url("../images/header-3.jpg"); }
	body#hospitals #header-graphic { background:url("../images/header-4.jpg"); }
	body#development #header-graphic { background:url("../images/header-4.jpg"); }
	body#physicians #header-graphic { background:url("../images/header-7.jpg"); }
	body#member #header-graphic { background:url("../images/header-4.jpg"); }
	body#laser-center #header-graphic { background:url("../images/header-2.jpg"); }
	body#medical-ed #header-graphic { background:url("../images/header-6.jpg"); }
	body#advisory #header-graphic { background:url("../images/header-4.jpg"); }
	body#icp #header-graphic { background:url("../images/header-7.jpg"); }
	body#donations #header-graphic { background:url("../images/header-4.jpg"); }
	body#events #header-graphic { background:url("../images/header-6.jpg"); }
	body#links #header-graphic { background:url("../images/header-5.jpg"); }
	body#opportunities #header-graphic { background:url("../images/header-1.jpg"); }
	body#contact #header-graphic { background:url("../images/header-4.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-4.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-2.jpg"); }
	body#tissue-request #header-graphic { background:url("../images/header-4.jpg"); }
	
/* --------------------- Call to Actions --------------------------*/
#call-to-actions {
	background: url("../images/call-to-actions.jpg");
	height: 76px;
	width: 688px;
	float: left;
	padding-top: 68px;
	position: relative;
}
#call-to-actions p {
	width: 185px;
	float: left;
	margin: 0px 16px 0px 15px;
	font-size: .95em;
	display: inline;
}
#call-to-actions p.tissue {
	margin: 0px 23px 0px 8px;
}
	#call-to-actions a span {display: none;}
	#call-to-actions a.login-link {
		position: absolute;
		height: 68px;
		width: 185px;
		left: 15px;
		top: 0px;
	}
	#call-to-actions a.customcut-link {
		position: absolute;
		height: 68px;
		width: 195px;
		left: 225px;
		top: 0px;
	}
	#call-to-actions a.icp-link {
		position: absolute;
		height: 68px;
		width: 200px;
		left: 445px;
		top: 0px;
	}
	#call-to-actions a.login-link:hover {
		background: url("../images/call-to-actions.jpg") -15px -144px no-repeat;
	}
	#call-to-actions a.customcut-link:hover {
		background: url("../images/call-to-actions.jpg") -225px -144px no-repeat;
	}
	#call-to-actions a.icp-link:hover {
		background: url("../images/call-to-actions.jpg") -445px -144px no-repeat;
	}

/* ------------------------ subhead framework ------------------------ */
#subhead { padding-top:79px; } /* sets height for all subheads */
#subhead.short-page {height: 300px;}
	body#index #subhead { background: url("../images/subhead-index.jpg") top no-repeat; float: inherit; }
	body#about #subhead { background:url("../images/subhead-about.jpg") top no-repeat; }
	body#history #subhead { background:url("../images/subhead-history.jpg") top no-repeat; }
	body#board #subhead { background:url("../images/subhead-directors.jpg") top no-repeat; }
	body#services #subhead { background:url("../images/subhead-services.jpg") top no-repeat; }
	body#tissue #subhead { background:url("../images/subhead-tissue.jpg") top no-repeat; }
	body#about_donation #subhead { background:url("../images/subhead-about-donation.jpg") top no-repeat; }
	body#hospitals #subhead { background:url("../images/subhead-hospitals.jpg") top no-repeat; }
	body#development #subhead { background:url("../images/subhead-development.jpg") top no-repeat; }
	body#physicians #subhead { background:url("../images/subhead-login.jpg") top no-repeat; }
	body#eye_donor #subhead { background:url("../images/subhead-eye-donor.jpg") top no-repeat; }
	body#laser-center #subhead { background:url("../images/subhead-laser-center.jpg") top no-repeat; }
	body#medical-ed #subhead { background:url("../images/subhead-medical-ed.jpg") top no-repeat; }
	body#advisory #subhead { background:url("../images/subhead-advisory.jpg") top no-repeat; }
	body#icp #subhead { background:url("../images/subhead-cornea-project.jpg") top no-repeat; }
	body#donations #subhead { background:url("../images/subhead-donations.jpg") top no-repeat; }
	body#events #subhead { background:url("../images/subhead-events.jpg") top no-repeat; }
	body#links #subhead { background:url("../images/subhead-links.jpg") top no-repeat; }
	body#opportunities #subhead { background:url("../images/subhead-opportunties.jpg") top no-repeat; }
	body#contact #subhead { background:url("../images/subhead-contact.jpg") top no-repeat; }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg") top no-repeat; }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg") top no-repeat; }
	body#member #subhead { background:url("../images/subhead-become.jpg") top no-repeat; }
	body#tissue-request #subhead { background:url("../images/subhead-tissue-request.jpg") top no-repeat; }

/* ------------------------ subhead framework with varying heights ------------------------ */
#content {
	float: left;
	width: 870px;
	background:url("../images/col-left-bg.jpg") left repeat-y;
	margin: 0px 38px 0px 38px;
	display: inline;
	}
#column-right p.donor-right {
	color: #bcdaeb;
	}

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:40px;
	background:url("../images/contact-us.gif") ;
}
#title-gift-distribution {
	padding-top: 40px;
	background: url("../images/gift-distribution.gif") top no-repeat;
}
	 #column-left #title-gift-distribution p {
		float: left;
		width: 248px;
		margin: 0px 15px 20px 15px;
		display: inline;
	}
#title-medical {
	height:40px;
	background:url("../images/medical-ed.gif") ;
}
#title-refractive {
	height:79px;
	background:url("../images/refractive-laser-center.jpg") ;
}
#cornea-project {
	background: url("../images/cornea-project.jpg") top no-repeat;
	padding-top: 25px;
	height: 183px;
	margin-top: 20px;
	clear: both;
}
#cornea-project p {
	margin-right: 250px;	
}
#support-peom {
	background: url("../images/support-poem.gif");
	height: 50px;
	margin-top: 20px;
	}
h2#memorial {
	background: url("../images/memorial-stone.gif");
	height: 40px;
	margin: 20px 0px 0px 0px;
	}
#support-peom span,
h2#memorial span {display: none;}
/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/content-bottom.jpg");
	width:100%; /* fix for Safar */
	height:60px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:946px;
	margin:0 auto;
	text-align:center;
	font-size: .95em;
	padding-top: 10px;
	}

#footer p {
	color:#b1d4ea;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#b1d4ea; }
#footer a:hover, #footer a:active { color:#fff; }

#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; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #b1d4ea;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ vertical sprite nav ------------------------ */
#nav {
	background:url("../images/nav.jpg") top left no-repeat;					
	width:258px;	/* Width of buttons, not entite image (or half of entire image) */
	height:519px;	 /* Height of entire image */
	margin:0;
	padding:0;
	float: left;
	}
#nav2 {
	background:url("../images/nav2.jpg") top left no-repeat;					
	width:258px;	/* Width of buttons, not entite image (or half of entire image) */
	height:519px;	 /* Height of entire image */
	margin:0;
	padding:0;
	float: left;
	}

#nav li span { display: none; }

#nav li { float:left; list-style:none; position:relative; }

#nav li, #nav a { 
	height:15px;	/* Each button must have the same height, define it here */
	display:block;
	}
	
#nav li#nav-01 , #nav #nav-01  a { height: 150px;}

/* margin-top to set where the nav should begin */
#nav-01 { margin-top:36px; width:258px;}

/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06, #nav-07, #nav-08, #nav-09,
#nav-10, #nav-11, #nav-12, #nav-13, #nav-14, #nav-15, #nav-16, #nav-17 {
	margin-top:0; 
	width:258px; 
}

#nav-01 a:hover { background:url("../images/nav.jpg") -258px  -36px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -258px -186px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -258px -201px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -258px -216px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -258px -231px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -258px -246px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -258px -261px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -258px -276px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -258px -291px no-repeat; }
#nav-10 a:hover { background:url("../images/nav.jpg") -258px -306px no-repeat; }
#nav-11 a:hover { background:url("../images/nav.jpg") -258px -321px no-repeat; }
#nav-12 a:hover { background:url("../images/nav.jpg") -258px -336px no-repeat; }
#nav-13 a:hover { background:url("../images/nav.jpg") -258px -351px no-repeat; }
#nav-14 a:hover { background:url("../images/nav.jpg") -258px -366px no-repeat; }
#nav-15 a:hover { background:url("../images/nav.jpg") -258px -381px no-repeat; }
#nav-16 a:hover { background:url("../images/nav.jpg") -258px -396px no-repeat; }
#nav-17 a:hover { background:url("../images/nav.jpg") -258px -411px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#SPECIFY #nav-01 { background:url("../images/nav.jpg") -258px  -15px no-repeat; }
body#SPECIFY #nav-02 { background:url("../images/nav.jpg") -258px  -30px no-repeat; }
body#SPECIFY #nav-03 { background:url("../images/nav.jpg") -258px  -60px no-repeat; }
body#SPECIFY #nav-04 { background:url("../images/nav.jpg") -258px  -90px no-repeat; }
body#SPECIFY #nav-05 { background:url("../images/nav.jpg") -258px -120px no-repeat; }
body#SPECIFY #nav-06 { background:url("../images/nav.jpg") -258px -150px no-repeat; }



div#icp-logo
{
	background:transparent url(../images/logo-icp.gif) no-repeat scroll 0 0;
	height:81px;
	left:467px;
	position:absolute;
	top:11px;
	width:73px;
}

#tissue-request #contact-tissue-request label {
	margin-bottom:15px;
	}
	
#tissue-request #contact-tissue-request label#address1 { margin-bottom:8px; }
	
#contact-tissue-request #contact_ship_to_city { margin:0 }
	
#contact-tissue-request #contact_ship_to_state { margin:0 }