/*-------------------------- 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,7
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;
}


.blue {
color: #0C0050;
}

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

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

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

p {
	margin: 0 0 1em 0;
}

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

a, img {
	border: 0;
}

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

a:hover {
  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;
  margin: 1em 0 .2em 0;
}

h3 {
  font-size: 1em;
  margin: 1.5em 0 0 0;
  color: #3192FF;
  font-weight: bold;
}

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

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

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


/* standard css stuff */

.green {
color : #363;
}
.maroon {
color : #900;
}
.pink {
color : #c66;
}
.blue {
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;
} 


/* structural stuff */

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

#sidebar {
  float: left;
  width: 180px;
  padding: 20px 0px 10px 10px;
  background: #000;
  min-height: 400px;
  
}

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


#content a {
	color: #80c3ff;
}

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

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

#content h3 a {
	color: #fdc20a;
	font-size: 1.2em;
	line-height: 1em;
	margin-bottom: 0;
}

#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: 77px;
	vertical-align: top;	
}

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

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

#column2 {
	float: right;
	right: 20px;
	width: 200px;
	height: 100%;
	position: absolute;
}

#column2 img {
	padding-bottom: 10px;
}


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

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

/*-------------------------- breadcrumbs */

p#crumbs {
	font-size: 12px;
	color: #888;
}

p#crumbs a, p#crumbs a:visited {
	text-decoration: none;
	text-transform: lowercase;
	color: #ddd;
}

p#crumbs a:hover {
	text-decoration: underline;
	color: #fff;
	background: #000;
}



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


#sidebar, #sidebar a, #sidebara:visited {
  color: #ccc;
}

#sidebar ul {
	list-style-type: none;
 	text-align: right;
 	width: 180px;
 	padding: 0;
}
#sidebar ul li {
 	text-align: right;
 	margin-bottom: 5px;
 	font-size: 11px;
}

#sidebar .cms_page a {
	color: #888;
}

#sidebar .sbtitle {
	background: #aaa;
	font-size: 1.1em;
	padding: 4px;
}
#sidebar .sbtitle a {
	color: #000;
}

#contacts {
	position: absolute;
	width: 180px;
	bottom: 10px;
	left: 10px;
	text-align: right;
	font-size: 11px;
	color: #888;
}

#sidebar form {
	text-align: right;
}

.cms_currmenuc {
	background: #222;
	color: #fff;
	padding: 0 0 3px 0;
}

#sidemenu li.cms_currmenu a, li.cms_currmenu a:visited {
	color: #fdc20a;
}

#sidebar .cms_sub {
	margin-left: 1em;
}

#search {
	padding: 0;
	position: relative;
	font-size: 10px;
	top: -50px;
	left: -50px;
	width: 220px;
	color: #333;
}


/*-------------------------- sub cat 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 big */

#newslistbig div {
}

#newslistbig h1
{
	font-size: 1.2em;
	margin-bottom: 0;
	padding-bottom: 0;
}

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

#newslistbig .cms_newsextract {
	margin: .5em 0 0 0;
	padding: 0;
}
#newslistbig .cms_newsposted {
	font-style: italic;
	font-size: .9em;
	color: #999;
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #222;
	margin-bottom: 20px;
}


/*-------------------------- login */

#cms_login {
	margin: 20px auto;
	border: 1px solid  #afb296;
	padding: 15px;
	width: 290px;
	text-align: right;
	background: #f6f6f3;
}

#cms_login p {
	color: #868973;
}


/*-------------------------- site map */

div#cms_sitemap a {
	font-size: 12px;
	text-decoration: none;
}

div#cms_sitemap a:hover {
	color: #fff;
}

#cms_sitemap ul {
	margin-left: 2em;
}

#cms_sitemap li {
	list-style-type: none;
}
	
div#cms_sitemap a.cms_cat {
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}	

#cms_sitemap .cms_topcat {
}

#cms_sitemap .cms_cat {
	border-bottom: 1px solid #eee;
}


/*-------------------------- misc styles */


.cms_cat, .cms_cat a, .cms_topcat, .cms_topcat a {
	color: #999;;
	padding-top: 5px;
}


/*-------------------- google map */

div#googlemap
{
	margin: 2em 0;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

#googlemap iframe
{
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

div#googlemap a,div#googlemap a:visited
{
	text-align: center;
	color: #fff;
	text-decoration: none;
}


