/*-----------------------------------------------------------------------------
Basic Style Sheet

version:   1.0
author:    Jen Dixon
email:     jen@fishlight.co.uk
website:   http://www.fishlight.co.uk/
-----------------------------------------------------------------------------*/

* { margin: 0; padding: 0; }

body {
font-size: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #564b47;
background: #fff url(images/background.gif) repeat-x top left;
}



img, img a { border: 0; }

p { font-size: 70%; }

a:link { background-color: transparent; color: #034264; }
a:visited { background-color: transparent; color: #026AA2; }
a:hover { background-color: transparent;}
a:active { background-color: transparent; color: #026AA2; }

h1 {
	font-size: 110%;
	text-transform: uppercase;
	background-color: #0f7cb7;
	color: #FFFF33;
	text-indent: 10px;
	white-space: normal;
}

h2 {
font-size: 80%;
font-weight: bold;
color: #FFFF33;
}

#container {
width: 780px;
height: auto;
margin: 0 auto;
color: #000;
background: #fff url(images/backgrd.gif) repeat-x top left;
}

#header {
height: 125px;
width: 780px;
color: #000;
background: #fff url(images/header.jpg) no-repeat top left;
}

#contentwrap { /* formerly #outer */
position: relative;
top: 0;
left: 0;
width: 780px;
height: auto;
background: transparent url(images/columns.gif) repeat-y top left;
}

#left {
float: left;
color: #000;
width: 180px;
height: 400px;
}

/* -------- vertical sidebar navigation ---- */

html>body .listmenu {
	margin-top: 0;
	margin-left: 0;
}



/* ----------start main left-hand navigation---------- */
#vertnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 160%;	
	}
	
#menu {
	width: 165px;
	margin-top: 12px;
	margin-left: 12px;
	}
	
#menu li a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 26px;
	text-decoration: none;
	text-colour: #5CA4CA
	}
	
#menu li a:link, #menu li a:visited {
	color: #FFFF33;
	display: block;
	background: url(images/menu.gif); no-repeat top left;
	padding: 2px 0 0 6px;
	}
	
#menu li a:hover {
	color: #ffffff;
	background: url(images/menu.gif) 0 -14px; no-repeat top left;
	padding: 2px 0 0 6px;
	}
	
#menu li a:hover, #menu li a:active {
	color: #000;
	background: url(images/menu.gif) 0 -28px; no-repeat top left;
	padding: 2px 0 0 6px;
	}
	/* ---------- end main left-hand navigation ---------- */

#right {
float: left;
background-color: transparent;
color: #000;
width: 580px;
height: auto;
padding:10px;
}

#block{
float: left;
background-color: transparent;
color: #000;
width: 450px;
height: auto;
}

#blockr_content /*content block*/
{
float: right;
color: #000;
width: 120px;
height: auto;
padding: 0;
}

#block p {
padding: 10px 0;
}

#block img {
margin: 0 0 10px 0;
}

#block h1 {
padding: 2px 0;
width: 450px;
}
#block h2 {
padding: 5px 0 2px 0;
}


#block_focus1 {
float: right;
width: 88px;
height: 88px;
padding:7px;
margin: 0 0 20px 0;/* read by compliant browsers */
_margin: 0 0 20px 0;/* IE hack - read only by IE - will be flagged in validation */
background: url(images/box_bg.gif); no-repeat top left;
}

#block_focus2 {
float: right;
width: 88px;
height: 88px;
padding:7px;
margin: 0 0 20px 0;/* read by compliant browsers */
_margin: 0 0 20px 0;/* IE hack - read only by IE - will be flagged in validation */
background: url(images/box_bg.gif); no-repeat top left;
}

#block_focus3 {
float: right;
width: 88px;
height: 88px;
padding:7px;
margin: 0 0 20px 0;/* read by compliant browsers */
_margin: 0 0 20px 0;/* IE hack - read only by IE - will be flagged in validation */
background: url(images/box_bg.gif); no-repeat top left;
}

#footer {
clear: both;
color: #000;
width: 780px;
height: 40px;
}

/* ---------- start footer navigation ---------- */
#footer {
	clear: both;
	color: #5CA4CA;
	width: 730px;
	height: 46px;
	background: #fff
	background-image: transparent
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 780px;
	background: transparent;
}

#side-a {
	float: left;
	width: 180px;
	height: 46px;
}

#side-b {
	margin: 0;
	float: left;
	width: 600px;
	height: 46px;
	background: url(images/navbgrd.jpg) no-repeat top center;
}

#navigation {
	float: right;
	font-size: 14px;
	font-weight: bold;
	list-style: none;
	margin: 15px 120px 0 0;
	text-align: center;	
}

#navigation a {
color: #5CA4CA;
background-color: transparent;
text-decoration: none;
padding-left: 5px;
padding-right: 5px;
}

#navigation a {
display: inline;
float: left;
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#navigation a {
float: none;
}
/* End IE5-Mac hack */

#navigation a:hover {
color: #FFCC00;
background-color: transparent;
text-decoration: none;
padding-left: 5px;
}

#navigation ul {
list-style: none;
margin: 0;
padding: 0;
}

#navigation li { 
top: 0;
float: left;
padding: 0;
color: #5CA4CA;
}
/* ----------end footer navigation---------- */




