/* global */

html
{ height: 100%;
}

body
{ font-family: arial, helvetica, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .78em;
}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.5em;
}

h1, h2, h3
{ 
  color: #463E28;
  font-size: 20px;
  letter-spacing: 0em;
  font-weight: normal;
  padding: 7px 0px 5px 0px; 
  margin: 0px 0px 12px 0px; 
}

h1 {
  font-family: georgia, palatino, times, times new roman, serif;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4
{ font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
}

img
{ border: 0px; 
  margin: 0px; 
  padding: 0px;
}

a
{ outline: none;
}

form
{ padding: 0; margin: 0;
}

/* image positioning - left, right and center */
.left
{ float: left; 
	padding: 5px 0px 0px 0px;
  border-right: 18px solid;
}

.right
{ float: right; 
  border-left: 18px solid;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

.efblogo
{ float: left; 
  border-right: 10px solid;
}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 16px 10px 0px 10px;
  border-left: 8px solid;
  border-right: 8px solid;
}

/* unordered list */
ul
{ margin: 2px 0px 18px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 6px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#main, #footer, #logo, #menubar, #site_content, #efb
{ margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main
{ width: 770px;
}

/* logo */
#logo
{ width: 760px;
  height: 200px;
  border-top: 5px solid;
}

#logo h1
{ font-size: 250%;
  font-weight: normal;
  padding: 0px 12px 0px 0px;
  float: right;  
}

/* navigation menu */
#menubar
{ width: 760px;
  height: 45px;
} 

ul#menu
{ margin: 0px;
}

ul#menu li
{ float: left; 
  margin: 0px 0px 0px 0px; 
  padding: 0px;
  list-style: none;
} 

ul#menu li a 
{ font-family: arial, helvetica, sans-serif;
  display: block; 
  float: left; 
  height: 24px;
  text-decoration: none; 
  padding: 26px 18px 0px 18px;
  text-align: center;
  border-right: 1px dotted;
} 

#search
{ float: right; 
  padding: 22px 15px 0px 0px;
}

input.searchfield
{ border: 1px solid; 
  padding:2px;
}

input.searchbutton
{ font-family: arial, helvetica, sans-serif;
  border: 1px solid; 
  padding: 0px 0px 1px 0px;
  width: 64px;
  cursor: pointer;
}

/* main content */
#site_content
{ width: 770px;
  overflow: hidden;
  margin: 5px 0px 0px 0px;
  background: #FFF url(img/back.png) repeat-y;
} 

#site_content_right
{ width: 770px;
  overflow: hidden;
  margin: 5px 0px 0px 0px;
  background: #FFF url(img/back_right.png) repeat-y;
} 

/* sidebar */
.sidebar
{ float: left;
  width: 190px;
  padding: 15px 15px 15px 20px;
}

.sidebar_right
{ float: right;
  width: 190px;
  padding: 15px 20px 15px 15px;
}

.sidebar_right h1.csc-firstHeader {
  border-bottom: 1px dotted #D6D9C9;
}

/* sidebar items / links */
.sidebaritem
{ text-align: left;
  width: 190px;
  float: left;
  margin: 0px 0px 15px 0px;
}


.sidebaritem h1, .sidebaritem h3, .sidebaritem h4, .sidebaritem p
{ margin: 8px 10px 10px 12px;
}

.sidebaritem ul
{ border-top: 1px dotted;
  width: 160px; 
  padding-top: 4px; 
  margin: 4px 0px 15px 14px;
}

.sidebaritem li
{ list-style: none; 
  padding: 0px 0px 4px 0px; 
  border-bottom: 1px dotted;
}

.sidebaritem li a, .sidebaritem li a:hover
{ text-decoration: none; 
  padding: 0px 0px 0px 18px;
  display: block;
} 

.sidebarnav ul
{ border-top: 1px dotted;
  width: 160px; 
  padding-top: 4px; 
  margin: 4px 0px 15px 14px;
}

.sidebarnav li
{ list-style: none; 
  padding: 0px 0px 4px 0px; 
  border-bottom: 1px dotted;
}

.sidebarnav li a, .sidebaritem li a:hover
{ text-decoration: none; 
  padding: 0px 0px 0px 18px;
  display: block;
} 

/* page content */
#content
{ text-align: left;
  width: 505px;
  float: left;
  padding: 22px 15px 15px 15px;
}

#content h1
{ font-size: 20px;
}

#footer a
{ border-bottom: 1px dotted;
}

#content a:hover, #footer a:hover
{ border-bottom: 1px solid;
}

.colorbar
{ margin: 0px 0px 20px 0px; 
  padding: 11px 10px 10px 10px;
  border-left: 8px solid;
	border-right: 8px solid;
	font-size: 13px;
	font-weight: bold;
}

hr { 
	background: #FFFFFF; 
	border: 1px solid #CCCCCC; 
	margin: 10px 0 20px 0;
}

/* footer */
#footer
{ width: 720px;
  height: 40px;
  border-top: 1px solid;
  padding: 28px 20px 4px 20px;
  text-align: center;
	font-size: 95%; 
}

#content a, #content a:hover, #footer a, #footer a:hover
{ font-weight: bold;
	text-decoration: none;
}

#efb
{ width: 720px;
  height: 52px;
  border-top: 1px solid;
  padding: 10px 20px 4px 20px;
  text-align: left;
	font-size: 95%; 
}


/* COLOUR.css */

body
{ background: #121B2E url(img/back.gif);
  color: #555;
}

h1, h2, h3
{ color: #463E28;
}

.subhead h4
{ color: #1A2B4F;
}

.left, .right
{ border-color: #F8F9F1;
}

.efblogo
{ border-color: #FFFFFF;
}

blockquote
{ background: #BBBBBB;
	color: #FFFFFF;
	border-color: #1A2B4F;
}

.colorbar
{ background: #BBBBBB;
	color: #FFFFFF;
	border-color: #1A2B4F;
}

#main, .sidebaritem
{ background: #FFF;
  color: #555;
}

#logo
{ background: #FFF url(img/logo.jpg) no-repeat left center;
  border-color: #FFF;  
}

#logo h1
{ background: transparent;
  color: #444;
}

#menubar
{ background: #FFF url(img/menu.png) repeat;
} 

ul#menu li a 
{ background: transparent;
  color: #FFF;
  border-color: #898977;
} 

ul#menu li a:hover, ul#menu li a.current, ul#menu li a.current:hover
{ background: #FFF url(img/menu_sel.png) repeat;
} 

input.searchfield
{ background: #FFF; 
  border-color: #888;
}

input.searchbutton
{ background: #1A2B4F; 
  border-color: #949C88; 
  color: #FFF;
}

.sidebaritem ul, .sidebaritem li
{ border-color: #D6D9C9;
}

.sidebaritem li a, .sidebaritem li a:hover
{ background: transparent url(img/arrow.png) no-repeat left center;
  color: #555;  
} 

.sidebaritem li a.current, .sidebaritem li a:hover, .sidebaritem li a.current:hover
{ background: transparent url(img/arrow_select.png) no-repeat left center;
} 

.sidebarnav
{ background: #FFFFFF; 
}

.sidebarnav ul, .sidebarnav li
{ border-color: #D6D9C9;
}

.sidebarnav li a, .sidebarnav li a:hover
{ background: transparent url(img/arrow.png) no-repeat left center;
  color: #1A2B4F;  
} 

.sidebarnav li a.current, .sidebarnav li a:hover, .sidebarnav li a.current:hover
{ background: transparent url(img/arrow_select.png) no-repeat left center;
}

.news ul, .news li
{ border-color: #D6D9C9;
}

.news li a, .news li a:hover
{ background: transparent url(img/arrow.png) no-repeat left center;
  color: #555;  
} 

.news li a.current, .news li a:hover, .news li a.current:hover
{ background: transparent url(img/arrow_select.png) no-repeat left center;
} 

.news h3 
{ color: #1A2B4F;
}

.news .date p
{ color: #1A2B4F;
}

h4, #content a, #content a:hover, #footer a, #footer a:hover
{ background: transparent;
  color: #555;
}

#content table {
	border: 1px solid #AAAAAA;
	border-spacing: 1px;
}

#content table td {
	background-color: #F2F2F2;
	padding: 2px;
}

#content table th {
	background-color: #263a60;
	text-align: left;
	color: #FFFFFF;
	padding: 2px;
}

#footer
{ background: #FFF;
  color: #555;
  border-color: #CCD0BA;
}

#efb
{ background: #FFF;
  color: #555;
  border-color: #CCD0BA;
}

/* mailform */
fieldset.csc-mailform {
  border: none;
}

.csc-mailform-field {
  clear: both;
}

.csc-mailform-field label{
  float: left; 
  width: 80px;
  height: 30px;
}

.csc-mailform-field input, .csc-mailform-field textarea, .tx-indexedsearch-searchbox-sword 
{ border: 1px solid; 
  padding:2px;
  background: #FFF; 
  border-color: #888;  
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
}

.csc-mailform-field input, .csc-mailform-field textarea{
  width: 350px;
  float: left; 
}

.csc-mailform-field #mailformtv {
  width: auto;
}

.csc-mailform-field #mailformformtype_mail, .tx-indexedsearch-searchbox-button 
{ font-family: arial, helvetica, sans-serif;
  border: 1px solid; 
  padding: 0px 0px 1px 0px;
  cursor: pointer;
  background: #1A2B4F; 
  border-color: #949C88; 
  color: #FFF;  
}

.csc-mailform-field #mailformformtype_mail{
  width: auto;
  margin-left: 80px;
}

.tx-indexedsearch-searchbox-sword, .sword {
  width: 350px;
}

.tx-indexedsearch-searchbox td {
  height: 24px;
  padding-right: 2px;
}

/* News */
div.news-single-timedata, div.news-list-date {
	float: right;
}

div.sidebar_right h1
{ 
	color: #1a2b4f;
}

div.news-list-item h3, div.news-list-item h3 a, #content div.news-list-item h3 a, #content div.news-list-item h3 a:hover { 
	color: #1a2b4f;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	border: none;
}

div.sidebar_right .news-list-date {
	float: none;
	color: #1a2b4f;
	margin-bottom: 10px;
}

div.sidebar_right .news-list-subheader {
	font-weight: bold;
}

div.sidebar_right .news-list-morelink {
	border-top: 1px solid #d6d9c9;
	border-bottom: 1px solid #d6d9c9;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.sidebar_right .news-list-morelink a {
	color: #555555;
	text-decoration: none;
	background-image: url(img/arrow.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	padding-left: 15px;
}

div.sidebar_right .news-list-morelink a:hover {
	background-image: url(img/arrow_select.png);
}

div.news-list-container dd {
	margin-left: 0px;
}

div.news-list-container dd img {
	margin-right: 5px;
	vertical-align: middle;
}

div.news_image {
	float: right;
	margin-left: 5px;
}

#content div.news_image a:hover {
	border: none;
}

div.clearer {
	clear: right;
}

DIV.csc-frame { border: 0px; }
DIV.csc-frame-invisible {}
DIV.csc-frame-rulerBefore { border-top: 1px solid #333333; }
DIV.csc-frame-rulerAfter { border-bottom: 1px solid #333333; }
DIV.csc-frame-indent { padding-left: 100px; }
DIV.csc-frame-indent3366 { padding-left: 33%; }
DIV.csc-frame-indent6633 { padding-right: 33%; }
DIV.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
DIV.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #333333; }

DIV.csc-frame-frame1 H1, DIV.csc-frame-frame1 H2, DIV.csc-frame-frame1 H3, DIV.csc-frame-frame1 H4, DIV.csc-frame-frame1 H5 { margin-top: 2px; }
DIV.csc-frame-frame2 H1, DIV.csc-frame-frame2 H2, DIV.csc-frame-frame2 H3, DIV.csc-frame-frame2 H4, DIV.csc-frame-frame2 H5 { margin-top: 2px; }