body {
	background: #3461BA url(../fw/body-bg.jpg) repeat-x top left;
	margin:0 0 10px 0;
	padding:0;
	font: 0.75em Verdana, Arial, Helvetica, sans-serif;
	color: #59585B;
	}
table {
	border-spacing: 0;
	border-collapse: collapse;
	border-width: 0;
	font-size: 1em;
}/* font-size must be reset here or all embedded tables will have increasingly smaller text */
table th,
table td {
}
body.inner {
	background: #3461BA url(../fw/body-inner-bg.jpg) repeat-x top left;
	}
a {
	color: #4D74C2;
	}
a:hover {
	}
h1 {
	margin: 10px 0;
	padding:0;
	font-size: 170%;
	font-weight: normal;
	}
h1 a {
	color:#59585B;
	}
h1 a:hover {
	color:#4D74C2;
	}
h2 {
	color: #A7C34A;
	font-size: 170%;
	font-weight: normal;
	}
h3 {
	color: #999999;
	font-size: 170%;
	font-weight: normal;
	}
h4 {
	font-size: 170%;
	font-weight: normal;
	background-color: #59585B;
	color: #FFFFFF;
	padding: 5px 15px;
	}
h5 {
	font-size: 170%;
	font-weight: normal;
	background-color: #A7C34A;
	color: #FFFFFF;
	padding: 5px 15px;
	}
h6 {
	font-size: 100%;
	}
hr {}
img {
	border-width: 0;
	}	
.clear {
	clear:both;
	}	

.container {
	width: 978px;
	margin: 0 auto 20px auto;
	}
  
/************************
	HEADER
*************************/

.header {
	width: 978px;
	height: 120px;
	}
.logo {
	width: 214px;
	height: 96px;
	margin: 18px 0 0 4px;
	float: left;
	}
.logoJDRF {
	width: 195px;
	height: 70px;
	margin: 9px 4px 0 0;
	float: right;
	}

/*************************
	HOME CONTENT
*************************/

.homeFlash {
	width: 978px;
	height: 328px;
	margin-top: 1px;
	background: url(../fw/home-flash-bg.jpg) no-repeat top left;
	padding: 4px 0 0 4px;
	}

.flashRegion {
	width: 650px;
	height: 320px;
	display:inline;
	float: left;
	}

.homeTabContent {
	width: 320px;
	height: 320px;
	float:right;
	margin-right:8px;
	display:inline;
	}
.homeTabContent a.welcome {
	display: block;
	width: 107px;
	height: 38px;
	text-align:center;
	line-height:3em;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
	float:left;
	}
.homeTabContent a.welcome:hover {
	color: #A7C34A;
	}
.homeTabContent a.mission {
	display: block;
	width: 107px;
	height: 38px;
	text-align:center;
	line-height:3em;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;	
	float:left;
	}
.homeTabContent a.mission:hover {
	color: #A7C34A;
	}
.homeTabContent a.news {
	display: block;
	width: 105px;
	height: 38px;
	text-align:center;
	line-height:3em;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
	float:left;
	-margin-right:-10px;
	}
.homeTabContent a.news:hover {
	color: #A7C34A;
	}
.homeTabContentInner {
	display: block;
	overflow: auto;
	height: 242px;
	padding: 30px 26px 10px 26px;
	color: #CDD8EE;
}
.homeTabContentInner h1 {
	color: #CDD8EE;
	margin: 0 0 15px 0;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	}
.homeTabContentInner p {
	margin: 0 0 15px 0;
	}
	
/*************************
	HOME BOTTOM BANNERS
*************************/

.homeBanners {
	width: 978px;
	height: 168px;
	margin: 8px auto 16px auto;
	}
.homeBanners a {
	display: block;
	width: 318px;
	height: 168px;
	margin-right: 12px;
	float: left;
	}
.homeBanners a.last {
	margin:0;
	}
	
/*************************
	INNER CONTENT
*************************/

.innerBox {
	background: url(../fw/innerBox-tile.jpg) repeat-y top left;
	width: 978px;
	margin:12px auto 5px auto;
	}
.innerBox div.innerBoxTop {
	background: url(../fw/innerBox-top.jpg) no-repeat top left;
	padding: 4px 0 0 0;
	}
.innerBox div.innerBoxBottom {
	background: url(../fw/innerBox-bottom.jpg) no-repeat bottom left;
	padding: 0 15px 15px 15px;
	}
	
/********************************
	INNER COLUMN LAYOUT
********************************/

.innerLeftCol {
	width:200px;
	float:left;
	}
.innerCenterCol {
	width:350px;
	float:left;
	padding: 20px;
	}/* Total width should add to 390px. */
.innerRightCol {
	width:350px;
	float:right;
	}
.innerCenterWideCol {
	width: 480px;
	float:left;
	padding: 20px;
	}/* Total width should add to 520px. */
.innerRightThinCol {
	width: 200px;
	float:right;
	padding:20px 10px 0 0;
	}
.innerCenterFullWidthCol {
	width: 710px;
	float:left;
	padding: 20px 0 20px 20px;
	}/* Total width should add to 730px. */
	
	
/********************************
	LEFT COLUMN NAV BOX
********************************/
	
.leftNavBox {
	background-color: #A9C24A;
	width: 200px;
	margin: 11px auto 0 auto;
	}
.leftNavBox div.leftNavBoxTop {
	background: url(../fw/box-leftNav-top.jpg) no-repeat top left;
	padding: 10px 0 0 0;
	}
.leftNavBox div.leftNavBoxBottom {
	background: url(../fw/box-leftNav-bottom.jpg) no-repeat bottom left;
	padding-bottom: 15px;
	}

.leftNavBox ul {
	margin:0;
	padding:0;
	list-style:none;
	}
.leftNavBox li {
	padding:0;
	margin:0;
	}
.leftNavBox li a {
	width:183px;
	padding: 4px 2px 4px 15px;
	display:block;
	color:#FFF;
	text-decoration:none;
	}
.leftNavBox li a:hover {
	background-color: #64742C;
	}

/********************************
	LEFT COLUMN NAV BOX - SECTION SPECIFIC STYLES
********************************/

.aboutNav div.leftNavBoxTop {
	background-image: url(../fw/box-about-top.jpg);
	padding: 110px 0 0 0;
	}
.partnersNav div.leftNavBoxTop {
	background-image: url(../fw/box-partners-top.jpg);
	padding: 110px 0 0 0;
	}
.investigatorsNav div.leftNavBoxTop {
	background-image: url(../fw/box-investigators-top.jpg);
	padding: 110px 0 0 0;
	}

/********************************
	LEFT COLUMN NEWSLETTER BOX
********************************/
	
.newsletterBox {
	background: url(../fw/newsletterBox-tile.jpg) repeat-y top left;
	width: 200px;
	margin:12px auto 5px auto;
	color: #859B3B;
	font-size: 95%;
	}
.newsletterBox p {
	padding: 0 5px 0 15px;
	}
.newsletterBox div.newsletterBoxTop {
	background: url(../fw/newsletterBox-top.jpg) no-repeat top left;
	padding-top: 25px;
	}
.newsletterBox div.newsletterBoxBottom {
	background: #C2D581 url(../fw/newsletterBox-bottom.jpg) no-repeat bottom left;
	font-size: 105%;
	}
.newsletterBox a.signup {
	background:url(../fw/newsletterBox-arrow.jpg) no-repeat center left;
	display:block;
	margin-left:15px;
	padding: 6px 10px 6px 8px;
	color:#859B3B;
	text-decoration:none;
	}
.newsletterBox a.signup:hover {
	text-decoration: underline;
	}
	
/***********************************
	LEFT COLUMN CONTACT BOX
************************************/

.contactBox {
	background: url(../fw/contactBox-tile.jpg) repeat-y top left;
	width: 200px;
	margin:12px auto 5px auto;
	color: #FFF;
	font-size: 95%;
	}
.contactBox p.blue {
	color:#4D74C2;
	}
.contactBox p.phone {
	font-size: 170%;
	letter-spacing:1px;
	margin:0;
	padding:0 0 0 15px;
	}
.contactBox p {
	padding: 0 5px 0 15px;
	}
.contactBox div.contactBoxTop {
	background: url(../fw/contactBox-top.jpg) no-repeat top left;
	padding-top: 25px;
	}
.contactBox div.contactBoxBottom {
	background: #9AB0DD url(../fw/contactBox-bottom.jpg) no-repeat bottom left;
	font-size: 105%;
	}
.contactBox a.signup {
	background:url(../fw/contactBox-arrow.jpg) no-repeat center left;
	clear: both;
	display:block;
	margin-left:15px;
	padding: 6px 10px 6px 8px;
	color:#FFF;
	text-decoration:none;
	}
.contactBox a.signup:hover {
	text-decoration: underline;
	}

/***********************************
	CENTER COLUMN CONTENT
***********************************/

table.landingPageLinkTable {
	width: 350px;
	margin-top: 15px;
}
table.landingPageLinkTable td {
	padding: 0 10px 10px 0;
	text-align: left;
	vertical-align: top;
}
table.landingPageLinkTable h1 {
	font-size: 140%;
	padding: 0;
	margin: 0;
	line-height: 120%;
	}
table.landingPageLinkTable p {
	padding: 0;
	margin: 0;
	}

	
/*******************************
	RIGHT COLUMN CONTENT
********************************/

.innerRightBox {
	background: url(../fw/innerRightBox-tile.jpg) repeat-y top left;
	width: 350px;
	margin:12px auto 5px auto;
	}
.innerRightBox h1 {
	color:#9C9BA0;
	margin: 0 0 10px 0;
	padding:0;
	}
.innerRightBox div.innerRightBoxTop {
	background: url(../fw/innerRightBox-top.jpg) no-repeat top left;
	padding-top: 10px;
	}
.innerRightBox div.innerRightBoxBottom {
	background: #9C9BA0 url(../fw/innerRightBox-bottom.jpg) no-repeat bottom left;
	}
.innerRightBox	.innerRightBoxContent {
	padding: 0 15px;
}
.innerRightBox a.findout {
	display:block;
	padding: 6px 15px;
	color:#FFF;
	text-decoration:none;
	}
.innerRightBox a.findout:hover {
	text-decoration: underline;
	}

/*******************************
	RIGHT COLUMN CONTENT - Secondary Featured Box vç
********************************/

div.secondaryFeaturedBox {
	background-color: #F0EFF2;
	width: 350px;
	margin:12px auto 5px auto;
	color:#9C9BA0;
	}
div.secondaryFeaturedBox h1 {
	color:#9C9BA0;
	margin: 0 0 10px 0;
	padding:0;
	}
div.secondaryFeaturedBox a {
	color:#9C9BA0;
	}
div.secondaryFeaturedBox a:hover {
	color:#4D74C2;
	}
div.secondaryFeaturedBox div.boxTop {
	background: url(../fw/secondaryFeaturedBox-top.gif) no-repeat top left;
	}
div.secondaryFeaturedBox div.boxBottom {
	background: url(../fw/secondaryFeaturedBox-bottom.gif) no-repeat bottom left;
	padding: 15px;
	}
	
/***********************************
	INNER PAGE WIDE RIGHT BOX
***********************************/
	
.innerRightBox200 {
	background: url(../fw/innerRightBox200-tile.jpg) repeat-y top left;
	width: 200px;
	margin:12px auto 5px auto;
	font-size: 95%;
	color:#9C9BA0;
	}
.innerRightBox200 h1 {
	color:#9C9BA0;
	font-size: 105%;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 8px 10px 10px 10px;
	padding:0;
	}
.innerRightBox200 div.innerRightBox200BoxTop {
	background: url(../fw/innerRightBox200-top.jpg) no-repeat top left;
	}
.innerRightBox200 div.innerRightBox200Bottom {
	background: url(../fw/innerRightBox200-bottom.jpg) no-repeat bottom left;
	padding: 2px 15px 20px 0;
	}

.innerRightBox200 ul {
	margin: 0 0 0 12px;
	padding:0;
	list-style:none;
	}
.innerRightBox200 li {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #FFFFFF;
	}
.innerRightBox200 li a {
	display: block;
	background:url(../fw/icon-resourcesDownload.jpg) no-repeat left 50%;
	text-decoration:none;
	color:#9C9BA0;
	padding: 8px 0 8px 26px;
	}
.innerRightBox200 li a:hover {
	text-decoration:underline;
	}

/*************************
	FOOTER
*************************/

.footer {
	width: 978px;
	margin: 0 auto;
	color: #A7C34A;
	text-align: center;
	}
.footer ul {
	width: 978px;
	margin: 0 auto;
	padding:0;
	}	
.footer li {
	margin:0;	
	padding:0 10px;
	list-style:none;
	display: inline;
	}
.footer li a {
	color: #FFF;
	text-decoration:none;	
	}	
.footer li a:hover {
	color: #FFF;
	text-decoration:underline;
	}
.footer a {
	color: #A7C34A;
	text-decoration:none;
	}
.footer a:hover {
	color: #A7C34A;
	text-decoration: underline;
	}
.footer p {
	margin: 8px 0;
	}

/*************************
	MISC
*************************/

.leftPhoto {
	float: left;
	margin:0 15px 10px 0;
	}
.rightPhoto {
	float: right;
	margin:0 0 10px 15px;
	}