@import url(stylesheet.bottom.css);

/************************/
/* Main Styles */
/************************/
* {
	padding: 0px;
	margin: 0px;
}
body {
	background: #919191 url(/media/images/global/bg_top_body.jpg) repeat-x;
	font-family: arial, helvetica, verdana, sans-serif;
	color: #414141;
}
a:link, 
a:visited {
	color: #bb0059;
	text-decoration: none;
}
a:hover, 
a:active {
	color: #84c049;
}
a img {
	border: none;
}
img.imgRight {
	float: right;
	margin: 0px 0px 5px 5px;
}
img.imgLeft {
	float: right;
	margin: 0px 0px 5px 5px;
}
div.narrativeText img.fullWidth {
	width: 405px;
	height: auto;
}

div#nonflash {
	/* display: none; */

	/* temporary */
}

div#nonflash div#flashCol1 {
	float: left;
	width: 490px;
	padding: 130px 0px 0px 0px;
}
div#nonflash div#flashCol2 {
	float: left;
	width: 400px;
	background: #FFF;
	height: 305px;
}
div#nonflash p {
	margin: 0px 0px 5px 0px;
}
div#nonflash div#flashCol1 div {
	margin: 0px 0px 0px 45px;
}
div#flashCol1 h2 {
	background: url(/media/images/global/bracket_sm_gl.gif) no-repeat left top;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 0px 15px;
	line-height: 36px;
	text-transform: uppercase;
	margin: 0px 0px 20px 45px;
}
div#flashCol1 h2 span {
	background: url(/media/images/global/bracket_sm_gr.gif) no-repeat right top;
	padding: 10px 15px 10px 0px;
	line-height: 36px;
}
div#flashCol2 h3 {
	margin: 60px 60px 10px 40px;
	padding: 0px 0px 5px 0px;
	font-family: "Times New Roman",Times,Georgia,serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	border-bottom: 2px solid #CCC;
}
div#flashCol2 ol {
	color: #84C049;
	margin: 5px 60px 0px 20px;
	padding: 0px 0px 0px 45px;
}
div#flashCol2 li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCC;
}
form option {
	padding: 1px 3px;
}
.printOnly, img#printHead {
	display: none;
}



/************************/
/* Containers */
/************************/
div#pageWrapper {
	width: 100%;
	text-align: center;
}
div#siteCenter {
	position: relative;
	margin: 0px auto;
	width: 910px;
}
div#siteContainer {
	float: left;
	background: url(/media/images/global/shade_sides.gif) repeat-y;
	position: relative;
}
div#header {
	position: absolute;
	top: 15px;
	left: 0px;
	margin: 0px 20px;
	width: 870px;
	text-align: left;
	z-index: 3;
}
div#topFrameStart {
	position: relative;
	margin: 0px 0px -290px 0px;
	width: 910px;
	height: 290px;
	background: url(/media/images/global/shade_top_start.gif) no-repeat;
	z-index: 2;
}
div#topFrameEnd {
	float: left;
	position: relative;
	margin: -12px 0px 0px 0px;
	width: 910px;
	height: 16px;
	overflow: hidden;
	background: url(/media/images/global/shade_top_end.gif) no-repeat;
	z-index: 3;
}
div#topContainer {
/* DISABLED DUE TO IE RENDERING BUG
	position: relative;
	left: 10px;
	margin: 51px 0px 4px 0px;
*/
	float: left;
	margin: 51px 0px 4px 10px;
	width: 890px;
	text-align: left;
/* DISABLED : IE Cascading Issue
	background: #fff;
*/
}
div#mainContent {
	float: left;
	position: relative;
	text-align: left;
}
div#topContainer div#mainContent {
	z-index: 3;
}
div#bottomContainer {
	float: left;
	width: 910px;
/* DISABLED : For Bio Landing Page Height
	height: 245px;
*/
	background: #919191;
}
div#bottomContent {
	float: left;
	position: relative;
	width: 910px;
	text-align: left;
/* DISABLED : For Bio Landing Page Height
	height: 251px;
*/
	overflow: hidden;
	z-index: 3;
}
div#footer {
	float: left;
	padding: 10px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	width: 910px;
	font-size: 10px;
	color: #fff;
	background: #919191;
	z-index: 3;
}
input.error, select.error, textarea.error {
	background: #e0a6a9;
}



/************************/
/* Header Styles */
/************************/
h1#siteLogo {
	top: 70px;
	left: 25px;
	position: absolute;
	width: 124px;
	height: 77px;
	background: url(/media/images/global/sk_logo_screen.gif) top left no-repeat;
	z-index: 10;
}
h1#siteLogo a {
	display: block;
	width: 124px;
	height: 77px;
}
h1#siteLogo span {
	display: none;
}
ul#mainNav {
	float: left;
	width: 675px;
	list-style: none;
	font-size: 10px;
	line-height: 16px;
	text-transform: uppercase;
}
ul#mainNav li {
	float: left;
	margin: 0px 7px 0px 0px;
	padding: 0px 7px 0px 0px;
	border-right: 1px dashed #a5c963;
	margin-top: 2px;
}

ul#mainNav li.lastItem {
	border: none;
	margin-top: 0px;
	display: none;
}
ul#mainNav a:link, ul#mainNav a:visited {
	color: #fff;
}
ul#mainNav a:hover, ul#mainNav a:active {
	color: #d2d2d2;
}
ul#mainNav a.hLight:link, ul#mainNav a.hLight:visited {
	color: #a5c963;
}
form#siteSearchForm {
	float: right;
}
form#siteSearchForm fieldset {
	border: none;
	
/* Styled Input Test
	background: url(/media/images/global/back_search_box.gif) no-repeat;
 */
 
}
form#siteSearchForm input.formInput {
	margin: 0px 5px 6px 0px;
	padding: 3px 3px;
	width: 136px;
	height: 13px;
	color: #fff;
	font-size: 11px;
	border: 1px solid #fff;
	background: #a5c963;
/* Styled Input Test
	height: 21px;
	border: 0px solid #fff;
	background: transparent;
 */
 
}
form#siteSearchForm input.formSubmit {

}



/************************/
/* Content Styles */
/************************/
ul#topLinks {
	position: absolute;
	top: 20px;
	right: 13px;
	list-style: none;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}
ul#topLinks li {
	float: right;
	margin: 0px 0px 5px 15px;
	line-height: 16px;
}
ul#topLinks a:link,
ul#topLinks a:visited {
	padding: 3px 0px 3px 20px;
	background: url(/media/images/global/arrow_green_white.gif) 0px 0px no-repeat;
}
ul#topLinks li.lastItem {
	margin: 0px 0px 5px 0px;
}
h2#secTitle {
	position: absolute;
	top: 65px;
	right: 48px;
	padding: 0px 0px 0px 5px;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 40px;
	font-weight: normal;
	font-style: italic;
	text-transform: lowercase;
	text-align: right;
	color: #bb0059;
}
h3#subTitle {
	margin: 0px 0px 9px 13px;
	font-size: 18px;
	font-weight: normal;
	text-transform: lowercase;
	color: #84c049;
}
div#mainContent div.narrativeText {
	margin: 0px 13px;
}
div.narrativeText {
	/*
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 13px;
	*/
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
}
div.narrativeText h3 {
	margin: 6px 0px 10px 0px;
	font-weight: bold;
	font-size: 18px;
}
div#mainContent div.narrativeText h2 {
	margin: 0px 0px 15px 0px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #84c049;
}
div#mainContent div.narrativeText h2.borderOn {
	border-bottom: 1px solid #414141;
}
div.narrativeText p {
	margin: 0px 0px 20px 0px;
}
div.narrativeText ol {
	margin: 0px 20px 20px 20px;
}
div.narrativeText ul {
	margin: 0px 20px 20px 0px;
	list-style: none;
}
	div.narrativeText ul li {
		position: relative;
		padding: 0px 0px 0px 20px;
		background: url(/media/images/global/bullet_square_off.gif) 0px 0px no-repeat;
	}
div.narrativeText blockquote {
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 0px 0px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #84c049;
	border-top: 1px dotted #414141;
	border-bottom: 1px dotted #414141;
}
div.narrativeText blockquote p {
	margin: 0px 0px 10px 0px;
}
div.narrativeText blockquote p.quoted {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 11px;
	color: #414141;
	text-align: center;
}
div.narrativeText blockquote span.label {
	color: #bb0059;
}
div.narrativeText blockquote span.title {
	font-weight: normal;
	font-style: italic;
}
div#mainContent hr {
	clear: both;
	height: 1px;
	margin: 15px 13px;
	border: none;
	border-top: 1px dotted #414141;
}



			/************************/
			/* Left Column Styles */
			/************************/
			ul#subNav {
				margin: 0px 20px 20px 45px;
				font-size: 11px;
				font-weight: bold;
				list-style: none;
			}
			div#leftColumn div.secImage {
				position: absolute;
				top: 277px;
				left: 0px;
				z-index: -1;
			}
			ul#subNav li {
				margin: 0px 0px 10px 0px;
			}
			ul#subNav li.hLight a:link, ul#subNav li.hLight a:visited {
				color: #999;
				cursor: default;
			}
			div#leftColumn div.relatedContent {
				margin: 0px 5px 0px 45px;
				font-size: 11px;
			}
			div#leftColumn div.relatedContent h3 {
				margin: 0px 0px 10px 0px;
				font-family: "Times New Roman", Times, Georgia, serif;
				font-size: 16px;
				font-weight: normal;
				font-style: italic;
				color: #84c049;
			}
			div#leftColumn div.relatedContent ul {
				margin: 0px 0px 20px 0px;
				list-style: none;
			}
			div#leftColumn div.relatedContent li {
				margin: 0px 0px 8px 0px;
			}
			div#leftColumn span.name, 
			div#leftColumn span.title {
				display: block;
			}



/************************/
/* Right Column Styles */
/************************/
div#relWidgets {
	float: right;
	width: 325px;
	overflow: hidden;
}
div#relWidgets h3 {
	padding: 0px 0px 0px 18px;
	height: 27px;
	line-height: 27px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
}
div#relWidgets h3 a:link, 
div#relWidgets h3 a:visited {
	display: block;
	color: #fff;
	padding: 0px 30px 0px 0px;
}
div#relWidgets h3 a:hover, 
div#relWidgets h3 a:active {
	color: #e5f0d0;
}
div#relWidgets div.closed h3 a:link, 
div#relWidgets div.closed h3 a:visited {
	color: #e5f0d0;
}
div#relWidgets div.closed h3 a:hover, 
div#relWidgets div.closed h3 a:active {
	color: #fff;
}
div#relWidgets div.fixed h3 a:link, 
div#relWidgets div.fixed h3 a:visited {
	cursor: default;
}
div#relWidgets h3 strong {
	font-size: 14px;
	font-weight: normal;
	color: #e5f0d0;
}
div#relWidgets h3 span.label {
	font-weight: bold;
}
div#relWidgets div.fixed h3 {
	background: url(/media/images/global/back_widget_top.gif) 0px 0px no-repeat;
}
div#relWidgets div.open h3 {
	background: url(/media/images/global/back_widget_minus.jpg) 0px 0px no-repeat;
}
div#relWidgets div.closed h3 {
	background: url(/media/images/global/back_widget_plus.jpg) 0px 0px no-repeat;
}
div#relWidgets div.widgetContent {
	padding: 10px 20px;
	/*
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 11px;
	*/
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 10px;
	line-height: 17px;
	background: #fff url(/media/images/global/back_widget_content.jpg) 0px 0px repeat-x;
}
div#relWidgets div.closed div.widgetContent, 
div#relWidgets div.closed div#caseMap {
	display: none;
}
div.widgetContent h4 {
	margin: 0px 0px 20px 0px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #bb0059;
}
div.widgetContent h5.label {
	margin: 15px 0px 5px 0px;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	color: #84c049;
}
div.widgetContent p {
	margin: 0px 0px 5px 0px;
}
div.widgetContent p.moreLink {
	clear: both;
	margin: 10px 0px 5px 0px;
	line-height: 27px;
	border-top: 1px dotted #414141;
	border-bottom: 1px dotted #414141;
}
div.widgetContent p.moreLink a:link, 
div.widgetContent p.moreLink a:visited {
	display: block;
	padding: 0px 0px 0px 20px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	background: url(/media/images/global/arrow_green_white.gif) left center no-repeat;
}
div#peopleFlash {
	width: 325px;
	height: 190px;
}
div#caseMap {
	text-align: center;
}
div#caseMap img {
	margin: 0px auto;
}
div#rightColumn div.sideFeat {
	margin: 0px 0px 40px 23px;
	width: 206px;
	/*
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 11px;
	*/
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 10px;
	line-height: 13px;
	overflow: hidden;
}
div#rightColumn div.sideFeat img {
	float: left;
	clear: both;
	margin: 0px 0px 10px 0px;	
	width: 206px;
}

/************************/
/* Bottom Content Styles */
/************************/

p.quoted {
	font-family: "Times New Roman", Times, Georgia, serif !important;
	font-size: 11px;
	color: #414141;
	text-align: center;
}
p.quote {
	font-family: arial,helvetica,verdana,sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	color: 414141;
}
 


/************************/
/* Footer Styles */
/************************/
ul#footerNav {
	margin: 10px auto 15px auto;
	width: 890px;
	list-style: none;
}
ul#footerNav li {
	display: inline;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 5px;
	text-transform: lowercase;
	line-height: 11px;
}
ul#footerNav li.copyright {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	text-transform: none;
	color: #e5f0d0;
	border-right: 1px solid #fff;
}
ul#footerNav a:link, ul#footerNav a:visited {
	color: #fff;
}

ul#footerNav li.rss {
	text-transform: uppercase; 
}

ul#footerNav a:hover, ul#footerNav a:active {
	color: #a5c963;
}
ul#footerNav li.divLink {
	margin: 0px 6px 0px 0px;
	padding: 0px 0px 0px 6px;
	border-left: 1px solid #fff;
}
ul#footerNav li.divLink a:link, ul#footerNav li.divLink a:visited {
	color: #a5c963;
}
ul#footerNav li.divLink a:hover, ul#footerNav li.divLink a:active {
	color: #fff;
}
ul#footerNav li img {
	margin: 0px 4px -3px 0px;
}

ul#footerNav li.twitter img {
	margin: 0px 4px -3px 0px;
}
	
p#gbShout {
	margin: 0px 0px 10px 0px;
	clear: both;
	text-transform: lowercase;
	color: #cacaca;
}
p#gbShout a:link, p#gbShout a:visited {
	color: #e5f0d0;
}
p#gbShout a:hover, p#gbShout a:active {
	color: #e5f0d0;
}

/*
div#bottomContent div.quote {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 13px;
	line-height: 15px;
}
*/
