/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */
html {
   font-size: 62.5%;
}

body {
	background: #fff;
	color: #333;
	font-size: 1.1em;
	padding: 0 0 40px;
}

/* anchors
----------------------------------------------- */
a {
	color: #333;
	font-weight:bold;
}
a:hover {
  background-color:#333;
  color:#fff;
  text-decoration: none;
}

/* 960 grid system container background
----------------------------------------------- */
.container_16
{
	background: #fff url("../images/bg_body.jpg") repeat-x;
}

/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}

.divider {
	margin-bottom:10px;
	padding:0;
	color:#ddd;
	background-color:#ddd;
	height:1px;
	border-style: none;
}

div.hr {
  	height: 20px;
  	background: #fff url(../images/divider.gif) no-repeat scroll center;
  	margin-bottom:8px;
}
div.hr hr {
  	display: none;
}

.header {
	font-weight:bold;
}

/* branding
----------------------------------------------- */

h1#branding {
	text-align:left;
	padding:0;
	margin-bottom:15px;
}

#title{
  	display: none;
}

/* boxes
----------------------------------------------- */
.searchbox {
	margin-bottom:10px;
	padding:10px 10px 1px 10px;
}
.searchbox h2 {
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	background:#6c9e2f;
	border-bottom:3px solid #b6c794;
	margin:-10px -10px 0 -10px;
	padding:5px 0px 3px 7px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.browsebox {
	margin-bottom:20px;
	padding:0px 10px 0px 10px;
	border-bottom:3px solid #ddd;
}
.browsebox h2 {
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	background:#6c9e2f;
	margin:-10px -10px 0 -10px;
	padding:6px 0px 0px 7px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.box {
	margin-bottom:20px;
	padding:0px 10px 0 10px;
	height:100%;
}
.box h2 {
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#014925;
	border-bottom:1px solid #ddd;
	margin:-10px -10px 0 -10px;
	padding:10px 0px 5px 7px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.bot_titles {
	margin-bottom:10px;
	padding:10px 10px 1px 10px;
}
.bot_titles h2 {
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#014925;
	border-bottom:1px solid #ddd;
	margin:-10px -10px 0 -10px;
	padding:0px 0px 5px 0px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.audiencebox {
	margin-bottom:0px;
	padding:10px 10px 0px 10px;
}
.audiencebox h2 {
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#c00;
	border-bottom:1px solid #ccc;
	margin:-10px -10px 0 -10px;
	padding:10px 0px 5px 0px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.audiencebox h2 A {
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	height:1.4em;
	line-height:1.4em;
	color:#c00;
	display:block;
}
.audiencebox h2 A:hover {
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	background-color:#fff;
	display:block;
}
.block {
	padding-top:10px;
}
div.menu {
  padding:0;
}
div.menu h2 {
  margin:0;
}
div.menu .block {
  padding-top:0;
}

.mainpage{
background-color:#FFFFFF;
height:100%;
min-height:600px;
}

.highlight { color:#c00; font-weight:bold;}

/* paragraphs, quotes and lists
----------------------------------------------- */
p {
  margin-bottom:1em;
}
.blockquotes {
  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
  padding:0.5em 0em 0.5em 0;
  text-align:center;
  color:#666;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
  font-size:16px;
}
.publication{
  color: #ccc;
  font-size:16px;
}
.blockquotes p {
  margin-bottom:0.1em;

}
ul, ol {
  padding-top:0;
}

/* menus
----------------------------------------------- */
ul.menu {
	list-style:none;
	background-color:#6C9E2F;
	padding-top:7px;
	padding-bottom:3px;
}
ul.menu li {
	margin-left:8px;
	margin-right:8px;
	padding-bottom:3px;
}
ul.menu li a {
	display:block;
	padding:3px 5px;
}

/* section menus
----------------------------------------------- */
ul.section {
	border-top:0;
	margin-bottom:0;
}
ul.section li {
	/*text-transform:uppercase;*/
}
ul.section li a {
	background:#527A2A;
	border-bottom:1px solid #324e16;
	border-top:1px solid #97BE0D;
	color:#fff;	
	text-decoration:none;
}
ul.section li a:hover {
	background:#D4D600;
	color:#002f18;	
}
	
/* articles
----------------------------------------------- */
.audiences {
  padding:0;
}
.audiences h2 {
  margin:0;
}
.articles {
  padding:0;
  background:#fff;
}
.articles h2 {
  margin:0;
}
#articleblock {
  padding-top:0;
}
.article {
  padding-top:0;
}
.box .article {
  padding:10px 10px 0 10px;
}
.audiencebox .article {
  padding:10px 10px 0 2px;
}
.article h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.article h3 {
  margin-bottom:.2em;
  font-size:1.1em;
  color:#333;
}
.box .first {
  border-top:none;
}
.article h4 {
  font-size:1.2em;
  margin-bottom:.5em;
  color:#666;
}
.article .image {
  width:90px;
  margin-bottom:7px;
  padding:2px;
  border:1px solid #ddd;
  background:#fff;
}

.box .more {
  padding:5px 10px 0 8px;
  font-size:12px;
}

.box .more a {
	color: #c00;
	font-weight:bold;
	text-transform:uppercase;
  	text-decoration: underline;
	padding:2px;
}

.box .more a:hover {
	background-color: #c00;
  	color:#fff;
  	text-decoration: none;
}

/* forms
----------------------------------------------- */
form {
  overflow:hidden;
}
fieldset {
  border:1px solid #bbb;
  padding:10px;
  position:relative;
  background:#e9e9e9;
  margin-bottom:10px;
}
legend {
  font-size:1.1em;
  padding:.4em .8em;
  background:#fff;
  border:1px solid #bbb;
}
fieldset.login p {
  margin-bottom:1em;
  margin-top:0pt;
}
fieldset p label {
  width:98%;
}
fieldset p input {
  width:98%;
}
fieldset p select {
  width:99%;
}
fieldset.login p label {
  float:left;
  line-height:2em;
  margin-right:3%;
  text-align:right;
  width:32%;
}
fieldset.login p input {
  width:60%;
}
fieldset.login input.button {
  margin-left:35%;
}
form p.notice {
  font-weight:bold;
}

input.search.text {
  width:80%;
  border:1px solid #cc0000;
  height:18px;
}
input.search.button {
  /*width:17%;
  background-color:#CC0000;
  color:#FFFFFF;
  font-weight:bold;
  border:0px solid #cc0000;*/
  margin-left:2px;
  vertical-align:bottom;

}

/* table 
-----------------------------------------------
table {
  width:100%;
  border:1px solid #bbb;
  margin-bottom:10px;
}
col.colC {
  width:8em;
}
th, td {
  padding:.2em 1em;
  text-align:left;
}
thead th {
  border-bottom:2px solid #888;
  background:#bbb;
  padding:.4em 1em .2em;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#555;
	border:1px solid #555;
}
tbody th,
tbody td {
  border-top:1px solid #bbb;
  border-bottom:1px solid #bbb;
  background:#eee;
}
tbody tr.odd th,
tbody tr.odd td {
  background:#fff;
}
tfoot th,
tfoot td {
  border-top:2px solid #666;
  background:#eee;
}
tfoot tr.total th,
tfoot tr.total td {
  border-top:6px double #666;
}
tfoot tr.total th {
  text-transform:uppercase;
}
th.currency,
td.currency {
  text-align:right;
}
----------------------------------------------- */

/*-----------------------------------------------
Navigation  (horizontal subnavigation)
----------------------------------------------- */
ul.nav,
ul.nav * { margin:0;padding:0;}
ul.nav {
  position:relative;
  background:#fff;
  max-width:100%;
  height:2.5em;
  margin:18px 0 20px 0;
  }
ul.nav li {
	float:right;
	text-align:center;
	list-style-type:none;
	font-weight:normal;
	padding-left:10px;
	height:1.8em;
	font-size:13px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

ul.nav li a {
	color:#fff;
	background:#6c9e2f;
	font-weight:bold;
	text-decoration:none;
	display:block;
	float:left;
	padding:0 0.5em;
	height:1.8em;
	font-size:13px;
	line-height:1.8em;
	border-bottom:3px solid #ddd;
}

ul.nav li a:hover {color:#fff; background:#c00;}

/* site information
----------------------------------------------- */
#site_info .box {
  border-top:1px solid #ccc;
  color:#333;
  background:#fff;
  margin-bottom:10px;
  margin-top:10px;
}

#left { float: left;padding-top:5px;} 
#right { float: right;} 

/*-----------------------------------------------
Footer (horizontal subnavigation)
----------------------------------------------- */
.footernav {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
    height:2.5em;
    margin:10px 0 0 0;
	float:right;
	font-size:1.1em;
	color:#c00;
	font-weight:normal;
	text-decoration:none;
	display:block;
	height:1.8em;
	line-height:1.8em;
}

.footernav A {
	color:#666;
	font-weight:bold;
	text-decoration:none;
	padding:0.3em 0.5em;
}

.footernav A:hover {color:#fff; background:#333;}

/* paging
----------------------------------------------- */
#paging {
  margin-left:5px;
  display:block;
  color:#c00;
  font-weight:bold;
  padding-bottom:15px;
}
#paging A{
  color:#c00;
  padding:3px;
}
#paging A:hover{
  background-color:#c00;
  color:#fff;
}

.word_wrap{	white-space: pre-wrap; /* css-3 */	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */	white-space: -pre-wrap; /* Opera 4-6 */	white-space: -o-pre-wrap; /* Opera 7 */	word-wrap: break-word; /* Internet Explorer 5.5+ */}

/* various colours 
-----------------------------*/
.static h4 {
  font-size:1.3em;
  color:#6C9E2F;
  border-bottom:1px solid #6C9E2F;
  padding:0px 0px 5px 0px;
  margin:0 0 10px 0;
}

/* grids 
-------------------------*/
/*  BLOCK FLOATIGN */
.fl { float:left; }

/*  Columns */
.grid2 { width:100%; float:left; clear:both; padding-top:1em; }
.col2 { width: 49.96%; }

/* 	BLOCK INTERAL PADDING:
.nopad { padding-left: 2em; padding-right: 0; border-left:solid 1px #ddd; }
.rightpad { padding-right: 1em;   }*/
.nopad { padding-right: 0; padding-left:2em; }
.rightpad { padding-right: 3em; }