/*
	----------------------------------------
	Alberta Innovates Screen CSS
	Sean Mitchell, sean@seanmitchell.ca
	12 / 15 / 09
	----------------------------------------
*/



/* RESET
---------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
}
del, ins {
	text-decoration: none;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup, sub {
	vertical-align: baseline;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input, button, textarea, select {
	font-size: 100%;
}



/* BODY
---------------------------------------- */
body {
	background: url(/_img/background.jpg) repeat-x #ECEDEE;
	color: #5F6A72;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a {
	color: #00AAD2;
    cursor: pointer;
	text-decoration: none;
}
a:hover {
	color: #19242C;
}
a, a:focus, a:active, input, select, textarea {
	outline: none;
}



/* WRAPPER
---------------------------------------- */
#wrapper {
	margin: auto;
	padding-top: 32px;
	text-align: left;
	width: 984px;
}



/* HEADER
---------------------------------------- */
#header {
	background: url(/_img/header.jpg) 4px 4px no-repeat #FFF;
	float: left;
	padding: 4px 4px 4px 28px;
	width: 952px;
}



/* HEADER > LOGO
---------------------------------------- */
#header #logo {
	float: left;
	padding: 24px 0 30px 0;
	width: 191px;
}
#header #logo h1 {
	width: 191px;
}
#header #logo span {
	display: none;
}
#header #logo a {
	background: url(/_img/logo.jpg) no-repeat;
	display: block;
	height: 60px;
	width: 191px;
}



/* HEADER > UTILITY
---------------------------------------- */
#header #utility {
	float: left;
	font-size: 11px;
	line-height: 16px;
	padding: 14px 24px 9px 0;
	width: 737px;
}
#header #utility ul {
	float: right;
}
#header #utility ul li {
	border-left: 1px solid #A4AAAE;
	float: left;
	margin-left: 12px;
	padding-left: 12px;
}
#header #utility ul li:first-child {
	border: none;
	margin: 0;
	padding: 0;
}
#header #utility ul li a {
	color: #DEE1E3;
}
#header #utility ul li a:hover,
#header #utility ul li.selected a {
	border-bottom: 1px solid #B6B9BB;
	color: #FFF;
}



/* HEADER > SEARCH
---------------------------------------- */
#header #search {
	float: left;
	padding: 0 24px 10px 516px;
	width: 221px;
}
#header #search form dl {
	float: left;
	height: 25px;
}
#header #search form dt {
	background: url(/_img/search.jpg) no-repeat;
	float: left;
	height: 25px;
	padding: 3px 6px 0 6px;
	width: 176px;
}
#header #search form dt input {
	background: transparent;
	border: none;
	color: #5F6A72;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	width: 182px;
}
#header #search form dd {
	float: left;
	width: 33px;
}



/* HEADER > RESIZE
---------------------------------------- */
#header #resize {
	float: right;
	padding-right: 24px;
	width: 737px;
}
#header #resize ul {
	float: right;
}
#header #resize li {
	float: right;
	margin-left: 6px;
}
#header #resize li a {
	display: block;
}
#header #resize li span {
	display: none;
}



/* HEADER > RESIZE > LI.SMALL
---------------------------------------- */
#header #resize li.small {
	padding-top: 2px;
	width: 14px;
}
#header #resize li.small a {
	background: url(/_img/resize-small.jpg) no-repeat;
	height: 14px;
	width: 14px;
}



/* HEADER > RESIZE > LI.LARGE
---------------------------------------- */
#header #resize li.large {
	width: 16px;
}
#header #resize li.large a {
	background: url(/_img/resize-large.jpg) no-repeat;
	height: 16px;
	width: 16px;
}



/* LOCATION
---------------------------------------- */
#location {
	background: #FFF;
	float: left;
	font-size: 10px;
	line-height: 31px;
	padding: 0 4px 4px 4px;
	text-transform: uppercase;
	width: 976px;
}
#location ul {
	background: url(/_img/location.jpg) repeat-y;
	float: left;
	padding: 0 24px 0 24px;
	width: 928px;
}
#location ul li {
	background: url(/_img/location-icon.gif) 0 13px no-repeat;
	float: left;
	margin-left: 11px;
	padding-left: 13px;
}
#location ul li:first-child {
	background: none;
	margin: 0;
	padding: 0;
}
#location ul li a {
	color: #5F6A72;
}
#location ul li a:hover,
#location ul li.selected a {
	color: #19242C;
}



/* BANNER
---------------------------------------- */
#banner {
	background-color: #FFF;
	background-image: url(/_img/banner.jpg);
	background-position: 4px 0;
	background-repeat: no-repeat;
	float: left;
	height: 137px;
	padding: 8px 4px 0 4px;
	width: 976px;
}



/* BANNER > MENU
---------------------------------------- */
#banner #menu {
	float: left;
	padding-left: 24px;
	width: 952px;
}
#banner #menu ul {
	float: left;
}
#banner #menu ul li {
	float: left;
	margin-right: 4px;
}
#banner #menu ul li a {
    cursor: pointer;
	display: block;
	height: 51px;
	width: 116px;
}
#banner #menu ul li a span {
	display: none;
}



/* BANNER > MENU > M-OVERVIEW
---------------------------------------- */
#banner #menu #m-overview,
#banner #menu #m-overview a {
	background: url(/_img/menu.jpg) no-repeat;
}
#banner #menu #m-overview a:hover {
	background: url(/_img/menu.jpg) 0 -51px no-repeat;
}
#banner #menu #m-overview.selected a {
	background: url(/_img/menu.jpg) 0 -102px no-repeat;
}



/* BANNER > MENU > M-BIO
---------------------------------------- */
#banner #menu #m-bio,
#banner #menu #m-bio a {
	background: url(/_img/menu.jpg) -116px 0 no-repeat;
}
#banner #menu #m-bio a:hover {
	background: url(/_img/menu.jpg) -116px -51px no-repeat;
}
#banner #menu #m-bio.selected a {
	background: url(/_img/menu.jpg) -116px -102px no-repeat;
}



/* BANNER > MENU > M-ENERGY
---------------------------------------- */
#banner #menu #m-energy,
#banner #menu #m-energy a {
	background: url(/_img/menu.jpg) -232px 0 no-repeat;
}
#banner #menu #m-energy a:hover {
	background: url(/_img/menu.jpg) -232px -51px no-repeat;
}
#banner #menu #m-energy.selected a {
	background: url(/_img/menu.jpg) -232px -102px no-repeat;
}



/* BANNER > MENU > M-HEALTH
---------------------------------------- */
#banner #menu #m-health,
#banner #menu #m-health a {
	background: url(/_img/menu.jpg) -348px 0 no-repeat;
}
#banner #menu #m-health a:hover {
	background: url(/_img/menu.jpg) -348px -51px no-repeat;
}
#banner #menu #m-health.selected a {
	background: url(/_img/menu.jpg) -348px -102px no-repeat;
}



/* BANNER > MENU > M-TECHNOLOGY
---------------------------------------- */
#banner #menu #m-technology,
#banner #menu #m-technology a {
	background: url(/_img/menu.jpg) -464px 0 no-repeat;
}
#banner #menu #m-technology a:hover {
	background: url(/_img/menu.jpg) -464px -51px no-repeat;
}
#banner #menu #m-technology.selected a {
	background: url(/_img/menu.jpg) -464px -102px no-repeat;
}



/* BANNER > MENU > M-RESEARCH
---------------------------------------- */
#banner #menu #m-research,
#banner #menu #m-research a {
	background: url(/_img/menu.jpg) -580px 0 no-repeat;
	margin-right: 68px;
	width: 126px;
}
#banner #menu #m-research a:hover {
	background: url(/_img/menu.jpg) -580px -51px no-repeat;
}
#banner #menu #m-research.selected a {
	background: url(/_img/menu.jpg) -580px -102px no-repeat;
}



/* BANNER > MENU > M-CONNECTOR
---------------------------------------- */
#banner #menu #m-connector,
#banner #menu #m-connector a {
	background: url(/_img/menu.jpg) -706px 0 no-repeat;
	margin: 0;
	width: 134px;
}
#banner #menu #m-connector a:hover,
#banner #menu #m-connector.selected a {
	background: url(/_img/menu.jpg) -706px -51px no-repeat;
}



/* BANNER.HOME
---------------------------------------- */
#banner.home {
	background-image: none;
	float: left;
	height: 336px;
	padding: 0 4px 4px 4px;
	width: 976px;
}



/* BANNER.HOME > SLIDESHOW
---------------------------------------- */
#banner.home #slideshow {
	position: absolute;
	width: 976px;
	z-index: 1;
}
#banner.home #slideshow img {
	display: block;
}



/* BANNER.HOME > MENU
---------------------------------------- */
#banner.home #menu {
	position: absolute;
	padding: 8px 0 0 24px;
	width: 952px;
	z-index: 2;
}



/* CONTENT
---------------------------------------- */
#content {
	background: #FFF;
	float: left;
	padding: 28px 4px 35px 4px;
	width: 976px;
}



/* CONTENT.BLOCKS
---------------------------------------- */
#content.blocks {
	background: url(/_img/content.gif) 4px 0 no-repeat #FFF;
}



/* CONTENT > SUBMENU
---------------------------------------- */
#content #submenu {
	color: #5F6A72;
	display: block;
	float: left;
	font-size: 11px;
	line-height: 16px;
	padding: 12px 24px 0 24px;
	width: 160px;
    text-transform: uppercase;
}
#content #submenu p {
	background-image: url(/_img/submenu.jpg);
	background-position: 0 6px;
	background-repeat: no-repeat;
	padding: 0 0 4px 10px;
	text-transform: uppercase;
}
/**/
#content #submenu ul p {
	background-image: url(/_img/submenu.jpg);
	background-position: 10px 6px;
	background-repeat: no-repeat;
	padding: 0 0 4px 20px;
}
#content #submenu ul p a {
	color: #5F6A72;
}
#content #submenu ul p a:hover,
#content #submenu ul p.selected a {
	color: #00AAD2;
}
/**/



#content #submenu p a {
	color: #5F6A72;
}
#content #submenu p a:hover,
#content #submenu p.selected a {
	color: #00AAD2;
}
#content #submenu ul {
	color: #5F6A72;
}
#content #submenu ul li {
	background-image: url(/_img/submenu.jpg);
	background-position: 10px 6px;
	background-repeat: no-repeat;
	padding: 0 0 4px 20px;
}
#content #submenu ul li a {
	color: #5F6A72;
}
#content #submenu ul li a:hover,
#content #submenu ul li.selected a {
	color: #00AAD2;
}



/* CONTENT > PAGE
---------------------------------------- */
#content #page {
	float: left;
	width: 500px;
}
#content #page h2 {
	color: #00AAD2;
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 20px;
	text-transform: uppercase;
}
#content #page h3 {
	color: #00AAD2;
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom: 10px;
}
#content #page h4 {
	color: #00AAD2;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	text-transform: uppercase;
}
#content #page h5 {
	color: #00AAD2;
	padding-bottom: 5px;
}
#content #page h6 {
	color: #00AAD2;
}
#content #page p {
	padding-bottom: 20px;
}
#content #page ul {
	padding-bottom: 14px;
}
#content #page ul li {
	background: url(/_img/listitem.jpg) 0 5px no-repeat;
	padding: 0 0 6px 18px;
}
#content #page dl {
	float: left;
	width: 500px;
}
#content #page dl dt {
	float: left;
	padding-bottom: 24px;
	width: 128px;
}
#content #page dl dt img,
#content #page dl dt a img {
	background: #ECEDEE;
	display: block;
	padding: 4px;
}
#content #page dl dt a:hover img {
	background: #00AAD2;
}
#content #page dl dd {
	float: left;
	padding-left: 24px;
	width: 348px;
}
#content #page a {
	border-bottom: 1px solid #E1ECF4;
}
#content #page a:hover {
	border-bottom: 1px solid #19242C;
}



/* CONTENT > PAGE > UL.ORGANIZATIONS
---------------------------------------- */
#content #page ul.organizations {
	float: left;
	padding-bottom: 15px;
	width: 500px;
}
#content #page ul.organizations li {
	background: none;
	float: left;
	padding: 0 10px 10px 0;
}
#content #page ul.organizations li img {
	display: block;
}



/* CONTENT > PAGE.NO-SUBMENU
---------------------------------------- */
#content #page.no-submenu {
	padding-left: 208px;
}
#content #page.no-submenu {
	padding-left: 208px;
}



/* CONTENT > PAGE.FULL-WIDTH
---------------------------------------- */
#content #page.full-width {
	float: left;
	width: 708px;
}
#content #page.full-width dl {
	float: left;
	width: 708px;
}
#content #page.full-width dl dd {
	float: left;
	padding-left: 24px;
	width: 556px;
}



/* CONTENT > PAGE > CONTACT-LAYOUT
---------------------------------------- */
#content #page #contact-layout dl {
	border-top: 1px solid #ECEDEE;
	padding-top: 24px;
	width: 708px;
}
#content #page #contact-layout dl dt {
	padding-bottom: 24px;
	width: 238px;
}
#content #page #contact-layout dl dt img {
	background: none;
	padding: 0;
}
#content #page #contact-layout dl dd {
	padding: 0 0 4px 24px;
	width: 446px;
}
#content #page #contact-layout dl dd ul {
	padding-bottom: 20px;
}
#content #page #contact-layout dl dd ul li {
	background: none;
	padding: 0;
}
#content #page #contact-layout dl.bio dd h3 {
	color: #FF7900;
}
#content #page #contact-layout dl.energy dd h3 {
	color: #7AB800;
}
#content #page #contact-layout dl.health dd h3 {
	color: #77216F;
}
#content #page #contact-layout dl.technology dd h3 {
	color: #0084A9;
}
#content #page #contact-layout dl.research dd h3 {
	color: #A47700;
}



/* CONTENT > PAGE > FORM-LAYOUT
---------------------------------------- */
#content #page #form-layout dl {
	border-top: 1px solid #ECEDEE;
	float: left;
	padding: 0;
	width: 708px;
}
#content #page #form-layout dl dt {
	float: left;
	line-height: 69px;
	padding: 0 20px 0 0;
	text-align: right;
	width: 100px;
}
#content #page #form-layout dl dt label {
	font-weight: bold;
}
#content #page #form-layout dl dd {
	float: left;
	padding: 20px 0 20px 0;
	width: 380px;
}
#content #page #form-layout dl dd input {
	background: #FAFBFC;
	border: 1px solid #D8D9DA;
	border-radius: 2px;
	color: #5F6A72;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	padding: 6px;
	width: 386px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#content #page #form-layout dl dd input:focus {
	background: #FFF;
	border: 1px solid #B0B1B2;
}



/* CONTENT > PAGE > FORM-LAYOUT > DL.AUTHORIZED
---------------------------------------- */
#content #page #form-layout dl.authorized dt {
	line-height: 34px;
	padding: 8px 0 0 120px;
	text-align: left;
	width: 588px;
}
#content #page #form-layout dl.authorized dd {
	padding: 0 0 20px 120px;
	width: 588px;
}



/* CONTENT > PAGE > FORM-LAYOUT > DL.LOGOS
---------------------------------------- */
#content #page #form-layout dl.logos {
	padding: 20px 0 10px 0;
}
#content #page #form-layout dl.logos dt {
	line-height: normal;
	padding: 16px 20px 0 0;
}
#content #page #form-layout dl.logos dd {
	line-height: 48px;
	padding: 0 0 10px 0;
	width: 588px;
}
#content #page #form-layout dl.logos dd img {
	background: #ECEDEE;
	display: block;
    float: left;
	height: 40px;
	padding: 4px;
	width: 40px;
}
#content #page #form-layout dl.logos dd label {
    float: left;
	padding-left: 10px;
}



/* CONTENT > PAGE > FORM-LAYOUT > DIV.SUBMIT
---------------------------------------- */
#content #page #form-layout div.submit {
	border-top: 1px solid #ECEDEE;
	float: left;
	padding: 20px 0 25px 120px;
	width: 588px;
}
#content #page #form-layout div.submit a {
	background: #B5BCC0;
	border: 1px solid #A1A8AC;
	border-radius: 2px;
	color: #FFF;
	display: block;
	float: left;
	line-height: 33px;
	padding: 0 11px 0 11px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}
/**/

#form-layout div.submit input
{
	background: #B5BCC0;
	border: 1px solid #A1A8AC;
	border-radius: 2px;
	color: #FFF;
	display: block;
	float: left;
	line-height: 33px;
	padding: 0 11px 0 11px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}
	
	
#content #page #form-layout div.submit input:hover {
	background: #899095;
	border: 1px solid #757C81;
	color: #FFF;
}

	
#content #page #form-layout div.submit a:hover {
	background: #899095;
	border: 1px solid #757C81;
	color: #FFF;
}

#content #page #form-layout div.submit a:hover {
	background: #899095;
	border: 1px solid #757C81;
	color: #FFF;
}



/* CONTENT > SIDE
---------------------------------------- */
#content #side {
	float: left;
	padding-bottom: 16px;
	width: 268px;
}



/* CONTENT > SIDE > DRIVER-CONNECTOR
---------------------------------------- */
#content #side .driver-connector {
	float: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	padding-left: 23px;
	width: 208px;
}
#content #side .driver-connector a {
	background: url(/_img/driver-connector-icon.gif) 0 19px no-repeat;
	color: #5F6A72;
	display: block;
	padding-left: 29px;
}
#content #side .driver-connector a ul {
	background: url(/_img/driver-connector.jpg) left bottom no-repeat;
	margin-left: 8px;
	width: 208px;
}
#content #side .driver-connector a ul li {
	background: url(/_img/driver-connector-top.jpg) no-repeat;
	padding: 8px 12px 16px 12px;
}
#content #side .driver-connector a ul li span {
	color: #00AAD2;
}
#content #side .driver-connector a:hover {
	background: url(/_img/driver-connector-icon-hover.gif) 0 19px no-repeat;
	color: #FFF;
}
#content #side .driver-connector a:hover ul {
	background: url(/_img/driver-connector.jpg) -208px bottom no-repeat;
}
#content #side .driver-connector a:hover ul li {
	background: url(/_img/driver-connector-top.jpg) -208px 0 no-repeat;
}
#content #side .driver-connector a:hover ul li span {
	color: #FFF;
}



/* CONTENT > SIDE > DRIVER
---------------------------------------- */
#content #side .driver {
	float: left;
	font-size: 11px;
	line-height: 16px;
	padding-left: 60px;
	width: 208px;
}
#content #side .driver a {
	background: url(/_img/driver.jpg) left bottom no-repeat;
	color: #5F6A72;
	display: block;
}
#content #side .driver a p {
	background: url(/_img/driver-top.jpg) no-repeat;
	padding: 8px 12px 16px 12px;
}
#content #side .driver a:hover {
	background: url(/_img/driver.jpg) -208px bottom no-repeat;
	color: #00AAD2;
}
#content #side .driver a:hover p {
	background: url(/_img/driver-top.jpg) -208px 0 no-repeat;
}




/* CONTENT > SIDE > DRIVER-AHRIS
---------------------------------------- */
#content #side .driver-ahris {
	float: left;
	padding-left: 60px;
	width: 208px;
	height:66px;
}
#content #side .driver-ahris a {
	background: url(/_img/ahris-button-sprite.jpg) left bottom no-repeat;
	display: block;
	height:66px;
}

#content #side .driver-ahris a:hover {
	background: url(/_img/ahris-button-sprite.jpg) -210px bottom no-repeat;

}




/* FOOTER
---------------------------------------- */
#footer {
	float: left;
	padding-bottom: 32px;
	width: 984px;
}



/* FOOTER > WRAP
---------------------------------------- */
#footer #wrap {
	background: url(/_img/footer.jpg) 4px 0 no-repeat #FFF;
	float: left;
	padding: 0 4px 0 4px;
	width: 976px;
}



/* FOOTER > ALBERTA
---------------------------------------- */
#footer #alberta {
	float: left;
	padding: 44px 66px 36px 24px;
	width: 118px;
}
#footer #alberta h2 {
	background: url(/_img/logo-alberta.jpg) no-repeat;
	display: block;
	height: 55px;
	width: 118px;
}
#footer #alberta span {
	display: none;
}



/* FOOTER > LINKS
---------------------------------------- */
#footer #links {
	float: left;
	padding-top: 58px;
	width: 425px;
}
#footer #links ul {
	float: left;
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 10px;
	width: 425px;
}
#footer #links ul li {
	border-left: 1px solid #E1ECF4;
	float: left;
	margin-left: 12px;
	padding-left: 12px;
}
#footer #links ul li:first-child {
	border: none;
	margin: 0;
	padding: 0;
}
#footer #links ul li a {
	color: #5F6A72;
}
#footer #links ul li a:hover,
#footer #links ul li.selected a {
	color: #00AAD2;
	border-bottom: 1px solid #E1ECF4;
}
#footer #links p {
	color: #919CA4;
}



/* FOOTER > GOVERNMENT
---------------------------------------- */
#footer #government {
	float: right;
	padding: 58px 24px 51px 112px;
	width: 72px;
}
#footer #government h2 {
	width: 72px;
}
#footer #government span {
	display: none;
}
#footer #government a {
	background: url(/_img/logo-government.jpg) no-repeat;
	display: block;
	height: 26px;
	width: 72px;
}



/* FOOTER > HERITAGE
---------------------------------------- */
#footer #heritage {
	float: right;
	padding: 48px 24px 42px 0;
	width: 319px;
}
#footer #heritage h2 {
	background: url(/_img/logo-heritage.jpg) no-repeat;
	display: block;
	height: 45px;
	width: 319px;
}
#footer #heritage span {
	display: none;
}



/* SECTION SPECIFIC
---------------------------------------- */
body.bio {
	background: url(/_img/background-bio.jpg) repeat-x #FF7900;
}
body.energy {
	background: url(/_img/background-energy.jpg) repeat-x #7AB800;
}
body.health {
	background: url(/_img/background-health.jpg) repeat-x #77216F;
}
body.technology {
	background: url(/_img/background-technology.jpg) repeat-x #0084A9;
}
body.research {
	background: url(/_img/background-research.jpg) repeat-x #A47700;
}
#banner.overview {
	background-image: url(/_img/banner-overview.jpg);
}
#banner.bio {
	background-image: url(/_img/banner-bio.jpg);
}
#banner.bio-inner {
	background-image: url(/_img/banner-bio-inner.jpg);
}
#banner.energy {
	background-image: url(/_img/banner-energy.jpg);
}
#banner.energy-inner {
	background-image: url(/_img/banner-energy-inner.jpg);
}
#banner.health {
	background-image: url(/_img/banner-health.jpg);
}
#banner.health-inner {
	background-image: url(/_img/banner-health-inner.jpg);
}
#banner.technology {
	background-image: url(/_img/banner-technology.jpg);
}
#banner.technology-inner {
	background-image: url(/_img/banner-technology-inner.jpg);
}
#banner.research {
	background-image: url(/_img/banner-research.jpg);
}
#banner.research-inner {
	background-image: url(/_img/banner-research-inner.jpg);
}
#banner.connector {
	background-image: url(/_img/banner-connector.jpg);
}
#banner.overview,
#banner.bio,
#banner.bio-inner,
#banner.energy,
#banner.energy-inner,
#banner.health,
#banner.health-inner,
#banner.technology,
#banner.technology-inner,
#banner.research,
#banner.research-inner,
#banner.connector {
	height: 212px;
}
body.bio #content #submenu p,
body.bio #content #submenu ul li {
	background-image: url(/_img/submenu-bio.jpg);
}
body.energy #content #submenu p,
body.energy #content #submenu ul li {
	background-image: url(/_img/submenu-energy.jpg);
}
body.health #content #submenu p,
body.health #content #submenu ul li {
	background-image: url(/_img/submenu-health.jpg);
}
body.technology #content #submenu p,
body.technology #content #submenu ul li {
	background-image: url(/_img/submenu-technology.jpg);
}
body.research #content #submenu p,
body.research #content #submenu ul li {
	background-image: url(/_img/submenu-research.jpg);
}
body.bio #content #submenu p a:hover,
body.bio #content #submenu p.selected a,
body.bio #content #submenu ul li a:hover,
body.bio #content #submenu ul li.selected a,
body.bio #content #page h2,
body.bio #content #page h3,
body.bio #content #page h4,
body.bio #content #page h5,
body.bio #content #page h6 {
	color: #FF7900;
}
body.energy #content #submenu p a:hover,
body.energy #content #submenu p.selected a,
body.energy #content #submenu ul li a:hover,
body.energy #content #submenu ul li.selected a,
body.energy #content #page h2,
body.energy #content #page h3,
body.energy #content #page h4,
body.energy #content #page h5,
body.energy #content #page h6 {
	color: #7AB800;
}
body.health #content #submenu p a:hover,
body.health #content #submenu p.selected a,
body.health #content #submenu ul li a:hover,
body.health #content #submenu ul li.selected a,
body.health #content #page h2,
body.health #content #page h3,
body.health #content #page h4,
body.health #content #page h5,
body.health #content #page h6 {
	color: #77216F;
}
body.technology #content #submenu p a:hover,
body.technology #content #submenu p.selected a,
body.technology #content #submenu ul li a:hover,
body.technology #content #submenu ul li.selected a,
body.technology #content #page h2,
body.technology #content #page h3,
body.technology #content #page h4,
body.technology #content #page h5,
body.technology #content #page h6 {
	color: #0084A9;
}
body.research #content #submenu p a:hover,
body.research #content #submenu p.selected a,
body.research #content #submenu ul li a:hover,
body.research #content #submenu ul li.selected a,
body.research #content #page h2,
body.research #content #page h3,
body.research #content #page h4,
body.research #content #page h5,
body.research #content #page h6 {
	color: #A47700;
}
body.bio #content #page dl dt a:hover img {
	background: #FF7900;
}
body.energy #content #page dl dt a:hover img {
	background: #7AB800;
}
body.health #content #page dl dt a:hover img {
	background: #77216F;
}
body.technology #content #page dl dt a:hover img {
	background: #0084A9;
}
body.research #content #page dl dt a:hover img {
	background: #A47700;
}


/* Content IMG SPECIFIC
---------------------------------------- */
.imgmarginright,
.imgmarginright a {
	background: #ECEDEE;
	display: block;
	padding: 4px;
	margin-right: 8px;
}
.imgmarginright a:hover {
	background: #00AAD2;
}

.imgmarginleft,
.imgmarginleft a {
	background: #ECEDEE;
	display: block;
	padding: 4px;
	margin-left: 8px;
}
.imgmarginleft a:hover {
	background: #00AAD2;
}
.imgmargin,
.imgmargin a {
	background: #ECEDEE;
	display: block;
	padding: 4px;
	margin: 5px;
}

.imgmargin a:hover {
	background: #00AAD2;
}


/*added 03/28/2010*/
/* NEWS-LAYOUT
---------------------------------------- */
#content #page #NEWS-layout dl {
	border-top: 1px solid #ECEDEE;
	padding-top: 24px;
	width: 708px;
}
#content #page #NEWS-layout dl dt {
	padding-bottom: 24px;
	width: 218px;
}
#content #page #NEWS-layout dl dt img {
	background: none;
	padding: 0;
}
#content #page #NEWS-layout dl dd {
	padding: 0 0 4px 24px;
	width: 466px;
}
#content #page #NEWS-layout dl dd ul {
	padding-bottom: 20px;
}
#content #page #NEWS-layout dl dd ul li {
	background: none;
	padding: 0;
	
}
#content #page #NEWS-layout dl.bio dd h5{
	color: #FF7900;
	font-size: 110%;
}
#content #page #NEWS-layout dl.energy dd h5{
	color: #7AB800;
	font-size: 110%;
}
#content #page #NEWS-layout dl.health dd h5 {
	color: #77216F;
	font-size: 110%;
}
#content #page #NEWS-layout dl.technology dd h5 {
	color: #0084A9;
	font-size: 110%;
}
#content #page #NEWS-layout dl.research dd h5 {
	color: #A47700;
	font-size: 110%;
}
#content #page #NEWS-layout dl.innovates dd h5 {
	color: #00AAD2;
	font-size: 110%;
}

/**/
#content #page #NEWS-layout dt span.bio {
	color: #FF7900;
}
#content #page #NEWS-layout dt span.energy {
	color: #7AB800;
}
#content #page #NEWS-layout dt span.health {
	color: #77216F;
}
#content #page #NEWS-layout dt span.technology {
	color: #0084A9;
}
#content #page #NEWS-layout dt span.research  {
color: #A47700;
}
#content #page #NEWS-layout dt span.innovates  {
color: #00AAD2;
}


#content #page ul li.rss {
	background: url(/_img/rssicon.gif) 0 5px no-repeat;
	padding: 2px 0 6px 18px;
}

#content #page #NEWS-layout dt span.mediatype
{
color: #00AAD2;
font-weight: bold;
font-size: 12px;
}

/* logo request styles */


/* CONTENT > PAGE > FORM-LAYOUT > DL.LOGOS
---------------------------------------- */

#content #page #form-layout dl.logos dd.indent {line-height:2.2em;}
#content #page #form-layout dl.logos dd.indent label {margin-top:-8px;}


dl.logos dt.indent {padding-right:50px;}

#content #page #form-layout dl dt.indent {margin-left:88px;padding:0 0 0 0;}
#content #page #form-layout dl dd.indent {width:500px;padding-bottom:3px;}

