body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
	background: white url('/images/background.png') top left repeat-x;
	color: black;
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Corbel, Verdana, "Terbuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}
h4, h5 {
	font-size: 130%;
}
a, a:visited {
	color: #a6e553;
	color: #D1FF94;
	/* color: #f26c4f; */
}
a:hover {
	color: white;
}
a img {
	border: none;
}
pre {
	font-size: 140%;
}
hr.clear {
	height: 0px;
	border: 0px solid transparent;
	visibility: hidden;
	padding: 0;
	margin: 0;
}
.hidden {
	display: none;
}
blockquote {
	margin: 0px;
	padding: 0px;
}
blockquote cite {
	color: #a6e553;
	text-align: right;
}
/****
 * MAJOR STRUCTURAL STYLES
 ****/
#header {
	position: absolute;
	left: -10000px;
	top: -10000px;
}
#wrapper {
	width: 824px;
	margin: 0 auto;
	text-align: left;
}
#footer {
	margin: 15px 0 15px 20px;
	color: #9a9a9a;
}
#body {
	height: 330px;
	color: #bbd5e8;
	margin-top: 60px;
}
#body b, #body strong {
	font-weight: normal;
	color: #a6e553;
}
#body #topblock {
	height: 60px;
}
#body #content {
	height: 235px;
}
#body #content.big {
	height: 295px;
}
#body #notice, #body #error {
	border: 1px solid #a6e553;
	color: #a6e553;
	padding: 5px;
	position: relative;
	top: -40px;
	text-align: center;
	float: left;
	font-size: 120%;
	width: 100%; 
}
#body #error {
	border-color: red;
	color: red;
	background: #221111;
}
/****
 * MENU STYLES
 ****/
#menu {
	height: 60px;
	color: #35445b;
	line-height: 57px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 200%;
	clear: both;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	float: left;
	width: 160px;
	text-align: center;
}
#menu ul li a {
	background: transparent url('/images/menu-off.png') top left repeat-x;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	display: block;
	text-decoration: none;
	color: #99b3cc;
}
#menu ul li.current a {
	background-image: url('/images/menu-hot.png');
	color: white;
}
#menu ul li a:hover, #menu ul li a:focus {
	background-image: url('/images/menu-hover.png');
	color: white;
}
#menu ul li a span {
	border-left: 1px solid #35445b;
	display: block;
}
/****
 * FOOTER STYLES
 ****/
#footer a {
	color: #9a9a9a;
}
#footer a:hover {
	color: #555;
}
#footer .copyright {
	width: 74%;
	float: left;
}
#footer #affiliations {
	float: right;
	width: 25%;
	margin-top: -15px;
}
#footer #affiliations ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer #affiliations ul li {
	float: right;
	margin: 5px 5px 5px 5px;
	padding: 0;
}
#footer #affiliations ul li img {
	height: 30px;
	
}
/****
 * ACCESSIBILITY ISSUES 
 ****/
#accessible {
	position: fixed;
}
#accessible a, #accessible a:hover, #accessible a:visited {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden; 
}
#accessible a:active, #accessible a:focus {
	position:static;
	width:auto;
	height:auto;
	background: black;
}
/****
 * QUICKNAV STYLES
 ****/
#quicknav {
  display: none;
}
#quicknav div {
	position: absolute;

  /** border: 1px solid #111; **/
	top: 150px;

	height: 100px;
	width: 3%;

/** 	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60); **/
}
#quicknav div a {
	display: block;
	height: 100%;
	background: #111 url('/images/quicknav-next.png') center center no-repeat;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#quicknav div a:focus,
#quicknav div a:hover {
	-moz-opacity: 0.9;
	opacity:.90;
	filter: alpha(opacity=90);
}
#quicknav div a span {
  position: absolute;
	top: -10000px;
	left: -10000px;
}
#quicknav #lefter a {
	background-image: url('/images/quicknav-previous.png');
}
#quicknav #lefter {
	left: 0px;
	border-left-width: 0px;
}
#quicknav #lefter,
#quicknav #lefter a {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
}
#quicknav #lefter a span {
}
#quicknav #righter {
	border-right-width: 0px;
	left: 0px;
	margin-left: 97%;
}
#quicknav #righter,
#quicknav #righter a {
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
}

/****
 * VCARD STYLES
 ****/
.hide {
	display: none;
}
/****
 * GENERIC PAGE STYLES
 ****/
#body h1 {
	font-size: 600%;
	color: white;
	line-height: 60px;
	vertical-align: middle;
	font-weight: normal;
}
#body h2 {
	font-size: 360%;
	color: white;
	line-height: 38px;
	vertical-align: middle;
}
#body div.right,
#body div.left {
	font-size: 130%;
}
#body div.left,
#body div.right {
	width: 375px;
}
#body div.left {
	float: left;
}
#body div.right {
	float: right;
}
#body div.front {
	margin-top: 0px;
}
#body div.front p {
	margin-bottom: 10px;
}
#body div.front.left {
	width: 415px;
}
#body div.detail {
	border: 1px solid #4771ba;
	background: #2c4673;
	padding: 10px;
}
#body div.detail h3 {
	color: white;
	margin: 0px;
}
#body p.logo {
	margin-top: -45px;
}
#body p.logo img {
	margin-bottom: 10px;
}
#body p.first {
	border-top: 1px solid #3c5e9a;
	margin-top: -15px;
	padding-top: 10px;
}
/****
 * FRONT PAGE SIDEBAR
 ****/
#body #mainright {
	margin: 0px 0 0 30px;
}
#body #additional {
  margin-top: 160px;
}
/****
 * FRONT PAGE TWITTER BOX
 ****/
#body #twitter {
	margin: -60px 10px 0px 0px;
	border-top-width: 0px;
	width: 345px;
	float: right;
}
#body #twitter h3 {
  font-size: 100%;
}
#body #twitter blockquote,
#body #twitter cite {
	padding: 0;
	margin: 0;
	font-size: 85%;
}
#body #twitter blockquote p {
	margin: 5px 0 5px 0;
}
#body #twitter blockquote.error {
	font-size: 90%;
	text-align: center;
}
#body #twitter a {
	color: #a6e553;
	text-decoration: none;
}
#body #twitter a:hover,
#body #twitter a:focus {
	text-decoration: underline;
}
/****
 * PAGER STYLES
 ****/
#body #pager {
	padding: 0;
	text-align: center;
}
#body #pager img {
	vertical-align: middle;
	margin: 0 6px 0 6px;
}
#body #pager a{
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 120%;
	line-height: 14px;
	color: white;
	text-decoration: none;
}
#body #pager a:hover {
	text-decoration: underline;
}
#body #pager a.node {
	height: 14px;
	width: 14px;
}
#body #pager a.node:hover {
	text-decoration: none;
}
#body #pager a.disabled {
	visibility: hidden;
}
/****
 * FORM STYLES
 ****/
#body form div {
	padding: 5px;
	clear: both;
}
#body label {
	display: block;
	float: left;
	width: 25%;
}
#body input,
#body textarea {
	border: 1px solid #333;
	width: 70%;
	float: left;
	color: black;
}
#body textarea {
	height: 6em;
}
#body .submit {
	padding-right: 6%;
}
#body .submit input {
	border: 5px solid #4771ba;
	margin-top: 5px;
	background: #2c4673;
	width: 40%;
	float: right;
	color: #a6e553;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	padding: 5px;
}
/****
 * SPECIAL HEADERS
 ****/
#body h1#about-title {
	background: transparent url('/images/headers/about.png') top left no-repeat;
	height: 100%;
}
#body h1#people-title {
	background: transparent url('/images/headers/people.png') top left no-repeat;
	height: 100%;
}
#body h1#contact-title {
	background: transparent url('/images/headers/contact.png') top left no-repeat;
	height: 100%;
}
#body h1#projects-title {
	background: transparent url('/images/headers/projects.png') top left no-repeat;
	height: 100%;
}
#body h1#about-title span,
#body h1#people-title span,
#body h1#contact-title span, 
#body h1#projects-title span {
	position: absolute;
	top: -10000px;
	left: -10000px;
}
/****
 * PROCESS PAGE SPECIFIC
 ****/
#body #process {
	height: 250px;
}
#body #process h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #a6e553;
	font-size: 110%;
	font-weight: bold;
	line-height: 100%;
}
#body #process p {
	margin-top: 0px;
	font-size: 110%;
}
#body #process .content {
	padding-top: 200px;
	height: 55px;
}
#body #process #process-left {
	float: left;
	width: 262px;
	background: transparent url('/images/spacer-plus.png') right 20px no-repeat;
}
#body #process #process-left .content {
	padding-left: 20px;
	padding-right: 52px;
	background: transparent url('/images/artwork/blueprint.png') 20px 0px no-repeat;
}
#body #process #process-center {
	width: 334px;
	float: left;
	background: transparent url('/images/spacer-equals.png') right 20px no-repeat;
}
#body #process #process-center .content {
	padding-top: 0px;
	height: 250px;
}
#body #process #process-center #rails-content-block {
	height: 200px;
}
#body #process #process-center .content {
	padding-left: 72px;
	padding-right: 50px;
	background: transparent url('/images/artwork/rails.png') 40px 0px no-repeat;
}
#body #process #process-right {
	float: left;
	width: 228px;
}
#body #process #process-right .content {
	padding-left: 50px;
	padding-right: 20px;
	background: transparent url('/images/artwork/solution.png') 50px 0px no-repeat;
}
/****
 * WORKFLOW PAGE SPECIFIC
 ****/
#body #workflow-task {
	height: 240px;
}
#body #workflow-nav {
	clear: both;
	border-bottom: 1px solid #4771BA;
	padding: 0 10px 5px 10px;
	font-size: 110%;
	font-weight: bold;
	color: #99B3CC;
	text-align: center;
}
#body #workflow-nav a {
	color: #99B3CC;
	text-decoration: none;
}
#body #workflow-nav a:hover {
	text-decoration: underline;
}
#body #workflow-nav a.selected {
	color: #a6e553;
	text-decoration: underline;
}
#body h3 {
	margin-top: 10px;
	font-size: 120%;
}
/****
 * BIO STYLES
 ****/
#body #quote {
	clear: both;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	/** color: white; **/
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	border-top: 1px solid #4771ba;
}
#body #quote p {
	margin: 0px;
	padding: 0px;
}
#body .person h3 {
	color: #a6e553;
	font-size: 120%;
}
#body .person img.photo {
	float: left;
	width: 149px;
	height: 149px;
	margin-right: 10px;
	margin-bottom: 75px;
}
#body .person p {
	margin-top: 5px;
	font-size: 92.3%;
	line-height: 16px;
}
/****
 * AURORA STYLES
 ****/
.aurora_title p {
	color: #a6e553;
}
.aurora img.photo{
	float: left;
	width: 430px;
	height: 250px;
	border-style: solid;
	border-width: 1px;
	border-color: yellow;
}
.aurora p {
	margin-top: 5px;
	font-size: 92.3%;
	line-height: 16px;
}
/****
 * CONTACT PAGE STYLES
 ****/
.contact .adr div {
	padding-left: 15%;
}
#body .contact .adr label {
	float: left;
}
#body .contact label {
	width: 15%;
	font-weight: bold;
}
.add-address {
	margin-top: 10px;
}
#body .contact p {
	margin-bottom: 5px;
	margin-top: 5px;
}
#body .contact a,
#body .add-address a {
	color: #a6e553;
}
/****
 * POPUP/LIGHTBOX EFFECT
 ****/
#overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index:1001;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}
#popup {
	display: none;
	position: absolute;
	top: 30px;
	margin-left: 150px;
	width: 470px;
	height: 300px;
	padding: 10px;
	border: 1px solid #efefef;
	background-color: white;
	z-index:1002;
	overflow: auto;
	color: black;
	font-size: 130%;
}
#overlay.visible, #popup.visible {
	display: block;
}
#overlay a {
	display: block;
	width: 100%;
	height: 99%;
}
#popup .close {
	float: right;
	margin: 0 5px 10px 5px;
}
#popup .close a, #popup .close a:hover {
	color: #333;
	font-weight: bold;
}
#popup a:hover {
	color: #A6E553;
}
#popup .padded p {
	line-height: 150%;
}
/****
 * INLINE POPUPS
 ****/
.inline-popup {
	position: fixed;
	border: 1px solid #4771BA;
	/** border: 1px solid #a6e553; **/
	background: #2c4673;
	color: white;
	padding: 5px;
	display: none;
	text-align: left;
	-moz-opacity: 0.5;
	opacity:.95;
	filter: alpha(opacity=95);
}
#body .inline-popup h3 {
	margin-top: 0px;
}
#body .inline-popup p {
	margin-top: 5px;
}
#logo-popup.inline-popup .letters div {
	clear: both;
}
#logo-popup.inline-popup .letter,
#logo-popup.inline-popup .name {
	display: block;
	font-size: 160%;
	/** color: #f26c4f; **/
	color: #a6e553;
	font-weight: bold;
	float: left;
	width: 40px;
	margin: 0px;
	clear: both;
	line-height: 18px;
}
#logo-popup.inline-popup .meaning,
#logo-popup.inline-popup .software {
	display: block;
	float: left;
	width: 100px;
	margin: 0px;
	clear: right;
	font-size: 140%;
	line-height: 18px;
}
#logo-popup.inline-popup .software {
	padding-left: 40px;
	width: 100px;
	clear: both;
}
#logo-popup.inline-popup .name {
	text-align: center;
	float: none;
	width: 150px; 
}
#rails-popup.inline-popup, #awia-popup.inline-popup {
	width: 150px;
}
#rails-popup.inline-popup p, #awia-popup.inline-popup p {
	line-height: 120%;
}
