/**** All tags are alphabetically ordered ****/

a img {
	border: 1px solid white;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #0044b7;
}
a:hover {
	text-decoration: underline;
	color: #0044b7;
}
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.75em;
}
body#home a#menu-home,
body#about a#menu-about,
body#products a#menu-products,
body#technology a#menu-technology,
body#publications a#menu-publications,
body#contact a#menu-contact {
	color: black;
}
div#content-wide {
	margin: 2em 1.5em;
}
div#content {
	margin: 2em 1.5em 1.5em 16em;
}
div#footer {
	padding-top: 0.5em;
	padding-bottom: 3em;
	font-size: 0.85em;
	color: gray;
	border-top: 1px solid gray;
	clear: both;
}
div#footer-right {
	float: right;
}
div#logo {
}
div#main {
	width: 65em;
	margin: 2em 2em;
	/*border: 1px solid red;*/
}
div.puff {
	height: 11.5em;
}
div.puff div.puff-text {
	margin-left: 14.5em;
}
div.puff a.puff-image {
	float: left;
	display: block;
	width: 13em;
	height: 10em;
	border: 1px solid silver;
	background-repeat: no-repeat;
	background-color: white;
}
div#puff1 a.puff-image {
	background-image: url(../images/puff-photo-1.jpg);
	background-position: top center;
}
div#puff2 a.puff-image {
	background-image: url(../images/puff-photo-2.jpg);
	background-position: top center;
}
div#puff3 a.puff-image {
	background-image: url(../images/puff-photo-3.jpg);
	background-position: center center;
}
div.puff a:hover.puff-image {
	border: 1px solid #0044b7;
}
div#slogan-wrapper {
	width: 16em;
	height: 11em;
	background-color: #0067a5;
	border-right: 2px solid white;
}
div#slogan {
	padding: 1.5em;
}
div#slogan p {
	font-size: 1.3em;
	font-family: Verdana, Arial, sans-serif;
	color: white;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}
div#sub-menu-wrapper {
	float: left;
}
div#top-bar {
	height: 11em;
	background-image: url("../images/top-bar.jpg");
	background-position: 16em 0%;
	background-repeat: no-repeat;
	background-color: white;
	/*border: 1px solid yellow;*/
}
dl.properties {
	font-size: 0.9em;
}
dl.properties dt {
	float: left;
	clear: left;
	width: 2em;
}
dl.properties dd {
	margin-left: 3em;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2.2em;
	font-weight: normal;
	color: #0067a5;
	margin-top: 0em;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #0067a5;	
}
img.right-image {
	float: right;
	clear: right;
	margin: 0em 0em 1em 1em;
}
span.tm {
	/*color: #6699cc;*/
}
table.properties {
	font-size: 0.85em;
}
table.properties td {
	text-align: center;
}
table.properties tr.color td {
	text-align: center;
	background-color: #eaeafa;
}
table.properties tr.focus td, table.properties tr.focus th {
	background-color: #008d80; /*#cc9966;*/
	color: white;
}
table.properties th {
	text-align: left;
	background-color: #0067a5;
	color: white;
	font-weight: normal;
	padding: 0.3em;
}
table.properties th.column-header {
	text-align: center;
}
ul#menu {
	list-style: none;
	padding: 0px 0px 0.8em 0px;
	margin: 0;
	text-align: right;
	font-size: 1.15em;
	text-transform: uppercase;
}
ul#menu li {
	display: inline;
	padding-left: 1em;
}
ul#menu a:link, ul#menu a:visited, ul#menu a:active {
	color: #0044b7;
}
ul#sub-menu {
	padding: 0em;
	margin: 2em 0 0 1.5em;
}
ul#sub-menu li, ul#sub-menu li.selected {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	list-style: none;
	background-image: url(../images/bullet.gif);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding-left: 1em;
}
ul#sub-menu li.selected {
	background-image: url(../images/bullet-selected.gif);
}
ul#sub-menu li.selected a {
	color: black;
	
}
/* Temp */

p.todo {
	color: red;
}
/*
div {
	border: 1px solid red !important;
}