body, * {
	padding: 0px;
	margin:0px;
}
.clear {
	clear: both;
}

body {
	margin: 0px auto;
	width: 1000px;
 	background-image: url(../images/homepage-bg.jpg);
 	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000000;
}
img {
	border-width: 0px;
}

a:link {color: #00CCFF; text-decoration: underline; }
a:active {color: #00CCFF; text-decoration: underline; }
a:visited {color: #00CCFF; text-decoration: underline; }
a:hover {color: #00CCFF; text-decoration: none; }

#logo {
	padding-top: 82px;
	padding-bottom: 88px;
	padding-left: 28px;
	float:left;
}

#header {
	height: 297px;
	width: 1000px;
}	

#top-nav {
	height: 43px;
	line-height:0px;
	position: relative;
}
	#top-nav li{
		margin: 0;
		padding: 0;
		list-style: none;
		position: absolute;
		top: 0;
	}
	#top-nav li, #top-nav a {
		height: 43px;
		display: block;
		overflow: hidden;
	}
	#li-about-foundation {
		left: 0px;
		width: 158px;
		background: url(../images/top-nav-sprite.gif) 0 0;
	}
	#li-about-foundation a:hover, #li-about-foundation-active {
	left: 0px;
		width: 158px;
		background: url(../images/top-nav-sprite.gif) 0px -44px;
	}
	#li-about-graham {
		left: 158px;
		width: 142px;
		background: url(../images/top-nav-sprite.gif) -159px 0;
	}
	#li-about-graham a:hover, #li-about-graham-active {
	    left: 158px;
		width: 142px;
		background: url(../images/top-nav-sprite.gif) -159px -44px;
	}
	#li-what-is-pancreatic {
		left: 300px;
		width: 174px;
		background: url(../images/top-nav-sprite.gif) -302px 0;
	}
	#li-what-is-pancreatic a:hover, #li-what-is-pancreatic-active {
	left: 300px;
		width: 174px;
		background: url(../images/top-nav-sprite.gif) -302px -44px;
	}
	#li-patients {
		left: 474px;
		width: 184px;
		background: url(../images/top-nav-sprite.gif) -477px 0;
	}
	#li-patients a:hover, #li-patients-active {
	left: 474px;
		width: 184px;
		background: url(../images/top-nav-sprite.gif) -477px -44px;
	}
	#li-find-doctor {
		left: 658px;
		width: 120px;
		background: url(../images/top-nav-sprite.gif) -662px 0;
	}
	#li-find-doctor a:hover, #li-find-doctor-active {
	left: 658px;
		width: 120px;
		background: url(../images/top-nav-sprite.gif) -662px -44px;
	}
	#li-helpful-orgs {
		left: 778px;
		width: 154px;
		background: url(../images/top-nav-sprite.gif) -783px 0;
	}
	#li-helpful-orgs a:hover, #li-helpful-orgs-active {
	left: 778px;
		width: 154px;
		background: url(../images/top-nav-sprite.gif) -783px -44px;
	}
	#li-events {
		left: 932px;
		width: 68px;
		background: url(../images/top-nav-sprite.gif) -938px 0;
	}
	#li-events a:hover, #li-events-active {
		left: 932px;
		width: 68px;
		background: url(../images/top-nav-sprite.gif) -938px -44px;
	}
#main {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: left;
	font-weight: normal;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}
	#main a:visited {
		color: #00CCFF;
	}
	#main h1, p {
		font-family: Arial;
		font-size: 10pt;
	}	
	#main h1 {
		font-weight: bold;
		color: #ffffff;
	}
	#main h2 {
		font-family: Arial;
		text-transform: uppercase;
		font-size: 8pt;
		color: #ffffff;
	}
	#main p {
		color: #ffffff;
	}
	
	#main .update {
		font-weight: bold;
		color: #ff6600;
	}
	
	#left-description{
		float: left;
		width: 264px;
		line-height: 125%;
	}
	
	#right-donate{
		float: right;
		width: 315px;
		padding-right: 20px;
	}
		#donate-left{
			background: url('../images/donate.png') 0px 0;
			background-repeat: no-repeat;
			width: 80px;
			height: 600px;
			min-height: 600px;
			height: auto !important;
			float: left;
		}
		#donate-main p{
			line-height: 150%;
		}
		#donate-main h1{
			line-height: 125%;
		}
	#center-events{
		margin-left: 295px;
		margin-right: 346px;
		padding-left: 12px;
		padding-right: 12px;
		border-left: 1px solid #999999;
		border-right: 1px solid #999999;
		z-index:2;
	}
		#events-left{
			background: url('../images/updates_btn.jpg') 0px 0;
			background-repeat: no-repeat;
			width: 80px;
			height: 500px;
			min-height: 500px;
			height: auto !important;
			float: left;
		}
		#events-main p{
			line-height: 150%;
		}
		#events-main h1{
			line-height: 125%;
		}
		
		#updates-left{
			background: url('../images/events.png') 0px 0;
			background-repeat: no-repeat;
			width: 80px;
			height: 475px;
			min-height: 475px;
			height: auto !important;
			float: left;
		}
		
input,textarea {
	border: 1px solid #4f4f4f;
}

label {
font-size:11pt;
line-height:110%;
display:block;
}
#bottom-bar {
	background: #666666;
	height: 43px;
	overflow: hidden;
}
	#site-search {
		margin-left: 378px;
		padding-top: 11px;
		width: 205px;
		height: 43px;
	}
		fieldset {
			border-style: none;
			padding:0;
			margin:0;
			display:block;
		}
	#bottom-nav {
		float: left;
		padding-right: 10px;
	}
	#bottom-nav {
	height: 43px;
	line-height:0px;
	position: relative;
}
	#bottom-nav li{
		margin: 0;
		padding: 0;
		list-style: none;
		position: absolute;
		top: 0;
	}
	#bottom-nav li, #bottom-nav a {
		height: 43px;
		display: block;
		overflow: hidden;
	}
	#li-make-a-donation {
		left: 0px;
		width: 122px;
		background: url(../images/bottom-nav-sprite.gif) 0 0;
	}
	#li-make-a-donation a:hover, #li-make-a-donation-active {
	left: 0px;
		width: 122px;
		background: url(../images/bottom-nav-sprite.gif) 0px -44px;
	}
	#li-contact-us {
		left: 122px;
		width: 88px;
		background: url(../images/bottom-nav-sprite.gif) -123px 0;
	}
	#li-contact-us a:hover, #li-contact-us-active {
	left: 122px;
		width: 88px;
		background: url(../images/bottom-nav-sprite.gif) -123px -44px;
	}
	#li-terms-of-use {
		left: 210px;
		width: 97px;
		background: url(../images/bottom-nav-sprite.gif) -212px 0;
	}
	#li-terms-of-use a:hover, #li-terms-of-use-active {
	left: 210px;
		width: 97px;
		background: url(../images/bottom-nav-sprite.gif) -212px -44px;
	}
	#li-sitemap {
		left: 307px;
		width: 68px;
		background: url(../images/bottom-nav-sprite.gif) -310px 0;
	}
	#li-sitemap a:hover, #li-sitemap-active {
	left: 307px;
		width: 68px;
		background: url(../images/bottom-nav-sprite.gif) -310px -44px;
	}
	#copyright {
		font-family: Arial;
		text-transform: uppercase;
		font-size: 8pt;
		color: #ffffff;
	}
#footer {
	text-align: center;
}
	#footer img {
		border-width: 0;
		width: 57px;
		height: 20px;
		/*width:88px;
		height:31px;*/
	}
	

