@import url("default.css");


body {
	background-color: #DEE7EF;
}	


.banner {  /* this is the old banner */
	height: 76px;
	background-image: url(../images/banner.gif);
	background-color: #ffffff;
}
#textbanner { /* this is the new banner that has text with an image background */
	background: #68aadd url(/img/ashraem/schedulebanner_w12.jpg) top right no-repeat;
	margin-top: 0;
	text-align: left;
}
	#textbanner h1 {
		font-family: 'Cabin Condensed', Trebuchet, Arial, sans-serif;
		font-weight: 500;
		font-size: 20px;
		padding: 8px 10px;
		margin: 0;
		color: #000;
		text-align: left;
	}
	#textbanner h2 {
		font-family: 'Cabin Condensed', Trebuchet, Arial, sans-serif;
		font-weight: 500;
		font-size: 12px;
		margin: 0;
		padding: 0 10px 10px 10px;
		color: #000;
		text-align: left;
	}

/* Layout of Main Page Columns */

.page {
	border: 1px solid #9CAAC6;
	margin-top: 10px;
	width: 55%;
	text-align: center;
	padding-top: 0px;
}

.bannerad {
	float: left;
	padding: 5px;
	}
	
.item .itemtitle {
	margin-left: 18em;
	}
	
.subtitle {
	background-color: #ffffff
	}
	
/* Navigation Bar - OLD ONE */

.navigation {
	background-color: #7f7f7f;
	height: 13px;
	padding-top: 3px;
	vertical-align: center;
	padding-bottom: 3px;
	}
	
.navigation a:link, .navigation a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
.navigation a:hover {
	color: #ffffff;
	text-decoration: underline;
	}
/* END OLD NAVIGATION BAR */

/* New Navigation inline, no tabs */

.wp {
	background-color: #7DBA00;
	display: block;
	height: 23px;
	border-top: 1px solid #fff;
}

.wp ul {
	background-color: #7DBA00;
	display: block;
	height: 23px;
	margin:0;
	padding:0 12px;
	text-align:center;
}

.wp ul li {
	cursor: default;
	list-style-type: none;
	float: left;
	padding: 0 4px 0 0;
	position: relative;
	text-align: center;
	z-index: 100;
}
.wp ul li a {
	background-image: url("http://ashrae.org/images/arrow_utility.png");
	background-position: 2px 4px;
	background-repeat: no-repeat;
	color: white !important;
	padding-left: 10px;
	padding-right: 5px;
}
.wp ul li a.continue {
	background-image: none;
	padding-left: 0px;
	padding-right: 5px;
}
.wp a:link, .wp a:visited, .wp a:active {
	text-decoration: none;
	font: normal 12px/21px arial;
}
.wp a:hover {
	text-decoration:underline;
}

/* NEW with tabs Navigation Bar */
/*.page .tabs #wpnav {	z-index: 5; position: relative; }
.page .subtitle {	clear: left; position: relative; }
.page .content {		clear: left; position: relative; }
*/
.tabs:after {                 /* float clearing */
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.page .tabs {
	font-size: 1em;
	font-family: 'Cabin Condensed', Trebuchet, Arial, sans-serif;
	line-height: 1em;
	position: relative;
	height: auto;
	padding: 0;
	margin: 0;
	background-color: #7f7f7f;
	vertical-align: center;
}

#wpnav, #wpnav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	text-align: center;
	background-color: #7f7f7f;
}

#wpnav a {
	display:block;
	vertical-align: middle;
	padding: 0.4em 0.3em 0.6em 0.3em; /* ? */
	margin: 0;
	text-align:center;
	/* width: 10em; ? */
}
#wpnav  li a:link, #wpnav li a:active, #wpnav li a:visited, #wpnav li a:hover {
	color: #fff;
}

#wpnav  li:hover, #wpnav  li a:hover {
	background-color: #90C364;
	color: #ffffff;
	text-decoration: none;
}
#wpnav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	height: 2em;
	width: 10em;
	background-color: #7f7f7f;
	border-right: 2px groove #aaa;
}

#wpnav li ul { /* second-level lists */
	background-color:#b1d98f;
	position: absolute;
	width: 10em;
	left: -9999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#wpnav  li:hover a { /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#b1d98f;
	text-decoration:underline;
}
#wpnav  li:hover ul a { /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#wpnav  li:hover ul li a:hover { /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#90c364;
}
#wpnav li:hover ul, #wpnav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	/* added below on 12/27/11 km */
	position: absolute;
	top:0px;
	left:0;
}
/* END New Navigation Bar */

/* Person Page */
.snapshotinfo {
	width: 50%;
	}
	
.snapshot {
	width: 90px;
	height: 120px; 
	float:left;
	}
	
.personinfo {
	float: right;
	}