/* Bindoff Media - www.bindoff.co.uk */

/* COLOURS:
	dark blue	: 0A50A1
	med blue	: 809CC9
	lite blue	: BFCBE2
	orange		: FF7F00
	grey		: 7F7F7F
*/


/* basic elements */
body {
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial;
	color: #7F7F7F;
	background: url('/images/bg.gif') 50% 0% repeat-y #CBD5DF;
}
embed, object {
	background:  #CBD5DF;
}
#container {
	margin: 0 auto 0 auto;
	width: 830px;
	position: relative;
}
#content {
	width: 605px;
}
#logo {
	position: absolute;
	left: 792px;
	top: 50px;
	width: 37px;
}








#nav {
	position: absolute;
	left: 630px;
	top: 60px;
	width: 150px;
	text-align: right;
}
#nav a {
	text-decoration: none;
	display: block;
	padding: 0 5px 2px 0;
	font-size: 9px;
	font-weight: bold;
	line-height: 18px;
	font-family: verdana,helvetica,arial;
}
#nav .level1 a {
	padding-right: 10px;
	font-weight: normal;
}
#nav .level2 a {
	padding-right: 25px;
	font-weight: normal;
}
#nav .level3 a {
	padding-right: 35px;
	font-weight: normal;
}
#nav a:hover {
	color: #fff;
	background: #0a50a1;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	width: 148px;
	margin: 0;
	padding: 0;
}
#nav a.selected {
	color: #fff;
	background: #CBD5DF;
}
#nav img {
	margin: 0 0 0 3px;
}






/* generic elements */
a:link, a:visited { 
	color: #0A50A1;
	text-decoration: none;
}
a:hover {
	color: #FF7F00;
}
img {
	border: none;
}
.noflash {
	display: none;
}
hr {
	display: none;
}


a.gen_link_left:link, a.gen_link_left:visited {
	font-weight: bold;
	font-size: 11px;
}
.gen_link_left img {
	margin:  0 5px 0 0;
}






/* header */










/* content */





/* footer */

#footer {
	padding-top: 5px;
	margin: 20px 20px 20px 0px;
	font-size: 10px;
	line-height: 12px;
	color: #809cc9;
	clear:  both;
	width: 605px;
}
#footer a:link {
	color: #809cc9;
}
#footer a:visited {
	color: #809cc9;
}
#footer a:hover {
	color: #809cc9;
}

#footer a.nostyle:link, #footer a.nostyle:visited {
	text-decoration: none;
}



acronym {
	font-style: normal;
	border-bottom: 1px dotted #809cc9;
	cursor:help;
}

.clear {
	clear: both;
}

.print_only {
	display:none;
}
.no_display {
	display:none;
}
#footer .ext_links {
	color: #809cc9;
}
#footer .ext_links a:link, #footer .ext_links a:visited, #footer .ext_links a:hover {
	cursor: text;
	color: #809cc9;
	text-decoration: none;
}
