/*  Layout   */
/*  Sidebar Width: 220px (including 10px padding)
/*  Sidebar Inner: Each module is 200px with 1px black border, 2px white border, 10px padding = 174px
/*  Content Width: 520px and 20px padding
/*  Content Inner: 520px

/*   CSS Layout   */
#onecolumn #container, #twocolumn #container {
	width: 828px; /* total width 830px including border */
	margin: 10px auto; /* centre layout */
	border: solid #000 1px;
	text-align: left;
			}
#onecolumn #wrapper_inner, #twocolumn #wrapper_inner {
	padding: 20px 20px 0;
	border: solid #fff 3px;
	background-color: #000;
		}
/*   BTIoW Styling   */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #fff;
	background: #E9E8E4;
}
p {
	padding: 6px 0;
	line-height: 1.4;
	font-size: 0.95em;
}
li {
	font-size: 0.95em;
	line-height: 1.4;
}
h1 {
	font-size: 140%;
	padding: 10px 0 5px;
	color: #008040;
	letter-spacing: 0.1em;
	font-family: Verdana, Geneva, sans-serif;
}
h2 {
	font-size: 115%;
	padding: 6px 0;
}
/*   Header Layout   */
#header {
	background: url(../images/badger_header.gif);
	height: 200px;
	width: 780px;
}
#WebLoginLayer0 {
	text-align: right;
	font-size: 0.85em;
	padding: 5px;
}
#loginfrm label {
	margin-left: 10px;
}
/*   Content Layour   */
#twocolumn #content_wrap, #onecolumn #content_wrap {
	width: 100%;
	color: #000;
	font-size: 0.85em;
	background: #fff url(../images/content_background.gif) repeat-y;
			}
/*   Content: Two Column   */
#twocolumn #content_wrap .content {
	width: 520px;
	float: left;
	padding: 0px 20px 15px;
}
#twocolumn #content_wrap .sidebar {
	width: 200px;
	float: right;
	padding: 10px;
}
/*   Content: One Column   */
#onecolumn #content_wrap {
	background: #FFF;
}
#onecolumn #content_wrap .content {
	width: 742px;
	float: left;
	padding: 15px 20px;
}
#onecolumn #content_wrap .sidebar { 
			display:none;
						} 
/*   Navigation Layout   */
#nav {
	padding: 10px 0px
}
#nav ul li {
	display: inline;
	padding: 0 10px 0 0;
			}
#nav li a:link, #nav li a:visited  {
	color: #fff;
	text-decoration: none;
	border: 1px solid #000;
	/*border: 1px solid #92AA90;*/
	padding: 5px;
	font-weight: bold;
	text-transform: uppercase;
}
#nav li a:hover  {
	background-color:#008040;
	border: 1px solid #fff;
}
#nav ul .active a {
	background: #008040;
	border: 1px solid #fff;
}
/*   BTIoW Footer   */
#footer {
	margin: 0;
	font-size: 0.75em;
	clear: both;
	letter-spacing: 0.15em;
	color: #B8C5B9;
	padding: 7px 0;
	}
#footer a:link, #footer a:visited {
	text-decoration:none;
	color: #008040;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
}
#footer a:hover {color: #017dbd; }

/*   Sidebar Module   */
.module {
	font-size: 90%;
	line-height: 1.4em;
	padding: 2px;
	border: 1px solid #000;
	margin-bottom: 10px;
	background-color: #fff;
		}
.module1, .module2 {
	padding: 10px;
	background-color: #000;
	color: #fff;
		}
.module2 {
	background-color: #008040;
}
.module a:link, .module a:visited {
	text-decoration: none;
	color: #fff;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
}
.module1 li {
	padding: 1px 0px;
}

.module a:hover { border-style: none; }
.module ol {

}
.module ol li {
	list-style: decimal url(none) inside;
	color: #fff;
	}		
/*   BTIoW CSS Clear   */
.clearfloat, .clearleft, .clearright  {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	}
.clearleft { clear: left; }
.clearright { clear: right; }
/*   Breadcrumb Styling    */
.breadcrumb {
	margin-top: 5px;
	font-size: 0.9em;
	border-bottom: dotted 1px #000;
	padding: 0 0 2px 0;
}
a.B_homeCrumb, a.B_crumb {
	text-decoration: none;
	color: #008040;
			}
.B_currentCrumb { color: #999; }
/* --- Web Login --- */
#WebLoginLayer0 input#username, #WebLoginLayer0 input#password  {
	border:1px solid #000;
	background-color: #E9E8E4;
	width: 120px;
	font-size: 12px
}
.content .B_firstCrumb a.B_homeCrumb, .content .B_crumbBox a.B_crumb {
	border-style: none;
}
#WebLoginLayer0 input:focus#username, #WebLoginLayer0 input:focus#password {
      background-color: #fff;
}
#WebLoginLayer0 .button {
 background-color: #333;
 color: #fff;
}
#WebLoginLayer0 .button:hover {
	border: 2px solid #627A60;
}
/* --- Form Layout (Contact Page) --- */

#contactform label {
			width: 10em;
			float: left;
			text-align: right;
			margin-right: 0.5em;
			display: block
			}
#contactform .submit input { margin-left: 11em; } 
#contactform input, #contactform textarea { border: 1px solid #28974b; }
#contactform .submit input {
			color: #fff;
			background: #28974b;
			border: 2px outset #d7b9c9;
			} 
#contactform .submit img { padding-left: 11em; }
#contactform fieldset {
	border: 1px solid #28974b;
	width: 37.5em;
	padding-left: 5px;
	padding: 10px 5px;
			}
#contactform legend {
	color: #fff;
	background: #017dbd;
	border: 1px solid #28974b;
	padding: 2px 6px
			}
.errors {
	color: red;
	padding: 0 0 10px 0;
	line-height: 1.4em;
}
#news h1 {
	line-height: 1.2;
}
#news #date p {
	padding: 0px;
	color: #999;
}
#news #date {
	padding: 0px;
	margin: -4px 0 0 0;
	font-size: 0.95em;
	color: #666;
}
.points li {
	list-style: disc url(none) inside;
	text-indent: 20px;
}

#contactform {
	margin-top: 10px;
}
.content #forms li {
	padding: 0 0 6px 0;
}
.content ul .pdf {
	background: url(../../../images/acrobat.gif) no-repeat;
	text-indent: 23px;
}
.content ul .word {
	background: url(../../../images/word.gif) no-repeat;
	text-indent: 23px;
}
/* images (with optional captions) */

  .floatbox {
	overflow:visible;
	display: table;
	margin-bottom: -1em;
}
 
    .floatbox p {
	margin-top: 0;
}
  p.img_text {
	float:clear;
	display:inline;
	margin: 0;
}
  p.img_text_left { float:left; display:inline; margin: 0 1em 0.15em 0; }
  p.img_text_right { float:right; display:inline; margin: 0 0 0.15em 1em;
}
  p.img_text_left img, p.img_text_right img { padding:0; /*border: 1px #888 solid*/; }
  p.img_text img { padding:0; border: 0; }
  p.img_text_left strong, p.img_text_right strong,  p.img_text strong {
	overflow:hidden;
	padding: 0.1em 0.3em;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.2;
	display: block;
	color: #666;
}
.content a:link, .content a:visited {
	text-decoration: none;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
	color: #008040;
}
.content a:hover { color: #017dbd; }
.content #forms {
	padding-top: 6px;
}
.module h1 {
	color: #fff;
	padding: 0 0 6px 0;
	letter-spacing: 0px;
}
.module a:link img {
	border-width: 0px;
	border-style: none;
}

.module2 h3.lastest_news a {
	font-size: 14px;
	border-style: none;
}
.module2 p.latest_url a {
	margin-top: -15px;
}
.module2 .read_me a {
	text-align: right;
}
.module2 .read_me {
	text-align: right;
	margin-top: -10px;
}
.home_welcome {
	background: url(../../../images/badger_welcome.jpg) no-repeat;
	height: 200px;
	padding: 0px 10px;
	margin: 10px 0;
}
.home_welcome_text {
	width: 330px;
}
.home_welcome_text h1 {
	color: #2B9848;
	letter-spacing: 0.05em;
	padding-top: 15px;
}
.home_welcome_text p { color: #fff;
                       font-size: 14px; }
.graphic_links {
	margin: 0 10px 0 0;
	height: 286px;
	width: 166px;
	float: left;
	color: #fff;
}
.graphic_links a {
	background: url(../../../images/getinvolved.jpg) no-repeat;
	height: 286px;
	width: 166px;
	display: block;
}
.graphic_links#panel1 a { background: url(../../../images/badger_panel_01.jpg) no-repeat; border-style: none;}
.graphic_links#panel2 a { background: url(../../../images/badger_panel_02.jpg) no-repeat; border-style: none;}
.graphic_links#panel3 a { background: url(../../../images/badger_panel_03.jpg) no-repeat; border-style: none;}
.graphic_links#panel3 { margin-right: 0px; }
.graphic_links a span {
	color: #fff;
	visibility: hidden;
	padding: 10px 0;
}
.graphic_links h1 {
	color: #fff;
	padding: 10px;
}
.graphic_links p {
	color: #fff;
	padding: 0 10px;
	line-height: 1.4;
}
.home_welcome_text h1 .blue {
	color: #007BB9;
}
.graphic_links h4 {
	color: #DEF0DB;
	font-size: 24px;
	padding: 10px;
}
.content .no_border a { border-style: none; }
.content .news_stories img {
	height: 120px;
	width: 166px;
	padding: 0 10px 20px 0;
	float: left;
}
.content .news_stories a:link, .content .news_stories a:visited {
	border-width: 0;
	line-height: 1.3;
	color: #000;
	text-decoration: none;
}
.content .news_stories a:hover b {
	color: #2B9848;
}
.content .news_stories { margin: 10px 0px 0px; }
#midwalesbadgers {
	background: #000;
	height: 333px;
	width: 480px;
	margin-right: 40px;
}
/* Report Table */
.rta_report td, th {
	padding: 10px;
	vertical-align: top;
	border: 1px solid #666;
}
.rta_report td {
	padding: 5px;
}table.rta_report {
	margin: 5px 0px 10px;
}
#contactform label.extend {
	width: 190px;
}
label sup {
	color:#800; font-weight:bold;
}

#contactform #rtaform legend {
	background: #000;
}
