/*** CSS reboot ***/
/* http://meyerweb.com/eric/tools/css/reset/ 
 * v2.0 | 20110126
 * License: none (public domain)
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-weight: 300;
  font-family: 'Arial', sans-serif;

	line-height: 1.5;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/** end of CSS reboot ***/
body {
  background-color: #EBEFDE;
  color: #487307;
  font-family: 'Roboto', sans-serif;
  width: 960px;
  margin: 32px auto;
}
div.header-left {
	background-image: url("../../../images/TCBA_238x136.jpg");
	width: 238px;
	height: 130px;
	background-color: #FFF;
	float: left;
	padding: 3px 0;
}
div.header-right {
	background-color: #FFF;
	width: 710px;
	height: 130px;
	float: right;
}

a {
	color: #4788CA;
	text-decoration: none;
}
a:hover {
	color: #C0C0C0;
}
.footer a {
	color: #A9CF38;
}
.footer a:hover {
	color: #E0E0E0;
}
/*
.main a {
	color: #A34186;
}
.main a:hover {
	color: #C0C0C0;
	background-color: inherit;
}
*/
h1 {
	zz-visibility: hidden;
	display: none;
	color: #1F5010;
  font-weight: bold;
	padding: 20px 0 0 20px;
	width: 100px;
	font-size: 250%;
	line-height: 50px;
}
h2, h3 {
	padding: 8px 0 4px 0;
  font-family: 'Roboto', sans-serif;
	color: #479030;
}
h2 span {
	font-style: italic;
	font-size: 0.8em;
	color: #A9CF38;
}
strong {
	font-weight: bold;
}
.main-left h2,
.col1 h2 {
	font-size: 1.5em;
	font-size: 1.3em;
	color: #487307;
}
.main-right h2,
.col2 h2 {
	font-size: 1.5em;
}
.main-right h3,
.col2 h3 {
	font-size: 1.25em;
}
.navh {
	clear: both;
	font-variant: small-caps;
}
.navh ul {
	list-style: none outside none;
	background-color: #FFFFFF;
	margin: 0;
	padding: 5px 0 3px 0;
	height: 26px;
	float: left;
} 
.navh ul li {
	display: block;
	float: left;
	position: relative;
	border-right: 4px solid #73A605;
	margin: 0;
	padding: 0;
	height: 24px;
}
.navh ul li:last-child {
	border-right: none;
}

.navh ul li a,
.navh ul li span {
	padding: 6px 18px;
	border: none;
}
.navh ul li form {
	padding-left: 20px;
}
.navh ul li label {
	padding-right: 4px;
}
.navh a {
	color: #487307;
	text-decoration: none;
}
.navh a:hover, 
.navh li.active {
	background-color: #a9cf38;
	color: #FFF;
}
#ariext87_container {
	float: left;
	width: 510px;
}
.search {	
	float: right;
	margin: 0;
	padding: 5px 6px 3px 6px;
}


div.main {
}
div.main-left {
	width: 218px;
	padding: 0 10px;
	height: auto;
	background-color: #A9CF38;
	float: left;
	border-top: 6px solid #73A605;
	border-bottom: 6px solid #73A605;
	margin: 10px 0;
	min-height: 300px;
}

}
.main-left p {
	padding: 0 4px;
	font-size: 0.8em;
	margin-bottom: 5px;
}
.main-left img {
	float: right;
	padding: 0;
	margin: 0;
}
div.main-right {
	width: 670px;
	min-height: 406px;
	height: auto;
	float: right;
	background-color: #FFFFFF;
	color: #1F5010;
	font-size: 0.9em;
	padding: 8px 20px 12px 20px;
	border-top: 6px solid #73A605;
	border-bottom: 6px solid #73A605;
	margin: 16px 0 10px 0;
}
.main-right p {
	padding-bottom: 10px;
}

#footercontainer {
	clear: both;
}
div.footer {
	clear: both;
	background-color: #487307;
	color: #e0e0e0;
	height: 26px;
	font-size: 0.75em;
}
.footer-left {
	float: left;
	padding: 2px 8px;
}
.footer-right {
	float: right;
	padding: 2px 8px;
	width: 220px;
}
ul.actions,
div.icons {
	display: none;
}
.main ul {
	padding-left: 14px;
}

/* 2 Column settings 180px:844px */
.twocol.container2 {
	background: #EBEFDE;                  /* column 2 background colour         */
	clear: left;
	float: left;
	width: 100%;
	overflow: hidden;
	margin: 10px 0;
}
.twocol .container1 {
  color: #487307;
	background: #A9CF38;                  /* column 1 background colour        */
	float: left;
	width: 100%;
	position: relative;
	right: 722px;
	border-top: 6px solid #73A605;
	border-bottom: 6px solid #73A605;
}
.twocol .col1 {
	float: right;
	width: 218px;
	position: relative;
	left: 700px;
	overflow: hidden;
	padding: 0 0 10px 0;
}
.view-overview .twocol .col1,
.view-summary .twocol .col1 {
  font-size: 0.875rem;
  line-height: 1.2em;
}

.twocol .col2 {
	background: #FFF;
	color: #1F5010;
	float: right;
	width: 670px;
	position: relative;
	left: 722px;
	overflow: hidden;
	font-size: 0.9em;
	padding: 0 20px 12px 20px;
	border-top: 6px solid #73A605;
	border-bottom: 6px solid #73A605;
	margin: -6px 0 -6px 0;
}