body {
	background-color: #606060;
}
#header, #center, #footer {
	float: left;
	width: 100%;
}
#header {
	background-color: #bbbbb;
	height: 260px;
	background: url(../images/headerBkgdTop.jpg) repeat-x;
}
#center {
	background: url(../images/contentBkgd.jpg) repeat-x bottom center #fff;
	padding: 28px 0px;
}

#footer {
	background: url(../images/footerBkgd.jpg) repeat-x;
	height: 180px;
}
#center h1, #center h2, #center h3 {
	color: #333;
}
#lgBranding {
	height: 224px;
	background: url(../images/headerBkgd.jpg) no-repeat;
}
h3 {
	font-size: 26px;
	line-height: 1;
	font-weight: normal;
	margin-left:20px;
}
h2 {
	font-size: 36px;
	line-height: 1;
	font-weight: normal;
	margin-left:20px;
}
h1 {
	font-size: 28px;
/*	line-height: 1.2;
	margin: 48px 0px 0px 360px;
	height: 183px;
	overflow: hidden;
	font-weight: normal;
	text-shadow: 0px 1px 0px #eee;*/
}
a.callToAction, #footer a.callToAction {
	background: url(../images/surveyButton.png) no-repeat 0 0 #53b224;
	padding: 12px 14px 16px 72px;
	display: block;
	border: 1px solid #54b425;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-decoration: none;
	font-size: 28px;
	line-height: 1;
	color: #234500;
	text-align: left;
	margin: 0px auto;
	width: 180px;
	font-weight: bold;
	text-shadow: 0px 1px 0px #a9f95a;
}
a.callToAction:hover, #footer a.callToAction:hover {
	background: url(../images/surveyButton.png) no-repeat -500px 0px #a9f95a;
}
a.callToAction span {
	font-size: 14px;
	font-weight: normal;
}
#leftCol a.callToAction {
	width: 130px;
	font-size: 18px;
	padding: 8px 8px 12px 72px;
	margin: 0px;
}
#footer p {
	text-align: center;
	margin-top: 40px;
}
#footer a {
	color: #eee;
	text-decoration: none;
}
#quotes {
	border-left: 1px solid #aaa;
	padding: 20px 0px 20px 20px;
	float: left;
}
.rotatingQuotes {
	float: left;
}
#quotes h3 {
	font-size: 14px;
	line-height: 1.2;
}
.rotatingQuotes p {
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	font-style: italic;
	font-size: 140%;
	line-height: 1.2;
	color: #555;
	width: 188px;
}
.rotatingQuotes p strong {
	font-weight: bold;
	color: #800000;
}
p.source {
	color: #aaa;
	font-size: 70%;
}
p.smallQuote {
	font-size: 120%;
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	font-style: italic;
	color: #800000;
}
.callout {
	border: 1px solid #aaa;
	background-color: #eee;
	padding: 20px;
	width: 178px;
}
.callout h2 {
	font-size: 18px;
	font-weight: bold;
}
.callout li {
	margin-left: 14px;
}
ul#countrySwitcher {
	width: 100%;
	height: 36px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
ul#countrySwitcher li {
	margin: 0;
	padding: 0px;
	float: left;
}
ul#countrySwitcher li a {
	display: block;
	height: 33px;
	width: 46px;
	background-repeat: no-repeat;
	text-decoration: none;
	line-height: 0;
	background-position: 0px -33px;
	margin: 10px 10px 0 0;
	padding: 0px;
}
ul#countrySwitcher li a:hover, ul#countrySwitcher li.active a:hover, ul#countrySwitcher li.active a {
	background-position: 0px 0px;
	border: 1px solid #ddd;
	margin: 8px 8px 0 0;
}
ul#countrySwitcher li a.US {
	background-image: url(../images/flags/us.png);
}
ul#countrySwitcher li a.DE {
	background-image: url(../images/flags/de.png);
}
ul#countrySwitcher li a.PL {
	background-image: url(../images/flags/pl.png);
}
ul#countrySwitcher li a.CA {
	background-image: url(../images/flags/ca.png);
}
#feedback {
	border-left-color: #666666;
	border-bottom-color: #666666;
	border-right-color: #666666;
	border-top-color: black;
	border-width: 1px;
	border-style: solid;
	top: 0px;
	margin-left: 20px;
	position: absolute;
	left: 10px;
}
#feedback a {
	letter-spacing: 1px;
	padding-left: 7px;
	padding-bottom: 3px;
	padding-right: 7px;
	padding-top: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
	margin-right: 2px;
	margin-top: 0px;
	background-color: #000;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	color: #ddd;
	float: left;
	text-decoration: none;
}
#feedback a:hover {
	background-color: #222;
	color: #fff;
	padding-left: 7px;
	padding-bottom: 3px;
	padding-right: 7px;
	padding-top: 6px;
}
ul#mainNav {
	width: 100%;
	background: url("../images/menu-bg.gif") repeat-x;
	font-size: 0.8em;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#mainNav li {
	display: block;
	float: left;
	width: 176px;
	margin: 0;

}
ul#mainNav li.home {
	width: 80px;
}
ul#mainNav li a {
	font-size: 12px;
	height:38px;
	color: #777;
	padding-top: 3px;
	text-decoration: none;
	display: block;
	text-align: center;
}
ul#mainNav li a:hover {
	color: #333;
}
ul#mainNav li.active {
	background: url("../images/current-bg.gif") repeat-x;
}
ul#mainNav li.active a {
	color: #fff;
}

ul#subNav {
	list-style: none;
	margin: 0 0 28px 0;
	padding: 0;
}
ul#subNav li {
	margin: 0;
}
ul#subNav li a {
	text-decoration: none;
	width: 180px;
	display: block;
	background-image: url(../images/subnav.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding: 10px 10px 10px 20px;
	margin-bottom: 3px;
	border: 1px solid #d9bc2b;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	line-height: 1;
}
ul#subNav li a:link {
	color: #7b0c13;
}
ul#subNav li a:hover {
	color: #7b0c13;
	background-position: 0 -80px;
}
ul#subNav li.active a, ul#subNav li.active a:hover {
	width: 174px;
	padding: 10px 10px 10px 26px;
}
ul#subNav li.active a, ul#subNav li.active a:hover {
	color: #fff;
	background-position: 0 -160px;
	border: 1px solid #7b0c13;
	font-weight: bold;
}
.center {
	text-align:center;
}
.siteList {
	float:left;
	width:33%;
}
.siteList.inactive {
	padding-bottom:40px;
}
.siteList.inactive .introText h3 {
	font-size:20px;
}
.siteListDiv {
	margin:0 0 0 50px;
}
#sites {
	color:#000;
	margin: 0 0 0 10px;
	font-size:12px;
	padding: 10px;
}
#sites .stateRow {
	background: #A8030D;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 120%;
}
#sites .even {
	background: #F3F3F3;
}
#sites .odd {
	background: #e6e6e6;
}
#sites th, #sites td {
	padding: 4px 10px 4px 5px;
}
/* canadian site list code */

#sites .title {
	background:#333333;
	color: #FFFFFF;
	font-weight: bold;
}
/* research centers css for flash maps & text show hide area */
#maps {
	font-family: "Lucida Grande", Verdana, sans-serif;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #545454;
	text-align: right;
	padding: 1px 0;
	margin-bottom: 0px;
}
#maps a {
	background-color: #A8030D;
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 20px;
	line-height: 0;
}
#maps a:hover {
	background-color: #DC030E;
	color: #FFFFFF;
	font-weight: bold;
}
#text {
	padding-top: 25px;
}
#studycenters {
	font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 12px;
	border-spacing: 1px;
	border-collapse: separate;
	margin-left: 100px;
	padding: 5px;
}
#studycenters #enrollingnow, #studycenters #enrollingsoon {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #666666;
}
#studycenters .state {
	font-weight: bold;
	color: #000000;
	text-align: left;
}
#studycenters .odd {
	background-color: #E6E6E6;
	text-align: left;
}
#studycenters .even {
	background-color: #F3F3F3;
	text-align: left;
}
#studycenters tr td {
	padding: 4px 10px 4px 5px;
}
#studycenters td.check {
	text-align: center;
}
#usa, #canada {
	text-align: center;
}
p{ line-height: 150%;
	margin: 10px 0;}
	

#news {
	border-width: 1px;
	border-style: solid;
	padding: 5px;}
	
#recommend { padding-top: 0px; padding: 0px; text-align:center;}
	


	