/* palette */
/* light blue: #00A4E8 */

.container_16 {
	
}
.container_16 > div {
	float: left;
	clear: left;
	width: 960px;
}
.content {
	background: #00A4E8 url(../images/montage.png) left bottom no-repeat;
	margin: 20px 0;
	padding: 20px 0;
	-moz-border-radius: 20px;
	-webkit-border-radius: 0 20px 0 20px;
	-moz-border-radius: 0 20px 0 20px;
	-o-border-radius: 0 20px 0 20px;
	border-radius: 0 20px 0 20px;
	overflow: hidden;
	-webkit-box-shadow: inset 0 4px 4px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 4px 4px rgba(0,0,0,0.05);
	-o-box-shadow: inset 0 4px 4px rgba(0,0,0,0.05);
	box-shadow: inset 0 4px 4px rgba(0,0,0,0.05);
}
header {
	position: relative;
}
header h1 a {
	background: url(../images/design/biobest-logo-200.png) 0 0 no-repeat;
	margin: 20px -20px 0;
	display: block;
	text-indent: -999em;
	height: 69px;
	width: 200px;
}
header form {
	position: absolute;
	right: 0;
	bottom: 10px;
	top:11px;
}

header form select {
	background-color: #fff;
	color: #333;
	border: 1px solid #999;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 2px 2px 12px red;
}
header form select:focus, header form select:active {
	color: black;
	border: 1px solid #00A4E8;
}
header form input {
	/*
	background: white url(../images/arrow_right.png) center no-repeat;
	height: 20px;
	width: 20px;
	border: none;
	text-indent: -999em;
	*/
	cursor: pointer;
}
header form input:active {
	margin-bottom: -2px;
}
header a.twitter{
	position:absolute;
	left: 187px;
	top: 64px;
}
header a.facebook{
	position:absolute;
	left: 218px;
	top: 64px;
}
header .fb-like{
	position:absolute;
	left: 249px;
	top: 64px;
}

/*
	Colors:
	
	background-color: #BFE8F9; 75%
	background-color: #80D2F4; 50%
	background-color: #40BBEE; 25%
	background-color: #20AFEB; 12.5%
	background-color: #00A4E8; 0%		
*/

/* navigation */
nav {
	font-size: 1.1em;
	line-height: 1.5;
}

nav ul {
	margin: 10px -10px;	
	width: 180px;
	padding-bottom: 200px;
}
nav ul ul {
	margin: 10px -10px 9px;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 2px;
	background: #008FCB url(../images/switcher-0.png) center top no-repeat;
	border-bottom: 1px solid #007BAE;
}
nav ul ul ul {
	background: #007BAE url(../images/switcher-12_5.png) center top no-repeat;
	border-bottom: 1px solid #006691;
}
nav ul ul ul ul {
	background: #006691 url(../images/switcher-25.png) center top no-repeat;	
	border-bottom: 1px solid #005274;
}

nav li {
	border-top: 1px solid rgba(0,0,0,0.125);	
}
nav li a {
	border-top: 1px solid rgba(255,255,255,0.125);
}
nav li {
	border-top: 1px solid #008FCB;	
}
nav li li {
	border-top: 1px solid #007DB2;		
}
nav li li li {
	border-top: 1px solid #006C98;		
}
nav li li li li {
	border-top: 10px solid rgba(0,0,0,0.0625);
	border-top: 1px solid #006088;
}
nav li a {
	border-top: 1px solid #20AFEB;
}
nav li li a {
	border-top: 1px solid #209DD2;
}
nav li li li a {
	border-top: 1px solid #208CB8;
}
nav li li li li a {
	border-top: 1px solid #107098;
}

nav li:first-child {
	border-top: none !important;	
}
nav li:first-child > a {
	border-top: none !important;
}


nav li a { 
	display: block;
	padding: 4px 10px;
	text-decoration: none;
	color: white;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
nav li li { 
	margin: 0 10px;
}

nav li a:hover {
	background: url(../images/tab-75.png) -1px no-repeat;
	text-shadow: 0 0 2px rgba(255,255,255,0.25);
}
nav li li a { 
	font-size: 1em;
}
nav li.active > a {
	background: url(../images/tab.png) 0 no-repeat;
	font-weight: bold;
	/*
	background-color: white;
	color: #006D9A;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.125);
	*/
}
nav ul + li {
	background: red !important;
}

nav .fb-like-box{
	margin-top:-200px;
	margin-left: -20px;
	background: none repeat scroll 0 0 white;
}

/*
nav li li a { 
	padding: 0 20px;
}
nav li li li a { 
	padding: 0 20px;
}
*/

/*	
nav ul {
	margin: 20px 0;
}
nav ul ul {
	margin: 0;
}
nav li a {
	display: block;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5;
	margin: 0px -20px 0;
	width: 160px;
	padding: 0.25em 20px;
	color: #FFF;
	border-bottom: 10px solid rgba(255,255,255,0.25);
	border-bottom: 1px solid #088BCF;
}
nav li li a {
	background: rgba(0,0,0,0.125);
	background: #008FCB;
}
nav li li li a {
	background: rgba(0,0,0,0.5);
	background: #007BAE;
}
nav li li li li a {
	background: rgba(0,0,0,0.5);
	background: #005274;
}

nav li li a {
	font-size: 1.1em;
	padding-left: 30px;
	margin-left: -20px;
	width: 150px;
}
nav li li li a {
	padding-left: 40px;
	margin-left: -20px;
	width: 140px;
}
nav li a:focus, nav li a:hover, nav li a:active, nav li.active a {
	background: #20AFEB;
	text-shadow: -1px -1px 1px #088BCF, 1px 1px 1px #40BBEE;
	-moz-box-shadow: 0 2px 2px rgba(8, 139, 207, 0.5);
}
nav li a:link, nav li a:visited, nav li a:hover {
	background-color: rgba(255,255,255,0.125);
	
}

nav li a { background: #20AFEB !important; text-shadow: -1px -1px 1px #00A4E8, 1px 1px 1px #40BBEE !important; }
nav li a:hover { background-color: #40BBEE !important; }
nav li li a { background: #40BBEE !important; text-shadow: -1px -1px 1px #20AFEB, 1px 1px 1px #80D2F4 !important; }
nav li li a:hover { background: #80D2F4 !important; }
nav li li li a { background: #80D2F4 !important; color: #088BCF; text-shadow: -1px -1px 1px #40BBEE, 1px 1px 1px #BFE8F9 !important; }
nav li li li a:hover { background: #BFE8F9 !important; }
nav .active > a { background: #fff !important; color: #088BCF; text-shadow: none !important; }
nav .active > a { background: #088BCF !important; color: #FFF; text-shadow: none !important; }
nav .active > a:hover { background: #fff !important; color: #088BCF; }

nav li > ul > li:first-child a { -moz-box-shadow: inset 0 2px 2px rgba(8, 139, 207, 0.5); }
nav li > ul > li > ul > li:first-child a { -moz-box-shadow: inset 0 2px 2px rgba(8, 139, 207, 0.5); }

*/
.container_16 .content_inner {
	float: left;
	clear: none;
	background: white;
	color: #333;
	min-height: 400px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 0 10px;
	-moz-border-radius: 0 10px;
	-o-border-radius: 0 10px;
	border-radius: 0 10px;
	width: 680px !important;
	padding: 20px 40px 20px 20px;
	-webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 4px 4px rgba(0,0,0,0.05);
	-o-box-shadow: 0 4px 4px rgba(0,0,0,0.05);
	box-shadow: 0 4px 4px rgba(0,0,0,0.05);
	margin: 0 20px;
}
.content_inner .alpha {
	clear: left;
}
.content section article a:link, .content section article a:visited,
.content section article a:focus, .content section article a:hover, .content section article a:active {
	text-decoration: none;
}





/* homepage gubbins */

.home-upper article{
	min-height:240px;
}

.content section article img {
	width: 192px;
	border: 4px solid #DFDFDF;
	opacity:0.9;
	-webkit-box-shadow: 0 2px 2px #ccc;
}
.content section article img.facebook{
	width:auto;
	border:none;
	float:right;
}
.content section article :hover img {
	border: 4px solid #02A6EF;
	-webkit-transition: all 0.75s ease-in-out;
	opacity:1;
}
.content section article :hover img.facebook{
	-webkit-transition: none;
	border:none;
}
.content section article a p {
	color: #333;
}
.content_inner h1 {
	color: #02A6EF;
	text-shadow: 1px 1px 1px #eee;
}
.content_inner h2, .content_inner h3 {
	color: #333;
}
.content_inner .home-species h1 {
	font-size: 1.5em;
}
 
.content section.qlinks article {
	clear: left;	
	margin-bottom: 10px;
	border-bottom: 1px solid #DFDFDF;
}
.content section.qlinks article.omega {
	border-bottom: none;
}

.content section.qlinks h1, .content section.lnews h1 {
	font-size: 1.5em;
}
.content section.qlinks article h1, .content section.lnews h2 {
	font-size: 1.3em;
	color: #666;
}
.content section.qlinks article a:focus h1, .content section.qlinks article a:hover h1, .content section.qlinks article a:active h1, 
.content section.lnews a:focus h2, .content section.lnews a:hover h2, .content section.lnews a:active h2 {
	color: #02A6EF;
}
.content_inner .lnews a:focus, .content_inner .lnews a:hover, .content_inner .lnews a:active {
	text-decoration: none;	
}
.content section.lnews li {
	list-style: none;
}
.content section.lnews li a {
	display: block;
	color: #666;
	border-bottom: 1px solid #DFDFDF;
	margin-bottom: 5px;
}
.content section.lnews li a h2{
	margin: 0.5em 0;
}
.content section.lnews li.omega a {
	border-bottom: none;
}

.content section.qlinks article img {
	width: auto;
	float: left;
	margin: 0 10px 10px 0;
}

.home-species {
	clear: left;
}
.content .content_inner .home-species ul{
	margin-left:0;
}
.content .content_inner .home-species li {
	width: 80px;
	float: left;
	list-style: none inside;
	margin: 0 15px 0 0;
	text-align: center;
	text-indent:0;
}
.home-species li.omega {
	margin-right: 0;
}
.home-species li img {
	width: 72px;
	height: 72px;
	border: 4px solid #DFDFDF;
	display: inline-block;
	-webkit-box-shadow: 0 2px 2px #ccc;
}
.home-species li a:link, .home-species li a:visited,
.home-species li a:focus, .home-species li a:hover, .home-species li a:active {
	text-decoration: none;
	display: block;
	color: #666;
}
.home-species li a:focus, .home-species li a:hover, .home-species li a:active {
	color: #02A6EF;
}
.home-species li a:focus img, .home-species li a:hover img, .home-species li a:active img {
	border: 4px solid #02A6EF;
	-webkit-transition: border 0.75s ease-in-out;
}

.content_inner ul.species {
	float: left;
	clear: left;
	margin-top: 10px;
}
.species li {
	float: left;
	list-style: none;
	margin: 0 20px 20px 0;
}
.species li a:link, .species li a:visited {
	width: 120px;
	padding: 10px;
	text-align: center;
	border: 1px solid #efefef;
	-moz-box-shadow: 0 0 10px #efefef;
	float: left;
	-moz-border-radius: 4px;
	color: #666;
}
.species li a:focus, .species li a:hover, .species li a:active {
	border: 1px solid #ddd;
	-moz-box-shadow: 0 0 10px #ddd;
	text-decoration: none;
	color: #02A6EF;
}
.species li img {
	width: 100px;
	height: 100px;
	margin: 9px 9px 4px;
	border: 1px solid #ccc;
}
.species li a:focus img, .species li a:hover img, .species li a:active img {
	border: 1px solid #aaa;
}

/* general stuff */

.clearfloat {
	clear: both;
}	
.content_inner a:link, .content_inner a:visited {
	text-decoration: none;
	color: #02A6EF;
}
.content_inner a:focus, .content_inner a:hover, .content_inner a:active {
	text-decoration: underline;	
}

.content .content_inner ul, .content .content_inner ol {
	margin: 2em 0 2em 10px;	
}
.content .content_inner ul li ul, .content .content_inner ol li ol {
	margin: 0 0 0 10px;	
}
.content .content_inner .lnews ul{
	margin: 1em 0 2em 0px;
}
.content .content_inner li {
	text-indent: -1em;
	margin-left: 12px;
}
.content .content_inner .lnews li{
	text-indent: 0;
	margin-left: 0;
}
.content .content_inner .species li{
	text-indent: 0;
	margin-left: 0;
	list-style-position:outside;
}
.content_inner li li {
	margin-left: 20px;
}
.content_inner table {
	margin-bottom: 10px;
	clear:both;
}
.content_inner table caption {
	font-size: 1.5em;
	padding: 1em 0;
	color: #00A4E8;
	font-family: 'defused-1','defused-2', Futura, Century Gothic, AppleGothic, sans-serif;
}
.content_inner thead tr th {
	background-color: #00A4E8;
	color: white;
}
.content_inner thead th {
	text-align: left;
}
.content_inner tbody tr.even td {
	background-color: #E2F0F6;
}
.content_inner th, .content_inner td {	
	padding: 4px 8px;
	border: 1px solid #00A4E8;
}
.content_inner tfoot td {	
	border: none;
}
.content_inner th {	
	padding: 8px;
	-moz-box-shadow: inset 0 4px 4px rgba(0,0,0,0.075);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}

.content_inner tbody th {
	-moz-box-shadow: none;
	text-shadow: none;
}
.content_inner thead th{
	text-align: center;
}
.content_inner tbody th, .content_inner tbody td {
	text-align: left;
}

.content_inner tbody th {
	text-align: left !important;
	background-color: #BFE8F9;
	background-color: rgba(0, 164, 232, 0.25);
	font-weight: normal;
}
.content_inner tbody tr:hover th {
	background-color: #AED4E3;
	color: #000;
	text-shadow: 0 0 4px #fff;
}
.content_inner tbody tr:hover td {
	background-color: #BFE8F9;
}

.content_inner strong.yes, .content_inner strong.no {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../images/tick.png) center no-repeat; 
	text-indent: -999em;
}
.content_inner strong.no {
	background: url(../images/cross.png) center no-repeat; 
}
.content_inner tfoot p {
	margin: 0;
	font-size: 0.9em;
}
.content_inner tfoot p {
	color: #666;
	text-align: left;
	padding: 2px 4px;
}
.content_inner tfoot p:target {
	background-color: #E2F0F6;
	color: #000;	
	text-shadow: 0 0 4px #ccc;
}

.content_inner table.comparison tbody th {
	text-align: center;
}
.content_inner table.comparison tbody td {
	text-align: center;
}
.content_inner table.comparison tfoot p:first-of-type {
	margin-top: 10px;
}
.content_inner table.comparison thead th:first-of-type {
	text-align: left;
}
.content_inner table.comparison tbody td:first-of-type {
	text-align: left;
}
.content_inner table.comparison tbody tr:hover td:last-of-type {
	background-color: #AED4E3;
	color: #000;
}
.content_inner table.comparison tbody td:last-of-type {
	color: #333;
}

.content_inner li a[href$=".zip"] { background: url(../images/page_white_compressed.png) right no-repeat; padding-right: 20px; }
.content_inner li a[href$=".pdf"] { background: url(../images/page_white_acrobat.png) right no-repeat; padding-right: 20px; }
.content_inner li a[href$=".csv"], .content_inner li a[href$=".xls"], .content_inner li a[href$=".xlsx"] { background: url(../images/page_white_excel.png) right no-repeat; padding-right: 20px; }
.content_inner li a[href$=".doc"], .content_inner li a[href$=".docx"] { background: url(../images/page_white_word.png) right no-repeat; padding-right: 20px; }
.content_inner li a[href$=".txt"] { background: url(../images/page_white_text.png) right no-repeat; padding-right: 20px; }


/* news stuff */

.content .content_inner ul.news-nav {
	margin-left: 0;
}

.content .content_inner ul.news-nav li {
	display: inline;
	margin: 0 12px 0 0;
}
.news-list article {
	float: left;
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: 1px solid #DFDFDF;
}
.news-list article.omega {
	border-bottom: none;
}
.news-list time {
	float: left;
	clear: left;
	width: 80px;
	display: block;
}
.news-list a {
	float: left;
	display: block;
	width: 500px;		
}	
	
/* FORMS */	
/*
.content_inner form {
	margin-bottom: 20px;
	text-align: center;
	padding: 10px 0;
}
.content_inner fieldset {
	background-color: #ECF7FC;
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.25);
}
.content_inner fieldset legend {
	margin: 20px 0 0;
	padding: 10px 20px 0;
	background-color: #ECF7FC;
	font-weight: bold;
	font-size: 1.2em;
	width: 520px;
}
.content_inner fieldset p {
	margin: 0 20px 10px;
	line-height: 2;
}
.content_inner fieldset input {
	border: 1px solid #ccc;
	padding: 2px;
}
.content_inner fieldset input, .content_inner fieldset label {
	display: block;
}
.content_inner input, .content_inner label {
	cursor: pointer;
}
.content_inner fieldset input:focus {
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.25);
	border: 1px solid #999;
}
.content_inner  p.errors {
	margin: 10px 20px;
	width:480px;
	border: 1px solid #FFB0BF;
	color: #666;
	padding: 10px 30px 10px 10px;
	font-size: 1em;
	background: #FFE0EF url(../images/icons/exclamation.png) 400px no-repeat;
	box-shadow: 0 0 4px #aaa;
	-o-box-shadow: 0 0 4px #aaa;
	-webkit-box-shadow: 0 0 4px #aaa;
	-moz-box-shadow: 0 0 4px #aaa;
	clear:both;
}
.content_inner form#newsletter-form{
	clear:both;
	margin-top:20px;
	text-align:left;
}
*/
form {

	margin-top:20px;
	margin-bottom:20px;	
	width:auto;	
}
.content_inner form{
	width:100%;
	text-align:center;
}
form fieldset {	
	/*border: 1px solid #00A4E8;*/
	border: 4px solid #DFDFDF;
	background: #ECF7FC;
	padding: 10px;
	width:460px;
}
form legend {
	border: 1px solid #00A4E8;
	background: #00A4E8;
	padding: 2px 6px;
	font-weight: bold;
	color:#FFFFFF;
	text-align:left;
}
.content_inner form p {
	float: left;
	width: 460px; 
	margin: 5px 20px;
	color: #333;
	line-height: 1.2;
	text-align:left;
}


form fieldset label,
form fieldset input,
form fieldset select{
	float: left;	
}
form fieldset label{
	width:140px	
}
form fieldset input,
form fieldset select{
	width:220px;
}
form input {
	padding: 2px;
	border: 1px solid #ccc;	
}
form input:hover {
	border: 1px solid #7DCADF;
	box-shadow: 0 0 8px rgba(0,0,0,0.125);
	-o-box-shadow: 0 0 8px rgba(0,0,0,0.125);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.125);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.125);
}
form select {
	padding: 2px;
	border: 1px solid #ccc;	
	color: #333;
}
form input:active, form input:focus, form select:active, form select:focus,
form input.required:active, form input.required:focus, form select.required:active, form select.required:focus {
	border: 1px solid #008FCB;
	box-shadow: 0 0 8px #008FCB;
	-o-box-shadow: 0 0 8px #008FCB;
	-webkit-box-shadow: 0 0 8px #008FCB;
	-moz-box-shadow: 0 0 8px #008FCB;
}
/*
form input.required{
	border: 1px solid #FF4444;
}
form select.required{
	border: 1px solid #FF4444;
}
form textarea.required{
	border: 1px solid #FF4444;
}
form label.required{
	color:  #FF4444;
}
*/
form input.required, form input.invalid{
	background: #FFE0EF;	
}
form label {
	display: block;
	clear: left;
	width: 140px;
	text-align: right;
	padding-right: 20px;
	cursor: pointer;
}
form select { 
	width: auto; 
	max-width: 310px;
	min-width: 200px;
}
form input[type="submit"] {
	width: auto;
	margin-left: 10px;
	background: #00A4E8 url(../images/fade.png) center repeat-x;
	padding: 2px 6px;
	border: 1px solid #3D5B09;
	border-radius: 4px;	
	-o-border-radius: 4px;	
	-webkit-border-radius: 4px;	
	-moz-border-radius: 4px;	
	color: white;
	cursor: pointer;
}
form fieldset input[type="submit"]{
	margin-left:159px;
}
form input[type="submit"]:active, form input[type="submit"]:focus, form input[type="submit"]:hover {
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-o-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	text-shadow: 0 0 2px rgba(0,0,0,1);
	-o-text-shadow: 0 0 2px rgba(0,0,0,1);
	-moz-text-shadow: 0 0 2px rgba(0,0,0,1);
	-webkit-text-shadow: 0 0 2px rgba(0,0,0,1);
}

.content_inner  div.errors {
	margin: 10px 20px;
	width:480px;
	border: 1px solid #FFB0BF;
	color: #666;
	padding: 10px 30px 10px 10px;
	font-size: 1em;
	text-align:left;
	background: #FFE0EF url(../images/exclamation.png) 500px no-repeat;
	box-shadow: 0 0 4px #aaa;
	-o-box-shadow: 0 0 4px #aaa;
	-webkit-box-shadow: 0 0 4px #aaa;
	-moz-box-shadow: 0 0 4px #aaa;
	clear:both;
}	
	
/* IMAGES */	
	
	
.content_inner figure {
	margin: 10px 0 0;
	border: 1px solid #efefef;
	-moz-box-shadow: 0 0 10px #eee;
	padding: 10px;
	text-align: center;
	line-height: 1.25;
}
.content_inner figure figcaption {
	font-style: italic;
}
.content_inner figure img {
	max-width: 100%;
	width: auto\0/;
	margin: 0 0 4px;
	border: 1px solid #ddd;
}
.content_inner figure.full img {
	width: auto;
	max-width: 100%;
}

.content_inner figure.right {
	float: right;
	margin: 0 0 10px 16px;
	max-width: 200px;
}
.content_inner figure.left {
	float: left;
	margin: 0 16px 10px 0;
	max-width: 200px;
}
.content_inner section.landing article {
	width: 680px;
	float: left;
	clear: left;
}
.content_inner section.landing article h1 {
	width: 680px;
}
.content_inner section.landing article a {
	float: left;
	clear: left;
	margin: 0 0 20px;
}
.content_inner section.landing article img {
	float: left;
	margin-right: 16px;
}
/* 07.01.2011 may need link states declared here */ 


/* footer stuff */

footer {
}
footer p {
	text-align:left;
	margin: 0 0 10px;
	
}
footer a {
	color: #00A4E8;
	text-decoration: none;
}
footer .centred p{
	text-align:center;
	font-size:1em;
}

#google-map {
	border: 4px solid #DFDFDF;
	margin: 20px 40px;
}
.content_inner #google-map h2 {
	font-size: 1.4em;
	font-family: 'defused-1','defused-2', Futura, Century Gothic, AppleGothic, sans-serif;
	color: #02A6EF;
	text-shadow: 1px 1px 1px #EEEEEE;
}


/* Ticker Styling */
#ticker-wrapper.has-js {
	padding: 0px 20px 0 26px;
	width: 900px;
	height: 21px;
	display: block;
	background:#FFF url(../images/twitter_newbird_16.png) left center no-repeat;
	font-size: 1.1em;
	margin:0 0 0 -6px;
	position:absolute;	
	top:88px;
}
#ticker {
	width:830px;
	height: 18px;
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #FFF;
}
#ticker-title {
	padding-top: 9px;
	color: #990000;
	font-weight: bold;
	text-transform: uppercase;
}
#ticker-content {
	margin: 0 0 0 -15px;
	padding-top: 4px;
	position: absolute;
	color: #1F527B;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.2em;
}
#ticker-content:focus {
	none;
}
#ticker-content a {
	text-decoration: none;	
	color: #1F527B;
}
#ticker-content a:hover {
	text-decoration: underline;	
	color: #0D3059;
}
#ticker-swipe {
	padding-top: 4px;
	position: absolute;
	top: 0px;
	background-color: #FFF;
	display: block;
	width: 800px;
	height: 18px; 
}
#ticker-swipe span {
	margin-left: 1px;
	background-color: #FFF;
	border-bottom: 1px solid #1F527B;
	height: 12px;
	width: 7px;
	display: block;
}
#ticker-controls {
	padding: 2px 0px 0px 0px;
	list-style-type: none;
	float: left;
}
#ticker-controls li {
	padding: 0px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block;
}
#ticker-controls li#play-pause {
	background-image: url('../images/controls.png');
	background-position: 32px 16px;
}
#ticker-controls li#play-pause.over {
	background-position: 32px 32px;
}
#ticker-controls li#play-pause.down {
	background-position: 32px 0px;
}
#ticker-controls li#play-pause.paused {
	background-image: url('../images/controls.png');	
	background-position: 48px 16px;
}
#ticker-controls li#play-pause.paused.over {
	background-position: 48px 32px;
}
#ticker-controls li#play-pause.paused.down {
	background-position: 48px 0px;
}
#ticker-controls li#prev {
	background-image: url('../images/controls.png');
	background-position: 0px 16px;		
}
#ticker-controls li#prev.over {
	background-position: 0px 32px;		
}
#ticker-controls li#prev.down {
	background-position: 0px 0px;		
}
#ticker-controls li#next {
	background-image: url('../images/controls.png');	
	background-position: 16px 16px;	
}
#ticker-controls li#next.over {
	background-position: 16px 32px;	
}
#ticker-controls li#next.down {	
	background-position: 16px 0px;	
}
.js-hidden {
	display: none;
}
#no-js-news {
	padding: 10px 0px 0px 45px; 
	color: #F8F0DB;
}
.left #ticker-swipe {
	left: 80px;
}
.left #ticker-controls, .left #ticker-content, .left #ticker-title, .left #ticker {
    float: left;
}
.left #ticker-controls {
    padding-left: 6px;
}
.right #ticker-swipe {
	right: 80px;
}
.right #ticker-controls, .right #ticker-content, .right #ticker-title, .right #ticker {
    float: right;
}
.right #ticker-controls {
    padding-right: 6px;
}


/*next button*/
.bx-next {
	position:absolute;
	top:206px;
	right:10px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(../images/gray_next.png) no-repeat 0 -30px;
}

/*previous button*/
.bx-prev {
	position:absolute;
	top:206px;
	left:352px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(../images/gray_prev.png) no-repeat 0 -30px;
}

/*pager links*/
.bx-pager a {
	margin-right: 5px;
	color:#fff!important;
	padding: 3px 8px 3px 6px;
	font-size: 12px;
	zoom:1;
	background: url(../images/gray_pager.png) no-repeat 0 -20px;
	text-decoration:none;
}

/*auto start button*/
.bx-auto .start {
	background: url(../images/gray_auto.png) no-repeat 0 2px;
	padding-left: 13px;
}

/*auto stop button*/
.bx-auto .stop {
	background: url(gray_auto.png) no-repeat 0 -14px;
	padding-left: 13px;
}

/*
 * End color scheme styles
 */


/*next/prev button hover state*/
.bx-next:hover,
.bx-prev:hover {
	background-position: 0 0;
}

/*pager links hover and active states*/
.bx-pager .pager-active,
.bx-pager a:hover {
	background-position: 0 0;
	color:#fff!important;
}

/*pager wrapper*/
.bx-pager {
	text-align:center;
	padding-top: 7px;
	font-size:12px;
	color:#fff;
	position:absolute;
	top:206px;
	right:44px;
	width:265px;
	z-index:999;
}

/*captions*/
.bx-captions {
	text-align:center;
	font-size: 12px;
	padding: 7px 0;
	color: #666;
}

/*auto controls*/
.bx-auto {
	text-align: center;
	padding-top: 15px;
}

.bx-auto a {
	color: #666;
	font-size: 12px;
}

.content section.twidget{
	min-height:450px;
}

.content .hhhwidget{
	margin: 0 0 0 80px;
	clear:both;
	display:block;
	height:450px;
}

.content_inner #members_wrapper{
	width:700px;
}
table.members{
	width:700px;
}
.content_inner form.members fieldset{
	width:500px;
	margin:0 auto;
}
	
.content_inner ul.members_table_key{
	margin:1em auto;
	border: 4px solid #DFDFDF;
	padding:10px;
	width:500px;
	list-style:none;
}

