
@media screen {
	
	/* Main content */
	
	a img {
		border: 0px solid white;
	}
	
	blockquote {
		font-size: 85%;
		font-style: italic;
	}
	
	blockquote p.right {
		font-size: 120%;
		font-style: normal;
	}
	
	body {
		background: rgb(247,247,246);
		color: black;
		font-family: helvetica, arial, sans-serif;
		margin: 0px;
		padding: 0px;
	}
	
	h1 {
		background: transparent;
		color: gray;
		font-size: 130%;
	}
	
	h2 {
		background: transparent;
		color: gray;
		font-size: 100%;
	}
	
	h2 small {
		font-weight: normal;
	}
	
	hr {
		background: gray;
		border: 0px solid transparent;
		color: gray;
		height: 1px;
	}
	
	img.right {
		float: right;
		margin: 0px 0px 0.5em 1em;
	}
	
	p.link-follow {
		font-size: 80%;
		margin-top: 0px;
		padding-top: 0px;
		text-align: right;
	}
	
	.playlink {
		text-transform: uppercase;
	}
	
	div#content ul li {
		list-style: url("/images/bullet.jpg");
	}
	
	div#content li {
		margin: 0.65em 0px;
	}
	
	div#main-feature {
		background: white;
		border: 1px solid black;
		float: right;
		font-size: 80%;
		margin: 0px 0px 20px 20px;
		padding: 0px;
		width: 210px;
	}
	
	div#main-feature h2 {
		background: rgb(206, 40, 49);
		color: white;
		font-size: 100%;
		font-weight: bold;
		margin-top: 0px;
		padding: 3px;
		text-align: center;
	}
	
	div#main-feature p {
		padding: 2px 12px;
	}
	
	p.center {
		text-align: center;
	}
	
	p.download {
		font-size: 80%;
		margin-top: 0px;
		padding-top: 0px;
		text-align: right;
	}
	
	p.right {
		text-align: right;
	}
	
	p.right small {
		font-size: 60%;
	}
	
	/* Page navigation */
	
	div#page-nav {
		display: none;
	}
	
	/* Banner */
	
	div#banner {
		background: white url("/images/banner_bg.jpg");
		background-position: top right;
		background-repeat: repeat-x;
		color: white;
		height: 105px;
		padding: 25px 0px 0px 88px;
	}
	
	/* Main menu */
	
	div#menu {
		left: 0px;
		position: absolute;
		text-align: right;
		top: 175px;
		width: 160px;
		z-index: 2;
	}
	
	div#menu ul {
		list-style: none;
		text-align: right;
	}
	
	div#menu ul li {
		background-image: url("/images/bullet.jpg");
		background-position: center right;
		background-repeat: no-repeat;
		padding: 0px 14px 0px 0px;
		margin: 7px 0px;
	}
	
	div#menu a {
		background: rgb(247,247,246);
		color: black;
		text-decoration: none;
		text-transform: lowercase;
	}
	
	div#menu a:hover {
		text-decoration: underline;
	}
	
	div#menu a.active {
		font-weight: bold;
	}
	
	/* Main content section */
	
	div#content {
		padding: 10px 80px 0px 200px;
		z-index: 1;
	}
	
	/* Address section */
	
	div#address {
		font-size: 80%;
		font-style: normal;
		padding: 0px 40px 0px 200px;
	}
	
	div#address p span.hide {
		background: transparent;
		color: rgb(247,247,246);
	}
	
	/* Content form specific */
	
	div.contact label {
		border-bottom: 1px solid lightgrey;
		margin: 0px 10px;
	}
	
	div.contact label span {
		display: block;
		float: left;
		font-size: 80%;
		margin-right: 2em;
		width: 8em;
	}
	
	div.contact dl {
		font-size: 80%;
	}
	
	div.contact dl dt {
		font-weight: bold;
	}
	
	div.contact dl dd {
		margin-left: 10em;
	}
	
	/* Publications table */
	
	table.pubs {
		font-weight: bold;
		margin-bottom: 20px;
		width: 100%;
	}
	
	table.pubs caption {
		color: gray;
		padding: 5px;
	}
	
	table.pubs td {
		padding: 6px;
		vertical-align: top;
	}
	
	table.pubs th {
		display: none;
		text-align: left;
	}
	
	table.pubs td small {
		display: block;
		font-size: 75%;
		font-weight: normal;
		padding: 3px 0px;
	}
	
	table.pubs td.icon_col {
		text-align: center;
		width: 40px;
	}
}

