
body, td, p, div, ol, ul, li, blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #393939;
}

/*let's give a little breathing room to our text*/
blockquote, p {
	line-height: 1.75em;
}

/*let's give a little breathing room to our list items as well*/
li {
	line-height: 1.6em;
	margin-bottom: 5px;
}


a:link, a:visited {
	color: #264F78;
	text-decoration: underline;
}


a:hover {
	color: #000000;
	text-decoration: none;
	background-color: transparent;
}

a:active {
	color: #414141;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #025A02;
}

h1 {
	font-size: 160%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 110%;
}

/*for the location of the award, i.e., under the title*/
h2.awards-location {
	color: #393939;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	margin: 0px;
	padding: 0px;
}

/*for the title of the award, i.e., the text under the main heading*/
h2.awards-title {
	color: #866B8A;
	font-size: 140%;
}

/*for the awards secondary headings headings - used on the main
listing of awards and then again on each awards page for
each section of the awards */
h2.awards {
	color: #866B8A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 35px; /*push the text above further*/
	margin-bottom: -10px; /*bring the text below closer*/
}

/*and now let's give these h2's a special link
The links are used for the main listing of awards
where we use the headings as links*/
h2.awards a:link, h2.awards a:visited {
	color: #866B8A;
	text-decoration: underline;
}

h2.awards a:hover, h2.awards a:active {
	color: #000000;
	text-decoration: none;
}

/*don't need margin-top since we are decreasing
the margin-bottom for all h2.awards*/
ul.awards {
	margin-bottom: 20px;
}

#awards-quote {
	text-align : left; 
	margin-left : 20%; 
	margin-right : 20%;
	margin-top : 40px;
	margin-bottom : 0px;
	width : auto;
	border: 2px solid #BDAE8F;
	background-color: #FFFBE6;
	padding: 15px;
}

/*for the experience case study Heading Name
and press relase detail page heading name */
h1.case, h1.news {
	color: #025A02;
	font-size: 150%;
}

h1.case {
	margin-bottom: 0px;
}

/*for the experience case study sub-headings, i.e., At Issue*/
h2.case {
	color: #866B8A;
}

/*for the contact page location headings, i.e., Vail Office*/
h2.contact {
	color: #866B8A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	margin: 0px;
	padding: 0px;
}

/*for the awards and pubs section sub headers, i.e., a press release title */
h2.news {
	color: #866B8A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	margin: 0px;
}
/*and now let's give these h2's a special link*/
h2.news a:link, h2.news a:visited {
	color: #866B8A;
	text-decoration: underline;
}

h2.news a:hover, h2.news a:active {
	color: #000000;
	text-decoration: none;
}

blockquote.news {
	margin-top: 5px;
	margin-bottom: 20px;
}

/*for the presenter sub heading of the seminars*/
p.presenter {
	margin-top: 5px;
	margin-bottom: 8px;
	color: #000000;
}

/*case study info, i.e., title, project, size, etc...*/
.caseinfo{
	font-weight: bold;
}

/*case study title*/
.casetitle {
	color: #866B8A;
	font-size: 110%;
	font-weight: bold;
}
/*for the image captions on the experience case studies*/
.casecaption {
	font-size: 9px;
	color: #522863;
}

.caseclickphoto {
	padding-bottom: 5px;
	font-size: 9px;
}

/*for the press release navigation on detail page - left side*/
.news-pubs-nav, .news-pubs-nav2 {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
	color: #FFFFFF;
}

.news-pubs-nav2 {
	font-weight: bold;
}

.news-pubs-nav a:link, .news-pubs-nav a:visited, .news-pubs-nav a:hover, .news-pubs-nav2 a:link, .news-pubs-nav2 a:visited, .news-pubs-nav2 a:hover {
	color: #FFFFED;
	text-decoration: none;
}

.news-pubs-nav a:hover, .news-pubs-nav2 a:hover {
	text-decoration: underline;
	background-color: transparent;
}

.news-pubs-nav a:active, .news-pubs-nav2 a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.required {
	font-weight: bold;
	color: #FF0000;
}

.footer {
	font-size: 90%;
}

/*for the atomz search results context highlight*/
.atomz {
	background-color: #FFFF00;
	color: #000000;
}

