﻿@import("patches/ie5mac.css");
@import url(reset.css);
@import url(mainnav/layout.css);
@import url(membernav/layout.css);
@import url(footernav/layout.css);
@import url(subnav/layout.css);
@import url(text.css);
@import url(snippets.css);

html {
	background: #acacac url(../library/html-bg.gif) repeat;
	}

body {
	text-align: center;
	background: transparent url(../library/body-bg.png) repeat-x;
	padding-bottom: 40px;
	}	
.frame {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	}

body.content .frame {
	background: #fff url(../library/sub-bg.png) repeat-y 695px 0;
	}

body.fullscreen .frame {
	background-image: none;
	}

body.content .con-breadcrumb {
	background: #fff url(../library/sub-bg-top.png) no-repeat 0 0;
	height: 34px;
	padding-top: 2px;
	}




.con-breadcrumb a,
.con-breadcrumb li,
.con-breadcrumb ul ul,
.con-breadcrumb strong {
	float: left;
	display: inline;
	}
.con-breadcrumb a {
	padding: .3em 0px .4em 12px;
	}

.con-breadcrumb ul ul a {
	background: url(../library/icn-crumb.gif) no-repeat 8px 50%;
	padding-left: 25px;
	}
.con-breadcrumb strong {
	padding: .3em 0px .3em 25px;
	background: url(../library/icn-crumb.gif) no-repeat 8px 50% transparent;
	font-weight: bold;
	}		



body.content form#aspnetForm {
	background: transparent url(../library/sub-bg-bottom.png) no-repeat right bottom;
	}

.con-printlogo {
	display: none;
	}
		
.con-header {
	position: relative;
	top: 0;
	left: 0;
	z-index: 4;
	background: #000 url(../library/banner-bg.jpg) no-repeat 0 30px;
	/*color: #b1ddf4;*/
	color: #CCC;
	}	

.con-header a:link {
	color: #b1ddf4;
	}
.con-header a:visited {
	color: #b1ddf4;
	}

.mod-banner {
	height: 60px;
	padding: 68px 0 0 16px;
	}

.mod-banner h1 {
	margin: 0;
	padding: 0;
	}

.mod-banner p {
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	}

.mod-loginstatus {
	float: left;
	display: inline;
	}

.mod-membernav {
	float: left;
	display: inline;
	margin-left: 15px;
/*	position: absolute;
	top: 0;
	left: 0;*/
	}

ul#MemberNav ul {
	display: none;
	}





/* Home forms */


.con-header input.field {
	border: none;
	}
.con-header input.field {
	background-color: #fff;
	}
.con-header .js input.field {
	background-color: #c6b998;
	}
input.focus {
	background-color: #fff !important;
	}

label.overlabel {
	/*position: relative;*/
	top: 0;
	left: 0;
	}

label.overlabel span.desc {
	position: absolute;
	top: 0;
	left: 2px;
	color: #000;
	}


.con-header label span.desc {
	text-indent: -9999px;
	}

/* Reveal field label */
.con-header label.show span.desc {
	text-indent: 0px;
	line-height: 1.45em;
	}


.topbar {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 77px;
	width: 883px;
	height: 29px;
	background: url(../library/body-bg.png) repeat-x;
	z-index: 3;
	}


.mod-user {
	background: #1f2938 url(../library/top-form-panel.gif) no-repeat left bottom;
	height: 25px;
	float: left;
	display: inline;
	padding-left: 25px;
	}
.mod-user fieldset{
	float: left;
	overflow: visible;
	/*display: inline;*/
	}


/* User buttons */
.mod-user dl,
.mod-user dt,
.mod-user dd {
	float: left;
	display: inline;
	}

.mod-user dl {
	padding-top: 3px;
	}

.mod-user dt {
	padding-right: 10px;
	padding-top: 2px;
	}

.mod-user dt em {
	font-style: italic;
	}

.mod-user dl a,
.mod-user dl a span {
	display: block;
	}


.mod-user dl a {
	position: relative;
	top: 0;
	left: 0;
	height: 21px;
	width: 80px;
	}


.mod-user dl a span {
	position: absolute;
	top: 0;
	left: 0;
	height: 21px;
	width: 80px;
	cursor: pointer;
	}

.mod-user dd {
	position: relative;
	overflow: hidden;
	height: 21px;
	}

.mod-user dd#user-edit {
	width: 79px;
	}
.mod-user dd#user-logout {
	width: 61px;
	}

.mod-user dd#user-edit a,
.mod-user dd#user-edit span {
	background-image: url(user/img/user-edit.png);
	}
.mod-user dd#user-logout a,
.mod-user dd#user-logout span {
	background-image: url(user/img/user-logout.png);
	}

.mod-user dd a:link span {
	background-position: 0 0;
	}
.mod-user dd a:visited span {
	background-position: 0 0;
	}
.mod-user dd a:focus span {
	background-position: 0 -21px;
	}
.mod-user dd a:hover span {
	background-position: 0 -21px;
	}
.mod-user dd a:active span {
	background-position: 0 -21px;
	}




/* login form */

div#ctl00_ctl10_pnlLogin {
	float: left;
	display: inline;
	}

.mod-user legend span,
.mod-search legend span {
	display: block;
	height: 0;
	overflow: hidden;
	}

.mod-user div.required {
	position: absolute !important;
	left: -9999px !important;
	}

.mod-user .required,
.mod-search .required {
	display: block;
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute !important;
	left: -9999px !important;
	}

.mod-user div.row {
	position: relative;
	top: 0;
	left: 0;
	/*width: 155px;*/
	float: left;
	display: inline;
	margin-right: 8px;
	}

.mod-user div.row {
	margin-top: 4px;
	background-color: #1f2a39;
	}
.mod-user div.required {
	margin-top: 0 !important;
	}

.mod-user div.email {
	/*width: 158px;*/
	margin-right: 5px;
	}
.mod-user div.email input {
	width: 150px;
	height: 1.3em;
	}
.mod-user div.password {
	/*width: 220px;*/
	}
.mod-user div.password input {
	width: 102px;
	height: 1.3em;
	}
.mod-user span.element input {
	/*padding: 2px;*/
	}
.mod-user div.submit {
	/*width: 60px;*/
	margin-top: 2px;
	margin-right:0;
	}
.mod-user div.checkbox {
    /*margin-top: 2px;
	vertical-align: middle;*/
    padding-top: 1px;
	}
.mod-user p.help {
	float: left;
	display: inline;
	/*position: absolute !important;
	top: 0;
	left: 695px;*/
	}
.mod-user p.temp {
	display: block;
	width: 8px;
	height: 25px;
	background: transparent url(../library/log-in-cap.gif) no-repeat left top;
	}
.mod-user p.help a {
	display: block;
	width: 28px;
	height: 25px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	}
.mod-user p.help a span {
	display: none;
	}
.mod-user p.help a span.igraphic {
    position: absolute;
    top: 0;
    left: 0;
	display: block;
	width: 28px;
	height: 25px;
	background: transparent url(../library/log-in-help.gif) no-repeat left top;
	}
.mod-user p.help a:link span.igraphic {
	background-position: left top;
	}
.mod-user p.help a:visited span.igraphic {
	background-position: left top;
	}
.mod-user p.help a:focus span.igraphic {
	background-position: left bottom;
	}
.mod-user p.help a:hover span.igraphic {
	background-position: left bottom;
	}
.mod-user p.help a:active span.igraphic {
	background-position: left bottom;
	}
/*.loggedin .mod-user p.help {
	left: 334px !important;
	}*/
.mod-search {
	position: absolute;
	top: 0;
	left: 760px;
	margin-top: 4px;
	background: transparent url(../library/search.gif) no-repeat left -4px;
	padding-left: 50px;
	z-index: 4;
	}
.mod-search label.show span.desc {
	line-height: 1.65em;
	}

.mod-search input {
	vertical-align: middle;
	}
.mod-search input.field {
	width: 102px;
	}
.mod-search label.overlabel span.desc {
	left: 52px;
	}

.checkbox label {
	/*vertical-align: middle;
	margin-top: 0px;*/
	padding-left: 8px;
	}


.checkbox input{
	/*vertical-align: middle;
	margin-top: 0px;*/
	margin: 0;
	padding: 0;
	position: absolute;
	top: 1px;
	left: 0;
	height: 13px; /*move to ie.css*/
	width: 13px; /*move to ie.css*/
	}

.con-header .formerror {
	position: absolute;
	top: 30px;
	left: 77px; /*left: 353px; lines up error box on right*/
	background: transparent url(../library/login-error.gif) no-repeat left bottom;
	z-index: 3;
	width: 345px;
	padding: 10px 10px 10px 15px;
	}

.con-header .formerror h3, 
.con-header .formerror p, 
.con-header .formerror ul, 
.con-header .formerror li {
	background-color: #1f2938;
	}

.con-header .formerror li {
	list-style-type: disc;
	margin-left: 15px;
	/*color: #ff9900;*/
	color: #e2d4b2;
	}

.con-header .formerror li label {
	color: #ff9900;
	font-weight: bold;
	}

.con-header .formerror p {
	color: #FFF;
	color: #e2d4b2;
	}

.con-header .formerror p, .formerror ul {
	margin: .3em 0 0 0;
	}

.con-header .formerror h3 {
	margin: 0;
	padding: 0;
	font-size: 117%;
	color: #fff;
	}





.con-main {
	float: left;
	clear: left;
	display: inline;
	width: 695px;
	position: relative;
	top: 0;
	left: 0;
	border-top: solid 10px #fff;
/*	background-color: #aaa;*/
	}

div.content {
	padding: 0 72px 0 74px;
	}


/* Quicklinks panel */

.mod-quicklinks {
	width: 176px;
	background: url(../library/quick-links-top.gif) no-repeat 0 17px;
	margin-left: 10px;
	}

.mod-quicklinks .pad-mod {
	background: url(../library/quick-links-bottom.gif) no-repeat 0 bottom;
	padding: 0 10px 20px;
	min-height: 286px;
	}


.mod-quicklinks h2 {
	margin: 0 -10px;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	width: 176px;
	height: 17px;
	font-size: 110%;
	}

.mod-quicklinks h2 span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 17px;
	width: 100%;
	background: url(../library/quick-links.gif) no-repeat;
	}

.mod-quicklinks ul {
	padding-top: 1em;
	}
.mod-quicklinks li {
	line-height: 2;
	}


.mod-quicklinks a {
	display: block;
	padding-left: 20px;
	background: url(../library/quick-link.gif) no-repeat 0 .6em;
	}
.mod-quicklinks a:link {
	color: #fff;
	}
.mod-quicklinks a:visited {
	color: #fff;
	}


.mod-image {
	position: absolute;
	left: 194px;
	top: 17px;
	}

.mod-image img {
	display: block;
	}


.mod-image span {
	display: block;
	background: #fff url(../library/caption-bg.gif) no-repeat 0 100%;
	padding: .6em 1em 1em;
	margin: 0;
	}

/* Home youtube panel */

.mod-youtube {
	background: url(../library/wide-panel-bg.png) no-repeat 0 10px;
	position: relative;
	top: 0;
	left: 0;
	margin-left: 10px;
	padding-bottom: 1em;
	padding-left: 182px;
	margin-top: 13px;
	}

.mod-youtube h2 {
	margin-top: 0;
	}

.mod-youtube object {
	margin: 0 0 .5em;
	display: block;
	}


.mod-youtube p {
	padding-right: 20px;
	}

.mod-youtube p.date {
	width: 170px;
	position: absolute;
	top: 3.5em;
	left: 0;
	text-align: right;
	}



/* Latest news/events */

.default .mod-news,
.default .mod-events {
	background: url(../library/latest-bg.gif) no-repeat 0 10px;
	position: relative;
	top: 0;
	left: 0;
	margin-left: 10px;
	padding-bottom: 1.3em;
	}

.default .mod-news h2,
.default .mod-events h2 {
	padding-left: 182px;
	}

ul.dated-list li {
	margin: .5em 0 ;
	}


ul.dated-list li span {
	float: left;
	display: inline;
	}

ul.dated-list li span.date {
	width: 172px;
	text-align: right;
	float: left;
	display: inline;
	padding-right: 10px;
	}

ul.dated-list li span.title {
	width: 494px;
	float: left;
	display: inline;
	}


.mod-news p.feed,
.mod-events p.feed {
	position: absolute;
	top: 14px;
	left: 610px;
	width: 60px;
	text-align: right;
	}

.con-supp-1 {
	float: left;
	display: inline;
	}

/* right hand home column */
body.default .con-supp-1 {
	width: 254px;
	background: #f0f0f0 url(../library/tall-panel-bg.gif) repeat-y;
	border-top: solid 10px #fff;
	}

body.content .con-supp-1 {
	width: 262px;
	}

.mod-apan,
.mod-20years {
	background: url(../library/tall-panel-top.gif) no-repeat 0 17px;
	}
	
.mod-apan .pad-mod,
.mod-20years .pad-mod {
	background: url(../library/tall-panel-bottom.gif) no-repeat 0 bottom;
	}

.mod-apan h2 span {
	background: url(../library/apan29-tabtitle.png) no-repeat;
	}

.mod-20years h2 span {
	background: url(../library/aarnet-20-years-tabtitle.png) no-repeat;
	}


.mod-casestudy-spotlight {
	background: url(../library/tall-panel-top.gif) no-repeat 0 17px;
	}
.mod-casestudy-spotlight ul.linklist {
	padding-bottom: 0;
	}

.mod-casestudy-spotlight .pad-mod {
	background: url(../library/tall-panel-bottom.gif) no-repeat 0 bottom;
	}

.mod-annual-report {
	background: url(../library/tall-panel-top.gif) no-repeat 0 17px;
	}
.mod-annual-report .pad-mod {
	background: url(../library/tall-panel-bottom.gif) no-repeat 0 bottom;
	}


.con-supp-1 h2 {
	margin: 0 -10px 1em;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	width: 254px;
	height: 17px;
	font-size: 110%;
	}

.con-supp-1 h2 span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 17px;
	width: 100%;
	}

.con-supp-1 .pad-mod {
	padding: 0 10px 20px;
	}

.mod-casestudy-spotlight h2 span {
	background: url(../library/case-study.gif) no-repeat;
	}

.mod-annual-report h2 span {
	background: url(../library/annual-report.gif) no-repeat;
	}

/* Aarnews home panel */
.mod-aarnews {
	background: url(../library/aarnews-panel-top.gif) no-repeat 0 17px;
	}

.mod-aarnews .pad-mod {
	background: url(../library/tall-panel-bottom.gif) no-repeat 0 bottom;
/*	padding-bottom: 20px;*/
	min-height: 61px;
	}

.mod-aarnews .pad-mod ul {
	margin-left: 50px;
	padding-bottom: 0px;
	}

.mod-aarnews h2 span {
	background: url(../library/aarnews-download.gif) no-repeat;
	}



.con-supp-2 {
	width: 960px;
	background: #eee url(../library/home-foot-shadow.gif) repeat-x;
	clear: both;
	padding-bottom: 1em;
	position: relative;
	top: 30px;
	}

body.default .con-supp-2 {
	top: 10px;
	}

.con-supp-2 div.panel {
	width: 220px;
	float: left;
	display: inline;
	padding-left: 73px;
	padding-right: 20px;
	min-height: 97px;
	}

.con-supp-2 .mod-feedback {
	background: url(../library/icon-feedback.gif) no-repeat 0 27px;
	}

.con-supp-2 .mod-participate {
	background: url(../library/icon-participate.gif) no-repeat 0 27px;
	}

.con-supp-2 .mod-casestudies {
	background: url(../library/icon-case-studies.gif) no-repeat 0 27px;
	}



/* Article listings */

div.meta {
	border-top: solid 1px #ddd;
	padding-bottom: .6em;
	}

div.meta dl {
	padding-top: .2em;
	}


div.meta dl,
div.meta dt,
div.meta dd {
	display: inline;
	white-space: nowrap;
	line-height: 1.5em;
	}


div.meta dt {
	color: #aaa;
	margin-right: 0em;
	}

div.meta dd {
	color: #555;
	margin-right: .6em;
	}
/*
div.desc {
	width: 410px;
	float: left;
	display: inline;
	}
*/
	
.con-footer {
	position: relative;
	top: 30px;
	left: 0;
	background: url(../library/footer-bg.gif) no-repeat;
	color: #fff;
	height: 30px;
	/*margin-top: -30px;*/
	clear: both;
	}
body.default .con-footer {
	top: 10px;
	}

.con-footer p {
	position: absolute;
	top: 5px;
	left: 695px;
	width: 255px;
	text-align: right;
	padding-right: 10px;
	}

div.content {
/*	background-color: #fff;*/
	}


.mod-mainnav {
	height: 30px;
	z-index: 2;
	background: #000 url(../library/mainnav-bg.gif) repeat-x;
	}


.mod-footernav {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 10px;
	}
.mod-subnav {
	padding-bottom: 10px;
	margin-bottom: 20px;
	background: transparent url(../library/subnav-bg-bottom.png) no-repeat 0 bottom;
	}		

/* Clear child floats */
.clear:after {
	display: block;
	clear: both;
	content: ".";
	visibility: hidden;
	height: 0;
	}

/* .NET error pages */		
.con-errormessage {}		
.mod-errorheader {}
.mod-errorcontent {}		
		
