@charset "utf-8";
/* Genzyme Grants Styles */

html 
{
	overflow-y: scroll;
	margin: 0px;
	padding: 0px;
}
body
{
	margin: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #666666;
}
p
{
	padding-top: 0px;
	padding-bottom: 12px;
	margin-bottom: 0px;
	margin-top: 0px;
}
a:link, a:visited
{
	color: #9acd32;
	font-weight: bold;
}
a:hover
{
	color: #bcd28e;
}
#top
{
	width: 100%;
	background-color: #666666;
	text-align: center;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 1px;
}
#utilityContainer
{
	margin: auto; 
	text-align: left; 
	width: 1003px; 
}
#utilityLinks
{
	text-align: right;
	font-size: 11px;
}
#utilityLinks ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#utilityLinks ul li
{
	display: inline;
	background: url(images/bulletUtility.gif) no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
	padding-right: 10px;
}
#utilityLinks ul li.home
{
	background: url(images/bulletUtilitySolid.gif) no-repeat;	
	background-position: 0px 5px;
}
#utilityLinks a
{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
#middle
{
	width: 100%;
	background-color: #663366;
	text-align: center;
	overflow: hidden;
}
#navLeft
{
	height: 22px;
	background-color: #006600;
	float: left;
	border-right: 1px solid #ffffff;
}
#navBar
{
	background: url(images/navBarBG.gif) repeat-x top left;
	width: 100%;
	height: 23px;
	overflow-y: hidden;
	overflow-x: hidden;
	text-align: center;
}
#nav
{
	text-align: center;
	width: 978px;
	height: 22px;
	margin: auto;
}
#nav div
{
	float: left;
	border-left: 1px solid #ffffff;
}
#innerNav
{
	text-align: center;
	width: 979px;
	height: 22px;
	margin: auto;
}
#innerNav div
{
	float: left;
	border-left: 1px solid #ffffff;
}
#navRight
{
	width: 20px;
	height: 22px;
	background-color: #006600;
	float: left;
}
#homeMain
{
	background-color: #663366;
	overflow: hidden;
	text-align: center;
	width: 100%;
}
#homeMainImg
{
	width: 976px;
	height: 504px;
	background: url(images/homeMainImg.jpg) no-repeat;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	overflow: hidden;
	text-align: left;
	margin: auto;
}
#innerMain
{
	background-color: #663366;
	overflow: hidden;
	text-align: center;
}
#innerContentContainer
{
	width: 988px;
	background: #ffffff url(images/contentBG.gif) repeat-y top right;
	border-left: 1px solid #ffffff;
	overflow: hidden;
	margin: auto;
	position: relative;
	left: 5px;
}
#innerContent
{
	width: 730px;
	text-align: left;
	float: left;
	color: #666666;
}
#innerContent p
{
	padding-top: 0px;
	padding-bottom: 12px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#content
{
	padding-left: 53px;
	padding-top: 24px;
	padding-right: 118px;
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 25px;
	/*padding-bottom: 20px;*/
}
#content p
{
	padding-top: 0px;
	padding-bottom: 12px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#content ul
{
	list-style-type: none;
	margin: 0px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 12px;
}
#content ul li
{
	background: url(images/bulletContent.gif) no-repeat;
	background-position: 0px 7px;
	padding-left: 11px;
}
#content .contentSmallHdr
{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #66999a;
	display: block;
	padding-top: 11px;
	margin-top: 0px;
	padding-bottom: 12px;
	margin-bottom: 0px;
}
#contentBtmImg
{
	padding-right: 12px;
	background: #ffffff url(images/contentBG.gif) repeat-y top right;
	height: 116px; 
	clear: both;
	overflow: auto;
}	
#greenHdr
{
	height: 48px;
	background-color: #cce599;
	border-bottom: 1px solid #ffffff;
	padding-top: 28px;
	padding-left: 21px;
}
#contentHdr
{
	padding-left: 20px;
	padding-top: 40px;
}
#rightImg
{
	width: 258px;
	float: left;
	text-align: left;
	color: #666666;
	/*padding-bottom: 20px;*/
	background: #ffffff url(images/contentBG.gif) repeat-y top right;
}
#rightImg a
{
	color: #666666;
	text-decoration: none;
}
#rightImg a:hover
{
	text-decoration: underline;
}
#contactInfo
{
	text-align: right;
	font-size: 11px;
	line-height: 18px;
	padding-right: 25px;
	padding-top: 25px;
}
#contactInfo .header
{
	font-weight: bold;
	color: #006600;
	text-transform: uppercase;
	font-size: 13px;
}
#bottom
{
	width: 100%;
	background-color: #666666;
	text-align: center;
	color: #b3b3b3;
	font-size: 9px;
	border-top: 1px solid #ffffff;
	padding-top: 9px;
	padding-bottom: 9px;
}
#bottom a
{
	color: #b3b3b3;
	text-decoration: none;	
}
#bottom a:hover
{
	text-decoration: underline;
}
#footer
{
	width: 1003px; 
	text-align: center;	
	margin: auto;
}
