/*
	----------------------------------------
	Alberta Innovates CSS
	Sean Mitchell, sean@seanmitchell.ca
	12 / 01 / 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;
	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 
{
height: 20px;
display:none;
}










/* LOCATION
---------------------------------------- */
#location {
   display:none;
}


#banner  {
	display:none;
}















/* 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: 0px;
	display:none;
}



/* CONTENT > PAGE
---------------------------------------- */
#content #page {
	float: left;
	width: 100%;
}
#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: 100%;
}
#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: 100%;
}
#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: 10px;
}
#content #page.no-submenu {
	padding-left: 10px;
}



/* CONTENT > PAGE.FULL-WIDTH
---------------------------------------- */
#content #page.full-width {
	float: left;
	width: 100%;
}
#content #page.full-width dl {
	float: left;
	width: 100%;
}
#content #page.full-width dl dd {
	float: left;
	padding-left: 24px;
	width: 100%;
}



/* CONTENT > PAGE > CONTACT-LAYOUT
---------------------------------------- */
#content #page #contact-layout dl {
	border-top: 1px solid #ECEDEE;
	padding-top: 24px;
	width: 100%;
}
#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: 100%;
}
#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: 100%;
}
#content #page #form-layout dl.authorized dd {
	padding: 0 0 20px 120px;
	width: 100%;;
}



/* CONTENT > PAGE > FORM-LAYOUT > DL.LOGOS
---------------------------------------- */
#content #page #form-layout dl.logos {
	padding: 20px 0 10px 0;
}
#content #page #form-layout dl.logos dt {
	clear: both;
	line-height: normal;
	padding: 16px 20px 0 0;
}
#content #page #form-layout dl.logos dd {
	line-height: 48px;
	padding: 0 0 10px 0;
	width: auto;
}
#content #page #form-layout dl.logos dd label {
	padding-left: 10px;
}
#content #page #form-layout dl.logos dd img {
	background: #ECEDEE;
	display: block;
	height: 40px;
	padding: 4px;
	width: 40px;
}



/* 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;
}
#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: 0px;
	display:none;
}





/* FOOTER
---------------------------------------- */
#footer {
	display:none;
}





