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

.center-bullet{
	padding-left: 20px;
}

#sponsors ul{
	list-style:none;
}
	#sponsors li{
		display:inline-block;
		display:table-cell;
		text-align:center;
		padding-left:25px;
		padding-right:25px;
	}
		#sponsors a{
			text-decoration:none;
		}

body {
	margin: 0px auto;
	width: 1000px;
 	background-image: url(../images/body-bg.png);
	background-repeat: repeat-x;
	background-color: #8c9998;
}

img {
	border-width: 0px;
}

#logo {
	padding-top: 82px;
	padding-bottom: 88px;
	padding-left: 28px;
	float:left;
}
#header { 
	background-image: url(../images/header-events-bg.jpg);
	background-repeat: no-repeat;
	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 {
	background: #ffffff;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: left;
	min-height: 300px;
	height: auto !important;
	height:300px;
}
	#main h1, p {
		font-family: Arial;
		font-size: 10pt;
	}	
	#main h1 {
		font-weight: bold;
		color: #4f4f4f;
	}
	#main h2 {
		font-family: Arial;
		text-transform: uppercase;
		font-size: 8pt;
	}
	#main p {
		color: #4f4f4f
	}
	#left-nav{
		float: left;
		width: 180px;
	}
	#left-nav-list {
		letter-spacing: normal;
		display: block;
		list-style: none;
		padding-left: 15px;
		line-height: 150%;
		width: 180px;
		z-index:1;
	}
		#left-nav a{
			padding-left: 5px;			
			display: block;
			color: #000000;
			font-style: normal;
			text-decoration: none;
		}
		#left-nav a:hover{
			background: #669acc;
			color: #ffffff;
		}
		#link-active {
		background: #669acc;
		color: #ffffff;	
		}
	#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: 350px;
			float: left;
		}
		#donate-main p{
			line-height: 150%;
		}
		#donate-main h1{
			line-height: 125%;
		}
	#center-content{
		margin-left: 224px;
		margin-right: 346px;
		padding-left: 12px;
		padding-right: 12px;
		border-left: 1px solid #999999;
		border-right: 1px solid #999999;
		font-family:Arial;
		font-size:9pt;
		 color:#4f4f4f;
		 z-index:2;
	}
	#center-content h2{
		font-size:11pt;
		margin-bottom:10px;
	}
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;
	}