/*-------------------------- CSS Reset by Eric Meyer */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	color: white;
	quotes: "" "";
}

/* css reset end */



/*-------------------------- main colours:
text 444

navy: 0C0050
blue pale: F0F4FF

green (titles) 555
mid green: B4D7BB
pale green: DFF2DC

link: 555
link visited: 555
errors: ffa

*/



/*-------------------------- main structure */

* {
}

body {
  color: #fff;	
  background: #000;
  font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
  font-size: 0.9em;
  line-height: 1.2em;
  margin: 5px 0 2em 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p {
	margin-bottom: 1em;
}

p, blockquote, li, h3, h4 {
  text-align: left;
}

a, img {
	border: 0;
}

a, a:visited {
  color: #3192FF;
  text-decoration: none;
}

a:hover {
  color: #3192FF;
  text-decoration: underline;
}

blockquote {
  margin-left: 20px;
  margin-right: 0px;
}

h1, h2, h3, h4 {
  font-weight: normal;
  text-decoration:none;
  font-family: 'Lucida Grande Unicode',LucidaGrande,'Lucida Sans','Trebuchet MS', Sans-Serif;
  color: #3192FF;
  line-height: 1.1em;
}

h1 {
	font-size: 1.5em;
	margin: 1em 0;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1em;
	margin: 1.5em 0 0 0;
	font-weight: bold;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0;
	color: #555;
}

h3 a:link, h3 a:visited {
	font-weight: normal;
	font-family: 'Lucida Grande Unicode',LucidaGrande,'Lucida Sans','Trebuchet MS', Sans-Serif;
	/* font-size: 1.5em; */
	color: #555;
}

h1 a, h2 a, h3 a {
	border: 0px;
}

h1 {
	color: #fff;
	font-size: 28px;
}

/* standard css stuff */


.leadpara {
color: #0C0050;
font-weight: bold;
}

.imgright {
margin: 0 0 10px 10px;
float: right;
clear: right;
}

.imgleft {
margin: 0 10px 10px 0;
float: left;
}

.blue {
color: #0C0050;
}

.lightblue {
color : #069;
}

.small {
font-size : 0.7em;
}

.caption {
font-size : 0.7em;
font-style : italic;
}

.iright {
text-align : right;
}

.right {
float : right;
padding : 0 0 5px 10px;
}

.left {
float : left;
padding : 0 10px 5px 0;
}

.clear {
clear : both;
}

.block {
padding-left : 2em;
}

.divider {
border-top : 1px solid #555;
margin : 1.5em 0;
}

.underline {
border-bottom : 1px solid #fff;
}

a.pdflink {
	margin: 1em 2em 0 1em;
	padding: 5px 40px;
	height: 25px;
	background: #000 url('../pdfsml.gif') no-repeat;
	display: block;
	position: relative;
}


/* structural stuff */

#container {
  width: 960px;
  margin: 0 auto 0 auto;
  background: #000;
  border: 2px solid #333;
  padding: 2px;
  position: relative;
}


#content {
  margin-left: 220px;
  margin-right: 20px;
  padding: 10px;
}

#content a {
	color: #679;
}

#content a:hover {
	color: #fdc20a;
	text-decoration: underline;
}

#content a:hover img {
	background: #fff;
}

#footer {
  clear: both;
  margin: 5px auto 0 auto;
  text-align: center;
  font-size:11px;
  color:#999;
  width: 960px;
}

#accessibility {
  position: absolute;
  top: -10000px;
}

#brandstrip {
	background: #000 url('../brand-back.gif') repeat-x;
	text-align: right;
	padding: 0px 20px;
	height: 75px;
	vertical-align: top;	
}

#logo {
	padding: 0;
	margin: 10px 0;
}

#strap {
	background: #333;
	color: #fff;
	padding: 6px 30px;
}


#content ul {
	margin-left: 3em;
	list-style-type: disc;
	font-size: .9em;
}


#content .homebutton
{
	float: left;
	padding: 5px 5px 5px 0;
	margin: 0;
	position: relative;
}

#content .homebutton a
{
	display: block;
	position: absolute;
	bottom: 0px;
	width: 258px;
	background: #222 url('../buttonbg.gif') repeat-x;
	text-align: right;
	padding: 15px 15px;
	font-size: 22px;
	color: #fff;
}

#content .homebutton a:hover
{
	text-decoration: none;
	color: gold;
}


/*-------------------------- sidebar and menu */

#sidebar {
  width: 280px;
  margin: 50px 15px 0 20px;
  padding: 20px 10px 0px 10px;
  position: relative;
  float: left;
}




#contacts {
	font-size: 11px;
	color: #888;
	text-align: right;
	float: right;
	margin-bottom: 20px;
}


/*-------------------------- search panel */

#search {
	padding: 0;
	position: absolute;
	font-size: 10px;
	top: -80px;
	width: 165px;
	color: #333;
}



/*-------------------------- top  menu */

#catmenu 
{
  text-align:right;
  font-size: .9em;
  background: #fff;
  background: #ddd url('../menu-bg.gif') repeat-x;
}

#catmenu ul 
{
  list-style-type: none;
  margin: 0;
  padding: 10px;
  background: #ddd url('../menu-bg.gif') repeat-x;
}

#catmenu li
{
	display: inline;
}

#catmenu a,  #catmenu a:visited 
{
	color: #000;
	text-decoration: none;
	padding: 10px 10px 11px 10px;
	text-transform: lowercase;
	background: #ddd url('../menu-bg.gif') repeat-x;
}

#catmenu a:hover {
  background: #111;
  color: #fff;
}

#catmenu .cms_currmenuc a, #catmenu .cms_currmenuc a:visited {
	background: #444 url('../menubg.gif') center bottom;
	color: #fff;
}

/*-------------------------- newslist */

#sidemenu h1,h2,h3 {
	color: #fff;
	font-size: 20px;
}

#smallnews {
  	border-top: 1px solid #ccc;
  	border-bottom: 1px solid #ccc;
  	margin-bottom: 20px;
  	font-size: 13px;
}

#smallnews div {
	margin: 20px 0;
}

#smallnews h1
{
	margin-bottom: 0;
	padding-bottom: 0;
}


#smallnews a.cms_newstitle {
	text-decoration: none;
	color: #3192FF;
	font-size: .8em;
	text-transform:none;
}

#smallnews .cms_newstitle:hover {
	text-decoration: underline;
}

#smallnews .cms_newsextract {
	margin: 0 0 .5em 0;
	padding: 0;
}

#smallnews .cms_newsextract a {
	color: #888;
}

#smallnews .cms_newsposted {
	font-style: italic;
	font-size: .9em;
	color: #999;
	display: none;
}



