/* Default styles for the ARROW website, all pages, all media */
/* Least- to most-specific */

/* 
 * This stylesheet contains hacks to improve rendering across browsers.
 * All styles used are valid CSS2 except for the Mozilla proprietary -moz-border-radius.
 */

/* Generic element styles */
body, div, p, table, thead, tbody, tfoot, th, td, h1, h2, h3, h4, h5, h6, li, dt, dd, input, textarea {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.0em;
}
html, body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
}
/*/*/
body {
	font-size: 76%;
}
/* */
form, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h1 {
	color: #c3562e;
	background-color: #fff;
	font-size: 2.0em;
	font-weight: normal;
}
h2 {
	color: #c3562e;
	background-color: #fff;
	font-size: 1.5em;
	margin-top: 0.3em;
	font-weight: normal;
}
p, ul {
	margin-top: 0;
	margin-bottom: 1em;
}
div.content p, div.content ul {
	line-height: 1.5em;
	background-color: #FFFFFF;
}
div.content ul ul {
	margin-bottom: 0;
}
div.content dl dt {
	font-weight: bold;
	margin-top: 1em;
}
table {
	margin-bottom: 2em;
}
/* high pass */
i{content:"\"/*"}
table {
	width: 100% !important;
	width: 97%;
}
/* */
i{}
table th, table td {
	text-align: left;
	padding-left: 0.3em;
	padding-right: 0.3em;
}
table thead th {
	color: #fff;
	background-color: #7785a1;
}
table thead th :link,
table thead th :visited {
	color: #ffd;
	background-color: #7785a1;
}
table tbody tr.odd {
	color: #000;
	background-color: #e1eafa;
}
:visited,
:link {
	text-decoration: none;
}
div.content :visited,
div.content :link,
:visited:hover,
:link:hover {
	text-decoration: underline;
}
.hidden {
	display: none;
}

/* form styles */
div.content form label {
	float: left;
	text-align: right;
	width: 10em;
	padding-right: 1.2em;
}
/*/*/
div.search label,
div.search input {
	font-size: 1.0em;
}
/* */
p.submit {
	padding-left: 11.2em;
}
textarea.contentfield,
input.contentfield {
	min-width: 50%;
	max-width: 100%;
}
input.button {
	background-color: #94bb4d;
	color: #fff;
	border-top: 2px solid #afd56f;
	border-right: 2px solid #46522c;
	border-bottom: 2px solid #46522c;
	border-left: 2px solid #afd56f;
}
input.cancel {
	background-color: #c3562e;
	color: #fff;
	border-top: 2px solid #eda186;
	border-right: 2px solid #6d2f18;
	border-bottom: 2px solid #6d2f18;
	border-left: 2px solid #eda186;
}

/* page blocks */
/* headers */
#access {
	float: left;
	text-transform: lowercase;
	/*/*/
	padding: 0 0 0 1.0em;
	margin-top: 0.35em;
	font-size: 1.1em;
	/* */
}
#access :link,
#access :visited,
div.meta :link,
div.meta :visited,
#access, div.meta {
	background-color: #ccc;
	color: #000;
}
div.meta {
	margin: 0;
	/*/*/
	padding: 0.2em 1em 0.2em 0;
	/* */
	text-align: right;
	border-bottom: 1px dashed #000;
}
div.meta form,
div.search {
	display: inline;
}

/* nav bars */
ul.topnav,
ul.subnav {
	margin: 0;
	background-color: #293962;
	color: #fff;
	font-weight: bold;
	/*/*/
	height: 1.4em;
	padding: 0.5em 0 0.2em 0;
	/* */
	border-bottom: 1px dashed #666;
}
map>ul.topnav,
map>ul.subnav {
	border-bottom-color: #fff;
}
/*/*/
ul.topnav li,
ul.subnav li {
	display: inline;
}
/* */
ul.topnav li a,
ul.subnav li a {
	display: block;
	text-align: center;
	text-transform: lowercase;
	min-width: 9%;
	padding: 0 1.1em;
	/*/*/
	height: 1.2em;
	float: left;
	white-space: nowrap;
	/* */
}
ul.topnav :link,
ul.topnav :visited,
ul.subnav :link,
ul.subnav :visited {
	background-color: #293962;
	color: #fff;
}
ul.topnav li.current :link span,
ul.topnav li.current :visited span,
ul.subnav li.current :link span,
ul.subnav li.current :visited span {
	background-color: #888;
	color: #fff;
	/*/*/
	padding: 2px 8px;
	/* */
	/* The following rule is included as an enhancement available to Mozilla-based browsers.
	   Other Web browsers and CSS parsers must ignore this (unrecognised) rule . */
	-moz-border-radius: 50%;
}
ul.subnav li.current :link,
ul.subnav li.current :visited {
	text-decoration: none;
}
ul.subnav li.current :link span,
ul.subnav li.current :visited span {
	color: #fff;
	background-color: #293962;
}
ul.topnav li.current :link:hover,
ul.topnav li.current :visited:hover,
ul.subnav li.current :link:hover,
ul.subnav li.current :visited:hover {
	text-decoration: none;
}
ul.topnav li.current :link:hover span,
ul.topnav li.current :visited:hover span,
ul.subnav li.current :link:hover span,
ul.subnav li.current :visited:hover span {
	text-decoration: underline;
}

/* page body */
#container {
	clear: left;
}
div.brand {
	float: left;
	position: relative;
	width: 168px;
}
div.brand img {
	border: 0 none;
}
div.content {
	padding: 20px 20px 20px 0;
	margin-left: 188px;
	background-color: #fff;
	color: #000;
}
body.home div.content {
	margin-left: 325px;
}

/* breadcrumb nav */
p.breadcrumbs {
	margin: 0 0 1em 0;
	background-color: #fff;
	color: #999;
}
p.breadcrumbs :link {
	background-color: #fff;
	color: #222;
}
p.breadcrumbs :visited {
	background-color: #fff;
	color: #444;
}
p.breadcrumbs span.here {
	background-color: #fff;
	color: #000;
}

/* content area */
div.article {
	padding: 1em 1em 0 1em;
	border: 2px solid #fff;
}
div.overview {
	border-color: #c3562e;
}
h2.article1 {
	color: #08c;
	background-color: #fff;
}
div.type1 {
	border-color: #96bfdc;
}
h2.article2 {
	color: #483;
	background-color: #fff;
}
div.type2 {
	border-color: #b1cb90;
}
div>div.acrobat {
	float: left;
	margin: 0 0.6em 0 0;
}
hr.clear {
	text-indent: -9999px;
	height: 0;
	overflow: hidden;
	margin: 0 0 0.6em 0;
	padding: 0;
	border: 0 none;
}
div>hr.clear {
	clear: left;
}

/* home page */
a.backingaus {
	font-style: italic;
}
div.logos {
	margin-top: 1.2em;
}
div.partner h2 {
	margin-bottom: 0.6em;
}
div.partner {
	margin-top: 1.9em;
}
div.logos img {
	vertical-align: middle;
	border: 0;
	padding: 0 8px;
	border-left: 1px solid #999;
}
div.government img {
	border-left: 0 none;
}
div.logos a.first-child img {
	padding-left: 0;
	border-left: 0 none;
}

/* footer */
div#footer {
	clear: left;
	text-align: center;
	background-color: #eee;
	color: #555;
	padding: 0.8em;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
}
div#footer hr {
	display: none;
}
div#footer ul {
	text-align: center;
	margin: 0;
	padding: 0;
}
div#footer li {
	display: inline;
}
div#footer :link {
	color: #000;
	background-color: #eee;
	font-weight: bold;
}
div#footer :visited {
	color: #222;
	background-color: #eee;
	font-weight: bold;
}


/* page subclassing */
body.home div.brand {
	background: #fff url(/assets/images/files-large-1.gif) top left no-repeat;
	color: #000;
	width: 305px;
	height: 522px;
}
body.home div.brand.t2 {
	background-image: url(/assets/images/files-large-2.gif);
}
body.home div.brand.t3 {
	background-image: url(/assets/images/files-large-3.gif);
}
body.home div.brand p.tagline {
	color: #293962;
	background-color: transparent;
	font-size: 140%;
	margin-left: -100em;
}
body.home div.brand img#logo {
	position: absolute;
	margin-top: 220px;
	left: 0;
}

/* 'About' section */
body.about h1,
body.about h2 {
	color: #483;
	background-color: #fff;
}
body.about div.article {
	border-color: #84ab3d;
}
body.about ul.subnav,
body.about ul.topnav li.current :link span,
body.about ul.topnav li.current :visited span,
body.about ul.subnav :link,
body.about ul.subnav :visited,
body.about ul.subnav li.current :link,
body.about ul.subnav li.current :visited {
	color: #fff;
	background-color: #681;
}
/*/*/
body.about #container {
	background: #fff url(/assets/images/files-bg-green.gif) top left repeat-y;
	color: #000;
}
body.about #container div.d1 {
	background: transparent url(/assets/images/files-top-green.gif) top left no-repeat;
	margin: 0;
}
/* */

/* 'Contact' section */
body.contact h1,
body.contact h2 {
	color: #293962;
	background-color: #fff;
}
body.contact div.article {
	border-color: #293962;
}
body.contact ul.subnav,
body.contact ul.topnav li.current :link span,
body.contact ul.topnav li.current :visited span,
body.contact ul.subnav :link,
body.contact ul.subnav :visited {
	background-color: #779;
	color: #fff;
}
/*/*/
body.contact #container {
	background: #fff url(/assets/images/files-bg-navy.gif) top left repeat-y;
	color: #000;
}
body.contact #container div.d1 {
	background: transparent url(/assets/images/files-top-navy.gif) top left no-repeat;
	margin: 0;
}
/* */

/* 'Publications' section */
body.publications h1,
body.publications h2 {
	color: #52255b;
	background-color: #fff;
}
body.publications div.article {
	border-color: #52255b;
}
body.publications ul.subnav,
body.publications ul.topnav li.current :link span,
body.publications ul.topnav li.current :visited span,
body.publications ul.subnav :link,
body.publications ul.subnav :visited {
	color: #fff;
	background-color: #75517c;
}
body.publications ul.subnav li.current :link,
body.publications ul.subnav li.current :visited {
	color: #fff;
	background-color: #75517c;
}
/*/*/
body.publications #container {
	background: #fff url(/assets/images/files-bg-purple.gif) top left repeat-y;
	color: #000;
}
body.publications #container div.d1 {
	background: transparent url(/assets/images/files-top-purple.gif) top left no-repeat;
	margin: 0;
}
/* */

/* 'Repositories' section */
body.repositories h1,
body.repositories h2 {
	color: #069;
	background-color: #fff;
}
body.repositories div.article {
	border-color: #3ad;
}
body.repositories ul.subnav,
body.repositories ul.topnav li.current :link span,
body.repositories ul.topnav li.current :visited span,
body.repositories ul.subnav :link,
body.repositories ul.subnav :visited {
	background-color: #08c;
	color: #fff;
}
/*/*/
body.repositories #container {
	background: #fff url(/assets/images/files-bg-blue.gif) top left repeat-y;
	color: #000;
}
body.repositories #container div.d1 {
	background: transparent url(/assets/images/files-top-blue.gif) top left no-repeat;
	margin: 0;
}
/* */

/* 'Project Documents' section */
body.docs h1,
body.docs h2 {
	color: #483;
	background-color: #fff;
}
body.docs div.article {
	border-color: #c1d8a8;
}
body.docs ul.subnav,
body.docs ul.topnav li.current :link span,
body.docs ul.topnav li.current :visited span,
body.docs ul.subnav :link,
body.docs ul.subnav :visited {
	background-color: #483;
	color: #fff;
}
/*/*/
body.docs #container {
	background: #fff url(/assets/images/files-bg-pale.gif) top left repeat-y;
	color: #000;
}
body.docs #container div.d1 {
	background: transparent url(/assets/images/files-top-pale.gif) top left no-repeat;
	margin: 0;
}
/* */

/* 'News and Events' section */
body.news h1,
body.news h2 {
	color: #771;
	background-color: #fff;
}
body.news div.article {
	border-color: #cc6;
}
body.news ul.subnav,
body.news ul.topnav li.current :link span,
body.news ul.topnav li.current :visited span,
body.news ul.subnav :link,
body.news ul.subnav :visited {
	background-color: #771;
	color: #fff;
}
/*/*/
body.news #container {
	background: #fff url(/assets/images/files-bg-mustard.gif) top left repeat-y;
	color: #000;
}
body.news #container div.d1 {
	background: transparent url(/assets/images/files-top-mustard.gif) top left no-repeat;
	margin: 0;
}
/* */

/* 'Members' section */
body.members h1,
body.members h2 {
	color: #c3562e;
	background-color: #fff;
}
body.members div.article {
	border-color: #c3562e;
}
body.members ul.subnav,
body.members ul.topnav li.current :link span,
body.members ul.topnav li.current :visited span,
body.members ul.subnav :link,
body.members ul.subnav :visited {
	color: #fff;
	background-color: #c3562e;
}
body.members ul.subnav li.current :link,
body.members ul.subnav li.current :visited {
	color: #223;
	background-color: #c3562e;
}
/*/*/
body.members #container {
	background: #fff url(/assets/images/files-bg-red.gif) top left repeat-y;
	color: #000;
}
body.members #container div.d1 {
	background: transparent url(/assets/images/files-top-red.gif) top left no-repeat;
	margin: 0;
}
/* */

/* ALL subpages */
body.about #container div.d2,
body.contact #container div.d2,
body.publications #container div.d2,
body.repositories #container div.d2,
body.docs #container div.d2,
body.news #container div.d2,
body.members #container div.d2,
body.MACAR #container div.d2 
{
	/*/*/
	background: transparent url(/assets/images/files-bottom.gif) bottom left no-repeat;
	/* */
	margin: 0;
	height: auto !important;
	height: 436px;
	min-height: 436px;
}


/* 'MACAR' section */
body.MACAR h1,
body.MACAR h2 {
	color: #069;
	background-color: #fff;
}
body.MACAR div.article {
	border-color: #3ad;
}
body.MACAR ul.subnav,
body.MACAR ul.topnav li.current :link span,
body.MACAR ul.topnav li.current :visited span,
body.MACAR ul.subnav :link,
body.MACAR ul.subnav :visited {
	background-color: #08c;
	color: #fff;
}
/*/*/
body.MACAR #container {
	background: #fff url(/assets/images/files-bg-blue.gif) top left repeat-y;
	color: #000;
}
body.MACAR #container div.d1 {
	background: transparent url(/assets/images/files-top-blue.gif) top left no-repeat;
	margin: 0;
}
