/* TYPE
/* ---------------------------------- */

body {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}

div.header span, body.standard div.banner h2, body.standard div.banner span {
	display: none;	
}

h3, h4, .em {
	font-family: Helvetica, Arial, sans-serif;
}

h3 {
	font-size: 27px;
	margin-bottom: 0.45em;
}

body.studies h3 {
	float: left;
	margin-top: 51px;
}

.em {
	font-size: 18px;
	line-height: 1.5em;
} 

h4 {
	font-size: 16px;
	line-height: 1.7em;
}

body.standard div.main h4 {
	font-size: 18px;
	line-height: 1.25em;
	margin-bottom: 0.75em;
	margin-top: 2em;
}

.em {
	margin-bottom: 1.5em;
	clear: both;
}

p {
	color: #666;
	margin-top: 0;
}

blockquote {
	font-family: Garamond, Times, Georgia; 
	margin: 0 0 27px 0;
	line-height: 27px;
	padding: 0;
	font-size: 18px;
	text-align: center;
}

div.news-item h4, div.news-item p {
	margin-bottom: 0;
}

/* LINKS
/* ---------------------------------- */

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}

a:focus {
	-moz-outline-style: none;
}

div.main a:hover {
	text-decoration: underline;
}

div.main p.link a:after {
	content:" >";
}

/* HOMEPAGE ELEMENTS
/* ---------------------------------- */

div.banner h2, div.banner p {
	display: none;
}

div.suppliers h4 {
	margin-bottom: 3px;
}

div.studies p {
	margin-top: 12px;
}

div.news h4, div.news .rss {
	float: left;
}

div.news h4 {
	margin-bottom: 13px;
}

div.updates div.news p {
	float: none;
	clear: both;
	margin-bottom: 9px;
	padding-right: 20px;
}

div.request h4 {
	margin-top: 4px;
	line-height: 21px;
	padding-right: 175px;
	margin-bottom: 6px;
}

div.request label {
	font-weight: normal;
}


/* FOOTER
/* ---------------------------------- */

div.footer a:hover {
	text-decoration: underline;
}

/* CONTACT FORM
/* ---------------------------------- */

form#request {
	margin: 0;
	padding: 0;
	width: 350px;
}


form#request ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

form#request li {
	display: block;
	width: 100%;
	margin-bottom: 1em;
}

form#request li.error {
	width: 340px;
}

form#request li div li {
	margin: 0.5em 0 0 0;
}

form#request span {
	color: red;
}

form#request li div input {
	margin: 0 0.5em 0 0;
	padding: 0;
	position: relative;
	top: 2px;
}

form#request li div label {
	line-height: 0.5em;
	font-weight: normal;
}

form#request li div textarea {
	width: 330px;
	height: 100px;
}
